body{background:#ffffff;
   font-family: 'Azo Sans' !important;font-weight:normal; color:#000; overflow-x:hidden;  margin:auto; line-height:unset;}
.padding-left{padding-left:0;}
.padding-right{padding-right:0;}
.container-fluid {padding-left: 60px;padding-right: 60px;}
a, a:focus{outline:none;}
a:focus, a:hover {text-decoration: none;}
#header {
	padding: 60px 0;
}
.navbar.navbar-inverse {
	background: none;
	border: none;
	margin: 0;
}
#header #myNavbar {
	padding: 0;	
	justify-content: right;
	align-items: center;
}
#header .logo {
	max-width: 213px;
}
#header .logo img {
	max-width: 100%;
}
.logo.custom-mobile-logo {
	display: none;
}
#header .navbar-nav li a {
	font-size: 21px;
	color: #000000;
	font-family: "Azo Sans";
}
#header .navbar-nav > li a {
	padding: 0 ;
	transition: ease 0.3s;
	position: relative;
	background: none;padding-bottom: 5px;
}
#header  .navbar-nav {
	float: none;
	margin: 0;
}
#header .nav > li {
	padding: 0 25px;
	float: left;
	display: inline-block;
}
#header .navbar-right {
	float: none !important;
	margin-right: 0;
	margin-left: 15px;
	margin-top: -12px;
}
#header .navbar-inverse .navbar-nav > .current-menu-item > a, #header .navbar-inverse .navbar-nav > .current-menu-item > a:focus, #header .navbar-inverse .navbar-nav > .current-menu-item > a:hover, #header .navbar-inverse .navbar-nav > .current-menu-parent > a, #header .navbar-inverse .navbar-nav > .current-menu-parent > a:focus, #header .navbar-inverse .navbar-nav > .current-menu-parent > a:hover {
	color: #5c068c;
	background: none;
}
#header .navbar-nav > li a:hover{color: #5c068c;}
#header .navbar-nav > li a::before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: auto;
	height: 1px;
	border-bottom: 1px solid;
	transform: scaleX(0);
	transition: transform .62s;
	transition-timing-function: ease;
	transition-timing-function: cubic-bezier(.39,.575,.28,.995);
	transform-origin: 100% 100%;
	right: 0;
	margin: auto;
}
#header .navbar-nav > li .sub_menu a::before {
	position: absolute;
	content: "";
	bottom: -4px;
	left: 0;
	width: auto;
	height: 1px;
	border-bottom: 1px solid;
	transform: scaleX(0);
	transition: transform .62s;
	transition-timing-function: ease;
	transition-timing-function: cubic-bezier(.39,.575,.28,.995);
	transform-origin: 100% 100%;
	right: 0;
	margin: auto;
}
#header .navbar-nav > li  a:hover::before , #header .navbar-nav > li.current-menu-item > a::before, #header .navbar-nav > li.current-menu-parent > a::before {
transform: scaleX(1);
transform-origin: 0 0;
}
#header  .custom-icon {
	display: none;
}

.nav li .sub_menu {
	position: absolute;
	left: 25px;
	top: 150%;
	width: 100%;
	text-align: left;
	z-index: 9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	visibility: hidden;
	/* -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; */
	padding: 0;
	list-style: none;
	margin: 0 0px;
	background: none;
	max-width: 100%;
	padding-bottom: 20px;
	min-width: 400px;
	min-height: 350px;
}
.nav li:hover > ul.sub_menu {
	top: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
}
.nav li .sub_menu::after {
	position: absolute;
	content: "";
	margin-left: -100vw;
	background: #fff;
	width: 155vw;
	top: 0;
	z-index: -1;
	height: 100%;
	left: 50%;
	right: 0;
	/* box-shadow: 0 25px 40px -20px #0000001a; */
}
#header .navbar-nav li .sub_menu li a {
	font-size: 21px;
	text-decoration: none;
	padding: 0;
}
#header .navbar-nav li .sub_menu li {
	margin-top: 15px; 
	position: relative;
}
#header .nav li .sub_menu.right_side {
	top: 0;
	bottom: auto;
	left: 100%;
}
#header .nav li .sub_menu.right_side:after {
display:none;
}
#header .nav li .sub_menu.right_side {
	top: -15px !important;
	bottom: auto;
	left: 100%;
	padding: 15px;
	margin: 0;
	box-shadow: 0 0 10px 0px #0000001a;
	border-radius: 5px;
}
#header .nav li .sub_menu.right_side li {
	margin: 0 0 15px 0;
}
#header .nav li .sub_menu.right_side::before {
	height: 0;
	width: 0;
	background: #fff;
	content: "";
	position: absolute;
	left: -10px;
	top: 17px;
	box-shadow: none;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #ececec;
}

#searchform {
	position: relative;
	width: 50px;
	display: inline-block;
	min-height: 40px;
}
#searchform input#s {
	width: 100%;
	opacity: 1;
	transition: ease 0.3s;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #5c068c;
	font-size: 60px;
	padding: 5px;
	outline: none;
	position: static;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
	height: 80px;
	text-transform: capitalize;
	font-family: 'Azo Sans';
	font-style: italic;
	font-weight: bold;
	color: #5c068c;
	background: none;
}
#searchform input#s.active {
	opacity: 1;
	transition: ease 0.3s;
	width: 200px;
}

#searchform input#s::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #d3cbda;
  opacity: 1; /* Firefox */
}

#searchform input#s:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #d3cbda;
}

#searchform input#s::-ms-input-placeholder { /* Microsoft Edge */
  color: #d3cbda;
}
/*
#searchform input#searchsubmit {
	background: url('https://www.magneticgroup.co/wp-content/themes/starter-theme-1.x/assets/img/search_icon.svg');
	border: none;
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: center;
	color: transparent;
	width: 40px;
	padding: 0;
	position: absolute;
	z-index: 9;
	right: 2px;
	height: 30px;
	background-color: unset;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 100%;
	opacity: 0.4;
}*/

#searchform input#searchsubmit {
	background: url('../img/searchicon.jpg');
	border: none;
	background-size: 60px;
	background-repeat: no-repeat;
	background-position: center;
	color: transparent;
	width: 70px;
	height: 70px;
	padding: 0;
	position: absolute;
	z-index: 9;
	right: 2px;	
	top: 0;
	bottom: 20px;
	margin: auto;
	border-radius: 100%;
	opacity: 1;
	/* background-color: #ccbdd7;
	mask: url('https://www.magneticgroup.co/wp-content/themes/starter-theme-1.x/assets/img/search_icon.svg');
	mask-size: 55px;
	mask-repeat: no-repeat;
	mask-position: center;*/
}
.banner_img {
	margin-top: 200px;
	position: relative;
}
.banner_img::before {
	width: 100%;
	height: 100%;
	background: #5c068c;
	content: "";
	bottom: -10px;
	left: -10px;
	position: absolute;
	border-radius: 5px;
}
.banner_img img { 
	max-width: 100%;
	border-radius: 5px;
	width: 100%;
	position:relative;
}
.banner_sec {
	position: relative;
}

.banner_txt {
	position: absolute;
	top: 50px;
	max-width: 1030px;
	left: 340px;
	right: auto;
	margin: auto;
	width: 100%;
}
.banner_txt h2, .banner_txt h1 {
	font-size: 54px;
	margin: 0;
	color: #5c068c;
	font-weight: bold;
	font-style: italic;
}
.banner_txt span {
	font-size: 21px;
	color: #5c068c;
	max-width: 560px;
	display: inline-block;
	float: right;
	margin: 70px 0 0 0;
}
.down_scroll {
	position: absolute;
	right: 150px;
	width: 100px;
	height: 100px;
	top: 100px;
	bottom: 0;
	margin: auto;
	cursor: pointer;
}
.down_scroll img {
	max-width: 100%;
}.down_scroll img.plan {
	position: absolute;
	right: 0;
}

