@font-face {
	font-family: 'Meera';
	font-style: normal;
	font-weight: 400;
	src: url(https://smc.org.in/downloads/fonts/meera/Meera-Regular.woff2?v=7.0) format('woff2'), url(https://smc.org.in/downloads/fonts/meera/Meera-Regular.woff?v=7.0) format('woff'), url(https://smc.org.in/downloads/fonts/meera/Meera-Regular.ttf?v=7.0) format('truetype');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+0D01-0D7F, U+200C-U+200D, U+25CC;
}


.malfnt{font-family: 'Meera';
	font-size:26px;}

body, html {
	width: 100%;
	height: 100%;
	font-family: 'Roboto', sans-serif;
	background: none !important;
}
.loader {
    width: 100%;
    height: 100%;
    background: url(../img/loading.gif) center no-repeat #FFF;
    z-index: 99999;
    position: fixed;
}
hr {
	max-width: 50px;
	border-width: 3px;
	border-color: #f05f40
}
hr.light {
	border-color: #fff
}
a {
	color: #fff;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
	font-weight:300;
}
a:hover {
	color: #c1296e;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
}
.bg-primary {
	background-color: #f05f40!important
}
.bg-dark {
	background-color: #212529!important
}
.text-faded {
	color: rgba(255,255,255,.7)
}
section {
	padding: 40px 0 0 0;
}
.section-heading {
	margin-top: 0
}

::-moz-selection {
 color:#fff;
 background:#212529;
 text-shadow:none
}
::selection {
	color: #fff;
	background: #212529;
	text-shadow: none
}
img::selection {
	color: #fff;
	background: 0 0
}
 img::-moz-selection {
 color:#fff;
 background:0 0
}
body {
	-webkit-tap-highlight-color: #212529
}
#mainNav {
	border-bottom: 1px solid rgba(33,37,41,.1);
	background-color: #fff;
	font-family: 'Roboto', sans-serif;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s
}
#mainNav .navbar-brand {
	font-weight: 700;
	text-transform: uppercase;
	color: #f05f40;
	font-family: 'Roboto', sans-serif;
}
#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
	color: #f05f40
}
#mainNav .navbar-nav>li.nav-item>a.nav-link, #mainNav .navbar-nav>li.nav-item>a.nav-link:focus {
	font-size: .9rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #212529
}
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus:hover, #mainNav .navbar-nav>li.nav-item>a.nav-link:hover {
	color: #f05f40
}
#mainNav .navbar-nav>li.nav-item>a.nav-link.active, #mainNav .navbar-nav>li.nav-item>a.nav-link:focus.active {
	color: #f05f40!important;
	background-color: transparent
}
#mainNav .navbar-nav>li.nav-item>a.nav-link.active:hover, #mainNav .navbar-nav>li.nav-item>a.nav-link:focus.active:hover {
	background-color: transparent
}

.news_arrow{
	background-image:url(../img/play-arrow.png);
	position:absolute;
	width:16px;
	height:45px;
	z-index:9999;
	top:0;
	}
#whatsonair{
	background-image:url(../img/whatsonair.jpg);
	background-repeat:no-repeat;
	}
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
	background-image:url(../img/gototop.png);
	background-repeat:no-repeat;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	z-index:9999;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
	background-image:url(../img/gototop.png);
	background-repeat:no-repeat;
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
.download a{
	font-size: 18px;
	color: #c1296e;
}
.download p{
	padding: 20px 0 54px 0 !important;
}
/*---- slider ----*/
.iftar{
	border:1px solid #70163f;
	border-radius:4px;
	background:url(../img/iftar-bg.png);
	color:#fff;
	}
.iftar p{
	text-align:center;
	font-size:18px;
	}
/*---- slider ----*/
.news_flash{
	background: url(../img/menutrans.png);
	padding:8px 0;
	margin:0;
	font-size: 16px;
	position: absolute;
	width: 101%;
	opacity: 0.8;
	z-index: 9;
	}
.news_flash ul{
	padding:10px 0 0 0;
	}
.news_flash li{
	float:left;
	list-style:none;
	padding:0 15px 0 0;
	}
.news_content{
	background:url(../img/newsbg.png);
	padding:10px 0px 0px 0px;
	}
.news_head{
	color:#fff;
	text-align:right;
	padding:9px 15px 0 0;
	font-size:18px;
	}

