/*
  Theme Name: Name - Multipurpose HTML Template
  Author: mdsalim400@gmail.com
  Support: admin@gmail.com
  Description: Creative  HTML5 template.
  Version: 1.0
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. header
3. slider
4. about-area
5. features-box
6. department
7. team
8. video-area
9. counter
10. footer
*/



/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800&display=swap');
 body {
	font-family: 'Cinzel', serif;
	font-weight: normal;
	font-style: normal;
	background-color:#0f0f0f;
     color:#FFF;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #2B96CC;
	text-decoration: none;
}
a,
button {
	color: #1696e7;
	outline: medium none;
}
button:focus,input:focus,input:focus,textarea,textarea:focus{outline: 0}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	color: #fff;
	margin-top: 0px;
	font-style: normal;
	font-weight:500;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	font-weight: 500;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 40px;

}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	color:#fff;
}
p {
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	color: #fff;
	margin-bottom: 15px;
}
label {
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid #f2f2f2
}
/* button style */

.btn {
	-moz-user-select: none;
	background: #1696e7 none repeat scroll 0 0;
	border: medium none;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 0;
	padding: 13px 25px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
}
.breadcrumb > .active {
	color: #888;
}
.owl-carousel .owl-nav div {
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
	height: 40px;
	left: 20px;
	line-height: 40px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 40px;
}
.owl-carousel .owl-nav div.owl-next {
	left: auto;
	right: 20px;
}
.owl-carousel:hover .owl-nav div {
	opacity: 1;
	visibility: visible;
}
.owl-carousel .owl-nav div:hover {
	background: #2B96CC;
	color: #fff
}

/* scrollUp */
#scrollUp {
	background: #7DBA2F;
	height: 35px;
	width: 35px;
	right: 50px;
	bottom: 77px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
	line-height: 34px;
}
#scrollUp:hover {
	background: #444;
}



.main-menu ul li{
	display:inline-block;
	margin:0 20px;
	position:relative;
}
.main-menu ul li a {
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	padding: 30px 0;
	display: block;
	font-size: 14px;
}
.main-menu ul li:hover > a{
	color:#ffc62a;
}
.main-menu ul li ul.submenu{
	position:absolute;
	top:110%;
	left:0;
	min-width:250;
	background:#ffc62a;
	border-top:2px solid #ffc62a;
	transition:.3s;
	text-align:left;
	box-shadow: 0px 10px 30px 0px rgba(0, 3, 143, 0.1);
	padding:15px 0;
	opacity:0;
	visibility:hidden;
}
.main-menu ul li:hover > ul.submenu {
	opacity:1;
	visibility:visible;
	top:100%;
}
.main-menu ul li ul.submenu li {
	display: block;
	margin: 0;
}
.main-menu ul li ul.submenu li a {
	padding: 9px 25px;
	text-transform: capitalize;
	color:#black;
}

.carousel-indicators li {

	width: 20px;
	height: 20px;
}
	
.carousel-indicators .active{
	background-color:#54acd2;
}
.carousel-indicators li{
	background-color:#1a2223;
}
.brand-name p{
	float:none;
	color:#fff;
	padding:0px;
	margin-bottom:5px;
	font-size:20px;
	text-align: center;
	font-weight:500;
	transition-duration: .5s;
}
.brand-img img{
	border-radius:50px;
	margin-bottom:20px;
	margin-top:5px;
}
.brand-img {
	text-align: center;
}
.brand:hover{
	
}
.box{
	margin:10px;
	padding:20px;
	border:3px solid #ffc62a;
	
}
.box:hover{
	background:#ffc62a;
	transition:.5s;
	
}
.box:hover > .brand-name p{
	color:black;
	transition:.5s;
	font-size:22px;
}
	