.down_scroll span {
	position: absolute;
	width: 200px;
	height: 1px;
	display: inline-block;
	left: 120px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.down_scroll span::before {
	position: absolute;
	content: "";
	height: 1px;
	background: rebeccapurple;
	width: 100%;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
}
.space {
	height: 1px;
	width: 100%;
	background: #5c068c;
	display: inline-block;
	margin: 100px 0 80px 0;
	position: relative;
}
.space::before {
	position: absolute;
	right: -200px;
	background: #5c068c;
	content: "";
	top: 0;
	bottom: 0;
	height: 1px;
	width: 200px;
}
.brand_heading {
	max-width: 820px;
	width: 100%;
}
.brand_head {
	display: flex;
	justify-content: space-between;
	padding-right: 90px;
}
.brand_head span {
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
}
.brand_head h2 {
	font-size: 54px;
	color: #5c068c;
	font-weight: bold;
	font-style: italic;
	margin: 0;
}
.heading_desc {
	max-width: 88%;
	float: right;
	margin: 40px 0 0 0;
}
.heading_desc p {
	font-size: 21px;
	color: #000;
	margin: 0;
	text-indent: 95px;
}

.brand_list {
	clear: both;
	margin: 80px 0 0 0;
	display: inline-block;
}
.brand_bx {
	border: 1px solid #5c068c;
	border-radius: 7px;
	position: relative;
	transition: ease 0.8s;
	margin-bottom: 30px;
}
.brand_bx:hover, .brand_bx:hover .brand_img {
	border-color:#d1870a; cursor:pointer;
}
.intro_desc a {
	color: #ffffff;
}
.page-template-values-personality .intro_desc a, .page-template-diffrentiation_positioning .intro_desc a, .page-template-culture .intro_desc a, .discover_txt a {
	color: #000;
}
.brand_bx::before {
	width: 100%;
	height: 100%;
	background: #d1870a;
	content: "";
	bottom: -10px;
	left: -10px;
	position: absolute;
	opacity:0;
	border-radius: 4px;transition:ease 0.8s;
}
.brand_bx:hover::before{opacity:1;}
.brand_img {
	border-bottom:1px solid #5c068c !important;
	position: relative;
}
.brand_img img {
	width: 100%;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	height: 300px;
	object-fit: cover;
}
.band_btm {
	padding: 30px;
	background: #fff;
	position: relative;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px; 
}
.band_btm p {
	font-size: 21px;
	min-height: 130px;
}
.band_btm p span {
	font-weight:600;
}
.band_btm a {
	border: 1px solid #b294c7;
	display: inline-block;
	overflow: hidden;
	border-radius: 5px;
	min-width: 190px;
	font-size: 16px;
	text-transform: uppercase;
	color: #000;
	font-weight: 300;
	font-family: 'Azo Sans Lt';
	text-decoration:none;
	position:relative;
	padding: 15px;
} 
.band_btm a span {
	position: relative;
	z-index: 9;
}
.band_btm a::after {
	content: '';
	background-color: #d1870a;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: scaleY(0);
	transition: transform .45s cubic-bezier(0.4, 0, 0, 1);
	transform-origin: bottom center;
}
.brand_bx:hover .band_btm a::after {
	transform: scaleY(1);
}
.brand_bx:hover .band_btm a{border-color:#d1870a; color:#fff;}
.band_btm a::before {
	position: absolute;
	content: "";
	mask: url('https://www.magneticgroup.co/wp-content/themes/starter-theme-1.x/assets/img/button_arrow.svg');
	-webkit-mask: url('https://www.magneticgroup.co/wp-content/themes/starter-theme-1.x/assets/img/button_arrow.svg');
	mask-size: 20px;
	 -webkit-mask-size: 20px; 
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-position: center;
	height: 20px;
	width: 20px;
	right: 20px;
	top: 0;
	bottom: 0;
	background: #222;
	margin: auto;
	z-index: 9;
	transition: ease 0.8s;
}
.brand_bx:hover .band_btm a::before{background: #fff;right: 12px;}
.brand_logo {
	position: absolute;
	bottom: 0;
	width: 100%;
	top: 0;
	background: #fff;
	display: flext;
	height: 100%;
	text-align: center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;transition:ease 0.4s;
}
.brand_logo_img {
	display: flex;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}
.brand_logo_img img {
	width: auto;
	/*max-width: 250px;*/
	max-width: 376px;
	border-radius: 0;height: auto;
}
.brand_bx:hover .brand_logo{opacity:0;/* transform: scale(0.8); */}
.join_team_main {
	display: flex;
	width: 100%;
	clear: both;
}


.talk_sec_head{
	min-width: 90px;
}
.talk_sec_head h2{
	font-size:18px; margin:0; text-transform:uppercase;
}
.talk_sec_head {
	min-width: 90px;
}
.talk_upper_txt {
	display: flex;
	width: 100%;
	max-width: 100%;
	margin: auto;
	justify-content: space-between;
	margin-top: -25px;
	padding-left: 20%;
}
.slider_talk  .slick-active .talk_upper_txt {
	  animation-name: fadeInUpSD;
  animation-duration: 1.5s;
  opacity: 1;
}
.talk_txt_left {
	width: 50%;
}
.talk_txt_left p {
	font-size: 27px;
	font-style: italic;
	margin: 0;
	position: relative;
	text-indent: 120px;
}
.talk_txt_left p::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 30px;
	width: 30px;
	background: url('https://www.magneticgroup.co/wp-content/themes/starter-theme-1.x/assets/img/quote_icon.svg');
	background-repeat: no-repeat;
	background-color: ;
}

.talk_txt_right h3 {
	font-size: 21px;
	margin: 0;
	font-weight: bold;
}
.talk_txt_right span {
	font-size: 18px;
	margin-top: 10px;
	display: inline-block;
	color:#5c068c;
}
.talk_img {
	width: 100%;
	max-width: 65%;
	position: relative;
	margin: 50px 0 0 0;
}
.talk_img img {
	max-width: 100%;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	min-height: 700px;
	object-fit: cover;
}
.slider_talk {
	max-width: 90%;
}
.talk_img::before {
	width: 99%;
	height: 100%;
	background: #5c068c;
	content: "";
	bottom: -10px;
	left: 0;
	position: absolute;
	border-bottom-right-radius: 5px;
	z-index: -1; 
}
.talk_img:after {
content: '';
background-color: #fff;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom:0;
transition: transform 2s cubic-bezier(0.4, 0, 0, 1);
transform-origin: top center;
}
.slick-active .talk_img:after {
	transform: scaleY(0);
}
.talk_sec .slick-list {
	padding:30px 0 10px 0;
	top: -30px;
}
.talk_sec .slick-list::before {
	position: absolute;
	right: 0;
	width: 250px;
	background: #fff;
	content: "";
	height: 810px;
	z-index: 9;
	bottom: 0;
}
.talk_sec .slick-arrow {
	top: auto;
	bottom: 100px;
	left: auto;
	height: auto;
	width: auto;
	z-index: 9;
	right: 21.5%;
}
.talk_sec .slick-prev.slick-prev.slick-arrow {
	transform: rotate(180deg);
}
.talk_sec .slick-next.slick-arrow {
	left: auto;
	right: 19%;
}
.talk_sec .slick-prev::before {
	content: "";
	background: url('https://www.magneticgroup.co/wp-content/themes/starter-theme-1.x/assets/img/left_arrow.svg');
	height: 50px;
	width: 50px;
	background-size: 50px;
	position: absolute;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	opacity: 1;
	background-position: center;
	transition: transform .3s cubic-bezier(0.4, 0, 0, 1);
}
 .talk_sec .slick-prev:hover::before {
transform: scale(0.7);
} 
.talk_sec .slick-next::before {
	content: "";
	background: url('https://www.magneticgroup.co/wp-content/themes/starter-theme-1.x/assets/img/left_arrow.svg');
	height: 50px;
	width: 50px;
	background-size: 50px;
	position: absolute;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	opacity: 1;
	background-position: center;
	transition: transform .3s cubic-bezier(0.4, 0, 0, 1);
}
 .talk_sec .slick-next:hover::before {
transform: scale(0.7);
} 
.talk_sec .slick-arrow::after {
	
	width: 50px;
	height: 50px;
	content: "";
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 100%;
	position: absolute;
	z-index: -1;
	transition: transform .3s cubic-bezier(0.4, 0, 0, 1);
}
.talk_sec .slick-arrow:hover::after {
	transform: scale(1.2);background: #f6f6f6;
}
.talk_sec {
	position: relative;
}
.talk_sec .slides-numbers {
	position: absolute;
	right: 29.7%;
	top: 27%;
	font-size: 21px;
	z-index: 9;
}
.talk_sec .slick-slider {
	margin: 0;
} 


 
.our_team_sec {
	margin-bottom: 40px;
}
.our_team_head h2{
	font-size: 18px;
	margin: 0;
	text-transform: uppercase;
}
.join_sec {
	display: flex;
	padding: 0 0 0 50px;
	width: 90%;
}
.join_img img {
	width: 100%;
	border-radius: 5px;
	position: relative;
	z-index: 9; 
}
.join_img {
	position: relative;
	width: 50%;
}
.join_img::before {
	position: absolute;
	height: 100%;
	width: 100%;
	left: -10px;
	bottom: -10px;
	content: "";
	background: #5c068c;border-radius: 5px;
}
.join_img {opacity:1 !important; }
.join_desc_right {
	width: 50%;
	background: #5c068c;
	/*background: rgba(101, 41, 143, 0.8);*/
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	margin-top: 40px;
	padding: 100px 100px;
	margin-left: -30px;
	position: relative;
	z-index: 9;  
	height: 100%; opacity:1 !important;
}
/*.join_desc_right::before {
	position: absolute;
	content: "";
	right: -500px;
	top: 0;
	bottom: 0;
	background: #5c068c;
	background: rgba(101, 41, 143, 0.8);
	width: 500px;
}*/
.join_desc_right::before {
	position: absolute;
	content: "";
	right: -22.5%;
	top: 0;
	bottom: 0;
	background: #5c068c;
	/*background: rgba(101, 41, 143, 0.8);*/
	width: 22.5%;
}
.join_desc_right h2 {
	color: #fff;
	font-size: 100px;
	font-family: 'Azo Sans Md';
	font-style: italic;
	margin:  0;
}
.join_desc_right h2.custom-subtitle {
	margin-bottom: 60px;
}
.join_desc_right p {
	font-size: 21px;
	color: #fff;
	margin: 20px 0 0 0;
	max-width: 470px;
}
.join_desc_right a {
	border: 1px solid #b294c7;
	display: inline-block;
	padding: 15px;
	border-radius: 5px;
	margin: 90px 0 0 0;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 300;
	font-family: 'Azo Sans Lt';
	text-decoration: none;
	position: relative;
	min-width: 320px;
}
.join_desc_right a:hover {
	color: #5c068c; border-color:#fff;
}
.join_desc_right a span {
	position: relative;
	z-index: 9;
}

.band_btm a::after {
	content: '';
	background-color: #d1870a;
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	transform: scaleY(0);
	transition: transform .80s cubic-bezier(0.4, 0, 0, 1);
	transform-origin: bottom center;
}
.join_desc_right a::before { 
	position: absolute;
	content: "";
	mask: url('https://www.magneticgroup.co/wp-content/themes/starter-theme-1.x/assets/img/button_arrow.svg');
	-webkit-mask: url('https://www.magneticgroup.co/wp-content/themes/starter-theme-1.x/assets/img/button_arrow.svg');
	mask-size: 20px;
	 -webkit-mask-size: 20px; 
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-position: center;
	background:#fff;
	height: 20px; 
	width: 20px;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 9;
	transition: ease 0.4s;
}
.join_desc_right a:hover::before { 
	position: absolute;
	content: "";
	right: 12px;
	background:#5c068c;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 9;
	transition: ease 0.4s;
}
.join_desc_right a::after {
	content: '';
	background-color: #ffffff;
	position: absolute; 
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: scaleY(0);
	transition: transform .80s cubic-bezier(0.4, 0, 0, 1);
	transform-origin: bottom center;
	border-radius:4px;
}
.join_desc_right a:hover::after {
	transform: scaleY(1);
}

.news_sec {
	padding: 0 0 0 60px;
	display: inline-block;
	width: 100%;
} 
.page-template-overview .news_sec {
	margin-bottom: 170px;
}
.news_head {
	min-width: 90px;
}
.news_top_head {
	display: flex;
	width: 100%;
}
.news_tab_sec .news_head h2 {
	font-size: 18px;
	margin: 0;
	text-transform: uppercase;
}
.news_tab_list {
	/*padding-left: 50px;*/
	width: 100%;
}
.news_tab_list .nav-tabs > li.active > a {
	border: none;
}
.news_tab_list .nav.nav-tabs li a {
	font-size: 16px;
	color: #000;
	padding: 3px 20px;
	border: 1px solid #7f7f7f;
	border-radius: 2em;
	font-family: 'Azo Sans Lt';
	position: relative;
	padding-left:25px;
	overflow:hidden;background: none;
}
.news_tab_list .nav.nav-tabs li a::after{
	transform: translateY(101%);
	transition-property: transform,background-color,border-color,box-shadow,opacity,clip-path,-webkit-clip-path;
	content: "";
position: absolute;
border: 0 solid;
left: -1px;
top: -1px;
right: -1px;
bottom: -1px;background-color: #5c068c;transition-duration: .4s;
transition-timing-function: cubic-bezier(.25,.74,.22,.99);
border-radius:2em;
z-index:-1;
}
.news_tab_list .nav.nav-tabs li a:hover::after,  .news_tab_list .nav.nav-tabs li.active a::after{transform: translateY(0);}
 .news_tab_list .nav.nav-tabs li a:hover, .news_tab_list .nav.nav-tabs li.active a {
	color:#fff;
	outline:none;
	border-color:#5c068c; 
} 
.news_tab_list .nav.nav-tabs li a::before {
	position: absolute;
	content: "";
	height: 7px;
	width: 7px;
	background: #000;
	border-radius: 100%;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 10px;
}
.news_tab_list .nav.nav-tabs li a:hover::before, .news_tab_list .nav.nav-tabs li.active a::before {
	background: #fff;
}
.news_tab_list .nav.nav-tabs li {
	margin: 0 15px 0 0;
}
.news_tab_list .nav.nav-tabs {
	border: none;
	margin: 0 0 50px 0;
}
.news_slider .slick-list {
	padding: 0 0 10px 0;
}
.news_inner_bx {
	padding: 0px;
	position: relative;
	transition: ease 0.2s;
	margin: 0px;
}
.news_inner_bx::before {
	position: absolute;
	height: auto;
	width: 100%;
	left: 0;
	bottom: 0;
	content: "";
	opacity: 0;
	background: #5c068c;
	border-radius: 5px;
	transition: ease 0.8s;
	z-index: -1;
	top:7px;
	right: 0;
	margin: auto;
}

.news_slider .news_inner_bx::before {
	width: auto;
	top: 7px;
	right: 7px;
}

.news_inner_bx:hover::before {
	opacity:1;
}

.news_img {	border-top-left-radius: 5px; border-top-right-radius: 5px; overflow:hidden;border: 1px solid transparent; border-bottom:none;}
.news_inner_bx.news_no_image .news_img {
	border: 1px solid #efefef;border-bottom: none;
}
.news_img img {
	max-width: 100%;
	width: 100%;
	height: 250px;
	object-fit: cover; border-top-left-radius: 5px; border-top-right-radius: 5px;
}
.news_desc {
	background: #f4f4f4;
	padding: 30px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
} 
.search .news_desc {
	background: #fff;
	padding: 30px;
}
.maintain_bx {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0 0 20px 0;
	align-items: center;
}
.maintain_bx a {
		font-size: 16px;
	color: #000;
	padding: 3px 20px;
	border: 1px solid #7f7f7f;
	border-radius: 2em;
	font-family: 'Azo Sans Lt';
	position: relative;
	padding-left:25px;
	text-decoration:none;
}
.maintain_bx a::before {
	position: absolute;
	content: "";
	height: 7px;
	width: 7px;
	background: #000;
	border-radius: 100%;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 10px;
}
.maintain_bx span {
	font-size: 16px;
	color: #5c068c;font-family: 'Azo Sans Lt';
}

.news_desc p {
	font-size: 21px;
	color: #000;
	margin: 0;
	margin-bottom: 20px;
	min-height: 100px;
}
.custom-dot {
	margin-left: -4px;
}
.read_article a {
	font-size: 16px;
	color: #5c068c;
	text-transform: uppercase;
	width: 100%;
	display: inline-block;
	text-decoration: none;position: relative;
	outline:none;
}
.read_article a::before {
	position: absolute;
	content: "";
	mask: url('https://www.magneticgroup.co/wp-content/themes/starter-theme-1.x/assets/img/button_arrow.svg');
	-webkit-mask: url('https://www.magneticgroup.co/wp-content/themes/starter-theme-1.x/assets/img/button_arrow.svg');
	mask-size: 20px;
	 -webkit-mask-size: 20px; 
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-position: center;
	background:#222;
	height: 20px;
	width: 20px;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 9;
	transition:ease 0.4s;
}
.read_article a:hover::before{right: 10px;}
.news_slider .slick-arrow {
	top: auto;
	bottom: -50px;
	left: 70px;
	height: auto;
	width: auto;
	z-index: 9;
}
.news_slider .slick-prev.slick-arrow {
	transform:rotate(180deg);
}
.news_slider .slick-next.slick-arrow {
	left: 100px;
	right: auto;
}
.news_slider .slick-prev::before {
	content: "";
	background: url('https://www.magneticgroup.co/wp-content/themes/starter-theme-1.x/assets/img/left_arrow.svg');
	height: 50px;
	width: 50px;
	background-size:50px;
	position: absolute;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	opacity: 1;
	background-position: center;
	transition: transform .3s cubic-bezier(0.4, 0, 0, 1);
}
 .news_slider .slick-prev:hover::before {
transform: scale(0.8);
} 
.news_slider .slick-next::before {
	content: "";
	background: url('https://www.magneticgroup.co/wp-content/themes/starter-theme-1.x/assets/img/left_arrow.svg');
	height: 50px;
	width: 50px;
	background-size: 50px;
	position: absolute;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	opacity: 1;
	background-position: center;
	transition: transform .3s cubic-bezier(0.4, 0, 0, 1);
}
 .news_slider .slick-next:hover::before {
transform: scale(0.9);
} 
.news_slider .slick-arrow::after {
	
	width: 50px;
	height: 50px;
	content: "";
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto; 
	border-radius: 100%;
	position: absolute;
	z-index: -1;
	transition: transform .3s cubic-bezier(0.4, 0, 0, 1);
}
.news_slider .slick-arrow:hover::after {
	transform: scale(1.2);background: #f6f6f6;
}

.news_sec .tab-content {
	width: 100%;
	float: right;
	padding-left: 0;
	max-width: 93%;
}
#news_page .news_sec .tab-content {
	max-width: 100%;
}
.news_sec .fade.in .news_slider {
	animation-name: fadeInUpSD;
	animation-duration: 1.5s;
	opacity: 1;
}

.show_all_list {
	text-align: right;
}
.show_all_list .btn {
	border: 1px solid #5c068c;
	display: inline-block;
	padding: 18px 30px;
	border-radius: 6px;
		min-height: 53px;

	margin: 0;
	font-size: 18px;
	color: #5c068c;
	font-weight: 500;
	/*font-family: 'Azo Sans Lt';*/
	text-decoration: none;
	position: relative;
/*	min-width: 200px;
*/	background: #fff;
	line-height: 14px;
	text-align: left;
	overflow: hidden;
	 box-shadow: -5px 5px 0px #5c068c !important;
}
.show_all_list .btn span{position:relative; z-index:9;}
.show_all_list .btn:hover {
color: #fff;
	border-color: #5c068c;
	background: #5c068c ;
	box-shadow: unset !important;
}
/*.show_all_list .btn::before {
	position: absolute;
	content: "";
	mask: url('https://www.magneticgroup.co/wp-content/themes/starter-theme-1.x/assets/img/button_arrow.svg');
	-webkit-mask: url('https://www.magneticgroup.co/wp-content/themes/starter-theme-1.x/assets/img/button_arrow.svg');
	mask-size: 20px;
	 -webkit-mask-size: 20px; 
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-position: center;
	background:#222;
	height: 20px;
	width: 20px;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 9;
	transition: ease 0.4s;
}*/
/*.show_all_list .btn:hover::before {
background:#fff;
	right: 12px;
}*/
.show_all_list {
	text-align: right;
	display: inline-block;
	float: right;
	margin-right: 50px;
}
.show_all_list .btn::after {
	content: '';
	background-color: #5c068c;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: scaleY(0);
	transition: transform .45s cubic-bezier(0.4, 0, 0, 1);
	transform-origin: bottom center;
}
/*.show_all_list .btn:hover::after {
	transform: scaleY(1);
}*/
.partner_sec {
	overflow: hidden;
	clear: both;
}
.partner_list ul {
	padding: 0;
	list-style: none;
	margin: -1px 0;
	display: flex;
}
.partner_list ul li {
	width: 25%; 
	text-align: center;
	border: 1px solid #b294c7;
	border-left: none;
}
.partner_list ul li:nth-child(1) {
	border-left: 1px solid #b294c7;
}
.partner_list ul li .partner_bx {
	height: 400px;
	display: table;
	width: 100%;
	margin: 0 0px;
}
.partner_bx_img {
	display: table-cell;
	vertical-align: middle;
	transition:ease 0.2s;
}
.partner_bx_img:hover{background:#5c068c;}
.partner_bx_img:hover img{filter:invert(1);}
.partner_head {
	margin: 0 0 50px 0;
}
.partner_head h2 {
	margin:0;
	font-size: 18px;
	text-transform: uppercase;
}
#footer {
	background: #5c068c;
	padding: 30px 0px !important;
	display: inline-block;
	width: 100%;
}
.footer_logo {
	margin:30px 0 60px 0;
} 
.footer_logo img {
	max-width: 300px;
}
.footer_left .footer_brand ul {
	padding: 30px 0;
	list-style: none;
	margin: 0;
	display: flex;
	border-top: 1px solid #8c5fab;
}
.footer_left .footer_brand ul li {width: 20%;}
.footer_left .footer_brand ul li a{
	position:relative;display: inline-block; padding: 10px 0; 
}
.footer_left .footer_brand ul li img {
	max-width: 100px;
	width: 100px;
}
.footer_left .footer_brand ul li .custom_hover_img {
	display: none;
}
.footer_left .footer_brand ul li:hover .custom_hover_img {
	display:inline-block;
} 
.footer_left .footer_brand ul li:hover .cust-logo {
	display:none;
}
.footer_left .footer_brand ul li a::before {  
  transform: scaleX(0);
  transform-origin: bottom right;
}

.footer_left .footer_brand ul li a:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.footer_left .footer_brand ul li a::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  inset: 0 0 0 0;
  background:rgba(255,255,255,0.3);
  z-index: -1;
  transition: transform .3s ease;
  display:none;
}
.footer_menu {
	margin: 70px 0 0 0;
}
.footer_menu ul {
	padding: 0;
	list-style: none;
	margin: 0;
}
.footer_menu ul li {
	display: inline-block;
	margin: 0 30px 0 0;
}
.footer_menu ul li a{
	color:#cf8cfe; font-size:16px;
	text-decoration:none;position:relative;
}
.footer_menu ul li a:hover{color: #fff;}
.footer_menu ul li a::before {
	position: absolute;
content: "";
bottom: -4px;
left: 0;
width: 100%;
height: 1px;
border-bottom: 1px solid;
transform: scaleX(0);
transition: transform .62s;
  transition-timing-function: ease;
transition-timing-function: cubic-bezier(.39,.575,.28,.995);
transform-origin: 100% 100%;
}
.footer_menu ul li a:hover::before {
transform: scaleX(1);
transform-origin: 0 0;
}
.footer_social h2 {
	margin: 0 0 20px 0;
	color: #cf8cfe;
	font-size: 16px;
}
.footer_social ul {
	padding: 0;
	list-style: none;
	margin: 0;
}
.footer_social ul li {
	display: inline-block;
	margin: 0 15px 0 0;
}
.footer_social ul li a img {
	max-width: 17px;
	height: 17px;
	position: relative;
	object-fit: contain;
	/* image-rendering: smooth; */
}/*
.footer_social ul li a img {
	opacity: 0.6; transition: transform .62s;
}
.footer_social ul li:hover a img {
	opacity: 1;
}*/
.footer_social ul li a {
	position: relative;
}
.footer_social ul li a img {transition: transform .62s;}
.footer_social ul li a .custom_hover_img {
	position: absolute;
	left: 0;
	top: 0; z-index: 9;
	opacity: 0;
}
.footer_social ul li a:hover img {
	opacity: 0;
	top: -0;
}
.footer_social ul li a:hover .custom_hover_img {
	opacity: 1;
}



.social_ic_h {
	display: none;
}
.footer_social ul li a:hover .social_ic_h{display:inline-block;}
.footer_social ul li a:hover .social_icn{display:none;}
.copyright_txt {
	margin: 70px 0 0 0;
	text-align: right;
}
.copyright_txt span{font-size:16px; color:#cf8cfe;}
.map_innerhead {
	display: flex;
	width: 100%;
}
.map_head{min-width:90px;}
.map_head h2 {
	font-size: 18px;
	margin: 0;
	text-transform: uppercase;
}
.discover_txt h3, .discover_txt h1 {
	font-size: 54px;
	margin: 0;
	color: #5c068c;font-weight: bold;font-style: italic;max-width: 500px;
}
.discover_txt p {
	margin: 50px 0 0 0;
	font-size: 21px;
	max-width: 600px;
	float: right;
}
.discover_txt {
	width: 50%;
	margin-left: 10%;
}

.vision_sec {
	position: relative;
	margin-top: 35px;
	margin-bottom: 40px;
}
.vision_sec::before {
	position: absolute;
	content: "";
	left: 0;
	height: 110%;
	background: #5c068c;
	top: 0;
	bottom: 0;
	width: 60%;
	margin: auto;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.vision_inner {
	display: inline-block;
	width: 92%;
	position: relative;
	float: right;
	border-radius: 5px;
}
.vision_inner::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 99%;
	background: #5c068c;border-radius: 5px;
}
.vision_slide_img {
	max-width: 60%;
	float: right;
	position: relative;
}
.vision_slide_img::before {
	width: 100%;
	height: 100%;
	background: #5c068c;
	content: "";
	bottom: -10px;
	left: -10px;
	position: absolute;
	border-radius: 5px;
	z-index: -1;
}
.vision_sec .slick-list {
	padding:  0 0 10px 0;
}
.vision_slide img {
	max-width: 100%;
	border-radius: 5px;
}
.vision_upper_txt h3 {
margin: 0 0 30px 0;
	color: #fff;
	font-size: 54px;
	font-weight: bold;
	font-style: italic;
}
.vision_upper_txt span {
	font-size: 50px;
	font-style: italic;
	font-weight: bold;
	color: #fff;
}
.vision_upper_txt span img {
	max-width: 20px;
	height: 20px;
	min-height: unset;
	object-fit: unset;
	margin: 0 5px;
	display: inline-block;
}
.vision_upper_txt span img.alignleft {
	top: 0px;
	position: absolute !important;
	left: -40px;
	min-height: auto;
}
.vision_upper_txt span img.alignnone {
	bottom: 10px;
	position: absolute !important;
	right: unset;
	margin-left: 10px;
	min-height: unset;
}
.vision_upper_txt {
	position: absolute;
	max-width: 890px;
	top: 100px;
	z-index: 9;
}
.vsion_head {
	display: inline-block;
	margin-top: 100px;
	position: relative;
	z-index: 9;
}
.vsion_head h2 {
	font-size: 18px;
	margin: 0;
	color:#fff;
	text-transform: uppercase;
}

.vision_sec .slick-arrow {
	top: auto;
	bottom: 50px;
	left: -90px;
	height: auto;
	width: auto;
	z-index: 9;
}
.vision_sec .slick-prev.slick-arrow {transform:rotate(180deg);}
.vision_sec .slick-next.slick-arrow {
	left: -60px;
	right: auto;
}
.vision_sec .slick-prev::before {
	content: "";
	background: url('https://www.magneticgroup.co/wp-content/themes/starter-theme-1.x/assets/img/left_arrow_w.svg');
	height: 50px;
	width: 50px;
	background-size: 50px;
	position: absolute;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	opacity: 1;
	background-position: center;
	transition: transform .3s cubic-bezier(0.4, 0, 0, 1);
}
.vision_sec .slick-prev:hover::before {
transform: scale(0.7);
}
.vision_sec .slick-next::before {
	content: "";
	background: url('https://www.magneticgroup.co/wp-content/themes/starter-theme-1.x/assets/img/left_arrow_w.svg');
	height: 50px;
	width: 50px;
	background-size: 50px;
	position: absolute;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	opacity: 1;
	background-position: center;
	transition: transform .3s cubic-bezier(0.4, 0, 0, 1);
}
.vision_sec .slick-next:hover::before {
transform: scale(0.7);
}
.vision_sec .slick-arrow::after {
	
	width: 50px;
	height: 50px;
	content: "";
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 100%;
	position: absolute;
	z-index: -1;
	transition: transform .3s cubic-bezier(0.4, 0, 0, 1);
}
.vision_sec .slick-arrow:hover::after {
	transform: scale(1.2);background: #6b3e8b;
}
.vision_sec .slider__counter {
	position: absolute;
	bottom: 80px;
	left: -7%;
	right: 0;
	margin: auto;
	width: 100%;
	text-align: center;
	font-size: 21px;
	color: #fff;
	line-height: 0;
	z-index: 9;
	max-width: 200px;
	display: flex !important;
	align-items: baseline;
}
.vision_sec .slider__counter span.active {
	font-size: 300px;-webkit-text-stroke-color: #fff;-webkit-text-stroke-width: 2px;-webkit-text-fill-color: transparent;
}
.vision_slide img {
	min-height: 802px;
	object-fit: cover;
}
.page-template-overview .vision_slide img {
	min-height: 862px;
}
@-webkit-keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(140px);
    transform: translateY(140px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}


 
.fadeInUpSD {
  -webkit-animation-name: fadeInUpSD;
  animation-name: fadeInUpSD;
}

.vision_inner_home .slick-active .vision_upper_txt {
  animation-name: fadeInUpSD;
  animation-duration: 1.5s;
  opacity: 1;
  width: 100%;
}


@keyframes grow {
	0%, 20% {
		transform: scale(0.8);
	}
	
	75%, 100% {
		transform: scale(1);
	}
}

@-webkit-keyframes slidein {
	from {
		margin-left: 100%;
		width: 300%;
	}

	to {
		margin-left: 0%;
		width: 100%;
	}
}

@-moz-keyframes slidein {
	from {
		margin-left: 100%;
		width: 300%;
	}

	to {
		margin-left: 0%;
		width: 100%;
	}
}
 @-o-keyframes slidein {
	from {
		margin-left: 100%;
		width: 300%;
	}

	to {
		margin-left: 0%;
		width: 100%;
	}
}
  @keyframes slidein {
	from {
		margin-left: 100%;
		width: 300%;
	}

	to {
		margin-left: 0%;
		width: 100%;
	}
}

.vision_inner_home .slick-active .vision_slide_img img{
	-webkit-animation-duration: 1.5s;
            -webkit-animation-name: slidein;

            /*for firefox*/
            -moz-animation-duration: 1.5s;
            -moz-animation-name: slidein;

              /* for opera*/
            -o-animation-duration: 1.5s;
            -o-animation-name: slidein;

              /* Standard syntax*/
            animation-duration: 1.5s;
            animation-name: slidein;
}


.map_bx {
	background: #e5e5e5;
	padding: 0;
	margin: 50px 0 0 0;
	position: relative;
	overflow: hidden;
}

.map_img img{max-width:100%;}
.map_bx .nav.nav-tabs {
	display: flex;
	justify-content: center;
	border: none;
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	top: 60px;
	z-index: 1;
}
.map_bx .nav.nav-tabs li {
	float: none;margin: 0 40px;
}
.map_bx .nav.nav-tabs li a {
	font-size: 18px;
	color: #000;
	background: none;
	border: none;
	outline: 0;
	padding: 0;
	position: relative;
	margin: 0;
	cursor:pointer; 
}

.map_bx .nav.nav-tabs li a::before {
	position: absolute;
	content: "";
	bottom: -4px;
	left: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #5c068c;
	transform: scaleX(0);
	transition: transform .62s;
	transition-timing-function: ease;
	transition-timing-function: cubic-bezier(.39,.575,.28,.995);
	transform-origin: 100% 100%;
}
.map_bx .nav.nav-tabs li a:hover::before, .map_bx .nav.nav-tabs li.active a::before {
	transform: scaleX(1);
	transform-origin: 0 0;
}
.map_img canvas, .map_img .mapboxgl-map {
	height: 800px !important;
}
.row.custom-map-popup {
	position: absolute;
	bottom: -100%;
	transition:ease 1.5s;
}
.tab-content:hover + .row.custom-map-popup {
	bottom: 0;
}
.row.custom-map-popup img {
	max-width: 600px;
}
.scroll_arrow_left, .scroll_arrow_right {
	display: none;
}
.tab_main {
	position: relative;
	max-width: 100%;
	margin: auto;
	width: 100%;
}
.scroll_arrow_left {
	position: absolute;
	left: -5px;
	top: 18px;
	cursor: pointer;
	width: 40px;
	height: 40px;
	z-index: 99;
	text-align: center;
}
.scroll_arrow_left img {
	max-width: 12px;
	transform: rotate(180deg);
}
.scroll_arrow_right {
	position: absolute;
	right: -5px;
	top: 18px;
	width: 40px;
	height: 40px;
	z-index: 99;
	cursor: pointer;
	text-align: center;
}
.scroll_arrow_right img {
	max-width: 12px;
}
/* about_page */

#about_page{overflow:hidden;}
.about_banner {
	position: relative;
	padding-top: 230px;
}

.about_banner img {
	max-width: 100%;
	width: 100%;
}
.about_banner_txt {
	position: absolute;
	top: 50px;
	max-width: 100%;
	left: 220px; 
	right: auto;
	margin: auto;
	width: 100%;
}
.about_banner_txt h2, .about_banner_txt h1 {
	font-size: 54px;
	margin: 0;
	color: #5c068c;
	font-weight: bold;
	font-style: italic;
}
.intro_sec {
	margin: 130px 0 0 0;
}
.intro_head h2 {
	font-size: 18px;
	margin: 0;
	text-transform: uppercase;
}
.intro_desc p {
	font-size: 27px;
	margin: 0 0 40px 0;
}
.intro_desc {
	position: relative;
	right: 0px;
}
.position_page .intro_desc {
	right: 60px;
}
.vision_about .vision_slide_img {
	top: 190px;
}
 .vision_sec.vision_about::before,  .vision_sec.vision_about .vision_inner::before {
	display: none;
} 
.vision_sec.vision_about {
	background: #5c068c;
	display: inline-block;
	width: 100%;
	padding: 0 0 60px 60px;
	margin-bottom: 160px;
}

.vision_sec.vision_about .vision_slide img {
	position: relative;
	z-index: 9;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.vision_sec.vision_about .vision_slide_img::before {
	z-index: 1;
	background: #5c068c;
	width: 110%;
}
.vision_sec.vision_about .vision_upper_txt {
	z-index: 99;
}
.vision_sec.vision_about .vision_upper_txt {
	height: 100%;width: 100%;
}
.vision_sec.vision_about .vision_upper_txt span {
	bottom:22%; 
	width: 100%;
	position:absolute;
}
/*.page-template-overview .vision_sec.vision_about .vision_upper_txt span::before {
	height: 20px;
	width: 20px;
	background: url('https://www.magneticgroup.co/wp-content/themes/starter-theme-1.x/assets/img/quote_icon_n.svg');
	content: "";
	background-size: 20px;
	position: absolute;
	left: -30px; 
	background-repeat:no-repeat;
}
 .page-template-overview .vision_sec.vision_about .vision_upper_txt span::after {
	height: 20px;
	width: 20px;
	background: url('https://www.magneticgroup.co/wp-content/themes/starter-theme-1.x/assets/img/quote_icon__nr.svg');
	content: "";
	background-size: 20px;
	position: absolute;
	right: -30px; 
	background-repeat:no-repeat;
	bottom:0;
} */
.mission_sec {
	margin: 0 0 200px 0;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	padding: 0 0 20px 0;
}
.page-template-overview  .mission_sec {
	margin: 0;
}
.mission_img {
	/*max-width: 90%;
	float: right;
	position: relative;*/
}
.mission_img img {
	max-width: 100%; width:100%; border-top-left-radius:5px;border-bottom-left-radius:5px;
}

.mission_img::before {
	position: absolute;
	content: "";
	left: -10px;
	bottom: -10px;
	background: #5c068c;
	content: "";
	width: 100.8%;
	height: 100%;
	z-index: -1;
	border-radius: 5px 0 0 5px;
}
.custom-container-about .custom_mobile_secc .mission_img {
	margin-left: 0px;
}

.mission_left h2 {
	font-size: 18px;
	margin: 0;
	color: #000;
	text-transform: uppercase;
}
.mission_head {
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.mission_right_desc {
	/*display: flex;
	width: 90%;*/
}
.mission_txt h3 {
	font-size: 72px;
	margin: 0;
	color: #5c068c;
	font-weight: bold;
	font-style: italic;
} 
.mission_txt_right h4 {
	font-size: 54px;
	margin: 0;
	color: #5c068c;
	font-weight: bold;
	font-style: italic;
	max-width: 700px;
}
.mission_txt_right {
	/*max-width: 50%;
	margin: 0 0 0 18%;*/
}
.mission_txt_right p {
	font-size: 21px;
	margin: 70px 0 130px;
}
.slider_p {
	margin: auto;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.slide_p__inner {
	display: table;
	width: 100%;
	text-align: center;
}
.slide_p__inner .slide_p_img {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	text-align: center;
	height: 425px;
	border: 1px solid #b294c7;

} 
.slide_p__inner .slide_p_img img {
	display:inline-block;max-width: 150px;
}
.slider_p .slide_p .slide_p_img:hover {
	background:#5c068c;
}
.slider_p .slide_p .slide_p_img:hover img {
	filter:invert(1);
}
.slider_p.slick-slider {
	margin:  0;
}
.slider_p_two.slick-slider {
	margin: -1px 0 0 0;
}
.slider_p_two {
	transform: rotate(-180deg);
}
.slider_p_two  .slide_p__inner{
	transform: rotate(180deg);
}
.slider_p_two .slide_p .slide_p_img:hover {
	background:#5c068c;
}
.slider_p_two .slide_p .slide_p_img:hover img {
	filter:invert(1);
}


#map {
	width: 100%;
	height: 600px;
}
.mapboxgl-popup {
	transform: none !important;
	top: auto !important;
	left: 0 !important;
	bottom: 0;
	border-top-right-radius: 10px;
	background: #5c068c;
	max-width: 700px !important;
	width: 100%;
	padding: 50px;
}
.mapboxgl-popup .mapboxgl-popup-content {
	background: #5c068c;
	padding: 0;box-shadow: none;
}
.mapboxgl-popup .mapboxgl-popup-content h2 {
	color: #fff;
	font-size: 70px;
	font-style: italic;
	font-weight: bold;
	margin: 0;
	 font-family: 'Azo Sans';
}
.mapboxgl-popup .mapboxgl-popup-content p {
	color: #fff;
	font-size: 21px;
	margin: 40px 0;
	font-family: 'Azo Sans';
	display: inline-block;
	width: 100%;
}
.mapboxgl-popup .mapboxgl-popup-content a {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	border: 1px solid #b294c7;
	padding: 15px 60px 15px 20px;
	display: inline-block;
	border-radius: 5px;
	font-family: 'Azo Sans Lt';
	outline:none;
	text-decoration:none;
	position:relative;
} 
.mapboxgl-popup .mapboxgl-popup-content a::before {
	position: absolute;
	content: "";
	background:url('https://www.magneticgroup.co/wp-content/themes/starter-theme-1.x/assets/img/btn_arrow_h.png');
	height: 20px;
	width: 20px;
	background-size: 20px;
	background-repeat: no-repeat;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	background-position: center;
	z-index: 9;
	transition: ease 0.8s;
}
.mapboxgl-popup .mapboxgl-popup-content a:hover::before {
	right: 12px;
}
.mapboxgl-popup-close-button {
	position: absolute;
	right: -30px;
	top: -30px;
	border: 0;
	cursor: pointer;
	background-color: transparent;
	color: #fff;
	font-size: 30px;
	font-weight: normal;
	height: 40px;
	width: 40px;
	border: 1px solid #fff;
	border-radius: 100%;
	font-family: 'Azo Sans Lt';
	line-height: 40px;
}
.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl, .mapboxgl-ctrl-bottom-right {
	display: none !important;
}

.back_to_top img {
	width: 50px;
}
.back_to_top {
	position: absolute;
	top: 40px;
	right: 60px;
	cursor:pointer;
	z-index: 99;
	transform: rotate(990deg);
}


/*************** values&personality_page ***************/
.business_sec {
	margin: 100px 0 0 0;
}
.business_img_sec ul {
	display: flex;
	align-items: end;
	padding: 0;
	margin-bottom:100px;
}
.business_img_sec li {
	list-style: none;
	/*width: 100%;*/
	/*max-width: 870px;*/
	margin: 0 0px 0 0;
}
.business_img_bx{
	box-shadow: -8px 8px 0px #5c068c;
    /* border: 1px solid #5c068c; */
    border-radius: 10px;
}
.business_img_sec li .business_img_bx img {
	width: 100%; border-radius:5px;
}
.business_sec h3 {
    color: #5c068c;
    font-size: 36px;
    text-align: center;
    font-style: italic;
    margin: 0 0 20px 0;
    font-family: 'Azo Sans';
    font-weight: bold;
}
.business_sec p {
    color: #5c068c;
    font-size: 18px;
    margin: 0 0 30px 0;
    display: block;
     text-align: center;
     	font-family: 'Azo Sans';
}
.business_img_sec li:last-child {
	/*max-width: 500px;*/
}
.business_img_sec li .business_img_bx{position:relative;}
/*.business_img_sec li .business_img_bx::before {
	position: absolute;
	left: -10px;
	bottom: -10px;
	background: #5c068c;
	content: "";
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 5px;
}*/
.business_heading h2 {
	font-size: 90px;
	margin: 0;
	color: #5c068c;
	font-weight: bold;
	font-style: italic; max-width: 940px;
}
.business_heading {
	position: relative;
	right: 0px;
}
.value_sec {
	background: #5c068c;
	padding: 0 0 120px 0;
	display: inline-block;
	width: 100%; margin-bottom:70px;
}
.page-template-people .value_sec {
	margin-bottom: 0;
}
.page-template-people .container-fluid.custom-vspace {
	margin-top: 0;
}
.page-template-people .value_sec.personality_sec {
	padding-bottom: 0px;
}
.page-template-culture .value_sec {
	margin-bottom: 150px;
}
.value_sec .intro_head h2, .value_sec .intro_desc p {
	color: #fff;
	margin: 0;
}
body.page-template-ourbrandtemplate .value_sec .intro_desc p{margin: 0 0 15px 0;}

.v_p_list ul {
	list-style: none;
	padding: 0;
	margin: 0;
} 
.v_p_list ul li .v_p_list_desc {
	display: flex;
}
.v_p_list .list_no_sec span {
	color: #fff;
	font-size: 18px;
} 
.v_p_list .list_no_sec {
	min-width: 130px; 
}
.v_p_desc_txt h3 {
	margin: 0 0 40px 0;
	font-size: 54px;
	color: #fff;
	font-weight: 600;
	font-style: italic;
}
.v_p_desc_txt {
	max-width: 960px;
}
.v_p_desc_txt p {
	color: #fff;
	font-size: 18px;
	margin: 0;
}
.line_animation.space {
	background: #9060b1;
}
.line_animation.space::before {
	background: #9060b1;
}

.v_p_list .line_animation.space {
	background: #8c5fab;
}
.v_p_list .line_animation.space::before {
	background: #8c5fab;
}

.personality_sec .v_p_list  .line_animation.space {
	background: #d8c9e3;
}
.personality_sec .v_p_list  .line_animation.space::before {
	background: #d8c9e3;
}

.value_sec.personality_sec {
	background: #fff;
}
.value_sec.personality_sec .intro_head h2, .value_sec.personality_sec .intro_desc p {
	color: #000;
}
.value_sec.personality_sec .v_p_desc_txt h3{
	color: #5c068c;
}
 .value_sec.personality_sec .list_no_sec span , .value_sec.personality_sec .v_p_desc_txt p {
	color: #000;
}

/*************** contact_page ***************/
.contact_center_sec {
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin: 100px 0 200px 0;
}
.left_head_main h2 {
	font-size: 18px;
	margin: 0;
	color: #000;
	text-transform: uppercase;
}
.required_desc {
	width: 36%;
	margin: 0 0 150px 0;
	display: flex;
	flex-direction: column;
	justify-content: end;
}
.required_desc p {
	font-size: 27px;
	margin: 0 0 20px 0;
}
.contact_form_right ul {
	padding: 0;
	list-style: none;
}
.contact_form_right {
	width: 50%;
}.contact_form_right .form-group .nf-field-label {
	font-size: 16px;
	margin: 0;
	font-weight: normal;
	position: absolute;
	transition: 0.3s ease;
	text-transform: uppercase;
	top: 5px;
	width: 90%;
	left: 0;
	z-index: 9;
}
.contact_form_right .form-group.click .nf-field-label label {
	top: -15px;
	font-size: 14px;
	opacity: 0.8;
}
.contact_form_right .form-group input, .contact_form_right .form-group select, .contact_form_right .form-group textarea {
	border: none;
	box-shadow: none;
	border-bottom: 1px solid #bfbfbf;
	border-radius: 0;
 color: #5c068c;
	position: relative;
 	z-index: 9; 
	background-color: transparent;
	padding-left: 0;
	padding-right: 0;
}
 .contact_form_right .form-group select {
	background: url('https://www.magneticgroup.co/wp-content/uploads/2022/08/input_arrow1.png');
	background-repeat: no-repeat;
	background-size: 8px;
	background-position: right;
	-webkit-appearance: none;
   -moz-appearance:none;
   appearance:none;
}
.contact_form_right .form-group {
	position: relative;
	margin: 0 0 60px 0;
}
.contact_form_right  .form-control:focus {
	border-color: #5c068c;
	box-shadow: none;
}

.contact_submit_btn {
	height: 55px;
	overflow: hidden;
	border-radius: 5px;
}

.contact_submit_btn{position:relative;display: inline-block;}
.contact_submit_btn .btn {
	border: 1px solid #b294c7;
	display: inline-block;
	padding: 15px;
	border-radius: 5px;
	min-width: 240px;
	font-size: 16px;
	text-transform: uppercase;
	color: #000;
	font-weight: 300;
	font-family: 'Azo Sans Lt';
	text-decoration: none;
	position: relative;
	background: none;
	text-align: left; overflow:hidden;
}
.contact_submit_btn .btn:hover{ border-color:#d1870a; color:#fff;}
.contact_submit_btn::before {
	position: absolute;
	content: "";
	mask: url('https://www.magneticgroup.co/wp-content/themes/starter-theme-1.x/assets/img/button_arrow.svg');
	-webkit-mask: url('https://www.magneticgroup.co/wp-content/themes/starter-theme-1.x/assets/img/button_arrow.svg');
	mask-size: 20px;
	-webkit-mask-size: 20px;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-position: center;
	height: 20px;
	width: 20px;
	right: 20px;
	top: 0;
	bottom: 0;
	background: #222;
	margin: auto;
	/* z-index: 9; */
	transition: ease 0.8s;
}
.contact_submit_btn:hover::before {
	background: #fff;
	right: 12px;
}
.contact_submit_btn::after {
	content: '';
	background-color: #5c068c;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: scaleY(0);
	transition: transform .40s cubic-bezier(0.4, 0, 0, 1);
	transform-origin: bottom center;
	z-index: -1;
	border-radius: 5px;
	height: 55px;
}
.contact_submit_btn:hover::after {
	transform: scaleY(1);
}  
.contact_form_right #nf-form-title-2,.contact_form_right .nf-form-fields-required, .contact_form_right .nf-pass.field-wrap .nf-field-element::after  {
	display: none;
}
.contact_form_right .field-wrap {
	flex-direction: column !important;
}
.contact_form_right .nf-field-label {
	margin: 0 !important;
}
.contact_form_right .form-group .nf-field-label label {
	font-size: 16px;
	font-weight: normal;
	font-family: 'Azo Sans Lt';
	position: absolute;
	transition: 0.5s;
	top: 0;
}
.contact_form_right .form-group .form-control {
	border: none;
	background: none !important;
	border-bottom: 1px solid #bfbfbf !important;
	height: auto !important;
	min-height: 40px;
	color: #672c91;
}
.contact_form_right .form-group .form-control:focus, .contact_form_right .form-group .form-control:focus{border-color:#5c068c !important; color:#5c068c !important;}
.contact_form_right .form-group .nf-error .form-control{border-color:red !important;}
body .contact_form_right .form-group div{
	background: none !important;
	border: none !important;font-family: 'Azo Sans Lt';
	text-transform:uppercase;
}
 body .contact_form_right  .nf-error-msg.nf-error-field-errors {font-family: 'Azo Sans Lt';text-transform:uppercase;}
body .contact_form_right .nf-error.field-wrap .nf-field-element::after {
	display: none;
}
body .contact_form_right .nf-form-content .list-select-wrap > div div::after {
	content: "";
	background: url('https://www.magneticgroup.co/wp-content/uploads/2022/08/input_arrow1.png');
	font-size: 20px;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 50px;
	line-height: 50px;
	background-size: 8px;
	width: 15px;
	background-repeat: no-repeat;
	background-position: center;
}
.contact_form_right .nf-form-content input[type="button"] {
	background: none !important;
	border: 1px solid #b294c7;
	color: #000 !important;
	line-height: 30px;
	opacity: 1 !important;
	padding: 14px 15px 15px 20px;
	height: 55px;
}
.contact_form_right .nf-form-content input[type="button"]:hover{color:#fff !important; border-color:#5c068c;}
/***************our_brand_page ***************/
.our_brand_page .brand_list {
	margin: 20px 0 150px 0;
}
.our_brand_page .brand_img {
	min-height: 400px;
}
.our_brand_page .brand_bx:hover .brand_logo {
	opacity: 1;transform: unset;
}
.our_brand_page .brand_bx::before { 
	background: #cd2159;
}
.our_brand_page .brand_bx:hover, .our_brand_page .brand_bx:hover .brand_img {
	border-color: #cd2159;
	cursor: unset;
}
.our_brand_page .band_btm a::after {
	background-color: #cd2159; border-radius:4px;
}
.our_brand_page .brand_bx:hover .band_btm a {
	border-color: #cd2159;
}
.our_brand_page .band_btm p {
	min-height: 250px;
}
.our_brand_page .intro_sec ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.our_brand_page .intro_sec ul li {
	width: 50%;
	float: left;padding-left: 15px;
	margin: 30px 0 0 0;position: relative;
}
.our_brand_page .intro_sec ul li::before {
	position: absolute;
	content: "";
	left: 0;
	top: 11px;
	height: 6px;
	width: 6px;
	background: #fff;
	border-radius: 100%;
}
.our_brand_page .intro_sec ul li span, .our_brand_page .intro_sec ul li  {
	font-size: 22px;
	color: #fff;
}

/***************news_page ***************/ 
#news_page {
	margin-bottom: 100px;
}
#news_page .about_banner {
	padding-top: 130px;
}
#news_page  .news_sec {
	padding: 0;
}

#news_page .news_inner_bx {
	padding:0px;
}
.page-template-newstemplate #news_page .news_inner_bx {
	padding-bottom:7px;
}
#news_page .news_sec .tab-content {
	width: 100%;
}  
#news_page .news_inner_bx::before {
	left: -7px;
	right: auto;
	width: 100%;
	height: auto;
}

