* {
  padding: 0;
  box-sizing: border-box;
}
/*
body {
  font-family: raleway;
  overflow-x: hidden;
} */

@font-face {
  font-family: raleway;
  font-weight: 300;
  font-style: normal;
  src: url("../font/Raleway-Light.ttf");
}

@font-face {
  font-family: raleway-medium;
  font-weight: 400;
  font-style: normal;
  src: url("../font/Raleway-Medium.ttf");
}

@font-face {
  font-family: raleway-regular;
  font-weight: 500;
  font-style: normal;
  src: url("../font/Raleway-Regular.ttf");
}

@font-face {
  font-family: Raleway-SemiBold;
  font-weight: 600;
  font-style: normal;
  src: url("../font/Raleway-SemiBold.ttf");
}

@font-face {
  font-family: raleway-bold;
  font-weight: 700;
  font-style: normal;
  src: url("../font/Raleway-Bold.ttf");
}

.menuzord,
.menuzord * {
  box-sizing: border-box;
}

.menuzord {
  width: 100%;
  padding: 0 30px;
  float: left;
  position: relative;
  background: #fff;
}

.menuzord a {
  transition: color 0.3s linear, background 0.3s linear;
}

.menuzord-menu.scrollable > .scrollable-fix {
  display: none;
}

.menuzord-brand {
  margin: 18px 30px 0 0;
  float: left;
  cursor: pointer;
}

.menuzord-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.home-top-slider1 #demo .check_more_button {
  text-align: left;
}
.home-top-slider1 #demo .carousel-item {
  box-shadow: 0 9px 6px rgba(20, 2, 2, 0.16),
    0 3px 6px rgba(121, 111, 111, 0.23);
  margin: 14px;
}
.upcoming_events_section {
  box-shadow: 0 9px 6px rgba(20, 2, 2, 0.16),
    0 3px 6px rgba(121, 111, 111, 0.23);
  margin: 14px;
}

#home_banner_right_sec_3 .carousel-item {
  box-shadow: 0 9px 6px rgba(20, 2, 2, 0.16),
    0 3px 6px rgba(121, 111, 111, 0.23);
  margin: 14px;
}

#Youthcon_Registration table th,
.responsive-tbl table th {
  background: #5ea48a;
  border: 1px solid #7bb09c;
  color: #fff;
  padding: 7px 10px;
  text-align: center;
  vertical-align: middle;
  font-family: raleway-medium;
  font-size: 14px;
  white-space: nowrap;
}
#Youthcon_Registration table,
.responsive-tbl table {
  border: 1px solid #7bb09c;
  border-collapse: collapse;
  width: 100%;
}
.new_india_summit_page_first_section h3 {
  font-size: 19px;
}
.privacy-sec h1 {
  font-size: 25px;
  text-transform: capitalize;
  text-align: center;
}
.privacy-sec p {
  font-size: 14px;
  width: 90%;
  margin: auto;
  text-align: center;
}

.privacy-sec {
  margin: 44px 0;
  /* height: calc(100vh - 520px); */
  min-height: max-content;
}

#Youthcon_Registration table td,
.responsive-tbl table td {
  border: 1px solid #e1e1e1;
  color: #6d6e6e;
  padding: 7px 10px;
  text-align: center;
  font-family: raleway-medium;
  font-size: 14px;
  vertical-align: middle;
}

.check_more_button {
  /* text-align: center; */
  text-align: left;
}
/*.menuzord-menu.menuzord-right {
        margin-top: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        float: right;
    }*/
.main-menu-right {
  float: right;
}
.menuzord-right > li {
  display: inline-block;
  float: left;
}

.menuzord-right > li > a {
  padding: 26px 16px;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  color: #888;
  outline: 0;
  line-height: 1.42857143;
}

.menuzord-right > li.active > a,
.menuzord-right > li:hover > a {
  color: #333;
}

.menuzord-menu ul.dropdown,
.menuzord-menu ul.dropdown li ul.dropdown {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99;
  min-width: 180px;
  white-space: nowrap;
  background: #fff;
}

.menuzord-menu ul.dropdown li ul.dropdown {
  left: 100%;
}

.menuzord-menu ul.dropdown li {
  clear: both;
  width: 100%;
  border: 0 none;
  font-size: 12px;
  position: relative;
}

.menuzord-menu ul.dropdown li a {
  width: 100%;
  background: none;
  padding: 10px 25px 10px 22px;
  color: #888;
  text-decoration: none;
  display: inline-block;
  float: left;
  clear: both;
  position: relative;
  outline: 0;
  transition: padding 0.2s linear;
}

.menuzord-menu ul.dropdown li:hover > a {
  padding-left: 28px;
  padding-right: 19px;
  color: #333;
}

.menuzord-menu ul.dropdown.dropdown-left {
  left: auto;
}

.menuzord-menu ul.dropdown li ul.dropdown.dropdown-left {
  left: -100%;
}

.menuzord-menu li .indicator {
  margin-left: 3px;
}

.menuzord-menu li ul.dropdown li .indicator {
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 15px;
}

.menuzord-menu > li > .megamenu {
  width: 100%;
  padding: 20px 30px;
  left: 0;
  position: absolute;
  display: none;
  z-index: 99;
  border-top: solid 1px #f0f0f0;
  background: #fff;
}

.menuzord-menu > li > .megamenu.megamenu-half-width {
  width: 50%;
  left: auto;
}

.menuzord-menu > li > .megamenu.megamenu-quarter-width {
  width: 25%;
  left: auto;
}

.menuzord .showhide {
  width: 60px;
  height: 46px;
  padding: 13px 0 0;
  display: none;
  float: right;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

.menuzord .showhide em {
  width: 20px;
  height: 3px;
  margin: 3.5px 20px 0;
  float: right;
  background: #777;
}

.menuzord-menu > li > a > i {
  margin: 0 5px 0 0;
  font-size: 18px;
  float: left;
  line-height: 0px;
  font-family: "FontAwesome";
}

.menuzord-menu > li.search form {
  float: left;
  padding: 22px 16px 17px;
}

.menuzord-menu > li.search form input[type="text"] {
  width: 160px;
  padding: 5px 10px;
  font-family: "Open Sans", sans-serif;
  border: none;
  background: #f0f0f0;
  border-radius: 2px;
  outline: 0;
  transition: width 1s ease-out;
}

.menuzord-menu > li.search form:hover input[type="text"] {
  width: 160px;
}

.menuzord-tabs {
  width: 100%;
  float: left;
}

.menuzord-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}

.menuzord-tabs-nav > li > a {
  width: 100%;
  padding: 7px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #666;
  border: solid 1px #f0f0f0;
  outline: 0;
}

.menuzord-tabs-nav li.active a,
.menuzord-tabs-nav li:hover a {
  background: #f0f0f0;
}

#header.sticked {
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 22px 0;
  background-color: #fff;
}

.menuzord.blue .menuzord-menu > li.active > a,
.menuzord.blue .menuzord-menu > li:hover > a,
.menuzord.blue .menuzord-menu ul.dropdown li:hover > a {
  color: #238ac1;
}

.menuzord.green .menuzord-menu > li.active > a,
.menuzord.green .menuzord-menu > li:hover > a,
.menuzord.green .menuzord-menu ul.dropdown li:hover > a {
  color: #37bc9b;
}

.menuzord.red .menuzord-menu > li.active > a,
.menuzord.red .menuzord-menu > li:hover > a,
.menuzord.red .menuzord-menu ul.dropdown li:hover > a {
  color: #e9573f;
}

.menuzord.orange .menuzord-menu > li.active > a,
.menuzord.orange .menuzord-menu > li:hover > a,
.menuzord.orange .menuzord-menu ul.dropdown li:hover > a {
  color: #ff670f;
}

.menuzord.yellow .menuzord-menu > li.active > a,
.menuzord.yellow .menuzord-menu > li:hover > a,
.menuzord.yellow .menuzord-menu ul.dropdown li:hover > a {
  color: #f6bb42;
}

.menuzord.purple .menuzord-menu > li.active > a,
.menuzord.purple .menuzord-menu > li:hover > a,
.menuzord.purple .menuzord-menu ul.dropdown li:hover > a {
  color: #967adc;
}

.menuzord.pink .menuzord-menu > li.active > a,
.menuzord.pink .menuzord-menu > li:hover > a,
.menuzord.pink .menuzord-menu ul.dropdown li:hover > a {
  color: #d770ad;
}

@media (max-width: 991px) {
  .menuzord-responsive.menuzord {
    padding: 0;
  }

  .menuzord-responsive .menuzord-brand {
    margin: 8px 30px 10px 20px;
    font-size: 20px;
    line-height: 1.55;
  }

  .menuzord-responsive .showhide {
    margin: 0;
  }

  .menuzord-responsive .menuzord-menu {
    width: 100%;
    float: left !important;
  }

  .menuzord-responsive .menuzord-menu.scrollable {
    overflow-y: auto;
    background-color: #fff;
  }

  .menuzord-responsive .menuzord-menu.scrollable > .scrollable-fix {
    display: block;
  }

  .menuzord-responsive .menuzord-right > li {
    width: 100%;
    display: block;
    position: relative;
  }

  .menuzord-responsive .menuzord-right > li > a {
    width: 100%;
    padding: 12px 20px;
    display: block;
    border-bottom: solid 1px #bfbfbf;
  }

  .menuzord-responsive .menuzord-right > li:first-child > a {
    border-top: solid 1px #bfbfbf;
  }

  .menuzord-responsive .menuzord-right > li:last-child > a {
    border-top: none;
  }

  .menuzord-responsive .menuzord-menu ul.dropdown,
  .menuzord-responsive .menuzord-menu ul.dropdown li ul.dropdown {
    width: 100%;
    left: 0;
    position: static;
    border: none;
    background: #fff;
    float: left;
  }

  .menuzord-responsive .menuzord-menu ul.dropdown li {
    position: relative;
  }

  .menuzord-responsive .menuzord-menu ul.dropdown li a {
    border-bottom: solid 1px #f0f0f0;
  }

  .menuzord-responsive .menuzord-menu li .indicator {
    width: 60px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 22px;
    text-align: center;
    line-height: 43px;
    border-left: solid 1px #f5f5f5;
  }

  .menuzord-responsive .menuzord-menu li ul.dropdown li .indicator {
    height: 38px;
    right: 0;
    top: 0;
    font-size: 18px;
    line-height: 36px;
  }
}

.beauty .menuzord-brand img {
  width: 85%;
}

.contact_mail a:hover {
  color: #c33434;
}

.beauty .menuzord-brand {
  /*  width: 22%; */
  width: 370px;
  margin: 0px 0px 0 0;
}

.sticked .beauty .menuzord-brand {
  margin: 6px 10px 0 0;
}

.beauty .menuzord {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  padding: 0;
}

.beauty .menuzord-right > li a {
  color: #58595b;
  font-size: 12px;
  font-weight: 600;
  line-height: 0px;
  padding: 16px 21px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  font-family: raleway-bold;
}

.beauty .menuzord-right > li a:hover {
  color: #116d39;
}

.beauty .menuzord-menu ul.dropdown li ul.dropdown.dropdown-left {
  left: 0;
  transform: translateX(-100%);
}

.beauty .menuzord-menu ul.dropdown li a {
  color: #5f5f5f;
  padding: 15px 25px 15px 22px;
  text-transform: capitalize;
}

.beauty .menuzord-menu ul.dropdown li:hover a {
  padding: 20px 25px 20px 22px;
}

.beauty .menuzord-menu > li > .megamenu,
.beauty .menuzord-menu ul.dropdown,
.beauty .menuzord-menu ul.dropdown li ul.dropdown {
  border-top: 4px solid #c33434;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.17);
}

.beauty .menuzord-menu ul.dropdown li {
  border-bottom: 1px solid #e9e9e9;
}

.beauty .menuzord-menu ul.dropdown li a {
  transition: all 0.3s;
}

.beauty .menuzord-menu ul.dropdown li a:hover {
  color: #6f0086;
  background: rgba(34, 34, 34, 0.05) none repeat scroll 0 0;
}

.beauty .menuzord-menu ul.dropdown li .indicator i {
  font-size: 22px !important;
  margin-top: 4px;
}

@media (max-width: 991px) {
  .beauty .menuzord .showhide em {
    background: #000 none repeat scroll 0 0;
    margin: 5.5px 20px 0;
    width: 28px;
  }

  .beauty .menuzord .showhide {
    padding: 6px 0 0;
  }

  .beauty .menuzord-brand {
    margin: 0px 0px 0 0;
    width: 180px;
  }

  .sticked .beauty .menuzord-brand {
    margin: 0px 0px 0 0;
  }

  .beauty .menuzord-brand > img {
    width: 100%;
  }

  .beauty .menuzord-right > li a,
  .sticked .beauty .menuzord-menu > li > a {
    font-size: 16px;
    padding: 10px 13px;
    line-height: 12px;
    color: #116d39;
  }

  .beauty .menuzord-menu > li > .megamenu::before,
  .beauty .menuzord-menu ul.triangle::before {
    display: none;
  }

  .beauty .menuzord-menu > li > .megamenu {
    border-top: medium none;
    box-shadow: none;
    padding: 13px 20px;
  }

  .beauty .menuzord-menu ul.dropdown li ul.dropdown.dropdown-left {
    transform: translateX(0%);
  }
}

/* .header_banner_section {
    background-image: url('../images/home_page_banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    background-position: 23% 100%;
    padding-top: 15px;
	padding-bottom: 60px;
} */

.header_banner_section {
  background-image: url("../images/home_page_banner.jpg");
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  background-position: center;
  padding-top: 15px;
  padding-bottom: 60px;
  background-size: 100% 100%;
}
.header_banner_right_content_section .carousel-control-prev.custom-prev {
  left: -8%;
  opacity: 1;
  display: block;
  width: 25px;
  height: 25px;
  top: 90%;
  z-index: 99;
}

.header_banner_right_content_section .carousel-control-next.custom-next {
  right: auto;
  left: -8%;
  bottom: auto;
  opacity: 1;
  display: block;
  width: 25px;
  height: 25px;
  top: 108%;
}

.header_banner_left_content_section h1 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  line-height: 17px;
}
/* .header_banner_left_content_section {
    position: absolute;
    left: -9%;
    z-index: 99;
    top: 10px;
} */
.header_banner_left_content_section {
  position: absolute;
  left: -9%;
  z-index: 99;
  bottom: 100px;
}

.header_banner_right_testimonial .carousel-item {
  background-color: #fff;
  padding: 20px 22px;
}

.header_banner_right_testimonial .carousel-item h6 {
  /* font-size: 16px; */
  font-weight: 600;
  color: #58595b;

  font-size: 1.32em;
  line-height: 1em !important;
  text-shadow: 0px 0px 0px;
}

.header_banner_right_testimonial .carousel-control-prev i {
  color: #ae1f40;
  font-size: 30px;
}

.header_banner_right_testimonial .carousel-control-next i {
  color: #ae1f40;
  font-size: 30px;
}

.check_more_button a {
  background-color: #5da48a;
  color: #fff;
  padding: 6px 8px;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}

.header_banner_right_testimonial .carousel-indicators li,
.Credia_Iniatives_section_slider_efdf .carousel-indicators li {
  background-color: #dbdedd;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  display: flex;
  align-self: center;
}
.header_banner_right_testimonial .carousel-indicators li.active,
.Credia_Iniatives_section_slider_efdf .carousel-indicators li.active {
  width: 10px;
  height: 10px;
}

.header_banner_right_testimonial .carousel-indicators {
  bottom: -2%;
  left: -81%;
}

.header_banner_right_testimonial .carousel-item p {
  color: #58595b;
  font-size: 14px;
}

.home_second_section {
  background-color: #ae1f40;
  padding: 7px 0;
}