.weather-icon,
.title{
  grid-column: 1/4;
  margin: 0 auto;
  text-align: center;
  border-radius: 4px;
}
.title h1{
	background: none;
	width: auto;
	height: auto;
	color: #fff;
	font-size: 24px !important;
}

.important-info{
  grid-column: 1;
}

.description-container{
  background: #efefef;
  border-radius: 4px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 450px;
  margin: 0 auto;
  padding:20px 0px;
}

.block-1 {
  grid-column: 1;
  padding: 10px;
}
.block-2{
  grid-column: 2;
  padding: 10px;
}
.block-3{
  grid-column: 3;
  padding: 10px;
}

.weatherInfo {
  height: 100%;
}

.temp-info {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-size: 30px;
  color: #fff;
}

.switch-button {
  grid-column: 1 1 1;
  border-radius: 4px;
  margin: 0 auto;
  width: 400px;
  height: 40px;
  text-align: center;
  position: relative;
  will-change: transform;
  z-index: 197 !important;
  cursor: pointer;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
  border: 1px solid #efefef;
  display: inline-block;
}

.switch-button-case {
  display: inline-block;
  background: none;
  width: 49%;
  height: 100%;
  color: #efefef;
  position: relative;
  border: none;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
  text-transform: uppercase;
  letter-spacing: 5px;
  padding-bottom: 1px;
}

.switch-button-case:hover {
  color: #151515;
  cursor: pointer;
}

.switch-button-case:focus {
  outline: none;
}

.switch-button .active-case {
  color: #151515;
}

.signature {
  position: fixed;
  font-family: sans-serif;
  font-weight: 100;
  bottom: 10px;
  left: 0;
  letter-spacing: 4px;
  font-size: 10px;
  width: 100vw;
  text-align: center;
  color: #efefef;
  text-transform: uppercase;
  text-decoration: none;
}
#main{
	color:#fff;
	padding:10px 0;
	}
