
body {
	background-color: #fff;
	font-family: 'OpenSans';
	margin: 0;
}
img {
	border: 0;
}
.clearfix:after, #contents:after {
	clear:both;
	content:"";
	display:block;
	height:1%;
	line-height:0;
	visibility:hidden;
}
.btn {
	background: url(../images/bg-button.png) no-repeat;
	background-position: 0 -70px;
	color: #fff;
	display: inline-block;
	font: 24px/60px 'OpenSans';
	height: 60px;
	width: 230px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.btn:hover {
	background-position: 0 0;
}
/*------------------------------ HEADER ------------------------------*/
#header {
	background-color: #eee;
	border-bottom: 1px solid #e6e6e6;
	padding: 27px 0;
}
/* #header > div, #footer > div {
	width: 920px;
	margin: 0 auto;
	padding: 0 20px;
} */
/** Logo **/
#header .logo {
	float: left;
	margin-right: 20px;
}
#header .logo a {
	background: url(../images/logo.png) no-repeat center top;
	color: #000;
	display: block;
	font: 15px/30px 'Play';
	height: 20px;
	width: 76px;
	padding-top: 68px;
	text-decoration: none;
	text-transform: uppercase;
}
/** Navigation **/
#navigation {
	display: inline-block;
	list-style: none;
	line-height: 100px;
	margin: 0;
	padding: 0;
}
#navigation ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	width: 160px;
	text-align: center;
}
#navigation li a {
	color: #818181;
	font-size: 15px;
	line-height: 30px;
	text-decoration: none;
}
#navigation li a:hover {
	color: #000;
}
#navigation li.active a {
	color: #f99600;
}
#adbox {
	background: url(../images/bg-adbox.jpg) repeat-x left top;
	height: 380px;
	padding: 60px 0;
}
#adbox > div {
	width: 800px;
	margin: 0 auto;
	padding: 0 80px;
}
#adbox > div img {
	float: right;
	margin-left: 60px;
}
#adbox h1, #adbox h2 {
	color: #2c2c2c;
	font-size: 60px;
	line-height: 60px;
	margin: 0;
	text-transform: uppercase;
}
#adbox h2 {
	font-size: 30px;
	line-height: 36px;
	text-transform: none;
}
#adbox p {
	font-size: 16px;
	line-height: 24px;
	margin: 0;
}
#adbox p span {
	display: block;
	font-size: 12px;
	width: 360px;
	padding: 24px 0;
	text-align: center;
}
#adbox p span b {
	font-weight: normal;
	display: block;
	width: 256px;
}
/*------------------------------ CONTENTS ------------------------------*/
#contents {
	min-height: 510px;
	width: 880px;
	margin: 0 auto;
	padding: 54px 40px;
}
h1 {
	color: #3e3e3e;
	font-size: 30px;
	font-weight: normal;
	line-height: 30px;
	margin: 0 0 30px;
}
h2 {
	color: #2c2c2c;
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
	margin: 0 0 12px;
}
/* p {
	color: #585858;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 30px;
} */
p a {
	color: #585858;
}
#tagline h1 {
	margin-left: 20px;
}
#tagline > div {
	float: left;
	width: 400px;
	margin: 0 20px;
}
#contents .features {
	width: 810px;
	margin: 0 auto;
}
.features > div {
	display: inline-block;
	margin: 0 0 30px;
}
.features > div img {
	float: left;
	margin-right: 20px;
	margin-top: 36px;
}
.date {
	float: left;
	height: 78px;
	width: 70px;
	margin-right: 20px;
	border: 1px solid #d5d5d5;
	text-align: center;
}
.date p {
	margin: 12px 0 0;
}
.date p span {
	display: block;
	font-size: 30px;
	margin-bottom: 6px;
}
.author {
	color: #585858;
	display: block;
	font-size: 12px;
}
.more {
	background-color: #727272;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	width: 100px;
	text-align: center;
	text-decoration: none;
}
.more:hover, .message input[type='submit']:hover {
	background-color: #f99600;
	color: #000;
}
/** main **/
.main {
	float: left;
	background: url(../images/divider.png) repeat-y right top;
	min-height: 100px;
	width: 620px;
	padding-right: 24px;
}
.main h1, .sidebar h1 {
	margin: 0 0 12px;
	position: relative;
	top: -18px;
}
.main h2 span {
	display: block;
	font-size: 12px;
}
/** sidebar **/
.sidebar {
	float: left;
	min-height: 848px;
	width: 216px;
	margin-left: 20px;
}
.sidebar ul, .news {
	list-style: none;
	margin: 0;
	padding: 0;
}
.news li {
	border-top: 1px solid #d5d5d5;
	padding: 24px 30px 0 100px;
	position: relative;
}
.news li .date {
	float: none;
	position: absolute;
	left: 0;
	top: 30px;
}
.news li > p span, .post > span {
	display: block;
	text-align: right;
}
.posts {
	border-top: 1px solid #d5d5d5;
}
.posts li {
	border-bottom: 1px solid #d5d5d5;
	padding: 24px 10px 0;
}
.posts li p {
	font-size: 14px;
}
.posts li .title {
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 12px;
}
.posts li .title a {
	color: #2c2c2c;
	font-size: 16px;
	text-decoration: none;
}
.post {
	width: 785px;
	margin: 0 auto;
}
.post h1 {
	padding-top: 12px;
}
#about {
	width: 740px;
	margin: 0 auto;
}
#about h1, .section h1 {
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 12px;
}
.section {
	float: left;
	width: 390px;
	margin-right: 50px;
}
.section h1 {
	margin-bottom: 18px;
}
.message input[type='text'], .message textarea {
	color: #aeaeae;
	font-size: 13px;
	height: 33px;
	line-height: 33px;
	width: 380px;
	border: 1px solid #d5d5d5;
	margin: 0 0 6px;
	padding: 0 4px;
}
.message textarea {
	height: 175px;
	overflow: auto;
	resize: none;
}
.message input[type='submit'] {
	float: right;
	background-color: #818181;
	color: #d5d5d5;
	cursor: pointer;
	font: 13px/30px Arial, Helvetica, sans-serif;
	height: 30px;
	border: 0;
	margin: 0;
	padding: 0 10px;
}
.contact {
	background-color: #f8f8f8;
	width: 270px;
	padding: 124px 60px;
	text-align: center;
}
.contact p span {
	color: #2c2c2c;
	display: block;
	font-size: 30px;
	line-height: 36px;
	padding: 18px 0;
}
/*------------------------------ FOOTER ------------------------------*/
/* #footer {
	background-color: #eee;
	border-top: 1px solid #d8d8d8;
	padding: 30px 0;
} */
footer {
	position: fixed;
	text-align: center;
	height: 30px;
	bottom: 0;
	width: 100%;
  }
