html {
	height: 100%;
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}

body {
	position: relative;
	margin: 0;
	padding-bottom: 74px;
	min-height: 100%;
}

body {
	overflow-x: hidden !important;
}

button:focus {
	outline: none !important;
}

.position_relative {
	position: relative;
}

.color {
	color: #ac8954 !important;
}

.color_gr {
	color: #444444 !important;
}

.color_lgr {
	color: #a1a1a1 !important;
}

.background_color {
	background-color: #ac8954;
}

.margin_top_30 {
	margin-top: 30px;
}

.margin_bottom_50 {
	margin-bottom: 50px;
}

.margin_50 {
	margin: 50px 0;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.18);
}

.home_banner {
	width: 100%;
}

.main_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 30%;
}

.bottom_border {
	border-bottom: 10px solid #ac8954;
}

.text_section {
	width: 100%;
}

h2.title {
	font-family: 'Myriad Pro';
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
}

.bg_img {
	background-image: url(../images/text_section.png);
	background-size: cover;
	width: 100%;
	margin-bottom: 50px;
}

.text_padding {
	padding: 30px 0;
}

.small_line {
	width: 70px;
	height: 4px;
	margin: 25px auto;
}

.text {
	font-size: 14px;
	font-family: 'Myriad Pro';
}

.slider_activity {
	margin: 50px auto;
	box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.15);
	border: 1px solid #ccc;
}

.div_text_activity {
	padding: 50px;
}