.carousel {
	width: 100%;
	position: relative;
	padding-top: 60%;
	overflow: hidden;
}
.inner {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.slide {
	width: 100%;
	height: 100%;
	position: absolute;
	margin: 20px 0 0 0;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
}
.slide.active, .slide.left, .slide.right {
	z-index: 2;
	opacity: 1;
}
.js-reset-left {
	left: auto
}
.slide.left {
	left: -100%;
	right: 0;
}
.slide.right {
	right: -100%;
	left: auto;
}
.transition .slide.left {
	left: 0%
}
.transition .slide.right {
	right: 0%
}
.transition .slide.shift-right {
	right: 100%;
	left: auto
}
.transition .slide.shift-left {
	left: 100%;
	right: auto
}
.transition .slide {
	transition-property: right, left, margin;
}
.indicators {
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 4;
	padding: 0;
	text-align: center;
}
.indicators li {
	width: 13px;
	height: 13px;
	display: inline-block;
	margin: 5px;
	background: #fff;
	list-style-type: none;
	border-radius: 50%;
	cursor: pointer;
	transition: background 0.3s ease-out;
}
.indicators li.active {
	background: #93278f
}
.indicators li:hover {
	background-color: #fff
}
.arrow {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	z-index: 5;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	cursor: pointer;
	transition: border-color 0.3s ease-out;
}
.arrow:hover {
	border-color: #fff
}
.arrow-left {
	left: 20px;
	transform: rotate(225deg);
}
.arrow-right {
	right: 20px;
	transform: rotate(45deg);
}
.slide {
	text-align: center;
	background-size: cover;
}
h1 {
	width: 100px;
	height: 100px;
	background-color: rgba(146, 45, 141,0.7);
	margin: auto;
	line-height: 100px;
	color: #fff;
	font-size: 2.4em;
	border-radius: 50%;
}
/*---- slider ----*/

/*---- social media ----*/
.socialmedia ul{
	position:absolute;
	top:25px;
	left:380px;
	}

.socialmedia li{
	float:left;
	list-style:none;
	padding:0 15px 0 0;
	}
/*---- social media ----*/
/*---- new css ----*/

.centre_menu {
	background: url(../img/menu-bg.png);
	color: #70163f;
	padding: 30px 0 0 0;
	margin: 61px 0 0 0;
	margin-top:0px;
}
.centre_menu ul {
	padding: 20px 0;
	margin: 20px 0 -1px 0;
	background-image:url(../img/menutrans.png) !important;
}
.uline{
	width:60px;
	height:1px;
	margin:0 auto;
	background-color:#fff;
	opacity:0.4;
	display:block;
	}
.uline_big{
	width:85%;
	height:1px;
	margin:0 auto;
	background-color:#fff;
	opacity:0.4;
	display:block;
	top:-1px;
	}
.show{
	width:100%;
	background-image:url(../img/menutrans.png) !important;
	margin:-1px 0 0 0;
	color:#fff;
	font-size:18px;
	padding:10px 0;
	}
.showname{
	width:100%;
	text-align:center;
	color:#fff;
	padding:10px 0;
	margin:-1px auto;
	background-image:url(../img/menutrans.png) !important;
	text-transform:uppercase;
	font-size:28px;
	}
.playstore{
	text-align:center;
	background-image:url(../img/menutrans.png) !important;
	padding:15px 0;
	}
.playstore img{
	width:170px !important;
	}
.centre_menu li {
	list-style: none;
	font-size: 22px;
	line-height: 40px;
}
.weather {
	background: url(../img/weather-bg.png);
	padding: 20px 0;
	display: inline-block;
	width: 100%;
	margin:0 0 -1px 0;
}
.weather ul {
	margin: 25px 0 0 30px;
	padding: 0;
	display: none;
}
.weather li {
	padding: 0 15px;
	float: left;
	margin: 0 0 10px 0;
}
.weather h3 {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}
.player {
	padding: 10px 0;
	z-index: 99999;
	bottom: 0;
	width: 100%;
	left: 0;
}
.player p {
	text-align: left;
	font-size: 20px !important;
	top: 20px;
	padding: 20px 0 0 80px;
	color: #fff;
}
.appstore {
	position: absolute;
	top: 4px;
	margin: 10px 0 0 200px;
	display: inline-block;
	z-index: 9999;
}
.appstore img {
	margin: 3px 0 0 0;
}
.about_section h2 {
	font-weight: bold;
	color: #000;
	font-size: 48px;
	padding:30px 0 0 0;
}
.about_section p {
	font-size: 20px;
	font-weight: 300;
	padding: 40px 0 0 0;
}
#playlist, audio {
	width: auto;
	padding: 20px;
}
.podcast .active a {
	color: #5DB0E6;
	text-decoration: none;
}
.podcast li a {
	color: #eeeedd;
	background: #333;
	padding: 5px;
	display: block;
}
.podcast li a:hover {
	text-decoration: none;
}
#about {
	padding: 40px 0 0 0;
}
#trending {
	padding: 80px 0;
	background-color:#0c0c0c;
	color:#fff;
	background-image:url(../img/trending.png);
	background-repeat:no-repeat;
	background-size:100%;
}
#trending h2{
	color:#fff;
	font-size:48px;
	padding:0 0 20px 15px;
	font-weight:bold;
}
.jockey_image {
	text-align: right;
	z-index: 999;
	margin:-200px 0 0 0;
}
.footer_content {
	width: 100%;
	float: left;
	padding: 20px 0 0 0;
}
.footer_content a {
	color: #fff;
}
.address ul {
	margin-right:0 !important;
	display:inline-block !important;
	padding:10px 0 0 0;
}
.address {
	background: url(../img/doha.jpg);
	margin: -1px 0 0 0;
	padding: 0;
	float: left;
	color: #fff;
	padding: 40px;
	background-size:cover;
	text-align:center;
}
.map {
	margin: 0;
	padding: 0;
}
.address h2 {
	font-weight: bold;
	color: #fff;
	font-size: 48px;
	margin: 0 0 30px 0;
	text-align:center;
}
.address p {
	text-align:center;
	font-size:16px;
}
#contact {
	padding: 0;
}
.address li {
	float: left;
	list-style: none;
	padding: 0 15px 0 0;
}
#purpose {
	background: #f1f1f1 url(../img/about-bg.png) no-repeat;
	padding: 60px 0;
}
#purpose h2 {
	font-weight: bold;
	color: #000;
	font-size: 48px;
}
#purpose ul {
	margin: 30px 0 0 0;
	padding: 0;
	font-size: 20px;
	font-weight: 300;
}
#purpose li {
	padding: 0 0 15px 30px;
	background: url(../img/mic-li.png) no-repeat;
	list-style: none;
}
.onair h2 {
	font-weight: bold;
	color: #000;
	font-size: 48px;
}
.zeromargin {
	margin: 0;
}
#radioplayer {
	padding: 0;
	background: #70163f;
}
.programs h2 {
	text-align: center;
}
/*---- audio ----*/


