/*+++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++SLOK+++ACHARYA++++++++++++++++*/
/*++++++++++++++++MUSICBYSLOK++++++++++++++++++*/
/*++++++++++++++TORONTO+RECORDS++++++++++++++++*/
/*++++++++++++++APEIRON+SOFTECH++++++++++++++++*/
/*+++++++++++++++COPYRIGHTS2019++++++++++++++++*/
/*+++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++DESKTOP+STYLESHEET+++++++++++++*/
/*+++++++++++++++++++++++++++++++++++++++++++++*/
* {
  margin: 0;
  padding:0;
  box-sizing: border-box;
}
.current{
  color:white;
}
/* BUSINESS COLORS [CLASSES] */
/* BUSINESS COLORS [CLASSES] */
/* BUSINESS COLORS [CLASSES] */
.TR-red{
  color:#7d1418;
}
.TR-yellow{
  color: #c6942d;
}
.TR-blue{
  color: #4177e3;
}
.TR-grey{
  color: rgb(128,130,133);
  /* GREY [FONT] */
}
/*+++++++++++++++++++++++++++++++++++++++++++++*/
body{
background-color:#0d0d0d;
background-image: url("../images/site_bg.jpg");
background-position: center;
width: 100%;
text-align: center;
margin: 0px;
font-size: 16px;
}
#wrapper{
    background-color:#0d0d0d;
    border: none;
    width: 960px;
    margin: 0 auto;
    padding: 0px;
}
/*+++++++++++++++++++++++++++++++++++++++++++++*/
h2{
  font-family: 'raleway', sans-serif;
  color: #fff;
  font-size: 1.5em;
  text-align: center;
  margin: 0 15px;
  padding: 1em;
}
h3{
  font-family: 'raleway', sans-serif;
  font-size: 1.3em;
  text-align: left;
  margin-left: 15px;
  color: white;
}
p{
  color:white;
  font-family: 'roboto', sans-serif;
  text-align: left;
  margin-left: 1em;
  padding: 1em;
}
/*+++++++++++++++++++++++++++++++++++++++++++++*/
#header{
    height: 200px;
}
#logo{
    max-width: 320px;
    max-height: 197px;
    position:absolute;
    padding-left: 15px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++NAV+TOP+++++++++++++++++++++++++++++*/
#navtop{
    float: right;
    background-color:#0d0d0d;
}
#navtop ul{
    max-width: 550px;
    margin: 0px;
    padding: 0px;
    align-items: center;
}
#navtop ul li{
	list-style:none;
    float: right;
    height: 64px;
    display: flex;
    align-items: center;

}
#navtop ul li a{
	text-decoration: none;
    color: white;
    font-family: 'Raleway', sans-serif;
	font-size:0.75em;
    display: flex;
    align-items: center;
    padding: 10px 15px 10px 10px;
}
#navtop ul li a img{
    padding: 0px 10px;
    border-radius: 10px;
}

#navtop ul li a:hover{
    color: white;
}

/*+++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++MAIN+NAV++++++++++++++++++++++++++++*/
nav{
    height: 133px;
    float: right;
    padding-right: 15px;
}
#navlist li{
	list-style: none;
    float: right;
    padding-top: 25px;
    padding-left: 9px;
}
nav ul li a{
	text-decoration: none;
    color: rgb(128,130,133);
    font-family: 'Raleway', sans-serif;
	font-size:1.25em;
    float:right;    
    padding: 5px;
}
nav ul li a:hover{
    color: white;
}
nav ul li a:active{
    color: white;
    /* <a> - PRESSED DOWN STATE! */
}
/*+++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++PLATFORMS+NAV+++++++++++++++++++++++*/
/* UL */
#nav-platform-ul{
  
}
#nav-platform-ul li{
	list-style: none;
    float: right;
    padding-top: 25px;
    padding-left: 9px;
}
#nav-platform-ul li a{
  
}
/* LIST ANCHOR */
.nav_platform_RP{
  padding: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-left: 10px;
  font-size: 1.25em;
  color:#c6942d; 
  border: 1px solid #c6942d;
}
.nav_platform_BLOG{
  padding: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-left: 10px;
  font-size: 1.25em;
  color:#4177e3; 
  border: 1px solid #4177e3;
}
.nav_platform_NETWORK{
  padding: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-left: 10px;
  font-size: 1.25em;
  color: purple; 
  border: 1px solid purple;
}
/*+++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++HOMEPAGE+STYLES++++++++++++++++++*/
/*+++++++++++++++++++++++++++++++++++++++++++++*/
#sub{
  text-align: center;
}
/*+++++++++CONTENT+SECTIONS++++++++++++++++++++*/
#sec1{
  background-image: url(../images/banner.jpg);
  width: 960px;
  height: 550px;
}