.big_img_activity {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

h2.sub_title {
	font-family: 'Myriad Pro';
	font-weight: bold;
	font-size: 22px;
	height: 24px;
	letter-spacing: 1.5px;
}

.date_activity {
	font-size: 19px;
	text-decoration: underline;
	margin: 40px 0;
}

.text_activity {
	font-family: 'Myriad Pro';
	font-weight: normal;
	font-size: 15px;
	height: 112px;
	overflow: hidden;
}

.read_activity {
	padding: 7px 25px 4px;
	border-radius: 25px;
	background-color: #ebebeb;
	margin-top: 50px;
	border: 0;
	font-size: 15px;
	color: #444;
	font-family: 'Myriad Pro';
	font-weight: bold;
	letter-spacing: 1.5px;
}

.read_activity:hover {
	cursor: pointer;
}

.header_work {
	padding: 2px 15px;
}

.header_work img {
	width: 18px;
	vertical-align: text-top;
}

.header_work span {
	color: white;
	font-size: 17px;
}

.body_work {
	background-color: white;
	padding: 10px;
}

.bg_img_work {
	width: 100%;
	box-shadow: 3px 3px 10px 0px inset rgba(0, 0, 0, 0.33);
	background-size: cover;
	height: 180px;
}

.title_work {
	font-family: 'Myriad Pro';
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	height: 20px;
	overflow: hidden;
}

.text_work {
	margin: 10px 0;
	font-family: 'Myriad Pro';
	font-weight: normal;
	font-size: 15px;
	height: 112px;
	overflow: hidden;
}

.read_work {
	font-size: 15px;
	font-family: 'Myriad Pro';
	font-weight: bold;
}

.read_work:hover {
	cursor: pointer;
}

.view_work {
	font-size: 18px;
	font-family: 'Myriad Pro';
	font-weight: bold;
}

.bg_img_footer {
	background-image: url(../images/footer_section.jpg);
	background-size: cover;
	width: 100%;
	padding: 50px 90px;
}

.news_slider {
	width: 90%;
}

.white_div_news {
	background-color: white;
	margin-bottom: 15px;
	border-right: 5px solid #ac8954;
}

.footer_label {
	color: white;
	font-size: 20px;
	font-weight: bold;
	font-family: 'Myriad Pro';
	margin-bottom: 35px;
}

.img_and_date img {
	width: 100%;
}

.img_and_date img {
	width: 100%;
	height: 82px;
}

.cal_and_opacity {
	position: absolute;
	width: 77%;
	height: 90%;
	top: 5%;
	left: 12%;
	background-color: rgba(0, 0, 0, 0.33);
	text-align: center;
}

.news_title {
	font-size: 18px;
	font-weight: bold;
	font-family: 'Myriad Pro';
	text-transform: uppercase;
	margin: 15px 0;
}

.read_news {
	font-size: 15px;
	font-family: 'Myriad Pro';
	font-weight: bold;
	margin-right: 15px;
}

.read_news:hover {
	cursor: pointer;
}

.date_and_icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.date_and_icon img {
	width: 25px;
	height: 25px;
	margin: auto;
}

.date_and_icon span {
	color: white;
	font-weight: bold;
	font-size: 16px;
	font-family: 'Myriad Pro';
}

.news_slider .slick-list .slick-track .slick-slide {
	margin: 0 30px;
}

.news_slider .slick-list {
	margin: 0 -30px;
}

/*
.news_slider .slick-dots
{
	bottom: -40px;
}


.news_slider .slick-dots li button:before, .slick-dots li button:before {
    color: #fff;
    opacity: 1;
    font-size: 16px;
}
.news_slider .slick-dots li button {
    border: 1px solid #03b3c5;
    border-radius: 100%; 
}
.news_slider .slick-dots li button:before {
     color: transparent; 
}

.news_slider .slick-dots li.slick-active button:before, .slick-dots li button:before {
    color: #FFF;
    opacity: 1;
    font-size: 16px;
}
.news_slider .slick-dots li.slick-active button {
    background-color: #03b3c5;
    border-radius: 100%;
}
.news_slider .slick-dots li.slick-active button:before {
    color: transparent;
}

.news_slider .slick-dots
{
	    width: 100%;
    background: white;
    height: 15px;
    display: none;
}*/
.white_border {
	border: 2px solid white;
	padding: 25px 0 20px;
}

.pub_img {
	text-align: center;
}

.pub_img img {
	width: 65%;
	box-shadow: 3px 3px 10px #333;
}

/* .first_pub_border
{
	border-right: 2px solid white;
} */
.pub_name {
	font-weight: bold;
	font-size: 16px;
	font-family: 'Myriad Pro';
	color: white;
	margin-top: 15px;
}

.subscribe_section {
	margin: 20px 0;
}

.subscribe_section a, a.subsc_button {
	background-color: #ac8954;
	font-family: 'Myriad Pro';
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 7px 20px 5px;
	border-radius: 15px;
	letter-spacing: 1px;
}

.footer_multi {
	padding: 15px 0px;
	margin: auto;
	width: 100%;
	border-top: 10px solid #4f4e4e;
	border-bottom: 10px solid #4f4e4e;
	position: absolute;
	bottom: 0;
}

.powered {
	font-family: 'Arial';
	font-size: 12px;
	color: #666666;
}

.multi_logo {
	text-align: right;
	line-height: 1;
}

.ecosoc_footer {
	font-family: 'Arial';
	font-size: 12px;
	color: #666666;
	line-height: 2;
}

.footer_link a{
	color:#666666 !important;
	text-decooration:none;
}

.footer_link a:hover{
	color:none;
	text-decoration:underline;
}

.multi_logo img {
	width: 130px;
}

.div_border_brown {
	border: 1px solid #ac8954;
	padding: 30px 15px;
}

.contact_list {
	padding-left: 0;
}

.internal_back,
.internal_back_committee {
	color: #3b3b3d;
	text-transform: uppercase;
	background-color: #ebebeb;
	padding: 5px 30px 2px;
	border-radius: 25px;
	display: inline-block;
	font-family: 'Myriad Pro';
	font-size: 12px;
	font-weight: bold;
	vertical-align: sub;
}

.internal_back:hover,
.internal_back_committee:hover {
	cursor: pointer;
}

.press_date {
	background-color: #a1a1a1;
	padding: 5px 20px;
	display: inline-block;
	box-shadow: 2px 2px 10px #ccc;
	font-family: 'Myriad Pro';
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #fff;
}

.press_title {
	margin: 30px 0;
	color: #a1a1a1;
	font-family: 'Myriad Pro';
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.press_text {
	color: #5e6366;
	font-family: 'Myriad Pro';
	font-size: 14px;
	font-weight: normal;
	text-align: justify;
}

.contact_list li {
	list-style: none;
	margin-bottom: 10px;
	font-family: 'Myriad Pro';
	font-size: 17px;
	color: #ac8954;
}

.contact_list li img {
	width: 20px;
	vertical-align: text-bottom;
	margin-right: 10px;
}

.display_inline_block {
	display: inline-block;
}

.street {
	margin-left: 33px;
	display: block;
}

.view_map img {
	width: 30px;
	margin-right: 10px;
}

.view_map {
	background-color: #ac8954;
	border-radius: 15px;
	padding: 8px 15px;
	color: white;
	font-family: 'Myriad Pro';
	font-weight: bold;
	font-size: 17px;
}

.gray_div_contact {
	background-color: #ebebeb;
	padding: 15px;
}

.form-control {
	width: 100%;
	margin-bottom: 15px;
}

.cancel_button {
	padding: 5px 15px;
	background-color: #7d7d7d;
	font-size: 17px;
	font-family: 'Myriad Pro';
	font-weight: bold;
	border-radius: 15px;
	color: white;
	letter-spacing: 1px;
	margin-right: 10px;
}

.submit_button {
	padding: 4px 15px;
	background-color: #ac8954;
	font-size: 17px;
	font-family: 'Myriad Pro';
	font-weight: bold;
	border-radius: 15px;
	color: white;
	letter-spacing: 1px;
}

.select_country {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	background-image: url(../images/country.png) !important;
	background-repeat: no-repeat !important;
	background-position: 97% !important;
	box-shadow: none !important !important;
	background-size: 15px;
}

textarea {
	height: 64px;
}

.attach_img {
	position: absolute;
	right: 20px;
	top: 8px;
	width: 20px;
}

.fixed_menu_homepage {
	width: 80px;
	background-color: #5e6366;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 9;
}

.fixed_menu_homepage ul {
	padding: 0;
}

.fixed_menu_homepage >  ul> li {
	list-style: none;
	text-align: center;
	padding: 15px 5px;
	border-bottom: 2px solid #676c6f;
	color: #676c6f;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Myriad Pro';
}

.fixed_menu_homepage >  ul > li img {
	width: 60px;
}

.fixed_menu_homepage > ul > li.active {
	background-color: #ac8954;
}

.fixed_menu_homepage > ul > li a {
	color: #aab5bb;
	transition: all 0.6s ease;
}

.fixed_menu_homepage > ul > li:hover a {
	color: white;
	cursor: pointer;
}

.search_home img {
	width: 30px !important;
}

.white_span {
	color: white !important;
}

.social_list {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.social_list > ul {
	padding: 0;
}

.social_list > ul > li {
	list-style: none;
	padding: 5px 0;
	background-color: #ac8954;
	margin-bottom: 5px;
	box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.33);
}

.social_list > ul > li > a {
	padding: 10px;
	text-align: center;
}

.social_list > ul > li  img {
	width: 20px;
}

.dark_gray {
	background-color: #707070 !important;
}

.internal_menu {
	position: absolute;
	top: 30px;
	left: 30px;
	background-color: #ac8954;
	width: 35px;
	height: 35px;
}

.hum_mobile_menu {
	background-color: #ac8954;
	width: 35px;
	height: 35px;
	margin: 8px 0;
	vertical-align: middle;
}

.wrapper-menu {
	width: 35px;
	height: 35px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
	transition: transform 330ms ease-out;
	width: 35px;
	padding: 5px;
}

.wrapper-menu.open {
	transform: rotate(-45deg);
}

.line-menu {
	background-color: #fff;
	border-radius: 5px;
	width: 100%;
	height: 3px;
}

.line-menu.half {
	width: 50%;
}

.line-menu.start {
	transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	transform-origin: right;
}

.open .line-menu.start {
	transform: rotate(-90deg) translateX(3px);
}

.line-menu.end {
	align-self: flex-end;
	transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	transform-origin: left;
}

.open .line-menu.end {
	transform: rotate(-90deg) translateX(-3px);
}

.internal_menu_list {
    padding: 5px 10px;
    background-color: #ac8954;
    opacity: 0;
    position: absolute;
    top: 0;
    height: 35px;
    left: 35px;
    width: 813px;
}

.hide_menu {
	opacity: 1;
}

.internal_menu_list ul {
	padding: 0;
}

.internal_menu_list ul li {
	display: inline-block;
	margin: 0px 5px;
}

.internal_menu_list ul li img {
	width: 20px;
	vertical-align: sub;
}

.internal_menu_list ul li a, .internal_menu_list ul li {
	color: white !important;
}

.languages_list ul {
	padding: 0;
}

.languages_list ul li {
	display: inline-block;
	color: white;
}

.languages_list ul li a {
	color: white;
	font-size: 13px;
}

.languages_list {
	position: absolute;
	top: 10px;
	right: 20px;
	font-family: 'Myriad Pro';
}

.activity_img_text img {
	width: 100%;
}

.text_activity_list {
	margin: 10px 0;
	font-family: 'Myriad Pro';
	font-weight: normal;
	font-size: 15px;
	height: 70px;
	overflow: hidden;
}

.activity_list {
	border: 1px solid #aaa;
	margin-bottom: 30px;
}

.spec_padding {
	padding: 15px 20px 10px 0 !important;
}
.spec_padding_no_image {
	padding: 10px 10px 10px 24px !important;
}

.absolute_date_list {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #ac8954;
	text-align: center;
	line-height: 1;
}

.absolute_date_list .time_work {
	font-size: 12px;
	font-weight: normal
}

.nav-item, .nav-tabs {
	border: none !important;
}

.nav-tabs {
	width: auto !important;
	display: inline-block !important;
}

.nav-item {
	display: inline-block !important;
	margin-right: 15px;
}

.nav-tabs .nav-link.active {
	border-radius: 15px !important;
	border: 1px solid #ac8954 !important;
	background-color: #ac8954 !important;
	color: white !important;
}

.nav-tabs .nav-link {
	border-radius: 15px !important;
	border: 1px solid #ac8954 !important;
	background-color: white !important;
	color: #ac8954 !important;
	text-transform: uppercase;
	padding: 6px 22px;
	line-height: 1.1;
}

.work_category {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.work_category img {
	width: 100%;
	-webkit-transition: 0.6s ease;
	transition: 0.6s ease;
}

.work_overlay {
	background-color: rgba(0, 0, 0, 0.33);
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.work_category:hover {
	cursor: pointer;
}

.work_category:hover img {
	transform: scale(1.2);
}

.work_name {
	position: absolute;
	top: 50%;
	left: 50%;
	color: white;
	transform: translate(-50%, -50%);
	font-family: 'Myriad Pro';
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}

.press_list {
	border: 1px solid #a1a1a1;
	padding: 15px;
	margin-bottom: 30px;
}

.text_press_list {
	margin: 10px 0;
	font-family: 'Myriad Pro';
	font-weight: normal;
	font-size: 15px;
	height: 40px;
	overflow: hidden;
}

.press_date_list {
	position: absolute;
	top: 0;
	right: 15px;
	box-shadow: none;
}

.activity_location {
	width: 20px;
	margin-bottom: 5px;
}

.activity_location_text {
	color: #a9a8a8;
	font-style: italic;
	font-family: 'Myriad Pro';
	font-weight: bold;
	font-size: 18px;
}

.activity_slider_details {
	margin-top: 20px;
}

.activity_slider_details img {
	width: 100%;
}

.slider_nav {
	position: absolute !important;
	bottom: 0px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	margin: auto;
	padding: 10px 0px;
}

/*.slider_nav img
{
	height:100px;
}*/
.slider_nav div img {
	width: 100%;
	border-left: 2px solid #464646;
	border-right: 2px solid #464646;
}

.slider_nav.slick-slider .slick-track, .slider_nav.slick-slider .slick-list
	{
	margin-left: -50px;
}

.book_gray_div {
	padding: 30px;
	border-bottom: 10px solid #ac8954;
	background-color: #ebebeb;
	margin-bottom: 30px;
}

.pub_img_book img {
	width: 100%;
}

.pub_name_book {
	color: #5f6a6d;
	font-size: 15px;
	font-family: 'Myriad Pro';
	font-weight: bold;
	margin-top: 30px;
}

.studies_text {
	font-size: 15px;
	font-family: 'Myriad Pro';
	font-style: italic;
	width: 60%;
	margin: auto;
	text-align: center;
}

.studies_table {
	background-color: #ebebeb;
	padding: 30px 0;
	margin-top: 30px;
}

.white_table {
	width: 75%;
	margin: auto;
}

.padd_right_5 {
	padding-right: 5px !important;
}

.padd_left_5 {
	padding-left: 5px !important;
}

.study_table_title {
	padding: 5px 15px;
	background-color: white;
	font-size: 15px;
	font-family: 'Myriad Pro';
	font-weight: bold;
	color: #5e6366;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.study_table_data {
	padding: 5px 15px;
	background-color: white;
	font-size: 15px;
	font-family: 'Myriad Pro';
	font-weight: normal;
	color: #7c807e;
	margin-bottom: 2px;
}

/*institution accordion >>>>>*/
.accordion {
	background-color: #eee;
	color: #444;
	cursor: pointer;
	padding: 15px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 16px;
	transition: 0.4s;
	text-transform: uppercase;
	font-family: 'Myriad Pro';
	font-weight: bold;
}

.accordion.active, .accordion:hover {
	background-color: #ac8954;
	color: white;
}

.accordion:after {
	content: '\f0d7';
	color: #777;
	font-weight: bold;
	float: right;
	margin-left: 5px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-size: 1.5em;
	line-height: 0.7;
}

.accordion.active:after {
	content: "\f0d8";
	color: white;
}

.accordion:hover:after {
	color: white;
}

.panel {
	padding: 0;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

ul.institution_tabs {
	width: 100% !important;
	display: block !important;
}

.institution_tabs li, .institution_tabs li a {
	display: block !important;
	width: 100% !important;
	border-radius: 0 !important;
	border: none;
	border-bottom: 2px solid #ccc;
}

.nav-tabs.institution_tabs .nav-link {
	border-radius: 0px !important;
	background-color: #e1e1e1 !important;
	color: #555555 !important;
	border: none !important;
	border-bottom: 4px solid #efefef !important;
	padding: 15px;
	font-size: 14px;
	font-weight: bold;
}

.nav-tabs.institution_tabs .nav-link.active {
	color: #ac8954 !important;
}

.inst_title {
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Myriad Pro';
	font-weight: bold;
	margin-bottom: 15px;
	color: #ac8954 !important;
}

.inst_text {
	color: #5e6366;
	font-family: 'Myriad Pro';
	font-size: 14px;
	font-weight: normal;
	text-align: justify;
	margin-bottom: 30px;
}

.article_div {
	border: 1px solid #bbb;
	padding: 5px 15px;
	color: #5e6366;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 15px;
	transition: all 0.6s ease;
}

.article_div:hover {
	background-color: #ebebeb;
	cursor: pointer;
}

.president_title {
	font-family: 'Myriad Pro';
	font-weight: bold;
	margin-bottom: 15px;
	color: #ac8954;
	text-transform: capitalize;
	font-size: 20px;
}

.pres_img {
	width: 100%;
}

.pres_title {
	font-family: 'Myriad Pro';
	font-weight: bold;
	font-size: 20px;
	color: #555555;
}

.pres_text {
	color: #5e6366;
	font-family: 'Myriad Pro';
	font-size: 14px;
	font-weight: normal;
	text-align: justify;
	margin: 15px 0;
	height: 83px;
	overflow: hidden
}

.border_padding_bottom {
	padding-bottom: 20px;
	border-bottom: 5px solid #ccc;
	margin-bottom: 20px;
}

.president_list {
	border: 10px solid #ebebeb;
	margin-bottom: 30px;
}

.spec_padding_pres {
	padding: 5px 20px 0px 0 !important;
}

.pres_since {
	font-family: 'Myriad Pro';
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	height: 24px;
	background-color: #ebebeb;
	padding: 5px;
	color: #555;
	overflow: hidden;
}

.pres_name {
	font-family: 'Myriad Pro';
	font-weight: bold;
	color: #ac8954;
	text-transform: capitalize;
	font-sizde: 20px;
}

.text_pres_list {
	margin: 0;
	font-family: 'Myriad Pro';
	font-weight: normal;
	font-size: 15px;
	height: 70px;
	overflow: hidden;
}

.pres_read {
	font-size: 13px;
	font-family: 'Myriad Pro';
	font-weight: bold;
}

.board_div {
	border: 10px solid #ebebeb;
	margin-bottom: 30px;
}

.board_div img {
	width: 100%;
}

.name_position {
	padding: 10px 2px;
}

.committee-details {
	display: block;
}

.committees-tabs, .committee-details {
	padding-top: 35px;
	padding-left: 10px
}
.committee-details-content{
	/* border: 1px solid #ac8954; */
	padding:10px;
	/* border-radius: 3px !important; */
	font-size:17px;
	margin:0px 25px;
}

#committees-btn-back {
	margin-bottom:15px;
}

.committees-tabs .right-arrow {
	cursor: pointer;
	color:#b7b5b5;
}

.committees-tabs ul {
	list-style: none;
}

.committees-tabs li {
    /* background-color: #bcbcbc !important; */
    border: 1px solid #ac8954;
    padding: 10px;
    border-radius: 10px !important;
}

.name_position .name {
	color: #ac8954;
	font-size: 16px;
	font-family: 'Myriad Pro';
	font-weight: bold;
	text-transform: capitalize;
}

.name_position .position {
	color: #555;
	font-size: 14px;
	font-family: 'Myriad Pro';
	font-weight: normal;
	font-style: italic;
}

.subs_form {
	position: absolute;
	padding: 10px 30px;
	background-color: rgba(172, 137, 84, 0.8);
	top: -60px;
	z-index: 2;
	left: 0%;
	transform: translateX(-50%);
	box-shadow: 2px 2px 10px #8a7658;
	opacity: 0;
	visibility: hidden;
	transition: all 0.6s ease;
}

.show_subs_form {
	opacity: 1;
	visibility: visible;
	left: 50%;
}

.subs_form h2 {
	color: white;
	font-size: 22px;
}

.subs_submit {
	position: absolute;
	top: 2px;
	right: 0;
	background-color: #f3eded;
	border: none;
	border-left: 1px solid gray;
	padding: 7px;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: 'Myriad Pro';
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}

.subs_form  input {
	margin-bottom: 0;
	width: 280px;
}

.subs_close {
	color: white;
	font-size: 20px !important;
	position: absolute;
	top: -6px;
	right: -6px;
	transition: all 0.6s ease;
}

.subs_close:hover {
	font-size: 25px !important;
	top: -9px;
	right: -9px;
	cursor: pointer;
}

.subs_close:hover:before {
	background-color: #ac8954;
	border-radius: 50%;
}

/* slick year >>> */
.slick-year {
	margin-top: 55px;
}

.slick-year .slick-list {
	z-index: 2;
	padding: 0 0 50px 0 !important;
}

.slick-year .slick-arrow {
	border: none;
	outline: none;
	cursor: pointer;
	position: absolute;
	top: -12px;
	z-index: 3;
}

.slick-year .slick-prev {
	left: 0;
}

.slick-year .slick-prev span {
	padding-right: 3px;
}

.slick-year .slick-next {
	right: 0;
}

.slick-year .slick-next span {
	padding-left: 3px;
}

.slick-year li {
	outline: none;
}

.slick-year li:hover .year, .slick-year li.slick-center .year {
	background: #ac8954;
}

.slick-year li .year {
	margin: 0 auto;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #a1a1a1;
	cursor: pointer;
	position: relative;
}

.slick-year .slick-arrow {
	border: none;
	outline: none;
	cursor: pointer;
	position: absolute;
	top: -13px;
	z-index: 3;
	font-size: 30px;
	background-color: #3b3b3d;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	transition: all 0.6s ease;
	color: white;
}

.slick-year .slick-arrow:hover {
	box-shadow: 0px 3px 4px #333;
}

.left_arrow {
	left: 0;
	padding: 8px 2px 8px 0px;
}

.right_arrow {
	right: 0;
	padding: 8px 0px 8px 2px;
}

.activity_line {
	background-color: #ebebeb;
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: 43px;
	border: none;
}

/* .search_form{
	position: relative;
} */
.search_form_home {
	position: absolute;
	padding: 10px;
	background-color: rgba(172, 137, 84, 0.8);
	top: 93px;
	z-index: 2; 
	left: 0%;
	transform: translateX(-50%);
	box-shadow: 2px 2px 10px #8a7658;
	opacity: 0;
	visibility: hidden;
	transition: all 0.6s ease;
	/*width: 200px;*/
	width: 280px;
}

.show_search_form_home {
	opacity: 1;
	visibility: visible;
	/*left: 225%;*/
	left: 270%;
	
}

.search_home_input input {
	width: 100%;
	margin-bottom: 0;
}

.search_home h2 {
	color: white;
	font-size: 22px;
}

.search_home_close {
	position: absolute;
	right: -6px;
	top: -6px;
	color: white;
	transition: all 0.6s ease;
	background-color: #ac8954;
	border-radius: 50%;
}

.search_home_close:hover {
	cursor: pointer;
	font-size: 20px !important;
}

.search_home_close:hover:before {
	background-color: #ac8954;
	border-radius: 50%;
}

.search_form_intern {
	position: absolute;
	padding: 10px;
	background-color: rgba(172, 137, 84, 0.8);
	top: -25px;
	z-index: 2;
	right: -1000%;
	transform: translateX(-50%);
	box-shadow: 2px 2px 10px #8a7658;
	opacity: 0;
	visibility: hidden;
	transition: all 0.6s ease;
	width: 280px;
}

.show_search_form_intern {
	opacity: 1;
	visibility: visible;
	right: -150%;
}

.search_intern_input input {
	width: 100%;
	margin-bottom: 0;
}

.search_intern h2 {
	color: white;
	font-size: 22px;
}

.search_intern_close {
	position: absolute;
	left: -6px;
	top: -6px;
	color: white;
	transition: all 0.6s ease;
}

.search_intern_close:hover {
	cursor: pointer;
	font-size: 20px !important;
}

.search_intern_close:hover:before {
	background-color: #ac8954;
	border-radius: 50%;
}

.big_text_paragraph {
	color: #5e6366;
	font-family: 'Myriad Pro';
	font-size: 14px;
	font-weight: normal;
	text-align: justify;
}

.structure_title {
	font-family: 'Myriad Pro';
	font-weight: bold;
	margin-bottom: 15px;
	color: #ac8954;
	text-transform: capitalize;
	font-size: 20px;
	text-align: center
}

.structure_div {
	border: 10px solid #ebebeb;
	margin-bottom: 30px !important;
	width: 80%;
	margin: auto;
}

div.white_border div.row div.col-6:first-child /* a .first_pub_border */
	{
	border-right: 2px solid white !important;
}

/* added 15/08/2018 >>> */
.mobile_menu {
	padding: 15px;
}

.mobile_menu_list {
	width: 100%;
	padding: 15px;
	background-color: white;
	display: none;
	position: absolute;
	left: 0;
	z-index: 1;
	box-shadow: 0px 7px 15px #ddd;
	border-bottom: 7px solid #ac8954;
}

.mobile_menu_list ul {
	padding-left: 0;
}

.mobile_menu_list ul li {
	list-style: none;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}

.mobile_menu_list ul li:first-child {
	border-bottom: none;
}

.mobile_menu_list ul li a {
	list-style: none;
	font-size: 15px;
	color: #ac8954 !important;
	text-transform: uppercase;
}

.mobile_social_list {
	/* 	position: absolute;
	right: 0;
	top:50%;
	transform: translateY(-50%); */
	
}

.mobile_social_list ul {
	padding: 0;
	margin-top: 5px;
}

.mobile_social_list ul li {
	list-style: none;
	padding: 5px 0;
	background-color: #ac8954;
	margin-bottom: 5px;
	box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.33);
	display: inline-block;
}

.mobile_social_list ul li a {
	padding: 10px;
	text-align: center;
}

.mobile_social_list ul li img {
	width: 20px;
}

.search_mob {
	position: absolute;
	right: 10px;
	top: 17px;
	border: none;
	background: transparent;
}

.search_mob i {
	font-size: 18px !important;
	color: #ac8954;
}

.mobi_cedar {
	width: 50px;
}

.mobile_lang_list {
	margin: 0 10px;
}

.mobile_lang_list a, .gold_span {
	color: #ac8954;
}

div.pagination {
	margin: auto;
	display: table;
}

ul.pagination li {
	margin: 0 5px;
	border: 1px solid #ccc;
}

ul.pagination li a {
	padding: 0 10px;
	color: #333;
}

ul.pagination li a:hover, ul.pagination li:hover {
	cursor: pointer !important;
}

ul.pagination li a.current {
	font-weight: bold;
	color: #ac8954;
}

/*
|---------------------------------------------------------------------------------|
|																				  |			
|------------------------------- ADDED BY SAMAH ----------------------------------|
|																				  |								
|---------------------------------------------------------------------------------|
*/
.map-title, .map-title >a, .map-title>ul>li{
	font-weight:bold;
	color:#666666 !important;
}

 .map-sub-items>li> a{
	font-weight:normal !important;
	color:#8f8f8f !important;  
}

.sitemap-padding{
	padding: 25px 0px 25px 0px;
}

.search_form_home .select2,
.social_list .select2{ 
	width:100% !important;
	margin-top:15px;
}

.select2:hover{
	cursor:pointer;
}


.select2-search__field{
	cursor:pointer;
}

ul.select2-selection__rendered {
    padding-right: 30px !important;

}

ul.select2-selection__rendered:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 5px solid #333;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.btn-search{
	margin-top:15px;
}

.advanced-search,.advanced-search-internal{
	display:none;
}

.headerBannerInternal{
	overflow: hidden;
}

.attachment-remove{
	position: absolute;
    right: 40px;
    top: 9px;
    width: 20px;
}
.attachment-remove:hover{
	cursor: pointer
}