*{
	margin:0px;
	padding: 0px;
}
@font-face {
    font-family: 'Myriad Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Regular'), url('../fonts/MYRIADPRO-REGULAR.woff') format('woff');
}
@font-face {
    font-family: 'Myriad Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold'), url('../fonts/MYRIADPRO-BOLD.woff') format('woff');
}
body{
	font-family:'Myriad Pro Regular';
	background-image: url(../images/background.png);
	background-size: cover;
	background-repeat: no-repeat;
}
html{
    scroll-behavior: smooth;
}
.upper-header {
	padding: 10px 0px;
    background: #080d19;
    color: #868686;
}
.timing{
	display: inline-block;
}
.timing p {
	margin-left: 169px;
    margin-bottom: 0px;
    display: inline-block;
}
.social-links-header {
    display: inline-block;
    float: right;
}
.social-links-header ul{
	margin: 0px;
}
.social-links-header ul li {
    list-style: none;
    display: inline-block;
    padding: 0px 10px;
}
.social-links-header ul li a{
    color:#868686;
}
.lower-header {
    background: #d20607;
}
.navbar {
	padding: 0px !important;
}
.navbar-toggler-icon {
    background: #080d19 !important;
}
ul.navbar-nav.mr-auto.mt-2.mt-lg-0 li a {
	font-family:'Myriad Pro Bold';
	text-transform: uppercase;
	color: #fff;
}
ul.navbar-nav.mr-auto.mt-2.mt-lg-0 li{
    transition: 0.3s;
    border-bottom: 4px solid transparent !important;
}
ul.navbar-nav.mr-auto.mt-2.mt-lg-0 li:hover {
    border-bottom: 4px solid #000 !important;
}
ul.navbar-nav.mr-auto.mt-2.mt-lg-0 li.nav-item.active {
    border-bottom: 4px solid #000 !important;
}
a.navbar-brand.mr-auto {
    margin-top: -43px;
}
.carousel {
    padding: 25px 0px;
}
.banner{
	background-image: url(../images/banner-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 40px 0px;
}
.radio{
	background-image: url(../images/banner-bg-radio.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 40px 0px;
	background-position: center;
	margin-top:161px;
}
.live {
    color: #fff;
    display: inline-block;
}
.live h2{
	margin-bottom: 0px;
}
.watch-btn a{
	font-family: 'Raleway', sans-serif;
}
.watch-btn {
    display: inline-block;
    float: right;
}
.watch-btn a {
    padding: 10px 20px;
    color: #ffff;
    display: block;
    border-radius: 3px;
    border: 1px solid #d20607;
}
.img-box img {
    width: 100%;
    height: 432px;
}
.banner-upper {
    padding-bottom: 20px;
    border-bottom: 2px solid #fff;
    margin-bottom: 30px;
}
.watch-btn img {
    width: 18px;
    margin-right: 18px;
    margin-top: -5px;
}
.img-box-small{
	text-align: right;
}
.img-box-small img {
    width: 307px;
}
.img-box-two img {
    width: 100%;
}
.img-box-column .col-md-4 {
    margin-top: 33px;
}
.img-box-column .row{
	padding-bottom: 30px;
}
.advertisement-img img {
    width: 100%;
}
.advertisement {
    background: #f4f4f4;
    padding: 20px 0px 30px;
}
footer.fotter {
    background: url(../images/fotter.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding:40px 0px 20px;
}
.social-link {
    padding-top: 17px;
    color: #fff;
}
.social-link h6{
	font-family: 'Myriad Pro Bold';
}
.social-link ul{
	margin-bottom: 0px;
}
.social-link ul li {
    list-style: none;
    display: inline-block;
    padding:5px 10px;
    transition: 0.5s;
}
.social-link ul li a{
    color: #fff;
}
.social-link ul li:hover{
    transform: scale(1.1);
    color: #d20607;
    background:#0f1f27;
}
li.face-book {
    background: #4460a0;
    border-radius: 100%;
    padding: 6px 13px !important;
}
li.youtube {
    background: #d2252a;
    color: #0f1a21;
    border-radius: 100%;
    padding: 5px 9px !important;
    margin-left: 12px;
}
li.twitter {
    background: #598dca;
    color: #0f1a21;
    border-radius: 100%;
    margin-left: 16px;
}
.fotter-menu ul {
    margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom: 2px solid #1a242a;
}
.fotter-menu ul li{
	list-style: none;
	display: inline-block;
}
.fotter-menu ul li:first-child{
	padding-left: 0px;
}
.fotter-menu ul li {
    list-style: none;
    display: inline-block;
    padding: 2px 23px;
}
.fotter-menu ul li a{
	font-family: 'Myriad Pro Bold';
	color: #fff;
}
.fotter-menu-two h6 {
	font-family: 'Myriad Pro Bold';
	color: #fff;
	padding-bottom: 10px;
	margin: 0px;
}
.fotter-menu-two ul{
	margin-bottom: 0px;
}
.fotter-menu-two ul li {
	padding:2px 0px;
    list-style: none;
}
.fotter-menu-two ul li a{
	color:#fff;
}
.information h6{
	font-family: 'Myriad Pro Bold';
	color: #fff;
	padding-bottom: 10px;
	margin: 0px;
}
.information p{
	color:#fff;
}
.fotter-bottom{
	padding-top: 10px;
}
.fotter-bottom h5{
	font-family: 'Myriad Pro Bold';
	color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
}
img.app-images {
    width: 114px;
}
img.app-images-1 {
    width: 126px;
}
.app-images{
	display: inline-block;
}
.copy-right {
    display: inline-block;
    float: right;
}
.copy-right p {
    color: #a6a9ab;
    margin-bottom: 0px;
    padding:8px 0px;
}
.carousel{
    margin-top:161px;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.bread-crum {
    margin-top: 160px;
    padding: 30px 0px;
    border-bottom: 2px solid #080d19;
}

.live-1 {
    color: #123e63;
    display: inline-block;
}
.live-1 h2{
    margin-bottom: 0px;
}
.watch-btn-1 a{
    font-family: 'Raleway', sans-serif;
}
.watch-btn-1 {
    display: inline-block;
    float: right;
}
.watch-btn-1 a {
    padding: 10px 20px;
    color: #123e63;
    display: block;
    border-radius: 3px;
    border: 1px solid #d20607;
}
.watch-btn-1 img {
    width: 18px;
    margin-right: 18px;
    margin-top: -5px;
}
.our-team .col-md-4{
    padding:0px !important; 
}
.our-team img{
    width: 100%;
}
h2.red {
    color: #d20607;
}
h3.red {
    color: #d20607;
}
h6.gray{
    color: #6b6b6b;
    font-weight: 600;
}
.row.bg-white {
    padding: 20px;
}
.scrollTop {
    opacity: 0;
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
}
.scrollTop i{
    color: #fff;
    background: #d20607;
    padding: 8px 10px;
}
.office {
    padding: 20px 0px;
}
.mail {
    padding: 20px 0px;
}
.phone {
    padding: 20px 0px;
}
h3.blue {
    color: #123e63;
}
.contact-form h3{
    padding:20px 0px;
    text-transform: uppercase;
}
.input-feilds {
    padding-bottom: 14px;
}
.input-feilds input {
    width: 100%;
    padding:5px 6px;
    border:1px solid gray;
}
.input-feilds textarea {
    width: 100%;
    padding:5px 6px;
    height: 170px;
    border:1px solid gray;
    margin-bottom: 20px;
}
.p-40{
    padding:0px 40px;
}
button.Submit-btn {
    padding: 6px 58px;
    background: #0f1c22;
    color: #fff;
    border: 0px;
    transition: 0.5s;
}
button.Submit-btn:hover {
    background: #d20607;
}
.col-md-4.side-images {
    padding-top: 20px;
    text-align: center;
}
.col-md-4.side-images .img-box-two{
    margin-bottom: 30px;
}
.col-md-4.side-images .img-box-two img{
    width: 280px;
}
.advertisement-1 {
    padding: 20px 0px 30px;
}
.advertisement-1  .col-md-12{
    padding:0px !important;
}














@media only screen and (max-width: 992px) {
.timing p {
    margin-left: 0px;
}
a.navbar-brand.mr-auto {
    margin-top: 0px;
}
.carousel {
    margin-top: 73px;
}
.bread-crum {
    margin-top: 73px;
}
}

@media only screen and (max-width: 767px) {
.img-box img {
    width: 100%;
    height: auto;
}
.img-box-small{
	margin-top: 20px;
	text-align: center;
}
.col-md-4.side-images .img-box-two img{
    width: 100%;
}
.live-1 h2 {
    font-size: 23px;
}
.watch-btn a {
    font-size: 12px;
}
}
@media only screen and (max-width: 321px) {
.img-box-small img {
    width: 100% !important;
}
}