/* your styles go here */

/* For changing the color of all the buttons of templates */

/* For the navigation Header Logo */
/* nav.navbar {
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
} */

.btn-primary {
	background-color: #d35400;
	color: #fff;
	border: none;
}

.btn-primary,
.btn-template {
	background-color: #d35400;
	color: #fff;
	border: none;
}

/* For changing the color of all the buttons on hover of templates */
.btn-primary:hover {
	background-color: #d35400;
	color: #fff;
	border: none;
}

.btn-primary,
.btn-template:hover {
	background-color: #d35400;
	color: #fff;
	border: none;
}

/* For changing the color of all the link of templates */
a {
	color: #d35400;
	text-decoration: none;
}

/* For changing the color of all the link on hover of templates */
a:hover {
	color: #d35400;
	text-decoration: none;
}

/* For changing the color of all the Newsleter of templates */
a .fa-paper-plane {
	color: #d35400;
	text-decoration: none;
}

/* For changing the color of all the Newsleter on hover of templates */
a .fa-paper-plane:hover {
	color: #d35400;
	text-decoration: none;
}

/* For the menu navigation */
nav.navbar .right-col .search,
nav.navbar .right-col a.dropdown-toggle,
nav.navbar .right-col .user-link .active {
	color: #d35400;
}

/*for testimonial section */
.btn-text {
	color: #d35400;
	text-decoration: none;
}

.custom-control-input:checked ~ .custom-control-label::before {
	color: #fff;
	border-color: #d35400;
	background-color: #d35400;
}

h1 {
	color: #d35400;
}

h5 {
	color: #d35400;
}

.breadcrumb-item.active {
	color: #d35400;
}

section.categories .item{
    background-size:none;
}

.swal2-styled.swal2-confirm {
    background-color: #d35400;
}

/* Website Contact page Social Icons */
.contact .list-inline-item {
	width: 50px;
	text-align: center;
	background: #d34500;
	border-radius: 5px;
}

.contact .fa-twitter:before {
	content: "\f099";
	color: #fff;
}

.contact .fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
	color: #fff;
}

.contact .fa-instagram:before {
    content: "\f16d";
	color: #fff;
}

.contact .fa-linkedin:before {
    content: "\f0e1";
	color: #fff;
}
