/*@import url('https://fonts.googleapis.com/css?family=Sulphur+Point:300,400,700&display=swap');*/
@import url('https://fonts.googleapis.com/css?family=Catamaran:400,500,600,700,800,900&display=swap');
/*font-family: 'Sulphur Point', sans-serif !important; */


body {
	font-family: 'Catamaran', sans-serif !important; 
	color: #333 !important;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
	letter-spacing: .8px;
	font-weight: 700;
	color: #000;
	margin-bottom: 15px;
}

body h1 {
	margin-bottom: 20px;
}

body h2 {
	text-align: center;
	letter-spacing: 5px;
}

body h4 {
	font-size: 1.3rem;
}

body h5 {
	font-weight: 500;
}

body p{
	font-size: .95em;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: .4px;
	margin-bottom: 10px;
}


body p a{
	color: #333;
	text-decoration: none;
}
body p a:hover{
	color: #e9b51c;
	text-decoration: none;
}

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

.hr1 {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 10%;
	border-top: 3px solid #d01a0d;
}
.hr2{
	margin-top: 2rem;
	margin-bottom: 2rem;
	border: 0;
	border-top: 1px solid #006599;
}
.main-div{
	overflow: hidden;
}


.btn.btn1{
	background: #000;
    color: #fff;
    border: 2px solid #000;
    margin: auto;
    display: inline-block;
    width: auto;
    min-width: 150px;
    padding: 8px 20px;
    font-size: 1em;
    font-weight: 500;
    letter-spacing: 1.2px;
    box-shadow: 0 8px 15px -8px rgba(0, 0, 0, 0.15) !important;
    outline: none !important;
    border-radius: 50px;
    transition: all .4s ease;
    overflow: hidden;
}

.btn.btn1:hover{
	background: transparent;
	color: #000;
	box-shadow: 0 8px 15px -8px rgba(0, 0, 0, 0.1) !important;
}

.btn.btn-white{
	background: #fff;
	color: #000;
	border-color: #fff;
}
.btn.btn-white:hover{
	background: transparent;
	color: #fff !important;
}
.btn.btn-yellow{
	background: #e9b51c;
	color: #fff;
	border-color: #e9b51c;
	border-radius: 2px;
}
.btn.btn-yellow:hover{
	background: #000;
	color: #fff !important;
	border-color: #000;
}

.btn.btn-yellow2{
	background: #e9b51c;
	color: #fff;
	border-color: #e9b51c;
}
.btn.btn-yellow2:hover{
	background: #000;
	color: #fff;
	border-color: #000;
}

.btn-cont {
	width: 100%;
	display: flex;
}
.btn-rank {
	min-width: auto !important;
	background-color: #e9b51c !important;
	border-color: #e9b51c !important; 
    color: #fff !important;
    float: left;		    
}

.btn-rank:hover {
	background-color: #fff !important;
	color: #e9b51c !important;		    
}

.padding{
	padding-top: 4em;
	padding-bottom: 4em;
}
.heading{
	margin-bottom: 3em;
}
.heading h3{
	color: #494a49;
	text-align: center;
	margin-bottom: 10px
}
.heading p{
	text-align: center;
}
.main-div {
	height: 100%;
	min-height: 100vh;
	overflow: hidden;
	background: #fff;
}
.wow {
    visibility: hidden;
}

.jarallax {
    position: relative;
    z-index: 1;
}

.top-space {
    height: 140px;
}

.logo1{
	width: 150px;
}

/*header-top*/
.header-top {
    box-shadow: 0 2px 20px -4px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
}

.header1{
	/*background: #060604;*/
	height: 70px;
	/*padding: 15px 0;*/
}
.header1 {
    background: #fa183e;
}
.header1 .icons a{
	margin-right: 10px;
	color: #fff;
	font-weight: 400;
}
.header1 .icons a:hover{
	color: #e9b51c;
}

.header2 {
	background: #f6f6f6;
	transition: all .4s ease;
}
.header2.sticky{
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: 0 2px 20px -4px rgba(0, 0, 0, 0.2);
    z-index: 99;
}





/*menu*/
nav.navbar .navbar-toggler {
    border: none;
    box-shadow: none;
    outline: none;
}
nav.navbar .navbar-toggler-icon {
    background-image: url(../images/toggle-icon.svg);
}

nav.navbar {
	background-color: transparent !important;
	transition: all 0.5s;
	padding: 0; 
	transition: all 0.5s;
}

nav.navbar .navbar-nav .nav-link{
	font-size: 1em;
    letter-spacing: .6px;
    font-weight: 600;
    color: rgb(255, 240, 240);
    padding: 15px 10px;
    margin: 0 12px;
    position: relative;
}
ul.top-link {
    margin-top: 34px;
}
nav.navbar .navbar-nav .show>.nav-link,
nav.navbar .navbar-nav .active>.nav-link,
nav.navbar .navbar-nav .nav-link:hover{
  	color: #e9b51c;
}

/*nav.navbar .navbar-nav .nav-link:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 3px;
	background: #555;
	transition: all .6s ease;
}
nav.navbar .navbar-nav .show>.nav-link:before,
nav.navbar .navbar-nav .active>.nav-link:before,
nav.navbar .navbar-nav .nav-link:hover:before{
	width: 100%;
}*/

