/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');*/

.btn-default {
	background-color:#000;
	color:#c8c4c4;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
	background-color:#fff;
	border:1px solid #c8c4c4;
}

/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
	background-color: transparent;
	width: 100%;
	height: 270px;
	/*border: 1px solid #999;*/
	perspective: 1000px; /* Remove this if you don't want the 3D effect */
}
/* This container is needed to position the front and back side */
.flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.8s;
	transform-style: preserve-3d;
}
/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
	transform: rotateY(180deg);
}
/* Position the front and back side */
.flip-card-front, .flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden; /* Safari */
	backface-visibility: hidden;
}
/* Style the front side (fallback if image is missing) */
.flip-card-front {
	background-color: #fff;
	color: black;
}
/* Style the back side */
.flip-card-back {
	background-color: #b6b6b6;
	color: white;
	transform: rotateY(180deg);
}


.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 10px 0;
	border-radius: 3px;
}
.pagination > li {
	display: inline;
}
.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #373e4a;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	z-index: 2;
	color: #818da2;
	background-color: #eeeeee;
	border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 3;
	color: #fff;
	background-color: #373e4a;
	border-color: #949494;
	cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #999999;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 15px;
	line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 11px;
	line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
	border-bottom-left-radius: 2px;
	border-top-left-radius: 2px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px;
}



.product {
	position: relative;
	width: 100%;
}
.image {
	display: block;
	width: 100%;
	height: auto;
}
.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #b6b6b6;
}
.product:hover .overlay {
	opacity: 1;
}
.product .text {
	color: white;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  font-family: 'Times New Roman', sans-serif;
}

body {
  font-family: 'Times New Roman', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #8C96A7;
  overflow-x: hidden;
  /*user-select:none;*/
}
.item-center {
  display: grid;
  grid-auto-flow: column;
  gap: 4px;
  align-items: center;
  justify-items: center;
}
p {
	color:#232323;
}
::placeholder{
  font-family: 'Times New Roman', sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: block;
  color: #404040;
}


.artist-pic{
	width:80px;
	height:80px;
	border-radius:40px;
	margin-bottom:10px;
}

img {
  max-width: 100%;
}
.bottonSpace{
	padding:30px 0;
}

.navbar-toggler:focus,
*:focus,
a:focus,
input:focus,
textarea:focus,
button:focus,
.btn:focus,
.btn.focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a:hover {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  color: #93921b;
}

a:focus,
a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #393E46;
  font-family: 'Times New Roman', sans-serif;
  margin: 0px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 45px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #8C96A7;
  margin: 0px;
}

.img-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.theme-bg {
  background-color: #333333;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 450px;
  }
}

.read-more {
  font-size: 18px;
  font-weight: 500;
  color: #00ADB5;
  font-family: 'Times New Roman', sans-serif;
}