.home_second_section ul li {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  width: 33.8%;
  text-align: center;
  line-height: 35px;
  border-right: 1px solid #fff;
}
.home_second_section ul li:last-child {
  border-right: 0px;
}
.home_second_section ul {
  display: flex;
  margin-bottom: 0px;
}

.home_three_section ul {
  display: flex;
  margin-bottom: 0px;
  padding: 10px 0px;
}

.home_three_section ul li {
  width: 33.8%;
  text-align: center;
}
.state_chapter_text .staff-name {
  margin-bottom: 2px;
  background-color: #ae1f40;
  color: #fff;
  padding: 1px 5px;
  display: table;
  font-size: 13px !important;
}
.state_chapter_text {
  margin-top: 11px;
}
.creadia_youth_wing_content_2 .check_more_button {
  text-align: left;
}

.state_chapter_text .staff-designation {
  margin-bottom: 2px;
  background-color: #ae1f40;
  color: #fff;
  padding: 1px 0px;
  text-align: left;
  display: table;
  font-size: 13px !important;
}
.home_three_section ul li img {
  width: 100px;
  height: 100px;
  margin: auto;
  position: relative;
  overflow: hidden;
  border-radius: 100px;
  border: 2px solid #ae1f40;
}
.home_three_section {
  background-image: url("../images/staff_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
}

.CREDAI_PRESENCE_heading h4 {
  font-size: 38px;
  color: #58595b;
  font-weight: 700;
}

.header_social_link ul {
  display: flex;
  align-items: center;
  float: right;
  margin: 10px 0px;
}

.header_social_link ul li > a {
  width: 28px;
  height: 28px;
  line-height: 28px;
  display: block;
  text-align: center;
  background-color: #fff;
  border-radius: 50px;
  margin-left: 10px;
  font-size: 15px;
  color: #0f0f0f;
}

.present_synergyBringing h3 {
  color: #58595b;
  font-size: 55px;
  font-weight: 700;
}

.CREDAI_PRESENCE_heading {
  margin-top: 11%;
  margin-bottom: 11%;
}

.present_synergyBringing h5 {
  font-size: 39px;
  width: 89%;
  color: #58595b;
  font-weight: 400;
  line-height: 48px;
  margin-top: 7%;
}

.last_updated_date p {
  font-size: 11px !important;
  color: #b01e3f !important;
  font-style: italic;
  margin-bottom: 5px;
}

.header_banner_right_testimonial .carousel-item p {
  color: #58595b;
  font-size: 12px;
  /* font-family: Raleway-SemiBold; */
  margin-bottom: 8px;
}

.upcoming_events_section {
  background-color: #fff;
  padding: 10px;
}

.upcoming_events_section h5 {
  font-size: 17px;
  font-weight: 700;
  color: #58595b;
  margin-bottom: 20px;
  margin-top: 5px;
}

.upcoming_events_section img {
  margin-bottom: 25px;
}

.header_banner_right_events_section {
  margin-top: 15px;
}

.Credia_Iniatives_section .col-xl {
  padding: 0px;
}

.Credia_Iniatives_section {
  background-color: #fff;
  padding: 11px;
}

.Credia_Iniatives_section p {
  font-size: 14px;
  color: #58595b;
  font-family: Raleway-SemiBold;
  margin-bottom: 6px;
}

/*.Credia_Iniatives_section .col-xl-8 {
        padding: 0px;
    }*/

.Credia_Iniatives_section {
  padding-left: 15px;
  padding-bottom: 25px;
}
p {
  font-size: 14px !important;
}

.Credia_Iniatives_section h5 {
  font-size: 17px;
  font-weight: 700;
  color: #58595b;
  margin-bottom: 0px;
  margin-top: 0px;
}

.header_banner_right_events_section .col-xl-7 {
  padding-left: 0px;
}

.Credia_Iniatives_section h6 {
  color: #b01e3f;
  font-size: 14px;
  font-family: Raleway-SemiBold;
}

.header_banner_left_content_section h1 > span {
  background-color: #232b1b;
  opacity: 1;
  padding: 5px 10px 5px 27px;
  line-height: 35px;
  display: block;
  left: -27px;
  position: relative;
}

.home_second_section ul li {
  position: relative;
}
.home_second_section ul li span {
  display: block;
}
/*.home_second_section ul li::after {
        content: "";
        position: absolute;
        background-color: #e1b5b5;
        left: 0;
        top: 0;
        width: 1px;
        height: 88px;
    }*/

.home_second_section ul li:first-child::after {
  display: none;
}

.home_three_section ul li {
  position: relative;
  border-right: 2px solid #ae1f40;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home_three_section ul li:last-child {
  border-right: 0px;
}

/*.home_three_section ul li::before {
        content: "";
        position: absolute;
        background-color: #ae1f40;
        left: 0;
        top: 10px;
        width: 2px;
        height: 88px;
    }

    .home_three_section ul li:first-child::before {
        display: none;
    }*/

.credua_join_hand_content h6 {
  font-size: 35px;
  color: #58595b;
  font-weight: 700;
}

.home_six_section {
  background-image: url("../images/just_around_the_corner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  padding: 3% 0;
}

/* Style the tab */
.creadua_national_social_secion .tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  min-height: 305px;
  height: 293px;
}

.Paving_the_way_heading {
  margin-top: 2%;
  margin-bottom: 1%;
}

.twitter_social_link_and_facebook ul .tablinks_facebook button {
  margin-left: -13px;
}

button:focus {
  outline: inherit;
}

.twitter_social_link_and_facebook ul li button {
  color: #fff;
}

/* Style the buttons inside the tab */
.creadua_national_social_secion .tab .twitter_social_link {
  display: block;
  color: black;
  padding: 19px 1px;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  background-color: #91d7f8;
}

.creadua_national_social_secion .tab .facebool_social_link {
  display: block;
  color: black;
  padding: 19px 1px;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}
/* Change background color of buttons on hover */
.creadua_national_social_secion .tab a:hover {
  background-color: #ddd;
}

/* Style the tab content */
.creadua_national_social_secion .tabcontent {
  float: left;
  padding: 0px 12px;
  border: 1px solid #ccc;
  border-left: none;
  min-height: 310px;
  background-color: #aae0fa;
}

.glimpseinaugural h6 {
  font-size: 15px;
  color: #fff;
  margin-bottom: 8px;
  font-weight: 600;
}

.Communuty_CREDAI_heading {
  background-color: #599c84;
  padding-right: 26px;
  padding-bottom: 2px;
  margin-top: 19%;
  padding-top: 35%;
  margin-left: 33%;
}

.socail_logo_firsti_content h5 {
  font-size: 14px;
  color: #fff;
}

.vdfgcre_comm_heading h5 {
  text-align: right;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}

.home_six_section .carousel-indicators li {
  background-color: #d1d3d5;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  margin-right: 22px;
  margin-left: 0px;
  opacity: 1;
}
.home_six_section .carousel-indicators li.active {
  background-color: #a6aaad;
}
.home_six_section .carousel-indicators {
  right: auto;
  bottom: -23px;
  margin: 0px;
  left: 0px;
}

.creadia_youth_wing_section .carousel-indicators {
  bottom: 2px;
  right: 7px;
  left: auto;
  margin: 0px;
}

.creadia_youth_wing_section .carousel-indicators li {
  background-color: #d1d3d5;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  opacity: 1;
  margin-left: 10px;
}
.creadia_youth_wing_section .carousel-indicators li.active {
  background-color: #a6aaad;
}
.creadia_youth_wing_section2 .carousel-indicators li {
  background-color: #d1d3d5;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  opacity: 1;
  margin-right: 10px;
}
.creadia_youth_wing_section2 .carousel-indicators li.active {
  background-color: #a6aaad;
}
.creadia_youth_wing_section2 .carousel-indicators {
  margin: 0px;
  bottom: 8px;
  right: auto;
  left: 10px;
}

.properties_respective ul li {
  color: #fff;
}

.Septemberlocations p > span {
  color: #aae0fa;
}

.glimpseinaugural {
  background-color: #aae0fa;
}

.subscriber_section_in {
  background-image: url("../images/subscriber_bg.jpg");
  background-repeat: no-repeat;
  background-position: 39% 0%;
  position: relative;
  width: 100%;
  padding-top: 2%;
  padding-bottom: 1%;
  background-size: cover;
}

#header {
  padding: 1% 0;
}

.footer_left_first img {
  width: 67%;
  margin-bottom: 5%;
}

.just_around_the_corner_content h2 {
  color: #58595b;
  font-size: 35px;
  font-weight: 700;
}

.footer .address p {
  color: #fff;
  margin-bottom: 0px;
  font-family: raleway-bold;
}

.footer p {
  color: #fff;
}

.website_reproduced {
  margin-top: 5%;
}
.website_reproduced p {
  font-family: raleway-bold;
  font-size: 13px !important;
}
.footer_list_ittem h5 {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: raleway-bold;
}

.properties_respective ul {
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
}

.creadua_national_social_secion .col-xl-10 {
  padding-left: 0px;
}

.properties_respective ul li > a {
  width: 33px;
  height: 33px;
  line-height: 33px;
  display: block;
  text-align: center;
  background-color: #fff;
  border-radius: 50px;
  margin-left: 10px;
  font-size: 17px;
  color: #10643d;
}

.just_around_the_corner_content p {
  font-size: 12px;
  color: #58595b;
  margin-top: 2%;
}

.filled_winding_selling p {
  font-size: 14px;
}

.just_around_the_corner_content img {
  width: 45%;
}

.privacy_policy_terms_consition_list ul {
  display: flex;
  float: right;
  margin-bottom: 2px;
}

.privacy_policy_terms_consition_list ul > li {
  margin-left: 19px;
}

.privacy_policy_terms_consition_list ul > li > a {
  color: #fff;
  font-size: 14px;
  font-family: Raleway-SemiBold;
}

.privacy_policy_terms_consition_list ul > li:first-child {
  margin-left: 0px;
}

.footer_list_ittem ul li > a {
  color: #fff;
  font-size: 13px;
  font-family: raleway-medium;
}

.credia_events_notifications .col-xl-2 {
  padding: 0px;
}

.footer_list_ittem .col-xl-2 {
  padding: 0px;
}

.footer_list_ittem .col-xl-3 {
  padding: 0px;
}

.footer p {
  font-size: 14px;
}

.footer .col-xl-8 {
  padding-right: 0px;
}

.national_partener_logo ul {
  display: flex;
}

.national_partener_logo h4 {
  color: #58595b;
  font-size: 32px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 4%;
}

.national_partener_logo {
  padding: 3% 0;
}

.national_partener_logo ul li img {
  width: 85%;
}

.national_partener_logo ul li {
  margin-left: 20px;
  width: 20%;
}

.cera_testimonial {
  border: 1px solid #ae1f40;
  padding: 13px 40px;
  margin-bottom: 5%;
  background: #ae1f40;
}

.cera_testimonial p {
  color: #fff;
  font-size: 14px;
  margin-top: 3%;
}

.beauty .menuzord-right > li a:hover,
.beauty .menuzord-right > li.show > a {
  color: #116d39;
}

.cera_logo_img img {
  width: 90px;
  margin: -55px auto 0px auto;
  display: inherit;
}

.cera_logo_content p {
  text-align: center;
  min-height: 50px;
}

.cera_testimonial::after {
  content: "\f10d";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 0px 10px;
  text-decoration: none;
  position: absolute;
  left: -2%;
  top: -52px;
  font-size: 56px;
  color: #ae1f40;
}

.cera_testimonial::before {
  content: "\f10e";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 0px 10px;
  text-decoration: none;
  position: absolute;
  font-size: 56px;
  color: #ae1f40;
  right: -13px;
  bottom: -47px;
}

.cera_testimonial {
  position: relative;
}

.socail_logo img {
  margin-top: -13%;
  width: 65%;
}

.creadua_national_social_secion .socail_logo_firsti {
  width: 20%;
  float: left;
}

.creadua_national_social_secion .socail_logo_firsti_content {
  width: 80%;
  float: left;
}

.Septemberlocations {
  display: inline-block;
  background-color: #fff;
  padding: 13px 13px;
}

.Septemberlocations p {
  font-size: 12px;
  margin-bottom: 2px;
}

.Septemberlocations .ours {
  float: left;
  width: 10%;
  text-align: center;
}

.Septemberlocations_left {
  float: left;
  width: 90%;
}

.DrMNPandeyMP_CREDAINational p {
  margin-bottom: 0px;
}

.first_content_social1 {
  border-bottom: 1px dotted;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.creadua_national_social_secion .tab .tablinks.active {
  background-color: #91d7f8;
}

.homepage-banner {
  max-height: 550px;
}

.home_five_section {
  /*background-image: url('../images/green_bg.jpg');
    background-repeat: no-repeat;
    background-position: 39% 0%;
    position: relative;
    width: 100%;*/
  background: url(../images/green_bg.jpg) bottom center no-repeat;
  position: relative;
  width: 100%;
  padding-bottom: 30px;
  background-size: cover;
}

.credua_join_hand_content {
  background-color: #fff;
  padding: 20px 12px;
}

.credua_join_hand_img h6 {
  text-align: center;
  font-size: 27px;
  color: #fff;
  font-weight: 700;
}

.credua_join_hand_content p {
  font-size: 14px;
  color: #58595b;
  font-weight: 300;
}

.home_five_section .carousel-indicators li {
  background-color: #d1d3d5;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  opacity: 1;
  margin-right: 10px;
}
.home_five_section .carousel-indicators li.active {
  background-color: #a6aaad;
}
.home_five_section .carousel-indicators {
  bottom: -46px;
}

.Stay_touch_head p {
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
}

.Stay_touch_head h5 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 0px;
}

#header {
  padding-top: 24px;
  padding-bottom: 20px;
  width: 100%;
  background-color: #fff;
  z-index: 999;
  box-shadow: 0px 3px 8px -4px;
}

.about_us_content1 {
  margin-top: 3%;
  margin-bottom: 6%;
}

.about_us_content1 h4 {
  color: #58595b;
  font-size: 28px;
  font-weight: 700;
}

.newsletter .content {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.newsletter .content h2 {
  color: #243c4f;
  margin-bottom: 40px;
}

.newsletter .content .form-control {
  height: 40px;
  border-color: #ffffff;
  border-radius: 0;
  border: 0px;
}

.newsletter .content.form-control:focus {
  box-shadow: none;
  border: 2px solid #243c4f;
}

.newsletter .content .btn {
  min-height: 40px;
  border-radius: 0;
  background: #ae1f40;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}

.Subscribe_Now_input p {
  text-align: right;
  color: #fff;
  margin-bottom: 0px;
  font-size: 13px;
}

.Paving_the_way_heading h4 {
  font-size: 43px;
  color: #009366;
  font-weight: 700;
}

.Paving_the_way_heading h4 > span {
  color: #6d6e71;
  font-weight: 600;
  font-size: 27px;
  margin-left: 3%;
}
.paving_the_way_effective .nav-tabs .nav-item {
  padding: 10px 0px;
}
.paving_the_way_effective .nav-tabs a {
  color: #58595b;
  font-size: 14px;
  font-weight: 700;
  border: 2px solid #ccc;
  border-radius: 0px;
  border-width: 0px 2px 0px 0px;
  padding: 2px 10px;
  cursor: pointer;
}

.paving_the_way_effective .nav-tabs .nav-link.active {
  color: #009366 !important;
}
.paving_the_waybg .tab-pane {
  padding: 50px 0px;
  width: 100%;
}
#home1_tab {
  background: url(../images/paving_the_way_bg.jpg) top center no-repeat;
  background-size: cover;
}

#profile1 {
  background: url(../images/skill_development.jpg) top center no-repeat;
  background-size: cover;
}

#messages1 {
  background: url(../images/impact_bg.jpg) top center no-repeat;
  background-size: cover;
}