nav.navbar .dropdown-toggle::after {
    position: relative;
    display: inline-block;
    margin: 0px;
    padding: 4px;
    box-shadow: 1.5px -1.5px 0 0 #555 inset;
    transform: rotate(-45deg);
    margin-left: 7px;
    top: 2px;
    border: navajowhite;
}
nav.navbar .navbar-nav .show .nav-link.dropdown-toggle::after,
nav.navbar .navbar-nav .nav-link.dropdown-toggle:hover::after{
	box-shadow: 1.5px -1.5px 0 0 #e9b51c inset;
}
nav.navbar .dropdown-menu {
    padding: 0;
    margin-top: 0;
    min-width: 220px;
    border: 0;
    border-radius: 0;
    box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.15);
 	background: #e9b51c; 
}
nav.navbar .dropdown-menu .dropdown-item{
	font-size: 1em;
	padding: 6px 20px;
	color: #fff;
}
nav.navbar .dropdown-menu .dropdown-item:hover{
	background: transparent;
	color: #fff;
}
.user-name {
	color: #fff !important;
	cursor: text !important;
    margin-right: 0px !important;
}

/**********************/
/* Full screen search */
/**********************/
.search-popup{

}
.search-popup .search-box{
	position: relative;
	width: 100%;
	max-width: 680px;
	margin: auto;
	position: relative;
}
.search-popup .search-box .search-icon{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	font-size: 1.2em;
	cursor: pointer;
}
#search {
  align-items: center;
  background: rgba(255, 255, 255, 1);
  height: 0;
  display: flex;
  justify-content: center;
  opacity: 0;
  position: fixed;
  transition: all 0.5s;
  width: 100vw;
  will-change: transform, opacity;
  overflow: hidden;
  z-index: 99;
}
#search:target {
  height: 100vh !important;
  opacity: 1;
  width: 100vw !important;
  z-index: 99;
}
#search:target .close-btn {
  display: block;
}
#searchbox {
  background: transparent;
  border: solid #333;
  border-width: 0 0 1px 0;
  color: #333;
  flex: 1 0 auto;
  font-size: 1.5rem;
  height: 2rem;
  width: 100%;
  outline: 0;
  padding: 2rem 1rem;
}
.search-popup .close-btn {
  display: none;
  color: #333;
  font-size: 2rem;
  position: absolute;
  top: 0.5rem;
  right: 2rem;
}


