
/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Nav
5. Header
  -Header SCI
  -Header war
  -Header aged
6. Showcase
7. Showcase aged
8. Video
9. About
10. know-more-1
11. know-more-1 war 
12. know-more-1 aged
13. know-more-2 
14. Character
15. Character war
16. Character aged
17. Weapons 
18. Facts
19. Facts war 
20. screenshoots
21. screenshoots war
22. Download
23. Download war
24. testimonials
25. Contact
26. Contact war
27. footer 
28. Demo page
29. preloader
**********************************************/

/*** 

====================================================================
    Fonts
====================================================================


@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url(https://fonts.googleapis.com/css?family=Orbitron); 
@import url(https://fonts.googleapis.com/css?family=Oswald);

 ***/
 

/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(../fonts/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(../fonts/mem5YaGs126MiZpBA-UNirkOUuhp.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../fonts/mem5YaGs126MiZpBA-UN7rgOUuhp.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}



/* latin */
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 400;
  src: local('Orbitron Regular'), local('Orbitron-Regular'), url(../fonts/yMJRMIlzdpvBhQQL_Qq7dy0.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(../fonts/TK3iWkUHHAIjg752GT8G.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}




/*** 

====================================================================
    Reset
====================================================================

 ***/
* {
    margin:0px;
    padding:0px;
    border:none;
    outline:none;
}

/*** 

====================================================================
    Global Settings
====================================================================

 ***/
 
 
 /* Table */
 

  table {
	left:10px;
    border: 1px solid #337ab7;
    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
  }


  
  .contact.war .contact-form table td {
    padding: 10px;
    text-align: left;
	color: #337ab7;
	border: 2px solid #337ab7;
  }
  
  .contact.war .contact-form table th {
    padding: 10px;
    text-align: left;
	color: #337ab7;
	border: 2px solid #337ab7;
  }
  
  .contact.war .contact-form table tr{
	border-bottom: 2px solid #337ab7;
  }

  table th, table td {

    padding: 10px;
    text-align: center;
	color: #337ab7;
	border: 0px solid #337ab7;
  }
  
    table tr {
    border: 0px solid #ddd;
    padding: 5px;
  }
  

  


  table th {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
  }

  @media screen and (max-width: 1023px) {

    table {
      border: 0;
    }

    table thead {
      display: none;
    }

    table tr {
      margin-bottom: 10px;
      display: block;
      border-bottom: 2px solid #ddd;
    }

    table td {
      display: block;
      text-align: right;
      font-size: 16px;
      border-bottom: 1px dotted #ccc;
    }
	
    .contact.war .contact-form table td {
      padding: 10px;
      text-align: right;
	  color: #337ab7;
	  border: 2px solid #337ab7;
    }

    table td:last-child {
      border-bottom: 0;
    }

    table td:before {
      content: attr(data-label);
      float: left;
      text-transform: uppercase;
      font-weight: bold;
    }
	
	.nav .menu-space{
	
		display:none;
	
	}
  }

  .modal-content{
  
	background-color: #2e4252;
  
  }
  
  .modal-title{
  
	color: #fff;
  
  }
  
  .modal-body{
  
	color: #fff;
  
  }
  
 

 
 .yt-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.yt-container iframe, .yt-container object, .yt-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
 
 
 
 
 
 
* {
    box-sizing: border-box;
}

a,
a:focus,
a:hover,
i,
span {

 /* Table */
    display: inline-block
	
	
}

.btn-template,
body,
h2,
section {
    position: relative;
}

.btn-template,
.page-holder {
    overflow: hidden;
	background: #020911;
}

a,
a:focus,
a:hover {
    text-decoration: none;
    color: inherit;
    -webkit-transition: all .3s;
    transition: all .3s
}
body {
    font-family: 'Open Sans', sans-serif;
    scrollbar-face-color: #337ab7;
    scrollbar-track-color: #fff;
}
p{
	line-height: 1.5
}
section {
    padding: 100px 0;
}


section header {
    margin-bottom: 30px
}

.scrollUp {
    transform: translateY(-110%)
}

::-webkit-scrollbar {
    width: 9px;
    height: 9px
}

::-webkit-scrollbar-thumb {
    background: #337ab7
}

::-webkit-scrollbar-track {
    background: #fff
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    margin: 10px 0 0;
    font-weight: 400;
    display: block;
    color: #333
}

.h1,
h1 {
    font-weight: 500
}

.display-1,
.h1,
h1 {
    font-size: 4.5em
}

.display-2,
.h2,
h2 {
    font-size: 2.5em;
    font-family: 'Orbitron'
}

.display-3,
.h3,
h3 {
    font-size: 1.9em
}

.display-4,
.h4,
h4 {
    font-size: 1.2em
}

.display-5,
.h5,
h5 {
    font-size: 1em
}

.display-6,
.h6,
h6 {
    font-size: .8em
}

h2 {
    line-height: 1.2em
}

h2.has-line-center .heading-bg-text {
    left: 50%;
    transform: translateX(-50%)
}

@media (max-width:992px) {
    .display-1,
    .h1,
    h1 {
        font-size: 3em
    }
    .display-2,
    .h2,
    h2 {
        font-size: 2em
    }
    .heading-bg-text {
        font-size: 2em!important
    }
}
.cyan{
    color: cyan
}
.gray-bg {
    background: #f7f7f7
}
.dark-bg{
    background: #020911; 
}
.white{
    color: #fff
}
.normal{
    font-family: 'Open Sans', sans-serif;
}
.btn-template:focus,
.btn-template:hover {
    color: #ff5f6d
}

.btn-template:focus::before,
.btn-template:hover::before {
    left: 0
}

.btn-template-no-border:focus,
.btn-template-no-border:hover {
    border-color: #ff5f6d
}


.more-btn {
    position: relative;
    display: inline-block;
    transition: all 0.3s;
    line-height: 24px;
    padding: 12px 30px;
    text-align: center;
    background: #333;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #333;
    color: #fff;
}
.more-btn:hover {
    color: #333;
    border: 1px solid #333;
    background: #fff
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #eee;
    -webkit-transform: translateY(160px);
    -ms-transform: translateY(160px);
    transform: translateY(160px)
}

.has-bg-map::before,
.text-bg,
.text-bg-gray {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.has-text-shadow {
    text-shadow: 0 0 35px rgba(0, 0, 0, .3)
}

.has-shadow {
    box-shadow: 0 0 25px rgba(0, 0, 0, .3)
}

.has-line-center::after,
.has-line::after {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    margin: 15px 0
}

.has-line-center::after {
    margin: 20px auto
}

.limited-width {
    max-width: 800px
}

.no-padding-top {
    padding-top: 0!important
}

.no-padding-bottom {
    padding-bottom: 20px!important
}

.no-margin-top {
    margin-top: 0!important
}

.no-margin-bottom {
    margin-bottom: 20px!important
}

.margin-top-small {
    margin-top: 100px!important
}

.margin-bottom-small {
    margin-bottom: 100px!important
}

.moving-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 500em;
  height: 100%;
  opacity: 1;
  visibility: inherit;
  background: transparent url("../images/elements/cloudwash.png") repeat-x scroll 0 100%;
  -webkit-animation: cloudwash 60s linear infinite;
  -moz-animation: cloudwash 60s linear infinite;
  animation: cloudwash 60s linear infinite;
  }

@-webkit-keyframes cloudwash {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); 
    }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); 
    } 
}

@keyframes cloudwash {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); } 
}

.has-gradient h1,
.has-gradient h2,
.has-gradient p {
    color: inherit
}

.has-bg-map::before {
    content: '';
    width: 100%;
    background: url(/images/world-map.png) center center no-repeat;
    background-size: 80%;
    opacity: .1;
    z-index: 1
}

.has-bg-map .container {
    z-index: 10
}

.text-bg,
.text-bg-gray {
    font-size: 13em;
    color: #fff;
    opacity: .05;
    position: absolute;
    width: 2000px;
    text-align: center;
    user-select: none
}

.text-bg-gray {
    color: #333
}

.heading-bg-text {
    font-size: 2.5em;
    color: #333;
    opacity: .03;
    position: absolute;
    top: -20px;
    left: 0;
    text-align: inherit;
    user-select: none;
    z-index: -1
}
.mb-70{
    margin-bottom: 70px !important
}
.mt-70{
    margin-top: 70px !important
}
.mt-53{
    margin-top: 53px !important
}
.mt-50{
    margin-top: 50px !important
}
.mb-50{
    margin-bottom: 50px !important
}
.mt-30{
    margin-top: 30px !important
}
.mt-33{
    margin-top: 33px !important
}
.mt-40{
    margin-top: 40px !important
}
.mb-40{
    margin-bottom: 40px !important
}
.mt-43{
    margin-top: 43px !important
}
.mt-20{
    margin-top: 20px !important
} 
.mt-18{
    margin-top: 18px !important
} 
.mb-15{
	margin-bottom: 15px !important
}
.mb-20{
    margin-bottom: 20px !important
}
.mt-63{
    margin-top: 63px !important
}

.mt-10{
    margin-top: 10px
}

/*** 

====================================================================
    Nav
====================================================================

 ***/
nav.main-navigation { 
    background: #020911; 
    border-color: #ccc; 
}


.dropdown-menu {
    background-color: #020911;
	border-color: #ccc; 


}


.facts.war .dropdown-menu {

    background-color: #020911;
	border-color: #337ab7; 


}

.facts.war .dropdown-menu  > li  > a{

	color: #337ab7; 

}

.dropdown-item {
	text-align: center;
	height: 10px;
}

@media (max-width: 1023px){
	.dropdown-item {
	
		text-align: center;
		height: 100%;
	}
}
.dropdown-divider {
	height: 1px;
	background-color: #ccc;
}
nav.main-navigation a {
    color: #020911; 
}
nav.main-navigation .navbar-nav a,
nav.main-navigation .navbar-nav a.active{ 
    color: #020911; 
    border-style: solid; 
    border-width: 0 0 2px 0; 
    border-color: #020911;
    padding: 20px 15px ;
	
	text-transform: uppercase;

	font: 600 1em/1.5 'Open Sans', sans-serif;
}
nav.main-navigation .navbar-brand{
    position: absolute;
    text-align: center;
    background: #020911;
    font-family: 'Orbitron', sans-serif;
    border-bottom: 1px solid #fff;
	
	text-transform: uppercase;
	letter-spacing: .5em;
	text-align: center;
	font: 600 1em/1.5 'Open Sans', sans-serif;

}
nav.main-navigation .navbar-brand:after,
nav.main-navigation .navbar-brand:before{
    position: absolute;
    content: '';
    width: 1px;
    height: 46.5%;
    background: #fff
}
nav.main-navigation .navbar-brand:before{
    bottom: 0;
    left: 0
}
nav.main-navigation .navbar-brand:after{
    bottom: 0;
    right: 0
}
.navbar-brand{
    height: auto;
}
nav.main-navigation .navbar-nav a:hover,
nav.main-navigation .navbar-nav a:visited,
nav.main-navigation .navbar-nav a:focus,
nav.main-navigation .navbar-nav a:active {
    background: rgba(51,122,183,0.3);
}

nav.main-navigation .navbar-nav a:hover,
nav.main-navigation .navbar-nav a.active{ 
    border-color: rgba(51,122,183,0.8); 
    color: rgba(51,122,183,0.8);
}
nav.main-navigation li.divider { 
    background: #ccc; 
}
nav.main-navigation .navbar-toggle { 
    background: rgba(51,122,183,0.8); 
    border-radius: 2px; 
}
nav.main-navigation.navbar-toggle:hover { 
    background: #999; 
}
nav.main-navigation .navbar-toggle > span.icon-bar {
    background: #fff; 
}