#LEARNING1 {
  background: url(../images/learning_program_bg.jpg) top center no-repeat;
  background-size: cover;
}

#REPORTS1 {
  background: url(../images/report_slide_bg.jpg) top center no-repeat;
  background-size: cover;
}

.paving_the_waybg .carousel-indicators li {
  background-color: #d1d3d5;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  opacity: 1;
  margin-right: 15px;
}
.paving_the_waybg .carousel-indicators li.active {
  background-color: #a6aaad;
}
.paving_the_waybg .carousel-indicators {
  bottom: -50px;
}

.paving_the_way_effective {
  margin-bottom: 5%;
}

.credia_learning_programme_content {
  background-color: #fff;
  width: 100%;
  padding: 20px;
}
p {
  font-size: 12px;
}

.creadia_youth_wing_content_2 p {
  color: #58595b;
  font-size: 12px;
}

.credia_learning_programme_content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #58595b;
}
.credia_learning_programme_content p {
  font-size: 14px;
}
.creadia_youth_wing_content_2 h4 {
  font-size: 38px;
  font-weight: 700;
  color: #58595b;
}

.creadia_youth_wing_section2 {
  margin-top: 4%;
}

.creadua_national_social_secion {
  position: absolute;
  padding-right: 6%;
  top: 0;
  left: 0;
}

.twitter_social_link_and_facebook button {
  border: none;
  transform: rotate(-90deg);
  background: none;
}

#sidebar {
  min-width: 250px;
  max-width: 250px;
  background: #ffffff;
  color: #090909;
  transition: all 0.3s;
  border: 1px solid #c4c4c4;
}

#sidebar.active {
  margin-left: -250px;
}

#sidebar ul p {
  color: #fff;
  padding: 10px;
}

#sidebar ul li a {
  padding: 10px;
  font-size: 1.1em;
  display: block;
  color: #3a3a3a;
}

#sidebar ul li a:hover {
  color: #7386d5;
  background: #fff;
}

#sidebar .nav {
  display: block;
}

#sidebar ul li.active > a,
a[data-toggle="collapse"] {
  position: relative;
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

ul.CTAs {
  padding: 20px;
}

ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px;
}

.about_us_side_bar .nav-link:hover {
  transition: all 0.4s;
}

.about_us_side_bar .nav-link-collapse:after {
  float: right;
  content: "\f107";
  font-family: "FontAwesome";
}

.about_us_side_bar .nav-link-show:after {
  float: right;
  content: "\f106";
  font-family: "FontAwesome";
}

.about_us_side_bar .nav-item ul.nav-second-level {
  padding-left: 0;
}

.about_us_side_bar .nav-item ul.nav-second-level > .nav-item {
  padding-left: 20px;
}

@media (min-width: 992px) {
  .about_us_side_bar .sidenav {
    background: #edeff1;
    box-sizing: border-box;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    padding: 7px 10px;
    width: 100%;
    min-height: 150px;
  }
}

.anguage_pragraph {
  display: flex;
}

.nbs-flexisel-container p > strong {
  color: #116d39;
}

.just_around_the_corner_content {
  min-height: 300px;
}

.nbs_flexisel_container_sect3 > p > strong {
  color: #116d39;
}

.anguage_pragraph > p > strong {
  color: #116d39;
}

.anguage_pragraph > p {
  margin-right: 40px;
}

.about_us_side_bar .navbar-expand-lg .sidenav {
  flex-direction: column;
}

.about_us_side_bar .content-wrapper {
  margin-left: 230px;
}

.about_tabe_content_1 .col-xl-8 {
  float: right;
  margin-bottom: 2%;
}

.about_us_page_first_section h2 {
  font-size: 18px;
  font-weight: 600;
}

.youthconn-msg {
  font-size: 16px;
}

.about_us_side_bar .navbar-dark .navbar-nav .nav-link {
  color: #797a7c !important;
  font-size: 13px;
  font-family: Raleway-Bold !important;
  text-transform: uppercase;
}

.about_us_banner {
  margin-bottom: 3%;
}

.printing_typesetti_heading {
  border-bottom: 1px solid #b5b5b5;
  margin-bottom: 15px;
  padding-bottom: 16px;
}

.w3-red,
.w3-hover-red:hover {
  color: #116d39 !important;
}

.printing_typesetti_heading h4 {
  font-size: 15px;
  line-height: 23px;
  text-align: justify;
  color: #6d6e6e;
  font-weight: 500;
  margin-bottom: 9px;
  font-family: Raleway-SemiBold;
}

.printing_typesetti_heading h2 {
  position: relative;
  font-size: 17px;
  font-weight: 600;
  color: #6d6e6e;
  font-family: raleway-medium;
}

.printing_typesetti_heading h2::before {
  content: "";
  position: absolute;
  width: 45px;
  height: 2px;
  background-color: #848484;
  left: -56px;
  top: 9px;
}

.about_us_page_first_section p {
  font-size: 15px;
  text-align: justify;
  color: #555;
}

.header_social_link ul li > span {
  color: #fff;
}

.about_us_content_section .col-xl-9 {
  float: right;
  padding-right: 5%;
  flex: 0 0 75%;
  max-width: 70%;
}

.proud_sposors_heading {
  background-color: #5da48a;
  color: #fff;
  height: 314px;
}

.proud_sposors_heading h4 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 20px 10px 10px 30px;
}

.nbs-flexisel-container .owl-nav .owl-prev {
  position: absolute;
  top: 150px;
  background: #ffffff !important;
  z-index: 99;
  color: #3a3a3a;
  width: 35px;
  height: 35px;
  line-height: 6px;
  border: none;
  left: -21%;
}

.nbs-flexisel-container .owl-nav .owl-next {
  position: absolute;
  top: 150px;
  background: #ffffff !important;
  z-index: 99;
  color: #3a3a3a;
  width: 35px;
  height: 35px;
  line-height: 6px;
  border: none;
  left: -12%;
}

.owl-dot {
  display: none;
}

.Proud_Sponsors_slider {
  margin-bottom: 3%;
  margin-top: 0%;
}

.Proud_Sponsors_slider h4 {
  font-size: 31px;
  font-weight: 700;
  margin-left: 25%;
}

.Proud_Sponsors_slider_first_heading h5 {
  position: relative;
  font-weight: 600;
  color: #656766;
  font-size: 14px;
}

.Proud_Sponsors_slider_first_heading h5::before {
  content: "";
  position: absolute;
  width: 45px;
  height: 2px;
  background-color: #848484;
  left: -56px;
  top: 9px;
}

.Proud_Sponsors_slider .col-xl-4 {
  max-width: 27.333333%;
  margin-left: 6%;
}

.business-template {
  margin-top: 12%;
}

.about_us_content2 h2 {
  font-size: 18px;
  font-weight: 600;
}

.about_us_content2 p {
  font-size: 15px;
  text-align: justify;
  color: #555;
}

.about_us_content_section p {
  font-size: 15px;
  line-height: 23px;
  text-align: justify;
  color: #6d6e6e;
  font-weight: 500;
  margin-bottom: 9px;
  font-family: Raleway-SemiBold;
}

.consumer_grievance_navbar_toggle .dropdown-toggle {
  position: relative;
}

.consumer_grievance_navbar_toggle .dropdown-toggle::after {
  display: initial;
  position: absolute;
  top: 37%;
  right: initial;
  transform: translateY(67%);
}

.consumer_grievance_navbar_toggle .dropdown-menu {
  width: 300px;
  padding: 20px 30px;
  background-color: #edecec;
  border-radius: 21px;
  top: 24px !important;
}

.drop_down_bg {
  margin-top: -37px;
  margin-left: -6.5%;
  padding-bottom: 9%;
}

.consumer_grievance_navbar_toggle .dropdown-menu .form-control {
  background-color: #f6f5e2;
  border: none;
  height: 45px;
}

.consumer_grievance_navbar_toggle .dropdown-menu i {
  font-size: 21px;
}

.consumer_grievance_navbar_toggle .dropdown-menu .input-group-text {
  background-color: #f6f5e2;
  border: none;
}

.consumer_grievance_navbar_toggle .btn-info {
  border-radius: 0px;
  background-color: #5da48a;
  padding: 4px 35px;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 12px;
}

.navbar_submit_button p {
  text-transform: uppercase;
  color: #5da48a;
  font-size: 13px;
  font-weight: 700;
}

.upcoming_events_section .carousel-indicators li {
  background-color: #3a3a3a;
  height: 10px;
  width: 10px;
  border-radius: 50%;
}

.upcoming_events_section .carousel-indicators {
  right: 80px;
  bottom: -48px;
  margin-right: 18%;
  margin-left: -12%;
}

/*.Credia_Iniatives_section_slider_efdf .carousel-indicators li {
    background-color: #3a3a3a;
    height: 10px;
    width: 10px;
    border-radius: 50%;
}*/

.Credia_Iniatives_section_slider_efdf .carousel-indicators {
  right: 17px;
  bottom: -1px;
  margin: 0px;
  left: auto;
}

/*.paving_the_way_effective .nav-tabs {
    justify-content: center;
}*/

.owl-carousel.owl-loaded {
  display: inline-block;
}

.nbs_flexisel_container_sect1 {
  margin-top: 16%;
}

.nbs_flexisel_container_sect2 {
  margin-top: 10%;
}

.nbs_flexisel_container_sect3 {
  margin-top: 7%;
}

.home_six_section {
  background-image: url(../images/just_around_the_corner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  padding: 3% 0;
}

.about_us_side_bar .navbar-dark .navbar-nav .nav-link:hover {
  color: #000 !important;
}

.tablinks_twiter_butt:hover {
  background-color: #91d7f8 !important;
}

.tablinks_twiter_butt {
  background-color: #91d7f8;
  font-size: 16px;
  text-align: center;
  line-height: 51px;
  display: block;
  cursor: pointer;
  color: #fff !important;
}

.tablinks_face_butt {
  background-color: #40474b;
  font-size: 16px;
  text-align: center;
  line-height: 51px;
  display: block;
  cursor: pointer;
  color: #fff !important;
}

.tablinks_face_butt:hover {
  background-color: #40474b !important;
}

.about_us_contents_2 {
  margin-top: 3%;
}

.about_us_contents_3 {
  margin-top: 3%;
  margin-bottom: 3%;
}

.comming_soon {
  position: relative;
}

.comming-soon {
  position: absolute;
  top: 50%;
  left: 40%;
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: #000;
}

.tablinks_facebook .active {
  background-color: #bfbfbf;
}

.cera_testimonial .carousel-indicators li {
  /* background-color: #d6214d; */
  height: 13px;
  width: 13px;
  border-radius: 50%;
  margin-right: 10px;
}
.cera_testimonial .carousel-indicators li.active {
  /*  background-color: #931533; */
}
.cera_testimonial .carousel-indicators {
  /*margin-right: 0%;
    bottom: 8px;
    width: 12%;
    right: 20%;
    left: initial;*/
  margin: 0px;
}

.natcon-2024 {
  color: #6d6e6e;
}
.events_page_section_first p {
  letter-spacing: 0.5px;
  font-size: 16px;
  line-height: 25px;
  color: #6d6e6e;
  /* font-weight: 500; */
  margin-bottom: 9px;
  font-family: raleway-medium;
}

.natcon-2024-links li {
  font-size: 14px;
}
.natcon-2024 .email a {
  pointer-events: none;
}
.natcon-2024 .email a:hover {
  text-decoration: none;
}

.natcon-2024 th a {
  text-decoration: underline;
}

.natcon-2024 th a,
.natcon-2024 th a:hover {
  color: #73c2fb;
}

.natcon-2024-gst {
  font-size: 13px;
  font-weight: 500;
}


.event-table th,.pre-table th,.pre-table td
.event-table td {
  border: 1px solid #dee2e6;
}

.event-table th {
  background-color: #dc3545;
  color: white;
  vertical-align: middle !important;
}

.natcon-table th {
  font-size: 12px;
}

.red-event-text {
  color: #dc3545;
}

.click-register {
  margin-left: 3%;
}
.bold {
  font-weight: 600;
}

.privacy_policy_terms_consition_list ul > li > a {
  color: #fff !important;
}
#testimonial_slde .carousel-control.left {
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.0001))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
#testimonial_slde .carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.0001)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
#testimonial_slde .carousel-control {
  position: absolute;
  top: 54px;
  bottom: 0;
  left: 0;
  width: 0%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}
#testimonial_slde .carousel-control i {
  font-size: 37px;
  margin-top: 5px;
  font-weight: bold;
}

#testimonial_slde .carousel-item img {
  width: 145px;
  height: 174px;
  object-fit: contain;
}

.beauty .menuzord-right > .active a {
  color: #116d39;
}
.printing_typesetti_heading h2 {
  color: #dc3545;
}
.about_partner_profile_image:first-child {
  margin-left: 16px;
}

#testimonial_slde .carousel-control i {
  color: #ff0000;
}
#testimonial_slde .carousel-control {
  height: 50px;
  width: 50px;
  background-color: #2d2d2d;
  top: 55px;
  border-radius: 50px;
  line-height: 50px;
  z-index: 99;
}
.events_page_section_first h2 {
  margin: auto;
}

.place_to_visit_section_one .nbs-flexisel-container .owl-nav .owl-prev {
  top: 48%;
}

.place_to_visit_section_one .nbs-flexisel-container .owl-nav .owl-next {
  top: 48%;
}

.btn:focus,
.btn:active,
button:focus,
button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer {
  display: block;
}

.thumb {
  margin-top: 15px;
  margin-bottom: 15px;
}

.sponsors_and_preferred_partners_list_one {
  display: flex;
  justify-content: center;
  margin-top: 5%;
  flex-wrap: wrap;
}
.sponsors-logo {
}
.sponsors_and_preferred_partners_list_two {
  display: flex;
  justify-content: center;
  margin-top: 5%;
  margin-bottom: 5%;
}
.sponsors_and_preferred_partners_list_one .sponsors-logo {
  margin-bottom: 25px;
}
.sponsors_and_preferred_partners_list_one img {
  width: 170px;
  padding-right: 20px;
}

.sponsors_and_preferred_partners_list_two li > img {
  width: 100%;
}
.sponsors_and_preferred_partners_list_one .sponsors-logo:nth-child(1) {
  margin-left: 75px;
}
.sponsors_and_preferred_partners_list_one .sponsors-logo:nth-child(3) {
  margin-right: 75px;
}
.sponsors_and_preferred_partners_list_one .sponsors-logo {
  border-right: 1px solid #908e8e;
  margin-right: 23px;
}

.sponsors_and_preferred_partners_list_two li {
  border-right: 1px solid #908e8e;
  margin-right: 23px;
}

.sponsors_and_preferred_partners_list_two li:last-child {
  border: none;
}

.sponsors_and_preferred_partners_list_one li:last-child {
  border: none;
}

.two_thousand_seventeen_natcon_page_section p {
  font-size: 12px;
  line-height: 23px;
  color: #6d6e6e;
  font-weight: 500;
  margin-bottom: 9px;
  font-family: Raleway-SemiBold;
}

.two_thousand_seventeen_natcon_page_section h2 {
  font-size: 14px;
  font-weight: 600;
}
.profile-carousel {
}
.profile-carousel .owl-prev {
  background: url(../images/left-arrow.png) center center no-repeat !important;
  background-size: 19px !important;
  display: block !important;
  position: absolute;
  top: 150px;
  background-color: #ffffff !important;
  z-index: 99;
  color: #3a3a3a;
  width: 35px;
  height: 35px;
  line-height: 6px;
  border: none;
  left: -30%;
  border-radius: 0px !important;
}
.profile-carousel .owl-next {
  background: url(../images/right-arrow.png) center center no-repeat !important;
  background-size: 19px !important;
  display: block !important;
  position: absolute;
  top: 150px;
  background-color: #ffffff !important;
  z-index: 99;
  color: #3a3a3a;
  width: 35px;
  height: 35px;
  line-height: 6px;
  border: none;
  border-radius: 0px !important;
  left: -22%;
}
.profile-carousel .owl-item img {
  margin: 0px 10px 0px 10px;
}
.sponsors_and_preferred_partners_section {
  position: relative;
}

