html,body
	{
	overflow: auto;
	}

body
	{
	background: #02577f url('../img/body_bg.png');
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0;
	width: 100%;
	height: 100%;
	}

#container {
    position: relative;
    padding: 0 15px;
    height: auto;
    background: url(../img/frame_bg_large.png);
    max-width: 1140px;
    margin: 0 auto;
}
	
#logo {
    float: left;
    width: auto;
}

#slogan {
    float: left;
    width: 100%;
    padding: 5px 10px 5px 10px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 1px;
    background: #000;
    max-width: 100%;
    box-sizing: border-box;
    text-align: center;
}
	
	
#menu {
    float: left;
    width: 100%;
    height: auto;
    background: #fff;
    border-width: 0;
    border-color: #c0c0c0;
    border-style: solid;
    font-weight: bold;
    cursor: default;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 5px 10px;
}

#menu a
	{
	float: left;
    padding: 12px 13px 9px;
    height: auto;
    text-decoration: none;
    color: #000000;
	}

#menu a:hover
	{
	background: #000000;
	color: #ffffff;
	}

#border
	{
	 margin: 0 0 0 8px;
    clear: both;
    width: 100%;
    height: 0;
    font-size: 1px;
    line-height: 1px;
    background: none;
	}

#news {
   float: left;
   margin: 0 0 0 0;
   width: 164px;
   height: auto;
   background: #fff;
   border-width: 0 1px 1px 0;
   border-color: #c0c0c0;
   border-style: solid;
   font-size: 11px;
   line-height: 13px;
   padding: 15px 10px;
   box-sizing: border-box;
}

div#social-media-section {
   display: flex;
   height: 100%;
}

div.headline_small {
padding: 0 0 0 2px;
font-size: 18px;
letter-spacing: 0;
border-width: 0;
border-color: #c0c0c0;
border-style: solid;
}

div#news a {
   font-size: 16px;
   padding: 0 8px 0 0;
   text-decoration: none;
}


#content
	{
	float: left;
	width: 705px;
	padding: 8px;
	background-color: #FFFFFF;
	}
	
	#content img {
    width: 100%;
}
	
#scroll
	{
	    position: static;
    width: 100%;
    height: auto;
    z-index: 1;
    top: 0;
    margin: 0;
    padding-right: 0;
    overflow: auto;
    visibility: visible;
	}

#window_bottom
	{
	width: 883px;
	height: 9px;
	font-size: 9px;
	line-height: 9px;
	background: #ffffff url('./gfx/window_bottom.gif');
	}


div.linksoneverypage
	{
	width: 97%;
	background: #e5e5e5;
	border-width: 1px 0 1px 0;
	border-color: #000000;
	border-style: solid;
	text-align: center;
	line-height: 20px;
	}

div.centered
	{
	text-align: center;
	}

div.clearit
	{
	display: block;
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}

span.fatone
	{
	font-weight: bold;
	}

span.italic
	{
	font-style: italic;
	}

hr
	{
	margin: 5px 0;
	}

h1
	{
	margin: 0 0 16px 0;
	font-size: 24px;
	letter-spacing: -1px;
	line-height: 20px;
	font-weight: bold;
	}

h2
	{
	margin: 0 0 8px 0;
	font-size: 20px;
	letter-spacing: -1px;
	line-height: 16px;
	font-weight: bold;
	}

h3
	{
	display: inline;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	}

a
	{
	color: #000000;
	font-weight: bold;
	}

a:hover
	{
	color: #ff0000;
	}

a img
	{
	border: 0;
	}

img.animatedwallpaperthumb
	{
	display: inline;
	margin: 0 10px 10px 0;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	}

table.links
	{
	width: 97%;
	border: 0;
	}

table.links tr td
	{
	padding: 0 0 8px 0;
	}

table td.left
	{
	width: 30%;
	}

table td.right
	{
	width: 70%;
	}
	
div#content iframe {
    width: 100%;
}

div#content h2 {
    margin: 0 0 29px 0;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: 600;
    text-align: center;
}
div#mySidenav ul li a {
    font-weight: 600;
    font-size: 13px;
}
div#content h2 a {
    font-weight: 700;
    color: #02577f;
}
#content {
    float: left;
    width: 100%;
    padding: 0px 8px 0px;
    background-color: #FFFFFF;
    box-sizing: border-box;
}
div#content b {
    font-size: 13px;
}