/*banner-slider*/
.banner-slider{
	position: relative;
	padding-top: 2em;
	padding-bottom: 3em;
	/*background-color: #000;
	background-image: -webkit-linear-gradient(90deg, #000, #f6f6f6); 
	background-image:         linear-gradient(90deg, #000, #f6f6f6);
*/
}
.banner-slider .swiper-container {
    /*height: 530px;*/
} 
.banner-slider .swiper-slide {
}
.banner-slider .txt-box {
    width: 100%;
    /*position: absolute;*/
    /*max-width: 900px;*/
    /*top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
    padding: 0 15px;
    text-align: center;
}

.banner-slider .swiper-slide .txt-box .text1{
	color: #fff;
}
.banner-slider .swiper-slide .txt-box .text2{
	color: #fff;
}
.banner-slider .swiper-slide .txt-box .image1{
	max-height: 400px;
}

.banner-slider .swiper-pagination {
	width: 100%;
	bottom: 20px;
}
.banner-slider .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    border-radius: 2px;
    margin: 0 3px;
    opacity: 1;
    background: #fff;
}
.banner-slider .swiper-pagination-bullet-active{
	background: #e9b51c;
}
.banner-slider .swiper-button-prev {
    background-image: url('../images/arrow-left.svg');
}
.banner-slider .swiper-button-next {
    background-image: url('../images/arrow-right.svg');
}


.banner-slider .swiper-slide.swiper-slide-active .txt-box .text1{
	visibility: visible;
	animation-fill-mode: both;
    animation-duration: 1.2s;
    animation-delay: 0.2s;
    animation-name: fadeInUp;
}
.banner-slider .swiper-slide.swiper-slide-active .txt-box .text2{
	visibility: visible;
	animation-fill-mode: both;
    animation-duration: 1.2s;
    animation-delay: 0.6s;
    animation-name: fadeInUp;
}
.banner-slider .swiper-slide.swiper-slide-active .txt-box .btn{
	visibility: visible;
	animation-fill-mode: both;
    animation-duration: 1.2s;
    animation-delay: .8s;
    animation-name: bounceIn;
}
.banner-slider .swiper-slide.swiper-slide-active .txt-box .image1{
	visibility: visible;
	animation-fill-mode: both;
    animation-duration: 1.2s;
    animation-delay: .2s;
    animation-name: zoomIn;
}


/*products-section*/
.products-section{

}
.products-section .heading h4{
	color: #494a49;
}
.products-section .filter-btns {
	border-bottom: 1px solid #dadada;
}
.products-section .filter-btns .btn{
	background: transparent;
	color: #333;
	border-radius: 0;
	box-shadow: none;
	outline: none;
	padding: 4px 15px;
	font-size: 1em;
    font-weight: 500;
}
.products-section .filter-btns .btn.active{
  	background: #e9b51c;
  	color: #fff;

}

.products-section button:focus{
  	outline: 0 none;
}

.products-section .product-grid{
	padding-top: 2em;
}
.products-section .product-grid:after{
	display: inline-block;
	width: 100%;
}

.products-section .product-grid .mix,
.products-section .product-grid .gap{
  	display: inline-block;
}
.products-section .product-grid .mix {
  	display: none;
  	margin-bottom: 2em;
}



.products-section .product-grid .mix:after{
  	display: inline-block;
}

.products-section .product-grid .mix:before{
  	display: inline-block;
}


.products-section .product-box {
	position: relative;
    background: #fff;
	box-shadow: 0 4px 30px 0px rgba(0, 0, 0, 0.08);
	padding: 10px;
	height: 100%;
    transition: all .5s ease;
}
.products-section .product-box:hover {
	box-shadow: 0 6px 45px 0px rgba(0, 0, 0, 0.20);
	transform: translateY(-4px);
}
.products-section .product-box .p-img{
	max-height: 170px;
}
.products-section .product-box .txt {
	padding: 5px;
	padding-top: 15px;
}
.products-section .product-box .p-title{
	font-size: 1em;
	text-align: center;
	margin-bottom: 10px;
	transition: all .5s ease;
}
.products-section .product-box .p-title:hover{
	color: #e9b51c;
}
.products-section .product-box .p-price{
	font-size: 1em;
	text-align: center;
	margin-bottom: 0;
}
.products-section .product-box .p-price strike{
	color: #777;
}
.products-section .product-box .offer-tag {
    position: absolute;
    top: 8px;
    left: 0;
    background: #e9b51c;
    color: #fff;
    padding: 2px 4px;
    padding-right: 12px;
    min-width: 45px;
    text-align: center;
    font-size: .85em;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    z-index: 2;
}

/*modal-product*/
.modal-product{

}
.modal-product .modal-header {
    border: 0;
}
.modal-product .modal-body {
    padding-bottom: 2em;
}
.modal-product .mp-box .img-box img {
	max-height: 260px;
}

.modal-product .p-price{
	color: #e9b51c;
}
.modal-product .qty-input {
  	border: 1px solid black;
    height: 40px;
    position: relative;
    width: 102px;
}
.modal-product .qty-input i {
  	cursor: pointer;
    font-family: serif;
    height: 38px;
    float: left;
    line-height: 40px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 150ms ease-out;
    width: 30px;
}
.modal-product .qty-input i:active {
	background-color: #F1F1F1;
	transition: none;
}
.modal-product .qty-input input {
  	border: 0px solid;
    float: left;
    font-size: 20px;
    height: 38px;
    text-align: center;
    outline: none;
    width: 40px;
}


/*blog-section*/
.blog-section{

}
.blog-section .box .img{

}
.blog-section .box .txt{
	padding: 0 20px;
}
.blog-section .box .img img{
    width: 120px;
    min-width: 100px;
}
.blog-section .box .txt p{
}
.blog-section .box .txt h5{
	margin-bottom: 4px;
}
.blog-section .box .txt .date{
	color: #777;
	margin-bottom: 4px;
}


/*editorial-section*/
.editorial-section{
	background: #fff;
}
.editorial-section .box .box-inner{
	padding: 0 2em;
}
.editorial-section .box .img{
	margin-bottom: 15px;
}
.editorial-section .box .txt{
}
.editorial-section .box .img img{
    max-height: 160px;
}
.editorial-section .box .txt p{
}
.editorial-section .box .txt h5{
	margin-bottom: 4px;
}
.editorial-section .box .txt .date{
	color: #777;
	margin-bottom: 4px;
}
.editorial-section .editor-img .ei{
    background: #e9b51c;
    padding: 2em;
    box-shadow: 0 4px 30px 0px rgba(0, 0, 0, 0.18)
}

/*shop-section*/
.shop-section{
	background: #e9b51c;
}
.shop-section .box img{
	width: 400px;
	margin-top: -120px;
}
.shop-section .box h1{
	color: #fff;
}
.shop-section .box a{
	display: inline-block;
	color: #fff;
    border-bottom: 2px solid #fff;
    margin-top: 3em;
    transition: all .5s ease;
}
.shop-section .box a:hover{
    border-color: transparent;
}

/*bottom-contact*/
.bottom-contact .overlay{
	background: rgba(0, 0, 0, 0.75);
}
.bottom-contact .form .form-group{
	margin-bottom: 0;
}
.bottom-contact .form input{
	width: 280px;
	height: 38px;
	border-radius: 20px;
	padding: 4px 25px;
}
.bottom-contact .form .btn1{
	padding: 5px 20px;
}

/*breadcrumb-section*/

.breadcrumb-section{
}
.breadcrumb-section .breadcrumb{
	background: none;
	margin-bottom: 0;
}
.breadcrumb-section li {
	font-weight: 500;
	color: #777;
}
.breadcrumb-section li a{
	color: #000;
}
.breadcrumb-section .breadcrumb-item.active {
    color: #777;
}


/*cart-section Page*/
.cart-section{
	padding: 40px 0;
}
.cart-box {
    display: flex;
    align-items: center;
    box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.06);
    padding: 15px 15px;
    margin-bottom: 20px;
    background: #fff;
}
.cart-box p{
	text-align: left;
}
.cart-box .img{
	width: 70px;
	margin-right: 15px;
}
.cart-box .img img{
	max-height: 85px;
}