.sponsors_and_preferred_partners_section h2::before {
  content: "";
  position: absolute;
  width: 45px;
  height: 2px;
  background-color: #848484;
  left: -56px;
  top: 9px;
}

.sponsors_and_preferred_partners_section h2 {
  font-size: 14px;
  font-weight: 600;
  /* color:#606161; */
  color: #dc3545;
}

.cuisine_ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°stanbul_beaches
  p {
  font-size: 13px;
}

.padd_remove {
  padding: 0px;
}

.cuisine_ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°stanbul_beaches {
  position: relative;
  z-index: 99;
  padding-left: 20px;
}

.place_to_visit_events_section .nbs_flexisel_container_sect3 {
  margin-top: 0%;
}

body .container {
  /* max-width: 92%; */
  max-width: 1240px;
}

.events_confrance_tour_section .carousel-control-prev {
  left: -32%;
}

.events_confrance_tour_section .carousel-control-next {
  right: 111%;
  position: absolute;
  top: 38%;
  background: #ffffff !important;
  z-index: 99;
  color: #3a3a3a;
  width: 35px;
  height: 35px;
  line-height: 6px;
  border: none;
  left: -21%;
  opacity: 1;
}

.events_confrance_tour_section .carousel-control-prev {
  left: -32%;
  right: 111%;
  position: absolute;
  top: 38%;
  background: #ffffff !important;
  z-index: 99;
  color: #3a3a3a;
  width: 35px;
  height: 35px;
  line-height: 6px;
  border: none;
  left: -31%;
  opacity: 1;
}

.place_to_visit_events_section .carousel-control-next {
  right: 111%;
  position: absolute;
  top: 38%;
  background: #ffffff !important;
  z-index: 99;
  color: #3a3a3a;
  width: 35px;
  height: 35px;
  line-height: 6px;
  border: none;
  left: -21%;
  opacity: 1;
}

.place_to_visit_events_section .carousel-control-prev {
  left: -32%;
  right: 111%;
  position: absolute;
  top: 38%;
  background: #ffffff !important;
  z-index: 99;
  color: #3a3a3a;
  width: 35px;
  height: 35px;
  line-height: 6px;
  border: none;
  left: -31%;
  opacity: 1;
}

.conclave_slide_section_one .proud_sposors_heading h4 {
  font-size: 28px;
  margin-left: 8%;
  padding-top: 9%;
}

.conclave_slide_post_conference_tours {
  margin-top: 7%;
}

.conclave_slide_section_one .carousel-control-prev {
  left: 0;
  right: 76%;
  position: absolute;
  top: 78%;
  background: #ffffff !important;
  z-index: 99;
  color: #3a3a3a;
  width: 35px;
  height: 35px;
  line-height: 6px;
  border: none;
  left: -24%;
  opacity: 1;
}

.conclave_slide_section_one .carousel-control-next {
  right: 111%;
  position: absolute;
  top: 78%;
  background: #ffffff !important;
  z-index: 99;
  color: #3a3a3a;
  width: 35px;
  height: 35px;
  line-height: 6px;
  border: none;
  left: -15%;
  opacity: 1;
}

.conslave_speakers_padd_remove {
  padding: 0px;
}

.conslave_speakers_slide_section_one .proud_sposors_heading h4 {
  font-size: 28px;
  margin-left: 8%;
  padding-top: 9%;
}

.organising_committee_padd_right .col-xl-4 {
  padding-right: 0px;
}

.events_confrance_tour_section
  .cuisine_ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°stanbul_beaches
  p {
  text-align: justify;
}

.conslave_speakers_slide_section_one
  .cuisine_ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°stanbul_beaches {
  padding-left: 0px;
}

.ec_gc_eogm_list {
  display: flex;
}

.ec_gc_eogm_list li {
  margin-right: 10px;
}

.type_of_meeting_section table th {
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
}

.type_of_meeting_section table {
  white-space: nowrap;
  overflow: auto;
}

.type_of_meeting_section tr td {
  font-size: 14px;
  border-top: 0px;
}

.ec_gc_eogm_list li {
  position: relative;
}

.ec_gc_eogm_list li::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 64px;
  left: 22px;
  bottom: -29px;
  background-color: #dee2e6;
}

.ec_gc_eogm_list li:last-child::after {
  background: none;
}

.type_of_meeting_section {
  margin-bottom: 5%;
}

.type_of_meeting_section table thead {
  background-color: #5da48a;
  color: #fff;
}

.dubai_property_show_gallery_section .printing_typesetti_heading {
  border: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.karnataka_state_university_section .proud_sposors_heading h4 {
  margin-left: 4%;
  padding-top: 4%;
}

.karnataka_state_university_section .carousel-control-prev {
  left: -32%;
  right: 108%;
  position: absolute;
  top: 70%;
  background: #ffffff !important;
  z-index: 99;
  color: #3a3a3a;
  width: 35px;
  height: 35px;
  line-height: 6px;
  border: none;
  left: -31%;
  opacity: 1;
}

.karnataka_state_university_section .carousel-control-next {
  right: 111%;
  position: absolute;
  top: 70%;
  background: #ffffff !important;
  z-index: 99;
  color: #3a3a3a;
  width: 35px;
  height: 35px;
  line-height: 6px;
  border: none;
  left: -21%;
  opacity: 1;
}

.new_india_summit_page_first_section .printing_typesetti_heading {
  border: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.my_tourism_page_section .carousel-control-next {
  right: 111%;
  position: absolute;
  top: 70%;
  background: #ffffff !important;
  z-index: 99;
  color: #3a3a3a;
  width: 35px;
  height: 35px;
  line-height: 6px;
  border: none;
  left: -21%;
  opacity: 1;
}

.my_tourism_page_section .carousel-control-prev {
  left: -32%;
  right: 111%;
  position: absolute;
  top: 70%;
  background: #ffffff !important;
  z-index: 99;
  color: #3a3a3a;
  width: 35px;
  height: 35px;
  line-height: 6px;
  border: none;
  left: -31%;
  opacity: 1;
}

.my_travel_page_section .proud_sposors_heading {
  background-color: #5da48a;
  color: #fff;
  height: 171px;
}

.my_travel_page_section .events_confrance_tour_section .carousel-control-prev {
  top: 127%;
}

.my_travel_page_section .events_confrance_tour_section .carousel-control-next {
  top: 127%;
}

.my_travel_page_section {
  margin-bottom: 6%;
}

.nis_hosts_section_item {
  text-align: center;
  border: 1px solid #a5a5a5;
}

.nis_hosts_section_item .nis_hosts_bg_green {
  background-color: #5da48a;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
}

.nis_hosts_section_item .nis_hosts_bg_red {
  background-color: #ae1f40;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
}

.nis_hosts_section_item ul li {
  border-bottom: 1px solid #a5a5a5;
  color: #58595b;
  font-size: 12px;
  font-weight: 500;
  font-family: Raleway-SemiBold;
}

.nis_hosts_section_item ul li:last-child {
  border-bottom: none;
}

.nis_hosts_section_item ul {
  margin-bottom: 0px;
}

/*.nis_hosts_section .col-xl-3 {
    padding-right: 0px;
}*/

.nis_hosts_section {
  margin-bottom: 23px;
}

.nav_link_tab {
  width: 80%;
  float: left;
}

.nav_link_tab_icon {
  width: 20%;
}

/***********04-12-2019**********/

/*******Past Conclave****************/
.past-conclave-top-deatail {
  padding-top: 5px;
  padding-bottom: 10px;
}
.past-conclave-top-deatail > div {
  font-family: Raleway-SemiBold;
  font-size: 15px;
  color: #6d6e6e;
  margin-bottom: 4px;
}
.past-natcon-detail.past-conclave-top-deatail > div {
  display: flex;
  margin-bottom: 10px;
}
.text-green {
  color: #116d39 !important;
}
.light-box-main {
  max-height: 450px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 10px;
}
.events_galary_section .thumbnail img {
  max-width: 100%;
}
.light-box-main::-webkit-scrollbar {
  width: 15px;
}

.light-box-main::-webkit-scrollbar-track {
  background: #e0dedf;
}

.light-box-main::-webkit-scrollbar-thumb {
  background: #af1f40;
}

.past-conclave-top-deatail > div span {
  display: inline-block;
}
.past-natcon-detail.past-conclave-top-deatail > div span:nth-child(1) {
  white-space: nowrap;
}
.slider-bottom-txt {
  font-size: 10px;
  color: #6d6e6e;
  font-weight: 600;
  margin-top: 8px;
  margin-bottom: 20px;
}
.thin-green-btn {
  padding: 3px 8px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  background: #5ea48a;
  border: 0px;
  color: #fff !important;
  font-weight: 500;
  margin-bottom: 15px;
  transition: 0.5s all ease;
  cursor: pointer;
}
.thin-green-btn:hover {
  background: #ae1f40;
}
.btn-red {
  background: #ae1f40;
  white-space: nowrap;
  font-family: Raleway-SemiBold;
}

.city-tour-main h4 {
  color: #3a3a3a;
  font-size: 13px;
  font-family: raleway-bold;
  padding-top: 5px;
}
.city-tour-title {
  font-size: 16px;
  color: #126e3b;
  font-family: raleway-bold;
}
.city-tour-title span {
  display: block;
  color: #626262;
  font-size: 14px;
  padding-top: 11px;
}
.city-tour-main ul {
  margin: 0px;
}
.city-tour-main ul li {
  list-style: none;
  font-size: 14px;
  font-family: Raleway-SemiBold;
  color: #717171;
  padding-bottom: 2px;
}
.payment-txt {
  font-size: 12px;
  font-family: raleway-bold;
  margin-bottom: 15px;
  margin-top: 15px;
}
.comman-banner-bg {
  background: url(../images/youthcon-banner.jpg) top center no-repeat;
  background-size: cover;
  height: 229px;
  display: flex;
}
.comman-banner-bg h2 {
  margin: auto;
  color: #fff;
  font-weight: 600;
  font-family: raleway-bold;
  text-transform: uppercase;
}
.comman-banner-bg h2 span {
  width: 80px;
  height: 3px;
  background: #fff;
  margin: auto;
  margin-top: 8px;
  display: block;
}
.btn-right-txt {
  font-size: 12px;
  font-style: initial;
  font-weight: 600;
  color: #6d6e6e;
}
.cost-table .table .thead-dark th {
  background: #5ea48a;
  border-color: #5ea48a;
  padding: 5px 10px;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  border-right: 1px solid #ccc;
}
.cost-table .table td {
  border: 1px solid #ccc;
  border-collapse: collapse;
  padding: 5px 10px;
  width: 33.3333%;
  font-size: 12px;
}
.note-txt {
  font-size: 12px;
  color: #6d6e6e;
  font-weight: 600;
}
.note-title {
  color: #616362;
  font-size: 14px;
  font-weight: 600;
  margin-top: 20px;
  font-family: Raleway-Bold;
}

.note-txt ul {
  margin: 0px;
  padding-left: 20px;
}
.note-txt ul li {
  font-size: 13px;
  padding-bottom: 2px;
  color: #6c6c6c;
  font-family: raleway-regular;
}
.note-txt p {
  font-size: 13px;
  color: #6c6c6c;
  line-height: normal;
  font-family: raleway-regular;
  font-weight: 600;
  padding-left: 20px;
}
.cost-table .table.tbl-name td {
  width: 25%;
  text-align: center;
}
.card.custom-slider-card {
  width: 11rem;
}

.owl-prev > span {
  background: url(../images/left-arrow.png) center center no-repeat;
  background-size: 19px;
  display: block;
  width: 19px;
  height: 19px;
  margin: auto;
}

.owl-next > span {
  background: url(../images/right-arrow.png) center center no-repeat;
  background-size: 19px;
  display: block;
  width: 19px;
  height: 19px;
  margin: auto;
}
.pt-25 {
  padding-top: 25px;
}
.row-custom-height {
  height: 170px;
}
.center-img {
  margin: auto;
  max-width: 100px;
}
.small-txt {
  color: #6d6e6e;
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 5px;
}
.about_us_side_bar .navbar-dark .navbar-nav .nav-link-text {
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 600;
}
.about_us_side_bar .navbar-dark .nav-second-level .nav-link {
  padding: 5px 10px 5px 0px;
}

.inner-accordian-list li {
  list-style: none;
}
.inner-accordian-list li a {
  color: #797a7c !important;
  font-size: 11px !important;
  font-family: raleway-medium;
  text-transform: capitalize;
  padding: 2px 10px 2px 10px !important;
  display: block;
}
.inner-accordian-list li a:hover {
  text-decoration: none;
  color: #000 !important;
}
.clearfix {
  clear: both;
}
.about_us_credai_banner {
  background: url(../images/about_us_credai_banner.jpg) top center no-repeat;
  background-size: cover;
}

.cera_testimonial .carousel-inner {
  overflow: visible;
}

.arrow-list li {
  position: relative;
  padding-left: 15px;
  font-size: 12px;
  padding-bottom: 3px;
  font-family: Raleway-SemiBold;
  color: #6b6b6b;
}
.arrow-list li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0px;
  width: 6px;
  height: 6px;
  border: 2px solid #6f9a82;
  border-width: 2px 2px 0px 0px;
  transform: rotate(45deg);
}
.natcon-small-title {
  font-size: 15px;
  line-height: 23px;
  text-align: justify;
  color: #6d6e6e;
  font-weight: 500;
  margin-bottom: 9px;
  font-family: Raleway-SemiBold;
}
.natcon-small-title span {
  font-family: raleway-bold;
}

.about-banner {
  background: url(../images/about-us-banner.jpg) top center no-repeat;
  background-size: cover;
}
.ChairmanPresidentchapters_list li {
  font-size: 15px;
  line-height: 23px;
  color: #6d6e6e;
  font-weight: 500;
  margin-bottom: 1px;
  font-family: Raleway-SemiBold;
}
.ChairmanPresidentchapters_list li i.fa {
  margin-right: 10px;
  color: #6f9a82;
}
.type_of_meeting_section table th,
.type_of_meeting_section table td {
  border-width: 1px;
  padding: 5px;
}
.ec_eg_eogm_inner_tbl td {
  border-width: 0px 1px 0px 0px;
  border-bottom: 0px;
  padding: 5px;
}
.ec_eg_eogm_inner_tbl td:last-child {
  border-width: 0px 0px 0px 0px;
}

.table-responsive::-webkit-scrollbar {
  width: 8px;
}

.table-responsive::-webkit-scrollbar-track {
  background: #e0dedf;
}

.table-responsive::-webkit-scrollbar-thumb {
  background: #af1f40;
}
.responsive-tbl {
  width: 100%;
  overflow: auto;
}
.testmonial-main {
  padding-top: 80px;
  overflow: hidden;
  margin: 0px -15px;
  padding: 80px 15px 0 15px;
}

/*****************Consumer-Grievance_Credai_websiteAbout-Page*********************/
.Consumer-Grievance-About-banner {
  background: url(../images/Consumer-Grievance-About-banner.jpg) top center
    no-repeat;
  background-size: cover;
}
.green-txt {
  font-size: 14px;
  font-family: Raleway-SemiBold;
  color: #116d39;
}
.about_us_side_bar .navbar-dark .navbar-nav .nav-link.active-green {
  color: #116d39 !important;
}
.about_us_side_bar .navbar-dark .navbar-nav .nav-link.active-red {
  color: #b01d3f !important;
}

/*****************Consumer-Grievance-Complaint*******************/
.Consumer-Grievance-Complaint-banner {
  background: url(../images/Consumer-Grievance-Complaint-banner.jpg) top center
    no-repeat;
  background-size: cover;
}
.consumer_complaint_form_main {
  border: 1px solid #5da48a;
  max-width: 850px;
}
.consumer_complaint_form_header {
  background: #5da48a;
  padding: 7px 0px 7px 20px;
  font-size: 15px;
  text-transform: uppercase;
  font-family: Raleway-SemiBold;
  color: #fff;
}
.consumer_complaint_form {
  padding: 20px;
}

.consumer_form_row .col-xl-6 > label {
  float: left;
  font-size: 13px;
  font-family: Raleway-SemiBold;
  color: #606161;
  width: 130px;
  line-height: 15px;
}
.consumer_form_row .form-control {
  width: calc(100% - 150px);
  float: right;
  height: 33px;
  margin-left: 20px;
  font-size: 13px;
  font-weight: 600;
  color: #606161;
}
.red-star {
  color: #ae1f40;
  font-size: 24px;
  vertical-align: middle;
}
.form-small-txt {
  font-size: 10px;
}
.consumer_form_row .file_upload > label {
  width: 150px;
}
.consumer_form_row .col-12 {
  margin-bottom: 10px;
}
.consumer_form_row .file_upload input[type="file"] {
}

.consumer_form_submit_btn {
  padding: 6px 15px;
  font-size: 13px;
  background: #5da48a;
  color: #fff;
  text-transform: uppercase;
  font-family: Raleway-SemiBold;
  border: 0px;
  transition: 0.5s all ease;
}
.consumer_form_submit_btn:hover {
  background: #ae1f40;
}
.file {
  position: relative;
  display: inline-block;
  cursor: pointer;
  height: 2.5rem;
}
.file input {
  min-width: 14rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}
.file-custom {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #555;
  border-radius: 0.25rem;
  user-select: none;
}
.file-custom:after {
  content: "No files chosen";
  left: 120px;
  right: auto;
  position: absolute;
  top: 4px;
}
.file-custom:before {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 6;
  display: block;
  content: "CHOOSE FILES";
  padding: 3px 10px 3px 10px;
  line-height: 25px;
  color: #fff;
  background-color: #999898;
  font-family: raleway-bold;
  font-size: 13px;
}

/*****************Consumer-Grievance-Testmonial*******************/
.Consumer-Grievance-Testimonials-Banner {
  background: url(../images/Consumer-Grievance-Testimonials-Banner.jpg) top
    center no-repeat;
  background-size: cover;
}
.Consumer_Grievance_Testimonials_main {
  padding: 50px 0px;
  overflow: hidden;
}
.Consumer_Grievance_Testimonials_main .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.testmonial_box {
  border: 4px solid #5da48a;
  border-radius: 20px;
  padding: 30px 20px 20px 20px;
  position: relative;
  min-height: 280px;
}
.testmonial_box.red_box {
  border-color: #ae1f40;
}
.testmonial_box:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 35px;
  width: 50px;
  height: 50px;
  background: #fff;
}
.testmonial_box:before {
  content: "";
  position: absolute;
  top: -22px;
  left: 40px;
  background: url(../images/quotation-red.png) top center no-repeat;
  background-size: cover;
  display: block;
  height: 40px;
  width: 40px;
  z-index: 1;
}
.testmonial_box.red_box:before {
  background: url(../images/quotation-green.png) top center no-repeat;
  background-size: cover;
}
.testmonial_title {
  font-size: 14px;
  color: #606161;
  font-family: Raleway-SemiBold;
}
.testmonial_review {
  font-size: 12px !important;
  line-height: 17px !important;
  font-family: Raleway-Medium !important;
}
.Consumer_Grievance_Testimonials_main
  .nbs-flexisel-container
  .owl-nav
  .owl-next {
  left: auto;
  right: -30px;
  top: 43%;
}
.Consumer_Grievance_Testimonials_main
  .nbs-flexisel-container
  .owl-nav
  .owl-next
  > span {
  width: 15px;
  height: 15px;
  background: none;
  border: 2px solid #6b6b6d;
  border-width: 2px 2px 0px 0px;
  transform: rotate(45deg);
}
.Consumer_Grievance_Testimonials_main
  .nbs-flexisel-container
  .owl-nav
  .owl-prev {
  right: auto;
  left: -30px;
  top: 43%;
}
.Consumer_Grievance_Testimonials_main
  .nbs-flexisel-container
  .owl-nav
  .owl-prev
  > span {
  width: 15px;
  height: 15px;
  background: none;
  border: 2px solid #6b6b6d;
  border-width: 2px 2px 0px 0px;
  transform: rotate(-135deg);
}

