@import url('https://fonts.googleapis.com/css?family=Raleway:200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700');
body {
	font-size: 15px;
	height: 100%;
	overflow-x: hidden !important;
	font-family: 'Raleway', sans-serif;
	color: #555555;
	margin: 0;
	padding: 0px;
	background-color: #fff !important;
	 
}

.scrollup {
	width: 52px;
	height: 75px;
	position: fixed;
	bottom: 90px;
	right: 0;
	display: none;
	text-indent: -9999px;
	z-index:9;
	background: url(../images/anchor.png) no-repeat;
}

textarea {     height: auto !important;
}
*:focus {
  outline: none !important;
}

.reset {
	clear: both;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 50px;
}
h1, h2, h3, h4 {
	 font-weight:bold;  
}

h1 {
	font-size: 50px;
}
h2 {
	font-size: 43px;
}
h3 {
	font-size: 35px;
}
h4 {
	font-size: 25px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 14px;
}
p {
	line-height: 23px;
	margin: 2px 0 2 0;
	width: 100%;
}
a {
	text-decoration: none !important;
	color: #7d7c7c;
	-webkit-transition: 400ms ease-in-out;
	-moz-transition: 400ms ease-in-out;
	-ms-transition: 400ms ease-in-out;
}
a:hover {
	text-decoration: none !important;
	color: #000;
}


#scrl::-webkit-scrollbar {
width:2px;
background-color:#000;
}
#scrl::-webkit-scrollbar-thumb {
background-color:red;
border-radius:10px;
}