/*---- audio ----*/



/*---- tabs ----*/

.programs main {
	padding: 50px;
	margin: 0 auto;
	color: #fff;
}
.program_outer {
 padding:
}
.programs h4 {
	text-align: left;
	font-size: 20px;
	font-weight: 300;
}
.programs h3 {
	text-align: left;
	font-size: 20px;
	font-weight: 700;
}
.program_box {
	margin: 0;
	padding: 0;
}
.program_one {
	background: url(../img/program1.jpg);
	padding: 130px 15px 10px 15px;
	margin: 0 0 14px 0;
}
.program_two {
	background: url(../img/program2.jpg);
	padding: 130px 15px 10px 15px;
}
.program_three {
	background: url(../img/program3.jpg);
	padding: 60px 15px 10px 15px;
	margin: 0 0 10px 0;
}
.program_four {
	background: url(../img/program4.jpg);
	padding: 60px 15px 10px 15px;
	margin: 0 0 10px 0;
}
.program_five {
	background: url(../img/program5.jpg);
	padding: 60px 15px 10px 15px;
	margin: 0 0 10px 0;
}
.program_six {
	background: url(../img/program6.jpg);
	padding: 130px 15px 10px 15px;
	margin: 0 0 14px 0;
}
.program_seven {
	background: url(../img/program7.jpg);
	padding: 130px 15px 10px 15px;
}
.program_one h3 {
	text-align: left;
	font-size: 20px;
	font-weight: 300;
}
.program_one h2 {
	text-align: left;
	font-size: 20px;
	font-weight: 700;
}
.programs section {
	display: none;
	padding: 20px 0 0;
	border-top: 1px solid #ddd;
}
input {
	display: none;
}
label {
	display: inline-block;
	margin: 0 0 -1px;
	padding: 15px 25px;
	font-weight: 300;
	text-align: center;
	color: #000;
	border: 1px solid transparent;
	font-size:16px;
}
label:before {
	font-family: fontawesome;
	font-weight: 300;
	margin-right: 10px;
}
label[for*='1']:before {
	content: '\f073';
}
label[for*='2']:before {
	content: '\f073';
}
label[for*='3']:before {
	content: '\f073';
}
label[for*='4']:before {
	content: '\f073';
}
label[for*='5']:before {
	content: '\f073';
}
label[for*='6']:before {
	content: '\f073';
}
label[for*='7']:before {
	content: '\f073';
}
label:hover {
	color: #888;
	cursor: pointer;
	font-weight: 300;
}
input:checked + label {
	color: #555;
	border: 1px solid #ddd;
	border-top: 2px solid #70163f;
	font-weight: 300;
	border-bottom: 1px solid #fff;
}
#tab1:checked ~ #content1, #tab2:checked ~ #content2, #tab3:checked ~ #content3, #tab4:checked ~ #content4, #tab5:checked ~ #content5, #tab6:checked ~ #content6, #tab7:checked ~ #content7 {
	display: block;
}

@media screen and (max-width: 650px) {
label {
	font-size: 0;
}
label:before {
	margin: 0;
	font-size: 18px;
}
}

@media screen and (max-width: 400px) {
label {
	padding: 15px;
}
}
/*---- tabs ----*/



/*---- audio player ----*/

* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-sizing: border-box;
}
 @keyframes rotate {
 from {
 transform: rotate(0deg);
}
 to {
 transform: rotate(360deg);
}
}
 @-moz-keyframes rotate {
 from {
 transform: rotate(0deg);
}
 to {
 transform: rotate(360deg);
}
}
 @-ms-keyframes rotate {
 from {
 transform: rotate(0deg);
}
 to {
 transform: rotate(360deg);
}
}
 @keyframes rotate {
 from {
 transform: rotate(0deg);
}
 to {
 transform: rotate(360deg);
}
}
 @keyframes pulse {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @-moz-keyframes pulse {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @-ms-keyframes pulse {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @keyframes pulse {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @keyframes scale {
 0% {
 transform: scale(1.0);
}
 100% {
 transform: scale(1.2);
}
}
 @-moz-keyframes scale {
 0% {
 transform: scale(1.0);
}
 100% {
 transform: scale(1.2);
}
}
 @-ms-keyframes scale {
 0% {
 transform: scale(1.0);
}
 100% {
 transform: scale(1.2);
}
}
 @keyframes scale {
 0% {
 transform: scale(1.0);
}
 100% {
 transform: scale(1.2);
}
}
.playbtn svg {
	width: 20px;
	height: 20px;
	cursor: pointer;
	margin: 0 auto;
	display: table;
}
.playbtn {
	text-align: center;
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	border-radius: 50%;
	margin: 10px 0;
	padding-top: 13px;
	float: left;
}
.text {
	position: relative;
	top: 90%;
	text-align: center;
	text-transform: uppercase;
	color: #C1B8B8;
	font-size: 14px;
	width: 100%;
	animation: pulse 1.3s infinite;
}
.main ul {
	text-align: center;
	padding: 0 0 0 0;
}
.main li {
	list-style: none;
	margin: 0 10px;
	display: inline-block;
}

@media (max-width:480px) {
body {
	overflow-x: hidden;
}
.news_flash{
	margin:0 !important;
	padding:0 !important;
	}
.news_head{
	display:none;
	}
.timing{
	text-align:center;
	}
.centre_menu{
	margin:89px 0 0 0 !important;
	}
.centre_menu img{
	width:120px;
	}
.socialmedia ul	{
	position:relative;
	left:140px;
	top:-50px;
	}
#whatsonair{
	background:none !important;
	}
.jp-interface .jp-controls{
	margin-right:0;
	display:inline-block;
	padding:15px 0 0 0 !important;
	}
.jp-volume-controls{
	display:none !important;
	}
.menu{
	margin:0 !important;
	font-size:12px;
	}
.podcast_list {
	min-height: 350px !important;
}
.programs {
	padding: 0 0 40px 0;
}
.programs main {
	padding: 0 20px;
}
.program_middle_outer {
	padding: 0;
}
.program_two {
	margin: 0 0 10px 0;
}
.program_seven {
	margin: 0 0 10px 0;
}
header.masthead {
	padding: 0 !important;
}
.weather img {
	width: 40px;
}
.weather ul {
	margin: 25px 0 0 20px;
}
.appstore {
	position: relative;
	margin: 0 0 10px 15px;
}
.appstore img {
	width: 140px;
}
.player, .centre_menu {
	margin: -1px 0 0 0;
}
.jockey_image {
	display: none;
}
#purpose {
	background-size: cover;
}
.mic_image {
	display:none;
}
.content__title {
	margin: 0 !important;
}
.know_rj {
	padding: 0 0 0 25px !important;
}
body {
	overflow-x: hidden;
}
.content__header {
	display: none !important;
}
.main {
	position: relative;
	padding: 80px 0;
}
.caption img {
	width: 100%;
}
.playbtn {
	text-align: center;
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	border-radius: 50%;
	margin: 10px 0 10px 15px;
	padding-top: 13px;
	float: left;
}
.speaker {
	left: 42px;
	top: 22px;
	width: 28px;
	height: 32px;
}
.caption {
	margin: 0 !important;
}
.cursive img {
	width: 130px;
}
.main .cursive {
	margin: 20px 0 0 0;
}
.address{
	background-size:cover;
	}
#contact{
	overflow-x: hidden;
	}
}
/*---- audio player ----*/



/*---- know your rj's ----*/

.demo-switch {
 --link-text: #6d6d6d;
 --link-text-hover: #fff;
 --body-text: #f0f0f0;
 --body-text-alt: #878787;
 --body-bg: #494949;
	font-family: 'Roboto', sans-serif;
}
/* Content */

.content {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, 1fr);
	height: 99vh;
	overflow: hidden;
	font-family: var(--content-font);
 --pieces-height: calc(100vh - 4em);
	background: #70163f;
}
.content__header {
	display: flex;
}
.content__title {
	font-weight: bold;
	color: #fff;
	font-size: 48px;
	margin: 60px 0 0 -150px;
}
.slideshow {
	grid-area: 1 / 3 / 3 / 5;
	justify-content: center;
}
.slide {
	opacity: 0;
}
.pieces {
	flex: none;
	opacity: 1;
	height: var(--pieces-height);
	width: calc(var(--pieces-height) * 0.76);
	position: relative;
	display: flex;
	flex-wrap: wrap;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 60px 0 0 0;
}
.piece {
	pointer-events: none;
	margin: 0 0 -50px 0 !important;
}
.menu {
	z-index: 10;
	grid-area: 2 / 2 / 3 / 4;
	margin:0 0 0 -150px;
}
.menu__item {
	font-size: 30px;
	color: #fff;
}
.menu__item:not(:last-child)::after {
	content: ' // ';
}
.menu__item span {
	opacity: 0.5;
}
.menu__item:hover {
	color: #fff;
	text-decoration: none;
}
.menu__item a:active {
	color: #F00;
	text-decoration: none;
}
.menu__item--current{
	color:#c1296e !important;
}