/*****************About-us-Code-of-Conduct*******************/
.About-us-Code-of-Conduct-Banner {
  background: url(../images/About-us-Code-of-Conduct-banner.jpg) top center
    no-repeat;
  background-size: cover;
}
.code_of_conduct_entry_tbl {
  border: 1px solid #d1d2d4;
}
.code_of_conduct_entry_tbl_row {
  display: flex;
  border-bottom: 1px solid #d1d2d4;
}
.code_of_conduct_entry_tbl_title {
  width: 250px;
  font-size: 14px;
  font-family: Raleway-SemiBold;
  padding: 10px;
  color: #6d6e6e;
  display: flex;
  align-items: center;
}
.code_of_conduct_entry_tbl_txt {
  font-size: 13px;
  width: calc(100% - 250px);
  padding: 10px;
  color: #6d6e6e;
  font-family: Raleway-SemiBold;
}
.simple-list {
  padding-left: 25px;
}
.simple-list li {
  font-size: 13px;
  color: #6c6c6c;
  font-family: Raleway-SemiBold;
  list-style: none;
}

/********************About us-Who-s-Who*************************************/
.About-us-Who-s-Who-Banner {
  background: url(../images/About-us-Who-s-Who-Banner.jpg) top center no-repeat;
  background-size: cover;
}
/********************Credai_National*************************************/
.Credai_National_Banner {
  background: url(../images/Credai_National_Banner.jpg) top center no-repeat;
  background-size: cover;
}

/********************About_us_Credai_Partners*************************************/
.About_us_Credai_Partners_Banner {
  background: url(../images/About_us_Credai_Partners_Banner.jpg) top center
    no-repeat;
  background-size: cover;
}
.banner_right_bottom_txt {
  background: rgba(37, 66, 55, 0.8);
  padding: 5px 30px;
  color: #fff;
  font-size: 14px;
  font-family: Raleway-SemiBold;
  position: absolute;
  right: 0px;
  bottom: 15px;
  text-align: right;
  text-transform: initial;
}
.about_partner_profile_section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.about_partner_profile_image {
  background: #fff;
  box-shadow: 0px 5px 5px 1px rgba(0, 0, 0, 0.2);
  display: flex;
  height: 160px;
  width: 300px;
  position: relative;
  margin-left: 50px;
}
.about_partner_profile_image:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  left: -50px;
  bottom: -50px;
  background: #116d39a3;
  z-index: 1;
}

.about_partner_profile_image.profile-right:after {
  right: -50px;
  left: auto;
}

.about_partner_profile_image.profile-right {
  float: right;
  margin-right: 50px;
}
.about_partner_profile_image img {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  width: 100%;
  max-height: 160px;
}
.about_partner_profile_detail {
}
.about_partner_profile_detail h2 {
  font-size: 20px;
  text-transform: uppercase;
  color: #6d6e6e;
  font-family: raleway-bold;
  margin-bottom: 15px;
}
.about_partner_profile_detail h2 span {
  font-family: raleway-medium;
  font-size: 14px;
  display: block;
  text-transform: capitalize;
}
.about_partner_profile_detail p {
  font-size: 15px;
  text-align: inherit;
}
.dropdown-aria-block .dropdown {
  display: block !important;
}
.dropdown-aria-block .dropdown-toggle::after {
  right: 0;
}
/********************Csr_About*************************************/
.Csr_About_Banner {
  background: url(../images/Csr_About_Banner.jpg) top center no-repeat;
  background-size: cover;
}
.csr_gallery_img {
  margin-bottom: 30px;
}
.csr_gallery_img img {
  max-width: 100%;
}
/********************Csr_Educational*************************************/

.Csr_Educational_banner {
  background: url(../images/Csr_Educational_banner.jpg) top center no-repeat;
  background-size: cover;
}
.raleway-bold {
  font-family: raleway-bold;
}
/********************Csr_Skill*************************************/
.Csr_Skill_Banner {
  background: url(../images/Csr_Skill_Banner.jpg) top center no-repeat;
  background-size: cover;
}
.heading-small {
  font-size: 14px;
  color: #6d6e6e;
  font-family: raleway-bold;
}
.green-tbl {
  border: 1px solid #7bb09c;
  border-collapse: collapse;
  width: 100%;
}
.green-tbl th {
  background: #5ea48a;
  border: 1px solid #7bb09c;
  color: #fff;
  padding: 7px 10px;
  text-align: center;
  vertical-align: middle;
  font-family: raleway-medium;
  font-size: 14px;
  white-space: nowrap;
}
.green-tbl .red-th th {
  background: #ae1f40;
}
.green-tbl td {
  border: 1px solid #e1e1e1;
  color: #6d6e6e;
  padding: 7px 10px;
  text-align: center;
  font-family: raleway-medium;
  font-size: 14px;
  vertical-align: middle;
}
/********************Csr_Clean_city*************************************/
.Csr_Clean_city_Banner {
  background: url(../images/Csr_Skill_Banner.jpg) top center no-repeat;
  background-size: cover;
}
.box_with_header_main {
  position: relative;
  box-shadow: 0px -2px 4px 2px rgba(93, 164, 138, 0.4);
  min-height: 120px;
  margin-bottom: 40px;
}
.box_with_header_main.red_box {
  box-shadow: 0px -2px 4px 2px rgba(174, 31, 64, 0.3);
}
.box_with_header {
  background: #5da48a;
  font-family: Raleway-Bold;
  padding: 3px 30px;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  position: absolute;
  top: -12px;
  left: 0px;
}
.box_with_header_main.red_box .box_with_header {
  background: #ae1f40;
}
.box_with_header_body {
  padding: 20px;
  font-size: 13px;
  font-family: raleway-SemiBold;
  color: #6d6e6e;
}

.CSR_partner_profile_change .about_partner_profile_image {
  width: 250px;
  margin-left: 80px;
}
.CSR_partner_profile_change .about_partner_profile_image:after {
  left: -80px;
  width: 110%;
}
.CSR_partner_profile_change .about_partner_profile_detail h2 {
  font-size: 15px;
  margin-bottom: 7px;
}
.CSR_partner_profile_change .about_partner_profile_detail p {
  font-size: 13px;
  line-height: 20px;
}
.CSR_partner_profile_change.profile-right .about_partner_profile_image {
  width: 250px;
  margin-right: 80px;
  margin-left: auto;
}
.CSR_partner_profile_change.profile-right .about_partner_profile_image:after {
  right: -80px;
  left: auto;
}
.csr-city-inner-txt p {
  font-family: Raleway-SemiBold;
  font-size: 13px;
}
.csr-city-inner-txt h3 {
  font-size: 14px;
  font-family: Raleway-SemiBold;
  margin: 10px 0px;
}
/********************Csr_Awards*************************************/
.Csr_Awards_Banner {
  background: url(../images/Csr_Awards_Banner.jpg) top center no-repeat;
  background-size: cover;
}
.inner-para-p0 p {
  padding-left: 0px;
}
.inner-para-p0 .simple-list {
  padding-left: 0px;
}
.numeric-list {
  padding-top: 25px;
}
.numeric-list p {
  padding-left: 15px;
}
/********************Csr_Green*************************************/
.Csr_Green_Banner {
  background: url(../images/Csr_Green_Banner.jpg) top center no-repeat;
  background-size: cover;
}
.csr_green_service_item {
  display: flex;
  background: url(../images/csr_green_service_icon_11.png) top left no-repeat;
  background-size: 266px;
  width: 266px;
  margin-bottom: 20px;
  height: 124px;
}
.csr_green_service_item_2 {
  background: url(../images/csr_green_service_icon_22.png) top left no-repeat;
  background-size: 266px;
}
.csr_green_service_item_3 {
  background: url(../images/csr_green_service_icon_33.png) top left no-repeat;
  background-size: 266px;
}
.csr_green_service_item p {
  font-size: 12px;
  color: white;
  line-height: normal;
  padding: 4px 10px 10px 59px;
  text-align: left;
}

.events_confrance_tour_section #demo .carousel-item {
}

/********************Membership_Categories*************************************/
.Membership_Categories_Banner {
  background: url(../images/Membership_Categories_Banner.jpg) top center
    no-repeat;
  background-size: cover;
}
.inner_box_height .box_with_header_main {
  min-height: 230px;
}
.green-tbl.text-left th,
.green-tbl.text-left td {
  text-align: left;
  font-size: 14px;
}
.green-tbl.text-left tr td:last-child {
  width: 150px;
}
.green-tbl.red th {
  background: #af1f42;
  border-color: #c7a0ab;
}
/********************Membership-how-to-become*************************************/
.Membership_How_To_Become_Banner {
  background: url(../images/Membership_How_To_Become_Banner.jpg) top center
    no-repeat;
  background-size: cover;
}

/********************Membership-how-to-become*************************************/
.Membership_Why_To_Become_Banner {
  background: url(../images/Membership_Why_To_Become_Banner.jpg) top center
    no-repeat;
  background-size: cover;
}
.arrow-list.big-arrow li {
  font-size: 14px;
  list-style: none;
  margin-bottom: 3px;
  padding-left: 20px;
}
.arrow-list.big-arrow li:before {
  top: 6px;
  width: 9px;
  height: 9px;
}
/********************Media_Elctronic_Media*************************************/
.Media_Elctronic_Media_Banner {
  background: url(../images/Media_Elctronic_Media_Banner.jpg) top center
    no-repeat;
  background-size: cover;
}

/*LIGHTBOX STYLE*/
.lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.lightbox .lightbox-video {
  width: 100%;
  padding-bottom: 56%;
}
.lightbox iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
}
.lightbox img {
  display: block;
  margin: 0 auto;
}
.lightbox .lightbox-close {
  position: absolute;
  display: block;
  top: 10px;
  right: 10px;
  color: #ffffff;
  font-size: 26px;
  height: 50px;
  width: 50px;
  background: rgba(255, 255, 255, 0.3);
  border: 3px solid #ffffff;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
}
.lightbox .lightbox-close:hover {
  text-decoration: none;
}
.lightbox .lightbox-container {
  max-width: 700px;
  margin: 100px auto 25px;
}
.video_light_gallery_box img {
  max-width: 100%;
}
.lightbox-toggle {
  margin-bottom: 30px;
  display: inline-block;
}
.video_light_gallery_box {
  max-height: 600px;
  overflow: auto;
}

.video_light_gallery_box::-webkit-scrollbar {
  width: 15px;
}

.video_light_gallery_box::-webkit-scrollbar-track {
  background: #e0dedf;
}