.cart-box .txt {
	flex: 1;
}
.cart-box .txt-in{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.cart-box .txt-in h5{
	margin-bottom: 0;
}
.cart-box .txt-in p{
	margin-bottom: 0;
	text-align: center;
}
.cart-box .txt-in .t-left{
	width: 35%;
}
.cart-box .txt-in .t-right{
	width: 65%;
}
.cart-box .txt-in .t-right .t-right-in{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.cart-box .txt-in .t-right .t-right-in .price{
	flex: 2;
	text-align: center;
}
.cart-box .txt-in .t-right .t-right-in .close{
	flex: 1;
	text-align: right;
}
.cart-box .txt-in .t-right .t-right-in .offer{
	flex: 2;
	text-align: center;
}
.cart-box .txt-in .t-right .t-right-in .offer a{
	color: #e9b51c;
	text-decoration: underline;
}
.cart-box .txt-in .t-right .t-right-in .offer a:hover{
	color: #333;
	text-decoration: none;
}
.cart-box .txt-in .t-right .t-right-in .close a{
	color: #333;
	font-size: .9em;
}
.cart-box .txt-in .t-right .t-right-in .close a:hover{
	color: #000;
}
.cart-box .txt-in .t-right .quantity-box{
	width: 120px;
}
.cart-box .txt-in .t-right .quantity{
	width: 100px;
    margin: auto;
}
.quantity button {
    border: 0;
    min-width: 28px;
    /* color: #e9b51c; */
    background: transparent;
    font-size: 1.4em;
    box-shadow: none !important;
    outline: none !important;
}
.quantity input {
    text-align: center;
    width: 40px;
    padding: 6px;
    background: transparent;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    color: #333;
    font-size: 1.2em;
}
#reload-cart-value {
	position: relative;
}
.cart-badge {
 	position: absolute;
    right: -10px;
    top: -6px;
    border-radius: 20px;
 }

/*item-checkout*/
.item-checkout{
	margin-top: 4em;
}
/*checkout*/
.cart-section .checkout{
}
.cart-section .checkout .p-list span{
	float: right;
}
.cart-section .checkout p{
	text-align: left;
}
.cart-section .checkout .btn-all{
	max-width: 100%;
}
.cart-section .checkout h5{
	text-align: center;
	font-weight: 600;
}
.cart-section .checkout h5 a:hover{
	color: #22bed1;
}

.cart-section .coupon{
	margin-bottom: 2em;
}
.cart-section .coupon input{
    height: 44px;
    box-shadow: none !important;
    outline: none;
    background: transparent;
}
.cart-section .coupon input:focus{
	border-color: #ced4da;
}

.cart-section .payment-method{

}
.cart-section .payment-method .images img{
	max-height: 30px;
}



/*login*/
.login-section{
}
.logo-l{
  width: 200px;
}
.login{
  width: 100%;
  max-width: 580px;
  margin: auto;
  background: #fff;
  padding: 4em;
  border-radius: 20px;
  box-shadow: 0 8px 35px -4px rgba(0, 0, 0, 0.2);
  margin-top: 60px;
}
.login .join-btn .btn{
	margin-left: 6px;
	margin-right: 6px;
}
.login .join-btn .btn img{
	width: 20px;
	margin-right: 10px;
}
.login .join-btn .btn.fb{
	background: #4267b2;
	border-color: #4267b2;
}
.login .join-btn .btn.gm{
	background: transparent;
	border-color: #f14336;
	color: #333;
}


/*form1*/
.form1{
  
}
.form1 label{
  padding-left: 4px;
}
.form1 .form-control{
  height: 50px;
  border-bottom: 1px solid #ced4da;
  outline: none !important;
  box-shadow: none !important;
}
.form1 .form-control:focus{
  border-color: #e9b51c;
}
.form1 .form-control::placeholder{
  color: #ababab;
}
.form1 textarea.form-control{
	height: 160px;
}

.form1 .font-1 a{
  color: #666;
}
.form1 .font-1 a:hover{
  color: #e9b51c;
}

.form1 .custom-checkbox .custom-control-label::before {
    border-radius: 0;
    box-shadow: none !important;
}
.form1 .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #e9b51c;
}

/*product-detail-section*/
.product-detail-section .swiper-product .swiper-container {
	width: 100%;
	height: 300px;
	margin: 10px auto;
}

