/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
/*---------------------------login Start----------------------------------*/

.login {
    background: #fff;
    padding: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.login h3 {
    margin-bottom: 20px;
}

.register {
    background: #fff;
    padding: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.register h3 {
    margin-bottom: 20px;
}

.edit-1 {
    padding: 8px;
    margin-top: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-right: 5px;
}

.trash {
    padding: 8px;
    margin-top: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
/*-----------------------------------------------*/


/*-----------------------------------Login End---------------------------------*/


/*-----------------------------------Account Start-----------------------------*/
.account{

    background: #e4ebf5;
}
.nav-pills-custom .nav-link {
    color: #aaa;
    background: #fff;
    position: relative;
}
.nav-pills-custom .nav-link.active {
    color: #26247b;
    background: #fff;
}


/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
.nav-pills-custom .nav-link::before {
    content: '';
    display: block;
    border-top: 8px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    opacity: 0;
}
}
.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}

.icon-box {
    padding:15px;
    border: 1px solid #eee;
    border-radius: 3px;
    text-align: center;
    margin-bottom: 30px
}

.cart-icon {
    background: #fff;
    width: 80px;
    height: 80px;
    line-height: 75px;
    border-radius: 50%;
    margin: auto;
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;

}

.text p{
   font-size: 16px;
   margin-top: 20px;
}

.img-circle {
    text-align: center;
}

.img-circle img {
    border-radius: 50%;
    width: 130px;
}
.img-circle h6 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #26247b;
}

.btn-file {
	position: relative;
	overflow: hidden;
}
.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}

.uploadfrm {
    margin-top: 20px;
}

.panel-default {
    background: #ffffff;
    padding: 10px;
}

.jumbotron {
background: #358CCE;
color: #FFF;
border-radius: 0px;
}
.jumbotron-sm { padding-top: 24px;
padding-bottom: 24px; }
.jumbotron small {
color: #FFF;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
input,
input::placeholder {
    font-size: 12px;
}

.option-small{
    font-size: 14px;
    padding: 5px;
}
/*-----------------------------------Account End-------------------------------*/

/*-----------------------------------Tab Start---------------------------------*/

.project-tab {
	padding: 0;
	margin-top: 0;
}
.project-tab #tabs {
	background: #007b5e;
	color: #eee;
}
.project-tab #tabs h6.section-title {
	color: #eee;
}
.project-tab #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #0062cc;
	background-color: transparent;
	border-color: transparent transparent #f3f3f3;
	border-bottom: 1px solid !important;
	font-size: 14px;
	font-weight: 500;
	text-align: justify;
}
.project-tab .nav-link {
	border: 1px solid transparent;
	color: #333;
	font-size: 14px;
	font-weight: 500;
	text-align: justify;
}


.project-tab thead {
	background: #f3f3f3;
	color: #333;
}

.project-tab a {
	text-decoration: none;
	color: #333;
	font-weight: 600;
}

.control {
    margin-top: 20px;
}
.radio-inline {
    font-size: 14px;
    margin-right: 20px;
    color: #333;
}

.new {
  padding: 50px;
}


.bottum{
	margin-top: 20px;
}
/*-----------------------------------Tab End-----------------------------------*/

.card {
    background: #fff;
    text-align: center;
    border: 2px dotted #333;
}

.height {
    font-size: 26px;
    margin-bottom: 20px;
    color: #f00;
}



input[id="et_pb_contact_brand_file_request_0"] {
	display: none;
}
label[for="et_pb_contact_brand_file_request_0"] {
	background: #fff;
    height: 120px;
    background-image: url(../img/icon/pdf-file.png);
    background-repeat: no-repeat;
    background-position: top 18px center;
    position: absolute;
    color: transparent;
    /* margin: auto; */
    width: 230px;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
   border: 1px dotted #333;
    box-sizing: border-box
}
/*label[for="et_pb_contact_brand_file_request_0"]:before {
	content: "Drag and Drop a file here";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
	color: #202020;
	font-weight: 400;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}*/
