@charset "utf-8";
/* CSS Document */
*{
	text-decoration: none;
	list-style: none;
}
:root{
	--main-bg-color: #232323;
	--main-text-color: #FFFFFF;
	--border-gray: #9F9C9C;
	--main-bg-orange: #FF2700;
	--main-bg-red: #FF001F;
}
a:hover
{
	text-decoration: none !important;
}
.border-o{
	border: none !important;
}
.primary-bg{
	background-color: #232323 !important;
}
.main-dow-padding{
	padding: 0px 100px !important;
}
.cus-res-img{
	max-width: 100% !important;
	height: 100%;
}
.main-header-bg{
	background-color: var(--main-bg-color) !important;
}
.main-color-white{
	background-color: white !important;
	padding: 10px 5px;
}
.main-text-color{
	color: var(--main-text-color) !important;
}
.main-text-color-2{
	color: var(--main-bg-orange) !important;
}
.text-black{
	color: black !important;
}
.nav-item a{
	display: block;
	padding: 15px 18px !important;
	text-transform: uppercase;
	text-align: center !important;
	font-weight: 600;
	color: var(--main-text-color) !important;
	transition: all 0.4s ease-in-out;
}
.nav-item a:hover{
	background-color: var(--main-bg-orange);
	text-shadow: 0px 0px 2px black;
}
.search_bar{
	width: 400px;
	height: auto;
	padding: 10px;
	border: none;
	text-indent: 25px;
	font-size: 20px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.search_bar_btn{
	width: auto;
	height: auto;
	padding: 8px 15px;
	border: none;
	cursor: pointer;
	background-color: white;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.navbar-nav{
	background-color: rgba(0,0,0,0.5);
}

.soft-category-btn{
	padding: 13px;
	background-color: var(--main-bg-red);
	font-weight: 600;
	color: white;
	text-shadow: 0px 1px 1px black;
	cursor: pointer;
	border: none;
}
.flex-box-100-container{
	width: 100%;
	height: auto;
	padding: 10px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}
.flex-box-module{
	width: auto;
	height: auto;
	padding: 10px 5px;
	text-align: center;
}
.number-counter-1{
	font-weight: 600;
	font-size: 26px;
	color: var(--main-bg-red);
}
.text-module-1{
	font-size: 18px;
}
.one-time-pad-1{
	padding: 0px 120px;
}
.dynamic-border-LR-to-BT{
	border-left: 1px solid var(--border-gray);
	border-right: 1px solid var(--border-gray);
}
.category-btn-set{
	width: 250px;
	height: 45px;
	text-align: center;
	line-height: 43px;
	font-size: 18px;
	font-weight: 600;
	text-shadow: 0px 0px 2px black;
	border-radius: 15px 0px;
	color: white;
	text-transform: uppercase;
	background-color: var(--main-bg-orange);
	display: block;
}
.category-btn-set:hover{
	color: white !important;
}
.category-btn-set-2{
	width: 100%;
	height: auto;
	text-align: center;
	line-height: 43px;
	font-size: 18px;
	font-weight: 600;
	text-shadow: 0px 0px 2px black;
	border-radius: 15px 0px;
	color: white;
	text-transform: uppercase;
	background-color: var(--main-bg-orange);
	display: block;
}
.category-btn-set-2:hover{
	color: white !important;
}
.software-box-1{
	width: 250px;
	height: 310px;
	text-align: center;
	padding: 5px;
	margin: 10px auto;
	border-radius: 5px;
	border: 1px solid var(--border-gray);
	background-color: white;
}
.software-img-box{
	width: 85px;
	height: 85px;
	overflow: hidden !important;
	margin: 10px auto !important;
}
.software-content{
	width: auto;
	height: 130px !important;
	border-bottom: 1px solid var(--border-gray);
}
.download-btn-min{
	display: block !important;
	background-color: white;
	color: var(--main-bg-red) !important;
	width: 150px;
	padding: 10px 0px;
	font-size: 18px;
	font-weight: 600;
	border-radius: 5px;
	border: 2px solid var(--main-bg-red);
	margin: 10px auto;
	transition: all 0.4s ease;
}
.download-btn-min:hover{
	background-color: var(--main-bg-red);
	font-size: 20px;
	color: white !important;
	text-shadow: 0px 0px 3px black;
	border: 2px solid none;
}
.software-title-text{
	font-weight: 600;
	font-size: 22px;
}
.software-title-text a:hover{
	color: var(--main-bg-orange);
}
.cus-border-bottom{
	border-bottom: 3px solid var(--border-gray);
}
.advertisement-area{
	width: 100%;
	height: auto;
}
.category-list{
	width: 100%;
	height: auto;
	padding: 5px;
}
.category-list-btn{
	width: 100%;
	padding: 8px 5px;
	font-weight: 600;
	font-size: 18px;
	border-bottom: 1px solid var(--border-gray);
	border-left: 5px solid var(--border-gray);
	margin: 5px 0px;
	position: relative;
	transition: all 0.4s linear;
}
.category-list-btn a{
	display: block;
}
.category-list-btn a:hover{
	color: var(--main-bg-orange);
}
.cat-ani-line{
	width: 0px;
	height: 3px;
	margin-top: 5px;
	position: absolute;
	background-color: var(--main-bg-red);
	transition: all 0.4s linear;
}
.category-list-btn:hover .cat-ani-line{
	width: 90%;
}

/* sliderbar -- slider ---- CSS ---- */


.clearfix:after {
	content: '';
	clear: both;
	display: block;
	height: 0;
	width: 0;
}


/** ---------------------------------------
 * Slider 
 ----------------------------------------*/
.container-slide-slide{
	width: 100%;
	margin: 0 auto;
}

.slider-wrapper {
	z-index: 500;
	position: relative;
	width: 100%;
	height: 250px;
	background-color: var(--main-bg-orange);
	border: 5px solid var(--main-bg-color);
	overflow: hidden;
}

.slider-wrapper li {
	display: none;
}

.slider-wrapper .current-slide {
	display: block;
}

.slider-shadow {
	width: 100%;
	height: 15px;
	position: relative;
}

.slider-shadow:after, .slider-shadow:before {
	content: '';
	position: absolute;
	background-color: #171c24;
	height: 100%;
	width: 50%;
	left: 10px;
	top: -30px;
	-webkit-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	-o-transform: rotate(-4deg);
	transform: rotate(-4deg);
	-webkit-box-shadow: 0 0 15px 8px #171c24;
	box-shadow: 0 0 15px 8px #171c24;
}

.slider-shadow:before {
	right: 10px;
	left: auto;
	-webkit-transform: rotate(4deg);
	-ms-transform: rotate(4deg);
	-o-transform: rotate(4deg);
	transform: rotate(4deg);
}

.slider-wrapper img {
	position: absolute;
	max-width: 100%;
	height: auto;
	top: 0;
	left: 0;
}

/**
 * ---[Caption] ---------------------- 
 **/
.slider-wrapper .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.65);
	width: 100%;
	padding: 10px;
	color: #FFF;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.slider-wrapper li:hover .caption {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}


.slider-wrapper h2 {
	color: var(--main-bg-orange);
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
}

.slider-wrapper p {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.4em;
}

/**
 * ---[Botones-Control] ---------------------- 
 **/
.control-buttons {
	margin-top: 5px;
	text-align: center;
}

.control-buttons li {
	cursor: pointer;
	display: inline-block;
	background: #424f66;
	text-indent: -99999px;
	height: 12px;
	width: 12px;
	margin: 0 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.control-buttons li.active {
	background-color: var(--main-bg-orange);
}

.authors {
	text-align: center;
	color: #7a8699;
	display: block;
	font-size: 1.6em;
	font-weight: 300;
	margin-top: 80px;
}

/** ---------------------------------------
 * Responsive 
 ----------------------------------------*/
 @media only screen and (max-width: 825px) {
 	.container-slide {
 		width: 100%;
 	}

 	.slider-wrapper {
 		height: 260px;
 	}
 }

 @media only screen and (max-width: 535px) {
 	.container-slide {
 		padding: 5px;
 		width: 100%;
 		margin: 40px 0 0 0;
 	}

 	.slider-wrapper {
 		height: 200px;
 	}
	
 	.slider-wrapper .caption {
 		display: none;
 	}
 }

 @media only screen and (max-width: 410px) {
 	.slider-wrapper {
 		height: 140px;
 	}
 }


/* ---------------------------------------
              Slider     Complete
 ----------------------------------------*/

.social-cat{
	width: 100%;
	margin: 5px 0px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	flex-direction: row;
}
.social-share-btn{
	width: 60px;
	height: 60px;
	line-height: 70px;
	text-align: center;
	border-radius: 15px 0px;	
	color: white;
	background: linear-gradient(190deg, #d103ff, #FF003F, #ff3a00, #ccff00);
	background-size: 200% 600%;
	-webkit-animation: AnimationName 2s ease infinite;
	-moz-animation: AnimationName 2s ease infinite;
	-o-animation: AnimationName 2s ease infinite;
	animation: AnimationName 2s ease infinite;
	transition: all 0.4s ease-in-out;
	box-shadow: 0px 0px 3px 2px gray;
}
.social-share-btn:hover{
	border-radius: 50%;
	transform: rotate(360deg);
	text-shadow: 0px 0px 5px red;
	color: white !important;
}
 @-webkit-keyframes AnimationName {
    0%{background-position:0% 67%}
    50%{background-position:100% 34%}
    100%{background-position:0% 67%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 67%}
    50%{background-position:100% 34%}
    100%{background-position:0% 67%}
}
@-o-keyframes AnimationName {
    0%{background-position:0% 67%}
    50%{background-position:100% 34%}
    100%{background-position:0% 67%}
}
@keyframes AnimationName {
    0%{background-position:0% 67%}
    50%{background-position:100% 34%}
    100%{background-position:0% 67%}
}


/*    footer -css */

.footer-policy{
	width: 100%;
	display: flex;
	justify-content: space-around;
	padding: 15px 0px !important;
}
.footer-policy li a{
	color: white !important;
}
.copyright-text{
	text-align: center;
	padding: 15px 0px;
	color: white;
}

/*      Other class  */

.side-column-area-100{
	width: 100%;
	height: auto;
	padding: 10px;
	display: flex;
	border: 1px solid var(--border-gray);
	border-radius: 5px;
	margin: 10px 0px;
	background-color: white;
}
.side-column-area-100:hover{
	transform: scale(1);
}
.side-column-img-box{
	width: 40% ;
	height: 220px !important;
	border-radius: 5px;
	overflow: hidden;
}
.side-column-article-box{
	width: 60%;
	height: 220px !important;
	padding: 0px 15px;
	overflow: hidden;
}
.side-column-img-box img{
	width: 100% !important;
	height: 100%;
	object-fit: cover;
}
.text-title-2{
	font-size: 24px;
	font-weight: 600;
}
.text-title-2:hover{
	color: var(--main-bg-orange) !important;
}
.games-download-btn{
	width: 150px;
	height: 45px;
	line-height: 43px;
	display: block;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	border: 2px solid none;
	background-color:  var(--main-bg-red);
	color: white !important;
	border-radius: 5px;
	transition: all 0.5s ease-in-out;
}
.games-download-btn:hover{
	line-height: 40px;
	border: 2px solid var(--main-bg-red);
	color: var(--main-bg-red) !important;
	background-color: transparent;
	text-shadow: 0px 0px 2px var(--main-bg-orange);
}
.software-responsive-100-box{
	width: 100%;
	height: 150px;
	overflow: hidden;
	padding: 5px !important;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	border: 1px solid var(--border-gray);
	border-radius: 5px;
	margin: 10px auto;
	background-color: white;
}
.software-responsive-100-box-sub{
	width: 100%;
	height: 120px;
	overflow: hidden;
	padding: 5px !important;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 10px auto;
	background-color: white;
	border-bottom: 1px solid var(--border-gray);
}
.sub-soft-res-20{
	flex: 1;
	height: auto;
	padding: 3px !important;
	align-items: center;
	display: flex;
	justify-content: center;
}
.sub-soft-res-50{
	flex: 4;
	height: auto;
	padding: 3px !important;
}
.text-and-btn{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
 
/*    Download - Detail - Pills */

/*page styling*/

.tab-pane{
	border-left: 5px solid red;
	padding: 20px;
}
.table-set-fix{
	max-width: 100% !important;
	height: auto;
}

.text-center {
  text-align: center;
  margin-bottom: 1em;
}

.lightbox-gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.lightbox-gallery div > img {
  max-width: 100%;
  display: block;
}

.lightbox-gallery div {
  margin: 10px;
  flex-basis: 250px;
}

@media only screen and (max-width: 480px) {
  .lightbox-gallery {
    flex-direction: column;
    align-items: center;
  }

  .lightbox > div {
    margin-bottom: 10px;
  }
}

/*Lighbox CSS*/

.lightbox {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  padding-top: 30px;
  box-sizing: border-box;
}

.lightbox img {
  display: block;
  margin: auto;
  max-width: 100%;
}

.github-link {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}

.github-link:hover,
.github-link:active,
.github-link:visited {
  color: #fff;
  text-decoration: none;
}
.cursor-pointer{
	cursor: pointer !important;
}

/*  contact Form property */

.contact-box{
	width: 100%;
	padding: 20px !important;
	box-shadow: 0px 0px 4px 2px gray;
	background-color: var(--main-bg-red);
	color: white !important;
	border-radius: 20px 0px;
}
.contact-value{
	width: 100%;
	display: block;
	padding: 5px 0px;	
}
.input-flex-box{
	width: 100%;
	height: 45px;
	text-indent: 25px;
}
.input-flex-box-messge{
	width: 100%;
	height: 100px;
}
.contact-btn-flex{
	width: 100%;
	padding: 20px 0px 10px 0px;
	display: flex;
	justify-content: space-around;	
}
.contact-auto{
	width: 120px;
	height: 55px;	
	cursor: pointer;
	font-weight: 700;
	color: var(--main-bg-orange);
	background-color: white;
	border: 2px solid var(--main-bg-orange);
	transition: all 0.5s ease-in-out;
}
.contact-auto:hover{
	transform: scale(1.2);
}
.contact-header{
	text-align:center;
	font-weight: 600;
	font-size: 35px;
}
.footer-border{
	border-top: 5px solid black;
	border-bottom: 5px solid black;
}
.policy-set{
	border: 1px solid gray;
	padding:15px;
	background-color: white;
}
.policy-set h6{
	font-weight: 700;
}
.policy-change{
	text-align: center;
	font-size: 35px;	
}