.onetec-css {
  /* AP 20-01-2019 */
  /* iPads (portrait) ----------- */
  /* Styles */
  /* iPads (landscape) ----------- */
  /* Styles */
  /* AP 03-02-2019 */
  /* AP 03-02-2019 */
  /* AP 17-02-2019 */
  /* AP 17-02-2019 */
  /* AP 21-02-2019 */
  /* AP 24-02-2019 */
  /* AP 24-02-2019 */
  /* AP 07-03-2019 */
  /* AP 07-03-2019 */
  /* RJ 12-03-2019 */
  /* RJ 12-03-2019 */
  /* RJ 21-03-2019 */
  /* RJ 21-03-2019 */
  /* RJ 10-6-19 gateway.css begins*/
  /*animation*/
  /*animation*/
  /*ipad pro*/
  /* Portrait and Landscape */
  /*ipad pro*/
  /* RJ 10-6-19 gateway.css ends */
  /* AP 23-09-2019 */
  /* AP 23-09-2019 */
  /* Ap 24-09-2019 */
  /* Ap 24-09-2019 */
  /* AP 20-04-2020 */
  /* AP 20-04-2020 */
  /* AP 14-07-2020 */
  /*[data-page-view="news"] .section-inner>.tweets .list-v2 li .tweetSlider {
      padding-bottom: 0;
  }*/
  /* AP 14-07-2020 */
  /* AP 15-07-2020 */
  /* AP 15-07-2020 */
  /* AP 09-07-2020 */
  /* AP 09-07-2020 */
  /* AP 15-08-2020 */
  /* AP 15-08-2020 */
  /* AP 03-10-2020 */
  /* AP 03-10-2020 */;
}