#title{
  font-family: 'raleway', sans-serif;
  color: #808285;
  font-size: 5em;
  position: relative;
  top: 100px;
}
#sub{
  font-family: 'raleway', sans-serif;
  font-size: 2.5em;
  color: #808285;
  background-color: black;
  margin:0 15px;
  position: relative;
  top: 250px;
}
/*+++++++++++++++++++++++++++++++++++++++++++++*/
#sec2{

}
.flex-div{
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.flex-container{
  width: 125px;
  height: 125px;
  margin: 0 auto;
  color: white;
  padding-top:87px;
  font-family: 'roboto', sans-serif;
  background: linear-gradient(#7d1418, #000000);
  box-shadow: 5px 10px 15px 5px black;
  box-sizing: content-box;
}
.flex-container2{
  width: 125px;
  height: 125px;
  margin: 0 auto;
  color: white;
  padding-top:87px;
  font-family: 'roboto', sans-serif;
  background: linear-gradient(#4e5325, #000000);
  box-shadow: 5px 10px 15px 5px black;
  box-sizing: content-box;
}
.flex-container3{
  width: 150px;
  height: 50px;
  margin: 0 auto;
  color: white;
  padding-top:40px;
  font-family: 'roboto', sans-serif;
  box-shadow: 5px 10px 15px 5px black;
  background-color: #0d0d0d;
  box-sizing: content-box;
}
/*+++++++++++++++++++++++++++++++++++++++++++++*/
#sec3{
  padding-top:25px;
  background-color: white;
}
#sec3 h2{
  text-decoration: underline;
  color: black;
}
#sec3 h3{
  color: #7d1418;
}
#sec3 p{
  color: black;
  padding: 1em;
}
#sec3 :nth-child(3){
  color: #c6942d;
}
/*+++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++SERCICES+STYLES++++++++++++++++++*/
/*+++++++++++++++++++++++++++++++++++++++++++++*/
#services{
  min-height: 550px;
  background-color: #070707;

}
#services h2{
  text-decoration: underline;
  color: white;
}
#services h3{
    color: #7d1418;
}
#services p{
  color:white;
}
/*+++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++EVENTS+STYLES++++++++++++++++++*/
/*+++++++++++++++++++++++++++++++++++++++++++++*/
#events{
  min-height: 650px;
  background-color: #070707;
}
#events h2{
  text-decoration: underline;
  color: white;
}
#events h3{
  color: #7d1418;
}
#events p{
  color: white;
}
.event-list {
  width: 100%;
}
.event-list li{
  width: 100%;
}
.event-list li a{
  text-decoration: none;
  font-family: 'roboto', sans-serif;
  font-size: 2em;
  line-height: 1.5em;
  color: white;
  background-color: #4e5325;
  border-radius: 0.1em;
  margin: 1.25em;
  display: block;
  box-shadow: 5px 10px 15px 5px black;
}
.event-list li a:hover{
  color:#7d1418;
  background-color: white;
}
/*+++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++ABOUT+US+STYLES++++++++++++++++++*/
/*+++++++++++++++++++++++++++++++++++++++++++++*/
#about-us {
  min-height: 350px;
  text-align: center;
}
#about-us p{
  text-align: center;
}
/*+++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++CONTACT+US+STYLES++++++++++++++++*/
/*+++++++++++++++++++++++++++++++++++++++++++++*/
#contact-us{
  min-height: 550px;
}
legend{ /* STYLE FOR FORUM LEGEND/TITLE: BIGGER FONT SIZE */
  padding: 15px;
  font-size: 1.5em;
  font-family: 'raleway',sans-serif;
  color: white;
}
label{
  font-size: 1em;
  font-family: 'raleway',sans-serif;
  color: white;
}
input[type=text], select { /* STYLE FOR ALL TEXT INPUT BOXES: EXTEND TO WRAPPER, PADDING, SOLID&ROUND BORDER */
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-sizing: border-box;
}
input[type=email], select { /* STYLE FOR ALL TEXT INPUT BOXES: EXTEND TO WRAPPER, PADDING, SOLID&ROUND BORDER */
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-sizing: border-box;
}
textarea{
  width: 100%;
  height: 100px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
input[type=submit] { /* STYLE FOR SUBMIT BUTTON, TXT COLOR, BG COLOR, EXTEND TO END OF WRAPPER & ROUND BORDER */
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
input[type=reset] { /* STYLE FOR RESET BUTTON, TXT COLOR, BG COLOR, EXTEND TO END OF WRAPPER & ROUND BORDER */
  width: 100%;
  background-color: #666666;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
input[type=reset]:hover { /* STYLE FOR RESET BUTTON: WHEN MOUSE HOVERS TURN RED */
  background-color: #7d1418;
}

/*+++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++FOOTER++++++++++++++++++++++++++++++*/
#footer{
    color: rgb(128,130,133);
    font-family: 'Raleway', sans-serif;
	font-size:1em;
    margin: 0px 15px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}
/*+++++++++FOOTER+LS+++++++++++++++++++++++++++*/
.footer_title{
    margin-top: 15px;
    text-decoration: underline;
    font-size: 1.25em;
    text-align: center;
}
#f-ul-l{
  float: left;
}
#f-ul-r{
  float: right
}
/*+++++++++++++++++++++++++++++++++++++++++++++*/
.footer_{
    color: white;
    margin: 0 auto;
}
.footer_ ul{
    max-width: 480px;
    margin: 0px;
    margin-top: 15px;
    padding: 0px;
}
.footer_ ul li{
	list-style:none;
    padding: 5px;
}
.footer_ ul li a{
    color: white;
    text-decoration: none;
    background-color: rgba(0,0,0,0.5);
    display: block;
    padding: 5px;
}
/*+++++++++FOOTER+2++++++++++++++++++++++++++++*/
/*+++++++++FOOTER+3++++++++++++++++++++++++++++*/

#footer-logo{
  width: 100%;
  opacity: 0.50;
}
#footer-logo img{
    float: right;
  height: 150px;
}
#footer_bottom{
  height: 50px;
  
}
#footer_bottom p {
    color: rgb(128,130,133);
    font-family: 'Raleway', sans-serif;
	font-size:16px;
    margin: 0px;
    padding: 0.75em;
    text-align: center;
    
}
/*+++++++++FOOTER+NEW+++++++++++++++++++++++++++*/
footer{
  
}
#menu{
  display: none;
}
@media screen and (min-width:768px) and (max-width:980px){
  wrapper{
    width: 100%;
  }
}

/*+++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++SLOK+++ACHARYA++++++++++++++++*/
/*++++++++++++++++MUSICBYSLOK++++++++++++++++++*/
/*++++++++++++++TORONTO+RECORDS++++++++++++++++*/
/*++++++++++++++APEIRON+SOFTECH++++++++++++++++*/
/*+++++++++++++++COPYRIGHTS2019++++++++++++++++*/
/*+++++++++++++++++++++++++++++++++++++++++++++*/