/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 6 Oct, 2023, 4:09:09 PM
    Author     : Nimish
*/

/* navigation6 */
#navigation6 .navbar {
	background: #282828;
    padding: 0;
	border-radius: 0;
	border: 0;
	margin-bottom: 0;
	font-weight: 400;
	border-bottom: 1px solid #898989;
	text-transform: uppercase;
	color: #fff;
}

#navigation6 .navbar-brand img {
	height: 80px;
	transform: translateX(-50%);
  	left: 50%;
  	position: absolute;
}

@media (max-width: 1000px) {
   #navigation6 .navbar-brand img {
		height: 44px;
	}
}

#navigation6 .navbar-default .navbar-toggle, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background: none;
	color: #fff;
	border: 0;
	background: #fff;
}

#navigation6 .navbar-default .navbar-nav > .active {
	color: #fff;
    background: none;
 }
#navigation6 .navbar-default .navbar-nav > .active > a {
	color: #fff !important;
	background: none;
} 
#navigation6 .navbar-default .navbar-nav > .active > a:hover, 
#navigation6 .navbar-default .navbar-nav > .active > a:focus {
	color: #e74c3c;
    background: none;
 }

#navigation6 .navbar-default .navbar-nav > li {
	padding: 10px 0;
}

#navigation6 .navbar-default .navbar-nav > li > a {
	color: #fff !important;
	background: none;
} 
#navigation6 .navbar-default .navbar-nav > li > a:hover, 
#navigation6 .navbar-default .navbar-nav > li > a:focus {
	color: #e74c3c !important;
    background: none;
 }
 /* --------------------Navigation6 Ends----------------------------- */
 
 /* blog2 */
#blog2 {
	padding: 40px 0;
}

#blog2 .blog-image img {
	width: 100%;
}

#blog2 .white-bg {
	padding: 20px;
	background: #f5f5f5;
	box-sizing: border-box;
}

#blog2 .blog-meta {
	margin: 10px 0;
	font-size: 11px;
}

#blog2 .blog-title {
	text-transform: uppercase;
	font-size: 24px;
	margin: 20px 0 10px 0;
	text-align: left;
}

#blog2 .blog-content p {
	font-size: 12px;
}

#blog2 .blog-tags {
	margin-top: 30px;
}

#blog2 .title {
	margin-bottom: 40px;
}

#blog2 .title p {
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
}

#blog2 h1 {
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 0;
	font-size: 24px;
}

#blog2 .blog-sidebar input[type="text"] {
	width: 100%;
	padding: 5px 7px;
	border-radius: 2px;
	border: 1px solid #f5f5f5;
}

#blog2 .blog-sidebar .text-widget {
	margin-top: 25px;
}

#blog2 .blog-sidebar .text-widget p {
	font-size: 12px;
}

#blog2 .blog-sidebar h4 {
	margin-top: 0;
	text-transform: uppercase;
}

#blog2 .blog-sidebar-latest {
	margin-top: 25px;
}

#blog2 .blog-sidebar-latest p {
	font-size: 11px;
}

#blog2 .blog-sidebar-latest img {
	width: 100%;
}

#blog2 .blog-sidebar-pages {
	margin-top: 25px;
}

#blog2 .blog-sidebar-pages .fa {
	margin-right: 10px;
}

#blog2 .blog-sidebar-pages a {
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
}

#blog2 .blog-sidebar-pages a:hover {
	color: #282828;
	margin-left: 5px;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
	
}

#blog2 .blog-sidebar-tags {
	margin-top: 25px;
}

#blog2 .blog-sidebar-tags a {
	background: #3498db;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	padding: 7px;
	margin: 0 10px 10px 0;
	display: inline;
	width: auto;
	float: left;
}

#blog2 .blog-pagi {
	text-align: center;
}

#blog2 .blog-pagi .pagination .active {
	border-radius: 0;
	border: 1px solid #f5f5f5;
	color: #fff;
	background: #3498db;
}

#blog2 .blog-pagi .pagination li a {
	border-radius: 0;
	border: 1px solid #f5f5f5;
	color: #282828;
	margin-left: 3px;
	margin-right: 3px;
}

#blog2 .blog-pagi .pagination li a:hover {
	border-radius: 0;
	border: 1px solid #f5f5f5;
	color: #fff;
	background: #282828;
}

/* blog2 Ends -----------------------------------------------------------------------------------------*/
/* content14 */
#content14 .row {
	margin: 0;
	padding: 0;
}

#content14 .image img {
	width: 100%;
}

#content14 .content {
	padding: 80px;
}

#content14 h3 {
	font-size: 28px;
	text-transform: uppercase;
	font-weight: bold;
}

#content14 p {
	font-size: 12px;
}
/* Content 14 Ends -----------------------------------------------------------*/
/* content25 */
#content25 {
	padding: 40px 0;
}

#content25 .box-large {
	height: 500px;
	background-color: #f5f5f5;
	overflow: hidden;
}

#content25 .box-large img {
	width: 100%;
	height: 500px;
}

#content25 .box-large h4 {
	color: #e74c3c;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 40px;
}

#content25 .box-large .content {
	padding: 0 20px;
}

#content25 .arrow-left {
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 
	border-right:10px solid #f5f5f5; 
	position: absolute;
	top: 40px;
	left: 0;
	margin-left: -10px;
}

#content25 .box-small {
	height: 250px;
	overflow: hidden;
	background-color: #f5f5f5;
}