@-webkit-keyframes "grow-circles" {
	0% {
		opacity: 0.85;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	15% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}

	30% {
		opacity: 0.85;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes "grow-circles" {
	0% {
		opacity: 0.85;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	15% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}

	30% {
		opacity: 0.85;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes "shine" {
	to {
		background-position: 260% center;
	}
}

@keyframes "shine" {
	to {
		background-position: 260% center;
	}
}

@keyframes "btn_bounce" {
	0%, 20%, 50%, 80%, 100% {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	60% {
		-moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}

@-webkit-keyframes "circle1Anim" {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		fill: #e2e2e2;
	}

	50% {
		-webkit-transform: scale(1.02);
		transform: scale(1.02);
		fill: #bbe7e7;
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		fill: #e2e2e2;
	}
}

@keyframes "circle1Anim" {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		fill: #e2e2e2;
	}

	50% {
		-webkit-transform: scale(1.02);
		transform: scale(1.02);
		fill: #bbe7e7;
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		fill: #e2e2e2;
	}
}

@-webkit-keyframes "circle2Anim" {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	10% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	90% {
		-webkit-transform: scale(0.9) translate(29px, -29px);
		transform: scale(0.9) translate(29px, -29px);
	}

	100% {
		-webkit-transform: scale(0.9) translate(29px, -29px);
		transform: scale(0.9) translate(29px, -29px);
	}
}

@keyframes "circle2Anim" {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	10% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	90% {
		-webkit-transform: scale(0.9) translate(29px, -29px);
		transform: scale(0.9) translate(29px, -29px);
	}

	100% {
		-webkit-transform: scale(0.9) translate(29px, -29px);
		transform: scale(0.9) translate(29px, -29px);
	}
}

@-webkit-keyframes "circle3Anim" {
	0% {
		-webkit-transform: translate(-35px, -56px);
		transform: translate(-35px, -56px);
	}

	10% {
		-webkit-transform: translate(-35px, -56px);
		transform: translate(-35px, -56px);
	}

	90% {
		-webkit-transform: translate(50px, 39px);
		transform: translate(50px, 39px);
	}

	100% {
		-webkit-transform: translate(50px, 39px);
		transform: translate(50px, 39px);
	}
}

@keyframes "circle3Anim" {
	0% {
		-webkit-transform: translate(-35px, -56px);
		transform: translate(-35px, -56px);
	}

	10% {
		-webkit-transform: translate(-35px, -56px);
		transform: translate(-35px, -56px);
	}

	90% {
		-webkit-transform: translate(50px, 39px);
		transform: translate(50px, 39px);
	}

	100% {
		-webkit-transform: translate(50px, 39px);
		transform: translate(50px, 39px);
	}
}

@-webkit-keyframes "showSections_" {
	from {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	50% {
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(250%);
		transform: translateX(-50%) translateY(250%);
	}

	51% {
		left: 0;
		-webkit-transform: translateX(0%) translateY(250%);
		transform: translateX(0%) translateY(250%);
	}

	to {
		left: 0;
		-webkit-transform: translateX(0%) translateY(0%);
		transform: translateX(0%) translateY(0%);
	}
}

@keyframes "showSections_" {
	from {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	50% {
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(250%);
		transform: translateX(-50%) translateY(250%);
	}

	51% {
		left: 0;
		-webkit-transform: translateX(0%) translateY(250%);
		transform: translateX(0%) translateY(250%);
	}

	to {
		left: 0;
		-webkit-transform: translateX(0%) translateY(0%);
		transform: translateX(0%) translateY(0%);
	}
}

.onetec-css body {
	font-size: 19px;
}

.onetec-css body .programs_list .program_:hover {
	-webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.18);
	box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.18);
	-webkit-transform: scale(1.05) !important;
	-ms-transform: scale(1.05) !important;
	transform: scale(1.05) !important;
}

.onetec-css .showSections {
	background: #00a2a0;
	background: white;
	color: #000;
	-webkit-box-shadow: none;
	box-shadow: none;
	left: 50%;
	z-index:1000;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
	text-transform: uppercase;
	font-size: 15px;
	-webkit-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}

.onetec-css .showSections:hover {
	background: #3ccab5;
	background: #ffffff;
}

.onetec-css .showSections:before {
	content: '';
	position: absolute;
	background-image: url(../../images/onetecimages/dashboard_arrow.svg);
	width: 40px;
	height: 40px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-100%);
	-ms-transform: translateX(-50%) translateY(-100%);
	transform: translateX(-50%) translateY(-100%);
	top: -.1em;
	-webkit-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}

.onetec-css a {
	color: #000;
}

.onetec-css footer .copy {
	color: #000000;
	font-size: 10px;
}

.onetec-css footer .copy a {
	color: #000;
}

.onetec-css footer .copy a:hover {
	color: #00a2a0;
}

.onetec-css footer .copy .footer-links a {
	opacity: 1;
}

.onetec-css footer .copy .footer-links a:before {
	background-color: #00a2a0;
	top: -100%;
}

.onetec-css footer .copy .footer-links a:hover {
	color: #00a2a0;
}

.onetec-css .yamm .mainNav > li a {
	color: #000;
}

.onetec-css .yamm .mainNav > li:hover {
	color: #00a2a0;
}

.onetec-css .yamm .mainNav > li:hover:focus {
	color: #00a2a0;
}

.onetec-css .yamm .mainNav > li:hover:focus > .arrow-submenu {
	color: #00a2a0;
}

.onetec-css .yamm .mainNav > li:hover:focus > a {
	color: #00a2a0;
}

.onetec-css .yamm .mainNav > li:hover > .arrow-submenu {
	color: #00a2a0;
}

.onetec-css .yamm .mainNav > li:hover > a {
	color: #00a2a0;
}

.onetec-css .yamm .mainNav > li > a:hover {
	color: #00a2a0 !important;
}

.onetec-css .yamm .mainNav > li > a:hover:focus {
	color: #00a2a0 !important;
}

.onetec-css .yamm .mainNav > li > a.active {
	color: #00a2a0 !important;
}

.onetec-css .yamm .mainNav > li > a.active:focus {
	color: #00a2a0 !important;
}

.onetec-css .yamm .mainNav > li.active-main-menu {
	color: #00a2a0;
}

.onetec-css .yamm .mainNav > li.active-main-menu > .arrow-submenu {
	color: #00a2a0;
}

.onetec-css .yamm .mainNav > li.active-main-menu > a {
	color: #00a2a0;
}

.onetec-css .header-links a:hover {
	color: #0b5d66;
}

.onetec-css .logoRight a img {
	max-height: 65px;
}

.onetec-css  .aside {
	z-index: 1000;
}

.onetec-css  .aside nav a[data-page]:before {
	background: #00a2a0;
	right: 95%;
}

.onetec-css  .aside nav a[data-page] img {
	width: 80%;
}

.onetec-css .daterange {
	position: relative;
	margin-bottom: 0;
	display: block;
}

.onetec-css .list-v2 .list-item .list-desc h3 a {
	color: #00a2a0;
}

.onetec-css .list-v1 .list-item .list-img .date {
	background: rgba(0, 162, 160, 0.95);
}

.onetec-css [data-page-view="news"] .list-item .iconLiveStream {
	background-color: #00a2a0;
}

.onetec-css [data-page-view="news"] .section-inner > .tweets {
	margin-top: 15px;
}

.onetec-css [data-page-view="news"] .section-inner > .tweets .list-v2 li {
	padding: 0;
}

.onetec-css [data-page-view="news"] .section-inner > .tweets .tweetSlider .slideInner .list-img {
	width: 40%;
	margin: 0;
}

.onetec-css [data-page-view="news"] .section-inner > .tweets .tweetSlider .slideInner .list-img > a {
	width: 100%;
	height: 0;
	padding-top: 100%;
}

.onetec-css [data-page-view="news"] .section-inner > .tweets .tweetSlider .slideInner .list-img a {
	padding-top: 70%;
	background-position: center;
}

.onetec-css [data-page-view="news"] .section-inner > .tweets .tweetSlider .slideInner .list-desc {
	width: 60%;
}

.onetec-css [data-page-view="news"] .section-inner > .tweets .tweetSlider .slick-next {
	background: #FFF;
	width: 40px;
	height: 40px;
}

.onetec-css [data-page-view="news"] .section-inner > .tweets .tweetSlider .slick-next:before {
	line-height: .8;
}

.onetec-css [data-page-view="news"] .section-inner > .tweets .tweetSlider .slick-prev {
	background: #FFF;
	width: 40px;
	height: 40px;
}

.onetec-css [data-page-view="news"] .section-inner > .tweets .tweetSlider .slick-prev:before {
	line-height: .8;
}

.onetec-css .memberBlockWrap .memberBlock .memberImg .memberImgInner > div {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.onetec-css .memberBlockWrap .memberBlock .memberImg .memberImgAnim {
	display: none;
}

.onetec-css .memberBlockWrap .memberBlock:hover .memberImg .memberImgInner > div {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.onetec-css .grid-list.v1 .grid-list-item:hover .img-top li:last-child {
	background-color: rgba(0, 162, 160, 0.9);
}

.onetec-css .grid-list.v1 .grid-list-item:hover .grid-list-summary:before {
	border-color: #00a2a0;
}

.onetec-css .grid-list.v1 .grid-list-item:hover .grid-list-summary h3 {
	color: #000;
}

.onetec-css .grid-list.v1 .grid-list-item:hover .grid-list-summary .external a span:first-child:hover:before {
	background: #00a2a0;
}

.onetec-css .grid-list.v1 .grid-list-item .grid-list-img .img-top li:first-child em:first-child {
	background-color: rgba(0, 162, 160, 0.9);
}

.onetec-css .grid-list.v1 .grid-list-item .grid-list-img > div {
	border: 1px solid #ececec;
}

.onetec-css .resp-tabs.basic li:after {
	background: #00a2a0;
	background: #00a2a0;
}

.onetec-css .ui-state-active {
	border: 1px solid #0b5d66;
	background: #00a2a0;
}

.onetec-css .ui-widget-content .ui-state-active {
	border: 1px solid #0b5d66;
	background: #00a2a0;
}

.onetec-css .ui-widget-header .ui-state-active {
	border: 1px solid #0b5d66;
	background: #00a2a0;
}

.onetec-css a.ui-button:active {
	border: 1px solid #0b5d66;
	background: #00a2a0;
}

.onetec-css .ui-button:active {
	border: 1px solid #0b5d66;
	background: #00a2a0;
}

.onetec-css .ui-button.ui-state-active:hover {
	border: 1px solid #0b5d66;
	background: #00a2a0;
}

.onetec-css .slick-prev:before {
	color: #00a2a0;
}

.onetec-css .slick-next:before {
	color: #00a2a0;
}

.onetec-css .page .img-desc-style-1.mid_ {
	width: 80%;
	margin: auto;
}

.onetec-css .page .img-desc-style-1:hover .memberImgAnim > div:nth-child(1) {
	width: 100%;
}

.onetec-css .page .img-desc-style-1:hover .memberImgAnim > div:nth-child(3) {
	width: 100%;
}

.onetec-css .page .img-desc-style-1:hover .memberImgAnim > div:nth-child(2) {
	height: 100%;
}

.onetec-css .page .img-desc-style-1:hover .memberImgAnim > div:nth-child(4) {
	height: 100%;
}

.onetec-css .page .img-desc-style-1:hover .imgBlock > div {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.onetec-css .page .img-desc-style-1 .memberImgAnim {
	background: #0b5d66;
	background: -webkit-linear-gradient(top, #0b5d66 0%, #00a2a0 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#0b5d66), to(#00a2a0));
	background: -o-linear-gradient(top, #0b5d66 0%, #00a2a0 100%);
	background: linear-gradient(to bottom, #0b5d66 0%, #00a2a0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b5d66', endColorstr='#00a2a0',GradientType=0 );
	border: none;
}

.onetec-css .page .img-desc-style-1 .memberImgAnim:before {
	content: '';
	top: 10px;
	left: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	position: absolute;
	background-color: #FFF;
}

.onetec-css .page .img-desc-style-1 .memberImgAnim > div {
	background-color: #0b5d66;
}

.onetec-css .page .img-desc-style-1 .memberImgAnim > div:nth-child(1) {
	top: 0;
	left: 0;
	height: 10px;
}

.onetec-css .page .img-desc-style-1 .memberImgAnim > div:nth-child(2) {
	top: 0px;
	right: 0;
	width: 10px;
}

.onetec-css .page .img-desc-style-1 .memberImgAnim > div:nth-child(3) {
	bottom: 0;
	left: 0;
	height: 10px;
}

.onetec-css .page .img-desc-style-1 .memberImgAnim > div:nth-child(4) {
	top: 0;
	left: 0;
	width: 10px;
}

.onetec-css .page .img-desc-style-1 .imgBlock > div {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

.onetec-css .page .img-desc-style-1 .descBlock .bottomText {
	background-color: #FFF;
}

.onetec-css .page .img-desc-style-1 .descBlock .bottomText .page-sub-title {
	font-size: 27px;
}

.onetec-css .page .img-desc-style-1 .descBlock .bottomText p {
	font-weight: 400;
}

.onetec-css .page .img-desc-style-1 .memberBlock .memberImg .memberImgInner > div {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.onetec-css .page .img-desc-style-1 .memberBlock .memberImg .memberImgAnim {
	display: block;
	border: none !important;
	-webkit-transform: scale(0) rotate(-15deg);
	-ms-transform: scale(0) rotate(-15deg);
	transform: scale(0) rotate(-15deg);
	opacity: 0;
	-webkit-transition: all 1.1s ease-in-out;
	-o-transition: all 1.1s ease-in-out;
	transition: all 1.1s ease-in-out;
}

.onetec-css .page .img-desc-style-1 .memberBlock .memberImg .memberImgAnim > div {
	display: none !important;
}

.onetec-css .page .entitiesPage .entities-top {
	width: 100%;
	max-width: 1000px;
	margin: 50px auto;
}

.onetec-css .page .entitiesPage .entities-top:hover .borderAnim > div:nth-child(1) {
	width: 100%;
}

.onetec-css .page .entitiesPage .entities-top:hover .borderAnim > div:nth-child(2) {
	height: 100%;
}

.onetec-css .page .entitiesPage .entities-top:hover .borderAnim > div:nth-child(3) {
	width: 100%;
}

.onetec-css .page .entitiesPage .entities-top:hover .borderAnim > div:nth-child(4) {
	height: 100%;
}

.onetec-css .page .entitiesPage .entities-info address a:hover {
	color: #0b5d66;
}

.onetec-css .page .entitiesPage .entities-info .borderAnim {
	background: #0b5d66;
	background: -webkit-linear-gradient(top, #0b5d66 0%, #00a2a0 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#0b5d66), to(#00a2a0));
	background: -o-linear-gradient(top, #0b5d66 0%, #00a2a0 100%);
	background: linear-gradient(to bottom, #0b5d66 0%, #00a2a0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b5d66', endColorstr='#00a2a0',GradientType=0 );
	border: none;
}

.onetec-css .page .entitiesPage .entities-info .borderAnim:before {
	content: '';
	top: 10px;
	left: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	position: absolute;
	background-color: #FFF;
}

.onetec-css .page .entitiesPage .entities-info .borderAnim > div {
	background: #0b5d66;
}

.onetec-css .page .entitiesPage .entities-info .borderAnim > div:nth-child(1) {
	top: 0;
	left: 0;
	height: 10px;
}

.onetec-css .page .entitiesPage .entities-info .borderAnim > div:nth-child(2) {
	top: 0;
	width: 10px;
	right: 0;
}

.onetec-css .page .entitiesPage .entities-info .borderAnim > div:nth-child(3) {
	bottom: 0;
	left: 0;
	height: 10px;
}

.onetec-css .page .entitiesPage .entities-info .borderAnim > div:nth-child(4) {
	top: 0;
	left: 0;
	width: 10px;
}

.onetec-css .page .red {
	color: #00a2a0;
}

.onetec-css .visible .memberBlockWrap .memberBlock .memberImg .memberImgAnim {
	display: block;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
}

.onetec-css #main_new .page-inner-new {
	padding-top: 100px;
	padding-bottom: 2em;
}

.onetec-css #main_new .container-fluid {
	padding: 0;
}

.onetec-css #main_new .container-fluid .entitie_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.onetec-css #main_new .container-fluid .entitie_box .image_box {
	width: 35%;
	margin-right: 3em;
	position: relative;
}

.onetec-css #main_new .container-fluid .entitie_box .image_box .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-size: auto;
	background-attachment: fixed;
}

.onetec-css #main_new .container-fluid .entitie_box .contentWrap {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-right: 2em;
}

.onetec-css #main_new #page {
	min-height: 94vh;
}

.onetec-css #main_new #page .aside {
	display: none;
}

.onetec-css #main_new #page .events {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.onetec-css #main_new .media .media-noresult {
	width: 100%;
}

.onetec-css #main_new .filter-list > li ul li.cu_active__ {
	background: #00a2a0;
}

html[dir=rtl] .page-content-inner .line.text-center:after {
	right: 50%;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
}

html[dir=rtl] .page-content-inner .line:after {
	right: 0;
	left: auto;
}

html[dir=rtl]  .aside nav a[data-page]:before {
	left: 90%;
	left: auto;
	right: 95%;
}

html[dir=rtl] .mission_box .mission_item:nth-child(2) {
	padding-left: 3em;
	padding-right: 0em;
}

html[dir=rtl] #main_new .container-fluid .entitie_box .image_box {
	margin-left: 3em;
	margin-right: 0em;
}

html[dir=rtl] #main_new .container-fluid .entitie_box .contentWrap {
	padding-left: 2em !important;
	padding-right: 2em  !important;
}

html[dir=rtl] .blocksSliderContainer .blocksSlider .slick-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

html[dir=rtl] .blocksSliderContainer .blocksSlider .slick-track {
	direction: rtl;
	float: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

html[dir=rtl] .blocksSliderContainer .blocksSlider .slick-dots {
	direction: rtl;
}

html[dir=rtl] .date-picker-wrapper .drp_top-bar.normal .normal-top {
	direction: ltr;
}

html[dir=rtl] .daterange span.date_ {
	direction: ltr;
	display: inline-block;
}

html[dir=rtl] [data-page-view="banner"] .bannerText h1 span {
	letter-spacing: 0;
}

html[dir=rtl] [data-page-view="publications"] .grid-list .grid-list-item .publication-details .title h4 {
	letter-spacing: 0;
}

html[dir=rtl] .navbar-custom {
	direction: ltr;
}

html[dir=rtl] .navbar-collapse.nav-v1 {
	direction: rtl;
}

html[dir=rtl] .entitiesPage .entities-info address ul li .icon {
	margin-right: 0;
	margin-left: .8em;
}

html[dir=rtl] [data-page-view] .tweetSlider .slick-prev {
	right: 35px;
	left: auto;
	bottom: 1em;
	top: auto;
}

html[dir=rtl] [data-page-view] .tweetSlider .slick-next {
	left: auto;
	right: 5px;
	bottom: 1em;
	top: auto;
}

.onetec-css .page-content-inner .line {
	position: relative;
	font-size: 30px;
	padding-bottom: .2em;
	margin-bottom: .5em;
}

.onetec-css .page-content-inner .line:after {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #00a2a0;
	margin: 0 !important;
}

.onetec-css .page-content-inner .line.text-center:after {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.onetec-css .page-content-inner ul li {
	font-weight: 400;
}

.onetec-css .page-content-inner ul li:before {
	background-color: #00a2a0;
	width: 7px;
	height: 7px;
	border-radius: 0;
	width: 2px;
	height: 15px;
}

.onetec-css .page-content-inner ul li a:hover {
	color: #00a2a0;
}

.onetec-css .page-content-inner .page-sub-title {
	font-size: 40px;
}

.onetec-css .page-content-inner .sub-title {
	font-size: 30px;
	font-weight: 500;
}

.onetec-css .page-content-inner p {
	font-size: 20px;
	line-height: 1.8;
	font-weight: 400;
}

.onetec-css .page-content-inner .more {
	font-size: 16px;
	font-weight: 400;
}

.onetec-css .page-content-inner .more:before {
	height: 3px;
}

.onetec-css .page-content-inner .more.text-center:before {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	right: auto;
}

.onetec-css .page-content-inner .more.text-center:hover:before {
	width: 45px;
}

.onetec-css .page-content-inner .container.mission_box {
	max-width: 80% !important;
	margin: auto;
}

.onetec-css .page-content-inner .responsive-tab_.media .grid-list .grid-list-item .grid-list-img div {
	background-position: center top 37%;
}

.onetec-css .page-content-inner .responsive-tab_.media .grid-list .grid-list-item .grid-list-summary {
	min-height: 150px;
}

.onetec-css .page-content-inner .responsive-tab_.media .grid-list .grid-list-item > a {
	-ms-flex-flow: column;
	flex-flow: column;
}

.onetec-css .entities-btn-wrap {
	position: relative;
}

.onetec-css .entities-btn-wrap .entities-btn {
	background-color: #FFF;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.onetec-css .entities-btn-wrap .entities-btn:nth-child(1) {
	-webkit-transition-delay: 0.02s;
	-o-transition-delay: 0.02s;
	transition-delay: 0.02s;
}

.onetec-css .entities-btn-wrap .entities-btn:nth-child(2) {
	-webkit-transition-delay: 0.04s;
	-o-transition-delay: 0.04s;
	transition-delay: 0.04s;
}

.onetec-css .entities-btn-wrap .entities-btn:nth-child(3) {
	-webkit-transition-delay: 0.06s;
	-o-transition-delay: 0.06s;
	transition-delay: 0.06s;
}

.onetec-css .entities-btn-wrap .entities-btn:nth-child(4) {
	-webkit-transition-delay: 0.08s;
	-o-transition-delay: 0.08s;
	transition-delay: 0.08s;
}

.onetec-css .entities-btn-wrap .entities-btn:nth-child(5) {
	-webkit-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.onetec-css .entities-btn-wrap .entities-btn:nth-child(6) {
	-webkit-transition-delay: 0.12s;
	-o-transition-delay: 0.12s;
	transition-delay: 0.12s;
}

.onetec-css .entities-btn-wrap .entities-btn:nth-child(7) {
	-webkit-transition-delay: 0.14s;
	-o-transition-delay: 0.14s;
	transition-delay: 0.14s;
}

.onetec-css .entities-btn-wrap .entities-btn:nth-child(8) {
	-webkit-transition-delay: 0.16s;
	-o-transition-delay: 0.16s;
	transition-delay: 0.16s;
}

.onetec-css .entities-btn-wrap .entities-btn:nth-child(9) {
	-webkit-transition-delay: 0.18s;
	-o-transition-delay: 0.18s;
	transition-delay: 0.18s;
}

.onetec-css .entities-btn-wrap .entities-btn:nth-child(10) {
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.onetec-css .entities-btn-wrap .entities-btn:nth-child(11) {
	-webkit-transition-delay: 0.22s;
	-o-transition-delay: 0.22s;
	transition-delay: 0.22s;
}

.onetec-css .entities-btn-wrap .entities-btn:nth-child(12) {
	-webkit-transition-delay: 0.24s;
	-o-transition-delay: 0.24s;
	transition-delay: 0.24s;
}

.onetec-css .entities-btn-wrap .entities-btn:nth-child(13) {
	-webkit-transition-delay: 0.26s;
	-o-transition-delay: 0.26s;
	transition-delay: 0.26s;
}

.onetec-css .entities-btn-wrap .entities-btn:nth-child(14) {
	-webkit-transition-delay: 0.28s;
	-o-transition-delay: 0.28s;
	transition-delay: 0.28s;
}

.onetec-css .entities-btn-wrap .entities-btn:nth-child(15) {
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.onetec-css .entities-btn-wrap .entities-btn:nth-child(16) {
	-webkit-transition-delay: 0.32s;
	-o-transition-delay: 0.32s;
	transition-delay: 0.32s;
}

.onetec-css .entities-btn-wrap .entities-btn:nth-child(17) {
	-webkit-transition-delay: 0.34s;
	-o-transition-delay: 0.34s;
	transition-delay: 0.34s;
}

.onetec-css .entities-btn-wrap .entities-btn:nth-child(18) {
	-webkit-transition-delay: 0.36s;
	-o-transition-delay: 0.36s;
	transition-delay: 0.36s;
}

.onetec-css .entities-btn-wrap .entities-btn:nth-child(19) {
	-webkit-transition-delay: 0.38s;
	-o-transition-delay: 0.38s;
	transition-delay: 0.38s;
}

.onetec-css .entities-btn-wrap .entities-btn:nth-child(20) {
	-webkit-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.onetec-css .entities-btn-wrap .entities-btn:nth-child(21) {
	-webkit-transition-delay: 0.42s;
	-o-transition-delay: 0.42s;
	transition-delay: 0.42s;
}

.onetec-css .entities-btn-wrap .entities-btn:nth-child(22) {
	-webkit-transition-delay: 0.44s;
	-o-transition-delay: 0.44s;
	transition-delay: 0.44s;
}

.onetec-css .entities-btn-wrap .entities-btn:nth-child(23) {
	-webkit-transition-delay: 0.46s;
	-o-transition-delay: 0.46s;
	transition-delay: 0.46s;
}

.onetec-css .entities-btn-wrap .entities-btn:nth-child(24) {
	-webkit-transition-delay: 0.48s;
	-o-transition-delay: 0.48s;
	transition-delay: 0.48s;
}

.onetec-css .entities-btn-wrap .entities-btn:nth-child(25) {
	-webkit-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.onetec-css .entities-btn-wrap .entities-btn:nth-child(26) {
	-webkit-transition-delay: 0.52s;
	-o-transition-delay: 0.52s;
	transition-delay: 0.52s;
}

.onetec-css .entities-btn-wrap .entities-btn:nth-child(27) {
	-webkit-transition-delay: 0.54s;
	-o-transition-delay: 0.54s;
	transition-delay: 0.54s;
}

.onetec-css .entities-btn-wrap .entities-btn:nth-child(28) {
	-webkit-transition-delay: 0.56s;
	-o-transition-delay: 0.56s;
	transition-delay: 0.56s;
}

.onetec-css .entities-btn-wrap .entities-btn span {
	border: none !important;
	font-weight: 400;
}

.onetec-css .entities-btn-wrap .entities-btn:last-child.selected span {
	color: #00a2a0;
}

.onetec-css .entities-btn-wrap .entities-btn.selected {
	color: #00a2a0;
}

.onetec-css .entities-btn-wrap .entities-btn.show_filter {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
}

.onetec-css .entities-btn-wrap.enable_filter_ .entities-btn {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.onetec-css .entitiesList > .v1 {
	opacity: .5;
}

.onetec-css .entitiesList .entities-filter-wrap {
	margin: 0;
}

.onetec-css .entitiesList .entities-filter-wrap .entities-filter-block {
	margin: 0;
}

.onetec-css .entitiesList .entities-filter-wrap .entities-filter-block:first-child .entities-filter-title:before {
	border: none;
}

.onetec-css .entitiesList .entities-filter-wrap .entities-filter-block:nth-child(even) .entities-filter-title:before {
	 background-color: #f7f7f7; 
}
.onetec-css .entitiesList .entities-filter-wrap .entities-filter-block .entities-filter-title:hover:before {
    background: #00a2a0;
}
.onetec-css .entitiesList .entities-filter-wrap .entities-filter-block .entities-filter-title {
	border: none;
	padding: 1em 0;
	margin: 0;
	font-size: 21px;
	color: #000;
	font-weight: 400;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position: relative;
	padding-right: 1em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.onetec-css .entitiesList .entities-filter-wrap .entities-filter-block .entities-filter-title span {
	z-index: 10;
	position: relative;
}

.onetec-css .entitiesList .entities-filter-wrap .entities-filter-block .entities-filter-title span.c_icon {
	width: 35px;
	height: 35px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #00a2a0;
	border-radius: 50%;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.onetec-css .entitiesList .entities-filter-wrap .entities-filter-block .entities-filter-title span.c_icon:before {
	content: '';
	position: absolute;
	width: 11px;
	height: 2px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-color: #0b5d66;
	left: calc(50% - 6px);
	top: calc(50% - 2px);
	-webkit-transform: rotate(90deg) translateY(-10%);
	-ms-transform: rotate(90deg) translateY(-10%);
	transform: rotate(90deg) translateY(-10%);
}

.onetec-css .entitiesList .entities-filter-wrap .entities-filter-block .entities-filter-title span.c_icon:after {
	content: '';
	position: absolute;
	width: 11px;
	height: 2px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-color: #0b5d66;
	left: calc(50% - 6px);
	top: calc(50% - 2px);
}

.onetec-css .entitiesList .entities-filter-wrap .entities-filter-block .entities-filter-title:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: calc(100% + 1em);
	border-top: 1px solid #f7f7f7;
}

/* .onetec-css .entitiesList .entities-filter-wrap .entities-filter-block .entities-filter-title.active_ {
	color: #00a2a0;
} */

.onetec-css .entitiesList .entities-filter-wrap .entities-filter-block .entities-filter-title.active_ span.c_icon:before {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.onetec-css .entitiesList .entities-filter-wrap .entities-filter-block .entities-body {
	overflow: hidden;
	display: none;
}

.onetec-css .entitiesList .entities-filter-wrap .entities-filter-block .entities-filter .filtr-item:before {
	width: 7px;
	height: 7px;
	border-radius: 0;
	width: 2px;
	height: 15px;
	top: 5px;
}

.onetec-css .entitiesList .entities-filter-wrap .entities-filter-block .entities-filter .filtr-item a {
	font-weight: 400;
}

.onetec-css .entitiesList .entities-filter-wrap .entities-filter-block .entities-filter .filtr-item a:hover {
	color: #00a2a0;
}

.onetec-css .entitiesList .entities-filter-wrap .no-result_wrap_ {
	display: none;
}

.onetec-css .entitiesList .entities-filter-wrap.enable_filter_ .entities-filter-block .entities-filter-title .c_icon {
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	opacity: 0;
}

.onetec-css .entitiesList .entities-filter-wrap.enable_filter_ .entities-filter-block .entities-filter-title.active_ {
	color: #000;
}

.onetec-css .entitiesList .entities-filter-wrap.enable_filter_ .entities-filter-block:nth-child(odd) .entities-filter-title:before {
	background-color: #f7f7f7;
}

.onetec-css .page-banner {
	width: 100%;
	height: auto;
	padding-bottom: 2em;
	opacity: 0;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all .7s .1s ease-in-out;
	-o-transition: all .7s .1s ease-in-out;
	transition: all .7s .1s ease-in-out;
}

.onetec-css .page-banner img {
	width: 100%;
	height: auto;
}

.onetec-css .blockVisible .page-banner {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
}

.onetec-css .mission_box .page-sub-title {
	margin-bottom: 2em;
}

.onetec-css .mission_box .mission_item:nth-child(2) {
	padding-right: 3em;
}

.onetec-css .mission_box .mission_item:last-child {
	padding-left: 3em;
}

.onetec-css .programs_p .p_wrap {
	margin-bottom: 3em;
}

.onetec-css .programs_p .p_wrap:last-child {
	margin-bottom: 0;
}

.onetec-css .programs_p .page-sub-title {
	margin-bottom: 2em;
}

.onetec-css .programs_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.onetec-css .programs_list .program_ {
	width: 33.333331%;
	padding: 0 2em;
	margin-bottom: 2em;
	text-align: center;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	width: calc(33.333331% - 2em);
	margin: 0 1em 2em;
	border: 1px solid #dedede;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
	-o-transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
	transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.onetec-css .programs_list .program_:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.onetec-css .programs_list .program_:hover .more {
	-webkit-transform: translateX(-50%) translateY(0);
	-ms-transform: translateX(-50%) translateY(0);
	transform: translateX(-50%) translateY(0);
	opacity: 1;
}

.onetec-css .programs_list .program_:hover .program_title {
	color: #01afa8;
}

.onetec-css .programs_list .program_ .program_img {
	position: relative;
	height: 0;
	padding-top: 60%;
}

.onetec-css .programs_list .program_ .program_img .img_ {
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}

.onetec-css .programs_list .program_ .program_title {
	font-size: 22px;
	-webkit-transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
	-o-transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
	transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.onetec-css .programs_list .program_ .more {
	margin-top: 0;
	margin-top: 0;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-25px);
	-ms-transform: translateX(-50%) translateY(-25px);
	transform: translateX(-50%) translateY(-25px);
	bottom: 0;
	opacity: 0;
	-webkit-transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
	-o-transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
	transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.onetec-css .programs_list .program_ .program_details {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-bottom: 50px;
	position: relative;
}

.onetec-css .more_ {
	background-color: #3ccab5;
	padding: 3px 17px;
	color: #FFF;
	line-height: 1;
	font-size: 16px;
	border-radius: 2em;
}

.onetec-css .more_:hover {
	color: #f8f8f8;
}

.onetec-css .members_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -1em;
	margin-right: -1em;
}

.onetec-css .members_box .member_ {
	width: calc((100% / 3 ) - 3em);
	position: relative;
	margin-bottom: 2em;
	margin: 0 1.5em 2em;
}

.onetec-css .members_box .member_:hover .image_box:before {
	height: 100%;
}

.onetec-css .members_box .member_:hover .image_box .hover_box {
	opacity: 1;
	visibility: visible;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	-webkit-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s;
}

.onetec-css .members_box .member_ .image_box {
	position: relative;
	height: 0;
	padding-top: 116%;
	border: 1px solid #f7f7f7;
}

.onetec-css .members_box .member_ .image_box .img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
}

.onetec-css .members_box .member_ .image_box .hover_box {
	position: absolute;
	padding: 2em 1.5em;
	z-index: 10;
	opacity: 0;
	bottom: 0;
	visibility: hidden;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	color: #FFF;
	width: 100%;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.onetec-css .members_box .member_ .image_box .hover_box p {
	font-size: 17px;
	line-height: 1.5;
}

.onetec-css .members_box .member_ .image_box .hover_box .more_ {
	color: #3ccab5;
	background: transparent;
	line-height: .5;
	font-size: 4rem;
	padding: 0;
	position: relative;
}

.onetec-css .members_box .member_ .image_box .hover_box .more_:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 120%;
	height: 120%;
	top: -10%;
	left: -10%;
	background: rgba(255, 255, 255, 0.7);
	-webkit-animation: grow-circles 4s linear infinite both;
	animation: grow-circles 4s linear infinite both;
	border-radius: 50%;
	z-index: -2;
}

.onetec-css .members_box .member_ .image_box .hover_box .more_:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 150%;
	height: 150%;
	top: -25%;
	left: -25%;
	background: rgba(255, 255, 255, 0.46);
	-webkit-animation: grow-circles 4s linear infinite both;
	animation: grow-circles 4s linear infinite both;
	border-radius: 50%;
	z-index: -1;
}

.onetec-css .members_box .member_ .image_box .hover_box .more_ .icon {
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	display: block;
}

.onetec-css .members_box .member_ .image_box .hover_box .more_:hover .icon {
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}

.onetec-css .members_box .member_ .image_box:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 0;
	width: 100%;
	z-index: 1;
	opacity: .9;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background: #0b5d66;
	background: -webkit-linear-gradient(top, #0b5d66 0%, #00a2a0 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#0b5d66), to(#00a2a0));
	background: -o-linear-gradient(top, #0b5d66 0%, #00a2a0 100%);
	background: linear-gradient(to bottom, #0b5d66 0%, #00a2a0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b5d66', endColorstr='#00a2a0',GradientType=0 );
	opacity: .85;
	display: none !important;
}

.onetec-css .members_box .member_ .member_details {
	margin-top: 1em;
}

.onetec-css .members_box .member_ .member_details .m_title_ {
	color: #000;
	font-size: 19px;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: .5em;
}

.onetec-css .members_box .member_ .member_details .s_title_ {
	color: #5e5e5e;
	font-size: 16px;
}

.onetec-css .more:before {
	background-color: #00a2a0;
}

.onetec-css .popupTitle h3 {
	color: #00a2a0;
}

.onetec-css .formWrapper .btn:hover {
	background: #00a2a0;
	border: 1px solid #00a2a0;
}

.fancybox-close {
	background-color: #3ccab5;
}

.member_popup {
	padding: 2em;
}

.member_popup .header_box {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.member_popup .header_box .image_box {
	width: 25%;
	position: relative;
	margin-right: 2em;
	padding-top: 29.5%;
	height: 0;
}

.member_popup .header_box .image_box .img {
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	background-position: top center;
}

.member_popup .header_box .details_ {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-right: 10%;
}

.member_popup .header_box .details_ .m_title_ {
	color: #000;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: .5em;
}

.member_popup .header_box .details_ .s_title_ {
	color: #5e5e5e;
	font-size: 16px;
}

.member_popup .popupInnerWrap {
	padding: 1em 0;
}

.member_popup .popupInnerWrap p {
	font-size: 18px;
	line-height: 1.8;
	font-weight: 400;
	color: #000;
}

.onetec-css .filter-list > li.filtr-active {
	background: #00a2a0;
}

.onetec-css .filter-list > li ul li:hover {
	background: #00a2a0;
	color: #FFF;
}

.onetec-css .grid-list .grid-list-item .grid-list-img:before {
	background: #00a2a0;
}

.onetec-css .grid-list .grid-list-item .grid-list-img:hover .imgInnerZoom {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.onetec-css .mediyatab .resp-tabs-list {
	width: 50%;
	margin: 0 auto 2em;
}

.onetec-css .mediyatab .resp-tabs-list li {
	width: 50%;
	margin: 0;
	font-size: 2rem;
}

.onetec-css .mediyatab .resp-tabs-list li:before {
	display: none;
}

.onetec-css .mediyatab .resp-tabs-list li.resp-tab-active {
	background-color: #00a2a0 ;
}

.onetec-css .grid-list.gallery .grid-list-item {
	width: 33.33331%;
}

.onetec-css .page-inner-new .contentBlock > .pageDescription {
	padding-top: 1em;
}

.color-invert  .aside nav a[data-page]:after {
	background-repeat: no-repeat;
	width: 80%;
}

.color-invert .page.page-details .contentLeftContainer .socialShare [class*="icon"] {
	fill: #FFF !important;
}

.color-invert .page .img-desc-style-1 .memberImgAnim:before {
	background-color: #000 !important;
}

.color-invert .entitiesList .entities-filter-wrap .entities-filter-block .entities-filter-title:before {
	background-color: #FFF !important;
}

.color-invert .entitiesList .entities-filter-wrap .entities-filter-block .entities-filter-title span {
	background: #FFF !important;
	color: #000 !important;
}

.color-invert .icon.icon-social-facebook-outline:hover:after {
	background-image: url("../../images/onetecimages/facebook_new_logo_color.png");
}

.color-invert .icon.icon-social-instagram-outline:after {
	background-image: url("../../images/onetecimages/icon-instagram-white.svg") !important;
}

.color-invert .icon.icon-social-facebook-outline:after {
	background-image: url("../../images/onetecimages/facebook_white_logo.png") !important;
}
.color-invert .icon.icon-social-instagram-outline:hover:after {
	background-image: url("../../images/onetecimages/icon-instagram-white.svg") !important;
}

.color-invert .icon.icon-social-instagram:after {
	background-image: url("../../images/onetecimages/icon-instagram-solid-white.svg") !important;
}

.color-invert .icon.icon-social-instagram:hover:after {
	background-image: url("../../images/onetecimages/icon-instagram-solid-white.svg") !important;
}

.color-invert .icon.icon-social-twitter-outline:after {
	width: 96%;
	background-image: url("../../images/onetecimages/icon-twitter-white.svg") !important;
}

.color-invert .icon.icon-social-twitter-outline:hover:after {
	background-image: url("../../images/onetecimages/icon-twitter-white.svg") !important;
}

.color-invert .onetec-css .entitiesPage .entities-info address {
	background: #FFF;
	color: #000 !important;
}

.color-invert .onetec-css .entitiesPage .entities-info address * {
	background: #FFF;
	color: #000 !important;
}

.color-invert .entitiesPage .entities-info address .icon.icon-social-instagram-outline:after {
	background-image: url("../../images/onetecimages/icon-instagram.svg") !important;
}

.color-invert .entitiesPage .entities-info address .icon.icon-social-instagram-outline:hover:after {
	background-image: url("../../images/onetecimages/icon-instagram.svg") !important;
}

.color-invert .entitiesPage .entities-info address .icon.icon-social-instagram:after {
	background-image: url("../../images/onetecimages/icon-instagram-solid.svg") !important;
}

.color-invert .entitiesPage .entities-info address .icon.icon-social-instagram:hover:after {
	background-image: url("../../images/onetecimages/icon-instagram-solid.svg") !important;
}

.color-invert .entitiesPage .entities-info address .icon.icon-social-twitter-outline:after {
	width: 96%;
	background-image: url("../../images/onetecimages/icon-twitter.svg") !important;
}

.color-invert .entitiesPage .entities-info address .icon.icon-social-twitter-outline:hover:after {
	background-image: url("../../images/onetecimages/icon-twitter.svg") !important;
}

.color-invert .members_box .member_ .image_box .hover_box {
	background-color: transparent;
}

.color-invert .members_box .member_ .image_box .hover_box .more_ .icon {
	background-color: transparent;
	color: #000 !important;
}

[dir=rtl] .showSections {
	left: 20px;
	right: auto;
	left: 50%;
	right: auto;
}

.onetec-css .events-calendar-filter .form-group select {
	width: 100%;
}

.onetec-css .animateBlock .memberBlockWrap .memberBlock .memberImg .memberImgInner > div {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.onetec-css .events .list-item:hover .list-img img {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.onetec-css .events .grid-list .grid-list-item .grid-list-summary {
	padding-bottom: 66px;
}

.onetec-css .events .grid-list .grid-list-item .grid-list-summary .external {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.onetec-css .news .list-item:hover .list-img img {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

html[dir=ltr] .header-links a {
	letter-spacing: 0;
}

html[dir=ltr] [data-page-view] .tweetSlider .slick-prev {
	left: 5px;
	right: auto;
	bottom: 1em;
	top: auto;
}

html[dir=ltr] [data-page-view] .tweetSlider .slick-next {
	right: auto;
	left: 35px;
	bottom: 1em;
	top: auto;
}

.onetec-css header .yamm .smallMenu > ul a {
	font-size: 17px;
}

.onetec-css header .yamm .mainNav > li > a {
	font-weight: 500;
}

.onetec-css .icon.icon-social-twitter-outline {
	position: relative;
}

.onetec-css .icon.icon-social-twitter-outline:before {
	opacity: 0;
}

.onetec-css .icon.icon-social-twitter-outline:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 83%;
	height: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../../images/onetecimages/icon-twitter.svg");
}
.rtl .onetec-css .icon.icon-social-twitter-outline:after {
    right:0;
}
.ltr .onetec-css .icon.icon-social-twitter-outline:after {
    left:0;
}
.onetec-css .footer-links .icon:hover:after{
filter: brightness(0) saturate(100%) invert(55%) sepia(28%) saturate(762%) hue-rotate(127deg) brightness(102%) contrast(97%);
}
.onetec-css .icon.icon-social-instagram {
	position: relative;
}

.onetec-css .icon.icon-social-instagram:before {
	opacity: 0;
}

.onetec-css .icon.icon-social-instagram:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 83%;
	height: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../../images/onetecimages/icon-instagram-solid.svg");
}



.onetec-css .icon.icon-social-instagram-outline {
	position: relative;
}

.onetec-css .icon.icon-social-instagram-outline:before {
	opacity: 0;
}

.onetec-css .icon.icon-social-instagram-outline:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 83%;
	height: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../../images/onetecimages/icon-instagram.svg");
}



.onetec-css .socialLinksBlock .socialListInline li .icon.icon-social-instagram:after {
	width: 79%;
	height: 80%;
}

.onetec-css .socialLinksBlock .socialListInline li .icon.icon-social-instagram-outline:after {
	width: 79%;
	height: 80%;
}

.onetec-css .memberDetails .icon.icon-social-instagram:after {
	height: 73%;
}

.onetec-css .memberDetails .icon.icon-social-instagram-outline:after {
	height: 73%;
}

.onetec-css .memberDetails .icon.icon-social-twitter-outline:after {
	height: 73%;
}

.onetec-css .entities-info .icon.icon-social-instagram:after {
	height: 73%;
}

.onetec-css .entities-info .icon.icon-social-instagram-outline:after {
	height: 73%;
}

.onetec-css .entities-info .icon.icon-social-twitter-outline:after {
	height: 73%;
}

.onetec-css .contentLeftContainer .icon.icon-social-instagram:after {
	width: 78%;
	height: 67%;
}

.onetec-css .contentLeftContainer .icon.icon-social-instagram-outline:after {
	width: 78%;
	height: 67%;
}

.onetec-css .contentLeftContainer .icon.icon-social-twitter-outline:after {
	width: 78%;
	height: 67%;
}

.onetec-css .contentLeftContainer .two-col.no-list a {
	display: inline-block;
}

.onetec-css .contentLeftContainer .two-col.no-list a.fancybox .icon-social-instagram {
	margin: 0 5px;
}

.onetec-css .socialListInline a[data-title]:before {
	content: attr(data-title);
	position: absolute;
	background-color: #00a2a0;
	color: #fff;
	font-size: 11px;
	text-transform: capitalize;
	padding: 4px 8px;
	border-radius: 2px;
	left: 50%;
	top: -.3em;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.onetec-css .socialListInline a[data-title]:hover:before {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(-50%) translateY(-100%);
	-ms-transform: translateX(-50%) translateY(-100%);
	transform: translateX(-50%) translateY(-100%);
}

.onetec-css .entitiesPage .entities-info .page-sub-title {
	z-index: 100;
	margin: 0 0 .5em;
}

.onetec-css .entitiesPage .entities-info address ul {
	margin: 0;
}

.onetec-css .entitiesPage .entities-info address ul li {
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0;
	font-size: 18px;
}

.onetec-css .entitiesPage .entities-info address ul li:before {
	display: none;
}

.onetec-css .entitiesPage .entities-info address ul li .icon {
	margin-right: .8em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 20px;
}

.onetec-css .width_100 {
	width: 100%;
}

.onetec-css .width_50 {
	width: 25%;
}

.onetec-css .padd_top_5 {
	padding-top: 5%;
}

.onetec-css .padd_top_10 {
	padding-top: 10%;
}

.onetec-css .padd_top_15 {
	padding-top: 15%;
}

.onetec-css .padd_top_20 {
	padding-top: 20%;
}

.onetec-css .padd_top_25 {
	padding-top: 25%;
}

.onetec-css .padd_top_30 {
	padding-top: 30%;
}

.onetec-css .padd_top_35 {
	padding-top: 35%;
}

.onetec-css .padd_top_40 {
	padding-top: 40%;
}

.onetec-css .padd_top_45 {
	padding-top: 45%;
}

.onetec-css .padd_top_50 {
	padding-top: 50%;
}

.onetec-css .padd_top_55 {
	padding-top: 55%;
}

.onetec-css .padd_top_60 {
	padding-top: 60%;
}

.onetec-css .padd_top_65 {
	padding-top: 65%;
}

.onetec-css .padd_top_70 {
	padding-top: 70%;
}

.onetec-css .padd_top_75 {
	padding-top: 75%;
}

.onetec-css .padd_top_80 {
	padding-top: 80%;
}

.onetec-css .padd_top_85 {
	padding-top: 85%;
}

.onetec-css .padd_top_90 {
	padding-top: 90%;
}

.onetec-css .padd_top_95 {
	padding-top: 95%;
}

.onetec-css .padd_top_100 {
	padding-top: 100%;
}

.onetec-css .padd_top_105 {
	padding-top: 105%;
}

.onetec-css .padd_top_110 {
	padding-top: 110%;
}

.onetec-css .padd_top_115 {
	padding-top: 115%;
}

.onetec-css .padd_top_112 {
	padding-top: 120%;
}

.onetec-css .padd_top_125 {
	padding-top: 125%;
}

.onetec-css .padd_top_130 {
	padding-top: 130%;
}

.onetec-css .padd_top_135 {
	padding-top: 135%;
}

.onetec-css .padd_top_140 {
	padding-top: 140%;
}

.onetec-css .padd_top_145 {
	padding-top: 145%;
}

.onetec-css .padd_top_150 {
	padding-top: 150%;
}

.onetec-css .img_bg_img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

.onetec-css .imgVideGalleryWrapper .gallery .grid-list-item .gallery-img .gallery-img-inner {
	background-size: cover;
}

html[dir="rtl"] .page-details .live_link {
	padding-right: 15px;
}

html[dir="rtl"] .banner-v3 .bannerTitle-v3 h1 {
	margin-bottom: 35px;
}

html[dir="rtl"] .banner-v3 .bannerTitle-v3 h1::after {
	bottom: -17px;
}

html[dir="rtl"] .img-text-v3 .img_Wrap::after {
	right: auto;
	left: -15px;
}

html[dir="rtl"] .img-text-v3 .img_Wrap .bgBorderBox {
	left: auto;
	right: 0;
	transform: translate(-50px, 50px);
}

html[dir="rtl"] .img-text-v3 .sectionContent_Inner .inner_wrapp {
	padding-left: 0;
	padding-right: 14%;
}

html[dir="rtl"] .img-text-v3 .sectionContent_Inner .section_title {
	margin-bottom: 50px;
}

html[dir="rtl"] .pillers_section .pillers_list .slick-list {
	direction: rtl;
}

html[dir="rtl"] .pillers_section .pillers_list .slide {
	float: right !important;
}

html[dir="rtl"] .pillers_section .pillers_list .slide .inner_wrap {
	direction: rtl;
	padding: 65px 47px 48px 85px;
}

html[dir="rtl"] .pillers_section .pillers_list.slick-slider {
	direction: rtl !important;
}

html[dir="rtl"] .downloadGuide .downloadGuideBtn .buttonInfo_ .btnSvg {
	margin-right: 0;
}

html[dir="rtl"] .downloadGuide .downloadGuideBtnNew .btnText {
	border-right: 3px solid #fff;
}

html[dir="rtl"] .downloadGuide .btn_ {
	margin-right: 0px;
	margin-left: 10px;
}

html[dir="rtl"] .bannerSection_ ul.venueDate_Info > li > img {
	margin-left: 15px;
}

html[dir="rtl"] .bannerSection_ .text-col ul > li::before {
	content: '';
	left: auto;
	right: 0;
}

html[dir="rtl"] .bannerSection_ .gobackBtn_ {
	right: 0;
	left: auto;
}

html[dir="rtl"] .bannerSection_ .gobackBtn_ .icon-ios-arrow-thin-left::before {
	content: "\e022";
}

html[dir="rtl"] .page-design-v5 .block_head::after {
	left: auto;
	right: 0;
}

html[dir="rtl"] .publication_Wrap_ .bookLeft_ .bookLeft_inner .smallTitle {
	left: auto;
	right: 0;
}

html[dir="rtl"] .publication_Wrap_ .bookRight_ .description_ .description_inner {
	padding-right: 0px;
	padding-left: 20px;
}

html[dir="rtl"] .publication_Wrap_ .bookRight_ .linkWrap_ .btn_ {
	margin-right: 0px;
	margin-left: 10px;
}

.onetec-css .blocksSliderContainer .blocksSlider .slick-dots li button:before {
	font-size: 11px;
}

.onetec-css .socialMedia-v3 {
	list-style: none;
	padding: 0;
	margin: 0;
	position: fixed;
	right: 0;
	top: 35%;
	z-index: 9;
}

.onetec-css .socialMedia-v3 li {
	list-style: none;
	margin: 3px 0;
}

.onetec-css .socialMedia-v3 li a {
	display: inline-block;
	padding: 5px 4px;
	color: #fff;
	width: 46px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.4);
	transition: all 0.4s ease-in-out;
}

.onetec-css .socialMedia-v3 li a:hover {
	background: rgba(0, 0, 0, 0.7);
}

.onetec-css .socialMedia-v3 li a i {
	font-size: 25px;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	line-height: 15px;
	color: #fff;
}

.onetec-css .socialMedia-v3 li a i::before {
	opacity: 1 !important;
}

.onetec-css .socialMedia-v3 li a i::after {
	opacity: 0 !important;
}

.onetec-css .govt-communication-page .padding-top_106 {
	padding-top: 106px;
}

.onetec-css .govt-communication-page .content_container {
	padding-top: 0px;
	padding-bottom: 50px;
}

.onetec-css .banner-v3 {
	height: 100vh;
	position: relative;
	overflow: hidden;
	max-height: calc(100vh - 105px);
	font-size: 19px;
}

.onetec-css .banner-v3 video {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-o-object-fit: cover;
	object-fit: cover;
	height: auto;
	width: auto;
	min-width: 100vw;
	min-height: 100vh;
	z-index: 1;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.onetec-css .banner-v3 #overlay {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 2;
}

.onetec-css .banner-v3 .bannerTitle-v3 {
	position: absolute;
	width: 70%;
	left: 50%;
	top: 15%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 4;
	color: #fff;
}

.onetec-css .banner-v3 .bannerTitle-v3 h1 {
	text-transform: uppercase;
	font-size: 3.65em;
	line-height: 1;
	font-weight: 600;
	color: #fff;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 8px;
	background: linear-gradient(to right, #FFF 20%, #10bcba 40%, #10bcba 60%, #FFF 80%);
	background-size: 50% auto;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation: shine 9s 2s linear alternate infinite;
	animation: shine 9s 2s linear alternate infinite;
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	transition: all 0.6s ease-in-out;
}

.onetec-css .banner-v3 .bannerTitle-v3 p {
	font-size: 1.2em;
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	transition: all 0.5s ease-in-out;
	transition-delay: 1s;
}

.onetec-css .img-text-v3 .img_Wrap {
	opacity: 0;
	transform: translateY(50px);
	transition: all 0.5s ease-in-out;
	position: relative;
}

.onetec-css .img-text-v3 .img_Wrap:hover .bgBorderBox span:nth-child(1) {
	width: 100%;
}

.onetec-css .img-text-v3 .img_Wrap:hover .bgBorderBox span:nth-child(3) {
	width: 100%;
}

.onetec-css .img-text-v3 .img_Wrap:hover .bgBorderBox span:nth-child(2) {
	height: 100%;
}

.onetec-css .img-text-v3 .img_Wrap:hover .bgBorderBox span:nth-child(4) {
	height: 100%;
}

.onetec-css .img-text-v3 .img_Wrap .bgBorderBox {
	display: block;
	width: 118%;
	height: 100%;
	position: absolute;
	background: #18a19e;
	border: none;
	top: 0;
	left: 0;
	transform: translate(50px, 50px);
	z-index: -1;
}

.onetec-css .img-text-v3 .img_Wrap .bgBorderBox::before {
	content: '';
	top: 10px;
	left: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	position: absolute;
	background-color: #FFF;
}

.onetec-css .img-text-v3 .img_Wrap .bgBorderBox span {
	display: block;
	position: absolute;
	background: #175e65;
	transition: all 0.5s ease-in-out;
}

.onetec-css .img-text-v3 .img_Wrap .bgBorderBox span:nth-child(1) {
	width: 100%;
	height: 10px;
	top: 0;
	left: 0;
	width: 0;
	transition-delay: 0.3s;
}

.onetec-css .img-text-v3 .img_Wrap .bgBorderBox span:nth-child(2) {
	width: 10px;
	height: 100%;
	top: 0;
	right: 0%;
	height: 0;
	transition-delay: 0.8s;
}

.onetec-css .img-text-v3 .img_Wrap .bgBorderBox span:nth-child(3) {
	width: 100%;
	height: 10px;
	bottom: 0;
	left: 0%;
	width: 0;
	transition-delay: 0.8s;
}

.onetec-css .img-text-v3 .img_Wrap .bgBorderBox span:nth-child(4) {
	width: 10px;
	height: 100%;
	top: 0;
	left: 0%;
	height: 0;
	transition-delay: 0.3s;
}

.onetec-css .img-text-v3 .sectionContent_Inner {
	opacity: 0;
	transform: translateY(50px);
	transition: all 0.5s ease-in-out;
	transition-delay: 0.5s;
	padding-top: 150px;
	z-index: 111;
	position: relative;
}

.onetec-css .img-text-v3 .sectionContent_Inner .inner_wrapp {
	padding-left: 14%;
}

.onetec-css .img-text-v3 .stickysidebar:hover .img_Wrap .bgBorderBox span:nth-child(1) {
	width: 100%;
}

.onetec-css .img-text-v3 .stickysidebar:hover .img_Wrap .bgBorderBox span:nth-child(3) {
	width: 100%;
}

.onetec-css .img-text-v3 .stickysidebar:hover .img_Wrap .bgBorderBox span:nth-child(2) {
	height: 100%;
}

.onetec-css .img-text-v3 .stickysidebar:hover .img_Wrap .bgBorderBox span:nth-child(4) {
	height: 100%;
}

.onetec-css .img-text-v3 .img_bg {
	background-size: cover;
	padding-top: 100%;
	overflow: hidden;
	position: relative;
	transition: all 0.3s ease-in-out;
}

.onetec-css .img-text-v3 .img_bg:hover {
	filter: brightness(112%);
}

.onetec-css .img-text-v3 .img_bg:hover .bg {
	transform: scale(1.15);
}

.onetec-css .img-text-v3 .img_bg .bg {
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	position: absolute;
	background-size: cover;
	transition: all 1.2s ease-in-out;
	transform-origin: center center;
}

.onetec-css .img-text-v3 .section_title {
	font-size: 4.8rem;
	line-height: 4.9rem;
	font-weight: 600;
	color: #000;
	margin-bottom: 30px;
	background: #fff;
}

.onetec-css .img-text-v3.inView .img_Wrap {
	opacity: 1;
	transform: none;
}

.onetec-css .img-text-v3.inView .sectionContent_Inner {
	opacity: 1;
	transform: none;
}

.onetec-css .bannerSection_ {
	font-size: 20px;
	font-weight: 400;
	padding: 100px 30px;
	flex-wrap: wrap;
	position: relative;
}

.onetec-css .bannerSection_ .img-col {
	text-align: center;
}

.onetec-css .bannerSection_ .img-col .svgBg-v5 {
	opacity: 0;
	transform: translateY(50px);
	transition: all 0.5s ease-in-out;
	position: relative;
}

.onetec-css .bannerSection_ .img-col .scgBg_shape1 {
	position: absolute;
	width: auto;
	height: 100%;
	max-width: 100%;
	z-index: -1;
	margin: 0 auto;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.onetec-css .bannerSection_ .img-col .scgBg_shape1 circle:nth-child(1) {
	-webkit-animation: circle1Anim 4s 1s linear infinite alternate;
	animation: circle1Anim 4s 1s linear infinite alternate;
	-webkit-transform-origin: center;
	transform-origin: center;
}

.onetec-css .bannerSection_ .img-col .scgBg_shape1 circle:nth-child(2) {
	-webkit-animation: circle2Anim 6s 2s linear infinite alternate;
	animation: circle2Anim 6s 2s linear infinite alternate;
	-webkit-transform-origin: center;
	transform-origin: center;
}

.onetec-css .bannerSection_ .img-col .scgBg_shape1 circle:nth-child(3) {
	-webkit-transform: translate(-35px, -56px);
	transform: translate(-35px, -56px);
	-webkit-animation: circle3Anim 7s 0s ease-in-out infinite alternate;
	animation: circle3Anim 7s 0s ease-in-out infinite alternate;
	-webkit-transform-origin: center;
	transform-origin: center;
}

.onetec-css .bannerSection_ .img-col .icon_ {
	width: 200px;
	height: auto;
	position: relative;
	z-index: 3;
	margin: 60px auto;
}

.onetec-css .bannerSection_ .text-col {
	transition-delay: 0.5s;
}

.onetec-css .bannerSection_ .text-col .svgBg-v5 {
	opacity: 0;
	transform: translateY(50px);
	transition: all 0.5s ease-in-out;
}

.onetec-css .bannerSection_ .text-col h4 {
	margin-top: 50px;
}

.onetec-css .bannerSection_ .text-col h3 {
	margin-top: 50px;
}

.onetec-css .bannerSection_ .text-col h2:not(.block_head) {
	margin-top: 60px;
}

.onetec-css .bannerSection_ .text-col ul {
	margin: 0;
	padding: 0;
	margin-top: 20px;
}

.onetec-css .bannerSection_ .text-col ul > li {
	list-style-type: none;
	padding: 0 30px;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}

.onetec-css .bannerSection_ .text-col ul > li::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 7px;
	height: 7px;
	background-color: #00a2a0;
}

.onetec-css .bannerSection_ p {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 30px;
}

.onetec-css .bannerSection_ ul {
	font-size: 20px;
	font-weight: 400;
}

.onetec-css .bannerSection_ ol {
	font-size: 20px;
	font-weight: 400;
}

.onetec-css .bannerSection_ .gobackBtn_ {
	display: flex;
	position: absolute;
	top: 30px;
	left: 0;
	align-items: center;
	color: #818080;
	font-size: 17px;
	z-index: 1;
}

.onetec-css .bannerSection_ .gobackBtn_:hover {
	color: #000;
}

.onetec-css .bannerSection_ .gobackBtn_ i {
	display: inline-block;
	font-size: 40px;
	line-height: 28px;
}

.onetec-css .bannerSection_::after {
	content: '';
	display: table;
	clear: both;
}

.onetec-css .bannerSection_ .block_head {
	font-size: 40px;
}

.onetec-css .bannerSection_ ul.venueDate_Info {
	margin: 0;
	padding: 0;
	margin-top: 30px;
	display: flex;
	align-items: center;
	margin-left: -15px;
	margin-right: -15px;
}

.onetec-css .bannerSection_ ul.venueDate_Info > li {
	margin: 0 15px;
	padding: 0 !important;
	display: inline-flex;
	align-items: center;
	list-style: none;
}

.onetec-css .bannerSection_ ul.venueDate_Info > li .ltr {
	display: inline-block;
	direction: ltr;
}

.onetec-css .bannerSection_ ul.venueDate_Info > li::before {
	display: none !important;
}

.onetec-css .bannerSection_ ul.venueDate_Info > li > img {
	height: 60px;
	width: auto;
}

.onetec-css .bannerSection_.inView .img-col {
	opacity: 1;
	transform: none;
}

.onetec-css .bannerSection_.inView .img-col .svgBg-v5 {
	opacity: 1;
	transform: none;
}

.onetec-css .bannerSection_.inView .text-col {
	opacity: 1;
	transform: none;
}

.onetec-css .bannerSection_.inView .text-col .svgBg-v5 {
	opacity: 1;
	transform: none;
}

.onetec-css .manualListRow .col_ {
	opacity: 0;
	transform: translateY(50px);
	transition: all 0.5s ease-in-out;
}

.onetec-css .manualListRow .col_:nth-child(1) {
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
}

.onetec-css .manualListRow .col_:nth-child(2) {
	-webkit-transition-delay: 1.4s;
	transition-delay: 1.4s;
}

.onetec-css .manualListRow .col_:nth-child(3) {
	-webkit-transition-delay: 2.1s;
	transition-delay: 2.1s;
}

.onetec-css .manualListRow .col_:nth-child(4) {
	-webkit-transition-delay: 2.8s;
	transition-delay: 2.8s;
}

.onetec-css .manualListRow .col_:nth-child(5) {
	-webkit-transition-delay: 3.5s;
	transition-delay: 3.5s;
}

.onetec-css .manualListRow .col_:nth-child(6) {
	-webkit-transition-delay: 4.2s;
	transition-delay: 4.2s;
}

.onetec-css .manualListRow.inView .col_ {
	opacity: 1;
	transform: none;
}

.onetec-css .main_new_loaded .banner-v3 .bannerTitle-v3 h1 {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

.onetec-css .main_new_loaded .banner-v3 .bannerTitle-v3 p {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

.onetec-css .pillers_section {
	font-size: 19px;
	-webkit-transform: translateY(-78%);
	transform: translateY(-78%);
	position: relative;
	z-index: 5;
}

.onetec-css .pillers_section .pillers_list.slick-slider {
	direction: ltr;
}

.onetec-css .pillers_section .pillers_list {
	margin: 0;
	padding: 0;
}

.onetec-css .pillers_section .pillers_list .slick-arrow {
	bottom: -32px;
	right: auto;
	top: auto;
	left: calc(50% - 40px);
	-wekit-transform: none;
	-webkit-transform: none;
	transform: none;
	position: absolute;
}

.onetec-css .pillers_section .pillers_list .sdfsdf {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.onetec-css .pillers_section .pillers_list .slide {
	list-style: none;
	overflow: hidden;
	padding: 0 2px;
	position: relative;
	float: left;
	width: 20%;
}

.onetec-css .pillers_section .pillers_list .slide .slideInner {
	width: 290px;
	position: relative;
	margin: 0 auto;
	max-width: 100%;
}

.onetec-css .pillers_section .pillers_list .slide:hover .pillerOuter {
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.onetec-css .pillers_section .pillers_list .slide:hover .pillerOuter .path2 {
	stroke-dashoffset: 0;
}

.onetec-css .pillers_section .pillers_list .slide:hover .icon_ {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.onetec-css .pillers_section .pillers_list .slide .pillerOuter {
	transition: all 0.7s ease-in-out;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
}

.onetec-css .pillers_section .pillers_list .slide .pillerOuter .path1 {
	stroke: #fff;
	stroke-width: 13px;
}

.onetec-css .pillers_section .pillers_list .slide .pillerOuter .path2 {
	stroke-width: 13px;
	stroke-dasharray: 1149;
	stroke-dashoffset: 1149;
	transition: all 1.4s ease-in-out;
}

.onetec-css .pillers_section .pillers_list .slide .pillerOuter .bgPath {
	fill: transparent;
}

.onetec-css .pillers_section .pillers_list .slide .icon_ {
	position: absolute;
	width: 66px;
	height: auto;
	top: 24px;
	left: 26px;
	transition: all 0.3s ease-in-out;
}

.onetec-css .pillers_section .pillers_list .slide .inner_wrap {
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 65px 35px 48px 103px;
	padding: 65px 40px 48px 97px;
}

.onetec-css .pillers_section .pillers_list .slide .inner_wrap .link_ {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 3;
	left: 0;
	top: 0;
}

.onetec-css .pillers_section .pillers_list .slide .inner_wrap .pillerTitle {
	color: #fff;
	display: block;
	max-width: calc(100% - 4px);
	line-height: 1.25;
	font-size: 0.95em;
	font-weight: 400;
}

.onetec-css .pillers_section .container {
	width: 98% !important;
}

.onetec-css .page-design-v5 .block_head {
	margin: 0;
	margin-bottom: 20px;
	padding-bottom: 3px;
	position: relative;
}

.onetec-css .page-design-v5 .block_head::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 42px;
	height: 4px;
	background: #19aaa9;
}

.onetec-css .manualListWrap {
	margin-bottom: 100px;
}

.onetec-css .manualListWrap .block_head {
	font-size: 30px;
	margin-bottom: 40px;
}

html[dir="ltr"] .downloadGuide .downloadGuideBtn .buttonInfo_ .btnSvg {
	margin-left: 0;
}

html[dir="ltr"] .downloadGuide .downloadGuideBtnNew .btnText {
	border-left: 3px solid #fff;
}

html[dir="ltr"] .bannerSection_ ul.venueDate_Info > li > img {
	margin-right: 15px;
}

.onetec-css .downloadGuide {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}

.onetec-css .downloadGuide .downloadGuideBtnNew {
	width: calc(50% - 20px);
	position: relative;
	margin: 0 10px;
	display: flex;
	flex-wrap: wrap;
	border-radius: 15px;
	overflow: hidden;
	max-width: 370px;
}

.onetec-css .downloadGuide .downloadGuideBtnNew:hover .imgBlock .btnSvg circle {
	stroke-dashoffset: 170;
}

.onetec-css .downloadGuide .downloadGuideBtnNew:hover .imgBlock .btnSvg .arrow {
	animation: btn_bounce 2s infinite;
}

.onetec-css .downloadGuide .downloadGuideBtnNew:hover .btnText {
	background: #2abbba;
}

.onetec-css .downloadGuide .downloadGuideBtnNew .imgBlock {
	flex: 1;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.onetec-css .downloadGuide .downloadGuideBtnNew .imgBlock .btnSvg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
}

.onetec-css .downloadGuide .downloadGuideBtnNew .imgBlock .btnSvg circle {
	transition: all 0.8s ease-in-out;
	stroke-dasharray: 170;
	stroke-dashoffset: 0;
}

.onetec-css .downloadGuide .downloadGuideBtnNew .imgBlock .btnSvg * {
	stroke: #19aaa9;
}

.onetec-css .downloadGuide .downloadGuideBtnNew .btnText {
	transition: all 0.3s ease-in-out;
	background: #19aaa9;
	color: #fff;
	padding: 30px 20px;
	font-size: 22px;
	text-align: center;
	min-width: 63%;
	font-weight: 500;
}

.onetec-css .downloadGuide .downloadGuideBtn {
	background-size: cover;
	display: block;
	padding-top: 25%;
	width: calc(33.333% - 20px);
	position: relative;
	margin: 0 10px;
	margin-bottom: 15px;
	min-height: 204px;
	overflow: hidden;
}

.onetec-css .downloadGuide .downloadGuideBtn .bg_ {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	background-size: cover;
	transition: all 1.3s ease-in-out;
	transform-origin: center;
	backface-visibility: hidden;
}

.onetec-css .downloadGuide .downloadGuideBtn:hover .bg_ {
	transform: scale(1.2);
}

.onetec-css .downloadGuide .downloadGuideBtn:hover .buttonInfo_ .btnSvg circle {
	stroke-dashoffset: 170;
}

.onetec-css .downloadGuide .downloadGuideBtn:hover .buttonInfo_ .btnSvg .arrow {
	animation: btn_bounce 2s infinite;
}

.onetec-css .downloadGuide .downloadGuideBtn .buttonInfo_ {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	background: rgba(25, 170, 169, 0.9);
	padding: 30px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 0.8em;
}

.onetec-css .downloadGuide .downloadGuideBtn .buttonInfo_ .btnSvg {
	width: 50px;
	height: 50px;
	margin: 0 10px;
}

.onetec-css .downloadGuide .downloadGuideBtn .buttonInfo_ .btnSvg circle {
	transition: all 0.8s ease-in-out;
	stroke-dasharray: 170;
	stroke-dashoffset: 0;
}

.onetec-css .downloadGuide .downloadGuideBtn .buttonInfo_ .btnSvg * {
	stroke: #fff;
}

.onetec-css .downloadGuide .btn_ {
	display: inline-block;
	background: #30b2b1;
	color: #fff;
	margin-right: 10px;
	font-size: 15px;
	padding: 7px 15px;
	transition: all 0.4s ease-in-out;
}

.onetec-css .downloadGuide .btn_:hover {
	background: #53c8c7;
}

.onetec-css .publication_Wrap_ {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 80px;
}

.onetec-css .publication_Wrap_ .bookLeft_ .bgImg {
	padding-top: 83%;
	background-size: cover;
	background-position: center center;
	position: relative;
	overflow: hidden;
}

.onetec-css .publication_Wrap_ .bookLeft_ .bgImg .bg_img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center center;
	transition: all 1.2s ease-in-out;
}

.onetec-css .publication_Wrap_ .bookLeft_ .bgImg:hover .bg_img {
	-webkit-transform: scale(1.25);
	transform: scale(1.25);
}

.onetec-css .publication_Wrap_ .bookLeft_ .bookLeft_inner {
	position: relative;
}

.onetec-css .publication_Wrap_ .bookLeft_ .bookLeft_inner .smallTitle {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
	display: inline-block;
	padding: 5px 10px;
	font-size: 16px;
}

.onetec-css .publication_Wrap_ .bookRight_ {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.onetec-css .publication_Wrap_ .bookRight_ .linkWrap_ {
	margin-top: 19px;
}

.onetec-css .publication_Wrap_ .bookRight_ .linkWrap_ .btn_ {
	display: inline-block;
	background: #30b2b1;
	color: #fff;
	margin-right: 10px;
	font-size: 15px;
	padding: 7px 15px;
	transition: all 0.4s ease-in-out;
}

.onetec-css .publication_Wrap_ .bookRight_ .linkWrap_ .btn_:hover {
	background: #53c8c7;
}

.onetec-css .publication_Wrap_ .bookRight_ h3 {
	margin-top: 8px;
	font-size: 20px;
}

.onetec-css .publication_Wrap_ .bookRight_ .description_ {
	font-size: 17px;
	position: relative;
	flex: 1;
	min-height: 108px;
}

.onetec-css .publication_Wrap_ .bookRight_ .description_ .description_inner {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	overflow-y: auto;
	padding: 10px 0;
	padding-bottom: 15px;
	padding-right: 20px;
	line-height: 1;
}

.onetec-css .publication_Wrap_ .bookRight_ .description_ .description_inner p {
	line-height: 1.85;
}

.onetec-css .publication_Wrap_ .bookRight_ .description_ .description_inner::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5;
}

.onetec-css .publication_Wrap_ .bookRight_ .description_ .description_inner::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}

.onetec-css .publication_Wrap_ .bookRight_ .description_ .description_inner::-webkit-scrollbar-thumb {
	background-color: #000000;
}

.onetec-css .publication_Wrap_ .bookRight_ .description_ p {
	font-size: 17px;
}

.onetec-css html.ie .banner-v3 .bannerTitle-v3 h1 {
	background: none;
}

.onetec-css html.ie .pillers_section .pillers_list .slide .pillerOuter {
	height: 240px;
}

.onetec-css html.ie .grid-list.v1 .grid-list-item .grid-list-summary {
	flex: auto;
}

.onetec-css html.ie #main_new .container-fluid .entitie_box .image_box .img {
	background-attachment: local;
}

.onetec-css html.edge .pillers_section .pillers_list .slide:hover .pillerOuter .path2 {
	opacity: 0;
}

.scrollView .showSections {
	-webkit-animation: showSections_ .8s linear forwards;
	animation: showSections_ .8s linear forwards;
	font-size: 13px;
}

.scrollView .showSections:before {
	-webkit-transform: translateX(-50%) translateY(-100%) rotate(180deg);
	-ms-transform: translateX(-50%) translateY(-100%) rotate(180deg);
	transform: translateX(-50%) translateY(-100%) rotate(180deg);
}

.onetec-css .under_construction_wrap {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.onetec-css .under_construction_wrap .img_box {
	width: 50vw;
	max-width: 450px;
	text-align: center;
}

.onetec-css .under_construction_wrap .img_box img {
	width: 100%;
	height: auto;
}

.onetec-css .under_construction_wrap .text_ h3 {
	font-size: 30px;
}

.onetec-css [data-page-view] .tweetSlider .slick-next:before {
	line-height: .8;
}

.template-home [data-page-view="publications"] .page-title {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.template-home [data-page-view="publications"] .page-title h2:after {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.template-home .tweetSlider .list-desc h3 > span {
	color: #00a2a0;
}

.template-home .tweetSlider .list-desc h3 > span:before {
	content: '@';
}

.events-calendar-filter .form-group .ui-selectmenu-button .ui-selectmenu-icon {
	display: none;
}

@media screen and (min-width: 1500px) {
	.onetec-css .members_box .member_ {
		width: calc((100% / 4 ) - 3em);
	}
}

@media screen and (min-width: 1025px) {
	.onetec-css  .aside nav a[data-page] {
		margin: 20px 0;
	}

	.onetec-css #main_new .page .contentLeftContainer {
		max-width: 100%;
	}

	.onetec-css #main_new .page .contentLeftContainer .pageDescription {
		max-width: 90%;
		margin: auto;
	}

	.onetec-css #main_new .page .contentLeftContainer .pageDescription.full_ {
		max-width: 100%;
	}
}

@media (min-width: 1023px) {
	.onetec-css .mainNav > li > a::before {
		background: #00a2a0;
	}

	.onetec-css .mainNav > li > a::after {
		background: #00a2a0;
	}
}

@media (max-width: 1024px) {
	.onetec-css .programs_list .program_ {
		width: 50%;
	}

	.onetec-css #main_new .page-inner-new {
		padding-top: 70px;
	}

	.onetec-css .navbar-toggle .icon-bar {
		background: #00a2a0;
	}

	.onetec-css .navbar-toggle.active span {
		background: #00a2a0;
	}

	.onetec-css .yamm .mainNav > li.dropdown.copen > .dropdown-menu {
		background: #00a2a0;
	}

	.onetec-css .yamm .mainNav > li.has-submenu.copen > .dropdown-menu {
		background: #00a2a0;
	}
}

@media only screen and (min-width: 992px) {
	.onetec-css .navbar-brand img {
		max-height: 65px;
	}
}

@media only screen and (max-width: 980px) {
	.onetec-css .mediyatab .resp-tabs-list {
		width: 80%;
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.onetec-css .media-wrapper .resp-tabs-container .resp-accordion {
		display: none !important;
	}

	.onetec-css .media-wrapper .mediaGallery .resp-tabs-list {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.onetec-css .media-wrapper .mediaGallery .resp-tabs-list li.resp-tab-active:after {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@media (min-width: 768px) {
	.onetec-css .yamm .mainNav > li > .dropdown-menu li:hover > a {
		background: #00a2a0;
	}

	.onetec-css .yamm .mainNav > li > .dropdown-menu li a.active {
		background: #00a2a0;
	}
}

@media (max-width: 767px) {
	.onetec-css .page-inner-new .page .contentLeftContainer .img-desc-style-1 {
		margin-bottom: 0;
	}

	.onetec-css .page-inner-new .contentBlock > .pageDescription {
		padding-top: 0em;
	}

	.onetec-css .programs_list .program_ {
		width: 100%;
	}

	.onetec-css .mediyatab .resp-tabs-list {
		width: 100%;
	}

	.onetec-css .mediyatab .resp-tabs-list li {
		min-height: 60px;
		font-size: 1.5rem;
	}

	.onetec-css #main_new .page-content-inner {
		padding: 20px 0;
	}

	.onetec-css #main_new .container-fluid .entitie_box .image_box {
		width: 100%;
		height: 20vh;
		margin: 0;
	}

	.onetec-css #main_new .container-fluid .entitie_box .contentWrap {
		padding: 0 1em !important;
	}

	.onetec-css .entitiesList .entities-filter-wrap .entities-filter-block .entities-filter-title {
		padding-right: 0em;
	}

	.onetec-css .entitiesList .entities-filter-wrap .entities-filter-block .entities-filter-title:before {
		right: -1em;
		width: calc(100% + 2em);
	}

	.onetec-css .entitiesList .entities-filter-wrap .entities-filter-block .entities-filter-title span.c_icon {
		width: 28px;
		height: 28px;
	}

	.onetec-css .entitiesList .entities-filter-wrap .entities-filter-block .entities-filter-title span.c_icon:after {
		width: 9px;
		height: 1px;
		left: calc(50% - 4.5px);
		top: calc(50% - 1px);
	}

	.onetec-css .entitiesList .entities-filter-wrap .entities-filter-block .entities-filter-title span.c_icon:before {
		width: 9px;
		height: 1px;
		left: calc(50% - 4.5px);
		top: calc(50% - 1px);
	}

	.onetec-css .page .entitiesPage .entities-top {
		margin: 15px auto 25px;
		width: 100%;
	}

	.onetec-css .page .entitiesPage .entities-top > div {
		padding: 20px;
	}

	.onetec-css .page .entitiesPage .entities-info {
		padding: 10px 20px;
	}

	.onetec-css .page .entitiesPage .entities-info address {
		line-height: 1.5;
	}

	.onetec-css .page .entitiesPage .entities-info .social-links {
		margin-top: 1em;
	}

	.onetec-css .page-content-inner .page-sub-title {
		font-size: 30px;
	}

	.onetec-css .memberBlockWrap.two-col {
		margin: 0;
	}

	.onetec-css .memberBlockWrap .grid-list.block-3-col .grid-list-item {
		padding: 0;
		margin: 15px 0;
	}

	.onetec-css .yamm > .container {
		padding: 0 10px;
	}

	.onetec-css .navbar-collapse {
		padding: 0 !important;
	}

	.onetec-css .events-calendar-filter .form-control {
		min-height: 45px;
	}
}

@media screen and (min-width: 1200px) {
	html[dir=rtl] .events-calendar-filter .form-group {
		margin: 0 10px 0 0px;
	}

	.onetec-css #main_new .container-fluid .entitie_box .image_box {
		min-height: 70vh;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
	.onetec-css #main_new .container-fluid .entitie_box .image_box {
		min-height: 78vh;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	.onetec-css #main_new .container-fluid .entitie_box .image_box {
		min-height: 70vh;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1450px) {
	.onetec-css .entities-btn-wrap .entities-btn {
		font-size: 17px;
	}

	html[dir=rtl] .entities-btn-wrap .entities-btn:last-child span {
		margin: 0 15px 0 0;
	}

	.onetec-css .manualListWrap {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 1024px) {
	html[dir=rtl] .yamm .mainNav li a {
		text-align: center;
		font-size: 18px;
		font-size: 16px;
		text-align: right;
	}
	
	html[dir=rtl] .mainNav > .dropdown.smallMenu > ul a {
		padding-right: 15px !important;
	}

	html[dir=rtl] header .yamm .smallMenu > ul a:before {
		right: 0;
		left: auto;
	}

	html[dir=ltr] .mainNav > .dropdown.smallMenu > ul a {
		padding-left: 15px !important;
	}
	.onetec-css .yamm .mainNav {
		min-height: 84vh;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: flex-start;
	}

	.onetec-css .yamm .mainNav > li {
		-webkit-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
		opacity: 0;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	.onetec-css .yamm .mainNav > li:nth-child(1) {
		-webkit-transition-delay: 0.1s;
		-o-transition-delay: 0.1s;
		transition-delay: 0.1s;
	}

	.onetec-css .yamm .mainNav > li:nth-child(2) {
		-webkit-transition-delay: 0.2s;
		-o-transition-delay: 0.2s;
		transition-delay: 0.2s;
	}

	.onetec-css .yamm .mainNav > li:nth-child(3) {
		-webkit-transition-delay: 0.3s;
		-o-transition-delay: 0.3s;
		transition-delay: 0.3s;
	}

	.onetec-css .yamm .mainNav > li:nth-child(4) {
		-webkit-transition-delay: 0.4s;
		-o-transition-delay: 0.4s;
		transition-delay: 0.4s;
	}

	.onetec-css .yamm .mainNav > li:nth-child(5) {
		-webkit-transition-delay: 0.5s;
		-o-transition-delay: 0.5s;
		transition-delay: 0.5s;
	}

	.onetec-css .yamm .mainNav > li:nth-child(6) {
		-webkit-transition-delay: 0.6s;
		-o-transition-delay: 0.6s;
		transition-delay: 0.6s;
	}

	.onetec-css .yamm .mainNav > li:nth-child(7) {
		-webkit-transition-delay: 0.7s;
		-o-transition-delay: 0.7s;
		transition-delay: 0.7s;
	}

	.onetec-css .yamm .mainNav > li:nth-child(8) {
		-webkit-transition-delay: 0.8s;
		-o-transition-delay: 0.8s;
		transition-delay: 0.8s;
	}

	.onetec-css .yamm .mainNav > li > a.home i {
		display: none !important;
	}

	.onetec-css .yamm .mainNav > li > .dropdown-menu a {
		color: #4a4a4a;
	}

	.onetec-css .yamm .mainNav > li.dropdown.copen > .dropdown-menu {
		background: transparent;
	}

	.onetec-css .yamm .mainNav > li.has-submenu.copen > .dropdown-menu {
		background: transparent;
	}

	.onetec-css .yamm .navbar-collapse.in .mainNav > li {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.onetec-css .yamm .smallMenu > ul a:hover {
		color: #00a2a0 !important;
	}

	html[dir=ltr] .yamm .mainNav li a {
		text-align: center;
		font-size: 18px;
		font-size: 16px;
		text-align: left;
	}
	
	.onetec-css header .yamm .mainNav > li {
		border-bottom: 1px solid #f5f5f5;
		margin-bottom: 15px;
	}

	.onetec-css header .yamm .mainNav > li > a {
		padding: 0 !important;
		color: #4a4a4a;
		min-height: 30px;
	}

	.onetec-css header .yamm .smallMenu > ul a:before {
		content: '';
		position: relative;
		width: 3px;
		background: #00a2a0;
		height: 10px;
		display: inline-block;
		position: absolute;
		left: 0;
		top: 10px;
	}

	.onetec-css .mainNav > .dropdown .dropdown-menu {
		margin-bottom: 10px;
	}

	.onetec-css .dropdown-menu > li > a:hover {
		background: transparent;
	}

	.onetec-css .dropdown-menu > li > a:focus {
		background: transparent;
	}
	.onetec-css .page-banner {
		padding-bottom: 0;
	}

	.onetec-css .page-content-inner .page-sub-title {
		font-size: 30px;
	}

	.onetec-css .page-content-inner .page.media-details-page .rightSidebarWrap {
		width: 100%;
		display: block !important;
	}

	.onetec-css .page-content-inner .page.page-details .rightSidebarWrap {
		width: 100%;
		display: block !important;
		padding-bottom: 5em;
	}

	.onetec-css .mission_box .page-sub-title {
		margin-bottom: 1em;
	}

	.onetec-css .mission_box .mission_item:last-child {
		padding-left: 15px;
	}

	html[dir=rtl] .mission_box .mission_item:nth-child(2) {
		padding-left: 15px;
		padding-right: 15px;
	}

	html[dir=rtl] .entities-btn-wrap .entities-btn.show_filter {
		left: 0;
		right: auto;
	}

	.onetec-css .page.events .resp-tabs.basic {
		padding-top: 2em;
	}

	.onetec-css .members_box .member_ {
		width: calc((100% / 2 ) - 3em);
		margin: 0 1.5em 2em;
	}

	.onetec-css .page .contentBlock .contentLeftContainer .img-desc-style-1 {
		margin-bottom: 0;
	}

	.onetec-css #main_new .media ul.resp-tabs-list {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.onetec-css #main_new .media .resp-accordion {
		display: none !important;
	}

	.onetec-css .entities-btn-wrap.enable_filter_ .entities-btn {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		width: auto;
		height: auto;
		padding: 10px 0;
	}

	.onetec-css .entities-btn-wrap.enable_filter_ .entities-btn.show_filter {
		opacity: 0;
		-webkit-transform: scale(0.5);
		-ms-transform: scale(0.5);
		transform: scale(0.5);
	}

	.onetec-css .entities-btn-wrap .entities-btn {
		height: 0;
		width: 0;
		overflow: hidden;
		padding: 0;
		margin: 0;
	}

	.onetec-css .entities-btn-wrap .entities-btn.show_filter {
		width: auto;
		height: auto;
		padding: 10px 0;
		position: absolute;
		right: 0;
		top: 0;
		-webkit-transition-delay: 0s;
		-o-transition-delay: 0s;
		transition-delay: 0s;
	}

	.onetec-css .entities-btn-wrap .entities-btn.show_filter span {
		margin: 0;
	}

	.onetec-css .downloadGuide .downloadGuideBtn {
		width: calc(50% - 20px);
	}
}

@media only screen and (max-width: 767px) {
	.onetec-css .page-content-inner p {
		font-size: 18px;
	}

	.onetec-css .page-content-inner .page-sub-title {
		font-size: 25px;
	}

	.onetec-css .page-content-inner .page-content-inner .sub-title {
		font-size: 22px;
	}

	.onetec-css .page-content-inner .imgVideGalleryContainer .resp-tabs-list-wrap {
		position: relative;
	}

	.onetec-css .page-content-inner .imgVideGalleryContainer .resp-tabs-list-wrap ul {
		margin-bottom: 0;
	}

	.onetec-css .page-content-inner .imgVideGalleryContainer .ab-right {
		position: relative;
		top: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.onetec-css .page-content-inner .imgVideGalleryContainer .imgVideGalleryWrapper {
		padding-top: 0;
	}

	.onetec-css .page-content-inner .page.media-details-page .rightSidebarWrap {
		padding-bottom: 0;
	}

	.onetec-css .page-content-inner .page.page-details .contentBlock {
		padding-top: 0;
	}

	.onetec-css .page-content-inner .page.page-details .rightSidebarWrap {
		padding-bottom: 2.5em;
	}

	.onetec-css .popup .date-picker-wrapper {
		padding: 0;
	}

	.onetec-css .popup .date-picker-wrapper .month-wrapper table {
		margin: 8px;
	}

	.onetec-css .popup .date-picker-wrapper .month-wrapper .time {
		display: none;
	}

	.onetec-css .members_box .member_ {
		width: 100%;
		margin: 0 1em 2em;
	}

	.onetec-css .page .img-desc-style-1 .descBlock .bottomText {
		padding-left: 0;
		padding-right: 0;
	}

	.onetec-css .page .resp-tab-content .vspace-50 {
		display: none;
	}

	.member_popup .header_box .image_box {
		width: 100%;
		padding-top: 100%;
		margin: 0 0 1em 0;
	}

	.onetec-css .media .filter-list {
		display: none;
		margin: 0;
	}

	.onetec-css .grid-list .grid-list-item .grid-list-summary {
		padding-top: 15px;
		padding-bottom: 0;
	}

	.onetec-css .grid-list .grid-list-item .grid-list-summary p {
		margin-bottom: 0;
	}

	.onetec-css .media-filter .grid-list-item {
		margin-bottom: 1em;
	}

	.onetec-css .grid-list.gallery .grid-list-item {
		width: 100%;
		margin-bottom: 20px;
	}

	html[dir=rtl] #main_new .container-fluid .entitie_box .image_box {
		margin: 0;
	}

	

	html[dir=rtl] .entitiesPage .entities-info address ul li .icon {
		margin-right: 0;
		margin-left: .5em;
	}
	
	
	.onetec-css .blocksSliderContainer .blocksSlider .slick-dots li button:before {
		font-size: 12px;
	}

	.onetec-css .page-section .programsInitiativesSliderSection {
		margin-bottom: 1em;
	}

	.onetec-css .entitiesPage .entities-info address ul li {
		margin: .5em 0;
		font-size: 16px;
	}

	.onetec-css .entitiesPage .entities-info address ul li icon {
		margin-right: .5em;
		font-size: 17px;
	}

	.onetec-css .entitiesPage .entities-info address ul li span {
		overflow: hidden;
	}

	.onetec-css .img-text-v3 .section_title {
		font-size: 1.6em;
		line-height: 1.2;
	}

	.onetec-css .img-text-v3 .sectionContent_Inner {
		padding-top: 30px;
	}

	.onetec-css .pillers_section {
		-webkit-transform: translateY(-150px);
		transform: translateY(-150px);
	}

	.onetec-css .downloadGuide .downloadGuideBtn {
		width: 100%;
	}

	.onetec-css .downloadGuide .downloadGuideBtnNew {
		width: 100%;
		margin-bottom: 20px;
	}

	.onetec-css .downloadGuide .downloadGuideBtnNew .btnText {
		max-width: calc(100% - 80px);
	}

	.onetec-css .bannerSection_ {
		padding-top: 15px;
		padding-bottom: 30px;
	}

	.onetec-css .bannerSection_ .img-col {
		width: 100%;
		padding-left: 2px;
		padding-right: 2px;
	}

	.onetec-css .bannerSection_ .text-col {
		width: 100%;
		padding-left: 2px;
		padding-right: 2px;
	}

	.onetec-css .bannerSection_ p {
		font-size: 18px;
	}

	.onetec-css .bannerSection_ .block_head {
		font-size: 25px;
	}

	.onetec-css .publication_Wrap_ .bookLeft_ {
		width: 100%;
		margin-bottom: 20px;
	}

	.onetec-css .publication_Wrap_ .bookRight_ {
		width: 100%;
	}

	.onetec-css .publication_Wrap_ .bookRight_ .description_ .description_inner {
		position: static;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.onetec-css .manualListWrap {
		margin-bottom: 10px;
	}

	.onetec-css .downloadGuideBtnNew {
		width: 100%;
		margin-bottom: 20px;
		margin-top: 20px;
	}

	.onetec-css .media-details-page .rightSidebarWrap .memberBlockWrap.img-desc-style-1 {
		margin-bottom: 70px;
	}

	.onetec-css .programs_list .program_ {
		width: calc(100% - 2em);
	}

	.onetec-css .programs_list .program_ .program_title {
		font-size: 18px;
	}

	.onetec-css .under_construction_wrap .img_box {
		width: 100%;
	}

	
}

@media only screen and (min-width: 1024px) {
	[dir=rtl] header .yamm .smallMenu > ul a {
		letter-spacing: 0;
	}

	[dir=rtl] header .yamm .mainNav > li > a {
		font-size: 20px;
		letter-spacing: 0;
	}

	.onetec-css .entitiesPage .entities-info {
		min-height: 55vh;
		padding: 25px 2em;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.onetec-css .entitiesPage .entities-top > div {
		height: 150px;
		width: 50%;
		position: relative;
		border: 1px solid #efefef;
	}

	.onetec-css .entitiesPage .entities-top > div img {
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: auto;
		height: auto;
		max-width: 90%;
		max-height: 80%;
	}

	html[dir="rtl"] [data-page-view] .tweetSlider .slideInner .list-img {
		margin: 0 15px;
	}

	html[dir="rtl"] [data-page-view] .tweetSlider .slideInner .list-desc {
		width: calc(100% - 150px);
	}

	.onetec-css .img-text-v3 .row {
		margin-left: -30px;
		margin-right: -30px;
	}

	.onetec-css .img-text-v3 .row [class*="col-"] {
		padding-left: 40px;
		padding-right: 40px;
	}

	.onetec-css .downloadGuide {
		margin-left: -40px;
		margin-right: -40px;
	}

	.onetec-css .downloadGuide .downloadGuideBtnNew {
		margin: 0 40px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.onetec-css .mobileLogoWrap {
		max-width: 140px;
		height: 70px;
	}
}

@media only screen and (max-width: 1023px) {
	.onetec-css .yamm .mainNav > li > a {
		font-size: 16px;
	}

	[dir=rtl] .dropdown-menu > li > a {
		letter-spacing: 0;
	}

	[dir=rtl] .yamm .mainNav > li > a {
		letter-spacing: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.onetec-css .page .img-desc-style-1 .imgBlockWrap .memberImgAnim {
		display: none !important;
	}

	.onetec-css .img-text-v3 .sectionContent_Inner {
		padding-top: 5px;
	}
}

@media only screen and (max-width: 768px) {
	.onetec-css .socialMedia-v3 {
		display: none;
	}

	.onetec-css .banner-v3 {
		max-height: calc(100vh - 85px);
	}

	.onetec-css .banner-v3 .bannerTitle-v3 {
		width: 85%;
	}

	.onetec-css .banner-v3 .bannerTitle-v3 h1 {
		font-size: 2.1em;
	}

	.onetec-css .banner-v3 .bannerTitle-v3 h1 br {
		display: none;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1350px) {
	.onetec-css .banner-v3 .bannerTitle-v3 h1 {
		font-size: 3.6vw;
	}
}

@media only screen and (max-width: 650px) {
	.onetec-css .banner-v3 .bannerTitle-v3 h1 {
		font-size: 1.3em;
		line-height: 1.25;
	}
}

@media only screen and (min-width: 1025px) {
	html[dir="rtl"] .banner-v3 .bannerTitle-v3 h1 {
		font-size: 5em;
	}
}

@media only screen and (min-width: 1200px) {
	.onetec-css .pillers_section .pillers_list .slideInner {
		opacity: 0;
		transform: translateY(50px);
		transition: all 0.3s ease-in-out;
	}

	.onetec-css .pillers_section .pillers_list .slide:nth-child(1) .slideInner {
		transition-delay: 0.3s;
	}

	.onetec-css .pillers_section .pillers_list .slide:nth-child(2) .slideInner {
		transition-delay: 0.6s;
	}

	.onetec-css .pillers_section .pillers_list .slide:nth-child(3) .slideInner {
		transition-delay: 0.9s;
	}

	.onetec-css .pillers_section .pillers_list .slide:nth-child(4) .slideInner {
		transition-delay: 1.2s;
	}

	.onetec-css .pillers_section .pillers_list .slide:nth-child(5) .slideInner {
		transition-delay: 1.5s;
	}

	.onetec-css .pillers_section .pillers_list .slide:nth-child(6) .slideInner {
		transition-delay: 1.8s;
	}

	.onetec-css .pillers_section .pillers_list .slide:nth-child(7) .slideInner {
		transition-delay: 2.1s;
	}

	.onetec-css .main_new_loaded .pillers_section .pillers_list .slide .slideInner {
		opacity: 1;
		transform: none;
	}

	.onetec-css .bannerSection_ .img-col .svgBg-v5 {
		max-width: 100%;
	}

	.onetec-css .bannerSection_ .text-col {
		min-height: 60vh;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
	.onetec-css .pillers_section .pillers_list .slide .inner_wrap .pillerTitle {
		font-size: 1vw;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
	.onetec-css .downloadGuide .downloadGuideBtn .buttonInfo_ {
		font-size: 0.7em;
	}

	.onetec-css .downloadGuide .downloadGuideBtn .buttonInfo_ .btnSvg {
		width: 35px;
		height: 35px;
		margin: 0 7px;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
	.onetec-css .publication_Wrap_ .bookRight_ .linkWrap_ {
		margin-top: 10px;
	}

	.onetec-css .publication_Wrap_ .bookRight_ h3 {
		margin-top: 0;
	}

	.onetec-css .publication_Wrap_ .bookRight_ .description_ .description_inner {
		padding-top: 0;
	}

	.onetec-css .publication_Wrap_ .bookRight_ .description_ .description_inner p {
		line-height: 1.6;
	}
}

@media only screen and (min-width: 1050px) and (max-width: 1320px) {
	.onetec-css .bannerSection_ {
		padding: 100px 3.5%;
	}
}

@media only screen and (max-width: 1050px) {
	.onetec-css .bannerSection_ {
		padding: 80px 0;
	}

	.onetec-css .img-text-v3 .img-text_col {
		width: 100%;
		margin-bottom: 60px;
	}

	.onetec-css .img-text-v3 .img-text_col.stickysidebar {
		padding-bottom: 30px;
	}

	.onetec-css .img-text-v3 .img_Wrap {
		max-width: calc(100% - 56px);
	}

	.onetec-css .img-text-v3 .img_Wrap .bgBorderBox {
		max-width: 100%;
	}

	.onetec-css .img-text-v3 .sectionContent_Inner .inner_wrapp {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
}

@media only screen and (min-width: 1400px) {
	.onetec-css .events-calendar-filter .form-group .input-select-wrap {
		position: relative;
	}

	.onetec-css .events-calendar-filter .form-group .input-select-wrap::after {
		content: '';
		position: absolute;
		pointer-events: none;
		position: absolute;
		top: 12px;
		width: 9px;
		height: 9px;
		border-top: solid 1px #000;
		border-right: solid 1px #000;
		transform: rotate(135deg);
	}

	.onetec-css .events-calendar-filter .form-group .input-select-wrap select {
		-webkit-appearance: none;
		-moz-appearance: none;
		padding: 5px;
		padding-top: 4px;
		padding-bottom: 4px;
		border-color: #d7d7d7;
	}

	html[dir="ltr"] .events-calendar-filter .form-group .input-select-wrap::after {
		right: 9px;
		left: auto;
	}

	html[dir="ltr"] .events-calendar-filter .form-group .input-select-wrap select {
		padding-right: 26px;
	}

	html[dir="rtl"] .events-calendar-filter .form-group .input-select-wrap::after {
		left: 9px;
		right: auto;
	}

	html[dir="rtl"] .events-calendar-filter .form-group .input-select-wrap select {
		padding-right: 5px;
		padding-left: 26px;
	}
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	[dir=rtl] .header-links {
		left: 150px;
		top: 30px;
	}

	[dir=ltr] .header-links {
		right: 140px;
		top: 30px;
	}

	.onetec-css .entitiesPage .entities-info {
		min-height: 40vh;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	.onetec-css .page-content-inner .sidebar .memberBlockWrap {
		margin-bottom: 100px;
	}

	.onetec-css .page-content-inner .sidebar .memberBlockWrap .memberBlock .memberImg .memberImgAnim {
		top: 9%;
	}

	.onetec-css .page-content-inner .page.media-details-page .contentBlock {
		width: 100%;
	}
}

@media only screen and (min-device-width: 1023px) and (max-device-width: 1368px) and (orientation: portrait) {
	[dir=rtl] .menuWrapper .header-links {
		left: 140px;
	}

	[dir=ltr] .menuWrapper .header-links {
		right: 155px;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
	.onetec-css .page-section .section-inner .news {
		width: 100%;
	}

	.onetec-css .page-content-inner .sidebar .memberBlockWrap .memberBlock .memberImg .memberImgAnim {
		top: 4%;
		left: 5%;
	}

	.onetec-css .page-content-inner .page.media-details-page .rightSidebarWrap {
		margin-bottom: 50px;
	}

	.onetec-css .page-content-inner .page.page-details .rightSidebarWrap {
		margin-bottom: 50px;
	}
}

@media screen and (min-width: 1350px) {
	.onetec-css .contentBlock .members_box {
		margin-left: 0;
		margin-right: 0;
		max-width: 80%;
		margin: auto;
	}

	.onetec-css .contentBlock .members_box .member_ {
		width: calc((100% / 3) - 3em);
		margin: 0 1.5em 2em;
	}
}

@media screen and (min-width: 1900px) {
	.onetec-css .contentBlock .members_box .member_ {
		width: calc((100% / 4) - 3em);
		margin: 0 1.5em 2em;
	}
}

@media screen and (max-width: 1349px) and (min-width: 1050px) {
	.onetec-css .contentBlock .members_box {
		max-width: 80%;
		margin: auto;
	}

	.onetec-css .contentBlock .members_box .member_ {
		width: calc((100% / 3) - 3em);
		margin: 0 1.5em 2em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
	.onetec-css .programs_list .program_ {
		width: calc(50% - 2em);
	}
}

@media screen and (max-width: 1024px) {
	html[dir=rtl] [data-page-view] .tweetSlider .slick-prev {
		bottom: 0;
		top: auto;
	}

	html[dir=rtl] [data-page-view] .tweetSlider .slick-next {
		bottom: 0;
		top: auto;
	}

	html[dir=ltr] [data-page-view] .tweetSlider .slick-prev {
		bottom: 0;
		top: auto;
	}

	html[dir=ltr] [data-page-view] .tweetSlider .slick-next {
		bottom: 0;
		top: auto;

	.onetec-css [data-page-view="news"] .section-inner > .tweets .list-v2 li {
		margin-bottom: 20px;
	}

	.onetec-css [data-page-view="news"] .section-inner > .tweets .list-v2 li .tweetSlider {
		padding-bottom: 50px;
	}
}

@media screen and (max-width: 767px) {
	.onetec-css [data-page-view="news"] .section-inner > .tweets .tweetSlider .slideInner .list-desc {
		width: 100%;
	}

	.onetec-css [data-page-view="news"] .section-inner > .tweets .tweetSlider .slideInner .list-img {
		width: 100%;
	}

	.onetec-css .media .grid-list .grid-list-item {
		padding-left: 0;
		padding-right: 0;
	}
	[dir=rtl] .onetec-css .mobileLogoWrap a:nth-child(odd){
		right: unset !important;
	}
	[dir=rtl] .onetec-css .mobileLogoWrap a:nth-child(even){
		left: unset !important;
	}
}

@media only screen and (min-width: 1371px) and (max-width: 1800px) {
	.onetec-css .logoRight a img {
		max-height: 55px;
	}

	.onetec-css .navbar-brand img {
		max-height: 55px;
	}
}

@media screen and (max-width: 980px) {
	.onetec-css .mediyatab .resp-tabs-list {
		margin: 0 auto 10px;
	}

	.onetec-css .page-inner-new ol#media-filter-btn {
		margin-top: 0 !important;
	}

	.onetec-css .vspace-50 {
		height: 20px;
	}
}

html[dir=rtl] .onetec-css .dropdown-menu {
    right: 0;
    left: auto;
    float: left;
    text-align: right;
}

.onetec-css .resp-tabs-list{
	background: none !important;
	}
	.onetec-css .mediyatab .resp-tabs-list li.resp-tab-active{
		background-color:#00a2a000 !important;
	}
	.onetec-css .mediyatab .resp-tabs-list li.resp-tab-active span{
		color: #000;
		font-weight: bold;
	}
	.onetec-css .mediyatab .resp-tabs-list li.resp-tab-active span::after{
		content: '';
		width: 40px;
		height: 2px;
		display: inline-block;
		background: #00a2a0;
		position: absolute;
		bottom: 0;
		left: 0;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		left: 50%;
		top: 60px;
	}
	
	.link-widget-wrap.mediyatab {
		margin-bottom: -50px;
	}