@charset "utf-8";
body, html {
    height: 100%;
}
body {
	background-color: #f5f5f5;
	font-family: 'Muli', "Century Gothic";
	margin: 0px;
	padding: 0px;
}
#preloadmenu { background: url(../images/menu_bg5.png) no-repeat -9999px -9999px;}
.menu_container {
	width: 100%;
	height: 131px;
	background-image: url(../images/menu_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	position: fixed;
	z-index: 99;
	font-size: 0px;
	transition:all 0.3s ease;
}
.menu_container2 {
	width: 100%;
	height: 131px;
	background-image: url(../images/menu_bg5.png);
	background-repeat: repeat-x;
	background-position: bottom;
	position: fixed;
	z-index: 99;
	font-size: 0px;
	transition:all 0.3s ease;
}
.menu_container .menu {
	width: 1024px;
	height: 131px;
	position: relative;
	font-size: 15px;
	font-weight: bold;
	color: #5f6060;
	text-transform: uppercase;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
}
.menu_container .menu .logo {
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../images/logo_mag.png);
	background-repeat: no-repeat;
	width: 251px;
	height: 132px;
	background-position: center center;
	transition:all 0.3s ease;
}

.menu_container .menu a {
	display: inline-block;
	height: 113px;
	line-height: 113px;
	color: #5f6060;
	text-decoration: none;
	transition:all 0.3s ease;
	margin-left: 10px;
	margin-right: 10px;
	vertical-align: top;
	padding-top: 15px;
}
.menu_container .menu a:hover {
	color: #ffce34;
	padding-top: 20px;
	height: 103px;
	border-bottom: 5px solid #ffce34;
}
.menu_container2 .menu a {
	display: inline-block;
	height: 113px;
	line-height: 113px;
	color: #5f6060;
	text-decoration: none;
	transition:all 0.3s ease;
	margin-left: 10px;
	margin-right: 10px;
	vertical-align: top;
	padding-top: 15px;
}


.header {
	background-image: url(../images/big_image2.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	width: 100%;
	height: 100vh;
 	position: relative;
	text-align: center;
}
.welcm {
	font-size: 70px;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -45%);
}