.product-detail-section .swiper-product .swiper-slide-container {
  	text-align: center;
	font-size: 18px;
	background: #fff;
	height:100%;
	max-width: 600px;
	margin:auto;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.product-detail-section .swiper-product .gallery-top {
	height: 80%;
	width: 100%;
}
.product-detail-section .swiper-product .gallery-thumbs {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}
.product-detail-section .swiper-product .gallery-top .swiper-slide-container {
	padding: 15px;
}
.product-detail-section .swiper-product .gallery-top .swiper-slide img {
	max-height: 400px;
}
.product-detail-section .swiper-product .gallery-thumbs .swiper-slide {
	width: 20%;
	height: 100%;
	/*opacity: 0.4;*/
}
.product-detail-section .swiper-product .gallery-thumbs .swiper-slide img{
	max-height: 70px;
}
.swiper-product .gallery-thumbs .swiper-slide-active {
	opacity: 1;
}

.product-detail-section .product-edition{
	margin-top: 2em;
}
.product-detail-section .product-edition .nav-tabs {
    border-bottom: 1px solid #dadada;
}
.product-detail-section .product-edition .nav-tabs .nav-link {
    background: transparent;
    color: #333;
    border-radius: 0;
    border: 0;
    box-shadow: none !important;
    outline: none !important;
    padding: 6px 15px;
    font-size: 1em;
    font-weight: 500;
}
.product-detail-section .product-edition .nav-tabs .nav-link:hover {
	background: transparent;
}
.product-detail-section .product-edition .nav-tabs .nav-link.active {
	background: #e9b51c;
	color: #fff;
}
.product-detail-section .product-edition .tab-content{
	background: #fff;
	padding: 20px 15px;
}

.product-detail-section .tab-content select {
	background: #dadada;
    max-width: 200px;
    box-shadow: none !important;
    border: 0;
}


/*video-section*/
.video-section{

}


/*sidebar-section*/

.sidebar-section{
	
}
.sidebar-section .sidebar-div{
	margin-top: 4em;
}
.sidebar-section .sidebar{}
.sidebar-section .content{}

.sidebar-section .sidebar .list{
	list-style: none;
	padding-left: 0;
    margin-bottom: 0;
}
.sidebar-section .sidebar .list a{
	display: inline-block;
	color: #777;
	margin-bottom: 8px;
}
.sidebar-section .sidebar .list li:last-child a{
	margin-bottom: 0;
}
.sidebar-section .sidebar .list a.active{
	color: #e9b51c !important;
}
.sidebar-section .sidebar .list a:hover{
	color: #333;
}

.sidebar-section .sidebar .tags {
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
}
.sidebar-section .sidebar .tags li {
    display: inline-block;
}
.sidebar-section .sidebar .tags a {
    color: #777;
    border: 1px solid #dadada;
    padding: 5px 10px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.sidebar-section .sidebar .tags a:hover {
    border: 1px solid #fdca35;
    background: #fdca35;
    color: #fff;
    text-decoration: none;
}

.sidebar-section .sidebar .widget{
	margin-bottom: 10px;
}
.sidebar-section .sidebar .widget .tags2{
	padding-left: 0;
	list-style: none;
	position: relative;
}
.sidebar-section .sidebar .widget li {
    display: inline-block;
}
.sidebar-section .sidebar .widget .color {
	padding: 10px;
	position: absolute;
	left: 0;
	top: 1px;
}
.sidebar-section .sidebar .widget .quiz-li {
    padding-left: 30px;
    color: #555;
}


/*accordion1*/
.accordion1 {

}
.accordion1 .card {
    margin-bottom: 1em;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0.05);
    border-radius: 0;
}
.accordion1 .card .card-header {
    background: transparent;
    border-color: rgba(0, 0, 0, 0.1));
}
.accordion1 .card .card-header a{
    display: block;
    padding: .8em 1em;
    padding-right: 1.6em;
    font-size: 1.06em;
    font-weight: 500;
    letter-spacing: .5px;
    color: #000;
}
.accordion1 .card .card-header a i{
    float: right;
    margin-top: 5px;
    margin-right: -14px;
}
.accordion1 .card .card-header a[aria-expanded="true"] i {
    transform: rotate(90deg);
}


/*.custom-checkbox*/
.accordion1 .card .custom-checkbox {
    margin-bottom: 8px;
}
.accordion1 .card .custom-checkbox .custom-control-label {
    font-size: .92em;
    color: #888;
}
.accordion1 .card .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #7444fd;
}
.accordion1 .card .custom-checkbox .custom-control-label::before {
    border-radius: 0;
    outline: none !important;
    box-shadow: none !important;
}


/*ranking-section*/
.ranking-section{
}
.ranking-section .ranking-search {
	margin-bottom: 2em;
}
.ranking-section .ranking-search .form1{
	width: 100%;
	max-width: 480px;
	margin: auto;
}
.ranking-section .ranking-search .form1 label{
	padding-right: 15px;
	font-weight: 500;
	font-size: 1.1em;
	margin-bottom: 0;
}
.ranking-section .ranking-search .form1 input{
	max-width: 250px;
	height: 44px;
}


.ranking-section .ranking-table .table th,
.ranking-section .ranking-table .table td{
	padding: 10px 8px;
}
.ranking-section .ranking-table .table thead th {
    border: 0;
    white-space: nowrap;
    font-size: .95em;
    font-weight: 500;
    color: #777;
}
.ranking-section .ranking-table tbody tr td{
    vertical-align: middle;
    background: #fff;
    font-size: .92em;
}
.ranking-section .ranking-table tbody tr td.sno{
	text-align: center;
}
.ranking-section .ranking-table tbody tr td.dollar{
	text-align: right;
}

.ranking-section .ranking-table .img-box{
	margin-bottom: 2em;
}

/*upcoming-section*/
.upcoming-section{

}

.upcoming-section .product-edition{
	margin-top: 2em;
}
.upcoming-section .upcoming-tab .nav-tabs {
    border-bottom: 0;
}
.upcoming-section .upcoming-tab .nav-tabs .nav-link {
    background: #fff;
    color: #333;
    border-radius: 20px;
    border: 0;
    box-shadow: none !important;
    outline: none !important;
    padding: 8px 20px;
    font-size: .95em;
    font-weight: 500;
    line-height: 1;
    margin-right: 4px;
}
.upcoming-section .upcoming-tab .nav-tabs .nav-link:hover {
	background: #fff;
}
.upcoming-section .upcoming-tab .nav-tabs .nav-link.active {
	background: #e9b51c;
	color: #fff;
}
.upcoming-section .upcoming-tab .tab-content{
	padding-top: 20px;
}

.upcoming-section .upcoming-tab .exam-box{
	background: #efefef;
	padding: 15px 10px;
	margin-bottom: 2em;

}
.upcoming-section .upcoming-tab .exam-box .img {
	width: 12%;
	padding-right: 10px;
}
.upcoming-section .upcoming-tab .exam-box .txt {
	width: 88%;
}
.upcoming-section .upcoming-tab .exam-box .title-txt {
	width: 46%;
}
.upcoming-section .upcoming-tab .exam-box .title-txt .badge{
	padding: 10px 15px;
	margin-bottom: 6px;
}
.upcoming-section .upcoming-tab .exam-box .date {
	width: 18%;
}