/* #footer p {
	font-size: 12px;
	line-height: 30px;
	padding-left: 10px;
} */
#connect {
	float: right;
	display: inline-block;
	margin-right: 30px;
}
#connect a {
	background: url(../images/icons.png) no-repeat;
	display: inline-block;
	height: 30px;
	width: 30px;
	margin: 0 10px;
}
#connect a.googleplus {
	background-position: 0 -40px;
}
#connect a.twitter {
	background-position: 0 -80px;
}
#connect a.tumbler {
	background-position: 0 -120px;
}
#connect a.facebook:hover {
	background-position: -40px 0;
}
#connect a.googleplus:hover {
	background-position: -40px -40px;
}
#connect a.twitter:hover {
	background-position: -40px -80px;
}
#connect a.tumbler:hover {
	background-position: -40px -120px;
}
.ex1 {
	margin-top: 25px;
  }

  .bluecolor {
	color : #e68e6e;
  }

  /* styles.css */

body {
	font-family: Arial, sans-serif;
	background-color: #f2f2f2;
  }
  
  header {
	background-color: #333;
	color: #fff;
	padding: 20px;
  }
  
  h1 {
	margin: 0;
  }
  
  nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
  }
  
  nav li {
	display: inline-block;
	margin-right: 10px;
  }
  
  nav a {
	color: #333;
	text-decoration: none;
  }
  
  section {
	margin-bottom: 20px;
  }
  
  /* footer {
	background-color: #333;
	color: #fff;
	padding: 10px;
	text-align: center;
  } */
  footer {
	position: fixed;
	text-align: center;
	height: 30px;
	bottom: 0;
	width: 100%;
  }
  .rightAlign {
	text-align: right;
  } 
  
  .white-color {
	color: rgb(250, 250, 250)
  }
  .bg-black {
	background-color: black;
  }
  .color-yellow {
	color: yellow
  }
  .color-white {
	color: white;
	font-style: oblique;
  }
  .color-green {
	color:green;
  }
  .body-bg {
	background-color: #f1f5f5;
  }
  .nav-bg {
	background-color: #090929;
  }
  h2 {
	color: rgb(0, 0, 0);
	margin-top: 40px;
	font-weight: bold;
  }
  .txt-left {
	text-align: left;
  }
  .txt-right {
	text-align: right;
  }
  h4 {
	margin-top: 40px;
	font-weight: bold;
  }
  i {
	font-weight: bold;
  }
  pre {
	  background-color: black;
	  color: white;
	  padding-bottom: 20px;
	  padding-top: 20px;
	  padding-left: 20px;
  }
  .cardBgColor {
	background-color: #a9bad1;
  }
  .txt-center {
		text-align: center;
  }


  .blog-post-image {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
	margin-bottom: 15px;
  }
  /* Add hover effect and cursor change */