h3.developer-tagline {
   text-align: center;
   padding: 25px 0 25px;
   display: block;
   font-size: 18px;
}
.developer_galary ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}
.developer_galary ul li {
   float: left;
   width: 50%;
   padding: 0 10px 0px;
   box-sizing: border-box;
}
.developer_galary ul li img {
   height: 300px;
   object-fit: cover;
}
.developer_galary ul:after {
   clear: both;
   display: block;
   content: "";
}
.contact-section {
    padding-left: 0;
    clear: both;
    margin-top: 30px;
    box-sizing: border-box;
    display: inline-block;
}

.developer_galary.parent_class {
   margin-top: 30px;
}
.developer_galary.parent_class ul li {
   width: 33.3%;
}
.developer_galary.parent_class ul li img {
   height: 200px;
   object-fit: cover;
}

table.links tr td {
   padding: 10px 17px 10px 0;
   font-size: 15px;
   vertical-align: top;
}
table.links tr td {
   padding: 10px 17px 10px 0;
   font-size: 15px;
}
table.links tr td.right {
   padding-right: 0;
}

p.apps_tag_line {
   font-size: 15px;
   text-align: center;
   margin: 0;
}
a.app_link {
   background: #000;
   display: inline-block;
   font-size: 16px;
   color: #fff;
   padding: 10px 25px;
   border-radius: 30px;
   text-decoration: none;
   margin: 0 10px;
}