@media screen and (max-width: 40em) {
.content {
	padding: 0 10vw;
	grid-template-columns: 80vw;
	grid-template-rows: auto;
	height: auto;
	margin-bottom: 8em;
 --pieces-height: 50vh;
}
.slideshow {
	grid-area: 2 / 1 / 4 / 2;
}
.content__header {
	grid-column: 1 / 2;
}
.content__title {
	font-size: 3em;
	padding: 0.5em 0;
}
.menu {
	grid-area: 2 / 1;
}
.menu__item {
	font-size: 1.5em;
}
}
*, *::after, *::before {
	box-sizing: border-box;
}
.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}
.message {
	background: #333;
	background: var(--body-text);
	color: #ccd8e4;
	color: var(--body-bg);
	text-align: center;
	padding: 1em;
	display: none;
}
.icon {
	display: block;
	width: 1.5em;
	height: 1.5em;
	margin: 0 auto;
	fill: currentColor;
}
.js .loading::before {
	content: '';
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ccd8e4;
	background: var(--body-bg);
}
.js .loading::after {
	content: '';
	position: fixed;
	z-index: 10000;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin: -40px 0 0 -40px;
	pointer-events: none;
	background: #333;
	background: var(--body-text);
	transform-origin: 0% 50%;
	animation: loaderAnim 1.5s linear infinite alternate forwards;
}
 @keyframes loaderAnim {
 0% {
 transform: scale3d(0, 1, 1);
 transform-origin: 0% 50%;
}
 50% {
 transform: scale3d(1, 1, 1);
 transform-origin: 0% 50%;
}
 51% {
 transform: scale3d(1, 1, 1);
 transform-origin: 100% 50%;
}
 100% {
 transform: scale3d(0, 1, 1);
 transform-origin: 100% 50%;
}
}
.frame {
	top: 0;
	left: 0;
	position: fixed;
	z-index: 100;
	display: grid;
	width: 100%;
	height: 100vh;
	z-index: 100;
	pointer-events: none;
	padding: 2em;
	grid-template-columns: 50% 50%;
	grid-template-rows: auto auto 4em;
	grid-template-areas: "... header" "... header" "... demos";
}
.no-js .frame {
	position: relative;
	display: block;
	height: auto;
}
.frame a {
	pointer-events: auto;
}
.frame__title {
	font-family: var(--content-font);
	margin: 0;
	font-size: 2em;
	justify-self: start;
}

@media screen and (max-width: 40em) {
.message {
	display: block;
}
.frame {
	display: block;
	height: auto;
	position: relative;
	text-align: center;
	z-index: 10000;
}
.codrops-header {
	flex-direction: column;
}
.codrops-header__title {
	padding: 1em 0;
	opacity: 1;
	-webkit-writing-mode: horizontal-tb;
	writing-mode: horizontal-tb;
}
.codrops-icon {
	display: inline-block;
	margin: 0.25em;
	padding: 0.25em;
}
.demos {
	padding: 1em 0 0;
}
.demo {
	margin: 0 0.5em 0.5em;
}
}

/*---- know your rj's ----*/