.upcoming-section .upcoming-tab .exam-box .txt h4{
	margin-bottom: 4px;
}
.upcoming-section .upcoming-tab .exam-box .txt p{
	margin-bottom: 4px;
}
.upcoming-section .upcoming-tab .exam-box .img img {
    width: 80px;
}
.upcoming-section .upcoming-tab .exam-box .date p{
	text-align: center;
	font-size: .9em;
}
.upcoming-section .upcoming-tab .exam-box .date p.p-date{
	color: #777;
	margin-bottom: 6px;
}
.upcoming-section .upcoming-tab .exam-box .apply p{
	color: #777;
}
.upcoming-section .upcoming-tab .exam-box .apply .btn:hover{
	background: #000;
	border-color: #000;
	color: #fff;
}

.pagination-div{

}
.pagination-div .page-item .page-link {
    color: #333;
    margin: 0 2px;
    border-radius: 3px;
    border: 2px solid #efefef;
    padding: 6px 13px;
    box-shadow: none !important;
    outline: none;
}
.pagination-div .page-item.active .page-link {
	background: #e9b51c;
	border-color: #e9b51c;
}

/*contact-section*/
.contact-section .form .form-in{
	background: #fff;
    padding: 2em 4em;
    border-radius: 20px;

}
.contact-section .join-btn .btn{
	margin-left: 6px;
	margin-right: 6px;
}
.contact-section .join-btn .btn img{
	width: 20px;
	margin-right: 10px;
}
.contact-section .join-btn .btn.fb{
	background: #4267b2;
	border-color: #4267b2;
}
.contact-section .join-btn .btn.gm{
	background: transparent;
	border-color: #f14336;
	color: #333;
}

/*gallery-section*/
.gallery-section{

}
.gallery-section .title h4{
	display: inline-block;
	border-bottom: 2px solid #e9b51c;
	margin-bottom: 1em;
}
.gallery-section .img-box {
	margin-bottom: 1em;
}
.gallery-section .img-box img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top;
}

.gallery-section .hovereffect {
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    margin-bottom: 10px;
}
.gallery-section .hovereffect .overlay {
    width: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: auto;
    bottom: 0;
    padding: 6px 10px;
    height: auto;
    background: #000000;
    color: #ffffff;
    -webkit-transition: -webkit-transform 0.35s;
    transition: all 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    visibility: hidden;
}

.gallery-section .hovereffect img {
    display: block;
    position: relative;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

.gallery-section .hovereffect:hover img {
-webkit-transform: translate3d(0,-10%,0);
	transform: translate3d(0,-10%,0);
}

.gallery-section .hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
	float: left;
	margin: 0px;
	display: inline-block;
}

.gallery-section .hovereffect a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
	color: #fff;
	border: 1px solid #fff;
	margin: 50px 0 0 0;
	background-color: transparent;
}
.gallery-section .hovereffect a.info:hover {
    box-shadow: 0 0 5px #fff;
}


.gallery-section .hovereffect p.icon-links {
	margin-bottom: 0;
}
.gallery-section .hovereffect p.icon-links a {
	color: #ffffff;
	font-size: 1em;
}

.gallery-section .hovereffect:hover p.icon-links a:hover,
.gallery-section .hovereffect:hover p.icon-links a:focus {
	color: #e9b51c;
}

.gallery-section .hovereffect h2,
.gallery-section .hovereffect p.icon-links a {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,200%,0);
	transform: translate3d(0,200%,0);
	visibility: visible;
}

.gallery-section .hovereffect p.icon-links a span:before {
	display: inline-block;
	padding: 8px 10px;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.gallery-section .hovereffect:hover .overlay{
	visibility: visible;
}
.gallery-section .hovereffect:hover .overlay,
.gallery-section .hovereffect:hover h2,
.gallery-section .hovereffect:hover p.icon-links a {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.gallery-section .hovereffect:hover h2 {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

.gallery-section .hovereffect:hover p.icon-links a:nth-child(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.gallery-section .hovereffect:hover p.icon-links a:nth-child(2) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.gallery-section .hovereffect:hover p.icon-links a:first-child {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.gallery-section .img-box-in{
    box-shadow: 0 4px 30px 0px rgba(0, 0, 0, 0.08);
    background: #fff;
    text-align: center;
    transition: all .5s ease;
}
.gallery-section .img-box-in:hover{
    box-shadow: 0 6px 45px 0px rgba(0, 0, 0, 0.20);
    transform: translateY(-4px);
}
.gallery-section .img-box-in h6{
	padding: 15px 10px;
    transition: all .5s ease;
}
.gallery-section .img-box-in:hover h6{
	color: #e9b51c;
}
.gallery-section .glry-tab {
    display: flex;
    flex-wrap: wrap;
}

.gallery-section .glry-tab .title {
    padding-right: 20px;
}
.gallery-section .glry-tab .title a h4{
	border-color: transparent;
}
.gallery-section .glry-tab .title a.current h4{
	border-color: #e9b51c;
}

.gallery-section .tab-content{
	display: none;
}
.gallery-section .tab-content.current{
	display: flex;
}


/*product-tag*/

.product-tag {
	margin-top: 1.5em;
}
.product-tag .btn.btn1 {
    border: 2px solid #e2e2e2;
    min-width: auto;
    padding: 8px 15px;
    font-size: .8em;
    letter-spacing: .4px;
    margin-bottom: 6px;
}
.product-tag .btn.btn1:hover {
	border-color: #e9b51c;
	color: #e9b51c;
}


/*advertise-section*/
.advertise-section .exam-box{
	background: #efefef;
	padding: 15px 10px;
	margin-bottom: 2em;

}
.advertise-section .exam-box .img {
	width: 20%;
	padding-right: 10px;
}
.advertise-section .exam-box .txt {
	width: 80%;
}
.advertise-section .exam-box .title-txt {
	width: 60%;
	padding-right: 10px;
}
.advertise-section .exam-box .title-txt .badge{
	padding: 10px 15px;
	margin-bottom: 6px;
}
.advertise-section .exam-box .date {
	width: 40%;
}

.advertise-section .exam-box .txt h4{
	margin-bottom: 4px;
}
.advertise-section .exam-box .txt p{
	margin-bottom: 4px;
}
.advertise-section .exam-box .img img {
    width: 120px;
}
.advertise-section .exam-box .date p{
	/* text-align: center; */
	font-size: .9em;
	margin-bottom: 10px;
}
.upcoming-section .upcoming-tab .exam-box .date p.p-date{
	color: #777;
	margin-bottom: 6px;
}
.advertise-section .exam-box .apply p{
	color: #777;
}
.advertise-section .exam-box .apply .btn:hover{
	background: #000;
	border-color: #000;
	color: #fff;
}

.advertise-section .exam-box .title-txt .btn{
	margin-top: 10px;
	min-width: 130px;
}
.advertise-section .exam-box .title-txt .btn:hover{
	background: #000;
	border-color: #000;
	color: #fff;
}


/*quiz-section*/
.quiz-section{

}
.quiz-section #grad1 {
    background: #efefef;
    padding: 2em 1.5em;
    margin-bottom: 2em;
}
.quiz-section #grad1 .card{
	background: transparent;
	border: 0;
}

.quiz-section #msform {
    position: relative;
}

.quiz-section #msform fieldset {
    border: 0;
    width: 100%;
    margin: 0;
    position: relative;
}

.quiz-section #msform fieldset:not(:first-of-type) {
    display: none
}