.read-more i {
  margin-left: 15px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.read-more:hover i {
  margin-left: 30px;
}

.error {
  color: crimson;
}

.success {
  color: #00ADB5;
}

.shape {
  position: absolute;
}

.tns-nav {
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 99;
}

.tns-nav button {
  cursor: pointer;
  text-indent: -999999px;
  border: none;
  border-radius: 50%;
  padding: 0;
  width: 15px;
  height: 15px;
  background: rgba(0, 173, 181, 0.31);
  margin: 0 8px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.tns-nav button.tns-nav-active {
  background: #00adb5;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/*===== All Button Style =====*/
.theme-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 30px;
  font-size: 18px;
  border-radius: 0px;
  border: none;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background-color: #333333 !important;
}

.theme-btn:hover {
  background-color: rgba(0, 173, 181, 0.7);
  color: #fff;
  border-color: transparent;
  -webkit-box-shadow: 0 10px 25px rgba(0, 173, 181, 0.3);
  box-shadow: 0 10px 25px rgba(0, 173, 181, 0.3);
}

.Nav-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 10px 6px 10px;
  font-size: 14px;
  line-height:20px;
  border-radius: 50%;
  border: none;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background-color: #5bd2c0 !important;
}

.Nav-btn:hover {
  background-color: rgba(0, 173, 181, 0.7);
  color: #fff;
  border-color: transparent;
}

.scroll-top {
  width: 45px;
  height: 45px;
  background: #32af95;
  text-align: center;
  line-height: 45px;
  font-size: 20px;
  color: #fff;
  border-radius: 5px;
  position: fixed;
  bottom: 45px;
  right: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.scroll-top:hover {
  color: #fff;
   background: #1c8a73;
}

@keyframes animation1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes animation1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*===== All Section Title Style =====*/
.section-title h1 {
  font-family: 'Times New Roman', sans-serif;
  font-size: 44px;
  font-weight: 500;
  color: #404040;
  padding-bottom:16px;
  background-image:url(../../img/stroke.png);
  background-position:bottom left;
  background-repeat:no-repeat;
}

.section-title h1 span {
  font-family: 'Times New Roman', sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: #404040;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.mt-205 {
  margin-top: 205px;
}

.mt-210 {
  margin-top: 210px;
}

.mt-215 {
  margin-top: 215px;
}

.mt-220 {
  margin-top: 220px;
}

.mt-225 {
  margin-top: 225px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mb-205 {
  margin-bottom: 205px;
}

.mb-210 {
  margin-bottom: 210px;
}

.mb-215 {
  margin-bottom: 215px;
}

.mb-220 {
  margin-bottom: 220px;
}

.mb-225 {
  margin-bottom: 225px;
}
.pl-60{
	padding-left:60px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-205 {
  padding-top: 205px;
}

.pt-210 {
  padding-top: 210px;
}

.pt-215 {
  padding-top: 215px;
}

.pt-220 {
  padding-top: 220px;
}

.pt-225 {
  padding-top: 225px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-205 {
  padding-bottom: 205px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-215 {
  padding-bottom: 215px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pb-225 {
  padding-bottom: 225px;
}

/*===========================
    HEADER css 
===========================*/
.header {
  position: relative;
  padding-top: 80px;
}

@media (max-width: 767px) {
  .header {
    padding-top: 86px;
  }
}

.header .header-wrapper {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}
.header .hometab{
	width:25px;
	height:23px;
	padding:15px;
	float:right;
}

.header-top {
  /*padding: 3px 0;*/
}

.header-top ul li {
  display: inline-block;
}

.header-top ul li a {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
}

.header-top ul li a i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  /*background: rgba(255, 255, 255, 0.15);*/
  color: #475d5a;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.header-top ul li a i:hover {
  color: #000;
}

.header-top .header-top-left ul li:first-child {
  margin-right: 35px;
}

.header-top .header-top-left ul li a i {
  margin-right: 10px;
}

.header-top .header-top-right {
  text-align: right;
}

.header-top .header-top-right ul li {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .header-top {
    display: block;
  }
 .header-top .header-top-left{
	  display:none;
  }
}
@media (max-width: 359px) {
  .header-top {
    display: block;
  }
  .header-top.header-top-left{
	  display:none;
  }
}

/*===== NAVBAR =====*/
.navbar-area {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background: #fff;
  /*border-bottom:solid 5px #a3a224;*/
}

.sticky {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.sticky .navbar {
  padding: 5px 0;
}

.navbar {
  padding: 0;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  /*padding: 6px 0;*/
  margin-left:10px;
}

.navbar-brand {
  padding: 0;
}

.navbar-brand img {
  max-width: 300px;
}

.navbar-toggler {
  padding: 0;
}

.navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #222;
  display: block;
  margin: 5px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 12px;
  }
}

@media (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(57, 62, 70, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(57, 62, 70, 0.1);
    padding: 5px 12px;
  }
}

.navbar-nav .nav-item {
  margin-left: 35px;
  position: relative;
  cursor:pointer;
  transition:0.5;
}

.navbar-nav .nav-item:first-child {
  margin-left:0px;
}
@media only screen and (min-width: 769px) and (max-width: 1439px) {
.navbar-brand img {
  max-width: 85%;
}
}


@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .navbar-nav .nav-item {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item {
    margin: 0;
  }
}

.navbar-nav .nav-item a {
  font-size: 12px;
  font-weight: 600;
  color: #424242;
  font-family: 'Times New Roman', sans-serif;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item a {
    display: block;
    padding: 4px 0;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item a {
    display: block;
    padding: 4px 0;
  }
}

.navbar-nav .nav-item a.active, .navbar-nav .nav-item a:hover {
  color: #000;
}

.navbar-nav .nav-item:hover .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
  width:200px;
  cursor:pointer;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item:hover .sub-menu {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item:hover .sub-menu {
    top: 0;
  }
}

.navbar-nav .nav-item .sub-menu {
  width: 200px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 110%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: block;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: block;
    opacity: 1;
    visibility: visible;
  }
}

.navbar-nav .nav-item .sub-menu li {
  display: block;
}

.navbar-nav .nav-item .sub-menu li a {
  display: block;
  padding: 4px 20px;
  color: #475d5a;
}

.navbar-nav .nav-item .sub-menu li a.active, .navbar-nav .nav-item .sub-menu li a:hover {
  padding-left: 25px;
  color: #000;
}

.navbar-nav .sub-nav-toggler {
display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: #475d5a;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 767px) {
  .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: #475d5a;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px;
  }
}

.navbar-nav .sub-nav-toggler span {
  width: 8px;
  height: 8px;
  border-left: 1px solid #475d5a;
  border-bottom: 1px solid #475d5a;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: -5px;
}
/*==================== For Searching Himansu CSS==============*/
.search-box{
  /*background: #4c4c4c;*/
  position: absolute;
  top: 44px;
  right: 24%;
  width: 300px;
  height: 60px;
  line-height: 30px;
  /*box-shadow: 0 0 10px rgba(0,0,0,0.4);
  border-top:4px solid #4c4c4c;*/
  display: none;
}

.search-box:before{
  content: "";
  position: absolute;
  top: -29px;
  right: 0px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid transparent;
  border-bottom: 14px solid #4c4c4c;
}

.search-box input[type="text"]{
  width: 200px;
  padding: 5px 10px;
  margin-left: 0px;
  border: 1px solid #4c4c4c;
  outline: none;
}

.search-box input[type="submit"]{
  width: 80px;
  padding: 5px 0;
  background: #4c4c4c !important;
  color: #fff;
  margin-left: -6px;
  border: 1px solid #4c4c4c !important;
  outline: none;
  cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
   .search-box{
    width: 270px;
    right: 0%;
	left:1%
  }
  .search-box input[type="text"]{
    width: 140px;
    margin-left: 15px;
  }
  .search-box input[type="button"] {
    margin-right: 12px;
  }
}

/* Media Queries */
@media screen and (max-width: 767px) {
   .search-box{
    width: 270px;
    right: 0%;
	left:1%
  }
  .search-box input[type="text"]{
    width: 140px;
    margin-left: 15px;
  }
  .search-box input[type="button"] {
    margin-right: 12px;
  }
}

/* ============== End Search================*/





/*===========================
    Slider CSS
===========================*/
.slider-section {
  position: relative;
}

.slider-section .single-slider {
  position: relative;
  z-index: 1;
}

.slider-section .single-slider::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  /*background-image: -webkit-gradient(linear, left top, right top, from(#00adb5), color-stop(70.76%, rgba(0, 173, 181, 0.11)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, #00adb5 0%, rgba(0, 173, 181, 0.11) 70.76%, rgba(255, 255, 255, 0) 100%);*/
}

.slider-section .single-slider .slider-content {
  padding: 160px 0 140px;
}
.slider-section .single-slider .slider-content .boxOpcity {
	position:absolute;
	/*background-color:#033e99;
	opacity:0.90;/*/
	background-image:url(../../img/flap_back.png);
	background-repeat:no-repeat;
	background-size:cover;
	padding:25px;
	/*border:1px solid #266caf;*/
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-section .single-slider .slider-content {
    padding: 160px 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-section .single-slider .slider-content {
    padding: 140px 0px;
  }
}

@media (max-width: 767px) {
  .slider-section .single-slider .slider-content {
    padding: 120px 0px;
  }
}

.slider-section .single-slider .slider-content h1 {
  font-size: 56px !important;
  line-height: 56px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-section .single-slider .slider-content h1 {
    font-size: 60px;
    line-height: 72px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-section .single-slider .slider-content h1 {
    font-size: 54px;
    line-height: 66px;
  }
}

@media (max-width: 767px) {
  .slider-section .single-slider .slider-content h1 {
    font-size: 36px;
    line-height: 48px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .slider-section .single-slider .slider-content h1 {
    font-size: 45px;
    line-height: 55px;
  }
}

.slider-section .single-slider .slider-content p {
  color: #fff;
  margin-bottom: 10px;
  font-size:24px
}

.slider-section .single-slider .slider-content .theme-btn {
  background: #5ec7b2 !important;
  color: #000;
  font-size:24px !important;
  opacity:1;
}

.slider-section .single-slider .slider-content .theme-btn:hover {
  -webkit-box-shadow: 0 10px 10px rgba(100, 70, 30, 0.7);
  box-shadow: 0 10px 10px rgba(100, 70, 30, 0.7);
}

.slider-section .tns-nav {
	bottom:20px;
}

.slider-section .tns-nav button {
  background: rgba(255, 255, 255, 0.4);
}

.slider-section .tns-nav button.tns-nav-active {
  background: #fff;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.we-do-section {
  position: relative;
}

.we-do-section .we-do-item {
  text-align: center;
}

.we-do-section .we-do-item .we-do-icon {
  width: 87px;
  height: 87px;
  line-height: 83px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 25px rgba(0, 173, 181, 0.15);
  box-shadow: 0 0 25px rgba(0, 173, 181, 0.15);
}
.we-do-section .specebt{
	display: flex;
    justify-content: space-between;
	color:#333333;
}
.we-do-section .specebt .theme-btn{
	background-color:#a45c22 !important;
	padding:8px 15px !important;
	font-size:14px !important;
	font-weight:500;
	color:#FFF;
}
.we-do-section .specebt .theme-btn:hover {
  background-color:#834819 !important;
  color: #fff;
}

/*===========================
    about css 
===========================*/
.about-section {
  position: relative;
  overflow: hidden;
}

.about-section .about-content p {
  padding: 10px 0px;
  font-size:13px;
  line-height:20px;
  color:#333333;
  padding-top:10px;
}
.about-section .about-content h2 {
  font-size:16px;
  line-height:20px;
  color:#a3a224;
  padding: 15px 0px;
  
}

.about-section .about-content .explore {
  padding: 0 20px 20px 20px;
  font-size:12px;
  color:#475d5a;
  text-align:right;
  padding-top:15px;
}
.about-section .about-content .explore a {
  padding: 0 20px;
  font-size:12px;
  color:#475d5a;
  text-align:right;
}
.about-section .about-content .explore a:hover {
  color:#141414;
}

@media (max-width: 767px) {
  .about-section .about-content p {
    padding: 0;
  }
}

/*===========================
    contact css 
===========================*/
.contact-section {
  position: relative;
  overflow: hidden;
}

.contact-section .contact-content p {
  padding: 10px 0px;
  font-size:13px;
  line-height:20px;
  color:#333333;
  padding-top:10px;
}
.contact-section .contact-content h2 {
  font-size:16px;
  line-height:20px;
  color:#000;
  padding: 5px 0px;
  
}
.contact-section .contact-content h4 {
  font-size:14px;
  line-height:20px;
  color:#333333;
  padding: 5px 0px;
  
}

@media (max-width: 767px) {
  .contact-section .contact-content p {
    padding: 0;
  }
}
.divider:after,
.divider:before {
content: "";
flex: 1;
height: 1px;
background: #eee;
}
.h-custom {
height: calc(100% - 73px);
}
@media (max-width: 450px) {
.h-custom {
height: 100%;
}
}
span.fpw {
  float: right;
  padding-top: 16px;
}

/*===========================
    Populer css 
===========================*/
.populer-section {
  position: relative;
  overflow: hidden;
}

.populer-section .populer-content p {
  padding: 0 0px;
  font-size:15px;
  line-height:20px;
  color:#333333;
  padding-top:10px;
}

.populer-section .populer-content .explore {
  padding: 0 20px 20px 20px;
  font-size:12px;
  color:#939393;
  text-align:right;
  padding-top:15px;
}
.populer-section .populer-content .explore a {
  padding: 0 20px;
  font-size:12px;
  color:#949393;
  text-align:right;
}
.populer-section .populer-content .explore a:hover {
  color:#676767;
}

@media (max-width: 767px) {
  .populer-section .populer-content p {
    padding: 0;
  }
}

/*===========================
    Auction css 
===========================*/
.auction-section {
  position: relative;
  overflow: hidden;
}
.abg {
	background-color:#333333;
}
.auction-section .auction-content p {
  padding: 0 0px;
  font-size:14px;
  line-height:18px !important;
  color:#232323 !important;
  padding-top:20px;
}
.auction-section .auction-content .subhead {
  padding: 0 0px;
  font-size:18px;
  line-height:22px;
  color:#e25701 !important;
}
.auction-section .auction-content .TC {
  padding: 0 0px;
  font-size:14px;
  line-height:14px;
  color:#c4c4c4;
   padding-top:10px;
}
/*===== All Button Style =====*/
.auction-section .auction-content .theme-btn {
	margin-top:10px;
  background-color: #4dc3ab !important;
  color:#fff;
}

.auction-section .auction-content .theme-btn:hover {
  color: #fff !important;
}
.auction-section .auction-content .explore {
  padding: 60px 20px 20px 20px;
  font-size:12px;
  color:#939393;
  text-align:right;
}
.auction-section .auction-content .explore a {
  padding: 0 20px;
  font-size:12px;
  color:#939393;
  text-align:right;
}
.auction-section .auction-content .explore a:hover {
  color:#676767;
}

@media (max-width: 767px) {
  .auction-section .auction-content p {
    padding: 0;
  }
}

/*===========================
    Trend css 
===========================*/
.trend-section {
  position: relative;
  overflow: hidden;
}

.trend-section .trend-content p {
  padding: 0 0px;
  font-size:14px;
  color:#333333;
}

.trend-section .trend-content .explore {
  padding: 0 20px 20px 20px;
  font-size:12px;
  color:#a3a224;
  text-align:right;
  padding-top:15px;
}
.trend-section .trend-content .explore a {
  padding: 0 20px;
  font-size:12px;
  color:#a3a224;
  text-align:right;
}
.trend-section .trend-content .explore a:hover {
  color:#8e8d01;
}

@media (max-width: 767px) {
  .trend-section .trend-content p {
    padding: 0;
  }
}

/*===========================
    arrival css 
===========================*/
.arrival-section {
  position: relative;
  overflow: hidden;
}

.arrival-section .arrival-content h3 {
  padding: 5px 0px;
  font-size:15px;
  color:#333333;
  display:block;
}
.bdr1{
	border-right:2px solid #a3a224;
}


.arrival-section .arrival-content .explore {
  padding: 0 20px 20px 20px;
  font-size:12px;
  color:#939393;
  text-align:right;
  padding-top:15px;
}
.arrival-section .arrival-content .subheading {
  padding: 5px 20px 5px 20px;
  font-size:15px;
  font-weight:600;
  color:#333333;
  text-align:left;
}
.arrival-section .arrival-content p {
  /*padding: 5px 20px 5px 20px;*/
  font-size:13px;
  line-height:normal;
  font-weight:400;
  color:#333333;
  text-align:left;
 
}
.arrival-section .arrival-content p .read-moreA {
  font-size: 11px;
  font-weight: 500;
  color: #333333;
  font-family: 'Times New Roman', sans-serif;
  padding-top:5px;
}
.arrival-section .arrival-content p .read-moreA:hover{
  color: #333333;
}



.arrival-section .arrival-content .explore a {
  padding: 0 20px;
  font-size:12px;
  color:#333333;
  text-align:right;
}
.arrival-section .arrival-content .explore a:hover {
  color:#000;
}

@media (max-width: 767px) {
  .arrival-section .arrival-content p {
    padding: 0;
  }
}


/*===========================
    footer css 
===========================*/
.footer .footer-widget-wrapper {
  /*margin-bottom: 30px;*/
  padding: 25px 0;
  border-top: 1px solid #8C96A7;
  /*border-bottom: 1px solid #8C96A7;*/
}
.bdrfooter{
	padding: 25px 100px 0 0;
  border-top: 1px solid #8C96A7;
}
@media (max-width: 767px) {
  .bdrfooter {
    padding: 0;
  }
}
.footer .subscribe{
 background-color:#85e2cf;
 padding:15px; 
}
.footer .footer-widget-wrapper .footer-widget a.logo {
  margin-bottom: 15px;
}

.footer .footer-widget-wrapper .footer-widget h4 {
  margin-bottom: 10px;
  margin-top: 10px;
  font-size:14px !important;
  color: #252525;
  font-weight:600 !important;
}

.footer .footer-widget-wrapper .footer-widget p {
  color: #333333;
  font-size: 13px !important;
  line-height: 20px;
  margin-bottom: 10px;
}
.footer .footer-widget p {
  color: #333333;
  font-size: 13px !important;
  line-height: 20px;
  margin-top:10px;
  margin-bottom: 10px;
}
.footer .footer-widget-wrapper .footer-widget p a{
	margin-right:0px;
}

.footer .footer-widget-wrapper .footer-widget .footer-links li a {
  color: #333333;
  line-height: 24px;
  -webkit-transition: .3s;
  transition: .3s;
  font-size:13px !important;
}

.footer .footer-widget-wrapper .footer-widget .footer-links li a:hover {
  color: #000;
  padding-left: 0px;
}

.footer .footer-widget-wrapper .footer-widget .footer-social-links ul li {
  display: inline-block;
}

.footer .footer-widget-wrapper .footer-widget .footer-social-links ul li a {
  width: 25px;
  height: 25px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: #8C96A7;
  border-radius: 5px;
  /*margin-right: 20px;*/
}

.footer .footer-widget-wrapper .footer-widget .footer-social-links ul li a:hover {
  background: #00ADB5;
}

.footer .footer-widget-wrapper .footer-widget .footer-social-links ul li:last-child a {
  margin-right: 0;
}

.footer .footer-widget-wrapper .footer-widget .map-canvas .map {
  border-radius: 10px;
  width: 100%;
  height: 207px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer .footer-widget-wrapper .footer-widget .map-canvas .map {
    height: 300px;
  }
}

.footer .copyright-area {
  padding: 6px 25px;
  /*border-top: 1px solid #8C96A7;
  background-color:#4f4f4f;*/
  height:40px;
}
.footer .copyright-area p{
	font-size:12px !important;
	color:#272727 !important;
}
.footer .copyright-area a {
color:#ff7e00;
}

.footer .copyright-area a:hover, a:active {
  color: #ff7e00;
  text-decoration:underline;
}
/*# sourceMappingURL=main.css.map */
/*----------Registration--------*/
input[type="text"]{
	border-radius:0;
}
.form-check-label a{
	color: #0000FF !important;
}
.form-label{
	color:#474747;
	font-size:14px;
}
.form-select{
	color:#474747;
	font-size:14px;
	border-radius:0;
}
.form-check-label{
	color:#474747;
	font-size:14px;
}
.form-check{
	color:#474747;
	font-size:14px;
}
.btn-primary{
	background-color:#a3a224 !important;
	border:0;
	border-radius:0;
	padding:5px 30px;
	font-size:14px;
}
input[submit]{
	background-color:#a3a224 !important;
	border:0;
	border-radius:0;
	padding:4px 10px;
	font-size:14px;
	
}
.btn-primaryimg:hover{
	background-color:#474747 !important;
}
.spacebt{
	display: flex;
  justify-content: space-between;
  color:#474747;
	font-size:14px;
}
.btn-primary:hover{
	background-color:#474747 !important;
}
.form-control{
	border-color:#474747;
	border-radius:.25rem;
}
.file-control{
	border-radius:.25;
	color:#474747;
	font-size:14px;
}
.form-select{
	border-color:#474747;
}

.form-control{
  /*webkit browsers */
  -webkit-appearance:auto !important;
  /*Firefox */
  -moz-appearance: auto !important;
  /* modern browsers */
  appearance: auto !important;

}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active{
    background-color: #7fdfcc !important;
    border: 1px solid #c8c4c4 !important;
} 
/*---------------Custom Slide----------------------*/
.swiper {
      width: 100%;
      height: 400px;
    }
    .swiper-slide {
      text-align: center;
      font-size: 16px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
	  color:#000;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: contain;
	  position:relative;
    }

.overtext {
  position: absolute;
  bottom: 0;
  left: 100%;
  right: 0;
  background-color: #5bd2c0;
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
}
.swiper-slide a{
	text-decoration:none;
}

.swiper-slide:hover .overtext {
  width: 100%;
  left: 0;
}

.text1 {
  color: black;
  font-size: 16px;
  position: absolute;
  top: 35%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.text2 {
  color: black;
  font-size: 16px;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.text3 {
  color: black;
  font-size: 16px;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.text4 {
  color: black;
  font-size: 16px;
  position: absolute;
  top: 65%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
	
	.custom-slider {
    font-family: var(--font1);
    background: var(--bg-slider-section);
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
	}

    .title-section {
      font-family: 'Times New Roman', sans-serif;
	  font-size: 44px;
	  font-weight: 500;
	  color: #404040;
	  padding-bottom:16px;
	  background-image:url(../../img/stroke.png);
	  background-position:bottom left;
	  background-repeat:no-repeat;
    }
	
.title-section span {
  font-family: 'Times New Roman', sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: #404040;
}
	/*------------------Ends-----------*/
	
/***	Subscribe newsletter  **/
.newsletter {
padding: 10px 0;
}

.newsletter .textarea {
max-width: 100%;
margin: 0 auto;
position: relative;
z-index: 2; }
.newsletter .textarea h4 {
color: #e46211;
margin-bottom: 10px; }
.newsletter .textarea .form-control {
height: 40px;
/*border-color: #ffffff;
border-radius:0;*/
}
.newsletter .textarea .substance {
color: #000;
font-size:14px;
}

.newsletter .textarea.form-control:focus {
box-shadow: none;
border: 2px solid #243c4f;
}
.newsletter .textarea .btn {
min-height: 40px; 
border-radius:0;
background: #e46211 !important;
color: #fff;
font-weight:600;
}