.video_light_gallery_box::-webkit-scrollbar-thumb {
  background: #af1f40;
}
/********************Media_News_Updates*************************************/
.Media_News_Updates_Banner {
  background: url(../images/Media_News_Updates_Banner.jpg) top center no-repeat;
  background-size: cover;
}
.news_box_caption {
  position: absolute;
  bottom: 10px;
  left: 5%;
  width: 90%;
  font-size: 14px;
  font-family: raleway-bold;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
}
/********************Media_Press_Releases*************************************/
.Media_Press_Releases_Banner {
  background: url(../images/Media_Press_Releases_Banner.jpg) top center
    no-repeat;
  background-size: cover;
}
.right_side_filter_with_calander {
  position: relative;
  margin-top: -35px;
}
.right_side_filter_with_calander > div {
  position: absolute;
  right: 0px;
}
.right_side_filter_with_calander > div .fa {
  color: #5ea48a;
  margin-right: 10px;
  cursor: pointer;
}
.right_side_filter_with_calander > div span {
  display: inline-block;
}
.right_side_filter_with_calander > div span:last-child {
  font-family: raleway-bold;
  font-size: 14px;
  color: #6d6e6e;
}
.custom_datepicker_input {
  width: 0px;
  height: 0px;
  border: 0px;
}
/******custom calendar css**/
body .custom_calendar .ui-widget-header {
  background: #f8f5ca;
  border: 0px;
}
.calendar_header_txt {
  font-family: Raleway-SemiBold;
  font-size: 16px;
  color: #646160;
  text-align: center;
  margin-bottom: 5px;
}
.calendar_header_txt i {
  color: #646160;
  margin-right: 10px;
}
.custom_calendar .ui-widget-header .ui-datepicker-prev .ui-icon {
  background: url(../images/calnedar_left_icon.png) top center no-repeat;
  background-size: 12px;
  width: 15px;
  height: 15px;
}
.custom_calendar .ui-widget-header .ui-datepicker-next .ui-icon {
  background: url(../images/calnedar_right_icon.png) top center no-repeat;
  background-size: 12px;
  width: 15px;
  height: 15px;
}
.custom_calendar.ui-datepicker .ui-datepicker-prev-hover,
.custom_calendar.ui-datepicker .ui-datepicker-next-hover {
  top: 2px !important;
}
.custom_calendar.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px !important;
}
.custom_calendar.ui-datepicker .ui-datepicker-next-hover {
  right: 2px !important;
}
.custom_calendar .ui-state-hover,
.custom_calendar .ui-widget-content .ui-state-hover,
.custom_calendar .ui-widget-header .ui-state-hover,
.custom_calendar .ui-state-focus,
.custom_calendar .ui-widget-content .ui-state-focus,
.custom_calendar .ui-widget-header .ui-state-focus,
.custom_calendar .ui-button:hover,
.custom_calendar .ui-button:focus {
  border: 0px !important;
  background: none !important;
  font-weight: normal;
  color: #2b2b2b;
}
.custom_calendar.ui-datepicker .ui-datepicker-title {
  font-family: raleway-medium;
}
body .custom_calendar.ui-datepicker td {
  border: 1px solid #c5c5c5;
}
.custom_calendar .ui-state-default,
.custom_calendar .ui-widget-content .ui-state-default {
  border: 0px !important;
  background: #fff !important;
}
.custom_calendar .ui-datepicker-calendar > thead {
  display: none;
}

.custom_calendar.ui-widget.ui-widget-content {
  border: 0px;
  padding: 50px 10px 40px 10px;
  background: url(../images/calendar_bg.png) top center no-repeat;
  background-size: 300px 350px;
}
.custom_calendar .ui-state-default,
.custom-_calendar .ui-widget-content .ui-state-default {
  font-family: raleway-medium;
}
.box {
  position: relative;
}

.box select {
  background-color: #97c4ad;
  color: white;
  padding: 5px 12px;
  width: 100%;
  border: none;
  font-size: 20px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  -webkit-appearance: button;
  appearance: button;
  outline: none;
  font-family: raleway-medium;
}

.box::before {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
  text-align: center;
  font-size: 28px;
  line-height: 33px;
  color: #fff;
  background-color: #5da48a;
  pointer-events: none;
}

/*.box::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
  text-align: center;
  font-size: 28px;
  line-height: 45px;
  color: rgba(255, 255, 255, 0.5);
  background-color: #5da48a;
  pointer-events: none;
}

.box::after {
 content: "";
  position: absolute;
  right: 10px;
  background:url(../images/calnedar_down_icon.png) top center no-repeat;
  background-size: 18px 13px;
  width: 18px;
  height: 13px;
  top: 11px;
}*/

.box select option {
  padding: 30px;
}
/****custom calendar css end***/
.mt-70 {
  margin-top: 70px;
}
.d-unset {
  display: unset;
}
.code_of_conduct_entry_tbl_txt .arrow-list {
  margin: 0px;
}
.code_of_conduct_entry_tbl_txt .arrow-list li {
  list-style: none;
}
.press_release_inner_txt .code_of_conduct_entry_tbl,
.press_release_inner_txt .code_of_conduct_entry_tbl_row {
  border: 0px;
}
.press_release_inner_txt .code_of_conduct_entry_tbl_title {
  width: 180px;
}
.press_release_inner_txt .code_of_conduct_entry_tbl_txt {
  width: calc(100% - 180px);
}
.comman_pagination .page-link {
  border: 0px;
  border-radius: 0px !important;
  color: #606161;
}
.comman_pagination .page-item.active a {
  background: #ae1f40;
}
.comman_pagination .page-item .page-link:hover {
  border: 0px;
  background: #ae1f40;
  color: #fff;
}
.comman_pagination .page-item a.next_green {
  background: #5da48a;
  color: #fff;
}
/********************Notification_Central*************************************/
.Notification_Central_Banner {
  background: url(../images/Notification_Central_Banner.jpg) top center
    no-repeat;
  background-size: cover;
}
.red_caption .news_box_caption {
  background: #ae1f40;
  font-size: 9px;
  padding: 5px 0px;
  text-transform: uppercase;
  text-align: center;
}
.caption_font.red_caption .news_box_caption {
  font-size: 10px;
}

/********************Notification_State*************************************/
.Notification_State_Banner {
  background: url(../images/Notification_State_Banner.jpg) top center no-repeat;
  background-size: cover;
}
.map_area {
  width: 500px;
  height: 500px;
  display: flex;
  background: #6d6e6e;
  max-width: 100%;
  margin-bottom: 20px;
  margin: auto;
}
.map_area > div {
  margin: auto;
  font-size: 16px;
  color: #fff;
}

/********************Notification_Judgement*************************************/
.Notification_Judgement_Banner {
  background: url(../images/Notification_Judgement_Banner.jpg) top center
    no-repeat;
  background-size: cover;
}
.red_inner_btn .thin-green-btn {
  background: #ae1f40;
  margin-bottom: 0px;
}

.inner_judgement_resource_tbl tr th:first-child {
  width: 120px;
}
.notification_judgement_resource_search {
  position: relative;
}
.notification_judgement_resource_search > div > span {
  display: inline-block;
  float: left;
}
.notification_judgement_resource_search > div {
  position: absolute;
  right: 0px;
  top: 0px;
  margin-top: -35px;
}
.notification_judgement_resource_search input {
  background: #ebebeb;
  border: 1px solid #ebebeb;
  outline: none;
  padding: 5px;
  box-sizing: border-box;
  height: 28px;
  vertical-align: top;
}
.search_btn {
  background: #ae1f40;
  color: #fff;
  padding: 4px 10px 3px 10px;
  font-size: 14px;
  display: inline-block;
  font-weight: 600;
}
/********************Notification_Policy*************************************/
.Notification_Policy_Banner {
  background: url(../images/Notification_Policy_Banner.jpg) top center no-repeat;
  background-size: cover;
}

/********************Notification_Rera*************************************/
.Notification_Rera_Banner {
  background: url(../images/Notification_Rera_Banner.jpg) top center no-repeat;
  background-size: cover;
}

/********************Registration*************************************/
.Registration_Banner {
  background: url(../images/Registration_Banner.jpg) top center no-repeat;
  background-size: cover;
}
.h-10 {
  height: 10px;
  clear: both;
}
.ragistration_attechment {
  min-height: 80px;
  border: 1px solid #ced4da;
  padding: 5px;
  float: left;
  width: calc(100% - 150px);
  margin-left: 20px;
  border-radius: 0.25rem;
}

.checkbox_main {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox_main label {
  font-size: 12px;
  color: #6d6e6e;
  font-family: raleway-medium;
  margin: 0px;
  vertical-align: top;
  cursor: pointer;
}
.checkbox_main input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 18px;
  width: 18px;
  left: 0;
  z-index: 1;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: 1px solid #ccc;
}

.checkbox_main input:checked ~ .checkmark {
  background-color: #5da48a;
  border-color: #5da48a;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox_main input:checked ~ .checkmark:after {
  display: block;
}