ul {
	padding: 0;
	margin: 0;
}
.p0 {
	padding: 0 !important;
}
.p1 { padding:1px;
}
.p3 {
	padding: 3px !important;
}
.p4 {
	padding: 4px;
	padding-top: 0px;
}
.p5 {
	padding:5px;
}
.m0 {
	margin: 0 !important;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
b {
	padding: 10px 0px;
}
li {
	list-style: none;
	text-decoration: none;
}
p {
	font-weight: normal;
}
li {
	font-size: 13px;
	font-weight: normal;
}
.pl0 {
	padding-left: 0px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.p50 {
	padding: 50px !important;
}
.pb35 {
	padding-bottom: 35px;
}
.mtb15 {
	margin: 15px 0px 15px 0px;
}
.hd {
	font-size: 28px;
	font-weight: 700;
	color: #000;
	margin: 20px 0px;
}
/* Banner arrow Down */







.go-arrow-banner {
	position: absolute;
	bottom: 8%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin-left: -30px;
	z-index: 99999999!important;
}
.mouse_scroll {
	display: block;
	margin: 0 auto;
	width: 24px;
	height: 100px;
 //background: blue;
	margin-top: 125px;
}
.m_scroll_arrows {
	display: block;
	width: 5px;
	height: 5px;
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
	border-right: 2px solid white;
	border-bottom: 2px solid white;
	margin: 0 0 3px 4px;
	width: 16px;
	height: 16px;
}
.unu {
	margin-top: 1px;
}
.unu, .doi, .trei {
	-webkit-animation: mouse-scroll 1s infinite;
	-moz-animation: mouse-scroll 1s infinite;
}
.unu {
	-webkit-animation-delay: .1s;
	-moz-animation-delay: .1s;
	-webkit-animation-direction: alternate;
}
.doi {
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s;
	-webkit-animation-direction: alternate;
	margin-top: -6px;
}
.trei {
	-webkit-animation-delay: .3s;
	-moz-animation-delay: .3s;
	-webkit-animation-direction: alternate;
	margin-top: -6px;
}
.mouse {
	height: 42px;
	width: 24px;
	border-radius: 14px;
	transform: none;
	border: 2px solid #fff;
	top: 170px;
}
.wheel {
	height: 5px;
	width: 2px;
	display: block;
	margin: 5px auto;
	background: #0c93d4;
	position: relative;
	height: 4px;
	width: 4px;
	border: 2px solid #FFEB3B;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.wheel {
	-webkit-animation: mouse-wheel 0.6s linear infinite;
	-moz-animation: mouse-wheel 0.6s linear infinite;
}
 @-webkit-keyframes mouse-wheel {
 0% {
 opacity: 1;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(6px);
 -ms-transform: translateY(6px);
 transform: translateY(6px);
}
}
 @-moz-keyframes mouse-wheel {
 0% {
top: 1px;
}
 25% {
top: 2px;
}
 50% {
top: 3px;
}
 75% {
top: 2px;
}
 100% {
top: 1px;
}
}
 @-webkit-keyframes mouse-scroll {
 0% {
opacity: 0;
}
 50% {
opacity: .5;
}
 100% {
opacity: 1;
}
}
@-moz-keyframes mouse-scroll {
 0% {
opacity: 0;
}
 50% {
opacity: .5;
}
 100% {
opacity: 1;
}
}
@-o-keyframes mouse-scroll {
 0% {
opacity: 0;
}
 50% {
opacity: .5;
}
 100% {
opacity: 1;
}
}
@keyframes mouse-scroll {
 0% {
opacity: 0;
}
 50% {
opacity: .5;
}
 100% {
opacity: 1;
}
}


/*End  Banner arrow Down */











/*Nicescrol */

.nicescroll-rails-vr {
    /* width: 20px; */
    opacity: 1;
    /* background: #000; */
    /* border-left: 1px solid #ff7f50; */
    cursor: default;
    position: fixed;
    height: 100%;
    z-index: auto;
    right: 0;
    top: 0;
    display: block;
}
.nicescroll-rails-vr .nicescroll-cursors {
  border-radius: 0px;
  width:5px;
  background:#09F;
  box-shadow: inset 0px 0px 5px #000;
  position: relative;
  display: block;
  margin: 0 auto;
  background-clip: padding-box;
}
.nicescroll-rails-vr .nicescroll-cursors .nicescroll-cursors-inner {
  width: 100%;
  height: 100%;
  background: linear-gradient(#ff4500, #ff0);
  box-shadow: inset 0px 0px 5px #000;
}


/*End Nicescrol */




/*Social*/

/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 0px;
}


/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505 !important;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998 !important;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff !important;
}
.social-network a.icoGoogle:hover {
	background-color:#f69038 !important;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8 !important;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7 !important;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 30px;
	height: 30px;
	font-size:20px;
}
.social-circle li i {
	margin:0;
	line-height:33px;
	text-align: center;
	font-size: 17px;
	color: #5cabff;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

.inner_menu_icon .social-circle i {
	color: #0C8CA5;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

 {
 background-color: #D3D3D3 !important;   
}

/*End Socilal*/


/*Sticky Css*/
.fixed {
	 position: fixed;
    top: 0;
    height: 68px;
    z-index: 9;
    width: 100%;
    background-color: #052b1a !important;       border-radius: 0px; 
} 
	
/*End Sticky Css*/





/*NICE SCROL*/


.nicescroll-rails-vr {
  opacity: 1;
  cursor: default;
  position: fixed;
  height: 100%;
  z-index: auto;
  right: 0;
  top: 0;
  display: block;
}
.nicescroll-rails-vr .nicescroll-cursors {
  border-radius: 0px;
  width: 4px;
  background: #000;
  position: relative;
  display: block;
  margin: 0 auto;
  background-clip: padding-box;
}
.nicescroll-rails-vr .nicescroll-cursors .nicescroll-cursors-inner {
  width: 100%;
  height: 100%;
  background: linear-gradient(#ff4500, #ff0);
  box-shadow: inset 0px 0px 5px #000;
}
/*End NICE SCROL*/




#scrl::-webkit-scrollbar {
width:2px;
background-color:#000;
}
#scrl::-webkit-scrollbar-thumb {
background-color:#ccc;
border-radius:10px;
}










.paralr_1 {
        width: 10%;
    position: relative;
    float: left;
    margin: -120px 0 0 50px;
    z-index: 1;

}


.paralr_2 {
        width: 13%;
    float: right;
    position: relative;
    margin: 0 50px 0;
    z-index: 0;
}






  .buzz {
	    animation: buzz 1ms linear infinite;
  }
  
    @keyframes buzz { 
    0% { transform:rotate(0deg); } 
    100% { transform:rotate(-2deg); }
  }