.movie-card-hover {
  transition: opacity 0.3s ease, transform 0.3s ease; /* Smooth transition */
  cursor: pointer; /* Hand cursor */
}

.movie-card-hover:hover {
  opacity: 0.8; /* Slight fade on hover */
  transform: scale(1.05); /* Slight zoom effect */
}
/* Custom Send Message Button */
.custom-send-btn {
			  display: inline-flex;
			  align-items: center;
			  justify-content: center;
			  padding: 12px 24px;
			  background: linear-gradient(45deg, #090929, #538b9a);
			  color: #fff;
			  border: none;
			  border-radius: 30px;
			  font-size: 18px;
			  font-weight: 600;
			  text-transform: uppercase;
			  cursor: pointer;
			  transition: all 0.3s ease;
			  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
		  }
	  
		  .custom-send-btn:hover {
			background: linear-gradient(45deg, #090929, #538b9a);
			  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
			  transform: translateY(-2px);
		  }
	  
		  .custom-send-btn:active {
			  transform: translateY(0);
			  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
		  }
	  
		  .custom-send-btn .btn-icon {
			  display: flex;
			  align-items: center;
			  justify-content: center;
			  width: 24px;
			  height: 24px;
			  background-color: #fff;
			  color: #007bff;
			  border-radius: 50%;
			  margin-left: 10px;
			  transition: all 0.3s ease;
		  }
	  
		  .custom-send-btn:hover .btn-icon {
			  background-color: #e0e0e0;
			  color: #003d80;
			  transform: scale(1.1);
		  }


		  /**----------------------------**/

		  .custom-resize-btn {
			display: inline-flex;
			align-items: center;
			justify-content: center;
			padding: 12px 24px;
			background: linear-gradient(45deg, #01b43c, #007828);
			color: #fff;
			border: none;
			border-radius: 30px;
			font-size: 18px;
			font-weight: 600;
			text-transform: uppercase;
			cursor: pointer;
			transition: all 0.3s ease;
			box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
		}
	
		.custom-resize-btn:hover {
			background: linear-gradient(45deg, #01b43c, #007828);
			box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
			transform: translateY(-2px);
		}
	
		.custom-resize-btn:active {
			transform: translateY(0);
			box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
		}
	
		.custom-resize-btn .btn-icon {
			display: flex;
			align-items: center;
			justify-content: center;
			width: 24px;
			height: 24px;
			background-color: #fff;
			color: #01b43c;
			border-radius: 50%;
			margin-left: 10px;
			transition: all 0.3s ease;
		}
	
		.custom-resize-btn:hover .btn-icon {
			background-color: #e0e0e0;
			color: #01b43c;
			transform: scale(1.1);
		}

/* styles.css */

body {
	font-family: Arial, sans-serif;
	background-color: #f2f2f2;
  }
  
  header {
	background-color: #333;
	color: #fff;
	padding: 20px;
  }
  
  h1 {
	margin: 0;
  }
  
  nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
  }
  
  nav li {
	display: inline-block;
	margin-right: 10px;
  }
  
  nav a {
	color: #333;
	text-decoration: none;
  }
  
  section {
	margin-bottom: 20px;
  }
  
  /* footer {
	background-color: #333;
	color: #fff;
	padding: 10px;
	text-align: center;
  } */
  footer {
	position: fixed;
	text-align: center;
	height: 30px;
	bottom: 0;
	width: 100%;
  }
  .rightAlign {
	text-align: right;
  } 
  
  .white-color {
	color: rgb(250, 250, 250)
  }
  .bg-black {
	background-color: black;
  }
  .color-yellow {
	color: yellow
  }
  .color-white {
	color: white;
	font-style: oblique;
  }
  .color-green {
	color:green;
  }
  .body-bg {
	background-color: #f1f5f5;
  }
  .nav-bg {
	background-color: #090929;
  }
  .txt-left {
	text-align: left;
  }
  .txt-right {
	text-align: right;
  }
  h4 {
	margin-top: 40px;
	font-weight: bold;
  }
  i {
	font-weight: bold;
  }
  pre {
	  background-color: black;
	  color: white;
	  padding-bottom: 20px;
	  padding-top: 20px;
	  padding-left: 20px;
  }
  .cardBgColor {
	background-color: #a9bad1;
  }
  
  .blog-post-image {
	max-width: 100%;    /* Makes the image take up the full width of its container */
	height: auto;       /* Maintains the aspect ratio */
  }
  
  /* Optional: Media query to make images even smaller on very small screens like mobile */
  @media (max-width: 576px) {
	.blog-post-image {
		max-width: 100%;  /* Full width on small screens */
		height: auto;     /* Maintain aspect ratio */
	}
  }
  .custom-home-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 12px;
	background: linear-gradient(45deg, #090929, #538b9a);
	color: #fff;
	border: none;
	border-radius: 30px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	margin-left: 14px;
	margin-bottom: 14px;
  }
  
  .custom-home-btn:hover {
	background: linear-gradient(45deg, #090929, #538b9a);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	transform: translateY(-2px);
  }
  
  .custom-home-btn:active {
	transform: translateY(0);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  }
  
  .custom-home-btn .btn-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	background-color: #fff;
	color: #090929;
	border-radius: 50%;
	margin-left: 10px;
	transition: all 0.3s ease;
  }
  
  .custom-home-btn:hover .btn-icon {
	background-color: #e0e0e0;
	color: #090929;
	transform: scale(1.1);
  }
  
  .main-bg-clr {
	background-color:#090929 !important;
  }
  
  .dropdown-item {
	color: white !important;
  }
  /* Remove background color change on hover */
  .dropdown-item:hover {
	  background-color: transparent  !important;
	  color: rgb(255, 255, 255)  !important; /* Optional: Change text color when hovered */
	  font-weight: 600  !important; /* Optional: Add underline on hover */
  }
  
  /* Optional: Add additional focus effect for accessibility */
  .dropdown-item:focus {
	  outline: none  !important;
	  color: rgb(255, 255, 255)  !important;
	  font-weight: 600  !important;
  }
  .dropdown-item:active {
	outline: none  !important;
	color: rgb(255, 255, 255)  !important;
	font-weight: 600  !important;
}

.nav-link {
    color: white !important;
    transition: color 0.3s;
	font-size: 13px;
  }

  .nav-link:hover {
    color: #7dc2d3 !important;
  }

  .nav-link.active {
    color: #7dc2d3 !important;
    font-weight: bold;
}
.jnf-span {
	color: #3f340a; font-size: 14px; font-weight: 600;
}