.welcm1 {
	/*text-shadow: 0px 0px 10px #000;*/
	filter: drop-shadow(0px 0px 10px #000);
}
.welcm2 {
	/*text-shadow: 0px 0px 10px #000;*/
	filter: drop-shadow(0px 0px 10px #000);
	font-size: 50px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.welcm3 {
	padding-top: 20px;
	animation: pul 4s infinite;
}
@keyframes pul {
  0% {
    
    transform: translate(0, 0); 
	}
  50% {
    transform: translate(0, 5px);
	}
  100% {
    transform: translate(0, 0); 
	}
}
.welcm3 img {
	filter: drop-shadow(0px 0px 5px #000);
}
.header2 {

	background-image: url(../images/big_image3.jpg);
	height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.header3 {
	background-image: url(../images/big_image.jpg);
	height: 300px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.header4 {
	background-image: url(../images/big_image4.jpg);
	height: 300px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.header_inside {
	width: 100%;
	height: 250px;
	background-image: url(../images/big_image.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: auto;
	margin-right: auto;
}
.services_icons_container {
	background: linear-gradient(rgba(255,255,255,1.00) 25% ,rgba(245,245,245,1.00) 50%);
	height: 156px;
}
.services_icons {
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	position: relative;
	height: 100%;
	font-size: 0px;
}
.services_icons .icons {
	position: absolute;
	display: inline-block;
	width: 236px;
	height: 147px;
	vertical-align: top;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	padding-top: 35px;
	color: #FFFFFF;
	text-decoration: none;
	transition:all 0.3s ease;
	bottom: 80px;
	transform: rotate(20deg);
	background: radial-gradient(farthest-corner at 20px 20px,#ffde00 10%  ,#e8b900 50%);
}
.services_icons .icons:hover {
	transform: rotate(20deg) scale(1.1);
	z-index: 89;
	box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.2), 0 0px 8px 0 rgba(0, 0, 0, 0.2);
	
}
.services_icons .icons .rot {
	display: block;
	transform: rotate(-20deg);
	text-shadow: 0px 0px 6px #a5a5a5;
}
.services_icons .iconsbg_a {
	background-repeat: no-repeat;
	background-position: center center;
	line-height: 35px;
	left: 0px;
}
.services_icons .iconsbg_a::after {
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/icon1.png);
	content: "";
  	top: 0px;
 	left: 0px;
  	bottom: 0px;
  	right: 0px;
  	position: absolute;
  	z-index: -1;
	opacity: 1;
}
.services_icons .iconsbg_b {

	background-repeat: no-repeat;
	background-position: center center;
	line-height: 53px;
	left: 256px;
}
.services_icons .iconsbg_b::after {
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/icon2.png);
	content: "";
  	top: 0px;
 	left: 0px;
  	bottom: 0px;
  	right: 0px;
  	position: absolute;
  	z-index: -1;
	opacity: 1;
}
.services_icons .iconsbg_c {

	background-repeat: no-repeat;
	background-position: center center;
	line-height: 53px;
	left: 512px;
}
.services_icons .iconsbg_c::after {
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/icon3.png);
	content: "";
  	top: 0px;
 	left: 0px;
  	bottom: 0px;
  	right: 0px;
  	position: absolute;
  	z-index: -1;
	opacity: 1;
}
.services_icons .iconsbg_d {

	background-repeat: no-repeat;
	background-position: center center;
	line-height: 53px;;
	left: 768px;
}
.services_icons .iconsbg_d::after {
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/icon4.png);
	content: "";
  	top: 0px;
 	left: 0px;
  	bottom: 0px;
  	right: 0px;
  	position: absolute;
  	z-index: -1;
	opacity: 1;
}
.content {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	font-size: 18px;
	line-height: 28px;
	color: #323232;
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
}
.content ul {
	margin: 0px;
	margin-left: 20px;
	padding: 0px;
}
.content ul li {
	list-style: square;
}

.content .title {
	margin-bottom: 40px;
	font-size: 28px;
	color: #323232;
	text-align: center;
	font-weight: bold;
	line-height: 28px;
	text-transform: uppercase;
}
.content .title .mag {
	color: #ffce34;
}
.white_content .magc {
	color: #323232;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
	display: inline-block;
	font-size: 20px;
	width: 175px;
	text-align: right;
	padding-right: 10px;
	vertical-align: top;
}
.services_container {
	padding-top: 40px;
}
.services_content {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	font-size: 18px;
	line-height: 28px;
	color: #323232;
	position: relative;
}
.services_content ul {
	margin: 0px;
	margin-left: 20px;
	padding: 0px;
}
.services_content ul li {
	list-style: square;
}

.services_content .title {
	margin-bottom: 40px;
	font-size: 28px;
	color: #323232;
	text-align: center;
	font-weight: bold;
	line-height: 28px;
	text-transform: uppercase;
	
}
.title .mag {
	color: #ffce34;
}
.white_content .magc {
	color: #323232;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
	display: inline-block;
	font-size: 20px;
	width: 175px;
	text-align: right;
	padding-right: 10px;
	vertical-align: top;
}
.white_content .magb {
	color: #323232;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
	display: inline-block;
	font-size: 20px;
	width: 175px;
	text-align: right;
	padding-right: 10px;
	vertical-align: top;
}
.spacer {
height: 5px;
}
.inblo {
	display: inline-block;
	width: 822px;
	padding-left: 10px;
	border-left: 1px solid #cecece;
}
.sizing {
	color: #ffce34;
	font-size: 20px;
}
.sizingb {
	color: #ffce34;
	font-size: 20px;
}
.centeredtxt {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
}
.centeredtxt2 {
	text-align: left;
	font-weight: bold;
}
.hspacer {
	height:128px;
	background-color: #1b2024;
}
.brder {
	border-top: 2px solid #464646;
	border-bottom: 2px solid #464646;
}
.white_content_container {
 	width: 100%;
	overflow: hidden;
	text-align: justify;
	font-size: 0px;
	line-height: 0px;
	color: #323232;
	background: linear-gradient(#f5f5f5 1% ,#fff 10%);
}
.white_content_container ul {
	margin: 0px;
	margin-left: 20px;
	padding: 0px;
}
.white_content_container ul li {
	list-style: square;
	font-weight: bold;
}
.white_content_container ul li.non {
	list-style: none;
	font-weight: normal;
}
.white_content {
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	padding-top: 40px;
	padding-bottom: 40px;
}
.white_content .inflo {
	
	display: block;
	vertical-align: top;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 20px;
}
.white_content .inflo2 {
	display: block;
	vertical-align: top;
	font-size: 18px;
	line-height: 28px;

}
.content .abt {
	display: block;
	padding: 10px;
	vertical-align: top;
}
.line {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	height: 2px;
	font-size: 0px;
	line-height: 0px;
	margin-top: 50px;
	background-color: #ffce34;
}
.clients {
	font-size: 0px;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #fff;
}
.clients .logos_container {
	width: 1025px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	clear: both;
}
.clients .logos_container a {
	border: 0px none;
	cursor: default;
	display: inline-block;
	margin: 10px;
	width: 165px;
	height: 85px;
}
.clients .logos_container a img {
	border: 0px none;
}
.clients .title {
	font-size: 28px;
	color: #323232;
	line-height: 28px;
	margin-bottom: 40px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;


}
.where_container {
	background-color: #f5f5f5;
	border-bottom: 10px solid #464646;
	padding-top: 20px;
}
.where_container .where {	
	width: 1024px;
	height: 88px;
	text-align: left;
	font-size: 28px;
	font-weight: bold;
	line-height: 40px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	color: #323232;
	text-transform: uppercase;
}
.where_container .where .mag {
	color: #ffce34;
}
.where_container .where .links {	
	font-size: 18px;
	font-weight: normal;
	color: #464646;
	line-height: 28px;
	position: absolute;
	right: 0px;
	top: 0px;
	height: 88px;
	width: 50%;
	text-transform: none;
}
.where_container .where .links a {	
	display: inline-block;
	color: #464646;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	transition:all 0.3s ease;
	cursor: pointer;
}
.where_container .where .links a:hover {	
	color: #464646;
	text-shadow: 1px 1px 6px #cbcbcb;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: normal;
}
.where_content {
	position: relative;
	background-color: #f5f5f5;
	height: 400px;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

.where_content_lb {
	background-color: #f5f5f5;
	height: 360px;
	padding: 20px;
	width: 984px;
	position: absolute;
	left: -2000px;
	top: 0px;
	opacity: 0;
	transition:all 0.6s ease;
}
.where_content_lb .title {
	display: block;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	color: #323232;
	text-transform: uppercase;
	border-bottom: 5px solid #323232;
	line-height: 24px;
	padding-bottom: 10px;
	width: 150px;
}
.where_content_jr {
	background-color: #f5f5f5;
	height: 360px;
	padding: 20px;
	width: 984px;
	position: absolute;
	left: -2000px;
	top: 0px;
	opacity: 0;
	transition:all 0.6s ease;
}
.where_content_jr .title {
	display: block;
	text-align: center;
	width: 150px;
	font-size: 24px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	color: #323232;
	text-transform: uppercase;
	border-bottom: 5px solid #323232;
	line-height: 24px;
	padding-bottom: 10px;
}
.opa {
	opacity: 1;
	left: 0px;
	transition:all 1.0s ease;
}
.unopa {
	opacity: 0;
}
.footer_container {
	border-top: 10px solid #464646;
	background-color: #323232;
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 0px;
}
.footer_container .footer {
	width: 1024px;
	height: 290px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.footer_container .footer .logo2 {
	position: absolute;
	right: -35px;
	bottom:15px;
	width: 185px;
	height: 88px;
	background-image: url(../images/logo2.png);
	background-repeat: no-repeat;
}
.footer_container .footer .inlineblo {
	display: inline-block;
	text-transform: uppercase;
	font-size: 18px;
	color: #f5f5f5;
	width: 280px;
	vertical-align: top;
	margin-right: 44px;
	height: 310px;
	overflow: hidden;
}
.footer_container .footer .inlineblo img {
	border: 0px none;
	vertical-align: middle;
	margin-right: 10px;
	display: inline-block;
}
.footer_container .footer .contact {
	text-transform: none;
}
.footer_container .footer .inlineblo .title {
	margin-bottom: 25px;
	padding-bottom: 24px;
	border-bottom: 1px solid #464646;
}
.footer_container .footer .inlineblo a {
	display: block;
	float: left; 
    clear: left;
	font-size: 14px;
	color: #f5f5f5;
	text-decoration: none;
	margin-bottom: 10px;
	transition:all 0.3s ease;
}
.footer_container .footer .inlineblo a:hover {
	color: #aaa;
}
.copyright_container {
	background-color: #464646;
}
.copyright_container .copyright {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	height: 70px;
	font-size: 12px;
	position: relative;
	color: #f5f5f5;
	line-height: 70px;
}
.copyright_container .copyright .social {
	position: absolute;
	right: 0px;
	top:0px;
}
.copyright_container .copyright .social a {
	display: inline-block;
	width: 40px;
	height: 27.5px;
	border-radius: 50%;
	border: 0px none;
	background-color: #000;
	text-align: center;
	font-size: 0px;
	vertical-align: middle;
	margin-right: 10px;
	padding-top: 12.5px;
	transition:all 0.3s ease;
}
.copyright_container .copyright .social a img {
	width: 15px;
	height: 15px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	transition:all 0.3s ease;
}
.copyright_container .copyright .social a:hover {
	background-color: #fff;
	margin-bottom: 5px;
	transform: scale(1.05);
}
.copyright_container .copyright .social a:hover img {
	filter: brightness(0%);
}
.footer_container .footer .inlineblo .switch {
	font-size: 14px;
	color: #f5f5f5;
	cursor: pointer;
}
.footer_container .footer .inlineblo .switch a {
	display: inline-block;
	float: none; 
    clear: none;
}
.footer_container .footer .inlineblo .info_off  {
	position: absolute;
	left: -2000px;
	opacity: 0;
	transition:all 1.0s ease;
}
.footer_container .footer .inlineblo .info_off a {
	display: block;
}
.footer_container .footer .inlineblo .info  {
	position: absolute;
	left: 0px;
	opacity: 1;
	transition:all 1.0s ease;
}
.footer_container .footer .inlineblo .info a {
	display: block;
}
:focus {
	outline-color: transparent;
}
#deletesuccess {
    background: rgba(95,96,96,0.4);	
	width: 100%;
    height: 100vh;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 300;
	overflow: hidden;
}
.ani_container {
	width: 100%;
    height: 100vh;
    display: flex;
	flex-wrap: nowrap;
	animation-name: rota;
    animation-duration: 2.5s;
    animation-iteration-count: 1;
	animation-fill-mode: both;
	animation-timing-function: ease-in-out;
}
.ani_container .left_col {
	background-color: #ffce34;
	margin-right: 3px;
	width: 50%;
	animation-name: lwid;
    animation-duration: 1s;
    animation-iteration-count: 1;
	animation-delay: 1.5s;
	animation-fill-mode: forwards;

}
.ani_container .right_col {
	background-color: #5f6062;
	margin-left: 3px;
	width: 50%;
	animation-name: rwid;
    animation-duration: 1s;
    animation-iteration-count: 1;
	animation-delay: 1.5s;
	animation-fill-mode: forwards;

}
.ani_logo {
	width: 352px;
	height: 147px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	animation-name: logoopac;
    animation-duration: 1s;
    animation-iteration-count: 1;
	animation-delay: 1.6s;
	animation-fill-mode: forwards;
	animation-timing-function: ease;
	z-index: 99;
	opacity: 0;
	background-image: url(../images/logo_l.png);
	background-repeat: no-repeat;
	background-size: cover;
}
@keyframes logoopac {

  from {
   transform: scale(3);opacity: 0;
  }
  
  to {
	  transform: scale(1);opacity: 1;
  }		
}
@keyframes rwid {

  from {
   opacity: 1; 
  }
  
  to {
	  transform: scaleX(0);opacity: 1;
  }		
}
@keyframes lwid {

  from {
   opacity: 1; 
  }
  
  to {
	transform: scaleX(0);
	opacity: 1;
  }		
}
@keyframes rota{

  0% {
    opacity: 0;
    transform: rotate(0deg) scale(0);
  }
  
  5%{
    opacity: 1;
    transform: rotate(0deg) scale(3);
  }

  50%{
    transform: rotate(180deg) scale(3);
  }
  100%{
    transform: rotate(360deg) scale(3);
  }		
}	
 