label[for="et_pb_contact_brand_file_request_0"]:after {
	display: block;
    content: 'Add Pdf';
    background: #26247b;
    width: 85px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    bottom: 10px;
    font-size: 13px;
    color: white;
    font-weight: 500;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
label[for="et_pb_contact_brand_request_0"]:after {
	content: " (Provide link or Upload files if you already have guidelines)";
	font-size: 12px;
	letter-spacing: -0.31px;
	color: #7a7a7a;
	font-weight: normal;
}
label[for="et_pb_contact_design_request_0"]:after {
	content: " (Provide link or Upload design files)";
	font-size: 12px;
	letter-spacing: -0.31px;
	color: #7a7a7a;
	font-weight: normal;
}
label[for="et_pb_contact_brand_file_request_0"].changed, label[for="et_pb_contact_brand_file_request_0"]:hover {
	background-color: #e3f2fd;
}
label[for="et_pb_contact_brand_file_request_0"] {
	cursor: pointer;
	transition: 400ms ease;
}
.file_names {
	display: block;
	position: absolute;
	color: black;
	left: 0;
	bottom: -30px;
	font-size: 13px;
	font-weight: 300;
}
.file_names {
	text-align: center;
}


/*-----------------------------tab Start--------------------------*/
.tabs {
	max-width: 100%;
	margin: 0 auto;
}
#tab-button {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
#tab-button li {
	display: table-cell;
	width: 20%;
}
#tab-button li a {
	display: block;
	padding: .5em;
	background: #eee;
	border: 1px solid #ddd;
	text-align: center;
	color: #000;
	text-decoration: none;
}
#tab-button li:not(:first-child) a {
	border-left: none;
}

#tab-button li a:hover, #tab-button .is-active a {
	border-bottom-color: transparent;
    background: #26247b;
    color: #fff;
}

.tab-contents {
	padding: .5em 2em 1em;
	border: 1px solid #ddd;
}
.tab-button-outer {
	display: none;
}
.tab-contents {
	margin-top: 20px;
}
 @media screen and (min-width: 768px) {
.tab-button-outer {
	position: relative;
	z-index: 2;
	display: block;
}
.tab-select-outer {
	display: none;
}
.tab-contents {
	position: relative;
	top: -1px;
	margin-top: 0;
}
}

.company {
    background: #fff;
    border: 1px solid #eee;
}

.company img {
    margin-top: 20px;
    padding: 0px 35px;
}

.upload {
    margin-top: 20px;
    margin-left: 40px;
}

.control-label {
    font-size: 14px;
    margin-top: 9px;
}

.date {
    width: 100%;
    padding: 8px 8px;
    color: #495057;
    border: 1px solid #ced4da;
    border-radius: 5px;
}

/*-----------------------------tab End----------------------------*/

.Product-new {
    background: #fff;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    padding-bottom: 30px;
}

/*---------------------------------------------------------------------------------*/

figure img {
	width: 300px;
}
#blogCarousel {
	padding-bottom: 100px;
}
.carousel-indicators {
	left: 0;
	top: 90%;
	/*height: 50%;*/
}
/* The colour of the indicators */

/*.carousel-indicators li {
	background: #708198;
	border-radius: 50%;
	width: 20px;
	height: 20px;

}*/

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fc913f;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    transition: opacity .6s ease;
}
/*.carousel-indicators .active {
	background: #0fc9af;
	width: 20px;
    height: 20px;
}*/
.item-carousel-blog-block {
	outline: medium none;
	padding: 15px;
}
.item-box-blog {
	border: 1px solid #dadada;
	text-align: center;
	z-index: 4;
	padding: 10px;
}
.item-box-blog-image {
	position: relative;
}
.item-box-blog-image figure img {
	width: 100%;
	height: auto;
}
.item-box-blog-date {
	position: absolute;
	z-index: 5;
	padding: 4px 20px;
	top: -20px;
	right: 8px;
	background-color: #41cb52;
}
.item-box-blog-date span {
	color: #fff;
	display: block;
	text-align: center;
	line-height: 1.2;
}
.item-box-blog-date span.mon {
	font-size: 18px;
}
.item-box-blog-date span.day {
	font-size: 16px;
}
.item-box-blog-body {
	padding: 10px;
}
.item-heading-blog a h5 {
	margin: 0;
	line-height: 1;
	text-decoration: none;
	transition: color 0.3s;
}
.item-box-blog-heading a {
	text-decoration: none;
}
.item-box-blog-data p {
	font-size: 15px;
    color: #26247b;
    font-weight: 500;
}

/*.item-box-blog-data p i {
	font-size: 15px;
}
.item-box-blog-text {
	max-height: 100px;
	overflow: hidden;
}
.mt-10 {
	float: left;
	margin-top: -10px;
	padding-top: 10px;
}
.btn.bg-blue-ui.white.read {
	cursor: pointer;
	padding: 4px 20px;
	float: left;
	margin-top: 10px;
}
.btn.bg-blue-ui.white.read:hover {
	box-shadow: 0px 5px 15px inset #4d5f77;
}*/