/* #808080
#3d55a2
 */
.header__logo>a img {
	width: 140px !important;
}

.navigation-menu>ul>li.has-children.home>a:after {
	content: none !important;
}

.navigation-menu.primary--menu>ul>li>a {
	padding: 28px 2px !important;
}

.breadcrumb-area {
	padding: 25px 70px !important;
}

.breadcrumb-item+.breadcrumb-item::before {
	content: "/" !important;
}

.mt-60 {
	margin-top: 60px;
}

.contact-inner input {
	box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
	background-color: #fff !important;
}

.contact-form__two input[type=text]:focus {
	/* background: #f8f8f8!important; */
	/* box-shadow: none!important; */
}

.section-space--ptb_100 {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}


/* btn-animation start */

.button-animation:hover {
	color: white !important;
}

.button-animation {
	background: #3d55a2;
	position: relative;
	padding: 15px 50px;
	color: #fff;
	text-decoration: none;
	text-transform: capitalize;
	letter-spacing: 1px;
	overflow: hidden;
	border-radius: 5px;
	width: 100%;
	display: flex;
	justify-content: center;
	border-radius: 50px;
    height: 43px;
	align-items: center;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
	border: none;
}

.button-animation span:nth-child(1) {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(to right, #808080, #808080);
	animation: animate1 2s linear infinite;
}

@keyframes animate1 {
	0% {
		transform: translateX(-100%);
	}

	100% {
		transform: translateX(100%);
	}
}

.button-animation span:nth-child(2) {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 3px;
	background: linear-gradient(to bottom, #808080, #808080);
	animation: animate2 2s linear infinite;
	animation-delay: 1s;
}

@keyframes animate2 {
	0% {
		transform: translateY(-100%);
	}

	100% {
		transform: translateY(100%);
	}
}

.button-animation span:nth-child(3) {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(to left, #808080, #808080);
	animation: animate3 2s linear infinite;
}

@keyframes animate3 {
	0% {
		transform: translateX(100%);
	}

	100% {
		transform: translateX(-100%);
	}
}

.button-animation span:nth-child(4) {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 3px;
	background: linear-gradient(to top, #808080, #808080);
	animation: animate4 2s linear infinite;
	animation-delay: 1s;
}

@keyframes animate4 {
	0% {
		transform: translateY(100%);
	}

	100% {
		transform: translateY(-100%);
	}
}

/* btn-animation end */
.pull-left {
	float: left;
}

.media-body,
.media-left,
.media-right {
	display: table-cell;
	vertical-align: top;
}

.dl-horizontal-search dt {
	float: left;
	width: 100px;
	overflow: hidden;
	clear: left;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dl-horizontal-search dd {
	margin-left: 120px;
	margin-bottom: 0px !important;
}

.media-left,
.media>.pull-left {
	padding-right: 10px;
}

.box-pad {
	padding: 20px 35px 40px !important;
	border-radius: 15px !important;
}

.accent-text {
	color: #3d55a2 !important;
}

.btn-danger {
	background-color: #f10510 !important;
}

.label-default {
	background-color: #777;
}

.label {
	display: inline;
	padding: 0.2em 0.6em 0.3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25em;
}

select {
	box-shadow: 0 0 40px rgba(51, 51, 51, 0.1) !important;
	background-color: #fff !important;
}

/* Search result start */

.main-clr {
	color: #3d55a2;
}


/* chnages on 30/08/2023 */
.sds-serach-box {
	border-radius: 20px !important;
}

.pagination-wrapper .page-pagination a {
	padding: 10px 15px;
	font-size: 18px;
	color: #3D55A2;
	text-decoration: none;
}

.pagination-wrapper .page-pagination strong {
	padding: 10px 15px;
	font-size: 28px;
	color: #3D55A2;
}

.pagination-wrapper {
	display: inline-block;
	margin: 10px 0;
}

/* changes on 15/09/2023 */


.contact-form-service-wrap {
	padding: 13px 10px 10px !important;
}

.supplier-wrapper {
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	align-items: center;
	height: auto;
}

.supplier {
	padding: 20px;
	background-color: #CAEDFF;
	color: #000;
}

.supplied-by {
	font-size: 24px;
	font-weight: bold;
}

.supplier-name {
	font-size: 20px;
}