#content25 .box-small img {
	width: 100%;
	height: 250px;
}

#content25 .box-small h4 {
	color: #e74c3c;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 40px;
}

#content25 .box-small h3 {
	font-size: 16px;
	margin-top: 10px;
}

#content25 .box-small p {
	font-size: 12px;
}

#content25 .box-small .content {
	padding: 0 20px;
}

#content25 .dark {
	background: #282828;
	color: #fff !important;
}

#content25 .arrow-right {
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #282828;
	position: absolute;
	top: 40px;
	right: 0;
	margin-right: -10px;
	z-index: 1;
}

@media (max-width: 968px) {
	#content25 {
		padding: 0;
	}
	
	#content25 .box-large, #content25 .box-small {
		height: auto;
	}
	
	#content25 .btn {
		margin-bottom: 20px;
	}
}

/* Content 25 Closed  --------------------------------------------------------*/
/* contact3 */
#contact3 {
	padding: 60px 0;
	background-position: center center;
	background-attachment: scroll;
	background-size: cover;
	position: relative;
}

#contact3:before {
  	content: '';
  	position: absolute;
  	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	background-color: #000;
  	opacity: .9;
}

#contact3 .container {
	position: relative;
}

#contact3 .contact-box {
	background-color: #fff;
	border-radius: 4px;
	padding: 20px;
}

#contact3 h3 {
	text-transform: uppercase;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #282828;
}

#contact3 h3::after {
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	background-color: #3498db;
	margin: 0 auto;
	margin-top: 10px;
}

#contact3 .form-control {
	background-color: #f5f5f5;
	border-radius: 2px;
	margin-bottom: 25px;
	border: 1px solid #ccc;
	color: #282828;
}

#contact3 .textarea {
	min-height: 100px;
}

#contact3 .content h2, #contact3 .content p {
	color: #fff;
}

#contact3 .content .box {
	margin-top: 25px;
}

#contact3 .content .box .fa {
	float: left;
	width: 30px;
	height: 30px;
	margin-top: 11px;
    color: rgba(255, 255, 255, 0.6);
}

#contact3 .content .box p, #contact3 .content .box h6 {
	overflow: hidden;	
	margin: 0;
}

#contact3 .content .box h6 {
	margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.6);
}
/* Contact 3 Closed -----------------------------------------------------------------------------*/
/* footer3 */
#footer3 {
	text-transform: uppercase;
	font-size: 18px;
	padding: 15px 10px;
	background: #282828;
	text-align: center;
	color: #fff;
}

#footer3 p {
	margin: 0;
	font-size: 14px;
}

#footer3 .fa {
	color: #e74c3c;
}
/* Footer 3 Closed ----------------------------------------------*/

 /* blog2 */
#blog22 {
	padding: 40px 0;
}

#blog22 .blog-image img {
	width: 100%;
}

#blog22 .white-bg {
	padding: 20px;
	background: #f5f5f5;
	box-sizing: border-box;
}

#blog22 .blog-meta {
	margin: 10px 0;
	font-size: 11px;
}

#blog22 .blog-title {
	text-transform: uppercase;
	font-size: 24px;
	margin: 20px 0 10px 0;
	text-align: left;
}

#blog22 .blog-content p {
	font-size: 12px;
}

#blog22 .blog-tags {
	margin-top: 30px;
}

#blog22 .title {
	margin-bottom: 40px;
}

#blog22 .title p {
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
}

#blog22 h1 {
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 0;
	font-size: 24px;
}

#blog22 .blog-sidebar input[type="text"] {
	width: 100%;
	padding: 5px 7px;
	border-radius: 2px;
	border: 1px solid #f5f5f5;
}

#blog22 .blog-sidebar .text-widget {
	margin-top: 25px;
}

#blog22 .blog-sidebar .text-widget p {
	font-size: 12px;
}

#blog22 .blog-sidebar h4 {
	margin-top: 0;
	text-transform: uppercase;
}

#blog22 .blog-sidebar-latest {
	margin-top: 25px;
}

#blog22 .blog-sidebar-latest p {
	font-size: 11px;
}

#blog22 .blog-sidebar-latest img {
	width: 100%;
}

#blog22 .blog-sidebar-pages {
	margin-top: 25px;
}

#blog22 .blog-sidebar-pages .fa {
	margin-right: 10px;
}

#blog22 .blog-sidebar-pages a {
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
}

#blog22 .blog-sidebar-pages a:hover {
	color: #282828;
	margin-left: 5px;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
	
}

#blog22 .blog-sidebar-tags {
	margin-top: 25px;
}

#blog22 .blog-sidebar-tags a {
	background: #3498db;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	padding: 7px;
	margin: 0 10px 10px 0;
	display: inline;
	width: auto;
	float: left;
}

#blog22 .blog-pagi {
	text-align: center;
}

#blog22 .blog-pagi .pagination .active {
	border-radius: 0;
	border: 1px solid #f5f5f5;
	color: #fff;
	background: #3498db;
}

#blog22 .blog-pagi .pagination li a {
	border-radius: 0;
	border: 1px solid #f5f5f5;
	color: #282828;
	margin-left: 3px;
	margin-right: 3px;
}

#blog22 .blog-pagi .pagination li a:hover {
	border-radius: 0;
	border: 1px solid #f5f5f5;
	color: #fff;
	background: #282828;
}

/* blog22 Ends -----------------------------------------------------------------------------------------*/