@media (max-width: 1023px){
    nav.main-navigation .navbar-toggle{
        margin-top: 14px;
        margin-bottom: 14px;
        border-bottom: 1px solid 
    }
    nav.main-navigation .navbar-nav a{
        padding: 7px 5px
    }
    nav.main-navigation .navbar-nav{
        margin: 0;
		margin-top: 60px;
    }
}

.main-navigation.war .navbar-nav a, 
.main-navigation.war .navbar-nav a.active{
    color: #fff
}
.main-navigation.war .navbar-nav a:hover, 
.main-navigation.war .navbar-nav a.active{
    border-color: #337ab7;
    color: #fff;
}
.main-navigation.war a{
    color: #fff
}
/*** 

====================================================================
    Header SCI  #337ab7
====================================================================

 ***/
.header-1{
    height: 40vh;
	margin-top: 60px;
	min-height: 350px;
    position: relative;
    overflow: hidden;
    background: url('../images/header-images/bg/Back.jpg') no-repeat center;
    background-size: cover;
    background-position: 100% top;
}
.headertop-1{
    height: 20vh;
	margin-top: 60px;
	min-height: 250px;
    position: relative;
    overflow: hidden;
    background: url('../images/header-images/bg/Back.jpg') no-repeat center;
    background-size: cover;
    background-position: 100% top;
}
.demo-1:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}
.header-1:after{
    width: 100%;
    height: 13px;
    bottom: 0;
    left: 0;
    position: absolute;
    -moz-transform: translate(0,50%);
    -ms-transform: translate(0,50%);
    -webkit-transform: translate(0,50%);
    transform: translate(0,50%);
    background: url(../images/sci/divider.png) repeat-x center center;
    content: '';
}

.headertop-1:after{
    width: 100%;
    height: 13px;
    bottom: 0;
    left: 0;
    position: absolute;
    -moz-transform: translate(0,50%);
    -ms-transform: translate(0,50%);
    -webkit-transform: translate(0,50%);
    transform: translate(0,50%);
    background: url(../images/sci/divider.png) repeat-x center center;
    content: '';
}
.header-1 .header-1-content{
    display: flex;
    align-items: center;
    height: 40vh;
    justify-content: center;
}
.header-1 .content {
    font-family: 'Orbitron', sans-serif;;
    font-size: 100px;
    text-align: center;
    font-weight: bold;
    color: #61F5A1;
    position: relative;
}
@keyframes glitch-anim-1 {
  0% {
    clip: rect(21px, 1084px, 89px, 0);
  }
  5.88235% {
    clip: rect(5px, 1084px, 21px, 0);
  }
  11.76471% {
    clip: rect(29px, 1084px, 35px, 0);
  }
  17.64706% {
    clip: rect(81px, 1084px, 76px, 0);
  }
  23.52941% {
    clip: rect(28px, 1084px, 18px, 0);
  }
  29.41176% {
    clip: rect(26px, 1084px, 94px, 0);
  }
  35.29412% {
    clip: rect(39px, 1084px, 20px, 0);
  }
  41.17647% {
    clip: rect(66px, 1084px, 114px, 0);
  }
  47.05882% {
    clip: rect(89px, 1084px, 99px, 0);
  }
  52.94118% {
    clip: rect(33px, 1084px, 2px, 0);
  }
  58.82353% {
    clip: rect(16px, 1084px, 40px, 0);
  }
  64.70588% {
    clip: rect(88px, 1084px, 6px, 0);
  }
  70.58824% {
    clip: rect(50px, 1084px, 108px, 0);
  }
  76.47059% {
    clip: rect(104px, 1084px, 36px, 0);
  }
  82.35294% {
    clip: rect(76px, 1084px, 46px, 0);
  }
  88.23529% {
    clip: rect(103px, 1084px, 9px, 0);
  }
  94.11765% {
    clip: rect(38px, 1084px, 93px, 0);
  }
  100% {
    clip: rect(109px, 1084px, 86px, 0);
  }
}
@keyframes glitch-anim-2 {
  0% {
    clip: rect(54px, 1084px, 38px, 0);
  }
  5.88235% {
    clip: rect(88px, 1084px, 5px, 0);
  }
  11.76471% {
    clip: rect(19px, 1084px, 40px, 0);
  }
  17.64706% {
    clip: rect(45px, 1084px, 36px, 0);
  }
  23.52941% {
    clip: rect(80px, 1084px, 15px, 0);
  }
  29.41176% {
    clip: rect(97px, 1084px, 61px, 0);
  }
  35.29412% {
    clip: rect(78px, 1084px, 5px, 0);
  }
  41.17647% {
    clip: rect(88px, 1084px, 74px, 0);
  }
  47.05882% {
    clip: rect(12px, 1084px, 87px, 0);
  }
  52.94118% {
    clip: rect(17px, 1084px, 12px, 0);
  }
  58.82353% {
    clip: rect(49px, 1084px, 96px, 0);
  }
  64.70588% {
    clip: rect(20px, 1084px, 4px, 0);
  }
  70.58824% {
    clip: rect(99px, 1084px, 85px, 0);
  }
  76.47059% {
    clip: rect(56px, 1084px, 82px, 0);
  }
  82.35294% {
    clip: rect(57px, 1084px, 76px, 0);
  }
  88.23529% {
    clip: rect(47px, 1084px, 49px, 0);
  }
  94.11765% {
    clip: rect(79px, 1084px, 113px, 0);
  }
  100% {
    clip: rect(97px, 1084px, 81px, 0);
  }
}
.header-1 .content:before, .header-1 .content:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: black;
  clip: rect(0, 0, 0, 0);
}
.header-1 .content:after {
  left: 2px;
  text-shadow: -1px 0 red;
  animation: glitch-anim-1 2s infinite linear alternate-reverse;
}
.header-1 .content:before {
  left: -2px;
  text-shadow: 2px 0 blue;
  animation: glitch-anim-2 3s infinite linear alternate-reverse;
}
/*** 

====================================================================
    Header War
====================================================================

 ***/
.header-1.war{
	margin-top: 60px;
	min-height: 350px;
    background: url('../images/header-images/bg/Back.jpg') no-repeat top center;
    background-size: cover;

}

.headertop-1.war{
	margin-top: 60px;
	min-height: 250px;
    background: url('../images/header-images/bg/Back.jpg') no-repeat top center;
    background-size: cover;

}
.header-1.war:after{
    background: url(../images/war/animated_text_fill_1.png) center center;
    background-size: 100%
}

@media (max-width:992px) {
	.header-1.war:after{
		background: url(../images/war/animated_text_fill_1.png) center center;
		background-size: 150%
	}
}
@media (max-width:767px) {
	.header-1.war:after{
		background: url(../images/war/animated_text_fill_1.png) center center;
		background-size: 200%
	}
}

@media (max-width:424px){
	.header-1.war:after{
		background: url(../images/war/animated_text_fill_1.png) center center;
		background-size: 250%
	}
}

@media (max-width:374px){
	.header-1.war:after{
		background: url(../images/war/animated_text_fill_1.png) center center;
		background-size: 300%
	}
}

.headertop-1.war:after{
    background: url(../images/war/animated_text_fill_1.png) center center;
    background-size: 100%
}

@media (max-width:992px) {
	.headertop-1.war:after{
		background: url(../images/war/animated_text_fill_1.png) center center;
		background-size: 150%
	}
}
@media (max-width:767px) {
	.headertop-1.war:after{
		background: url(../images/war/animated_text_fill_1.png) center center;
		background-size: 200%
	}
}

@media (max-width:424px){
	.headertop-1.war:after{
		background: url(../images/war/animated_text_fill_1.png) center center;
		background-size: 250%
	}
}

@media (max-width:374px){
	.headertop-1.war:after{
		background: url(../images/war/animated_text_fill_1.png) center center;
		background-size: 300%
	}
}



.header-1.war h1 {
  text-transform: uppercase;
  letter-spacing: .5em;
  display: inline-block;
  border: 4px double rgba(255, 255, 255, 0.25);
  border-width: 4px 0;
  padding: 1.5em 0em;
  background: rgba(0,0,0, 0.7);
  color: #fff;
  text-align: center;
  width: 40em;
  font: 400 1em/1.5 'Open Sans', sans-serif;
}
.header-1.war h1 span {
  font: 700 4em/1 "Oswald", sans-serif;
  letter-spacing: 0;
  padding: .25em 0 .325em;
  display: block;
  margin: 0 auto;
  text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);
  /* Clip Background Image */
  background: url('../images/war/animated_text_fill_1.png') repeat-y;
  -webkit-background-clip: text;
  background-clip: text;
  /* Animate Background Image */
  -webkit-text-fill-color: transparent;
  -webkit-animation: aitf 80s linear infinite;
  /* Activate hardware acceleration for smoother animations */
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}