#news_page .news_bx {
	margin-bottom: 70px;
}   
/* #news_page .m_c a::before {
  background: #cd2159;
} */
#news_page .m_a a::before {
	background: #24a639;
}
#news_page .m_m a::before {
	background: #2572b8;
}
#news_page .m_t a::before {
	background: #d1870a;
}
#news_page .show_all_list {
	text-align: center;
	display: block;
	float: none;
	margin-right: 0;
}
#news_page .news_sec .fade.in .news_bx {
	animation-name: fadeInUpSD;
	animation-duration: 1.5s;
	opacity: 1;
}

/***************news_detail_page ***************/
#news_detail_page{margin:100px 0;}

#news_detail_page .back_btn img {
	max-width: 20px;
	transform: rotate(180deg);
}

#news_detail_page  .back_btn a {
	font-size: 16px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Azo Sans Lt';
}

#news_detail_page .back_btn img {
	max-width: 20px;
	transform: rotate(180deg);
	vertical-align: 3px;
	margin-right: 10px;
}
.news_right_desc{max-width: 880px;}
.news_right_desc p, .news_right_desc h1 {
	font-size: 40px;
	margin: 0;
	/* color: #cf8808; */
	color: #000;
	font-weight: bold;
	font-style: italic;
	
}
.news_desc_btm {
	display: flex;
	justify-content: space-between;
}
.tag_left span {
	font-size: 16px;
	color: #000;
	padding: 3px 20px;
	border: 1px solid #7f7f7f;
	border-radius: 2em;
	font-family: 'Azo Sans Lt';
	position: relative;
	padding-left: 25px;
	text-decoration: none;
	text-transform: capitalize;
	display: inline-block;
	position:relative;
}
.tag_left span::before {
	position: absolute;
	content: "";
	height: 6px;
	width: 6px;
	background: #cf8808;
	border-radius: 100%;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 10px;
} 
.desc_date span {
	font-size: 18px;
}
.news_desc_btm {
	margin: 70px 0 0 0;
} 
.news_detail_banner {
	display: block;
	margin: 80px 0 100px;
}
.news_detail_banner {
	height: 500px;
	overflow: hidden;
	text-align: center;
}
.news_detail_banner img{
	width:auto; height:500px;
}