.quiz-section #msform .btn.btn1 {
    min-width: 140px;
    margin-right: 4px;
    margin-bottom: 10px;
}

.quiz-section #msform .action-button-previous {
    border-radius: 2px;
}

.quiz-section .card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative
}

.quiz-section .quiz-box {
	margin-bottom: 2em;
}
.quiz-section .quiz-box .form-group{
	width: 100%;
    padding-left: 1.2em;
}
.quiz-section .quiz-box .number{
	width: 22px;
	font-weight: bold;
}
.quiz-section .quiz-box .custom-radio {
	width: 100%;
}
.quiz-section .quiz-box .custom-radio .custom-control-label{
	cursor: pointer;
}
.quiz-section .quiz-box .custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #e9b51c;
    outline: none !important;
    box-shadow: none !important;
}

/*progressbar*/
.quiz-section #progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

.quiz-section #progressbar .active {
    color: #000000
}

.quiz-section #progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    position: relative
}

.quiz-section #progressbar #account:before {
    font-family: FontAwesome;
    content: "\f023"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

.quiz-section #progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f09d"
}

.quiz-section #progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

.quiz-section #progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

.quiz-section #progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

.quiz-section #progressbar li.active:before,
.quiz-section #progressbar li.active:after {
    background: skyblue
}


.error {
	color: #ff0000;
	font-weight: normal;
}
a {
	cursor: pointer !important;
}
.green {
	color: #39a939;
}
.qty-input {
	border: 1px solid black;
    height: 40px;
    position: relative;
    width: 102px
}
.qty-input i {
	cursor: pointer;
	font-family: serif;
	height: 38px;
	float: left;
	line-height: 40px;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: all 150ms ease-out;
	width: 30px;
}
.qty-input input {
    border: 0px solid;
    float: left;
    font-size: 20px;
    height: 38px;
    text-align: center;
    outline: none;
    width: 40px;
}
.margin-left {
	margin-left: 12rem !important;
}

/*terms-section*/
.terms-section .list1 {
    list-style: none;
    padding-left: 20px;
}
.terms-section .list1 li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 30px;
}
.terms-section .list1 li i {
    position: absolute;
    left: 0;
    top: 3px;
    color: #e9b51c;
}
.terms-section .list1 li a{
	color: #e9b51c;
}
.terms-section .list1 li a:hover{
	color: #333;
}


/*timeline-section*/
.timeline-section{}

.timeline-section .timeline {
  position: relative;
  max-width: 1200px;
  margin: 20px auto;
}

.timeline-section .timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: white;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

.timeline-section .timeline-container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

.timeline-section .timeline-container::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  right: -15px;
  background-color: white;
  border: 4px solid #e9b51c;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

.timeline-section .timeline .left {
  left: 0;
}

.timeline-section .timeline .right {
  left: 50%;
}

.timeline-section .timeline .left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

.timeline-section .timeline .right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

.timeline-section .timeline .right::after {
  left: -15px;
}

.timeline-section .timeline .content {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 6px;
  box-shadow: 0px 6px 30px -2px rgba(0, 0, 0, 0.14);
}
.timeline-section .timeline .content h2{
	text-align: left;
}






/*footer*/
.footer-section {
	padding-top: 1em;
}
.logo-f{
	width: 150px;
	margin-bottom: 1.4rem;
}
.footer-section .box1 {
	margin-bottom: 2em;
}
.footer-section .box1 .link a{
	text-decoration: underline;
	transition: all .5s ease;
}
.footer-section .box1 .link a:hover{
	text-decoration: none;
}
.footer-section h4 {
	font-size: 1.2rem;
	color: #e9b51c;
	margin-bottom: 1rem;
	font-weight: 600;
}
.footer-section .footer-links li {
 	margin-bottom: 10px;
}
.footer-section .footer-links li a{
  	color: #333;
	    text-decoration: underline;
}
.footer-section .footer-links li a:hover{
  	color: #e9b51c;
}