@media (min-width:992px) {
#mainNav {
	border-color: transparent;
	background-color: transparent
}
#mainNav .navbar-brand {
	color: rgba(255,255,255,.7)
}
#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
	color: #fff
}
#mainNav .navbar-nav>li.nav-item>a.nav-link {
	padding: .5rem 1rem
}
#mainNav .navbar-nav>li.nav-item>a.nav-link, #mainNav .navbar-nav>li.nav-item>a.nav-link:focus {
	color: rgba(255,255,255,.7)
}
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus:hover, #mainNav .navbar-nav>li.nav-item>a.nav-link:hover {
	color: #fff
}
#mainNav.navbar-shrink {
	border-bottom: 1px solid rgba(33,37,41,.1);
	background-color: #fff
}
#mainNav.navbar-shrink .navbar-brand {
	color: #f05f40
}
#mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
	color: #f05f40
}
#mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link, #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:focus {
	color: #212529
}
#mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:focus:hover, #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:hover {
	color: #f05f40
}
}
header.masthead {
	padding-top: 10rem;
	padding-bottom: calc(10rem - 56px);
	background-image: url(../img/header.jpg);
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}
header.masthead hr {
	margin-top: 30px;
	margin-bottom: 30px
}
header.masthead h1 {
	font-size: 2rem
}
header.masthead p {
	font-weight: 300
}

@media (min-width:768px) {
header.masthead p {
	font-size: 1.15rem
}
}

@media (min-width:992px) {
header.masthead {
	padding-top: 0;
	padding-bottom: 0
}
header.masthead h1 {
	font-size: 3rem
}
}

@media (min-width:1200px) {
header.masthead h1 {
	font-size: 4rem
}
}
.service-box {
	max-width: 400px
}
.portfolio-box {
	position: relative;
	display: block;
	max-width: 650px;
	margin: 0 auto
}
.portfolio-box .portfolio-box-caption {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0;
	color: #fff;
	background: rgba(240,95,64,.9);
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	text-align: center
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category, .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
	padding: 0 15px;
	font-family: 'Roboto', sans-serif;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
	font-size: 18px
}
.portfolio-box:hover .portfolio-box-caption {
	opacity: 1
}
.portfolio-box:focus {
	outline: 0
}

@media (min-width:768px) {
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
	font-size: 16px
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
	font-size: 22px
}
}
.text-primary {
	color: #f05f40!important
}
.btn {
	font-weight: 700;
	text-transform: uppercase;
	border: none;
	border-radius: 300px;
	font-family: 'Roboto', sans-serif;
	z-index: 9999;
}
.btn-xl {
	padding: 1rem 2rem
}
.btn-primary {
	background-color: #f05f40;
	border-color: #f05f40
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
	color: #fff;
	background-color: #70163f!important;
	cursor: pointer;
}
.btn-primary:active, .btn-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(240,95,64,.5)!important
}

.privacy h2 {
	font-weight: bold;
	color: #000;
	font-size: 48px;
	padding:30px 0 0 0;
}
.privacy h3 {
	margin-bottom: 20px;
}
.privacy p {
  padding: 0;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 40px;
}

.privacy .points {
	font-weight: 400;
	display: block;
}
.privacy li {
	padding: 0;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 40px;
}


/*popup style*/
#thover{
      position:fixed;
      background:#000;
      width:100%;
      height:100%;
      opacity: .6;
      z-index:9999;
    }

    #tpopup{
      position:fixed;
      max-width:500px;
      max-height:500px;
      background:#fff;
      left:50%;
      top:50%;
      border-radius:5px;
      padding:0;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align:center;
      box-shadow:0 0 10px 0 #000;
      z-index:9999;
    }
    #tclose{
      position:absolute;
      background:black;
      color:white;
      right:-15px;
      top:-15px;
      border-radius:50%;
      width:30px;
      height:30px;
      line-height:30px;
      text-align:center;
      font-size:8px;
      font-weight:bold;
      font-family:'Arial Black', Arial, sans-serif;
      cursor:pointer;
      box-shadow:0 0 10px 0 #000;
    }
	




.c.btn {
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 45px;
  margin: 0 auto 2em;
  max-width: 280px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  width: 100%;
  background:#70163f;
}
@media (min-width: 400px) {
  .c.btn {
    display: inline-block;
    margin-right: 2.5em;
  }
  .c.btn:nth-of-type(even) {
    margin-right: 0;
  }
}
@media (min-width: 600px) {
  .c.btn:nth-of-type(even) {
    margin-right: 2.5em;
  }
  .c.btn:nth-of-type(5) {
    margin-right: 0;
  }
}
.c.btn:hover {
  text-decoration: none;
}


	
	
.btn-4 {
  border: 1px solid;
  overflow: hidden;
  position: relative;
}
.btn-4 span {
  z-index: 20;
}
.btn-4:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -10;
}

.btn-4:hover:after {
  left: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
	