.checkbox_main .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*********Sidebar sticky****/
.main_about_us_tab_section {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.nav-inner-link {
  color: #797a7c !important;
  font-size: 11px;
  font-family: Raleway-SemiBold;
  text-transform: uppercase;
  margin-left: 20px;
  position: relative;
  top: -3px;
  display: block;
  text-transform: capitalize;
  width: 100%;
  float: left;
}
body .nav-inner-link.active-red {
  color: #b01d3f !important;
}
.new_india_summit_page_first_section {
  padding-top: 20px;
  padding-left: 40px !important;
}
h3.green-txt {
  margin-top: 25px;
}

.profile-designation-sec {
  padding-top: 5px;
  font-size: 12px;
  color: #a11b3a;
  text-align: center;
  font-family: Raleway-SemiBold;
  line-height: 14px;
}
.profile-name {
  display: block;
  text-transform: uppercase;
  font-family: raleway-bold;
}
.profile-designation {
  text-transform: uppercase;
  display: block;
}
.company-name {
  text-transform: capitalize;
  font-size: 11px;
  /* word-break:break-all; */
  min-height: 28px;
}
.profile-sec-main {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
  align-items: flex-end;
}
.profile-sec-main.align-top {
  align-items: flex-start;
}
.profile-sec-main.align-top .company-name {
  min-height: unset;
}
.profile-item {
  width: 19%;
  margin-right: 1%;
  margin-bottom: 30px;
}
.profile {
  width: 160px;
  background: #5da48a;
  height: 170px;
}
.profile img {
  width: 100%;
  height: 100%;
}
.place-gallery-main {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.place-gallery-item {
  width: 19%;
  margin-right: 1%;
  margin-bottom: 30px;
  text-align: center;
}
.place-gallery-item > img {
  max-width: 100%;
}
.visit-gallery-caption {
  font-size: 12px;
  color: #a11b3a;
  text-align: center;
  font-family: raleway-bold;
  text-transform: capitalize;
  margin-top: 5px;
}
.gallery-btn {
  padding: 3px 5px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  background: #5ea48a;
  border: 0px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 15px;
  transition: 0.5s all ease;
  font-family: raleway-bold;
}
.gallery-btn:hover {
  background: #ae1f40;
  color: #fff;
  text-decoration: none;
}
.profile-small-title {
  font-size: 13px;
  line-height: 23px;
  color: #6d6e6e;
  font-weight: 500;
  font-family: Raleway-SemiBold;
  margin: 0px;
  text-transform: capitalize;
}
body .arrow-left-right .nbs-flexisel-container .owl-prev {
  right: auto;
  left: 0px;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #ae1f40 !important;
}
body .arrow-left-right .nbs-flexisel-container .owl-prev > span {
  background: url(../images/left-white-arrow.png) center center no-repeat;
}
body .arrow-left-right .nbs-flexisel-container .owl-next > span {
  background: url(../images/right-white-arrow.png) center center no-repeat;
}
body .arrow-left-right .nbs-flexisel-container .owl-next {
  left: auto;
  right: 0px;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #ae1f40 !important;
}

.knowledge_elibrary_banner {
  background: url(../images/credai-elibrary-banner.jpg) top center;
  background-size: cover;
}
.knowledge_reports_banner {
  background: url(../images/reports-banner.jpg) top center;
  background-size: cover;
}
.image-gallery-sec {
  display: flex;
  flex-wrap: wrap;
}
.image-gallery-item {
  width: 32.3333%;
  margin-right: 1%;
  position: relative;
  margin-bottom: 1%;
}
.image-gallery-item > img {
  max-width: 100%;
}
.image-gallery-caption {
  position: absolute;
  bottom: 10px;
  padding: 10px;
  color: #fff;
  background: #ae1f40;
  left: 5%;
  width: 90%;
  font-size: 11px;
  font-family: Raleway-SemiBold;
  line-height: 14px;
  text-transform: uppercase;
  min-height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.main-menu-right {
  display: block !important;
}
.home_benefits_banner {
  background: url(../images/home_benefits_banner.jpg) top center;
  background-size: cover;
}
.home_guideline_banner {
  background: url(../images/home_guideline_banner.jpg) top center;
  background-size: cover;
}
.home_consumer_banner {
  background: url(../images/Consumer-Grievance-About-banner.jpg) top center
    no-repeat;
  background-size: cover;
}
.media_contact_banner {
  background: url(../images/media_contact_banner.jpg) top center no-repeat;
  background-size: cover;
}

.about_youth_wing_banner {
  background: url(../images/about_youth_wing.jpg) top center no-repeat;
  background-size: cover;
}
.youth-main-sec .box_with_header_body h5 {
  font-family: Raleway-SemiBold;
  font-size: 13px;
  color: #606161;
  margin-bottom: 15px;
  margin-top: 10px;
}
.youth-main-sec .box_with_header_main {
  margin-top: 25px;
  min-height: 200px;
}
.youth-wing-img {
  padding: 25px 80px;
}
.youth-wing-img img {
  max-width: 100%;
  height: auto;
}
.youth-main-sec .thumbnail img {
  max-width: 100%;
}
.women_wing_banner {
  background: url(../images/women_wing_banner.jpg) top center no-repeat;
  background-size: cover;
}
.Csr_other_initiatives_banner {
  background: url(../images/Other-Initiatives-banner.jpg) top center no-repeat;
  background-size: cover;
}
.Csr_Clean_city_banner {
  background: url(../images/Csr_Clean_city_banner.jpg) top center no-repeat;
  background-size: cover;
}
.inner-multy-nav {
  color: #676767;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  padding: 7px 11px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  font-family: raleway-bold;
}
.inner-multy-nav a {
  display: block;
  margin-left: 20px;
  padding: 10px 10px 0px 0px !important;
  line-height: normal !important;
  font-size: 11px !important;
}
.state-detail {
  padding-top: 20px;
}
.state-detail h3 {
  color: #116d39;
  font-size: 14px;
  font-family: raleway-bold;
}
.state-detail p {
  color: #606161;
  font-size: 13px;
  font-family: Raleway-SemiBold;
  line-height: normal;
  margin: 0px 0px 8px 0px;
}
@media screen and (max-width: 580px) {
  .image-gallery-item,
  .profile-item,
  .place-gallery-item {
    width: 100%;
    margin: 0px 0px 10px 0px;
  }
  .new_india_summit_page_first_section {
    padding: 0px 20px 0px 20px;
  }
  .About-us-Who-s-Who-section .nav_link_tab {
    float: none;
  }
  .press_release_inner_txt .code_of_conduct_entry_tbl_txt {
    width: 100%;
  }
  .consumer_form_row .col-xl-6 > label,
  .consumer_form_row .form-control,
  .ragistration_attechment {
    width: 100%;
  }
  .ragistration_attechment {
    margin-left: 0px;
  }
  .consumer_complaint_form_main {
    margin-top: 0px !important;
  }
  .consumer_complaint_form {
    padding: 10px 0px;
  }
  .printing_typesetti_heading.no-before-border h2:before {
    display: none;
  }
}

@media screen and (min-width: 581px) and (max-width: 767px) {
  .image-gallery-item,
  .profile-item,
  .place-gallery-item {
    width: 49%;
    margin: 0px 1% 10px 0px;
  }
  .new_india_summit_page_first_section {
    padding: 20px 0px 0px 0px;
  }
  .consumer_form_row .col-xl-6 > label {
    width: 180px;
  }
  .consumer_form_row .form-control,
  .ragistration_attechment {
    width: calc(100% - 200px);
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .consumer_form_row .col-xl-6 > label {
    width: 250px;
  }
  .consumer_form_row .form-control,
  .ragistration_attechment {
    width: calc(100% - 270px);
  }
}

.top-social-media-main {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.top-social-media {
  margin-bottom: 5px;
}
.top-social-media > li {
  list-style: none;
  display: inline-block;
}
.top-social-media > li > a {
  width: 24px;
  height: 24px;
  line-height: 24px;
  display: block;
  text-align: center;
  background-color: #ae1e41;
  border-radius: 50px;
  margin-left: 5px;
  font-size: 13px;
  color: #ffffff !important;
}
.top-social-media li a .fa {
}
.login-search {
  padding-left: 14px;
  display: flex;
}
.login-txt {
  font-size: 14px;
  font-weight: 600;
  color: #ae1e41;
  padding-right: 10px;
  font-family: raleway-bold;
  text-transform: uppercase;
}
.consumer_grievance_navbar_toggle a {
  color: #ae1e41;
  font-size: 13px;
}
.login-search-icon {
  clear: both;
  display: flex;
}
.login-search-icon input {
  border: 0px;
  background: #ebebeb;
  text-align: right;
  padding: 3px 5px;
  box-sizing: border-box;
  height: 25px;
  display: inline-block;
  outline: none;
  color: #000;
  width: 140px;
}
.login-search .dropdown-menu {
  padding: 15px !important;
}
.login-search-icon .fa {
  background: #ae1e41;
  width: 25px;
  height: 25px;
  display: inline-block;
  color: #fff;
  text-align: center;
  line-height: 25px;
  font-size: 13px;
}

.login-search-icon input::-webkit-input-placeholder {
  color: #dad6d6;
  font-style: italic;
}

.login-search-icon input:-ms-input-placeholder {
  color: #dad6d6;
  font-style: italic;
}

.login-search-icon input::placeholder {
  color: #dad6d6;
  font-style: italic;
}
.main-menu-right .dropdown-toggle::after {
  display: none !important;
}
.main-menu-right .dropdown-menu {
  background: #f2f2f2;
  padding: 5px;
  border: 0px;
  width: max-content;
}
.main-menu-right .dropdown-menu > a {
  border-bottom: 1px solid #d1d1d1;
  padding: 11px 10px !important;
}
.main-menu-right .dropdown.show > a:before {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-bottom: 0;
  border-left: 5px solid transparent;
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main-menu-right .dropdown.show > a {
  position: relative;
}
.main-menu-right .dropdown.show > a:after {
  content: "";
  position: absolute;
  bottom: 3px;
  height: 1px;
  background: #116d39;
  left: 0px;
  display: block !important;
  border: 0px;
  top: auto;
  opacity: 1;
  transform: unset;
}
body .beauty .menuzord-right > li > a {
  padding: 10px 0px !important;
  margin: 0px 19px !important;
}
.main-menu-right .dropdown-item.active,
.main-menu-right .dropdown-item:active {
  background: transparent;
}
.after_bg {
  position: relative;
}
.footer {
  z-index: 2;
}
.footer > .container {
  position: relative;
  z-index: 1;
}
.footer_list_ittem ul li {
  line-height: 20px;
}
.credia_events_notifications > p {
  font-family: Raleway-SemiBold;
}
.copy_write p {
  font-size: 12px;
}
.main-menu-right .dropdown-menu > a:last-child {
  border-bottom: 0px !important;
}
@media screen and (min-width: 1300px) {
  .properties_respective ul {
    padding-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  body .beauty .menuzord-right > li > a {
    margin: 0px !important;
  }
  .login-search {
    flex-direction: column;
    padding: 0px;
  }
  .top-social-media {
    text-align: center;
  }
  .login-txt {
    padding: 7px 0px 5px 0px;
  }
}
body .login-txt .dropdown-menu {
  top: 30px !important;
  left: -130px !important;
}
.padding-right-8 {
  padding-right: 8% !important;
}
.tab.twitter_social_link_and_facebook .list-unstyled li {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  height: 154.5px;
  margin: 0px;
}
body .custum-close {
  border: 0px;
  top: -20px;
  position: relative;
  background: #5da48a;
  color: #fff !important;
  width: 30px;
  height: 30px;
  line-height: 8px;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
}

.custom-carousel-home {
  margin-bottom: 80px;
}

.custom-carousel-home .creadia_youth_wing_content_1_img {
  position: relative;
  padding: 0px;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.05);
  margin: 0px 0px 50px 50px;
}
.custom-carousel-home .creadia_youth_wing_content_1_img:after {
  content: "";
  position: absolute;
  bottom: -36px;
  left: -40px;
  width: 80%;
  height: 80px;
  /* background: #5da48a; */
  z-index: 0;
}
.custom-carousel-home .left-shadow .creadia_youth_wing_content_1_img {
  margin: 0px 50px 50px 0px;
}

.custom-carousel-home .left-shadow .creadia_youth_wing_content_1_img:after {
  content: "";
  bottom: -36px;
  right: -40px;
  left: auto;
}
/* .custom-carousel-home .carousel-control-prev,
.carousel-control-next {
  display: none;
} */

.creadia_youth_wing_content_1_img img {
  position: relative;
  z-index: 2;
}
.beauty .menuzord-right > li a:hover {
  color: #116d39;
}
.beauty .menuzord-right > li a:hover,
.beauty .menuzord-right > li.show > a {
  color: #116d39;
}
.login-search-icon input {
  width: 140px;
}
@media screen and (min-width: 961px) {
  .menuzord-right {
    margin-bottom: 0px;
    justify-content: flex-end;
    display: flex;
  }
}

@media screen and (min-width: 1300px) {
  .main-menu-right {
    float: right;
    width: calc(100% - 22%);
  }
}

.header_banner_left_content_section h1 {
  padding-left: 60px;
  font-weight: 600;
  text-shadow: 0px 0px 0px;
}
.header_banner_left_content_section h1:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 10px;
  background-color: #232b1b99;
  width: 100%;
  height: 48px;
  z-index: -1;
}
.header_banner_left_content_section h1 > span {
  background-color: transparent;
}
.Paving_the_way_heading {
  text-align: center;
}
#tabsJustified {
  justify-content: center;
}
body .beauty .menuzord-right > li > a {
  /* margin: 0px 0px 0px 38px !important; */
  /* margin: 0px 0px 0px 22px !important; */
  margin: 0px 0px 0px 20px !important;
}

.top-social-media {
  margin-bottom: 9px;
  display: flex;
  align-items: center;
}
.consumer_grievance_navbar_toggle .dropdown-toggle {
  position: relative;
  top: 3px;
}
.top-social-media-main {
  justify-content: flex-end;
}

.custom-carousel-home .creadia_youth_wing_content_1_img img {
  width: 100%;
}

body .arrow-left-right .carousel-control-prev {
  right: auto;
  left: 0px;
  top: 50% !important;
  transform: translate(-50%, -50%);
  background: #ae1f40 !important;
}

body .arrow-left-right .carousel-control-next {
  left: auto;
  right: 0px;
  top: 50% !important;
  transform: translate(-50%, -50%);
  background: #ae1f40 !important;
}
.header_banner_right_testimonial .carousel-item p {
  font-size: 0.85em !important;
}
.check_more_button a:hover {
  color: #fff;
}
.upcoming_events_section {
  padding: 10px 10px 25px 20px;
}
.upcoming_events_section {
  margin: 15px 0px 0px 0px;
}
.Credia_Iniatives_section {
  background-color: #fff;
  padding: 10px 15px 25px 15px;
}
.Credia_Iniatives_section h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 0px;
  text-shadow: 0px 0px 0px;
}
.Credia_Iniatives_section p {
  font-family: unset;
  margin-bottom: 8px;
  font-size: 13px !important;
  font-weight: 370;
  line-height: 1.3em;
}
#home_banner_right_sec_3 .carousel-item {
  margin: 15px 0px 0px 0px;
}
.upcoming_events_section img {
  margin-bottom: 20px;
}
.upcoming_events_section h5 {
  margin-top: 0px;
}
.state_chapter_text .staff-name,
.state_chapter_text .staff-designation {
  padding: 0px 3px 2px 13px;
  font-size: 13px !important;
  margin-left: -10px;
  line-height: 14px;
}
/* .home_second_section ul li span {
    display: inline-block;
    text-align: left;
    width: 120px;
} */
.home_four_section {
  background-image: url("../images/map_backgroud.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.home_five_section {
  background-image: url("../images/map_backgroud.jpg");
  background-repeat: no-repeat;
  background-size: 100% 98%;
  background-color: #5ea48a;
  background-position: 0 0;
  padding-bottom: 0px;
}
.home_five_section .full_width {
  background: url("../../../green_bg_o.jpg") bottom center no-repeat;
  position: relative;
  width: 100%;
  background-position-x: left;
  background-size: 50% 50%;
}
.credua_join_hand_content {
  background-color: unset;
  padding: 20px 12px;
}
.just_around_the_corner_content p {
  width: 96%;
  font-size: 14px !important;
  font-weight: 380;
}
.Septemberlocations p {
  font-size: 12px !important;
  letter-spacing: 0.2px;
  font-weight: 380;
}
.creadia_youth_wing_section .carousel-inner {
  background: url("../../../green_bg_o.jpg") bottom center no-repeat;
  width: 100%;
  background-position: 0% 110%;
  background-size: 70% 50%;
}
.creadia_youth_wing_section2 .carousel-inner {
  background: url("../../../green_bg_o.jpg") bottom center no-repeat;
  width: 100%;
  background-position: 100% 110%;
  background-size: 70% 50%;
}
/* .creadia_youth_wing_section {
    background-image: url(map_backgroud.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
} */
.navbar-collapse {
  box-shadow: 4px 4px 4px 0px #ccc;
}
.new_india_summit_page_first_section {
  padding-top: 0px;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0px !important;
}
.breadcrumb-item + .breadcrumb-item::before {
  padding-right: 0.3rem !important;
  content: "»" !important;
  padding-left: 0.3rem !important;
}
ol.breadcrumb {
  background: none !important;
  font-size: 0.85em !important;
  padding: 0 1rem !important;
  margin-bottom: 20px !important;
}
ol.breadcrumb li a,
ol.breadcrumb li a:hover {
  color: #dc3545 !important;
}
nav.navbar {
  padding-top: 0px !important;
}
.header_banner_right_testimonial {
  box-shadow: 0 9px 6px rgba(20, 2, 2, 0.16),
    0 3px 6px rgba(121, 111, 111, 0.23);
}
#home_banner_right_sec_3 {
  box-shadow: 0 9px 6px rgba(20, 2, 2, 0.16),
    0 3px 6px rgba(121, 111, 111, 0.23);
}
.home_six_section .carousel-indicators li {
  margin-right: 10px;
}
div#demo7 {
  height: 170px;
}
.main-menu-right .dropdown:hover > div.dropdown-menu {
  display: block !important;
  position: absolute;
  transform: translate3d(38px, 24px, 0px);
  top: -1px !important;
  left: 0px;
  will-change: transform;
}
/* .main-menu-right .dropdown:hover > a:after {
    content: '';
    position: absolute;
    bottom: 3px;
    height: 1px;
    background: #116d39;
    left: 0px;
    display: block !important;
    border: 0px;
    top: auto;
    opacity: 1;
    transform: unset;
}
.main-menu-right .dropdown:hover > a:before {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-bottom: 0;
    border-left: 5px solid transparent;
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translate(-50%, -50%);
} */
img.img-fluid {
  width: 100%;
}

.just_around_the_corner_content img {
  width: 60%;
}
.about_us_side_bar .navbar-dark .navbar-nav .nav-link-text {
  text-transform: uppercase !important;
}

.sponsors-logo {
  width: 100% !important;
  margin: 0px !important;
  text-align: center !important;
  border-right: 0px !important;
}
.sponsors-logo img {
  width: 850px !important;
}

.align_center .summitWhat1 {
  text-align: center;
}
.printing_typesetti_heading.align_center h2 {
  text-align: center;
  margin-bottom: 14px;
  /* border-bottom: 1px solid #dc3545; */
  display: inline-block;
  padding-bottom: 5px;
}
.printing_typesetti_heading.align_center h2:before {
  content: none !important;
}
.before-none:before {
  content: none !important;
}
.profile-sec-main {
  justify-content: center !important;
}
.talign-center {
  text-align: center !important;
  justify-content: center !important;
}
.talign-left {
  text-align: left !important;
}
.about_us_side_bar .sidenav {
  min-height: unset !important;
}
.bg-white {
  background: #fff !important;
}

.first_content_social1 {
  border-bottom: 1px dotted;
  padding-bottom: 2%;
  margin-bottom: 2%;
}
.Septemberlocations_first_secton:last-child .first_content_social1 {
  border: unset;
  padding-bottom: 0;
  margin-bottom: 0;
}
#npp_page_section .about_partner_profile_image {
  height: unset;
  width: 200px;
}
#npp_page_section .about_partner_profile_image:after {
  left: -25px;
  bottom: -25px;
  height: 65px;
}
#npp_page_section .about_partner_profile_image.profile-right:after {
  right: -25px;
  bottom: -25px;
  left: unset;
}
#npp_page_section .about_partner_profile_detail {
  text-align: justify;
}
#npp_page_section .about_partner_profile_detail h2 span {
  color: #dc3545;
  font-weight: bold;
  text-transform: uppercase;
}
#npp_page_section .about_partner_profile_section {
  padding-top: 40px;
  padding-bottom: 0px;
}

#pr .press_release_inner_txt h2 {
  font-size: 1.4em;
  margin-bottom: 5px !important;
}
#pr .press_release_inner_txt h3 {
  font-size: 14px;
  font-weight: 400;
}
.news_block_single {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.light-box-main {
  margin-bottom: 25px;
  border-bottom: 1px solid #ddd;
}
.gallery_img_title {
  text-transform: uppercase;
  padding-top: 5px;
  font-size: 11px !important;
  color: #a11b3a !important;
  font-family: Raleway-SemiBold !important;
  line-height: 14px !important;
}
.color-red {
  color: #dc3545 !important;
}
.color-red-dark {
  color: #ae1e41 !important;
}
.btn_green {
  background: #5da48a;
  color: #fff;
  padding: 3px 12px 7px 12px;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
}
.btn_red {
  background: #dc3545;
  color: #fff;
  padding: 3px 12px 7px 12px;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
}
.btn_red_dark {
  background: #ae1e41;
  color: #fff !important;
  padding: 0px 7px 1px 7px;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
}

.btn_red:hover,
.btn_red:focus,
.btn_red:visited,
.btn_red_dark:hover,
.btn_red_dark:focus,
.btn_red_dark:visited,
.btn_green:hover,
.btn_green:focus,
.btn_green:visited {
  cursor: pointer;
  color: #fff;
}
.unset-min-height {
  min-height: unset !important;
}
.home_six_section .carousel-indicators {
  bottom: -35px;
}
.contact_details a,
.contact_details a:hover,
.contact_details a:focus,
.contact_details a:visited {
  color: #dc3545 !important;
}
.w100 {
  width: 100% !important;
}
.justify {
  text-align: justify !important;
}
#media_news_updates .light-box-main {
  max-height: 100%;
}
#media_news_updates .card {
  border: none !important;
}
#media_news_updates .card img {
  border: 1px solid #efefef !important;
}
.redp p {
  color: #b01d3f !important;
  margin-bottom: 0px;
}
.red {
  color: #b01d3f;
}
.main-title {
  font-size: 25px;
  font-weight: 600;
  position: relative;
  line-height: 40px;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
}
.main-title:before {
  width: 6px;
  height: 40px;
  left: -16px;
  top: 0px;
  content: "";
  position: absolute;
}
.red:before {
  background: #b01d3f;
}
#media_news_updates .news_items {
  width: 100%;
}
#media_news_updates .news_items a {
  height: 180px;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 4px;
}
#media_news_updates .news_items img {
  overflow: hidden;
  width: 100%;
}
#media_news_updates .news_items .news_box_caption {
  width: 100%;
  left: 0;
  bottom: 0;
  background: #b01d3fcc;
  letter-spacing: 0.3px;
}

