/*********************************************************/
/***TRIANGLE ON DIV***/
/*********************************************************/
.tr-w, .tr-b, .tr-g, .tr-who, .tr-prof , .tr-limeade{
    position:relative;background:transparent;}
.tr-w:after, .tr-b:after, .tr-g:after, .tr-who:after, .tr-prof:after, .tr-limeade:after{
    content:'';position:absolute;top:0; 
    left:50%;margin-left:-20px;width:0;
    z-index:1;height:0;border-top:solid 20px #fff;border-left:solid 20px transparent;border-right:solid 20px transparent;}
.tr-b:after {border-top: solid 20px #000;}
.tr-g:after {border-top: solid 20px #F5F5F5;}
.tr-who:after {border-top: solid 20px #404040;}
.tr-prof:after {border-top: solid 20px #151209;}
.tr-limeade:after {border-top: solid 20px #A1FFCE;}
/*********************************************************/
/*********************************************************/
/***BACK TO TOP BUTTON***/
/*********************************************************/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(232, 98, 86, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}

.cd-top.cd-top--show {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
/*********************************************************/
/*********************************************************/
/***NAV TAB :: BIGSKY ***/
/*********************************************************/

nav > .nav.nav-tabs{

  border: none;
    color:#fff;
    background:#272e38;
    border-radius:0;

}
nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active
{
  border: none;
    padding: 18px 25px;
    color:#fff;
    background:#272e38;
    border-radius:0;
}

nav > div a.nav-item.nav-link.active:after
 {
  content: "";
  position: relative;
  bottom: -60px;
  left: -10%;
  border: 15px solid transparent;
  /*border-top-color: #e74c3c ;*/
}
.tab-content{
  /*background: #fdfdfd;*/
    line-height: 25px;
    border: 0px solid #ddd;
    border-top:5px solid #e74c3c;
    border-bottom:0px solid #e74c3c;
    padding:30px 25px;
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus
{
  border: none;
    background: #e74c3c;
    color:#fff;
    border-radius:0;
    transition:background 0.20s linear;
}
/*********************************************************/
/*********************************************************/
/***BACKGROUNDS***/
/*********************************************************/
.parallax {
	/*background-image: url('images/ipstar_on_space_right.jpg');
    /*min-height: 500px;*/
    background-attachment: fixed;
    background-position: center center, center center;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
}
/*! Full-screen */
.bg-fullscreen .bg-overlay {
  min-height: 100vh;
}

.bg-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.darken {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75))
}
.bg-puti {
	background-color: white;
}
.bg-puti-trans {
	background-color: rgba(255, 255, 255, .96);
}
.bg-itim {
	background-color: black;
}
.bg-itimlight {
	background-color: #111;
}
.bg-dilaw {
	background-color: yellow;
}
.bg-gray {
	background-color: #f5f5f5;
}
.bg-green {
	background-color: #a7f08a;
}
.bg-greengray {
	background-color: #F0F7F7;
}
.bg-bluegray {
	background: linear-gradient(to right, rgba(255,255,255,.75), rgba(47, 67, 87, 1));
}
.bg-bluegraybot {
	background: linear-gradient(to bottom, rgba(245,245,245), rgba(47, 67, 87, 1));
}
.bg-teal {
    background: #00aba9;
}
.bg-ube {
    background: #9f00a7;
}
.bg-orange {
    background: #e3a21a;
}
.bg-darkblue {
    background: #2b5797;
}
.bg-darkerblue {
    background: #11112b;
}
.bg-balyena {
    background: linear-gradient(147deg, rgba(19,15,64,0), rgba(0, 0, 0,.88));
	/*background: linear-gradient(to bottom, rgba(0,0,0,.5), rgba(47, 67, 87, 1));*/
}
.bg-tv {
	background: linear-gradient(147deg, rgb(77, 72, 85) 0%, rgb(0, 0, 0) 74%);
}
.bg-starlinkblue {
    background: #0054a5;
}
/*********************************************************/
/*********************************************************/
/***SOCMED ICONS***/
/*********************************************************/
.fab {
  padding: 10px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook-f {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}

.fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
  background: #00aff0;
  color: white;
}

.fa-android {
  background: #a4c639;
  color: white;
}

.fa-dribbble {
  background: #ea4c89;
  color: white;
}

.fa-vimeo {
  background: #45bbff;
  color: white;
}

.fa-tumblr {
  background: #2c4762;
  color: white;
}

.fa-vine {
  background: #00b489;
  color: white;
}

.fa-foursquare {
  background: #45bbff;
  color: white;
}

.fa-stumbleupon {
  background: #eb4924;
  color: white;
}

.fa-flickr {
  background: #f40083;
  color: white;
}

.fa-yahoo {
  background: #430297;
  color: white;
}

.fa-soundcloud {
  background: #ff5500;
  color: white;
}

.fa-reddit {
  background: #ff5700;
  color: white;
}

.fa-rss {
  background: #ff6600;
  color: white;
}
/*********************************************************/
/*********************************************************/
/***TIMELINE***/
/*********************************************************/
:root{--color_1:#ff6348;--color_2:#0a3d62;--color_3:#D4292F;--color_4:#019599}.main-timeline{font-family:Asap,sans-serif;position:relative;padding:50px 0 0}.main-timeline:after{content:'';display:block;clear:both}.main-timeline .timeline{width:60%;min-height:130px;padding:65px 0 0 37px;margin:-50px 0 0;float:left;position:relative}.main-timeline .timeline-content{color:#fff;display:block}.main-timeline .timeline-content:hover{color:#fff}.main-timeline .timeline-icon{color:var(--color_1);background-color:var(--color_1);font-size:80px;text-align:center;line-height:135px;height:130px;width:150px;position:absolute;top:0;left:0;z-index:1;-webkit-clip-path:polygon(75% 0,100% 50%,75% 100%,25% 100%,0 50%,25% 0);clip-path:polygon(75% 0,100% 50%,75% 100%,25% 100%,0 50%,25% 0)}.main-timeline .timeline-icon:before{content:'';background-color:#fff;height:85%;width:85%;box-shadow:0 0 10px #000 inset;transform:translateX(-50%) translateY(-50%);position:absolute;left:50%;top:50%;z-index:-1;-webkit-clip-path:polygon(75% 0,100% 50%,75% 100%,25% 100%,0 50%,25% 0);clip-path:polygon(75% 0,100% 50%,75% 100%,25% 100%,0 50%,25% 0)}.main-timeline .inner-content{background-color:var(--color_1);padding:10px 40px 10px 140px;-webkit-clip-path:polygon(0 0,100% 0%,95% 100%,0% 100%);clip-path:polygon(0 0,100% 0%,95% 100%,0% 100%)}.main-timeline .title{font-size:25px;font-weight:700;text-transform:uppercase;margin:0 0 3px}.main-timeline .description{font-size:14px;letter-spacing:1px;margin:0}.main-timeline .timeline:nth-child(2n){float:right;padding:65px 37px 0 0}.main-timeline .timeline:nth-child(2n) .timeline-icon{left:auto;right:0}.main-timeline .timeline:nth-child(2n) .inner-content{padding:10px 120px 10px 55px;-webkit-clip-path:polygon(0 0,100% 0%,100% 100%,5% 100%);clip-path:polygon(0 0,100% 0%,100% 100%,5% 100%)}.main-timeline .timeline:nth-child(4n+2) .timeline-icon{color:var(--color_2);background-color:var(--color_2)}.main-timeline .timeline:nth-child(4n+2) .inner-content{background-color:var(--color_2)}.main-timeline .timeline:nth-child(4n+3) .timeline-icon{color:var(--color_3);background-color:var(--color_3)}.main-timeline .timeline:nth-child(4n+3) .inner-content{background-color:var(--color_3)}.main-timeline .timeline:nth-child(4n+4) .timeline-icon{color:var(--color_4);background-color:var(--color_4)}.main-timeline .timeline:nth-child(4n+4) .inner-content{background-color:var(--color_4)}@media only screen and (max-width:767px){.main-timeline{padding:0}.main-timeline .timeline,.main-timeline .timeline:nth-child(2n){padding:40px 0 0 25px;width:100%;margin:0 0 20px}.main-timeline .timeline-icon{height:90px;width:100px;line-height:95px;font-size:50px;left:0}.main-timeline .timeline:nth-child(2n) .timeline-icon{right:auto;left:0}.main-timeline .inner-content{padding:10px 25px 10px 80px}.main-timeline .timeline:nth-child(2n) .inner-content{padding:10px 25px 10px 80px;-webkit-clip-path:polygon(0 0,100% 0%,95% 100%,0% 100%);clip-path:polygon(0 0,100% 0%,95% 100%,0% 100%)}}@media only screen and (max-width:576px){.main-timeline .timeline,.main-timeline .timeline:nth-child(2n){padding-left:0}.main-timeline .timeline-icon,.main-timeline .timeline:nth-child(2n) .timeline-icon{left:50%;transform:translateX(-50%)}.main-timeline .inner-content,.main-timeline .timeline:nth-child(2n) .inner-content{text-align:center;padding:60px 45px 20px;-webkit-clip-path:polygon(0 0,100% 0,90% 100%,10% 100%);clip-path:polygon(0 0,100% 0,90% 100%,10% 100%)}}

/*********************************************************/
/*********************************************************/
/***LAMESA***/
/*********************************************************/
/*********************************************************/
.tg  {border-collapse:collapse;border-spacing:0;margin:0px auto; margin-left: auto; margin-right: auto;}
.tg td{border-color:rgb(69, 69, 69);border-style:dashed;border-width:1px;overflow:hidden;padding:10px 5px;word-break:normal;}
.tg th{border-color:rgb(69, 69, 69);border-style:dashed;border-width:1px;font-weight:normal;overflow:hidden;padding:10px 5px;word-break:normal;}
.tg .tg-0lax{text-align:left;vertical-align:top;padding-left: 10px;padding-right: 50px;}
@media screen and (max-width: 767px) {.tg {width: auto !important;}.tg col {width: auto !important;}.tg-wrap {overflow-x: auto;-webkit-overflow-scrolling: touch;margin: auto 0px;}}