.detail_banner_text p {
	font-size: 21px;
	max-width: 880px;
}
.news_author_sec {
	max-width: 70%;
	margin: 50px auto;
}
.news_author_sec p {
	font-size: 45px;
	font-style: italic;
	margin: 0;
	position: relative;
}
.news_author_sec p::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 40px;
	width: 40px;
	background: url('https://www.magneticgroup.co/wp-content/themes/starter-theme-1.x/assets/img/quote_icon2.svg');
	background-repeat: no-repeat;
}
.author_name {
	max-width: 250px;
	float: right;
	margin: 100px -50px 0 0;
}
.author_name h2 {
	margin: 0 0 5px 0;
	font-size: 22px;
	font-weight: bold;
}
.author_name span {
	font-size: 20px;
	color: #cf8808;
}
#news_detail_page .business_sec {
	margin: 100px 0 0 0;
	clear: both;
	display: inline-block;
	width: 100%;
}
#news_detail_page .business_img_sec li:nth-child(1) {
	max-width: 450px;
}
#news_detail_page .business_img_sec li:last-child {
	max-width: 870px;
}
#news_detail_page .business_img_sec li .business_img_bx::before {
	position: absolute;
	left: -10px;
	bottom: -10px;
	background: #cf8808;
	content: "";
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 5px;
}
.share_article {
	margin:100px 0 50px 0;
}
.detail_banner_text .share_article span {
	font-size: 20px;
	text-transform: uppercase;
	display: block;
	margin:0 0 20px 0;
}
.share_article a img {
	max-width: 40px;
	margin: 0 10px 0 0;
}
.other_news_head {
	padding: 0 0 0 40px;
	display: inline-block;
	width: 20%;
}
.single-news_post .other_news_head {
	padding: 0 0 0 60px;
}
.other_news_head h2 {
	font-size: 18px;
	margin: 0;text-transform: uppercase;
}
#news_detail_page .news_slider {
	display: inline-block;
	width: 80%;
	vertical-align: top;
	float: right;
}
.other_news_main {
	margin: 50px 0 100px 0;
	display: inline-block;
	width: 100%;
}

/***************creative_page ***************/
.inner_head h2, .inner_head h1 {
	font-size: 60px;
	margin: 0;
	color: #5c068c;
	font-weight: bold;
	font-style: italic;
}
.inner_head {
	margin: 50px 0 0 0;
	padding-left: 220px;
}
.creative_tabe_sec .nav.nav-tabs li {
	width: 25%;
	text-align: center;
}
.creative_tabe_sec .nav.nav-tabs li a {
	width: 95%;
	border-color: #5c068c;
	padding: 48px 0;
	transition:0.3s ease;
	margin: auto;
	border-radius: 5px;
}
.creative_tabe_sec .nav.nav-tabs li a img {
	max-width: 200px;
	margin: auto;
}
.creative_tabe_sec {
	margin: 80px 0 0 0;
}
.creative_tabe_sec .container-fluid {
	padding:0 0 2px 0;
}
.creative_tabe_sec .nav.nav-tabs li a.:hover, .creative_tabe_sec .nav.nav-tabs li.active a {
	background:#5c068c; border-color:#5c068c;
}

.creative_tabe_sec .nav.nav-tabs li a.magnetic-creative:hover, .creative_tabe_sec .nav.nav-tabs li.active a.magnetic-creative {
	background:#d2255d; border-color: #d2255d;
}

.creative_tabe_sec .nav.nav-tabs li a.magnetic-assets:hover, .creative_tabe_sec .nav.nav-tabs li.active a.magnetic-assets {
	background:#0db00d; border-color: #0db00d;
}

.creative_tabe_sec .nav.nav-tabs li a.magnetic-maintenance:hover, .creative_tabe_sec .nav.nav-tabs li.active a.magnetic-maintenance {
	background:#007adb; border-color: #007adb;
}

.creative_tabe_sec .nav.nav-tabs li a.magnetic-talents:hover, .creative_tabe_sec .nav.nav-tabs li.active a.magnetic-talents {
	background:#d48b06; border-color:#d48b06;
}

#creative_page.magnetic-assets .value_sec { background:#0db00d; }
#creative_page.magnetic-maintenance .value_sec { background:#007adb; }
#creative_page.magnetic-talents .value_sec { background:#d48b06; }


#creative_page.magnetic-assets .visit_link a{border-color:#0db00d;}
#creative_page.magnetic-assets .panel_divide,
#creative_page.magnetic-assets .panel_divide::before,
#creative_page.magnetic-assets .visit_link a::after {background:#0db00d;}


#creative_page.magnetic-maintenance .visit_link a{border-color:#007adb;}
#creative_page.magnetic-maintenance .panel_divide,
#creative_page.magnetic-maintenance .panel_divide::before,
#creative_page.magnetic-maintenance .visit_link a::after {background:#007adb;}


#creative_page.magnetic-talents .visit_link a{border-color:#d48b06;}
#creative_page.magnetic-talents .panel_divide,
#creative_page.magnetic-talents .panel_divide::before,
#creative_page.magnetic-talents .visit_link a::after {background:#d48b06;}


#creative_page.magnetic-assets .creative_tab_content .panel-default {	border-color: #0db00d; }
#creative_page.magnetic-maintenance .creative_tab_content .panel-default {	border-color: #007adb; }
#creative_page.magnetic-talents .creative_tab_content .panel-default {	border-color: #d48b06; }



.creative_tabe_sec .creative_logo_h {
	display: none;
}
.creative_tabe_sec .nav-tabs {
	border: none;
	padding-bottom: 1px;
}
.creative_tabe_sec .nav.nav-tabs li a:hover .creative_logo_h, .creative_tabe_sec .nav.nav-tabs li.active a .creative_logo_h{display:block;}
.creative_tabe_sec .nav.nav-tabs li a:hover .creative_logo, .creative_tabe_sec .nav.nav-tabs li.active a .creative_logo{display:none;}
.creative_banner img {
	max-width: 100%;
	width: 100%;
}
.creative_tab_content {
	margin: 100px 0;
}
#creative_page .value_sec {
	background: #ce2159;
}
#creative_page .value_sec .intro_desc h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 501;
	margin: 30px 0 0 0;
}
.accordian_head .accordian_no {
	font-size: 20px;
	text-decoration: none;
}
.accordian_arrow img {
	width: 50px;
	filter: invert(1);
	transform: rotate(90deg);
	transition:0.3s ease;
}
.panel-title a[aria-expanded="true"] .accordian_arrow img {
	transform: rotate(-90deg);
}
.panel-title a[aria-expanded="false"] .accordian_arrow img {
	transform: rotate(90deg);
}
.accordian_head {
	display: block;
	justify-content: space-between;
	width: 100%;
	clear: both;
}
.visit_sec {
	padding: 0 15px;
}
.accordian_icn img {
	max-width: 280px;
	margin-left: 5px;
}
.accordian_arrow {
	margin: 0;
	position: absolute;
	right: 50px;
	display: flex;
	top: 0;
	bottom: 0;
}
.accordian_head .row {
	display: flex;
	align-content: center;
	align-items: center;
	align-self: center;
}
.creative_tab_content .panel-default > .panel-heading {
	color: #333;
	background: none;
	border: none;
	padding: 0 40px;
}
.creative_tab_content .panel-default,.creative_tab_content .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border: none;
	box-shadow: none;
}

.panel_divide {
	height: 1px;
	margin: 50px auto;
	background: #ce2159;
	position:relative;
}
.panel_divide::before {
	position: absolute;
	right: -200px;
	background: #ce2159;
	content: "";
	top: 0;
	bottom: 0;
	height: 1px;
	width: 200px;
}
#creative_page #accordion {
	margin: 100px 0;
}
.visit_list {
	font-size: 27px;
	color: #000;
	margin: 0;
	padding-left: 5px;
}
.visit_list {
	position: relative;
	/*right: 60px;*/
}
body.tax-brands_categories .visit_list h3 {
	font-weight: 600;
	margin-top: 40px;
}
body.tax-brands_categories  .visit_list ul {
	margin: 0px 0;
}
.visit_list li  {
	font-size: 18px;
}
.visit_list ul {
	list-style: none;
	padding: 0;
	margin: 50px 0;
}
.visit_list ul li {
	padding: 30px 0;
	position: relative;padding-left: 20px;
	border-bottom: 1px solid #fbe8ee;
}

.visit_list ul li::after {
	position: absolute;
	content: "";
	height: 6px;
	width: 6px;
	background: #000;
	border-radius: 100%;
	left: 0;
	top: 40px;
}

.visit_list ul li::before {
	position: absolute;
	content: "";
	height: 1px;
	bottom: -1px;
	width: 300px;
	margin: auto;
	right: -300px;
	background: #fbe8ee;
}
.visit_list ul li:last-child {
	border-bottom: none;
}

/* #creative_page.magnetic-creative  .visit_list ul li {
	border-bottom: 1px solid rgba(206, 33, 89, 0.4);
}
#creative_page.magnetic-creative  .visit_list ul li::before {
	background: rgba(206, 33, 89, 0.4);
}
#creative_page.magnetic-creative  .visit_list ul li:last-child {
	border-bottom: none;
} */

#creative_page.magnetic-assets  .visit_list ul li {
	border-bottom: 1px solid rgba(13, 176, 13, 0.4);
}
#creative_page.magnetic-assets  .visit_list ul li::before {
	background: rgba(13, 176, 13, 0.4);
}
#creative_page.magnetic-assets  .visit_list ul li:last-child {
	border-bottom: none;
}

#creative_page.magnetic-maintenance  .visit_list ul li {
	border-bottom: 1px solid rgba(0, 122, 219, 0.4);
}
#creative_page.magnetic-maintenance  .visit_list ul li::before {
	background: rgba(0, 122, 219, 0.4);
}
#creative_page.magnetic-maintenance  .visit_list ul li:last-child {
	border-bottom: none;
}

#creative_page.magnetic-talents  .visit_list ul li {
	border-bottom: 1px solid rgba(212, 139, 6, 0.4);
}
#creative_page.magnetic-talents  .visit_list ul li::before {
	background: rgba(212, 139, 6, 0.4);
}
#creative_page.magnetic-talents  .visit_list ul li:last-child {
	border-bottom: none;
}
.visit_list ul li:last-child::before {
	height: 0;
}
.visit_link a {
	border: 1px solid #ce2159;
	display: inline-block;
	padding: 16px;
	border-radius: 5px;
	min-width: 300px;
	font-size: 16px;
	text-transform: uppercase;
	color: #000;
	font-weight: 300;
	font-family: 'Azo Sans Lt';
	text-decoration: none;
	position: relative; overflow: hidden;
}
.visit_link a::before {
	position: absolute;
	content: "";
	mask: url('https://www.magneticgroup.co/wp-content/themes/starter-theme-1.x/assets/img/button_arrow.svg');
	-webkit-mask: url('https://www.magneticgroup.co/wp-content/themes/starter-theme-1.x/assets/img/button_arrow.svg');
	mask-size: 20px;
	-webkit-mask-size: 20px;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-position: center;
	height: 20px;
	width: 20px;
	right: 20px;
	top: 0;
	bottom: 0;
	background: #222;
	margin: auto;
	z-index: 9;
	transition: ease 0.8s;
}
.visit_link a::after {
	content: '';
	background-color: #ce2159;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: scaleY(0);
	transition: transform .80s cubic-bezier(0.4, 0, 0, 1);
	transform-origin: bottom center;
}
.visit_link:hover  a::after {
	transform: scaleY(1);
}
.visit_link a span {
	position: relative;
	z-index: 9;
}
.visit_link:hover a::before {
	background: #fff;
	right: 12px;
}
.visit_link:hover a {
	color: #fff;
}
.creative_tab_content .panel-default {
	border-top: 1px solid #ce2159;
	padding: 50px 0 50px 0;
	border-bottom: 1px solid #ce2159;
	border-radius: 0;
	margin: -1px 0 0 0 !important;position: relative;
}
.creative_tab_content .panel-default::before {
	position: absolute;
	content: "";
	height: 1px;
	background: #ce2159;
	width: 300px;
	top: -1px;
	right: -300px;
}
.creative_tab_content .panel-default::after {
	position: absolute;
	content: "";
	height: 1px;
	background: #ce2159;
	width: 300px;
	bottom: -1px;
	right: -300px;
}
.creative_tab_content .panel-group .panel-default:nth-child(1) {
	border: none !important;
}
.creative_tab_content .panel-body {
	padding: 15px 0;
}
.creative_tab_content .panel-group .panel-default:nth-child(1)::before,  .creative_tab_content .panel-group .panel-default:nth-child(1)::after {
	display:none;
}
.creativr_talk_head h2 {
	margin: 0;
	font-size: 18px;
	text-transform: uppercase;
}
.creative_talk_slider {
	width: 80%;
	float: right;
}
.creativr_talk_banner {
	position: relative;
	max-width: 100%;
	display: inline-block;
	width: 100%;
}
.creativr_talk_banner img {
	width: 100%;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	z-index: 9;
	max-width: 80%;
	float: right;
}
.creativr_talk_banner::before {
	width: 80.7%;
	height: 100%;
	background: #5c068c;
	content: "";
	bottom: -10px;
	/* left: -10px; */
	position: absolute;
	border-radius: 5px;
	right: 0;
	border-bottom-right-radius: 0;
}
.creative_left_testi p {
	font-size: 27px;
	font-style: italic;
	margin: 0;
	position: relative;
	text-indent: 295px;
}
.creative_left_testi p::before {
	position: absolute;
	content: "";
	left: 0;
	top: -10px;
	height: 30px;
	width: 30px;
	background: url('https://www.magneticgroup.co/wp-content/themes/starter-theme-1.x/assets/img/quote_icon.svg');
	background-repeat: no-repeat;
}


.creativre_testi {
	display: flex;
	clear: both;
	justify-content: space-between;
	max-width: 80%;
	margin: 100px 0 150px 0;
}
.creative_left_testi {
	max-width: 700px;
}
.creative_right_testi .author_name {
	max-width: 250px;
	float: right;
	margin: 0;
}
.creative_right_testi .author_name span {
	color: #5c068c;
	    line-height: 29px;
}
.creativr_talk_head {
	display: inline-block;
	padding: 0 0 0 15px;
}
/* open_postion_page */
.position_page .intro_desc h3 {
	font-size: 90px;
	color: #fff;
	font-weight: bold;
	font-style: italic;
	margin: 0 0 30px 0;
}
.position_page  .value_sec .intro_desc p {

	margin: 0 0 20px 0;
}
.custom_loader {
	position: relative;
	z-index: 9;
	height: 100px;
	width: 100px;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	left: 0;
	right: 0;
	opacity:0;
}
.custom_loader img {
	max-width: 100%;
} 
.search_keyword {
	margin: 100px 0;
}
.keyword_form {
	margin: 0 0 10px 0;
}
.keyword_form label {
	font-weight: normal;
	font-size: 18px;
	margin: 0 0 50px 0;
	text-transform:uppercase;
}

.keyword_form input, .keyword_form select {
	border: none;
	box-shadow: none;
	border-bottom: 1px solid #cccc;
	border-radius: 0;
	padding: 0;
	color:#000;
	text-transform: uppercase;
	font-size: 16px;
}
.keyword_form input::placeholder{
	color:#000;
}
.keyword_form select {
	background: url('https://www.magneticgroup.co/wp-content/uploads/2022/08/input_arrow1.png');
	background-size: 8px;
	background-repeat: no-repeat;
	background-position: right;
	-webkit-appearance: none;
	-moz-appearance: none; 
	appearance: none;
}

.keyword_form select:focus, .keyword_form input:focus{box-shadow:none; border-color:#5c068c;} 
.keyword_form.keyword_left {
	max-width: 80%;
}
.keyword_input {
	position: relative;
}
.keyword_input .btn {
	position: absolute;
	right: 0;
	top: 0;
	background: none;
	padding: 0;
}
.keyword_input .btn img {
	width: 20px;
}
.keyword_form.keyword_right {
	position: relative;
	right: 60px;
}

.keyword_accordian {
	clear: both;
	display: inline-block;
	width: 100%;
	margin-top: 100px;
}
.keyword_left_txt h2 {
	margin: 0;
	font-size: 25px;
	color: #5c068c;
}
.keyword_right_txt ul {
	padding: 0;
	list-style: none;
	margin: 0;
}
.keyword_right_txt li {
	margin-bottom: 20px;
}
.keyword_right_txt li:last-child {
	margin-bottom: 0;
}
.keyword_right_txt h3 {
	margin: 0 5px 0 0;
	font-size: 18px;
	color: #5c068c;
	display: inline-block;
	vertical-align: top;
	font-weight: 600;
}
.keyword_right_txt span {
	font-size: 18px;
	vertical-align: top;
	display: inline-block;
	position: relative;
	top: -2px;
}
.keyword_accordian .panel-default {
	border: none;
	padding: 50px 0 50px 0;
	border-bottom:1px solid #dcafef;
	border-radius: 0;
	margin: 0;
	box-shadow: none;
	position: relative;
}
.keyword_accordian .panel-default::before {
	position: absolute;
	content: "";
	width: 300px;
	right: -300px;
	background: #dcafef;
	height: 1px;
	bottom: -1px;
}

.keyword_accordian .panel-default > .panel-heading {
	color: #333;
	background: none;
	border: none;
	padding: 0 20px;
}
.over_left span {
	font-size: 18px;
	text-transform: uppercase;
}
.over_right p {
	font-size: 20px;
	margin-bottom: 20px; 
}
.over_right ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.over_right li {
	list-style: none;
	position: relative;
	padding-left: 15px;
	margin: 0 0 30px 0;
}
.over_right li::before {
	position: absolute;
	content: "";
	height: 5px;
	width: 5px;
	background: #222;
	border-radius: 100%;
	left: 0;
	top: 9px;
}
.over_right li span {
	font-size: 18px;
}
.over_right, .over_left {
	margin-bottom: 100px;
}
.keyword_right_txt, .over_right {
	position: relative;
	right: 60px;
}
.keyword_accordian .panel-default .panel-title a::before {
	position: absolute;
	right: 0;
	content: "";
	background: url('https://www.magneticgroup.co/wp-content/themes/starter-theme-1.x/assets/img/left_arrow_w.svg');
	width: 50px;
	height: 50px;
	background-size: 50px;
	background-position: center;
	background-repeat: no-repeat;
	filter: invert(1);
	transform: rotate(90deg);
	right: 100px;
	margin: auto;
	transition: 0.3s ease;
}
.position_page .keyword_accordian .panel-default .panel-title a::before {
	transform: rotate(0);right: 80px;
}
.keyword_accordian .panel-default .panel-title a[aria-expanded="true"]::before {
	transform: rotate(-90deg);
}
.position_page .keyword_accordian .panel-default .panel-title a[aria-expanded="true"]::before {
	transform: rotate(-90deg);
}
.keyword_accordian .panel-body {
	border-top: 1px solid #5c068c !important;
	margin-top: 50px;
	padding-top: 50px;
	position: relative;
}
.keyword_accordian .panel-body::before {
	position: absolute;
	content: "";
	width: 300px;
	right: -300px;
	background: #5c068c;
	height: 1px;
	top: -1px;
}
.position_form_sec {
	position: relative;
	right: 60px;
}
.position_form_sec .form_req {
	font-size: 18px;
}
.position_form_sec ul {
	padding: 0;
	list-style: none;
	margin: 50px 0 0 0;
} 
.position_form_sec ul li {
	position: relative;
	margin-bottom: 50px;
}
.position_form_sec ul li label {
	font-size: 16px;
	font-weight: normal;
	font-family: 'Azo Sans Lt';
	position: absolute;
	transition: 0.5s;
	top: 0;
	text-transform: uppercase;
}
body .position_form_sec ul li .form-control {
	border: none;
	background: none !important;
	border-bottom: 1px solid #bfbfbf !important;
	height: auto !important;
	min-height: 40px;
	color: #672c91;
	box-shadow: none;
	border-radius: 0;
	font-size: 16px;
}
body .position_form_sec ul li .form-control:focus {
	color:#5c068c; border-color:#5c068c !important;
}
.position_form_sec ul li label {
	font-size: 16px;
	font-weight: normal;
	font-family: 'Azo Sans Lt';
	position: absolute;
	transition: 0.5s;
	top: 0;
	text-transform: uppercase;
}
.position_form_sec ul li .form-group.select label {
	top: -15px;
	font-size: 14px;
	opacity: 0.8;
}
.position_form_sec ul li label.checkbox-inline {
	position: relative;
	text-transform: unset;
	font-size: 18px;
	font-style: italic;
	font-family: 'Azo Sans';
	padding: 0 40px;
}
.as_collection .collection_txt {
	font-size: 20px;
	max-width: 510px;
	display: block;
}
.position_form_sec ul li .form-group.cv_attach {
	max-width: 250px;
}
body .keyword_accordian .position_form_sec ul li .form-group.cv_attach input.form-control {
	background: url('https://www.magneticgroup.co/wp-content/uploads/2022/08/pls_icn.png') !important;
	background-size: 22px !important;
	background-repeat: no-repeat !important;
	background-position: right !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	color: transparent;
	text-indent: 240px;
}
.position_form_sec ul li label.checkbox-inline::before {
	position: absolute;
	content: "";
	width: 30px;
	height: 30px;
	background: url('https://www.magneticgroup.co/wp-content/uploads/2022/08/check_icn.png');
	background-size: 30px;
	background-position: top;
	left: 0;
	top: 0;
}
.position_form_sec ul li input:checked + label.checkbox-inline::before {
	position: absolute;
	content: "";
	width: 30px;
	height: 30px;
	background: url('https://www.magneticgroup.co/wp-content/uploads/2022/08/check_icn.png');
	background-size: 30px;
	background-position: bottom;
	left: 0;
	top: 0;
}
.position_form_sec .as_collection ul li input {
	height: 30px;
	width: 30px;
	position: absolute;
	left: 0;
	top: -4px;
	z-index: 9;
	opacity: 0;
	cursor: pointer;
}
.as_collection .btn {
	border: 1px solid #5c068c;
	display: inline-block;
	padding: 15px;
	border-radius: 5px;
	margin: 0;
	font-size: 16px;
	text-transform: uppercase;
	color: #5c068c;
	font-weight: 300;
	font-family: 'Azo Sans Lt';
	text-decoration: none;
	position: relative;
	min-width: 240px;
	background: none;
	text-align: left;
}
.as_collection .btn:hover {
	color: #fff;
	border-color: #5c068c;
}
.as_collection .btn::before {
	position: absolute;
	content: "";
	mask: url('https://www.magneticgroup.co/wp-content/themes/starter-theme-1.x/assets/img/button_arrow.svg');
	-webkit-mask: url('https://www.magneticgroup.co/wp-content/themes/starter-theme-1.x/assets/img/button_arrow.svg');
	mask-size: 20px;
	-webkit-mask-size: 20px;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-position: center;
	background: #222;
	height: 20px;
	width: 20px;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 9;
	transition: ease 0.4s;
}
.as_collection .btn:hover::before {
	background: #fff;
	right: 12px;
}
.as_collection .btn::after {
	content: '';
	background-color: #5c068c;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: scaleY(0);
	transition: transform .45s cubic-bezier(0.4, 0, 0, 1);
	transform-origin: bottom center;
}
.as_collection .btn:hover::after {
	transform: scaleY(1);
}
.as_collection .btn span {
	position: relative;
	z-index: 9;
}

/*  */
.load_more_sec .btn {
	border: 1px solid #5c068c;
	display: inline-block;
	padding: 15px;
	border-radius: 5px;
	margin: 0;
	font-size: 16px;
	text-transform: uppercase;
	color: #222;
	font-weight: 300;
	font-family: 'Azo Sans Lt';
	text-decoration: none;
	position: relative;
	min-width: 240px;
	background: none;
	text-align: left;
}
.position_page .load_more_sec .btn {
	margin-left: 150px;
}
.load_more_sec .btn:hover {
	color: #fff;
	border-color: #5c068c;
}
.load_more_sec .btn::before {
	position: absolute;
	content: "";
	mask: url('https://www.magneticgroup.co/wp-content/themes/starter-theme-1.x/assets/img/button_arrow.svg');
	-webkit-mask: url('https://www.magneticgroup.co/wp-content/themes/starter-theme-1.x/assets/img/button_arrow.svg');
	mask-size: 20px;
	-webkit-mask-size: 20px;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-position: center;
	background: #222;
	height: 20px;
	width: 20px;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 9;
	transition: ease 0.4s;
}
.load_more_sec .btn:hover::before {
	background: #fff;
	right: 12px;
}
.load_more_sec .btn::after {
	content: '';
	background-color: #5c068c;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: scaleY(0);
	transition: transform .45s cubic-bezier(0.4, 0, 0, 1);
	transform-origin: bottom center;
}
.load_more_sec .btn:hover::after {
	transform: scaleY(1);
}
.load_more_sec .btn span {
	position: relative;
	z-index: 9;
}
.load_more_sec {
	text-align: center;
	margin: 50px 0 100px 0;
}
/* site_map_page */
.site_link_bx h2 {
	font-size: 25px;
	margin: 0;
	color: #5c068c;
}
.site_link_bx ul {
	padding: 0;
	list-style: none;
}
.site_link_bx ul li a {
	color: #222;
	font-size: 18px;
	font-family: 'Azo Sans Lt';
	text-decoration: none;
	position: relative;
	transition: ease 0.3s;
}
.site_link_bx ul li a:hover {
	margin-left:5px; color:#5c068c;
}
.site_link_bx ul li {
	margin-top: 20px;
}
.site_map_link {
	display: grid;
	max-width: 1400px;
	margin: auto;
	grid-template-columns: 1fr 1fr 1fr;
}

.site_link_main {
	width: 100%;
	border-top: 1px solid #5c068c;
	padding: 100px 0;
	margin: 50px 0;
	position: relative;
}
.site_link_main::before {
	position: absolute;
	content: "";
	width: 300px;
	right: -300px;
	background: #5c068c;
	height: 1px;
	top: -1px;
}
.site_link_bx ul li ul li {
	padding-left: 15px;
	position: relative;
	margin-left: 15px;
}
.site_link_bx ul li ul li::before {
	position: absolute;
	content: "";
	height: 5px;
	width: 5px;
	background: #222;
	border-radius: 100%;
	top: 10px;
	bottom: auto;
	margin: auto;
	left: 0;
}
#news_detail_page .news_author_sec .custom_main_desc {
	text-indent: 38%;
}