.webinars .inner_judgement_resource_tbl tr th:first-child {
  width: unset !important;
}
.webinars .inner_judgement_resource_tbl tr td {
  padding: 10px !important;
  vertical-align: top;
}
.webinars h3.green-txt {
  margin-top: 2px !important;
}
.form-group.radio label {
  width: 100%;
  /* font-weight: 500; */
}
.form-group.radio input.form-control {
  display: inline;
  height: 13px;
  width: 13px;
  margin: 0 12px 0 0px;
  cursor: pointer;
}

.form-group label,
.form-group.radio {
  text-transform: uppercase;
}

.text_case_reset {
  text-transform: none !important;
}
.invalid-feedback {
  display: inline-block !important;
}
.register_success {
  padding: 2%;
  margin: 5% 15%;
  border: 1px solid #ddd;
}
.cyw_tabs_box {
  border-bottom: 2px solid #b01d3f;
  margin-bottom: 40px;
}
.cyw_tabs_box .cyw_tabs {
  border-collapse: unset;
  margin-bottom: -10px;
}
.cyw_tabs_box .cyw_tabs tr td {
  background: #eee;
  padding: 4px 3px;
  font-size: 0.9em;
  border-radius: 6px 6px 0px 0px;
  text-align: center;
  font-weight: 500;
  cursor: pointer;
}
.cyw_tabs_box .cyw_tabs tr td.active {
  background: #b01d3f;
  color: #fff;
}
.profile-sec-table table {
  font-size: 0.8em;
  border-collapse: unset;
  width: 100%;
}
.profile-sec-table table tr th:first-child,
.profile-sec-table table tr td:first-child {
  /* padding-left: 0px !important; */
  /* border-left: 1px solid #ccc; */
}
.profile-sec-table table tr th:last-child,
.profile-sec-table table tr td:last-child {
  padding-right: 0px !important;
  /* border-right: 1px solid #ccc; */
}
.profile-sec-table table tr th {
  background: #eee;
  /* border-top: 1px solid #ccc; */
  white-space: nowrap;
  font-size: 14px;
}
.profile-sec-table table tr th,
.profile-sec-table table tr td {
  padding: 5px 8px;
  /* border-bottom: 1px solid #ccc; */
}
.profile-sec-table table tr td {
  padding: 12px 0px;
  border-bottom: 2px solid #ccc;
}
.profile-sec-table table tr td h3 {
  font-size: 18px !important;
  color: #777 !important;
  margin-bottom: 3px !important;
}
.profile-sec-table table tr td p {
  margin-bottom: 0px !important;
}

.cyw_tab_block {
  display: none;
}
/* .cyw_tab_block.active
{
	display: block;
} */

.cyw_tab_block .profile-item {
  width: unset !important;
}
.cyw_tab_block .profile {
  margin: 0 auto !important;
}
.company-name {
  text-transform: unset;
  font-size: 9px;
}
.profile-designation-sec {
  font-size: 9px !important;
}

.profile {
  width: unset;
  background: none;
  height: unset;
  margin: unset;
  text-align: center;
}
.profile img {
  width: 135px !important;
  margin: 6px auto;
  height: 135px;
  /* width: 70%; */
}
.profile-designation-sec {
  letter-spacing: 0.4px;
}
.profile-name {
  letter-spacing: 0.8px;
}
.profile-designation-sec span,
.profile-designation-sec strong,
.profile-designation-sec div {
  margin-bottom: 1px;
}

.npp.check_more_button {
  margin-top: 100px;
  width: 100%;
  text-align: center;
}
.clear {
  clear: both;
}
.profile-item {
  width: 24%;
}
.credai-youth-wing .profile-item,
.credai-women-wing .profile-item {
  width: 19%;
}

.natcon_event .profile-item {
  width: 25%;
}
section h2 {
  margin-bottom: 12px !important;
}
.consumer_form_row.textarea {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.consumer_form_row.textarea textarea {
  height: 65px;
  float: right;
}

.about-credai-csr ol {
  width: 80%;
  float: left;
  /* margin-left: 20px; */
  list-style-type: none;
  margin-top: 20px;
}

.about-credai-csr i {
  color: #ae1e41;
}

.about-credai-csr .count-label {
  text-align: center;
}

.about-credai-csr .count {
  font-size: 32px !important;
  color: #ae1e41;
  line-height: 82px;
  font-family: Raleway-Bold;
  text-align: center;
}
.about-credai-csr ol li {
  width: 49%;
  float: left;
  padding-left: 1%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 12px;
  margin-bottom: 10px;
  margin-right: 8px;
}
table.red_blocks,
.about-credai-csr table {
  border-collapse: unset;
}
.red_blocks tr td:first-child,
.about-credai-csr table tr td:first-child p {
  margin-left: -30px;
}
.red_blocks tr td,
.about-credai-csr .red {
  color: #ae1e41;
}
.about-credai-csr .red {
  color: #ae1e41;
  background: #ae1e41;
}
.about-credai-csr .red p {
  font-size: 18px !important;
}
.red_blocks tr td,
.about-credai-csr table tr td {
  width: 20%;
  vertical-align: top;
}
.red_blocks tr td p {
  padding: 7px 15px;
  text-align: left;
  font-size: 16px !important;
  background: #ae1e41;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 400;
  display: block !important;
  min-height: 100px;
}
.about-credai-csr .red p strong {
  padding: 7px 15px;
  text-align: left;
  font-size: 16px !important;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 400;
  display: block !important;
}
.news_box_caption a {
  color: #fff !important;
}
.news_box_caption a:hover,
.news_box_caption a:focus,
.news_box_caption a:active {
  color: #fff !important;
}
.csr_gallery_img img {
  width: 100%;
}
.tablinks_facebook .active {
  background-color: #40474b;
}
#facebook,
#facebook .glimpseinaugural {
  background: #677075;
}
.subresources tr:nth-child(2n) td {
  background: #fafafa;
}

.red-section {
  background-image: url("../images/footer-bg.png");
  background-repeat: repeat-x;
  background-color: #9f2e40;
  background-position: bottom left;
}
.green-section {
  background-image: url("../images/footer-bg.png");
  background-repeat: repeat-x;
  background-color: #5da48a;
  background-position: bottom left;
}

.image-gallery-caption a,
.image-gallery-caption a:hover,
.image-gallery-caption a:focus,
.image-gallery-caption a:visited {
  color: #fff !important;
}

.app_icon_home {
  height: 31px;
  margin: 5px 9px;
}

.who_is_who_sub_heading {
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 10px;
  margin-top: 20px;
  font-size: 16px;
}

.floating_icons {
  position: fixed;
  bottom: 200px;
  right: -1px;
  width: 150px;
  opacity: 1;
  z-index: 99;
  /*background: RGBA(255,255,255,0.6);*/
  /* background: #5DA48Add; */
  background: #ffffffee;
  padding: 10px;
  border: 1px solid RGBA(255, 255, 255, 0.6);
}
.floating_icons ul {
  margin-bottom: 0px !important;
  list-style: none;
}
.floating_icons ul li {
  /* margin: 5px 0px !important; */
}
.floating_icons ul li a {
  /* float: left;
    background: #f9f8f8ee; */
}
.floating_icons ul li:nth-child(2) a {
  /* margin: 20px 0px; */
}
.accommodation_price {
  font-weight: 500;
}
.accommodation_radio {
  height: 16px !important;
  width: 16px !important;
  vertical-align: middle;
  margin-bottom: 5px !important;
}
.f13 {
  font-size: 13px !important;
}
.f14 {
  font-size: 14px !important;
}
.f15 {
  font-size: 15px !important;
}
.f16 {
  font-size: 16px !important;
}
.f17 {
  font-size: 17px !important;
}
.f18 {
  font-size: 18px !important;
}
.checkbox16 {
  height: 16px !important;
  width: 16px !important;
  vertical-align: middle !important;
  margin-bottom: 2px !important;
}
.checkbox13 {
  height: 13px !important;
  width: 13px !important;
  vertical-align: middle !important;
  margin-bottom: 2px !important;
}
.grey {
  color: #777;
}
.close_btn {
  position: absolute;
  top: -25px;
  right: -14px;
  color: #fff;
  opacity: 0.9;
  border: 0 !important;
  background: none;
  font-size: 22px;
  font-weight: 900;
}
.spouse-fields, .co-sharer-fields, .acomm_fields/* , .need_accom */, .without_acom_fields {
  display: none;
}

.non-login {
  display: none;
}

table.nowrap tr th,
table.nowrap tr td {
  white-space: nowrap;
}
.events_page_section_first .note-txt p {
  padding-left: 0px !important;
}
.content-table {
  width: 100%;
  margin: 0 !important;
}
.content-table tr td,
.content-table tr th {
  border: 1px solid #eee;
  padding: 5px 6px;
}

.printing_typesetti_heading.green.large h2 {
  font-size: 35px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #005c30;
  margin-bottom: 4px !important;
  font-weight: 700;
}

.printing_typesetti_heading.green.large h3 {
  color: #bbd03d;
  text-transform: uppercase;
  border-bottom: 2px solid #005c30;
  padding-bottom: 10px;
  font-size: 21px;
  letter-spacing: 0.5px;
  font-weight: 600;
}
.printing_typesetti_heading.green.large h4 {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.5px;
  margin: 21px 0;
}
.leadership_program_form {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 9px 19px;
}
.leadership_program_form h5 {
  font-size: 16px;
  color: #444;
  margin-bottom: 10px;
  margin-top: 3px;
}
.leadership_program_form .form-control.radio {
  height: unset;
}
.leadership_program_form .form-group.radio {
  text-transform: none;
}
.leadership_program_form .form-group.radio label {
  display: inline !important;
  margin-right: 10%;
  text-transform: none;
}

.course_program_form {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 9px 19px;
}
.course_program_form h5 {
  font-size: 16px;
  color: #444;
  margin-bottom: 10px;
  margin-top: 3px;
}
.course_program_form .form-control.radio {
  height: unset;
}
.course_program_form .form-group.radio {
  text-transform: none;
}
.course_program_form .form-group.radio label {
  display: inline !important;
  margin-right: 10%;
  text-transform: none;
}
section.header_banner_section {
  min-height: 410px !important;
}
.home_slide .carousel-item {
  transition-duration: 1s;
}
.home_slide .carousel-control-next,
.home_slide .carousel-control-prev /*, .carousel-indicators */ {
  filter: invert(100%);
  width: 30px;
}
span.label-status0 {
  color: #aaa;
}

/* .acomm_fields .form-group.radio > span {
    width: 100%;
    display: block;
    margin-left: 27px;
} */

.preview img {
  height: 38px;
  border: 1px solid #ddd;
  margin-left: 15px;
}

/* Home page popup css */
.home_popup .overlay {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.home_popup .home_popup_modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  margin: 0px auto;
  padding: 15px;
  background-color: #fff;
  max-width: 650px;
}

.home_popup .close {
  position: absolute;
  top: -20px;
  right: -10px;
  background: #000;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  line-height: 22px !important;
  font-size: 24px;
  color: #fff !important;
  opacity: 1;
  text-shadow: none;
  text-align: center;
}

.home_popup img {
  width: 100%;
  max-height: 430px;
  object-fit: contain;
}

.home_popup .close span {
  display: flex;
  justify-content: center;
  height: 35px;
  line-height: 28px;
}
.home_popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  outline: 0;
}
@media (max-width: 991px) {
  .home_popup .home_popup_modal {
    max-width: 450px;
  }
  .home_popup img {
    max-height: 300px;
  }
}
@media (max-width: 480px) {
  .home_popup .home_popup_modal {
    margin: 0px 15px;
  }
}
/* Home page popup css */
.font_railway {
  font-size: 14px;
  line-height: 23px;
  color: #6d6e6e;
  font-weight: 500;
  margin-bottom: 9px;
  font-family: Raleway-SemiBold;
}
table.event_natcon_table {
  border: 1px solid;
  width: 100%;
  font-size: 14px;
  line-height: 23px;
  color: #6d6e6e;
  font-weight: 500;
  margin-bottom: 9px;
  font-family: Raleway-SemiBold;
}
table.event_natcon_table td {
  border: 1px solid;
  padding: 8px;
}
table.event_natcon_table th {
  text-align: center;
  padding: 8px;
  border: 1px solid;
}

.contact_event_3 .d-flex .border:last-child {
  border-right: 0 !important;
}
.contact_event_3 .d-flex .border {
  border-left: 0 !important;
  border-bottom: 0 !important;
}

.contact_event_3 .border.px-2.py-3.border-dark {
  border-left: 0 !important;
}
@media (max-width: 767px) {
  .fortable {
    overflow: auto;
  }
  .fortable table.event_natcon_table {
    width: 800px;
  }

  /*end*/
}

@media (max-width: 667px) {
  .contact_event_1,
  .contact_event_2 {
    flex-flow: wrap;
  }
  .contact_event_1 .px-4 {
    width: 100%;
    border: 0 !important;
    padding: 0 !important;
    margin-bottom: 15px;
  }

  .contact_event_2 > .border {
    width: 100%;
    margin-bottom: 15px;
    padding: 15px !important;
  }

  .contact_event_3 {
    flex-flow: wrap;
  }
  .contact_event_3 .border.border-dark .d-flex {
    flex-flow: wrap;
  }
  .contact_event_3 .border.border-dark .d-flex .border.px-2.py-2.border-dark {
    width: 100%;
  }
  .contact_event_3 .md-1 {
    width: 100%;
  }

  .contact_event_3
    .border.border-dark
    .d-flex
    .border.px-2.py-2.border-dark:first-child {
    border-right: 0 !important;
  }
  .contact_event_3 .border.px-2.py-3.border-dark {
    border-left: 1px solid !important;
    border-top: 0 !important;
  }
  .contact_event_3 {
    width: 100%;
  }
  .contact_event_3 .border.border-dark {
    width: 100%;
  }
  /*end*/
}

.event_dis {
  font-family: Raleway-Bold;
}
.event_dis strong {
  color: #dc3545;
}

.flex {
  display: grid;
  grid-template-columns: 270px 1.5fr;
  align-items: center;
}

.flex img {
  width: 95%;
}

.pointer-events-none {
  pointer-events: none;
}

/* .click-to-register{
    background: #581C87;
    background: linear-gradient(to right, #581C87 0%, #e11d48 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

    .blink {
            animation: blinker 1.5s linear infinite;
            color: red;
            font-family: sans-serif;
        }
        @keyframes blinker {
            50% {
                opacity: 0;
            }
        }

        .blink
{
   text-transform: uppercase;
  background-image: linear-gradient(
    linear-gradient(to right, #581C87 0%, #e11d48 100%)
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
} */

.registration-fees-nis-2024 table,
.registration-fees-nis-2024 th,
.registration-fees-nis-2024 td {
  border: 1px solid black;
  border-collapse: collapse;
}

.registration-fees-nis-2024 table {
  width: 100%;
}

.registration-fees-nis-2024 td {
  padding: 5px;
}

.justify-content-evenly {
  justify-content: space-evenly;
}

.black-bold {
  color: #000;
}

.fw-700 {
  font-weight: 700;
}

.click-to-register {
  font-size: 18px;
}

.word-break {
  word-break: break-word;
}

.nis-logo {
  height: 150px;
  width: 100%;
}

.custom-bread-crumb .line {
  padding-right: 0.3rem !important;
  content: "»" !important;
  padding-left: 0.3rem !important;
  color: rgb(108, 117, 125);
}

.custom-bread-crumb li a,
.custom-bread-crumb li span {
  font-weight: 600;
}

.see-more-btn {
  font-size: 14px;
}
.see_more_info {
  margin-bottom: 0;
}

.natcon-2024 th {
  background-color: #dc3545 !important;
}

.natcon-2024-pdf {
  height: 250px;
}

.event-bold-black {
  color: #373737;
  font-family: raleway-bold;
}