.parent_apps_link {
text-align: center;
}
div#news {
    display: none;
}
div#logo a {
    padding: 0;
}
.navigation ul {
    list-style: none;
    padding: 0;
}
.navigation ul li {
    display: inline-block;
}
.navigation {
    width: 100%;
    text-align: right;
    position: relative;
}
h1.mobile-menu {
    display: none;
}
a.closebtn {
    display: none;
}
div#logo a:hover {
    background: transparent;
}
.footer-social ul {
    list-style: none;
    padding: 0;
}
.footer-social ul li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50px;
    color: #000;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin: 0 2px;
}
.footer {
    background: #000000;
    margin-top: 30px;
}
.footer-social {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.footer h3 {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}
.footer-social ul li {
    display: inline-block;
}
.footer-social ul li a:hover {
    background: #02577f;
    color: #fff;
}
.music-a p {
    font-size: 16px;
    line-height: 24px;
}
.music-a h2 {
    margin: 20px 0 !important;
    font-size: 20px !important;
}
.music-a h2 a {
    text-decoration: none;
}
.music-img img {
    object-fit: cover;
    height: 350px;
}
.music-img {
    border: 5px solid #02577f;
    height: 350px;
}
.contact-section p {
    font-size: 16px;
    margin: 0;
}
.contact-section p:first-child {
    margin-bottom: 15px;
}
.developer_galary.parent_class .music-img {
    width: 33.333%;
    float: left;
    box-sizing: border-box;
    padding: 0 5px;
    border: 0;
}
.developer_galary.parent_class .music-img img {
    border: 5px solid #02577f;
    box-sizing: border-box;
}
.developer_galary ul li img {
    border: 5px solid #02577f;
    box-sizing: border-box;
    height: 350px;
}
.developer_galary ul li.music-img {
    box-sizing: border-box;
    border: 0;
    padding: 5px;
    display: inline-block;
}
.news-outer {
    width: 33.333%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
    display: inline-block;
    background: #fff;
}
.news-inner {
    box-shadow: 0px 0px 20px rgba(0,0,0,0.08);
}
.news-cnt {
    padding: 15px;
    min-height: 72px;
}
.news-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.news-img {
    position: relative;
    height: 250px;
}

.date {
    position: absolute;
    bottom: 0;
    background: #02577f;
    padding: 10px 20px;
}

.date p {
    margin: 0;
    font-size: 16px;
    color: #fff;
}
.news-cnt p {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
}
.news-section {
    display: inline-block;
    padding-top: 30px;
}


ul.row_one {
   list-style: none;
   margin: 0;
   padding: 0;
}
ul.row_one li {
   width: 50%;
   float: left;
   padding: 10px 10px;
   box-sizing: border-box;
}
ul.row_one li img {
   height: 500px;
   object-fit: cover;
}
.content_section {
   clear: both;
   display: block;
   padding: 0 10px;
   font-size: 16px;
}
.logo_section img {
   width: auto !important;
   margin: 50px auto 30px;
   display: table;
}




.upper_Section:after {
   clear: both;
   display: block;
   content: "";
}
.image_section {
   float: left;
   width: 50%;
}
.text_content {
   float: right;
   width: 48%;
   font-size: 16px;
   padding: 0 15px;
   box-sizing: border-box;
}
.image_section img {
   height: 460px;
   object-fit: cover;
}
.lower_Section:after {
   clear: both;
   display: block;
   content: "";
}
.left_text_section {
   float: left;
   width: 48%;
   font-size: 16px;
}

.right_image_Section {
   float: right;
   width: 50%;
}
.left_text_section {
   float: left;
   width: 48%;
   font-size: 17px;
   padding: 190px 30px 0;
   box-sizing: border-box;
}
.right_image_Section img {
   height: 460px;
   object-fit: cover;
}
.lower_Section {
   margin-bottom: 50px;
}

ul.row_one {
   list-style: none;
   margin: 0 auto;
   padding: 0;
   display: table;
}
ul.row_one li {
   width: 100%;
   float: left;
   padding: 10px 10px;
   box-sizing: border-box;
}
ul.row_one li img {
   height: auto;
   object-fit: cover;
}

.text_content {
   float: none;
   width: 100%;
   font-size: 16px;
   padding: 0 0 35px 0;
   box-sizing: border-box;
}
.lower_Section {
   width: 550px;
   margin: 0 auto 50px;
}









/******media****/

@media screen and (max-width:991px){
	
	
	.news-img {
   position: relative;
   height: 200px;
}
.news-img img {
   height: 200px;
}
.news-cnt p {
   font-size: 13px;
   line-height: 20px;
}
.news-cnt {
   min-height: 102px;
}
	
	
#container {
    padding: 0 15px 0 15px;
    max-width: 100%;
    width: 936px;
    box-sizing: border-box;
}
h1.mobile-menu {
    display: block;
    margin-top: 0;
    cursor: pointer;
    color: #02577f;
    float: right;
    text-align: left;
    line-height: 24px;
    font-size: 25px;
    position: absolute;
    right: 0px;
    top: -12px;
}
.navigation-menu {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background: #02577f;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    z-index: 9999;
    overflow-y: scroll;
    margin: 0;
}
a.closebtn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 40px;
    margin-left: 0;
    color: #fff !important;
    display: block;
    padding: 0;
    width: auto;
    height: auto;
    text-align: left;
    line-height: 26px;
    text-decoration: none;
    float: right;
    margin: 15px;
}
#menu a {
    float: none;
}
.navigation ul li {
    display: block;
    text-align: left;
}
div#mySidenav ul li a {
    display: inline-block;
    width: 100%;
    padding: 10px 10px;
    color: #fff;
    font-size: 14px;
    margin: 0;
    box-sizing: border-box;
}
.music-img {
    height: 250px;
}
.music-img img {
    height: 250px;
}
div#content iframe {
    height: 250px;
}
}
@media screen and (max-width:767px){
	
	.news-outer {
   width: 100%;
   float: none;
   padding: 0 15px;
   box-sizing: border-box;
   display: block;
   background: #fff;
   margin: 0 0 25px 0;
}
.news-cnt {
   padding: 15px;
   min-height: inherit;
}
.news-cnt p {
   margin: 0;
   font-size: 15px;
   line-height: 25px;
}
	
	
	
#menu {
    width: 100%;
}
div#social-media-section {
    display: block;
}
#news {
    width: 100%;
}
#content {
    width: 100%;
}
#slogan {
    width: 100%;
    height: auto;
    padding: 10px 0 10px 0px;
    font-size: 16px;
    line-height: 28px;
    max-width: 100%;
    box-sizing: border-box;
}
#logo {
    width: 100%;
    height: auto;
    text-align: left;
}
.developer_galary.parent_class .music-img {
    width: 100%;
    margin-bottom: 15px;
}
.developer_galary.parent_class .music-img:last-child {
	margin:0px;
}
}

@media screen and (max-width:575px){
div#content h2 {
    font-size: 18px;
    line-height: 30px;
}
div#content h2 br {
    display: none;
}
.developer_galary ul li {
    width: 100%;
}
#menu a {
    padding: 10px 10px 10px;
}
.music-img img {
    object-fit: cover;
    height: 300px;
}
.music-img {
    border: 5px solid #02577f;
    height: 300px;
}
.music-img iframe {
    height: 300px;
}
#slogan {
    font-size: 14px;
}
.footer-social {
    display: block;
    text-align: center;
}
.developer_galary ul li.music-img {
    height: auto;
}
.developer_galary ul li img {
    height: auto;
}
}
@media screen and (max-width:414px){
.parent_apps_link a:first-child {
    margin-bottom: 15px;
}
.music-img img {
    object-fit: cover;
    height: 200px;
}
.music-img {
    height: 200px;
}
.music-img iframe {
    height: 200px;
}
div#content iframe {
    height: 200px;
}

.lower_Section {
width: 100%;
}
}
@media screen and (max-width:375px){
	.music-img img {
    object-fit: cover;
    height: 150px;
}
.music-img {
    height: 150px;
}
.music-img iframe {
    height: 150px;
}
div#content iframe {
    height: 150px;
}
}