.slider {
	border-bottom: 5px solid #ffc62a;
}
h4 {
	border-bottom: 3px solid #f1af00;
	cursor: pointer;
	border-radius:3px;
}
 /* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: absolute; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  right: 0;
  background-color: #111; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #ffc62a;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
span {
	color:#fff;
}
a, button {
	color: #ffc62a;
	background:transparent;
	outline: medium none;
}
.footer-text li {
	font-size: 13px;
	font-weight: 500;
	line-height: 2.5;
	cursor:pointer;
	transition-duration: .5s;
}
.footer-text li :hover {
	color:ffc62a;
}
.box2{
	border-left:1px solid #fcb700;
	padding-left:30px;
	padding-bottom:30px;
}
.footer-text li a{
	color:#afafaf;
}
.footer-text li a:hover{
	color:#ffc62a;
}
.carousel-indicators{
	cursor: pointer;
}
.carousel-control-prev-icon {
	 cursor: pointer;
 }
 .footer_section .footer-column:first-child .box2{
	 border:none;
 } 
 
 .copy-right-area{
	 background-color:#fcb700;
 }
 .brand-img img{
	 width:100px;
 }
 h3{
	 color:#fcb700;
 }
 h4 {
	display: inline-block;
	padding: 24px;
}
h6 {
	color: #fcb700;
	cursor:pointer;
}
.footer-heading > h6 :hover {
	color: #fff;
}
.our-image{
	padding-top:20px;
	width:100%;
	transition-duration: .5s;
}
ul > li {
	text-decoration:none;
}
.page-i {
	margin: 6px;
	color: #fcb700;
	font-size: 17px;
}
li:hover > .page-i {
	color: #fff;
	transition: .2s;
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
	color:#fcb700;
}
.navbar-nav {
	font-size: 20px;
	color: #fff;
	font-weight: 600;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: 1.5rem 0;
	/* margin: .125rem 0 0; */
	/* font-size: 1rem; */
	/* color: #fff; */
	/* text-align: left; */
	/* list-style: none; */
	background-color: #fcb700;
	/* background-clip: padding-box; */
	/* border: 1px solid rgba(0,0,0,.15); */
	/* border-radius: .25rem; */
}

li {
	list-style: none;
	transition-duration: .5s;
}
hr {
	border: 1px solid #fcb700;
}
.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 600;
	color: #fff;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}
.navbar-dark .navbar-nav .nav-link {
	color: #fff;
}
.menu-c:hover {
	color: #fcb700 !important;
}
/* page 1 css ends here */
input {
	padding: 10px 10px;
	
}
.input-area ul li {
	margin: 8px 0px;
}
.input-area ul li input{
	border-radius:20px;
	transition-duration: .5s;
}
.input-area ul li input:hover{
	border:1px slid #fcb700;
}
.message-box {
	padding: 44px 139px;
}
.adress-area ul li {
	margin: 19px;
}
h5 {
	font-size: 25px;
	transition-duration: .5s;
}
h5:hover {
	color:#fcb700;
}
.input-area ul li input {
	border-radius: 20px;
	background: #898989;
	color: #fff;
	border: none;
	width: 100%;
}
.adress-area {
	border: 2px solid #ffc62a;
	border-radius: 26px;
	padding: 16px;
	transition-duration:.5s;
}
.adress-area:hover {
	border:2px solid #fff;
}
#carouselExampleControls:hover {
	opacity: 1;
	
}
#carouselExampleControls {
	opacity: 0.6;
	transition-duration: .5s;
}
::placeholder {
	color: #fffdfd;
	font-size: 14px;
	opacity: 1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #000 !important;
}




/*This style for testimonia section title*/
.testimonial_section {
	/*background: #ededed;*/
}
.testimonial_section_title{
    color: #FFF;
    font-weight: 400;
}

.single_testimonial {
	background: #FFF;
	padding: 15px;
	border-radius: 15px 0px 15px 0px;
	width: 100%;
}
.single_testimonial .testimonial_text{}
.single_testimonial .testimonial_text p{color: #414141;font-size: 14px}
.single_testimonial .testimonial_text p::first-letter{color: #a21d58;font-size: 25px}
.single_testimonial .testimonial_viewer{}
.single_testimonial .testimonial_viewer .person_name {
	font-size: 16px;
	color: #a21d58;
	margin: 0px;
	margin-top: 7px;
}
.single_testimonial .testimonial_viewer .person_address{margin: 0;font-size: 14px;color: #000}