/* Animate Background Image */
@-webkit-keyframes aitf {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

/*** 

====================================================================
    Header aged
====================================================================

 ***/
.header-1.aged{
    background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../images/header-images/bg/aged-hero-bg-1.jpg') no-repeat;
    background-size: cover
}
.header-1.aged:after{
    display: none;
}
.header-1.aged .sologan-img{
    max-width: 200px
}
.golden,
.silver
{
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    margin: 0;
}
[data-gold] {
  color: #ac733c;
}
@supports (background-clip: text) or (-webkit-background-clip: text) {
  [data-gold] {
    color: transparent;
    background-image: -webkit-linear-gradient(left, transparent 0%, transparent 45%, white 50%, transparent 55%, transparent 100%), -webkit-linear-gradient(left, #c78c48, #cf9147 9.4%, #cf9348 9.4%, #b2763e 33.6%, #ad743c 35.7%, #ac723d 46.9%, #b0773d 51.7%, #b0793e 52.1%, #c4914c 64.6%, #c99750 68.5%, #ce9e54 73.2%, #f4d188);
    background-image: linear-gradient(to right, transparent 0%, transparent 45%, white 50%, transparent 55%, transparent 100%), linear-gradient(90deg, #c78c48, #cf9147 9.4%, #cf9348 9.4%, #b2763e 33.6%, #ad743c 35.7%, #ac723d 46.9%, #b0773d 51.7%, #b0793e 52.1%, #c4914c 64.6%, #c99750 68.5%, #ce9e54 73.2%, #f4d188);
    background-position: 110% 0%, 0 0;
    background-size: 200% auto, auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-animation: shine 2s ease-in-out infinite;
  }
}
[data-gold]:before {
  content: attr(data-gold);
  color: #f0d8a9;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  text-shadow: black 0px 0.08vw 12px;
}
@supports (background-clip: text) or (-webkit-background-clip: text) {
  [data-gold]:after {
    content: attr(data-gold);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: -webkit-linear-gradient(top, transparent 0%, transparent 48%, rgba(98, 16, 0, 0.5) 50%, transparent 75%);
    background-image: linear-gradient(to bottom, transparent 0%, transparent 48%, rgba(98, 16, 0, 0.5) 50%, transparent 75%);
    -webkit-background-clip: text;
    background-clip: text;
  }
}

@supports (background-clip: text) or (-webkit-background-clip: text) {
  [data-silver] {
    color: transparent;
    background-image: -webkit-linear-gradient(left, transparent 0%, transparent 45%, white 50%, transparent 55%, transparent 100%), -webkit-linear-gradient(right, #8c8c8c 1.3%, #999 15%, #868686 29.6%, #828282 29.6%, #7d7d7d 31.8%, #797979 31.8%, #6a6a6a 38.9%, #d3d3d3);
    background-image: linear-gradient(to right, transparent 0%, transparent 45%, white 50%, transparent 55%, transparent 100%), linear-gradient(270deg, #8c8c8c 1.3%, #999 15%, #868686 29.6%, #828282 29.6%, #7d7d7d 31.8%, #797979 31.8%, #6a6a6a 38.9%, #d3d3d3);
    background-position: 110% 0%, 0 0;
    background-size: 200% auto, auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-animation: shine 2s infinite;
  }
}
[data-silver]:before {
  content: attr(data-silver);
  color: #fff;
  position: absolute;
  z-index: -1;
  top: -.08vw;
  left: 50%;
  transform: translateX(-50%);
  text-shadow: black 0px 0.08vw 12px;
}
@supports (background-clip: text) or (-webkit-background-clip: text) {
  [data-silver]:after {
    content: attr(data-silver);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: -webkit-linear-gradient(top, transparent 0%, transparent 48%, rgba(17, 17, 17, 0.5) 50%, transparent 75%);
    background-image: linear-gradient(to bottom, transparent 0%, transparent 48%, rgba(17, 17, 17, 0.5) 50%, transparent 75%);
    -webkit-background-clip: text;
    background-clip: text;
  }
}
@-webkit-keyframes shine {
  0% {
    background-position: 110% 0%, 0 0;
  }
  100% {
    background-position: -10% 0%, 0 0;
  }
}
@keyframes shine {
  0% {
    background-position: 110% 0%, 0 0;
  }
  100% {
    background-position: -10% 0%, 0 0;
  }
}

.divider {
    height: 55px;
    margin: -18px -15px;
    position: relative;
    z-index: 1;
}
.divider .divider-core{
    position: absolute;
    height: 55px;
    left: 50%;
    margin: 0 0 0 -82px;
    top: 5px;
    width: 164px;
    z-index: 9;
    background: url(../images/aged/divider.png) repeat-x 50% 100%;
    background-size: 100%
}
.divider:before {
    left: 0;
    margin-right: 82px;
    right: 50%;
    background: url(../images/aged/divider.png) repeat-x 50% 0;
    content: "";
    height: 55px;
    position: absolute;
    top: 0;
}
.divider:after {
    left: 50%;
    margin-left: 82px;
    right: 0;
    background: url(../images/aged/divider.png) repeat-x 50% 0;
    content: "";
    height: 55px;
    position: absolute;
    top: 0;
}


/*** 

====================================================================
    Showcase
====================================================================

 ***/
.showcase{
    background: url('../images/war/bg-2-1.jpg') no-repeat;
    background-size: cover;
    overflow: hidden;
}
.showcase:after{
    content: '';
    width: 100%;
    height: 7px;
    bottom: 0;
    left: 0;
    position: absolute;
    background: url(../images/war/animated_text_fill_1.png) center center;
    background-size: 100%
}
.showcase .headline,
.war .headline{
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
.showcase .has-line-center:after{
    background: #fff
}
.showcase .item{
    margin-top: 30px
}
.showcase .showcase-img{
    position: relative;
    margin-bottom: 20px;
}
.showcase .showcase-img .overlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.1);
    background: rgba(255, 158, 27, 0.3);
}
.showcase .showcase-img:hover .overlay{
    box-shadow: none;
    background: transparent;
    cursor: pointer;
}
.showcase .showcase-info p{
    line-height: 1.7;
    margin-bottom: 0
}
/*** 

====================================================================
    Showcase aged
====================================================================

 ***/
.showcase.aged{
    background-attachment: fixed
}
.showcase.aged:after,
.know-more-1.aged:after,
.character.aged:after,
.know-more-1.aged:after,
.facts.aged:after,
.download.aged:after,
.screenshoots.aged:after,
.contact.aged:after{
    display: none;
}
.showcase.aged .item{
    text-align: center;
}
.showcase.aged .showcase-img{
    margin-bottom: 0
}
.showcase.aged .item .aged-btn{
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 45px;
    margin-top: 15px;
    background: url('../images/aged/aged-btn-bg.png') no-repeat;
    background-size: 100% 100%
}
.showcase.aged .item .showcase-info{
    border: 1px solid;
    padding: 15px 10px 25px
}


/*** 

====================================================================
    Video
====================================================================

 ***/
.video{
    background: #020911
}
.video .headline{
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
.video .has-line-center:after{
    background: #fff;
}
.video-wrapper{
    position: relative;
}
.video-wrapper:hover .video-frame:before{
    background: none;
    cursor: pointer;
}
.video .video-frame{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/aged/frame.png) no-repeat;
    background-size: 100% 100%
}
.video .play-btn{
    position: absolute;
    top: 50%;
    left: 50%;
    teansform: translate(-50%, -50%);
    margin-left: -90px;
    margin-top: -23px;
    height: 49px;
    width: 180px;
    background: url(../images/aged/video-play.png) no-repeat;
}
.video .play-btn:hover{
    background-position: 0px -50px;
}
.video .video-frame:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 0;
    width: 100%;
    background: rgba(0,0,0,.5);
}
/*** 

====================================================================
    About
====================================================================

 ***/
.about{
    background: #020911
}
.about:after{
    width: 100%;
    height: 13px;
    bottom: 0;
    left: 0;
    position: absolute;
    -moz-transform: translate(0,50%);
    -ms-transform: translate(0,50%);
    -webkit-transform: translate(0,50%);
    transform: translate(0,50%);
    background: url(../images/sci/divider.png) repeat-x center center;
    content: '';
}
.about .has-line:after{
    background: cyan
}
.box {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.about .box .content h3{
    font-size: 22px;
    margin-bottom: 10px
}
.box .content {
  margin: 18px 20px;
  padding: 20px;
  border: 1px dashed rgba(0, 255, 255, 0.5);
  color: #337ab7;
  font-size: 14px;
  line-height: 1.3;
}
.box .corners {
  position: absolute;
  width: 100%;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.box .corners:before, .box .corners:after {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  border-color: cyan;
  border-style: solid;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.box .corners.top:before {
  border-width: 1px 0 0 1px;
}
.box .corners.top:after {
  border-width: 1px 1px 0 0;
}
.box .corners.bottom:before {
  border-width: 0 0 1px 1px;
}
.box .corners.bottom:after {
  border-width: 0 1px 1px 0;
}
.box .corners:before {
  left: 0;
}
.box .corners:after {
  right: 0;
}
.box .corners.top {
  top: 0;
}
.box .corners.bottom {
  bottom: 7px;
}
.box:hover .corners:before {
  left: 20px;
}
.box:hover .corners:after {
  right: 20px;
}
.box:hover .corners.top {
  top: 20px;
}
.box:hover .corners.bottom {
  bottom: 27px;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.content.nested{
    margin: 15px 0;
    padding: 10px
}
.arc {
    width: 100px;
    height: 100px;
    border: 6px solid #02feff;
    background: rgba(2, 254, 255, 0.2);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transform: rotateY(-30deg) translateZ(-200px);
    -ms-transform: rotateY(-30deg) translateZ(-200px);
    -webkit-transform: rotateY(-30deg) translateZ(-200px);
    transform: rotateY(-30deg) translateZ(-200px);
    transform: rotateZ(0deg);
    transition: box-shadow 3s ease;
    text-align: center;
    line-height: 100px;
}
.arc:after {
    content: "";
    position: absolute;
    width: 94%;
    height: 94%;
    left: 3%;
    top: 3%;
    border: 4px solid #02feff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    animation: rotate 4s linear infinite;
}
.e1:after {
    border-color: rgba(2, 255, 255, 0.6);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
@keyframes rotate {
  0% { transform: rotateZ(0deg) }
100% { transform: rotateZ(360deg) }
}
.arc i{
    font-size: 35px;
    margin-top: -10px;
}

/*** 

====================================================================
    know-more-1
====================================================================

 ***/
/***.know-more-1{
  /***   background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../images/war/bg-2-3.jpg');
    background-repeat: no-repeat;
   /***  position: relative; ***/
 /***    background-size: cover;
    background-position: 100% top;
}***/
.know-more-1:after{
    width: 100%;
    height: 13px;
    bottom: 0;
    left: 0;
    position: absolute;
    -moz-transform: translate(0,50%);
    -ms-transform: translate(0,50%);
    -webkit-transform: translate(0,50%);
    transform: translate(0,50%);
    background: url(../images/sci/divider.png) repeat-x center center;
    content: '';
}
.know-more-1 .more-content{
    margin-bottom: 63px
}
.know-more-1 h2{
    font-size: 42px;
    line-height: 1.1em;
    text-shadow: 0 0 10px #000;
    margin-bottom: .5em;
    font-weight: 300;
    color: #fff;
}
.know-more-1 p{
    text-shadow: 0 0 10px rgba(0,0,0,.6);
    font-size: 20px;
    margin-bottom: .4em;
    color: #fff;
    font-weight: 300
}
.know-more-1 .has-line:after{
    background: #fff
}

/*** 

====================================================================
    know-more-1 war
====================================================================

 ***/
.know-more-1.war{
    background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url('../images/war/bg-2-3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% top;
}
.know-more-1.war:after{
    background: url('../images/war/animated_text_fill_1.png') no-repeat;
    background-size: 100%;
}


@media (max-width:992px) {
	.know-more-1.war:after{
		background: url(../images/war/animated_text_fill_1.png) center center;
		background-size: 150%
	}
}
@media (max-width:767px) {
	.know-more-1.war:after{
		background: url(../images/war/animated_text_fill_1.png) center center;
		background-size: 200%
	}
}

@media (max-width:424px){
	.know-more-1.war:after{
		background: url(../images/war/animated_text_fill_1.png) center center;
		background-size: 250%
	}
}

@media (max-width:374px){
	.know-more-1.war:after{
		background: url(../images/war/animated_text_fill_1.png) center center;
		background-size: 300%
	}
}

.know-more-1.war h2{
    font-family: 'Oswald', sans-serif
}

.know-more-1:after{
    width: 100%;
    height: 13px;
    bottom: 0;
    left: 0;
    position: absolute;
    -moz-transform: translate(0,50%);
    -ms-transform: translate(0,50%);
    -webkit-transform: translate(0,50%);
    transform: translate(0,50%);
    background: url(../images/sci/divider.png) repeat-x center center;
    content: '';
}


/*** 

====================================================================
    know-more-2 war
====================================================================

 ***/
.know-more-1.war-more{
    background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../images/war/bg-2-2.jpg') no-repeat;
    background-size: cover;
}
.know-more-1.war-more:after{
    background: url(../images/war/animated_text_fill_1.png) no-repeat center center;
    background-size: 100%
}


@media (max-width:992px) {
	.know-more-1.war-more:after{
		background: url(../images/war/animated_text_fill_1.png) center center;
		background-size: 150%
	}
}
@media (max-width:767px) {
	.know-more-1.war-more:after{
		background: url(../images/war/animated_text_fill_1.png) center center;
		background-size: 200%
	}
}

@media (max-width:424px){
	.know-more-1.war-more:after{
		background: url(../images/war/animated_text_fill_1.png) center center;
		background-size: 250%
	}
}

@media (max-width:374px){
	.know-more-1.war-more:after{
		background: url(../images/war/animated_text_fill_1.png) center center;
		background-size: 300%
	}
}





.know-more-1.war-more h2{
    font-family: 'Oswald', sans-serif
}

/*** 

====================================================================
    know-more-2
====================================================================

 ***/
.know-more-1.more-2{
    background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../images/sci/section-bg-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
/*** 

====================================================================
    know-more-1 aged
====================================================================

 ***/
.know-more-1.aged{
    background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.55)), url('../images/aged/section-bg-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.m_banner_size {
   min-height: 600px;

}

.m_banner_left {
    float:left;
}

.GameDiv{

	margin-left: -75px;
	
}

@media(max-width: 1024px) {
	.GameDiv{

		margin-left: 0px;
		
	}
}

@media(max-width: 995px) {
	.GameDiv{

		margin-left: -105px;
		
	}
}

.m_banner_right {
	position: relative;
	margin-right: -15px;
	margin-top: 30px;

}

@media(max-width: 1024px) {
	.m_banner_right {
		position: relative;
		margin-right: -15px;
		margin-top: 30px;

	}
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
	.m_banner_right {
		position: relative;
		margin-right: 0px;
		margin-top: 30px;

	}
}

.main-footer1 {
    position: relative;
    background: #020911;
}

.m_banner {
	width: 100%;
    background: #020911;
	position: relative;
	padding:15px 0px 15px 0px;

}

.b_728 {
	display:inline-block;
	width: 320px;
	height: 100px;
}

@media(min-width: 500px) {
	.b_728 {
		display:inline-block;
		width: 468px; height: 60px;
	}
}

@media(min-width: 800px) {
	.b_728 {
		display:inline-block;
		width: 728px; height: 90px;
	}
}

.m_space {
    background: #020911;
	height: 120px;
}

@media (max-width:1200px) {

}




/*** 

====================================================================
    Character
====================================================================

 ***/
 

.character {
    background: #020911
}
.headline{
    font-size: 42px;
    line-height: 1.1em;
    text-shadow: 0 0 10px #000;
    margin-bottom: .5em;
    margin-top: 0;
    font-weight: 300;
    color: #fff;
}
.headline1{
    font-size: 28px;
    line-height: 1.1em;
    text-shadow: 0 0 10px #000;
    margin-bottom: .5em;
    margin-top: 0;
    font-weight: 300;
    color: #fff;
}
.character .has-line-center:after{
    background: #fff
}
#char-slider{
    overflow: hidden;
}
#char-slider1{
    overflow: hidden;
}
#char-slider2{
    overflow: hidden;
}
#char-slider-auto{
    overflow: hidden;
}
.character .slick-prev,
.character .slick-next{
    position: absolute;
    top: 50%;
    background: transparent;
}
.character .slick-prev{
    left: 0px;
	z-index:1;
	
}
.character .slick-next{
    right: 0px
}
@media (max-width:992px) {
    .item-box-sm{
        margin-top: 30px !important
    }
}
@media (max-width:767px) {
    .item-box-xs{
        margin-top: 30px !important
    }
}

.character .box{
    display: block;
}
.character:after{
    width: 100%;
    height: 13px;
    bottom: -5px;
    left: 0;
    position: absolute;
    background: url(../images/sci/divider.png) repeat-x center center;
    content: '';
}
.character .box .corners:before,
.character .box .corners:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border-color: cyan;
  border-style: solid;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.character .box .content{
    margin: 0;
    border-style: solid;
    padding: 30px;
    box-shadow: 0px 0px 10px rgba(2, 254, 255, 0.8), inset 0px 0px 10px rgba(2, 254, 255, 0.8);
    overflow: hidden;
}
.character .box .corners.top:before {
  border-width: 3px 0 0 3px;
}
.character .box .corners.top:after {
  border-width: 3px 3px 0 0;
}
.character .box .corners.bottom:before {
  border-width: 0 0 3px 3px;
}
.character .box .corners.bottom:after {
  border-width: 0 3px 3px 0;
}
.character .box .corners:before {
  left: 0;
  bottom: -8px
}
.character .box .corners:after {
  right: 0;
  bottom: -8px
}
.character .box .corners.top {
  top: 13px;
}
.character .box .corners.bottom {
  bottom: 9px;
}
.character .box:hover .corners:before {
  left: 0px;
  bottom: -8px
}
.character .box:hover .corners:after {
  right: 0px;
  bottom: -8px
}
.character .box:hover .corners.top {
  top: 13px;
}
.character .box:hover .corners.bottom {
  bottom: 9px;
}

.character .char-img img{
	width: 180px;
	height: 360px;
}

.character .char-img{

    background: rgba(2, 254, 255, 0.2);
    padding: 15px 10px 0 
}
.character .char-img:after{
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 37px;
    height: 6px;
    background: url('../images/sci/button-after-copy.png') no-repeat;
}
.character .char-info ul{
    margin-bottom: 0;
    color: cyan;
    text-align: left;
}
.character .char-info li{
    position: relative;
    font-size: 16px;
    color: cyan;
    padding: 10px 0;
}
.character .char-info li:last-child{
	padding-bottom: 0 !important
}
.character .char-info li:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20px;
    background: url('../images/sci/line.png') no-repeat;
    background-size: 100%
}


 /***   }  ***/
 .character .down-bt{
    position: relative;
    background: rgba(2, 254, 255, 0.2);
    padding: 15px 30px;
    border: 1px solid cyan;
    font-size: 18px;
    width: 100%;
    text-align: center;
    font-family: 'Orbitron', sans-serif;
    color: cyan
}
.character .down-bt:hover{
    background: #020911;
}
.character.down-bt .icon{
    margin-right: 10px
}
.character .down-bt:after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 37px;
    height: 6px;
    background: url('../images/sci/button-after-copy.png') no-repeat;
}

.character.war .down-bt{

	text-align: center;
	padding: 10px 0px;
	width: 60%;
	height: 40px;
    border: 1px solid #337ab7;
    color: #337ab7;
     font-family: 'Orbitron', sans-serif;
    background: rgba(28, 39, 43, 0.3);
}
.character.war .down-bt:hover{
    background: #020911;
}

.character.war .down-bt:after{
    background: url('../images/war/button-after-copy.png') no-repeat;
}





.character .down-bt1{
    position: relative;
    background: rgba(2, 254, 255, 0.2);
    padding: 0px 15px;
    border: 1px solid cyan;
     /***font-size: 18px;***/
    text-align: center;
    font-family: 'Orbitron', sans-serif;
    color: cyan
}
.character .down-bt1:hover{
    background: #020911;
}
.character.down-bt1 .icon{
    margin-right: 10px
}
.character .down-bt1:after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 37px;
    height: 6px;
    background: url('../images/sci/button-after-copy.png') no-repeat;
}
 
 
.character.war .down-bt1{

    border: 1px solid #337ab7;
    color: #337ab7;
  /***   font-family: 'Oswald', sans-serif; ***/
    background: rgba(28, 39, 43, 0.3);
}
.character.war .down-bt1:hover{
    background: #020911;
}

.character.war .down-bt1:after{
    background: url('../images/war/button-after-copy.png') no-repeat;
}

@media (max-width:768px){
.character .down-bt1{
    position: relative;
    background: rgba(2, 254, 255, 0.2);
    padding: 5px 15px;
    border: 1px solid cyan;
	width: 100%;
    font-size: 18px;
    text-align: center;
    font-family: 'Orbitron', sans-serif;
    color: cyan
}

}




.core2 {
  background: #cedce0;
  width: 240px;
  height: 240px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 10px rgba(2, 255, 255, 0.15) solid;
  animation: flicker2 0.2s infinite;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
.core2 .core2-img{
    margin-top: 16%;
    margin-bottom: 16%;
}
.big_core {
  background: #cedce0;
  width: 200px;
  height: 200px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 10px rgba(2, 255, 255, 0.15) solid;
  animation: big_flicker 0.2s infinite;
}

.c_ease {
  animation: colour_ease 3s infinite ease-in-out;
}

.counterspin5 {
  animation: rotate_anti 5s linear infinite;
}

.counterspin4 {
  animation: rotate_anti 4s linear infinite;
}

.semi_arc {
  width: 100px;
  height: 100px;
  border: 6px solid #02feff;
  background: rgba(2, 254, 255, 0.2);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  transform: rotateZ(0deg);
  transition: box-shadow 3s ease;
  text-align: center;
  line-height: 100px;
}

.semi_arc:hover {
  box-shadow: 0px 0px 30px rgba(2, 254, 255, 0.8);
  transition: 0.3s;
}

.semi_arc_2 {
  content: "";
  position: absolute;
  width: 94%;
  height: 94%;
  left: 3%;
  top: 3%;
  border: 5px solid #02feff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  animation: rotate 4s linear infinite;
  text-align: center;
  line-height: 129px;
}

.semi_arc_2:after {
  content: "";
  position: absolute;
  width: 94%;
  height: 94%;
  left: 3%;
  top: 3%;
  border: 4px solid #02feff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  animation: rotate_anti 2s linear infinite;
}

.semi_arc_3 {
  content: "";
  position: absolute;
  width: 94%;
  height: 94%;
  left: 3%;
  top: 3%;
  border: 5px solid #02feff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  animation: rotate 4s linear infinite;
  text-align: center;
  line-height: 129px;
}

.arc {
  width: 100px;
  height: 100px;
  border: 6px solid #02feff;
  background: rgba(2, 254, 255, 0.2);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transform: rotateY(-30deg) translateZ(-200px);
  -ms-transform: rotateY(-30deg) translateZ(-200px);
  -webkit-transform: rotateY(-30deg) translateZ(-200px);
  transform: rotateY(-30deg) translateZ(-200px);
  transform: rotateZ(0deg);
  transition: box-shadow 3s ease;
  text-align: center;
  line-height: 100px;
}

.arc:hover {
  box-shadow: 0px 0px 30px rgba(2, 254, 255, 0.8);
  transition: 0.3s;
}

.arc:after {
  content: "";
  position: absolute;
  width: 94%;
  height: 94%;
  left: 3%;
  top: 3%;
  border: 4px solid #02feff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  animation: rotate 4s linear infinite;
}

.e1:after {
  border-color: rgba(2, 255, 255, 0.6);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.e2:after {
  border-color: rgba(2, 255, 255, 0.6);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.e3 {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  animation: rotate 5s linear infinite;
}

.e3:after {
  border-color: rgba(2, 255, 255, 0.6);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.e4 {
  width: 150px;
  height: 150px;
}

.e4_1 {
  border-color: rgba(2, 255, 255, 0.3);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.e4_1:after {
  border-color: rgba(2, 255, 255, 0.6);
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

.e5 {
  width: 200px;
  height: 200px;
}

.e5_1 {
  color: rgba(2, 255, 255, 0.15);
  border: 2px solid;
  border-left: 2px solid transparent;
  animation: rotate 5s linear infinite;
}

.e5_2 {
  color: rgba(2, 255, 255, 0.7);
  border: 4px solid;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  animation: rotate_anti 4s linear infinite;
}

.e5_3 {
  color: rgba(2, 255, 255, 0.5);
  border: 2px solid;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  animation: rotate 3s linear infinite;
}

.e5_4 {
  color: rgba(2, 255, 255, 0.15);
  border: 4px solid;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  animation: rotate_anti 2s linear infinite;
}

.e6 {
  border-color: transparent;
  background: rgba(255, 255, 255, 0);
  width: 200px;
  height: 200px;
}

@keyframes rotate {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
@keyframes rotate_anti {
  0% {
    transform: rotateZ(360deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}
@keyframes colour_ease {
  0% {
    border-color: #02feff;
  }
  50% {
    border-color: rgba(2, 254, 255, 0.5);
  }
  100% {
    border-color: #02feff;
  }
}
@keyframes flicker {
  0% {
    box-shadow: 0px 0px 16px 8px rgba(150, 255, 255, 0.5), inset 0px 1px 4px 2px rgba(21, 211, 233, 0.3);
  }
  40% {
    box-shadow: 0px 0px 16px 8px rgba(150, 255, 255, 0.5), inset 0px 1px 4px 2px rgba(21, 211, 233, 0.3);
  }
  50% {
    box-shadow: 0px 0px 16px 6px rgba(150, 255, 255, 0.5), inset 0px 1px 100px 2px rgba(21, 211, 233, 0.3);
  }
  60% {
    box-shadow: 0px 0px 16px 8px rgba(150, 255, 255, 0.5), inset 0px 1px 4px 2px rgba(21, 211, 233, 0.3);
  }
  100% {
    box-shadow: 0px 0px 16px 8px rgba(150, 255, 255, 0.5), inset 0px 1px 4px 2px rgba(21, 211, 233, 0.3);
  }
}
@keyframes flicker2 {
  0% {
    box-shadow: 0px 0px 60px 25px rgba(150, 255, 255, 0.5), inset 0px 1px 4px 2px rgba(21, 211, 233, 0.3);
  }
  40% {
    box-shadow: 0px 0px 60px 25px rgba(150, 255, 255, 0.5), inset 0px 1px 4px 2px rgba(21, 211, 233, 0.3);
  }
  50% {
    box-shadow: 0px 0px 50px 17px rgba(150, 255, 255, 0.5), inset 0px 1px 100px 2px rgba(21, 211, 233, 0.3);
  }
  60% {
    box-shadow: 0px 0px 60px 25px rgba(150, 255, 255, 0.5), inset 0px 1px 4px 2px rgba(21, 211, 233, 0.3);
  }
  100% {
    box-shadow: 0px 0px 60px 25px rgba(150, 255, 255, 0.5), inset 0px 1px 4px 2px rgba(21, 211, 233, 0.3);
  }
}
@keyframes big_flicker {
  0% {
    box-shadow: 0px 0px 40px 20px rgba(150, 255, 255, 0.5), inset 0px 1px 30px 15px rgba(21, 211, 233, 0.3);
  }
  40% {
    box-shadow: 0px 0px 40px 20px rgba(150, 255, 255, 0.5), inset 0px 1px 30px 15px rgba(21, 211, 233, 0.3);
  }
  50% {
    box-shadow: 0px 0px 35px 17px rgba(150, 255, 255, 0.5), inset 0px 1px 50px 40px rgba(21, 211, 233, 0.3);
  }
  60% {
    box-shadow: 0px 0px 40px 20px rgba(150, 255, 255, 0.5), inset 0px 1px 30px 15px rgba(21, 211, 233, 0.3);
  }
  100% {
    box-shadow: 0px 0px 40px 20px rgba(150, 255, 255, 0.5), inset 0px 1px 30px 15px rgba(21, 211, 233, 0.3);
  }
}

.arc_reactor {
  position: relative;
  top: 50%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
}

.e7 {
  width: 95.25%;
  height: 95.25%;
  left: 2.5475%;
  right: 2.5475%;
  border: 6px solid transparent;
  background: transparent;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  transform: rotateZ(0deg);
  transition: box-shadow 3s ease;
  text-align: center;
  line-height: 100px;
}

.case_container {
  width: 400px;
  height: 400px;
  overflow: hidden;
  border-radius: 50%;
}

/*** 

====================================================================
    Character war
====================================================================

 ***/
 .character.war:after{
    background: url('../images/war/animated_text_fill_1.png') no-repeat;
    background-size: 100%
 }
 .character.war h2{
    font-family: 'Oswald', sans-serif;
 }
.character.war .char-img{
    background:  rgba(51, 122, 183, 0.3)
}
.character.war .char-img:after{
    background: url('../images/war/button-after-copy.png') no-repeat;
}
.character.war .char-info h2{
    color: #337ab7
}
.character.war .box .content {
    box-shadow: none;
    overflow: hidden;
    border-color: #337ab7
}
.character.war .box .corners:before, 
.character.war .box .corners:after{
    border-color: #337ab7
}
.character.war .char-info li{
    color: #337ab7
}
.character.war .char-info li:after{
    display: none;
}


/*** 

====================================================================
    Character aged
====================================================================

***/
.character.aged .char-info{
    position: relative;
}
.character.aged .char-img{
    padding-right: 0;
    padding-left: 0;
    padding-top: 0
}




/*** 

====================================================================
    skills
====================================================================

 ***/
.skills h3{
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
}

.skill {
    position: relative;
    margin-bottom: 27px
}
.skill li {
    font-size: 16px;
    font-weight: 400;
}

.skill li.title {
    float: left;
    color: #337ab7
}

.skill li.strength {
    float: right;
    color: #337ab7
}
.skill .skill-progress {
    width: 100%;
    height: 5px;
    background: #f4f4f4
}
.skill-progress .progress-bar{
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background: #337ab7
}
@media (max-width:992px) {
    .skills{
        margin-top: 30px
    }
}



/*** 

====================================================================
    Weapons
====================================================================

 ***/
.weapons{
    background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.55)),url(../images/sci/section-bg-3.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}
.weapons:after{
    width: 100%;
    height: 13px;
    bottom: -5px;
    left: 0;
    position: absolute;
    background: url(../images/sci/divider.png) repeat-x center center;
    content: '';
}
.weapons .has-line-center:after{
    background: #fff
}
.weapon-box-one {
    position: relative;
    padding: 43px 20px 10px;
    transition: all .3s;
}
.weapon-box-one .inner-box {
    position: relative;
    display: block;
}
.weapons .inner-box:hover .char-img img{
    transform: scale(1.1);
}
.weapons .inner-box .char-img img{
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.weapon-box-one .icon-box {
    position: relative;
    font-size: 40px;
    line-height: 1.4em;
    margin-bottom: 8px;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.weapon-box-one .inner-box strong{
    font-size: 3em;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
    display:block;
}
.weapon-box-one h3 {
    position: relative;
    line-height: 1.6em;
    font-size: 18px;
    margin-top: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: cyan;
    font-weight: 600;
}
.weapon-box-one .text {
    position: relative;
    line-height: 1.8em;
    padding: 0px ;
    color: cyan
}
.weapon-box-one h3 a {
    position: relative;
    color: cyan;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.weapons .box .corners:before,
.weapons .box .corners:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border-color: cyan;
  border-style: solid;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.weapons .box .content{
    margin: 0;
    border-style: solid;
    padding: 30px;
    background: rgba(2, 254, 255, 0.3);
    box-shadow: 0px 0px 10px rgba(2, 254, 255, 0.8), inset 0px 0px 10px rgba(2, 254, 255, 0.8);
    overflow: hidden;
}
.weapons .box .corners.top:before {
  border-width: 3px 0 0 3px;
}
.weapons .box .corners.top:after {
  border-width: 3px 3px 0 0;
}
.weapons .box .corners.bottom:before {
  border-width: 0 0 3px 3px;
}
.weapons .box .corners.bottom:after {
  border-width: 0 3px 3px 0;
}
.weapons .box .corners:before {
  left: 0;
  bottom: -8px
}
.weapons .box .corners:after {
  right: 0;
  bottom: -8px
}
.weapons .box .corners.top {
  top: 13px;
}
.weapons .box .corners.bottom {
  bottom: 9px;
}
.weapons .box:hover .corners:before {
  left: 0px;
  bottom: -8px
}
.weapons .box:hover .corners:after {
  right: 0px;
  bottom: -8px
}
.weapons .box:hover .corners.top {
  top: 13px;
}
.weapons .box:hover .corners.bottom {
  bottom: 9px;
}


/*** 

====================================================================
    Facts
====================================================================

 ***/
.facts{
    background: #020911
}
.facts:after{
    width: 100%;
    height: 13px;
    bottom: -5px;
    left: 0;
    position: absolute;
    background: url(../images/sci/divider.png) repeat-x center center;
    content: '';
}
.facts .has-line-center:after{
    background: #fff
}
.fact-box{
    position:relative;
    margin-top:23px;
    margin-bottom: 10px
}

.fact-box .inner{
    position:relative;
    padding:50px 15px 30px;
    max-width:250px;
    margin:0 auto;
    text-align:center;
    border:2px solid cyan;
    border-radius:0px 0px 5px 5px;
    border-top:none;
}

.fact-box .inner:before{
    content:'';
    position:absolute;
    right:0px;
    top:0px;
    width:60px;
    border-bottom:2px solid cyan; 
}

.fact-box .inner::after{
    content:'';
    position:absolute;
    left:0px;
    top:0px;
    width:60px;
    border-bottom:2px solid cyan; 
}

.fact-box .icon-box{
    position:absolute;
    left:50%;
    top:-30px;
    margin-left:-30px;
    width:60px;
    height:60px;
    color: cyan;
    line-height:60px;
    font-size:42px; 
}

.fact-box .content{
    position:relative;
}

.facts .lev-img {
	width: 30px;
	height: 30px;
}

.count-outer{
    position:relative;
    font-size:42px;
    line-height:1.4em;
    font-weight:700;
    color:cyan;
    margin-bottom:7px;
}

.count-outer .count-text{
    font-weight:700;
}

.fact-box .counter-title{
    position:relative;
    font-size:13px;
    line-height:30px;
    font-weight:400;
    color:cyan;
}
@media (max-width:992px) {
    .fact-box-sm{
        margin-top: 60px !important
    }
}
@media (max-width:767px) {
    .fact-box-xs{
        margin-top: 60px !important
    }
}


 .fact .desc{
    color: #337ab7;
}

 .fact .desc1{
    color: #fff;
}

/*** 

====================================================================
    Facts war
====================================================================

 ***/

.facts.war:after{
    background: url(../images/war/animated_text_fill_1.png) center center;
    background-size: 100%
}


@media (max-width:992px) {
	.facts.war:after{
		background: url(../images/war/animated_text_fill_1.png) center center;
		background-size: 150%
	}
}
@media (max-width:767px) {
	.facts.war:after{
		background: url(../images/war/animated_text_fill_1.png) center center;
		background-size: 200%
	}
}

@media (max-width:424px){
	.facts.war:after{
		background: url(../images/war/animated_text_fill_1.png) center center;
		background-size: 250%
	}
}

@media (max-width:374px){
	.facts.war:after{
		background: url(../images/war/animated_text_fill_1.png) center center;
		background-size: 300%
	}
}



.facts.war .fact-box .inner{
    border-color: #337ab7
} 
.facts.war .fact-box .inner:before,
.facts.war .fact-box .inner:after{
    border-bottom:2px solid #337ab7; 
}
.facts.war .count-text,
.facts.war .fact-box .icon-box,
.facts.war .count-outer,
.facts.war .fact-box .counter-title{
    color: #337ab7;
 }
 
.facts.war .desc{
    color: #337ab7
}

.facts.war .desc1{
    color: #fff;
}

 
 
.facts .down-bt{
    position: relative;
    background: rgba(2, 254, 255, 0.2);
    padding: 15px 30px;
    border: 1px solid cyan;
    font-size: 18px;
    width: 100%;
    text-align: center;
    font-family: 'Orbitron', sans-serif;
    color: cyan
}
.facts .down-bt:hover{
    background: #020911;
}
.facts.down-bt .icon{
    margin-right: 10px
}
.facts .down-bt:after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 37px;
    height: 6px;
    background: url('../images/sci/button-after-copy.png') no-repeat;
}
 
 
.facts.war .down-bt{

    border: 1px solid #337ab7;
    color: #337ab7;
  /***   font-family: 'Oswald', sans-serif; ***/
    background: rgba(28, 39, 43, 0.3);
}
.facts.war .down-bt:hover{
    background: #020911;
}

.facts.war .down-bt:after{
    background: url('../images/war/button-after-copy.png') no-repeat;
}






.facts .down-bt1{
    position: relative;
    background: rgba(2, 254, 255, 0.2);
    padding: 0px 15px;
    border: 1px solid cyan;
    font-size: 18px;
    text-align: center;
    font-family: 'Orbitron', sans-serif;
    color: cyan
}
.facts .down-bt1:hover{
    background: #020911;
}
.facts.down-bt1 .icon{
    margin-right: 10px
}
.facts .down-bt1:after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 37px;
    height: 6px;
    background: url('../images/sci/button-after-copy.png') no-repeat;
}
 
 
.facts.war .down-bt1{

    border: 1px solid #337ab7;
    color: #337ab7;
  /***   font-family: 'Oswald', sans-serif; ***/
    background: rgba(28, 39, 43, 0.3);
}
.facts.war .down-bt1:hover{
    background: #020911;
}

.facts.war .down-bt1:after{
    background: url('../images/war/button-after-copy.png') no-repeat;
}

@media (max-width:426px){
.facts .down-bt1{
    position: relative;
    background: rgba(2, 254, 255, 0.2);
    padding: 5px 15px;
    border: 1px solid cyan;
	width: 100%;
    font-size: 18px;
    text-align: center;
    font-family: 'Orbitron', sans-serif;
    color: cyan
}

}



/*** 

====================================================================
    screenshoots
====================================================================

 ***/
 .screenshoots{
    background: #020911
 }
 .screenshoots:after{
    width: 100%;
    height: 13px;
    bottom: -5px;
    left: 0;
    position: absolute;
    background: url(../images/sci/divider.png) repeat-x center center;
    content: '';
}
 .screenshoots .has-line-center:after{
    background: #fff
}
.screenshoots .screenshoot {
   position: relative;
}

.screenshoots .screenshoot #Container {
   text-align: left;
}
.screenshoots .screenshoot .mix {
   height: 300px;
   padding: 10px
}
.screenshoots .screenshoot .mix:after{
    content: '';
    position: absolute;
    right: 11px;
    bottom: 11px;
    width: 37px;
    height: 6px;
    background: url('../images/sci/button-after-copy.png') no-repeat;
}
.screenshoots .screenshoot .mix a {
   display: block;
   width: 100%;
   height: 100%
}
.screenshoots .screenshoot .mix a:hover .info {
   opacity: 1;
}
.screenshoots .screenshoot .mix .info .content{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 30px;
}

.screenshoots .screenshoot .mix a:hover .info h4,
.screenshoots .screenshoot .mix a:hover .info p {
   -webkit-transform: translateY(0);
    transform: translateY(0);
   opacity: 1;
}

.screenshoots .screenshoot .mix a:hover .info p {
   -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.screenshoots .screenshoot .mix .item {
   position: relative;
   width: 100%;
   height: 100%;
   border: 1px solid cyan;
   overflow: hidden;
   box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2)
}

/*item image */
.screenshoots .screenshoot .mix .item img {
   width: 100%;
   position: absolute;
   top: 0;
}

 .screenshoots .screenshoot .mydisplay img {
	border: 1px solid #337ab7;
}

 .screenshoots .desc{
    color: #337ab7
}
 

/*item information */
.screenshoots .screenshoot .mix .item .info {
   background: rgba(46, 46, 52, 0.9);
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
        justify-content: center;
   text-align: center;
   opacity: 0
}
.screenshoots .screenshoot .mix .item .info h4 {
   font-size: 25px;
   font-weight: 700;
   color: cyan;
   margin-bottom: 20px;
   -webkit-transform: translateY(30px);
   transform: translateY(30px);
   opacity: 0;
    font-family: 'Orbitron', sans-serif;
}

.screenshoots .screenshoot .mix .item .info p {
   font-size: 14px;
   font-weight: 300;
   color: #fff;
   -webkit-transform: translateY(30px);
      transform: translateY(30px);
   opacity: 0;
}

/*** 

====================================================================
    screenshoots war
====================================================================

 ***/
 .screenshoots.war:after{
    background: url(../images/war/animated_text_fill_1.png) repeat-x center center;
    background-size: 100%
}

@media (max-width:992px) {
	.screenshoots.war:after{
		background: url(../images/war/animated_text_fill_1.png) center center;
		background-size: 150%
	}
}
@media (max-width:767px) {
	.screenshoots.war:after{
		background: url(../images/war/animated_text_fill_1.png) center center;
		background-size: 200%
	}
}

@media (max-width:424px){
	.screenshoots.war:after{
		background: url(../images/war/animated_text_fill_1.png) center center;
		background-size: 250%
	}
}

@media (max-width:374px){
	.screenshoots.war:after{
		background: url(../images/war/animated_text_fill_1.png) center center;
		background-size: 300%
	}
}


 .screenshoots.war .screenshoot .mix:after{
    background: url('../images/war/button-after-copy.png') no-repeat;
}
 .screenshoots.war .screenshoot .mix .item{
    border-color: #337ab7
 }
 .screenshoots.war .screenshoot .mix .item .info h4{
    color: #337ab7
 }
 
 .screenshoots.war .screenshoot .mydisplay img {
	border: 1px solid #337ab7;
}
 
 .screenshoots.war .desc{
    color: #337ab7
}
 
 
 .screenshoots .down-bt{
    position: relative;
    background: rgba(2, 254, 255, 0.2);
    padding: 15px 30px;
    border: 1px solid cyan;
    font-size: 18px;
    width: 100%;
    text-align: center;
    font-family: 'Orbitron', sans-serif;
    color: cyan
}
.screenshoots .down-bt:hover{
    background: #020911;
}
.screenshoots.down-bt .icon{
    margin-right: 10px
}
.screenshoots .down-bt:after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 37px;
    height: 6px;
    background: url('../images/sci/button-after-copy.png') no-repeat;
}
 
 
 .screenshoots.war .down-bt{

    border: 1px solid #337ab7;
    color: #337ab7;
  /***   font-family: 'Oswald', sans-serif; ***/
    background: rgba(28, 39, 43, 0.3);
}
.screenshoots.war .down-bt:hover{
    background: #020911;
}

.screenshoots.war .down-bt:after{
    background: url('../images/war/button-after-copy.png') no-repeat;
}






.screenshoots .down-bt1{
    position: relative;
    background: rgba(2, 254, 255, 0.2);
    padding: 0px 15px;
    border: 1px solid cyan;
    font-size: 18px;
    text-align: center;
    font-family: 'Orbitron', sans-serif;
    color: cyan
}
.screenshoots .down-bt1:hover{
    background: #020911;
}
.screenshoots.down-bt1 .icon{
    margin-right: 10px
}
.screenshoots .down-bt1:after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 37px;
    height: 6px;
    background: url('../images/sci/button-after-copy.png') no-repeat;
}
 
 
.screenshoots.war .down-bt1{

    border: 1px solid #337ab7;
    color: #337ab7;
  /***   font-family: 'Oswald', sans-serif; ***/
    background: rgba(28, 39, 43, 0.3);
}
.screenshoots.war .down-bt1:hover{
    background: #020911;
}

.screenshoots.war .down-bt1:after{
    background: url('../images/war/button-after-copy.png') no-repeat;
}

@media (max-width:426px){
.screenshoots .down-bt1{
    position: relative;
    background: rgba(2, 254, 255, 0.2);
    padding: 5px 15px;
    border: 1px solid cyan;
	width: 100%;
    font-size: 18px;
    text-align: center;
    font-family: 'Orbitron', sans-serif;
    color: cyan
}

}



/*** 
}
====================================================================
    Download
====================================================================

 ***/
.download{
    background: #020911
}
.download:after{
    width: 100%;
    height: 13px;
    bottom: -5px;
    left: 0;
    position: absolute;
    background: url(../images/sci/divider.png) repeat-x center center;
    content: '';
}
.download .has-line-center:after{
    background: #fff
}
.download .desc{
    font-size: 18px
}
.download .down-bt{
    position: relative;
    background: rgba(2, 254, 255, 0.2);
    padding: 15px 30px;
    border: 1px solid cyan;
    font-size: 18px;
    width: 100%;
    text-align: center;
    font-family: 'Orbitron', sans-serif;
    color: cyan
}
.download .down-bt:hover{
    background: #020911;
}
.download .down-bt .icon{
    margin-right: 10px
}
.download .down-bt:after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 37px;
    height: 6px;
    background: url('../images/sci/button-after-copy.png') no-repeat;
}

/*** 

====================================================================
    Download war
====================================================================

 ***/
 .download.war:after{
    background: url(../images/war/animated_text_fill_1.png) center center;
    background-size: 100%
}


@media (max-width:992px) {
	.download.war:after{
		background: url(../images/war/animated_text_fill_1.png) center center;
		background-size: 150%
	}
}
@media (max-width:767px) {
	.download.war:after{
		background: url(../images/war/animated_text_fill_1.png) center center;
		background-size: 200%
	}
}

@media (max-width:424px){
	.download.war:after{
		background: url(../images/war/animated_text_fill_1.png) center center;
		background-size: 250%
	}
}

@media (max-width:374px){
	.download.war:after{
		background: url(../images/war/animated_text_fill_1.png) center center;
		background-size: 300%
	}
}



.download.war{
    background: #020911
}
.download.war .desc{
    color: #337ab7
}
.download.war .down-bt{
    border: 1px solid #337ab7;
    color: #337ab7;
  /***   font-family: 'Oswald', sans-serif; ***/
    background: rgba(28, 39, 43, 0.3);
}
.download.war .down-bt:hover{
    background: #020911;
}

.download.war .down-bt:after{
    background: url('../images/war/button-after-copy.png') no-repeat;
}

.download.war select{

	border: 1px solid #337ab7;
	color: #337ab7;
	background: rgba(28, 39, 43, 0.3);

}

.download.war option{

	background-color: #020911;

}


/*** 

====================================================================
    Testimonials
====================================================================

 ***/
.testimonials {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/aged/section-bg-2.jpg') no-repeat;
    background-size: cover
}
.testimonials .has-line-center:after{
    background: #fff;
}
.testimonials .headline{
    font-family: 'Oswald', sans-serif
}
.testimonials .testimonial-item{
    position:relative;
    text-align:center;
    padding:40px 20px;
    background: rgba(255, 158, 27, 0.6);;
}

.testimonials .testimonial-item .inner-box{
    position:relative;
    max-width:400px;
    margin:0 auto;  
}

.testimonials .testimonial-item .author-thumb{
    position:relative;
    margin:0 auto 35px; 
}

.testimonials .testimonial-item .author-thumb img{
    border: 2px dashed; 
    padding: 10px
}

.testimonials .testimonial-item .text{
    position:relative;
    line-height:1.8em;
    color: #fff;
    margin:0 auto 25px; 
}

.testimonials .testimonial-item .info{
    font-size:15px;
    font-weight:700;
    color:#2a2a2a;
    text-transform:uppercase;
    line-height:26px;
    margin-bottom:20px; 
}

.testimonials .testimonial-item .info .designation{
    font-size:14px;
    font-weight:400;    
}

.testimonials .testimonial-item .quote-icon{
    position:relative;
    font-size:24px;
    line-height:1em;
    color:#e9e9e9;  
}
.testimonials .slick-prev,
.testimonials .slick-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px 13px;
    border: 1px solid #333;
}
.testimonials .slick-prev:hover,
.testimonials .slick-next:hover{
    background: #333;
    color: #fff
}
.testimonials .slick-prev{
    left: -15px
}
.testimonials .slick-next{
    right: -15px
}
@media (max-width:992px) {
    .item-box-sm{
        margin-top: 30px !important
    }
}
@media (max-width:767px) {
    .item-box-xs{
        margin-top: 30px !important
    }
}


/*** 

====================================================================
    Contact
====================================================================

 ***/
.contact{
    text-align: center;
    background: #020911
}
.contact:after{
    width: 100%;
    height: 13px;
    bottom: -5px;
    left: 0;
    position: absolute;
    background: url(../images/sci/divider.png) repeat-x center center;
    content: '';
}
.contact .has-line-center:after{
    background: #fff
}
.contact-form form {
    display: inline-block;
    width: 66%;
    margin-top: 43px;
    position: relative;
}
.contact-form-login form {

    width: 66%;
    margin-top: 43px;
    position: relative;
}
@media (max-width:767px){
    .contact-form form {
        width: 90%;
    }
}
@media (max-width:480px){
    .contact-form form .more-btn{
        padding: 12px 15px
    }
}
.contact-form form input[type="text"],
.contact-form form textarea{
    float: left;
    width: 100%;
	background: rgba(28, 39, 43, 0.3);
    padding: 15px;
    border: 1px solid #337ab7;
    margin-bottom: 20px;
	color: #ccc;
	
}

.contact-form form input[type="password"],
.contact-form form textarea{
    float: left;
    width: 100%;
	background: rgba(28, 39, 43, 0.3);
    padding: 15px;
    border: 1px solid #337ab7;
    margin-bottom: 20px;
	color: #ccc;
	
}

.contact-form-login  form input[type="text"],
.contact-form-login  form textarea{
    float: left;
    width: 100%;
	background: rgba(28, 39, 43, 0.3);
    padding: 15px;
    border: 1px solid #337ab7;
    margin-bottom: 20px;
	color: #ccc;
	
}

.contact-form-login  form input[type="password"],
.contact-form-login  form textarea{
    float: left;
    width: 100%;
	background: rgba(28, 39, 43, 0.3);
    padding: 15px;
    border: 1px solid #337ab7;
    margin-bottom: 20px;
	color: #ccc;
	
}

::-webkit-input-placeholder { /* Chrome */
  color: #ccc;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #ccc;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #ccc;
  opacity: 1;
}
.contact-form form .more-btn{
    color: cyan;
    font-family: 'Orbitron', sans-serif;
    border: 1px solid #333;
    background: #333 !important
}
.contact-form form .more-btn:hover{
    background: #fff !important;
    border: 1px solid #333;
    color: #333 !important;
}

 .contact .desc{
    color: #337ab7
}




 .contact-form .down-bt{
    position: relative;
    background: rgba(28, 39, 43, 0.3);
    padding: 15px 30px;
    border: 1px solid #337ab7;
    font-size: 18px;
    width: 100%;
    text-align: center;
    font-family: 'Orbitron', sans-serif;
    color: #337ab7;
}
.contact-form .down-bt:hover{
    background: rgba(28, 39, 43, 0);
}
.contact-form .down-bt .icon{
    margin-right: 10px
}
.contact-form .down-bt:after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 37px;
    height: 6px;
    background: url('../images/sci/button-after-copy.png') no-repeat;
}


 .contact-form-login .down-bt{
    position: relative;
    background: rgba(28, 39, 43, 0.3);
    padding: 15px 30px;
    border: 1px solid #337ab7;
    font-size: 18px;
    width: 100%;
    text-align: center;
    font-family: 'Orbitron', sans-serif;
    color: #337ab7;
}
.contact-form-login .down-bt:hover{
    background: rgba(28, 39, 43, 0);
}
.contact-form-login .down-bt .icon{
    margin-right: 10px
}
.contact-form-login .down-bt:after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 37px;
    height: 6px;
    background: url('../images/sci/button-after-copy.png') no-repeat;
}









/*** 

====================================================================
    Contact war
====================================================================

 ***/
.contact.war:after{
    background: url('../images/war/animated_text_fill_1.png') no-repeat;
    background-size: 100%
}

@media (max-width:992px) {
	.contact.war:after{
		background: url(../images/war/animated_text_fill_1.png) center center;
		background-size: 150%
	}
}
@media (max-width:767px) {
	.contact.war:after{
		background: url(../images/war/animated_text_fill_1.png) center center;
		background-size: 200%
	}
}

@media (max-width:424px){
	.contact.war:after{
		background: url(../images/war/animated_text_fill_1.png) center center;
		background-size: 250%
	}
}

@media (max-width:374px){
	.contact.war:after{
		background: url(../images/war/animated_text_fill_1.png) center center;
		background-size: 300%
	}
}

.contact.war .contact-form form input[type="text"],
.contact.war .contact-form form textarea{
    border: 1px solid #337ab7;
}
.contact.war .contact-form form .more-btn{
    color: #337ab7;
    font-family: 'Oswald', sans-serif
}

.contact.war .submit-btn1{
    margin-top: 5px;

	
}


.contact .down-bt{
    position: relative;
    background: rgba(2, 254, 255, 0.2);
    padding: 15px 30px;
    border: 1px solid cyan;
    font-size: 18px;
    width: 100%;
    text-align: center;
    font-family: 'Orbitron', sans-serif;
    color: cyan
}
.contact .down-bt:hover{
    background: #020911;
}
.contact.down-bt .icon{
    margin-right: 10px
}
.contact .down-bt:after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 37px;
    height: 6px;
    background: url('../images/sci/button-after-copy.png') no-repeat;
}

.contact.war .down-bt{

	text-align: center;
	padding: 10px 0px;
	width: 60%;
	height: 40px;
    border: 1px solid #337ab7;
    color: #337ab7;
     font-family: 'Orbitron', sans-serif;
    background: rgba(28, 39, 43, 0.3);
}
.contact.war .down-bt:hover{
    background: #020911;
}

.contact.war .down-bt:after{
    background: url('../images/war/button-after-copy.png') no-repeat;
}


/*** 

====================================================================
    Footer
====================================================================

 ***/

.main-footer {
    position: relative;
    background: #1c1c1c;
}

.main-footer .social-links{
    position:relative;  
    margin-bottom: 0
}

.main-footer .social-links li{
    position:relative;
    display:inline-block;
    margin-right:5px;
}

.main-footer .social-links li{
    margin:0px 2px; 
}

.main-footer .social-links li a{
    position:relative;
    display:block;
    line-height:38px;
    border: 1px solid #1f1f1f;
    width:38px;
    height:38px;
    text-align:center;
    font-size:13px;
    background:rgba(255,255,255,0.05);
    color:#bbbbbb;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    transition:all 500ms ease;
}

.main-footer .social-links li a:hover{
    color:#ffffff;
    border: 1px solid #fff;
}


.main-footer .footer-bottom{
    position:relative;
    padding:18px 0px;
    color:#cccccc;
    background:#131313;
    line-height:38px;
    text-align:center;  
}

.main-footer .newsletter-widget{
    position:relative;
    max-width:300px;
    margin:0 auto;  
}

.main-footer .newsletter-widget .form-group{
    position:relative;
    margin:0px; 
}

.main-footer .newsletter-widget input[type="email"]{
    display:block;
    width:100%;
    line-height:24px;
    padding:10px 40px 10px 25px;
    height:48px;
    font-size:14px;
    color:#ffffff;
    border:1px solid rgba(255,255,255,0.20);
    background:none;
    border-radius:24px;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    transition:all 500ms ease;
}

.main-footer .newsletter-widget .send-btn{
    position:absolute;
    right:10px;
    top:0px;
    width:50px;
    height:48px;
    line-height:48px;
    text-align:center;
    color:rgba(255,255,255,0.50);
    font-size:16px;
    background:none;
    cursor:pointer;
}

.main-footer .links-widget .list li{
    position:relative;
    margin-bottom:12px;
}

.main-footer .links-widget .list li a{
    position:relative;
    display:block;
    line-height:24px;
    padding:0px 0px 0px 25px;
    color:#aaaaaa;
    text-transform:capitalize;  
}

.preview img{
    width: 100%;
    margin: 15px auto;
}

/*** 

====================================================================
    Demo page
====================================================================

 ***/
.demos{
   
}
.demos .has-line-center:after{
  background: #fff
}
.demos:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.7);
}
.demos img{
    width: 95%;
    transition: all .3s;
    position: relative;
}
.demos img:hover{
    box-shadow: 0 0 35px rgba(255, 255, 255, .3);
    top: -10px
}
.demos .demo-box{
    position: relative;
    margin-top: 43px
}
.demos .demo-box h3{
    display: block;
    font-size: 22px;
    font-family: 'Orbitron', sans-serif;
    color: #fff
}
.call-to .has-line-center:after{
    background: #fff !important
}


.pulse-wr {
    position: fixed;
    bottom: 50px;
    right: 15px;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    z-index: 8;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    background: transparent;
}
.popup-pulse {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    top: 50%;
    left: 50%;
    margin-left: -35px;
    margin-top: -35px;
    background-color: #6f9a37;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50px 50px;
    display: block;
    width: 70px;
    height: 70px;
    text-transform: uppercase;
    text-align: center;
    line-height: 73px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 0 0 rgba(111, 154, 55, 0.5);
    -webkit-animation: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}

.popup-pulse:before {
    border-radius: 50%;
    position: absolute;
    bottom: 5px;
    left: -15px;
    width: 32px;
    height: 32px;
    background-size: 32px 32px;
    background-image: url(../images/demos/logo-envato-icon.png);
    content: '';
}

.popup-pulse span {
    position: absolute;
    top: 22px;
    left: 14px;
    font-size: 13px;
    line-height: 14px;
}

@-webkit-keyframes zoom {
    0% {
        transform: scale(0.9);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 25px rgba(111, 154, 55, 0);
    }
    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0px rgba(111, 154, 55, 0);
    }
}