.footer-section .social a{
	color: #333;
	margin-right: 10px;
  	transition: all .5s ease;
}
.footer-section .social a:hover{
	color: #e9b51c;
}

.footer-section .f-info p strong{
	color: #000;
}


.footer-section .copy {
  	font-size: .9rem;
}

.footer-section .copy a {
	color: #e9b51c;
}
.footer-section .copy a:hover {
  	color: #333;
}

.footer_copy{
  	/*background: #060604;*/
}

.selector .active  {
	background: #e9b51c;
	border-color: #e9b51c;
}

.selector .SEEN  {
	/*background: #e4e3e0;*/
	border-color: #e91c55;
}

.selector .NOTSEEN  {
	/*background: #e9b51c;
	border-color: #e9b51c;*/
}

.selector .ANSWER  {
	/*background: #e4e3e0;*/
	border-color: #3c1ce9;
}

@media only screen and (max-width: 600px) {
  .banner-slider .txt-box{
  	padding: 0px !important;
  }
  .banner-slider .swiper-slide .txt-box .image1 {
    width: 100% !important;
	}
}

.selector .SEEN, a.btn.ANSWER, a.btn.NOTSEEN, a.btn.REVIEW {
    margin: 1px;
    width: 30px;
    height: 30px;
    padding: 9px;
    line-height: 10px;
    font-size: 15px;
    text-align: center;
    border-radius: 100px;
}

.NOTSEEN{
	    background: #f9f9f9;
    border: solid 1px #dcdcdc !important;;
    
    }

    .SEEN{
    	background: #fd3535;
    border: solid 1px #dcdcdc !important;
    
    }

    .REVIEW{
    	background: #3dd2cb;
    border: solid 1px #dcdcdc !important;
    
    }

    .ANSWER{
 background: #008000;
    border-color: #2be880;
    }
.question-box{
   min-height: 270px;
   max-height: 270px;
   overflow-y: scroll;
  }
.action-btn {
    width: 50%;
    float: left;
}
      #countdown{
    width: 465px;
    height: 150px;
    text-align: center;
    background: #222;
    background-image: -webkit-linear-gradient(top, #222, #333, #333, #222); 
    background-image:    -moz-linear-gradient(top, #222, #333, #333, #222);
    background-image:     -ms-linear-gradient(top, #222, #333, #333, #222);
    background-image:      -o-linear-gradient(top, #222, #333, #333, #222);
    border: 1px solid #111;
    border-radius: 5px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
    margin: 20px auto;
    padding: 24px 0;
    /*position: absolute;*/
  top: 0; bottom: 0; left: 0; right: 0;
}
.selector .SEEN {
    border-color: #e91c55;
    margin: 1px;
}





#countdown #demo > span{
    width: 90px;
    max-width: 92px;
    font: bold 20px 'Droid Sans', Arial, sans-serif;
    text-align: center;
    color: #111;
    background-color: #ddd;
    background-image: -webkit-linear-gradient(top, #bbb, #eee); 
    background-image:    -moz-linear-gradient(top, #bbb, #eee);
    background-image:     -ms-linear-gradient(top, #bbb, #eee);
    background-image:      -o-linear-gradient(top, #bbb, #eee);
    border-top: 1px solid #fff;
    border-radius: 3px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
    margin: 0 7px;
    padding: 10px 0;
    display: inline-block;
    /*position: relative;*/
}


#header{
    width: 460px;
    font: bold 18px 'Droid Sans', Arial, sans-serif;
    color: #ffff00;
    text-shadow: 1px 1px 0px #000;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
}
#countdown .labels{
    width: 100%;
    height: 25px;
    text-align: center;
    /*position: absolute;*/
    bottom: 8px;
}

#countdown .labels li{
    width: 102px;
    font: bold 15px 'Droid Sans', Arial, sans-serif;
    color: #ffff00;
    text-shadow: 1px 1px 0px #000;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
}
.exam-paper-list{

	width: 100%;
	height: 99vh;
	overflow: hidden;
}
.examhead{

	position: fixed;
	width: 100%;
	top:0;
}
.examfoot {
    /*width: 86% !important; Comment on Mar 30 2022*/
    height: auto;
    /*position: fixed !important; Comment on Mar 30 2022*/
    bottom: -10px;
    padding-top: 5px; /*added on april 2022*/
}

.container-fluid {
    width: 90% !important;
}

.top-link li{
    display: inline;
    padding: 0 20px;
}
.bg-red{
    background: #c90101;
}
.btn-buy{
    background: rgb(105,15,15); 
    background: -moz-linear-gradient(top,  rgba(105,15,15,1) 0%, rgba(173,5,5,1) 45%, rgba(196,5,23,1) 53%, rgba(201,1,1,1) 100%); 
    background: -webkit-linear-gradient(top,  rgba(105,15,15,1) 0%,rgba(173,5,5,1) 45%,rgba(196,5,23,1) 53%,rgba(201,1,1,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(105,15,15,1) 0%,rgba(173,5,5,1) 45%,rgba(196,5,23,1) 53%,rgba(201,1,1,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#690f0f', endColorstr='#c90101',GradientType=0 );
    color: #fff;
    padding: 10px 20px;
}
.list1{
    background: #fff;
    padding: 20px 0;
}
.list1:hover{
    background: #fafafa;
}

.newsletter{
    background: url('../images/bg.png') no-repeat center;
}
.w-20{
	width: 20%;
	float: left;
    padding-right: 15px;
    padding-left: 15px;
}