.header-overlay {
	position: fixed;
	top: 310px;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	z-index: 1; display: none;
}
.header-overlay.active {
	display: block;
}
#header {
	position: relative;
	background: #fff;
	z-index: 9;
}
/* .nav li .sub_menu {
	min-height: 220px;
} */

.brand_bx .band_btm,
.brand_bx .brand_img{
	transition: ease 0.4s; top:0; right:0; overflow: hidden;
} 
.brand_bx:hover .brand_img{
	position: relative;
	top: -8px;
	right: -8px;
}
.brand_bx:hover .band_btm {
	position: relative;
	top: -9px;
	right: -8px;
}
.brand_bx::before {
	bottom: 0;
	left: 0;
}
.brand_bx.magnetic-creative:hover::before {	background: #d2255d; }
.brand_bx.magnetic-maintenance:hover::before {	background: #007adb; }
.brand_bx.magnetic-assets:hover::before {	background: #0db00d; }
.brand_bx.magnetic-talents:hover::before {	background:#d48b06; }

.brand_bx.magnetic-creative:hover .band_btm a{ border-color:#d2255d; }
.brand_bx.magnetic-maintenance:hover .band_btm a { border-color:#007adb; }
.brand_bx.magnetic-assets:hover .band_btm a {	border-color:#0db00d; }
.brand_bx.magnetic-talents:hover .band_btm a {border-color:#d48b06; }

.brand_bx.magnetic-creative .band_btm a::after{	background: #d2255d; border-color:#d2255d; }
.brand_bx.magnetic-maintenance .band_btm a::after {	background: #007adb; border-color:#007adb; }
.brand_bx.magnetic-assets .band_btm a::after {	background: #0db00d; border-color:#0db00d; }
.brand_bx.magnetic-talents .band_btm a::after {	background:#d48b06; border-color:#d48b06; }



.brand_bx.magnetic-creative:hover .band_btm a{ border-color:#d2255d; }
.brand_bx.magnetic-maintenance:hover .band_btm a { border-color:#007adb; }
.brand_bx.magnetic-assets:hover .band_btm a {	border-color:#0db00d; }
.brand_bx.magnetic-talents:hover .band_btm a {border-color:#d48b06; }


.brand_bx.magnetic-creative .brand_img,
.brand_bx.magnetic-maintenance .brand_img,
.brand_bx.magnetic-assets .brand_img,
.brand_bx.magnetic-talents .brand_img{ border: 1px solid transparent;border-radius: 7px 7px 0 0;}


.brand_bx.magnetic-creative .band_btm,
.brand_bx.magnetic-maintenance .band_btm,
.brand_bx.magnetic-assets .band_btm ,
.brand_bx.magnetic-talents .band_btm  { border: 1px solid transparent;	border-radius: 0 0 7px 7px;}

.brand_bx.magnetic-creative:hover,
.brand_bx.magnetic-creative:hover .brand_img,
.brand_bx.magnetic-creative:hover,
.brand_bx.magnetic-creative:hover .band_btm { border-color: #d2255d; }

.brand_bx.magnetic-maintenance:hover,
.brand_bx.magnetic-maintenance:hover .brand_img,
.brand_bx.magnetic-maintenance:hover,
.brand_bx.magnetic-maintenance:hover .band_btm { border-color: #007adb;}

.brand_bx.magnetic-assets:hover,
.brand_bx.magnetic-assets:hover .brand_img,
.brand_bx.magnetic-assets:hover ,
.brand_bx.magnetic-assets:hover .band_btm { border-color: #0db00d;}

.brand_bx.magnetic-talents:hover,
.brand_bx.magnetic-talents:hover .brand_img,
.brand_bx.magnetic-talents:hover,
.brand_bx.magnetic-talents:hover .band_btm { border-color: #d48b06;}
 

.brand_bx .brand_logo { transition: ease 0.5s;}
.brand_bx:hover .brand_logo {
	opacity: 0;
	/* transform: scale(1.5); */
	top: 0;
}

.brand_img img {
	height: 375px;
}  
.brand_img .brand_logo_img img { 
	max-width: 376px;
	height: auto;
}
.our_brand_page .brand_img {
	min-height: 370px;
}

.our_brand_page .brand_bx:hover .brand_logo {
	opacity: 0;
	transform: unset;
}
.talk_img img {
	width: 100%;
}

.join_img img {
	height: 100%;
	object-fit: cover;
} 

#brandpagesec .brand_img .brand_logo_img img {
	max-width: 240px;
}
.our_brand_page #brandpagesec .band_btm p {
	min-height: 220px;
}
.page-template-ourbrandtemplate .our_brand_page #brandpagesec .band_btm p {
	min-height: 310px;
}

.news_tab_list .nav.nav-tabs li a.direct-maintenance::before{background:#638db6;}
.news_tab_list .nav.nav-tabs li a.direct-training::before{background:#ed8b00;}
.news_tab_list .nav.nav-tabs li a.magnetic-design::before{background:#e1004e;}
.news_tab_list .nav.nav-tabs li a.magnetic-leasing::before{background:#00a82d;}
.news_tab_list .nav.nav-tabs li a.magnetic-manufacturing::before{background:#e3004f;}
.news_tab_list .nav.nav-tabs li a.magnetic-talents::before{background:#d18700;}
.news_tab_list .nav.nav-tabs li a.magnetic-trading::before{background:#00a82d;}

.news_tab_list .nav.nav-tabs li a.magnetic-assets::before{background:#1ca934;}
.news_tab_list .nav.nav-tabs li a.magnetic-creative::before{background:#cf1b5a;}
.news_tab_list .nav.nav-tabs li a.magnetic-maintenance::before{background:#007adb;}

.news_tab_list .nav.nav-tabs li a:hover::before, 
.news_tab_list .nav.nav-tabs li.active a::before {
	background: #fff !important;
}

.news_tab_list .nav.nav-tabs li a.direct-maintenance::after{background:#638db6;}
.news_tab_list .nav.nav-tabs li a.direct-training::after{background:#ed8b00;}
.news_tab_list .nav.nav-tabs li a.magnetic-design::after{background:#e1004e;}
.news_tab_list .nav.nav-tabs li a.magnetic-leasing::after{background:#00a82d;}
.news_tab_list .nav.nav-tabs li a.magnetic-manufacturing::after{background:#e3004f;}
.news_tab_list .nav.nav-tabs li a.magnetic-talents::after{background:#d18700;}
.news_tab_list .nav.nav-tabs li a.magnetic-trading::after{background:#00a82d;}

.news_tab_list .nav.nav-tabs li a.magnetic-assets::after{background:#1ca934;}
.news_tab_list .nav.nav-tabs li a.magnetic-creative::after{background:#cf1b5a;}
.news_tab_list .nav.nav-tabs li a.magnetic-maintenance::after{background:#007adb;}

.news_tab_list .nav.nav-tabs li a.direct-maintenance:hover, 
.news_tab_list .nav.nav-tabs li.active a.direct-maintenance { border-color: #638db6;}

.news_tab_list .nav.nav-tabs li a.direct-training:hover, 
.news_tab_list .nav.nav-tabs li.active a.direct-training { border-color: #ed8b00;}

.news_tab_list .nav.nav-tabs li a.magnetic-design:hover, 
.news_tab_list .nav.nav-tabs li.active a.magnetic-design { border-color: #e1004e;}

.news_tab_list .nav.nav-tabs li a.magnetic-leasing:hover, 
.news_tab_list .nav.nav-tabs li.active a.magnetic-leasing { border-color: #00a82d;}

.news_tab_list .nav.nav-tabs li a.magnetic-manufacturing:hover, 
.news_tab_list .nav.nav-tabs li.active a.magnetic-manufacturing { border-color: #e3004f;}

.news_tab_list .nav.nav-tabs li a.magnetic-talents:hover, 
.news_tab_list .nav.nav-tabs li.active a.magnetic-talents { border-color: #d18700;}

.news_tab_list .nav.nav-tabs li a.magnetic-trading:hover, 
.news_tab_list .nav.nav-tabs li.active a.magnetic-trading { border-color: #00a82d;}

.news_tab_list .nav.nav-tabs li a.magnetic-assets:hover, 
.news_tab_list .nav.nav-tabs li.active a.magnetic-assets { border-color: #1ca934;}

.news_tab_list .nav.nav-tabs li a.magnetic-creative:hover, 
.news_tab_list .nav.nav-tabs li.active a.magnetic-creative { border-color: #cf1b5a;}

.news_tab_list .nav.nav-tabs li a.magnetic-maintenance:hover, 
.news_tab_list .nav.nav-tabs li.active a.magnetic-maintenance { border-color: #007adb;}


.direct-maintenance .news_inner_bx::before { background: #638db6; }
.direct-training .news_inner_bx::before {background:#ed8b00;}
.magnetic-design .news_inner_bx::before {background:#e1004e;}
.magnetic-leasing .news_inner_bx::before {background:#00a82d;}
.magnetic-manufacturing .news_inner_bx::before {background:#e3004f;}
.magnetic-talents .news_inner_bx::before {background:#d18700;}
.magnetic-trading .news_inner_bx::before {background:#00a82d;}
.magnetic-assets .news_inner_bx::before{background:#1ca934;}
.magnetic-creative .news_inner_bx::before{background:#cf1b5a;}
.magnetic-maintenance .news_inner_bx::before{background:#007adb;}

.maintain_bx a.direct-maintenance::before{background:#638db6;}
.maintain_bx a.direct-training::before{background:#0075d1;}
.maintain_bx a.magnetic-design::before{background:#ed8b00;}
.maintain_bx a.magnetic-leasing::before{background:#e1004e;}
.maintain_bx a.magnetic-manufacturing::before{background:#00a82d;}
.maintain_bx a.magnetic-talents::before{background:#d18700;}
.maintain_bx a.magnetic-trading::before{background:#d18700;} 
.maintain_bx a.magnetic-assets::before{background:#1ca934;}
.maintain_bx a.magnetic-creative::before{background:#cf1b5a;}
.maintain_bx a.magnetic-maintenance::before{background:#007adb;}



#location_page {
	margin-bottom: 60px;
	margin-top: 20px;
}
.navbar-right img {
	width: 20px;
	cursor: pointer;
}
.navbar-right img.custCloseImg {
	margin-left: 5px;
}
.navbar-right img.customCloseIcon {
	display: none;
}
.customSearchForm {
	/*display: none;*/
	text-align: center;
	position: fixed;
	left: 0;
	right: 0;
	/*margin: auto;*/
	/*margin-top: 20px;*/
	padding-top: 0px;
/*	background: #fff;*/
	background: #efefef;
	height: 100%;
	/*top:110%; transition: all 0.6s ease; */
	top: 0;
	transform: scaleY(0);
	/* transition: transform 1.30s cubic-bezier(0.4, 0, 0, 1); transform-origin: bottom center; */
}
.customSearchForm.active {
	/*display: block;*/ transition: transform 1.90s cubic-bezier(0.4, 0, 0, 1); transform-origin: bottom center;
}

.search-opened .customSearchForm {
	/* position: fixed; */
	/*left: 0;
	right: 0;
	margin: auto;
	margin-top: 0;
	padding-top: 0;*/
	/* height: 100%;
	top: 0; */ transform: scaleY(1); transition: transform 1.90s cubic-bezier(0.4, 0, 0, 1); transform-origin: bottom center;
} 

#header #searchform {opacity:0; transition: all 0.9s ease; min-height:100px;}
.search-opened #header #searchform {opacity:1; }

.customSearchFormInner {opacity:0; transition: all 0.9s ease;}
.customSearchFormInner.active{opacity:1;}
body.search.search-opened .customSearchFormInner {
	opacity: 1;
}
body.search.search-opened .nav.navbar-nav {
	display: none;
}

body.search .customSearchForm {
	position: static;
	display:none;height: 280px;
	transform: scaleY(1);
}

body.search.search-opened .customSearchForm {
	display:block;
}

.navbar-right .customcloseicon {
	display: none;
	position: absolute;
	width: 150px;
	right: 0;
	top: 0;
	font-size: 18px;
	text-align: right;
}
.navbar-right.open .customcloseicon {
	display: inline-block;
	
}
#header .navbar-right.open .customCloseIcon {
	display: inline-block; opacity:1; transition: all 0.6s ease;
}
#header .navbar-right.open .customSearchIcon {opacity:0;}



.navbar-right .customcloseicon {
	/* position: relative; */
	z-index: 99;cursor: pointer;
}
#header #searchform {
	position: relative;
	width: 100%;
	min-height: unset;
	max-width: 95%;
	margin: auto;
}
#header .navbar-nav {
	float: none;
	margin: 0;
}
/* body.search-opened, body.search-opened #header,  body.search-opened .customSearchForm {
	background: #efefef;
}*/
#header.search-active .nav.navbar-nav {
	/*display: none;*/
}
body.search-opened {
	overflow: hidden;
}
.srch_left span {
	font-size: 15px;
	text-transform: uppercase;
}
.search_page_inner {
	margin-top: 50px;
}
.search_page_inner .news_inner_bx {
	/* padding: 0; */
	position: relative;
	transition: ease 0.2s;
	margin-bottom: 60px;
}
.search_page_inner .news_img {
	background: #fff; overflow:hidden;
	display: flex;
	align-content: center;
	align-items: center;
	align-self: center; justify-content: center
}
.search_page_inner .custom_cat .news_img {
	border-bottom: 1px solid #efefef;
}
.search_page_inner .news_img img{ width:100%; }
.search_page_inner .news_img {
	height: 260px;
}
.search_page_inner .col-sm-4.down_bx .news_img {
	height: 250px;
	margin-top: 100px;
}
.search_page_inner .down_bx_sec .news_img {
	height: 310px;
	margin-top: 40px;
}


.search_page_inner .news_img img{
	min-height: 350px;
}
.search_page_inner .col-sm-4.down_bx .news_img img{
	min-height: 250px;
}
.search_page_inner .down_bx_sec .news_img img{
	min-height: 310px;
}


.search_page_inner .news_inner_bx.custom_cat .news_img img {
	min-height: auto;
	height: auto;
	width: 80%;
	margin: auto;
	display: block;
}
.search_page_inner .news_inner_bx.custom_cat.custom_no_image .news_img img {
	height: 260px;
}

.search-results .news_inner_bx::before {
	height: auto;
	width: auto;
	top: 10px;
	left: 0; right:10px
}
.search-results  .col-sm-4.down_bx  .news_inner_bx::before {
	height: 83%;
	top: auto;
	bottom: 0;
}
.search-results .col-sm-4.down_bx_sec .news_inner_bx::before {
	height: 91%;
	top: auto;
	left: -0;
	bottom: 0;
}
/* .search_page_inner  .news_inner_bx::before {
	display: none;
} */
.search_page_inner .maintain_bx a {
	border: none;
	padding: 0;
	color: #5c068c;
	text-transform: uppercase;
	font-size: 14px;
}
.search_page_inner .maintain_bx a:before {
	display:none;
}
.search_page_inner .news_desc span.search-title {
	font-size: 18px;
	line-height: 25px;
	margin: 0 0 10px 0;
	font-weight: normal;
	display: inline-block;
	width: 100%;
	height: 80px;
	overflow: hidden;
	max-width: 90%;
}
.search_page_inner  .news_desc p {
	font-size: 17px;
	line-height: 20px;max-width: 85%;
}
.search_page_inner  .maintain_bx {
	margin: 0 0 10px 0;
}
body.search, body.search #header {
	background: #efefef;
}

body.search.search-opened {
	overflow: unset;
}
body.search .nav li .sub_menu::after {
	background: #efefef;
}
.custom_expos_data .table-responsive {
	max-width: 1500px;
	margin: auto;
}
.custom_expos_data .table-responsive > table > tbody > tr:nth-of-type(2n+1) {
	background-color: rgba(92,47,146,0.06);
}
.custom_expos_data .table-responsive td {
	padding: 15px;
	vertical-align: top;
	font-size: 16px;
}
.custom_expos_data .table-responsive table {
	width: 100% !important;
	height: auto !important;
}
.custom_expos_data .table-responsive td ul {
	list-style:none;padding: 0 0 0 15px;
}
.custom_expos_data .table-responsive td ul li {
	position: relative;
	margin-bottom: 15px;
}
.custom_expos_data .table-responsive td ul li::before {
	position: absolute;
	content: "";
	height: 8px;
	width: 8px;
	background: #5c068c;
	left: -15px;
	top: 5px;
	border-radius: 100%;
}
.custom_expos_data .table-responsive td a {
	color: #5c068c;
}
.custom_expos_data .table-responsive td  {
	vertical-align:top;
}
.custom_expos_data .table-responsive td h3 {
	margin: 25px 0 0;
	color: #222;
	font-weight: 600;
}
.custom_expos_data .table-responsive {
	box-shadow: 0 0 4px 1px rgba(0,0,0,0.07);
	margin-bottom: 120px;
}
/* body.search-results .customSearchForm, body.search-no-results .customSearchForm {
	display: block;
	background: #efefef;
} */
.custom_no_result {
	margin: 0 0 60px 0;
	text-align: center;
	color: #5c068c;
	font-weight: bold;
}
.col-sm-2.custom-no-result {
	display: none;
}
.col-sm-10.custom_no_result {
	width: 100%;
}
.custom-mobile-right {
	display: none;
}
.Cool-Content-Timeline .cool-vertical-timeline-body .timeline-content .story-details {
	border-color: #5c068c !important;
	background: #5c068c;
}
.Cool-Content-Timeline .cool-vertical-timeline-body .story-details h3 {
	color:  #fff !important;
	margin: 20px 0 10px 0;
}
.Cool-Content-Timeline .cool-vertical-timeline-body .story-details p {
	font-size: 16px;
	color: #fff !important;
}
.mission_sec.custom-mobile-sec {
	display: none;
}



.business_img_sec li.image-small .business_img_bx {
	/*margin-left: -30px;*/
}

.container-fluid.custom-vspace {
	margin-top: 110px;
}
.value_sec.personality_sec .intro_sec {
	margin-top: 30px;
}
/* .value_sec.personality_sec {
	padding-bottom: 200px;
} */
.vision_sec.vision_about .vision_slide_img {
	max-width: 63%;
}

.custom-about-intro .intro_desc {
	left: 0px;
}
.page-template-our_partners .intro_sec.value_sec,
.page-template-ourstory .intro_sec.value_sec {
	margin-top: 0;
	padding: 130px 0;
	margin-bottom: 50px;
}


#header .logo {
	position: relative;
	z-index: 91;
}



#header #searchform {
	position: absolute;
	width: 100%;
	min-height: unset;
	max-width: 95%;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 80px;
}

body.search #header .customSearchForm #searchform {
	position: absolute;
	margin: 0 auto auto auto;
	height: auto;
	bottom: 50px;
	top: auto;
}

.search_page_inner {
	padding-bottom: 100px;
}

.home .custom-space-sec .space {
	margin: 170px 0 120px;
}

.discover_txt {
	margin-bottom: 60px;
}


#content {
	overflow-x: unset !important;
}

.custom_files_main_sec {
	/*max-width: 900px;*/
	margin: auto auto 0px;
}

.certificates_box {
	background: #fff;
	margin: 0 0 30px;
	border-radius: 5px; transition: ease 0.5s;
	border: 1px solid #5c068c;
}

.certificates_box:hover {
	background: #5c068c; color:#fff;
	border: 1px solid #5c068c;
}

.certificates_box .certificates_bin{
	padding: 25px;
}
.certificates_box .certificates_bin h4 {
	margin: 0 0 20px;
	height: 65px;
	overflow: hidden;
}
.certificates_box:hover h4{ color:#fff; }


.certi_download_btn a {
	border: 1px solid #5c068c;
	display: inline-block;
	padding:10px 25px 10px 45px;
	border-radius: 5px;
	margin: 0px 0 0 0;
	font-size: 16px;
	text-transform: uppercase;
	color: #5c068c;
	font-weight: 300; overflow:hidden;
	font-family: 'Azo Sans Lt';
	text-decoration: none;
	position: relative;
	/*min-width: 180px;*/
}
.certi_download_btn a span {
	position: relative;
	z-index: 9;
}

.certi_download_btn a::before {
	position: absolute;
	content: "";
	mask: url('../img/download-icon.svg');
	-webkit-mask: url('../img/download-icon.svg');
	mask-size: 20px;
	-webkit-mask-size: 20px;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-position: center;
	background: #5c068c;
	height: 20px;
	width: 20px;
	left: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 9;
	transition: ease 0.4s;
}
.certi_download_btn a::after {
	content: '';
	background-color: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: scaleY(0);
	transition: transform .80s cubic-bezier(0.4, 0, 0, 1);
	transform-origin: bottom center;
	border-radius: 4px;
}

.certificates_box:hover .certi_download_btn a {
	color: #5c068c;
	border-color: #fff;
}

.certificates_box:hover .certi_download_btn a::after {
	transform: scaleY(1);
}
.certificates_box:hover .certi_download_btn a::before {
	position: absolute;
	content: "";
	left: 12px;
	background: #5c068c;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 9;
	transition: ease 0.4s;
}


.custom_timeline .cool-timeline.white-timeline::before, .custom_timeline .cool-timeline.white-timeline.one-sided::before {
background: rgb(217,202,228);
background: linear-gradient(0deg, rgba(217,202,228,0.15) 0%, rgba(217,202,228,1) 5%, rgba(217,202,228,1) 50%, rgba(217,202,228,1) 95%, rgba(217,202,228,0.14729219324448528) 100%);
}

.navbar-right.custom-desktop-right {
	position: relative;
	z-index: 9;
}
.news_author_sec.custom_news_single_author {
	max-width: unset;
}
.container-fluid {
	overflow-x: clip;
	overflow-y: unset;
}

.custom_bamboo {
	margin-bottom: 80px;
}
.page-template-abouttemplate .custom_mobile_secc, .page-template-overview .custom_mobile_secc {
	padding: 0;
	position: relative;
	left: 75px;
}
.custom_information_content_main p {
	font-size: 16px;
	margin-bottom: 20px;
}
.custom_information_content_main h3 {
	color: #5c068c;
	font-size: 22px;
	margin: 20px 0 20px 0;
	display: inline-block;
	width: 100%;
}

.custom_information_content_main .wp-block-table table, .custom_information_content_main .wp-block-table table td, .custom_information_content_main .wp-block-table table th {
	border: none;
	padding: 15px;
	font-size: 16px;
}
.custom_information_content_main .wp-block-table table thead td {
	color: #5c068c;
	border-bottom-width: 5px;
}
.custom_information_content_main {
	max-width: 85%;
	margin: auto;
	margin-bottom: 50px;
}
.custom_information_content_main .wp-block-table table td, .custom_information_content_main .wp-block-table table th {
	width: 33%;
}
.custom_information_content_main p a {
	color: #5c068c;
}
.custom_information_content_main ol {
	padding: 0 0 0 20px;
}

.custom_information_content_main ol li {
	color: #5c068c;
	font-size: 22px;
	font-weight: 700;
}
.custom_information_content_main ul {
	padding: 0 0 0 20px;
}
.custom_information_content_main ul li {
	margin-bottom: 15px;
	font-size: 16px;
}
.custom_information_content_main ul li {
	list-style: none;
	position:relative;
	position: relative;
}
.custom_information_content_main ul li::before {
	position: absolute;
	content: "";
	height: 10px;
	width: 10px;
	background: #5c068c;
	left: -20px;
	top: 7px;
	border-radius: 100%;
}
.custom_information_content_main.privacy-policy ol li {
	list-style: none;
}
.custom_information_content_main.privacy-policy ol {
	padding: 0;
} .custom_information_content_main.privacy-policy ol li {
	list-style: none;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	margin-bottom: 15px;
}
.custom_information_content_main .wp-block-table table tbody tr:nth-child(2n+1) {
	background: #f5f2f9;
}
.custom_information_content_main .wp-block-table {
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.07);
	width: 100%;
}
.partner_logo ul {
	padding: 0;
	margin-left: -10px;
	list-style: none;
	margin-right: -10px;
}
.partner_logo li {
	width: 25%;
	float: left;
	text-align: center;padding: 10px;
}
.p_logo {
	height: 300px;
	background: #f4f4f4;
	display: table;
	width: 100%;
}
.p_logo_img {
	display: table-cell;
	vertical-align: middle;
}.partner_logo {
	clear: both;
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
}
.p_logo_img svg {
	max-width: 180px;
	height: 180px;
	fill: #000;
}

.p_logo_img svg path, .p_logo_img svg polygon, .p_logo_img svg rect, .p_logo_img svg polygon, .p_logo_img svg polyline {
	fill: #000 !important;
	stroke: #000;
}
.p_logo_img.swift_img svg path {
	stroke: #f4f4f4 !important;
	stroke-width: 3px;
}
.p_logo_img img {
	width: 200px;
/* 	height: 200px; */
}
.custom-sitemap-main-sec .custom-sitemap-nav {
	padding: 0;
	list-style: none;
	margin: auto;
	margin-bottom: 30px;display: inline-block;
width: 100%;
}
.custom-sitemap-main-sec .custom-sitemap-nav > li {
	width: 33%;
	float: left;
	margin-bottom: 40px;
	min-height: 250px;
	padding: 0 130px;
}
.custom-sitemap-main-sec .custom-sitemap-nav > li > a {
	color: #5c068c;
	font-size: 24px;
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
}
.custom-sitemap-main-sec .custom-sitemap-nav > li .sub_menu li a {
	color: #000;
	font-size: 18px;
	font-weight: 300;
	font-family: 'Azo Sans Lt';
}
.custom-sitemap-main-sec .custom-sitemap-nav > li .sub_menu li a:hover {
	color: #5c068c;
}
.custom-sitemap-main-sec .custom-sitemap-nav > li ul {
	padding: 0;
	list-style: none;
	margin: 0 0 0 0;
}
.custom-sitemap-main-sec .custom-sitemap-nav > li ul.sub_menu li {
	margin: 15px 0 0 0;
}
.custom-sitemap-main-sec .custom-sitemap-nav > li ul ul {
	padding-left: 25px;
}
.custom-sitemap-main-sec .custom-sitemap-nav > li ul.sub_menu ul li {
	list-style: disc;
	font-size: 12px;
}
.custom-sitemap-main-sec .custom-sitemap-nav > li.custom-space-menu {
	min-height: unset;
	border-top: 1px solid #5c068c;
	width: 100%;
	height: 1px;
	margin: 50px 0 80px 0;
	position: relative;
}
.custom-sitemap-main-sec .custom-sitemap-nav > li.custom-space-menu::before {
	position: absolute;
	right: -300px;
	background: #5c068c;
	content: "";
	top: -1px;
	bottom: 0;
	height: 0.7px;
	width: 300px;
}
#cookie-notice #cn-notice-text {
	max-width: 75%;
	font-size: 14px;
	text-align: left;
	float: left;
	color: #000;
}
#cookie-notice #cn-notice-buttons a {
	font-size: 17px;
	background: #5c068c;
	color: #fff;
	display: inline-block;
	padding: 10px 20px;
	border:2px solid transparent;
}

/* #cookie-notice #cn-notice-buttons a:hover , #cookie-notice #cn-notice-buttons a#cn-more-info:hover{color:rgb(51, 51, 51); background:#fff;border:2px solid #5c068c;} */
/* #cookie-notice .cn-close-icon::before, #cookie-notice .cn-close-icon::after {
	background-color:#ffff;
} */
#cookie-notice .cn-close-icon {
	top: 30%;
	margin-top: 0;
	opacity: 1;
}
#cookie-notice {
	background: #fff !important;
	border-top: 1px solid #ddd;
}
.page-template-sitemap .about_banner .abut_banner_img {
	display: none;
}
.page-template-sitemap .about_banner {
	padding-top: 140px;
}
.page-template-sitemap .about_banner_txt {
	left: 190px;
}
.custom-sitemap-nav .first-cust-li.custom_script_menuu a {
	cursor: context-menu;
}
.partner_logo li [data-aos^="fade"][data-aos^="fade"] {
	opacity: 1 !important;
	transition-property: unset !important;
}
.partner_logo li  [data-aos^="fade"][data-aos^="fade"].aos-animate {
	opacity: 1 !important;
	transform: unset !important;
}
.partner_logo li  [data-aos][data-aos][data-aos-easing="ease-in-sine"], body .partner_logo li [data-aos-easing="ease-in-sine"] [data-aos] {
	transition-timing-function: unset !important;
}
.partner_logo li  [data-aos][data-aos][data-aos-easing="ease"], body .partner_logo li [data-aos-easing="ease"] [data-aos] {
	transition-timing-function: unset !important;
}
.partner_logo li  [data-aos][data-aos][data-aos-duration="1200"], body .partner_logo li  [data-aos-duration="1200"] [data-aos] {
	transition-duration: unset !important;
}
.partner_logo li  [data-aos="fade-right"] {
	transform: unset !important;
}
 body.page-template-our_partners[data-aos-duration="1200"] [data-aos] {
	transition-duration: 1.8s;
}
.partner_logo li .p_logo {  clip-path: inset(0 100% 100% 0);
  -webkit-clip-path: inset(0 100% 100% 0);-webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
-moz-transition-timing-function: cubic-bezier(.19,1,.22,1);
-ms-transition-timing-function: cubic-bezier(.19,1,.22,1);
-o-transition-timing-function: cubic-bezier(.19,1,.22,1);
transition-timing-function: cubic-bezier(.19,1,.22,1);
-webkit-transition-duration: 800ms;
-moz-transition-duration: 800ms;
-ms-transition-duration: 800ms;
-o-transition-duration: 800ms;
transition-duration: 800ms;
}
.partner_logo li .p_logo.aos-animate { clip-path: inset(0 0 0 0);
-webkit-clip-path: inset(0 0 0 0);
}
.single-news_post .news_slider .slick-list {
	padding-left: 0 !important;
	padding-right: 200px !important; 
}
.intro_sec.value_sec.custom-future-intro-sec{position:relative;}
.intro_sec.value_sec.custom-future-intro-sec::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 400px;
	background: #5c068c;
	top: 0;
	left: -400px;
}
.intro_sec.value_sec.custom-future-intro-sec::after {
	position: absolute;
	content: "";
	height: 100%;
	width: 400px;
	background: #5c068c;
	top: 0;
	right: -400px;
}
.intro_sec.value_sec.custom-future-intro-sec .container-fluid {
	padding: 0 15px;
}
body.page-template-diffrentiation_positioning .value_sec.personality_sec {
	padding-bottom: 100px;
	margin-bottom: 0;
}

body.page-template-diffrentiation_positioning .container-fluid.custom-vspace {
	margin-top: 0;
}
body.page-template-diffrentiation_positioning .value_sec {
	margin-bottom: 50px;
}
.custom-brand-video {
	margin: 20px 0 100px 0;
	width:100%;
	position:relative;
}
.detail_banner_text .customVideo {
	width: 100%;
	position: relative;
}
.tax-brands_categories .value_sec .intro_head h2 {
	padding-left: 60px;
}
.tax-brands_categories .creative_tab_content .panel-default > .panel-heading {
	padding: 0 60px;
}
.tax-brands_categories .creativr_talk_head {
	padding: 0 0 0 60px;
}
.page-template-our_partners .value_sec .intro_desc h3 {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500 !important;
	margin: 30px 0 0 0;
}
.page-template-our_partners .value_sec .intro_desc h3 b {
	font-weight: 600;
}
.page-template-our_partners .talk_sec {
	margin-bottom: 100px;
}
.page-template-our_partners .talk_txt_left p {
	text-indent: 120px;
	min-height: 350px;
}
.custom-button-values{
margin: 50px 0 0 0;
}
.custom-button-values a {
	border: 1px solid #b294c7;
	display: inline-block;
	padding: 15px;
	border-radius: 5px;
	margin: 0 20px 10px 0;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 300;
	font-family: 'Azo Sans Lt';
	text-decoration: none;
	position: relative;
	min-width: 250px;
}
.custom-button-values a:hover {
	color: #5c068c; border-color:#fff;
}
.custom-button-values a span {
	position: relative;
	z-index: 9;
}

.custom-button-values a::before { 
	position: absolute;
	content: "";
	mask: url('https://www.magneticgroup.co/wp-content/themes/starter-theme-1.x/assets/img/button_arrow.svg');
	-webkit-mask: url('https://www.magneticgroup.co/wp-content/themes/starter-theme-1.x/assets/img/button_arrow.svg');
	mask-size: 20px;
	 -webkit-mask-size: 20px; 
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-position: center;
	background:#fff;
	height: 20px; 
	width: 20px;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 9;
	transition: ease 0.4s;
}
.custom-button-values a:hover::before { 
	position: absolute;
	content: "";
	right: 12px;
	background:#5c068c;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 9;
	transition: ease 0.4s;
}
.custom-button-values a::after {
	content: '';
	background-color: #ffffff;
	position: absolute; 
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: scaleY(0);
	transition: transform .80s cubic-bezier(0.4, 0, 0, 1);
	transform-origin: bottom center;
	border-radius:4px;
}
.custom-button-values a:hover::after {
	transform: scaleY(1);
}
.page-template-internship .container-fluid.custom-vspace {
	margin-top: 0;
}
.page-template-position .value_sec {
	margin-bottom: 120px;
}
.page-template-position .custom-button-values a {
	min-width: 300px;
}
.events-template-default #news_detail_page .news_detail_banner.default-image {
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}
.events-template-default .detail_banner_text h3 {
	font-size: 24px;
	font-weight: 600;
	margin: 40px 0 10px 0;
}
.events-template-default .detail_banner_text ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.events-template-default .detail_banner_text ul li {
	border-bottom: 1px solid #5c068c;
	padding: 30px 0;
	position: relative;
	padding-left: 20px;font-size: 20px;
}
.events-template-default .detail_banner_text ul li h5 {
	display: inline-block;
	margin: 0;
}
.events-template-default .detail_banner_text ul li h5{font-size: 20px;}
.events-template-default .detail_banner_text ul li::after {
	position: absolute;
	content: "";
	height: 6px;
	width: 6px;
	background: #5c068c;
	border-radius: 100%;
	left: 0;
	top: 40px;
}
.events-template-default .detail_banner_text ul li::before {
	position: absolute;
	content: "";
	height: 1px;
	bottom: -1px;
	width: 300px;
	margin: auto;
	right: -300px;
	background: #5c068c;
}
@media only screen and (min-width:1300px){

#header .navbar-nav li .sub_menu li {
	margin-top: 30px;
	position: relative;
}
#header .navbar-nav li .sub_menu li:first-child {
	margin-top: 40px;
}

#header .navbar-right {
	float: none !important;
	margin-right: 0;
	margin-left: 50px;
	margin-top: -8px;
}
	.navbar-right.custom-desktop-right {
	margin-left: 50px;
	margin-top: 10px;
}
}
@media only screen and (min-width:1400px){
.custom_information_content_main p, .custom_information_content_main ul li {
	font-size: 20px;
}
.custom_information_content_main h3 {
	font-size: 30px;
}
.custom_information_content_main .wp-block-table table, .custom_information_content_main .wp-block-table table td, .custom_information_content_main .wp-block-table table th {
	font-size: 18px;
}
.custom_information_content_main ol li {
	font-size: 30px;
}
.custom_information_content_main ol {
	padding: 30px 0 0 30px;
}
.custom_information_content_main ul li::before {
	height: 12px;
	width: 12px;
}
 .custom_information_content_main.privacy-policy ol li {
	font-size: 20px;
}
}
@media only screen and (min-width:1900px){
.brand_img {
	height: 375px;
}
.brand_img img {
	height: 375px;
}
.band_btm a {
	min-width: 245px;
	height: 60px;	
	padding: 20px;
}
.band_btm p {
	min-height: 115px;
}
.band_btm {
	min-height: 225px;
	padding:30px; 
}
/*
.join_img::before {
	left: -10px;
	bottom: -8px;
}*/

.join_desc_right { 
	margin-top: 80px; height: 98%;
	margin-left: -40px;
}
.talk_sec .tals_slider .talk_txt_right {
	width: 22vw;
}
.news_img img {
	height: 350px;
}
.vision_slide_img {
	max-width: 1040px;
	width: 100%;
}
.vision_sec::before {
	height: 900px;
	bottom: 30px;
	width: 1252px;
}
.vision_sec .slider__counter {
	left: -11%;
}


.down_scroll {
	right: 180px;
	width: 165px;
	height: 165px;
} 

.down_scroll span {
	width: 165px;
	left: 180px;
}
.page-template-internship .about_banner_txt h2, .page-template-internship .about_banner_txt h1 {
	font-size: 72px;
}
}

@media only screen and (min-width:2000px){
.news_img img {
	height: 400px;
}
.vision_slide_img {
	max-width: 60%;
}
.vision_slide img {
	width: 100%;
}
.vision_upper_txt span {
	font-size: 64px;
}
.vision_upper_txt {
	max-width: 1100px;
}
.vision_sec .slider__counter {
	left: -7%;
}


}



@media only screen and (min-width:2400px){

#news_page .container-fluid .space {
	margin-top: 60px;
}	

.vision_sec .slider__counter {
	max-width: 200px;
}
.banner_txt {
	max-width: 1350px;
	left: 560px;
}
.banner_txt span {
	font-size: 30px;
	max-width: 850px;
}

}

.down_scroll #dblArrowDown{
 animation-name: spin;
  animation-duration: 9000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; 
  /* transform: rotate(3deg); */
   /* transform: rotate(0.3rad);/ */
   /* transform: rotate(3grad); */ 
   /* transform: rotate(.03turn);  */
}

@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

body.search.sticky-menu-active #header {
	border-bottom: none !important;
}

#cookie-notice #cn-notice-buttons a {
	font-size: 17px;
	background: none;
	color: #5c068c;
	display: inline-block;
	padding: 10px 21px;
	border: 1px solid #5c068c !important;
	border-radius: 4px;
	position: relative;
}
#cookie-notice #cn-notice-buttons a  span {
	position: relative;
	z-index: 9;
}
#cookie-notice #cn-notice-buttons a:hover {
	color: #fff;
}
#cookie-notice #cn-notice-buttons a::after {
	content: "";
	background-color: #5c068c;
	position: absolute; 
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: scaleY(0);
	transition: transform .80s cubic-bezier(0.4, 0, 0, 1);
	transform-origin: bottom center;
	border-radius: 0px;
	z-index:-1 !important;
}
#cookie-notice #cn-notice-buttons a:hover::after {
	transform: scaleY(1);
}
.page-template-overview .mission_head .row {
	width: 100%;
}
.visit_list.visit_list_ovrview ul {
	margin-top: 0;
}

.visit_list.visit_list_ovrview ul li {
	border-color: #5c068c; border:0;
}
.visit_list.visit_list_ovrview ul li::before {
	background: #5c068c;
	position: absolute;
	content: "";
	height: 1px;
	bottom: 0px;
	width: 100vw;
	margin: auto;
	left: 0; right:0;
}

.visit_list.visit_list_ovrview ul li:last-child::before {
	height: 0px;
}

.page-template-overview .vision_sec.custom_overview_vision.vision_about .vision_upper_txt span {
	bottom: auto;
	position: inherit;
	max-width: 75%;
	font-weight: normal;
	font-style: normal;
}

.page-template-overview .vision_sec.vision_about.custom_overview_vision {
	padding: 0 0 120px 60px;
}
.page-template-overview .vision_about.custom_overview_vision .vision_slide_img {
	top: 160px;
}


.page-template-overview .custom_overview_vision .vision_upper_txt h3 {
	font-size: 54px;
	/* font-weight: normal; */
	font-style: italic;
}
.page-template-overview .custom_overview_vision.vision_about .vision_upper_txt {
	max-width: 750px;
}
.page-template-overview .custom_overview_vision.vision_about .vision_upper_txt span {
	font-size: 18px;
}

.page-template-expos_conferences .custom-event-main-section {
	margin-bottom: 100px;
}
.page-template-expos_conferences .custom-event-main-section .news_desc p {
	font-size: 16px;
	min-height: 42px;
	margin: 0 0 10px 0;
}
.custom_location {
	margin-bottom: 15px;
	display: inline-block;
	width: 100%;
	min-height: 40px;
	font-size: 15px;
}
.page-template-expos_conferences .custom-event-main-section .tab-content .custom-col {
	margin-bottom: 50px;
}
.page-template-expos_conferences .news_img {
	height: 300px;
	text-align: center;
	display: flex;
	background: #fff;
}
.page-template-expos_conferences .news_img img {
	height: auto;
	max-width: 200px;
	margin: auto;
}
.events-template-default .news_detail_banner img {
	width: auto;
	max-width: 100%;
	margin: auto;
	height: auto;
}
.events-template-default .news_detail_banner {
	margin-bottom: 30px;
}
.events-template-default .news_img {
	height: 300px;
	text-align: center;
	display: flex;
	background: #fff;
}
.events-template-default .news_img img {
	height: auto;
	max-width: 200px;
	margin: auto;
}
.events-template-default  .news_desc p {
	font-size: 16px;
	min-height: unset;
	margin: 0 0 10px 0;
}
.events-template-default .news_right_desc p, .events-template-default .news_right_desc h1 {
	color: #5c068c;
}
.single-post .news_right_desc p, .single-post .news_right_desc h1 {
	color:#5c068c;
}
 .magnetic-creative .tag_left span::before {
	background: #cf1b5a;
}
.magnetic-assets .tag_left span::before {
	background: #1ca934;
}
.magnetic-maintenance .tag_left span::before {
	background: #007adb;
}
.magnetic-talents .tag_left span::before {
	background: #d18700;
}
.page-template-expos_conferences  .show_all_list.custom_event_page {
	float: none;
	text-align: center;
	margin: auto;
	display: block !important;
}
.page-template-expos_conferences .news_inner_bx::before {
	width: 97%;
	left: 0;
	right:auto;
}
.map_sec .mapplic-pin.pin-bordered.pin-label, .map_sec .mapplic-pin.pin-bordered.pin-label::before {
	border: none !important;
	background-color: unset !important;
	width: 10px;
	height: 10px;
}
.map_img .mapplic-tooltip  .mapplic-icon {
	margin: 0;left: 7px;
}
.map_img .mapplic-tooltip .mapplic-icon.mapplic-icon-cross {
	width: 12px;
	height: 12px; 
}


.map_img .mapplic-legend {
	background: none;
	margin: 12px;
	padding: 0 8px;
	position: absolute;
	left: 0;
	bottom: auto;
	top: 30px;
	right: 0;
	margin: auto;
	text-align: center;
	/* display: flex; */
	display:none;
	overflow-y: scroll;
	justify-content: center;
}
.map_img .mapplic-legend label {
	display: inline-block;
	color: #000;
	font-size: 18px;
	margin: 0 20px;
	position: relative;
	white-space: nowrap;
}
.map_img .mapplic-toggle::before {
	display:none;
}
.map_img .mapplic-legend label span {
	font-size: 18px;
	padding: 0; 
}
.map_img .mapplic-legend label span::before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #5c068c;
	transform: scaleX(0);
	transition: transform .62s;
	transition-timing-function: ease;
	transition-timing-function: cubic-bezier(.39,.575,.28,.995);
	transform-origin: 100% 100%; 
}
.map_img .mapplic-legend label:hover span::before, .map_img .mapplic-legend label.active span::before {
	transform: scaleX(1);  
	transform-origin: 0 0; 
}
.map_img .mapplic-legend label span.mapplic-toggle-circle {
	display: none;
}

.search-results .search_page_inner .news_img {
	border: none;
	align-items: flex-start;
}
.search-results .search_page_inner .custom_cat .news_img {
	border-bottom: 1px solid #efefef;
}

.search-results .search_page_inner .news_img a{width:100%;}
.customLoadMoreMain #custLoadMoreBtn {
	border: 1px solid #000;
	display: inline-block;
	padding: 18px 15px 15px 20px;
	border-radius: 5px;
	margin: 0;
	font-size: 16px;
	text-transform: uppercase;
	color: #000;
	font-weight: 300;
	font-family: 'Azo Sans Lt';
	text-decoration: none;
	position: relative;
	min-width: 240px;
	background: none; line-height: 14px;
	text-align: left; overflow: hidden
}
.customLoadMoreMain #custLoadMoreBtn span{position:relative; z-index:9;}
.customLoadMoreMain #custLoadMoreBtn:hover {
	color: #fff;border-color:#5c068c;
}
.customLoadMoreMain #custLoadMoreBtn::before {
	position: absolute;
	content: "";
	mask: url('https://www.magneticgroup.co/wp-content/themes/starter-theme-1.x/assets/img/button_arrow.svg');
	-webkit-mask: url('https://www.magneticgroup.co/wp-content/themes/starter-theme-1.x/assets/img/button_arrow.svg');
	mask-size: 20px;
	 -webkit-mask-size: 20px; 
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-position: center;
	background:#222;
	height: 20px;
	width: 20px;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 9;
	transition: ease 0.4s;
}
.customLoadMoreMain #custLoadMoreBtn:hover::before {
background:#fff;
	right: 12px;
}

.customLoadMoreMain #custLoadMoreBtn::after {
	content: '';
	background-color: #5c068c;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: scaleY(0);
	transition: transform .45s cubic-bezier(0.4, 0, 0, 1);
	transform-origin: bottom center;
}
.customLoadMoreMain #custLoadMoreBtn:hover::after {
	transform: scaleY(1); 
}
.customLoadMoreMain {
	text-align: center;
}


.page-template-expos_conferences .custom-event-main-section .news_sec {
	padding-left: 0;
}
.page-template-expos_conferences .custom-event-main-section .news_head {
	display: none;
}
.page-template-expos_conferences .custom-event-main-section .news_tab_list {
	padding-left: 0;
}
.page-template-expos_conferences .custom-event-main-section .news_sec .tab-content {
	max-width: 100%;
}
.page-template-expos_conferences .custom-event-main-section .news_sec .news_inner_bx {
	margin: 0 0 0 -7px;
}
.page-template-expos_conferences .custom-event-main-section #upcoming .custom-filter-form{
	margin: 0 0 30px;
}
.page-template-expos_conferences .custom-event-main-section #upcoming .custom-filter-form .form-main .custom_label {
	font-size: 16px;
	font-weight: normal;
	font-family: 'Azo Sans Lt';
	transition: 0.5s;
	top: 0;
}

.page-template-expos_conferences .custom-event-main-section  #upcoming .custom-filter-form .form-main .form-control {
	border-radius: 0;
	border: 0;
	box-shadow: none;
	border-bottom: 1px solid #bfbfbf;
	padding: 5px 0;
	height: auto;
}
.page-template-expos_conferences .custom-event-main-section #upcoming .custom-filter-form .form-main {
	display: flex;
}
.page-template-expos_conferences .custom-event-main-section #upcoming .custom-filter-form .form-main .formmainbx {
	display: flex;
	align-content: end;
	align-self: end;
	align-items: end;
	height: 100%;
	flex-wrap: wrap;
}
.page-template-expos_conferences .custom-event-main-section #upcoming .custom-filter-form .form-main .custom_filter_btn {
	border: 1px solid #b294c7;
	color: #000 !important;
	line-height: 20px;
	opacity: 1 !important;
	padding: 14px 55px 10px 25px;
	height: auto;
	transition: all .5s;
	border-radius: 5px;
	text-align: left;
	overflow: hidden;
	font-weight: 300;
	font-family: 'Azo Sans Lt';
	text-decoration: none;
	position: relative;
	text-transform: uppercase;
}
.page-template-expos_conferences .custom-event-main-section #upcoming .custom-filter-form .form-main .custom_filter_btn::before {
	position: absolute;
	content: "";
	mask: url('https://www.magneticgroup.co/wp-content/themes/starter-theme-1.x/assets/img/button_arrow.svg');
	-webkit-mask: url('https://www.magneticgroup.co/wp-content/themes/starter-theme-1.x/assets/img/button_arrow.svg');
	mask-size: 20px;
	-webkit-mask-size: 20px;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-position: center;
	height: 20px;
	width: 20px;
	right: 20px;
	top: 0;
	bottom: 0;
	background: #222;
	margin: auto;
	/* z-index: 9; */
	transition: ease 0.8s;
}
.page-template-expos_conferences .custom-event-main-section #upcoming .custom-filter-form .form-main .custom_filter_btn::after {
	content: '';
	background-color: #5c068c;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: scaleY(0);
	transition: transform .40s cubic-bezier(0.4, 0, 0, 1);
	transform-origin: bottom center;
	z-index: -1;
	border-radius: 5px;
	height: 55px;
}
.page-template-expos_conferences .custom-event-main-section #upcoming .custom-filter-form .form-main .custom_filter_btn:hover::after {
	transform: scaleY(1);
}
.page-template-expos_conferences .custom-event-main-section #upcoming .custom-filter-form .form-main .custom_filter_btn:hover::before {
	background: #fff;
	right: 10px;
}
.page-template-expos_conferences .custom-event-main-section #upcoming .custom-filter-form .form-main .custom_filter_btn span{
	position:relative; z-index:1;
}
.page-template-expos_conferences .custom-event-main-section #upcoming .custom-filter-form .form-main .custom_filter_btn:hover span{ color:#fff;}
.page-template-expos_conferences .custom-event-main-section #upcoming .custom-filter-form .form-main .row {
	width: 100%;
	max-width: 1000px;
}
.page-template-expos_conferences .custom-event-main-section #upcoming .custom-filter-form .form-main .formmainbx .custom_filter_btn {
	/* display: inline-block; */
	margin: 0 10px 0 0;
}
#ui-datepicker-div .ui-datepicker-header.ui-widget-header {
	background: #5c068c; padding: 8px 0;
	color: #fff; border-radius: 0; border: 0;
}
#ui-datepicker-div {
	border-radius: 0;
	width: 310px; font-family: 'Azo Sans';
}

#ui-datepicker-div.ui-datepicker table {
	margin: 0 0 3px;
}
#ui-datepicker-div.ui-datepicker td span, #ui-datepicker-div.ui-datepicker td a {
	display: block;
	padding: 7px 10px;
	text-align: right;
	text-decoration: none;
}
#ui-datepicker-div.ui-datepicker td span:hover, #ui-datepicker-div.ui-datepicker td a:hover {
	background:#000; color:#fff;
}

#ui-datepicker-div.ui-datepicker td.ui-datepicker-today a,
#ui-datepicker-div.ui-datepicker td.ui-datepicker-current-day a {
	background: #5c068c;
	color: #fff;
	border-color: #5c068c;
}
#ui-datepicker-div.ui-datepicker td.ui-datepicker-today a:hover,
#ui-datepicker-div.ui-datepicker td.ui-datepicker-current-day a:hover{background: #5c068c; 	color: #fff; }
 
#ui-datepicker-div thead th {
	background: #000;
	color: #fff;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-prev, #ui-datepicker-div.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 40px;
	height: 40px;
	background: none; cursor:pointer;
	border-radius: 0;
	border: 0; opacity: 1; font-weight: bold;
} 

#ui-datepicker-div.ui-datepicker .ui-datepicker-prev:hover, #ui-datepicker-div.ui-datepicker .ui-datepicker-next:hover {
	opacity: 0.8; 
} 
#ui-datepicker-div.ui-datepicker .ui-datepicker-prev span, #ui-datepicker-div.ui-datepicker .ui-datepicker-next span{
	text-indent: unset; color:#fff; font-size:0;
} 

#ui-datepicker-div.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-prev span::after,
#ui-datepicker-div.ui-datepicker .ui-datepicker-next span::after {
	position: absolute;
	top: 0;
	bottom: 0;
	font-size: 16px;
	color: #fff;
	z-index: 9;
	text-indent: 0;
	font-family: eicons;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-prev span::after {
	content: "\e87e";
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-next span::after {
	content: "\e87d";
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-prev.ui-state-disabled,
#ui-datepicker-div.ui-datepicker .ui-datepicker-next.ui-state-disabled {
	opacity: 0.5;
}

.custom_events_main_sec .custom-no-events {
	text-align: center;
	margin-top: 50px;
	color: #5c068c;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-prev span::after {
    content: "\f104";
    font-family: fontawesome;
    color: #fff;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-next span::after {
    content: "\f105";
    font-family: fontawesome;
    color: #fff; 
}
/* .news_detail_banner {
    height: 600px;
    overflow: hidden;
    position: relative;
}
.news_detail_banner img {
    height: 100%;
    object-fit: cover;
} */

.single-events .news_detail_banner {
	height: auto !important;
	overflow: hidden;
}

body .cool-timeline .timeline-post .timeline-content .content-details, body  .cool-timeline .timeline-post .timeline-content .content-details p, .cool-timeline.white-timeline .timeline-post .timeline-content .content-title {
	font-family: 'Azo Sans';
}
.page-template-contacttemplate .nf-form-cont .nf-response-msg {
	font-size: 20px;
	font-weight: bold;
	color: #5c068c;
	margin-bottom: 30px;
}
.map_bx .tab-content path {
	fill: #f3f3f3;
}
#header .nav li .sub_menu.right_side.custom-thirdLabel-submenu {
	display: none;
}

.new_list_sec ul {
	padding: 0;
	margin: 0;
}
.year_left h2 {
	margin: 10px 0px 0px 0px;
	font-size: 22px;
	color: #5c068c;
}
.year_txt p {
	font-size: 18px;
	margin-bottom: 0px;
	margin-top: 15px;
}
.year_img {
	float: right;
	width: 100%;
	text-align: right;
	margin: 50px 0 0 0;
}
.year_img_inner {
	max-width: 65%;
	float: right;
	width: 100%;
	border-top-left-radius:5px;
	border-bottom-left-radius:px;
	position:relative;
}
.year_img_inner::before {
	width: 102%;
	height: 100%;
	background: #5c068c;
	content: "";
	bottom: -10px;
	left: -10px;
	position: absolute;
	border-radius: 5px;
	right: 0;
	border-bottom-right-radius: 0;
}
.year_img_inner img {
	width: 100%;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	z-index: 9;
	max-width: 100%;
}
.new_list_sec li .year_sec {
	position: relative;
	border-bottom: 1px solid #d8c9e3;
	padding: 50px 0 50px 60px;
	max-width: 100%;
	float: right;
	width: 100%;
	clear: both;
}
.year_sec .col-sm-6 {
	padding-left: 0;
}
.new_list_sec {
	margin-bottom: 150px;
	display: inline-block;
	width: 100%;
}
.new_list_sec.first_section {
	margin-bottom: 100px;
}


/* form css start */


.main_form_sec{max-width:100%; margin:0 auto; font-family: "Poppins",sans-serif;}
.form_bx{margin-top: 12px;border: 1px solid #dadce0;padding: 24px;position: relative;background-color: #fff;border-radius: 8px;}
.form_bxhead {
	background-color: rgb(200, 201, 199);
	border-radius: 8px 8px 0 0;
	font-size: 12pt;
	color: rgba(0, 0, 0, 1);
	padding: 12px 24px;
	margin: -24px -24px 15px -24px;
}
.form_bx p {
	font-size: 14px;
	color: #000000;
	margin: 0;
}
.form_bx .radionlist {
	font-size: 14px; color: #000000;
	margin-top: 12px;
}
.form_bx .radionlist ul {
	text-align: center;
}
.form_bx .radionlist ul li {
	display: inline-block;
	vertical-align: bottom;
	padding: 0 15px;
}
.form_bx .radionlist ul li .rdnno {
	display: block;
	font-size: 13px;
	margin: 0 0 5px;
}

.top_border {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	height: 10px;
	left: -0;
	position: absolute;
	top: -1px;
	background-color: rgb(200, 201, 199);
	width: 100%;
}
.Satisfaction_sec {
	font-size: 30px;
	font-weight: 400;
	line-height: 40px;
	color: #000000;
	line-height: 135%;
	max-width: 100%;
	min-width: 0%;
}
.cBGGJ {
	white-space: pre-wrap;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: .2px;
	line-height: 20px;
	color: #000000;
	margin: 12px 0;
}
 .zAVwcb {
	border-top: 1px solid #dadce0;
	left: 0;
	position: absolute;
	width: 100%;
}
.eAQI0e {
	font-size: 14px;
	color: #5f6368;
	margin: 10px 0 0 0;
	display: inline-block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 0 0 0 0;
}
.eAQI0e .EbMsme {
	font-weight: 600;
}
.eAQI0e .jZZ5Nd {
	color: #1a73e8;
}

.restored {
	display: inline-block;
	vertical-align: top;
	float: right;
	font-size: 12px;
	color: #5f6368;
	position: relative;
	padding-left: 0;
}
.md0UAd {
	color: #d93025;font-size: 14px;margin-top: 12px;
}
.txt_field label {
	font-size: 14px;
	color: #000000;
	font-weight: 400;
	line-height: 22px;
	margin: 0;
	display: block;
}
.txt_field .form-control {
	border: none;
	border-bottom: 1px solid #dadce0;
	max-width: 100%;
	height: 24px;
	margin-top: 15px;
	box-shadow: none;
	border-radius: 0;
}
.radio_list ul {
	padding: 0;
	list-style: none;
}
.radio_list ul li span {
	margin-left: 10px;
	font-size: 14px;
}
.txt_field label span, .txt_field span span {
	color: #000;
}
.form_btm_btn {
	margin: 12px 0;
}
.form_btm_btn .btn.btn-default, .form_btm_btn .btn.btn-submit {
	color: #000;
	box-shadow: 0 2px 1px -1px rgba(0,0,0,0.2),0 1px 1px 0 rgba(0,0,0,0.141),0 1px 3px 0 rgba(0,0,0,0.122);
	background: none;
	border: none;
	font-size: 14px;
	letter-spacing: 0.25px;
	line-height: 36px;
	border-radius: 4px;
	padding: 0 0;font-weight: 400;
	width: 80px;
}
.form_btm_btn .btn.btn-submit{background:rgb(117, 119, 115); color:#fff;}
.form_btm_btn .btn.btn-submit:hover{background: #5c2f92;
	color: #fff;}
.form_btm_btn .btn.btn-default:hover {
	background: #5c2f92;
	color: #fff;
}
.form_btm_btn .btn.btn-primary {
	color: #000;
	float: right;
	background: none;
	border: none;
	font-size: 14px;
	letter-spacing: 0.25px;
	line-height: 36px;
	border-radius: 4px;
	padding: 0 10px;
	font-weight: 400;
	min-width: 80px;
	box-shadow: 0 2px 1px -1px rgba(0,0,0,0.2),0 1px 1px 0 rgba(0,0,0,0.141),0 1px 3px 0 rgba(0,0,0,0.122);
}
.form_btm_btn .btn.btn-primary:hover{background: #5c2f92;
	color: #fff;}

/* .eye_icn {
	position: absolute;left: 0;top: -3458px;
}
.eye_icn::before {
	content: url(//ssl.gstatic.com/docs/forms/qp_sprite161.svg);
}
.Draft_icn {
	position: absolute;left: 0;top: -6682px;
}
.Draft_icn::before {
	content: url(//ssl.gstatic.com/docs/forms/qp_sprite161.svg);
} */
.q_sec {
	position: absolute;
	left: 0;
	right: 0;
	top: -1px;
	background: rgb(200, 201, 199);
	border-top-left-radius: 8px;
	color: rgba(0, 0, 0, 1);
	font-size: 16px;
	padding: 5px 10px;
	border-top-right-radius: 8px;
}

.G4EHhc {
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	margin-top: 20px;
	display: block;
	margin-bottom: 30px;
}
.ufh7vf {
	background-color: transparent;
	display: table;
	width: 100%;
} 
.V4d7Ke {
	display: table-cell;
	height: 2.5em;
	min-width: 48px;
	padding: 0.25em;
	text-align: center;
	vertical-align: middle;
	width: 120px;
	font-size: 14px;
}
.ssX1Bd, .mxSrOe, .EzyPc  {
	display: table-row;
}
.ssX1Bd .V4d7Ke {
	background: #f8f9fa;
	border-bottom: 10px solid #ffff;
	padding: 10px;
}
.ssX1Bd.KZt9Tc .V4d7Ke {
	background: none;padding: 0;
}
.V4d7Ke.wzWPxe {
	text-align: left;
	font-size: 14px;
	min-width: 160px;
}
.form_bx .txt_field span {
	font-size: 14px;
	color: #000000;
}
.form_bx.q_sec_inner .q_sec {
	background: none;
	position: static;
	padding: 0;
}
.form_bx.q_sec_inner .G4EHhc {
	margin-top: 0;
	font-size: 13px;
}
.eye_icn, .Draft_icn {
	max-width: 25px;
	display: inline-block;
}
.eye_icn img, .Draft_icn img {
	max-width: 100%;
}
.txt_field.error_req .form-control {
	border-color: red;
}
.error_bx{display:none;}
.error_req .error_bx{display:block;}
.form_bx  .error_bx span {
	font-size: 12px;
	color: red;
}
.form_bx  .error_bx img {
	max-width: 20px;
	margin-right: 10px;
}
.form_bx  .error_bx {
	margin-top: 10px;
}
.form_bx.radio_main_section.error_req {
	border: 1px solid red;
}
.form_bx.radio_main_section.error_req .q_sec {
	top: 0;
}
.form_bx.radio_main.error_req {
	border: 1px solid red;
}
.form_bx.radio_main.error_req .q_sec {
	top: 0;
}
.form_bx .V4d7Ke input, .radio_list input {
	height: 20px;
	width: 20px;
	vertical-align: top;
}.form_bx.error_req {
	border-color: red;
}
.custom-checkbox {
	display: inline-block;
	vertical-align: middle;
}
@media only screen and (max-width:767px){
.Satisfaction_sec {
	font-size: 18px;
}
.restored {
	display: block;
	width: 100%;
}
.main_form_sec {
	padding: 0 0;
}
.main_form_sec .ufh7vf {
	overflow: auto;
} 
.cBGGJ {
	font-size: 14px;
}
.form_bx .radionlist li:nth-child(1) {
	width: 100%;
}
.form_bx .radionlist li:last-child {
	width: 100%;
}  
.radio_list li {
	position: relative;
	padding-left: 30px;
}
.custom-checkbox {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 0;
}
.form_bx .txt_field span {
	margin: 0;vertical-align: top;
}
.form_bx.radio_main_section .V4d7Ke.wzWPxe {
	position: sticky;
	left: 0;
	box-shadow: 5px 0 5px -1px #e0e0e0;
	background: #fff;
	font-size: 12px;
	min-width: 130px;
	line-height: 18px;
}
.form_bx.radio_main_section  .ufh7vf {
	display: inherit;
}
.form_bx.q_sec_inner  .V4d7Ke.wzWPxe {
	display: none;
}
.form_bx.radio_main_section .ssX1Bd.KZt9Tc .V4d7Ke {
	padding: 0 10px;
	vertical-align: top;
	white-space: nowrap;
}
.G4EHhc {
	font-size: 14px;
}
.form_bx .radionlist ul li {
	padding: 0 10px;
}
.custom_assets_main_sec .custom-title-assets {
	font-size: 25px;
	padding-left: 10px;
}
} 

.form_bx.required  span span, .form_bx.required .txt_field label span {
	color: #d93025;
}

.daterangepicker .calendar.left.single {
	float: none !important;
	max-width: 100%;
}
.daterangepicker .calendar-table select.monthselect, .daterangepicker .calendar-table select.yearselect {
	border: 1px solid #ccc;
	background: #fff;
	font-size: 14px;
	font-weight: 500;
	padding: 5px;
}

.daterangepicker .calendar th .glyphicon {
	position: relative;
	width: 16px;
	height: 16px;
	display: inline-block;
}

.daterangepicker .calendar th .glyphicon::before {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	width: 16px;
	height: 16px;
}

.daterangepicker .calendar th .glyphicon.fa-chevron-right::before {
	background-image: url(https://magneticmro.com/wp-content/themes/magneticmro/assets/dist/gfx/oi-icons_sprite.svg);
	background-position: -173px -184px;
}
.daterangepicker .calendar th .glyphicon.fa-chevron-left::before {
	background-image: url(https://magneticmro.com/wp-content/themes/magneticmro/assets/dist/gfx/oi-icons_sprite.svg);
	background-position: -173px -184px;
	transform: rotate(-180deg);
}

/* form css end */

#customer_feedback_main_sec {
	line-height: 28.05px;
} 
#customer_feedback_main_sec {
	max-width: 970px;
	margin: auto;
	margin-bottom: 50px;
}
#customer_feedback_main_sec .radio_list li {
	margin-top: .7em;line-height: 28.05px;
}
#customer_feedback_main_sec .form-control:focus, #customer_feedback_main_sec .form-control:active {
	border-color: #5c2f92;
	box-shadow: none;
}
#customer_feedback_main_sec  #step3.inner_form_sec .md0UAd, #customer_feedback_main_sec  .customStep2.inner_form_sec .md0UAd {
	top: 12px;
}
#customer_feedback_main_sec  .inner_form_sec .md0UAd {
	position: relative;
	margin-bottom: 10px;
}
.form_bx.thanku {
	margin: 100px 0 150px 0;
}
body.page-template-customer-feedback [data-aos^="fade"][data-aos^="fade"] {
	opacity: 1;
	transition-property: opacity,transform;
}
body.page-template-customer-feedback  [data-aos="fade-up"] {
	transform: unset;
}

.page-template-customer-feedback .daterangepicker.dropdown-menu {
	min-width: 500px;
}

.page-template-customer-feedback .daterangepicker.dropdown-menu .range_inputs .btn-success {
	background: #5c068c;
	border-color: #5c068c;
}

#feedback_form #trainingStep2 .form-control.custom-select-training {
	height: 30px;
}

.page-template-certificates .custom-Certificate-title {
	font-weight: bold;
	font-style: italic;
	margin: 0 0 40px 0;
	position: relative;
	font-size: 36px;
}

.page-template-certificates .custom_files_main_sec {
	margin-top: -50px;
}
.page-template-certificates #footer {
	
	margin-top: 50px;
}
@media only screen and (max-width:767px){
	.page-template-certificates .custom_files_main_sec {
	margin-top: -10px;
}
.page-template-certificates .custom-Certificate-title {
	font-size: 25px;
}
.page-template-terms-conditions .about_banner_txt h2, .page-template-terms-conditions .about_banner_txt h1 {
	font-size: 30px;
	max-width: 90%;
}
}

.customSpaceTerms .space {
	margin: 40px 0px 60px 0px;
}




/* new css */

.card-meet {
	
}
.card-meet .card-meet-banner {
	padding: 150px 0;background: #5c068c;
	text-align: center;
	padding-bottom: 150px;
}
.card-meet .card-meet-banner img {
	max-width: 80%;
	margin: auto;
}
.card-meet-banner {
	position: relative;
}
.card-meet .card-meet-banner::before {
	position: absolute;
	left: auto;
	right: 19%;
	bottom: -1px;
	width: 500px;
	height: 200px;
	background: url('https://www.magneticgroup.co/wp-content/uploads/2023/01/card-botm-shape.png');
	content: "";
	background-size: 100%;
	background-repeat: no-repeat;
	margin: auto;
	background-position: bottom;
}
.card_meet_icn {
	background: #fff;
	padding: 20px;
	display: inline-block;
	width: 100%;
}
.meet_icon_logo {
	max-width: 100px;
	margin: auto;

}
.card_meet_icn ul{padding:0; margin:0; list-style:none;}
.meet_icon_logo img {
	max-width: 100%;
}
.meet_head h2 {
	margin: 10px 0 0 0;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
}
.meet_head {
	padding: 50px 0;
}
.meet_right_icn img{max-width:250px;padding: 20px;}
.meet_right_icn {
	text-align: left;
}
.meet_head {
	padding: 15px  0;
	background: #5c068c;
	clear: both;
	display: inline-block;
	width: 100%;
}
.meet_list ul {
	padding: 0;
	list-style: none;
	margin: 0;
	position: relative;
	padding-top: 10px;
}
.meet_list li img {
	max-width: 170px;
}
.meet_list li h2 {
	font-size: 14px;
	color: #222;
	font-weight: bold;
	margin: 5px 0 0 0;
}
.meet_list li span {
	font-size: 14px;
	color: #222;
	font-weight: normal;
	margin: 5px 0 0 0;
	display: block;
	word-wrap: break-word;
}
.meet_list li {
	margin: 0 0 20px 0;
}
/* .meet_list li:last-child {
	margin: 0 0 0 0;
} */
.meet_list {
	margin: 10px 0;
}
.class_sec {
	border-top: 1px solid #ccc;
	padding:20px 0 20px 0;
}
.class_head h4 {
	margin: 10px 0 0 0;
	font-size: 35px;
	color: #9b9c9f;
	font-weight: lighter;
}
.time_Sec h5 {
	font-size: 18px;
	margin: 0;
	color: #5c068c;
	text-transform: uppercase;
	font-weight: 600;
}
.time_Sec span {
	font-size: 18px;
}
.class_head img {
	max-width: 230px;
	margin-top: 20px;
}
.meet_list_blue_txt h3 {
	margin: 0;
	font-size: 20px;
	font-weight: 600;
	color: #5c068c;
	font-style: italic;
}
.meet_list_blue_txt {
	position: absolute;
	bottom: 0;
}
.card-meet .card-meet-banner .banner_right_logo {
	position: absolute;
	right: 60px;
	top: 40px;
	max-width: 200px;
	width: 100%;
}
.meet_list ul.space_l {
	margin-top: 30px;
}
.page-template-eesti_keeles .ndt-outer {
	padding-bottom: 60px;
}
.page-template-eesti_keeles .ndt-outer p {
	font-size: 18px;
	color: #222;
	line-height: 30px;
}
.page-template-eesti_keeles .ultrasonic-outer p {
	color: #fff;
	font-size: 18px;
	line-height: 30px;
}
.page-template-eesti_keeles .ultrasonic-outer li {
	line-height: 30px;
	color: #fff;
	font-size: 18px;
}
.page-template-eesti_keeles .ultrasonic-outer {
	padding-bottom: 90px;
	padding-top: 70px;
}
 .page-template-eesti_keeles .ultrasonic-outer {
	background: #5c068c;
}
.page-template-eesti_keeles .ultrasonic-outer ul {
	padding: 0;
}
.page-template-eesti_keeles .ultrasonic-outer ul li {
	width: 45%;
	float: left;
	padding: 0 20px;
	list-style: none;
	margin: 20px 0;
	position: relative;
	min-height: 120px;
}
.page-template-eesti_keeles .ultrasonic-outer ul li:nth-child(2n) {
	float: right;
}
.page-template-eesti_keeles .ultrasonic-outer ul li::after {
	width: 11px;
	height: 11px;
	background: #fff;
	border-radius: 100%;
	content: "";
	top: 7px;
	position: absolute;
	left: 0;
}
.page-template-eesti_keeles .cooperstion-outer .customTrainingSec p {
	font-size: 18px;
	line-height: 30px;
}
.page-template-eesti_keeles .cooperstion-outer{padding:60px 0;}
.page-template-eesti_keeles  #content {
	overflow-x: unset;
}
.customLinksFooter {
	padding: 0;
	margin: 25px 0;
	list-style: none;
}
.customLinksFooter a {
	color: #cf8cfe;
	font-size: 12px;
	position:relative;
}
.customLinksFooter a:hover {
	color: #fff;
}
.customLinksFooter a::before {
	position: absolute;
	content: "";
	bottom: -4px;
	left: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid;
	transform: scaleX(0);
	transition: transform .62s;
	transition-timing-function: ease;
	transition-timing-function: cubic-bezier(.39,.575,.28,.995);
	transform-origin: 100% 100%;
}
.customLinksFooter a:hover::before {
	transform: scaleX(1);
	transform-origin: 0 0;
}
 .page-template-contacttemplate .nf-form-content input[type="submit"] {
	background: none;
	border: 1px solid #000;
	color: #000;
	border-radius: 5px;
	height: 55px;

}
.page-template-contacttemplate  .nf-form-content input[type="submit"]:hover {
	background: none; 
	color: #fff;
	border:1px solid #5c068c;
}
 @media only screen and (max-width:1200px){
.card-meet .card-meet-banner {
	margin-top: 70px;
}
.class_head h4 {
	font-size: 25px;;
}
.class_head img {
	max-width: 170px;
}
.time_Sec span, .time_Sec h5 {
	font-size: 15px;
}
 }
 .page-template-culture .value_sec.customEmployeSec h2 {
	max-width: 92%;
	font-weight:700;
}
.customEmployeSec .intro_head h2 {
	font-size: 18px;
}
@media (max-width:900px) {
	.meet_head{padding: 0px !important;}
 .card-meet h3{font-size: 27px !important;}
 .new_banner_card h2{text-align: left !important;padding: 20px;}
 .new_banner_card{height: 470px !important}
}
 @media only screen and (max-width:767px){
 
.meet_icon_logo {
	margin-bottom: 10px;
}
.card-meet .card-meet-banner {
	margin-top: 0;
}
.card-meet .card-meet-banner .banner_right_logo {
	right: 20px;
	top: 20px;
	max-width:150px;
}
.meet_list ul {
	min-height: unset;
}
.meet_list_blue_txt{position:unset;}
.meet_right_icn {
	text-align: left;
}
.meet_head h2 {
	margin: 10px 0 10px 0;
	font-size: 30px;
	text-align: center;
}
.card-meet .card-meet-banner {
	padding: 100px 0;
}
.card-meet .card-meet-banner::before {
	left: 0;
	right: 0;
	bottom: -1px;
	width: 260px;

}  

.time_Sec {
	margin: 10px 0;
}
.page-template-culture .value_sec.customEmployeSec h2 {
	max-width: 100%;
}
 }
 
.custTitlee {
	font-weight: 600;
}
.page-template-culture .value_sec.customEmployeSec {
	margin-bottom: 0;
}
.business_sec.customEmployeSecBanner {
	margin: 0;
}
.business_sec.customEmployeSecBanner .business_img_sec ul {
	margin-bottom: 0;
}
.page-template-terms-conditions .custom-Certificate-title {
	font-weight: bold;
	font-style: italic;
	margin: 0 0 40px 0;
	position: relative;
	font-size: 30px;
	color:#5c068c;
}


@media only screen and (min-width:2100px){
body {
	max-width: 100%;
}
body.search #header .customSearchForm #searchform{max-width:1900px; padding: 0 60px;}
 .new_list_sec li .year_sec .row{margin-left:auto; margin-right:auto;max-width:1900px;padding: 0 20px;}
.container-fluid{max-width:1900px;position: relative;}
.vision_sec::before {
	height: 815px;
	width: 2000px;
}
.vsion_main, .tax-brands_categories .creative_tab_content .panel-default > .panel-heading, .creative_talk_sec, #header #searchform{max-width:1900px; margin-left:auto; margin-right:auto;}
.vision_sec.vision_about .vision_slide_img::before {
	width: 200%;
}
 #header #searchform{padding: 0 60px;}
}
@media only screen and (min-width:2500px){
.container-fluid{max-width:2200px;}
body.search #header .customSearchForm #searchform{max-width:2200px;padding: 0 60px;}
.vsion_main, .tax-brands_categories .creative_tab_content .panel-default > .panel-heading, .creative_talk_sec, #header #searchform{max-width:2200px; margin-left:auto; margin-right:auto;}
 .new_list_sec li .year_sec .row{margin-left:auto; margin-right:auto;max-width:2200px;padding: 0 20px;}
 #header #searchform{padding: 0 60px;}
}
@media only screen and (min-width:2700px){
.container-fluid{max-width:2400px;}
 .new_list_sec li .year_sec .row{margin-left:auto; margin-right:auto;max-width:2400px;padding: 0 20px;}
body.search #header .customSearchForm #searchform{max-width:2400px;padding: 0 60px;}
.vsion_main, .tax-brands_categories .creative_tab_content .panel-default > .panel-heading, .creative_talk_sec, #header #searchform{max-width:2400px; margin-left:auto; margin-right:auto;}
 #header #searchform{padding: 0 60px;}
}
@media only screen and (min-width:1600px){
	.container-fluid {
		max-width: 100% !important;
	}
}
.value_sec.customPositionSec {
	margin-bottom: 0px;
}
.customPositionSec .intro_desc {
	font-size: 20px;
	color: #fff;
}
.customPositionSec .custom-button-values .customPositionBtn {
	min-width: 300px;
}
.intro_sec.value_sec.customSponserTitle {
	margin: 0px;
	padding-top: 100px;
}
.custom-sponser .space {
	margin: 0px 0 80px 0;
}
.page-template-values-personality #content {
	overflow: unset;
}
.new_banner_card{

	background: url('https://www.magneticgroup.co/wp-content/uploads/2024/10/Detail_05_Violet1_33-.jpg');
	background-size: cover;
	    background-position: center center;
	    height: 430px;

}
.new_banner_card .cont{
/*	display: flex;
    align-items: center;
    height: 100%;*/
    /* margin: 0 auto; */
   /* width: 100%;
    justify-content: center;
    max-height: 350px;*/

}
.new_banner_card h2{
	font-size: 54px;
    color: #fff;
    line-height: 67px;
    text-align: center;
}
.card-meet h3{
	font-size: 36px;
    color: #fff;
    text-align: center;
}

.img-clss img{height: 26px;}
.meet_list h4{
		font-size: 16px;
    color: #5c068c;
    text-transform: uppercase;
    margin: 5px 0px;
}

.bloglayout .thumbnail{
	
	margin-bottom: 0px;
	border: none;
	background: transparent;
	padding: 0px;
}
#masonry-container .news_desc{background: #fff;}
#masonry-container .grid-item{margin-bottom: 20px;}
#masonry-container {
  margin: 0 auto;
}

#masonry-container .maincls{
 
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); /* Soft full shadow */
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  overflow: hidden;
}

#masonry-container .maincls:hover {
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15); /* Slightly stronger on hover */
  transform: translateY(-4px); /* Subtle lift */
}