@keyframes zoom {
    0% {
        transform: scale(0.9);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 25px rgba(111, 154, 55, 0);
    }
    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0px rgba(111, 154, 55, 0);
    }
}

/*** 

====================================================================
    Preloader
====================================================================

 ***/
 
 .boxload {
    position: absolute;
    top: 50%;
    left: 50%;
  width: 300px;
  height: 80px;
  background-color: #222;

}

.loadingstart:after {
  content: '';
  position: relative;
  left: -120px;
  display: block;
  width: 40px;
  height: 50px;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
  box-shadow: 48px 0 2px rgba(61, 195, 255, 0.8), 96px 0 0px #3dc3ff, 144px 0 2px rgba(61, 195, 255, 0.8), 192px 0 4px rgba(61, 195, 255, 0.6), 240px 0 6px rgba(61, 195, 255, 0.4), 288px 0 8px rgba(61, 195, 255, 0.2);
  -webkit-animation: loadingstartAnim 2s linear infinite;
  -moz-animation: loadingstartAnim 2s linear infinite;
  animation: loadingstartAnim 2s linear infinite;
}

@-webkit-keyframes loadingstartAnim {
  0% {
    box-shadow: 48px 0 0px #3dc3ff, 96px 0 2px rgba(61, 195, 255, 0.8), 144px 0 4px rgba(61, 195, 255, 0.6), 192px 0 6px rgba(61, 195, 255, 0.4), 240px 0 8px rgba(61, 195, 255, 0.2), 288px 0 10px rgba(61, 195, 255, 0);
  }
  10% {
    box-shadow: 48px 0 2px rgba(61, 195, 255, 0.8), 96px 0 0px #3dc3ff, 144px 0 2px rgba(61, 195, 255, 0.8), 192px 0 4px rgba(61, 195, 255, 0.6), 240px 0 6px rgba(61, 195, 255, 0.4), 288px 0 8px rgba(61, 195, 255, 0.2);
  }
  20% {
    box-shadow: 48px 0 4px rgba(61, 195, 255, 0.6), 96px 0 2px rgba(61, 195, 255, 0.8), 144px 0 0px #3dc3ff, 192px 0 2px rgba(61, 195, 255, 0.8), 240px 0 4px rgba(61, 195, 255, 0.6), 288px 0 6px rgba(61, 195, 255, 0.4);
  }
  30% {
    box-shadow: 48px 0 6px rgba(61, 195, 255, 0.4), 96px 0 4px rgba(61, 195, 255, 0.6), 144px 0 2px rgba(61, 195, 255, 0.8), 192px 0 0px #3dc3ff, 240px 0 2px rgba(61, 195, 255, 0.8), 288px 0 4px rgba(61, 195, 255, 0.6);
  }
  40% {
    box-shadow: 48px 0 8px rgba(61, 195, 255, 0.2), 96px 0 6px rgba(61, 195, 255, 0.4), 144px 0 4px rgba(61, 195, 255, 0.6), 192px 0 2px rgba(61, 195, 255, 0.8), 240px 0 0px #3dc3ff, 288px 0 2px rgba(61, 195, 255, 0.8);
  }
  50% {
    box-shadow: 48px 0 10px rgba(61, 195, 255, 0), 96px 0 8px rgba(61, 195, 255, 0.2), 144px 0 6px rgba(61, 195, 255, 0.4), 192px 0 4px rgba(61, 195, 255, 0.6), 240px 0 2px rgba(61, 195, 255, 0.8), 288px 0 0px #3dc3ff;
  }
  60% {
    box-shadow: 48px 0 8px rgba(61, 195, 255, 0.2), 96px 0 10px rgba(61, 195, 255, 0), 144px 0 8px rgba(61, 195, 255, 0.2), 192px 0 6px rgba(61, 195, 255, 0.4), 240px 0 4px rgba(61, 195, 255, 0.6), 288px 0 2px rgba(61, 195, 255, 0.8);
  }
  70% {
    box-shadow: 48px 0 6px rgba(61, 195, 255, 0.4), 96px 0 8px rgba(61, 195, 255, 0.2), 144px 0 10px rgba(61, 195, 255, 0), 192px 0 8px rgba(61, 195, 255, 0.2), 240px 0 6px rgba(61, 195, 255, 0.4), 288px 0 4px rgba(61, 195, 255, 0.6);
  }
  80% {
    box-shadow: 48px 0 4px rgba(61, 195, 255, 0.6), 96px 0 6px rgba(61, 195, 255, 0.4), 144px 0 8px rgba(61, 195, 255, 0.2), 192px 0 10px rgba(61, 195, 255, 0), 240px 0 8px rgba(61, 195, 255, 0.2), 288px 0 6px rgba(61, 195, 255, 0.4);
  }
  90% {
    box-shadow: 48px 0 2px rgba(61, 195, 255, 0.8), 96px 0 4px rgba(61, 195, 255, 0.6), 144px 0 6px rgba(61, 195, 255, 0.4), 192px 0 8px rgba(61, 195, 255, 0.2), 240px 0 10px rgba(61, 195, 255, 0), 288px 0 8px rgba(61, 195, 255, 0.2);
  }
  100% {
    box-shadow: 48px 0 0px #3dc3ff, 96px 0 2px rgba(61, 195, 255, 0.8), 144px 0 4px rgba(61, 195, 255, 0.6), 192px 0 6px rgba(61, 195, 255, 0.4), 240px 0 8px rgba(61, 195, 255, 0.2), 288px 0 10px rgba(61, 195, 255, 0);
  }
}
@-moz-keyframes loadingstartAnim {
  0% {
    box-shadow: 48px 0 0px #3dc3ff, 96px 0 2px rgba(61, 195, 255, 0.8), 144px 0 4px rgba(61, 195, 255, 0.6), 192px 0 6px rgba(61, 195, 255, 0.4), 240px 0 8px rgba(61, 195, 255, 0.2), 288px 0 10px rgba(61, 195, 255, 0);
  }
  10% {
    box-shadow: 48px 0 2px rgba(61, 195, 255, 0.8), 96px 0 0px #3dc3ff, 144px 0 2px rgba(61, 195, 255, 0.8), 192px 0 4px rgba(61, 195, 255, 0.6), 240px 0 6px rgba(61, 195, 255, 0.4), 288px 0 8px rgba(61, 195, 255, 0.2);
  }
  20% {
    box-shadow: 48px 0 4px rgba(61, 195, 255, 0.6), 96px 0 2px rgba(61, 195, 255, 0.8), 144px 0 0px #3dc3ff, 192px 0 2px rgba(61, 195, 255, 0.8), 240px 0 4px rgba(61, 195, 255, 0.6), 288px 0 6px rgba(61, 195, 255, 0.4);
  }
  30% {
    box-shadow: 48px 0 6px rgba(61, 195, 255, 0.4), 96px 0 4px rgba(61, 195, 255, 0.6), 144px 0 2px rgba(61, 195, 255, 0.8), 192px 0 0px #3dc3ff, 240px 0 2px rgba(61, 195, 255, 0.8), 288px 0 4px rgba(61, 195, 255, 0.6);
  }
  40% {
    box-shadow: 48px 0 8px rgba(61, 195, 255, 0.2), 96px 0 6px rgba(61, 195, 255, 0.4), 144px 0 4px rgba(61, 195, 255, 0.6), 192px 0 2px rgba(61, 195, 255, 0.8), 240px 0 0px #3dc3ff, 288px 0 2px rgba(61, 195, 255, 0.8);
  }
  50% {
    box-shadow: 48px 0 10px rgba(61, 195, 255, 0), 96px 0 8px rgba(61, 195, 255, 0.2), 144px 0 6px rgba(61, 195, 255, 0.4), 192px 0 4px rgba(61, 195, 255, 0.6), 240px 0 2px rgba(61, 195, 255, 0.8), 288px 0 0px #3dc3ff;
  }
  60% {
    box-shadow: 48px 0 8px rgba(61, 195, 255, 0.2), 96px 0 10px rgba(61, 195, 255, 0), 144px 0 8px rgba(61, 195, 255, 0.2), 192px 0 6px rgba(61, 195, 255, 0.4), 240px 0 4px rgba(61, 195, 255, 0.6), 288px 0 2px rgba(61, 195, 255, 0.8);
  }
  70% {
    box-shadow: 48px 0 6px rgba(61, 195, 255, 0.4), 96px 0 8px rgba(61, 195, 255, 0.2), 144px 0 10px rgba(61, 195, 255, 0), 192px 0 8px rgba(61, 195, 255, 0.2), 240px 0 6px rgba(61, 195, 255, 0.4), 288px 0 4px rgba(61, 195, 255, 0.6);
  }
  80% {
    box-shadow: 48px 0 4px rgba(61, 195, 255, 0.6), 96px 0 6px rgba(61, 195, 255, 0.4), 144px 0 8px rgba(61, 195, 255, 0.2), 192px 0 10px rgba(61, 195, 255, 0), 240px 0 8px rgba(61, 195, 255, 0.2), 288px 0 6px rgba(61, 195, 255, 0.4);
  }
  90% {
    box-shadow: 48px 0 2px rgba(61, 195, 255, 0.8), 96px 0 4px rgba(61, 195, 255, 0.6), 144px 0 6px rgba(61, 195, 255, 0.4), 192px 0 8px rgba(61, 195, 255, 0.2), 240px 0 10px rgba(61, 195, 255, 0), 288px 0 8px rgba(61, 195, 255, 0.2);
  }
  100% {
    box-shadow: 48px 0 0px #3dc3ff, 96px 0 2px rgba(61, 195, 255, 0.8), 144px 0 4px rgba(61, 195, 255, 0.6), 192px 0 6px rgba(61, 195, 255, 0.4), 240px 0 8px rgba(61, 195, 255, 0.2), 288px 0 10px rgba(61, 195, 255, 0);
  }
}
@keyframes loadingstartAnim {
  0% {
    box-shadow: 48px 0 0px #3dc3ff, 96px 0 2px rgba(61, 195, 255, 0.8), 144px 0 4px rgba(61, 195, 255, 0.6), 192px 0 6px rgba(61, 195, 255, 0.4), 240px 0 8px rgba(61, 195, 255, 0.2), 288px 0 10px rgba(61, 195, 255, 0);
  }
  10% {
    box-shadow: 48px 0 2px rgba(61, 195, 255, 0.8), 96px 0 0px #3dc3ff, 144px 0 2px rgba(61, 195, 255, 0.8), 192px 0 4px rgba(61, 195, 255, 0.6), 240px 0 6px rgba(61, 195, 255, 0.4), 288px 0 8px rgba(61, 195, 255, 0.2);
  }
  20% {
    box-shadow: 48px 0 4px rgba(61, 195, 255, 0.6), 96px 0 2px rgba(61, 195, 255, 0.8), 144px 0 0px #3dc3ff, 192px 0 2px rgba(61, 195, 255, 0.8), 240px 0 4px rgba(61, 195, 255, 0.6), 288px 0 6px rgba(61, 195, 255, 0.4);
  }
  30% {
    box-shadow: 48px 0 6px rgba(61, 195, 255, 0.4), 96px 0 4px rgba(61, 195, 255, 0.6), 144px 0 2px rgba(61, 195, 255, 0.8), 192px 0 0px #3dc3ff, 240px 0 2px rgba(61, 195, 255, 0.8), 288px 0 4px rgba(61, 195, 255, 0.6);
  }
  40% {
    box-shadow: 48px 0 8px rgba(61, 195, 255, 0.2), 96px 0 6px rgba(61, 195, 255, 0.4), 144px 0 4px rgba(61, 195, 255, 0.6), 192px 0 2px rgba(61, 195, 255, 0.8), 240px 0 0px #3dc3ff, 288px 0 2px rgba(61, 195, 255, 0.8);
  }
  50% {
    box-shadow: 48px 0 10px rgba(61, 195, 255, 0), 96px 0 8px rgba(61, 195, 255, 0.2), 144px 0 6px rgba(61, 195, 255, 0.4), 192px 0 4px rgba(61, 195, 255, 0.6), 240px 0 2px rgba(61, 195, 255, 0.8), 288px 0 0px #3dc3ff;
  }
  60% {
    box-shadow: 48px 0 8px rgba(61, 195, 255, 0.2), 96px 0 10px rgba(61, 195, 255, 0), 144px 0 8px rgba(61, 195, 255, 0.2), 192px 0 6px rgba(61, 195, 255, 0.4), 240px 0 4px rgba(61, 195, 255, 0.6), 288px 0 2px rgba(61, 195, 255, 0.8);
  }
  70% {
    box-shadow: 48px 0 6px rgba(61, 195, 255, 0.4), 96px 0 8px rgba(61, 195, 255, 0.2), 144px 0 10px rgba(61, 195, 255, 0), 192px 0 8px rgba(61, 195, 255, 0.2), 240px 0 6px rgba(61, 195, 255, 0.4), 288px 0 4px rgba(61, 195, 255, 0.6);
  }
  80% {
    box-shadow: 48px 0 4px rgba(61, 195, 255, 0.6), 96px 0 6px rgba(61, 195, 255, 0.4), 144px 0 8px rgba(61, 195, 255, 0.2), 192px 0 10px rgba(61, 195, 255, 0), 240px 0 8px rgba(61, 195, 255, 0.2), 288px 0 6px rgba(61, 195, 255, 0.4);
  }
  90% {
    box-shadow: 48px 0 2px rgba(61, 195, 255, 0.8), 96px 0 4px rgba(61, 195, 255, 0.6), 144px 0 6px rgba(61, 195, 255, 0.4), 192px 0 8px rgba(61, 195, 255, 0.2), 240px 0 10px rgba(61, 195, 255, 0), 288px 0 8px rgba(61, 195, 255, 0.2);
  }
  100% {
    box-shadow: 48px 0 0px #3dc3ff, 96px 0 2px rgba(61, 195, 255, 0.8), 144px 0 4px rgba(61, 195, 255, 0.6), 192px 0 6px rgba(61, 195, 255, 0.4), 240px 0 8px rgba(61, 195, 255, 0.2), 288px 0 10px rgba(61, 195, 255, 0);
  }
}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
.preloader{
    position: fixed;
    background: #00030D;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999
}
.preloader.sci{
  background: cyan;
}
.loader{
    width: 140px;
    height: 140px;
    position: absolute;
    top: 50%;
    left: 50%;
	padding: 160px 0px 0px 0px  ;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.loader-logo{
    width: 256px;
    height: 256px;
    position: absolute;
    top: 50%;
    left: 50%;
	padding: 180px 0px 180px 0px  ;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
	background: url('../images/war/soldier256.png') no-repeat;
	opacity : 0.5;
}
.loader .loader-inner{
    width: 80px;
    height: 80px;
    border: 4px solid #fff;
    top: 22%;
    margin: auto;
    position: relative;
    -webkit-animation: loading-2 3s infinite linear;
    animation: loading-2 3s infinite linear;
}
.loader .loader-inner:before{
    content: "";
    width: 60px;
    height: 60px;
    border: 4px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: loading-1 1.5s infinite ease;
    animation: loading-1 1.5s infinite ease;
}
@-webkit-keyframes loading-1{
    50%{ border-width: 30px; }
}
@keyframes loading-1{
    50%{ border-width: 30px; }
}
@-webkit-keyframes loading-2{
    100%{
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loading-2{
    100%{
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
