/* Header Start */
.header .navbar {
    background-color: #ffd001;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
        rgba(60, 64, 67, 0.15) 0px 1px 3px 1px !important;
}
.header .nav-link {
    padding-top: 18px;
     padding-bottom: 18px;
}
.header .nav-item:hover .nav-link,
.header .nav-link.active {
  border-bottom: 4px solid #b31c27 !important;
  color: #b31c27 !important;
}
/* Header End */
/* Footer Start */
.footer h4,
.footer hr,
.footer a,
.footer p {
    color: #b9d3f6 !important;
}
.footer .col:hover h4,
.col:hover hr {
    transition: all 0.5s ease-in-out;
    color: red !important;
}
.footer a:hover {
    color: yellow !important;
}
.footer .company_description,
.footer .copyright,
.footer .developed-by,
.footer .policy {
    font-size: 12px;
    text-align: justify;
}
.footer a span {
    font-size: small !important;
}
.footer a:hover span {
    transition: all 0.5s ease-in-out;
    margin-left: 7px !important;
}
.footer-social-icon .bi-facebook {
    color: #087aea !important;
}
.footer-social-icon .bi-linkedin {
    color: #0f8ac2 !important;
}
.footer-social-icon .bi-pinterest {
    color: #c8232c;
}
.footer-social-icon .bi-twitter {
    color: #1da1f2;
}
.footer-social-icon .bi-instagram {
    color: #ff0d4e;
}
.footer-social-icon .bi-youtube {
    color: #ff0000;
}
.footer-social-icon .bi-whatsapp {
    color: #2cd43c;
}
.footer-social-icon .bi-messenger {
    color: #087aea;
}
.footer-social-icon .bi-skype {
    color: #00aff0;
}
/* Footer End */
/* Profile Start */
.profile {
    text-align: justify !important;
}
.profile .offcanvas {
    background-color: #f5f6f7;
}
.profile .profile-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.profile .nav-link {
    background-color: #f5f6f7;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
    margin-bottom: 10px;
    color: black !important;
}
.profile .nav-link.active,
.profile .nav-link:focus,
.profile .nav-link:hover {
    background-color: #ffd001 !important;
    color: white !important;
}
.profile .btn:focus {
    box-shadow: none;
}
.profile .btn:hover {
    background-color: black;
    color: white !important;
}
.profile .details-table tr td:first-child {
    width: 15% !important;
}
.profile .details-table tr td:last-child {
    width: 85% !important;
}
.profile .details-table tr td:nth-child(even) {
    width: 5px;
}
.profile .link {
    color: blue !important;
}
/* Profile End */
/* Home Start */
main {
    padding-top: 32px;
}
/* @import url("https://fonts.googleapis.com/css2?family=Metal&family=Quintessential&display=swap"); */

:root {
    /* Font */
    --forground-color: #01ff38;
    --forground-color-2: #2400f1;
    /* --font-family: "Metal", cursive; */
    /* --font-family-1: "Quintessential", cursive; */
    /* Background */
    --background-color: #ffd001;
    --background-color-2: #f5f6f7;
}
/* Font */
.font-family {
    /*font-family: var(--font-family);*/
}
.font-family-1 {
    /*font-family: var(--font-family-1);*/
}
/* Background */
.bg-color {
    background-color: var(--background-color);
}
.bg-color-2 {
    background-color: var(--background-color-2);
}
/* Home Start */
.home,
.home #business_category,
.home #business_type
.home #business_name {
    background-color: var(--background-color-2);
}
.home .category-title {
    background-color: var(--background-color) !important;
    /*font-family: var(--font-family);*/
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
}
.home .card {
    background-color: var(--background-color-2);
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
    transition: all 0.5s ease-in-out;
}
.home .card:hover {
    box-shadow: 0px 9px 30px rgba(255, 149, 5, 0.3);
}
.home .card-title {
    font-size: small;
    line-height: 17px;
}
/* Home End */
/* About Us Start */
.about-us {
    background-color: #f5f6f7;
}
/* Who */
.who .card {
    background-color: #f5f6f7;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
    transition: all 0.5s ease-in-out;
}
.who .card:hover {
    box-shadow: 0px 9px 30px rgba(255, 149, 5, 0.3);
}
.who .card-img-top {
    width: 100px;
    height: 100px;
}
.who .card-text {
    text-align: justify;
}
/* Counter */
.count {
  height: 300px;
  background-image: url(../images/search-background.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-origin: border-box;
  background-clip: border-box;
  background-attachment: scroll;
}
@media screen and (max-width: 576px) {
  .count {
    background-size: cover;
  }
}
/* Client Feedback */
.feedback {
    background-color: #eff2f8;
    height: 750px;
    background-image: url(../images/feedback-banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-origin: border-box;
    background-clip: border-box;
    background-attachment: fixed;
}
.feedback .swiper-slide {
    width: 350px;
    height: 475px;
    background-color: #f5f6f7;
}
.feedback .swiper-slide-active {
    background-color: #f5f6f7;
}
.feedback .swiper-slide img {
    width: 140px;
    height: 140px;
}
.feedback .swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}
.feedback .swiper:hover .swiper-button-next::after,
.feedback .swiper:hover .swiper-button-prev::after {
    color: rgb(194, 240, 9);
    display: unset !important;
}
.feedback .card {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.feedback .bi-star-fill {
    color: darkorange;
}
.feedback .bi-star {
    color: red;
}
/* Service */
.service {
    background-color: #f5f6f7;
}
.service .service-banner {
    background-image: url(../images/service-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    transform: scale(1.1);
    transition: all 1s ease-in-out;
}
.service .service-banner:hover {
    transform: scale(1);
}
.service .title {
    color: blue;
    letter-spacing: 5px;
    transition: all 1s ease-in-out;
}
.service .service-banner:hover .title {
    transform: scale(1.2);
}
.service .flip-card-back {
    transform: rotateY(180deg);
}
.service .card {
    height: 430px;
    background-color: #f5f6f7;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
}
.service .card-img-top {
    width: 100% !important;
    height: 200px !important;
}
.service .card-text {
    text-align: justify;
}
.service .flip-card {
    background-color: transparent;
    height: 430px;
    perspective: 1000px;
}
.service .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}
.service .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}
.service .flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.service .service-topic img {
    height: 100px;
    width: 100%;
    background-color: #fdfefd;
    transition: transform 0.5s ease-in-out;
}
.service .service-topic img:hover {
    filter: grayscale(100%);
    transform: scale(0.95);
}
.service .service-topic .btn {
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
}
/* Why Choose Us */
.choose-us .card {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
}
.choose-us .row .col:nth-child(odd) .card:hover {
  border-bottom: 5px solid darkblue !important;
}
.choose-us .row .col:nth-child(even) .card:hover {
  border-bottom: 5px solid darkorange !important;
}
.choose-us .row .col:nth-child(odd) .card {
  background: #f0f3f6;
  border-bottom: 5px solid #f0f3f6 !important;
}
.choose-us .row .col:nth-child(even) .card {
  background: var(--white_smoke);
  border-bottom: 5px solid #f5f6f7 !important;
}
.choose-us .card-title {
  color: darkblue;
  transition: all 1s ease;
}
.choose-us .card-text {
  font-weight: 400;
}
.choose-us i {
  color:darkorange;
  transition: all 1s ease;
}
.choose-us .card:hover i {
  color: darkblue;
}
.choose-us .card:hover .card-title {
  color: darkorange;
}
/* Service Details */
.service-details {
    background-color: #f5f6f7;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
}
.service-details .banner {
    transform: scale(1.1);
    transition: all 1s ease-in-out;
}
.service-details .banner:hover {
    transform: scale(1);
}
.service-details .title {
    color: blue;
    letter-spacing: 5px;
    transition: all 1s ease-in-out;
}
.service-details .banner:hover .title {
    transform: scale(1.2);
}
/* About Us End */
/* Advertise Start */
.ad-banner {
    width: 100%;
    height: 340px;
    background-image: url(../images/advertise-banner-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  @media screen and (max-width: 480px) {
    .ad-banner {
      height: 450px;
    }
  }
.advertise {
    background-color: #f5f6f7;
}
.advertise .card {
    background-color: #f5f6f7;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
    transition: all 0.5s ease-in-out;
}
.advertise .card:hover {
    box-shadow: 0px 9px 30px rgba(255, 149, 5, 0.3);
}
.advertise .list-group-item {
    background-color: #f5f6f7;
    transition: all 0.5s ease-in-out;
}
.advertise .list-group-item:hover {
    background-color: #dfdfdf;
}
.advertise .add-size {
    font-size: small;
}
.advertise th[scope="col"] {
    font-size: small;
}
.advertise td {
    font-size: small;
}
.ad-location {
  background-color: #060047;
  color: white;
  transition: all 0.5s ease;
}
.advertise .card:hover .ad-location {
  background-color: #ff6d28;
}
.advertise-order {
    background-color: #f5f6f7;
}
.advertise-order .form-container {
    background-color: #f5f6f7;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
}
.advertise-order .asterisk::after {
    content: "*";
    color: #b31c27;
    margin-left: 1px;
}
.advertise-order .btn:hover {
    background-color: #4ddc06;
}
/* Advertise End */

/* Contact Start */
.contact {
    background-color: #f5f6f7;
}
.mapouter {
    position: relative;
    text-align: right;
    height: 400px;
    width: 100%;
}
.gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: 400px;
    width: 100%;
}
.contact .card {
    background-color: #f5f6f7;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
    border: 3px solid #f5f6f7 !important;
    transition: all 0.5s ease-in-out;
}
.contact .contact-info .card:hover {
    background-color: #ffd001;
    border: 3px solid #f5f6f7 !important;
    transform: scale(0.97);
}
.contact .card-img-top {
    border-radius: 50%;
}
.contact a:hover {
    color: #000000 !important;
}
.contact a:hover span {
    transition: all 0.5s ease-in-out;
    margin-left: 7px !important;
}
*:focus {
    box-shadow: none !important;
    border-color: #ffd001 !important;
}
.contact .asterisk::after {
    content: "*";
    color: red;
    margin-left: 3px;
}
.contact .btn:hover {
    background-color: #000957;
    color: #dfedfd;
}
.social-icon a {
    color: #000;
    background-color: #f5f6f7;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
    border: 2px solid #f5f6f7;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.social-icon .bi {
    margin-left: 6px;
}
.social-icon .bi:hover {
    color: black;
    transition: all 0.3s ease-in-out;
}
.social-icon .bi-facebook {
    color: #087aea;
}
.social-icon .bi-linkedin {
    color: #0f8ac2;
}
.social-icon .bi-pinterest {
    color: #c8232c;
}
.social-icon .bi-twitter {
    color: #1da1f2;
}
.social-icon .contact .bi-instagram {
    color: #ff0d4e;
}
.social-icon .bi-youtube {
    color: #ff0000;
}
.social-icon .bi-whatsapp {
    color: #2cd43c;
}
.social-icon .bi-messenger {
    color: #087aea;
}
.social-icon .bi-skype {
    color: #00aff0;
}
.social-icon a:hover .bi {
    color: #000000;
}
.social-icon a:has(.bi-facebook):hover {
    border: 2px solid #087aea;
}
.social-icon a:has(.bi-linkedin):hover {
    border: 2px solid #0f8ac2;
}
.social-icon a:has(.bi-pinterest):hover {
    border: 2px solid #c8232c;
}
.social-icon a:has(.bi-instagram):hover {
    border: 2px solid #ff0d4e;
}
.social-icon a:has(.bi-twitter):hover {
    border: 2px solid #1da1f2;
}
.social-icon a:has(.bi-youtube):hover {
    border: 2px solid #ff0000;
}
.social-icon a:has(.bi-whatsapp):hover {
    border: 2px solid #2cd43c;
}
.social-icon a:has(.bi-messenger):hover {
    border: 2px solid #087aea;
}
.social-icon a:has(.bi-skype):hover {
    border: 2px solid #00aff0;
}
/* Contact End */
/* Company Start */
/* Add Company */
.add-company {
    background-color: #f5f6f7;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
}
.add-company #ab {
    background-color: #f5f6f7;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
}
.add-company *:focus {
    box-shadow: none !important;
    border-color: #ffd001 !important;
}
.add-company option:hover {
    background-color: #ffd001 !important;
    height: 35px !important;
}
.add-company input:focus::placeholder {
    transition: all 0.5s ease;
    color: #ffd001 !important;
    transform: translateX(10px);
}
.add-company label {
    color: #5b5a55;
}
.add-company .input-group-text {
    background-color: #ffd001;
    cursor: pointer;
}
.add-company .asterisk:after {
    content: "*";
    color: red;
    padding-left: 2px;
}
.add-company .form-text {
    font-size: 10px;
}
/* Company List */
.company-list-bg {
    background-color: #f5f6f7;
    text-align: justify;
}
.company-list {
    transition: all 0.5s ease;
    background-color: #f5f6f7;
}
.company-list:hover {
    box-shadow: 0px 9px 30px rgba(255, 149, 5, 0.3);
}
.company-list,
.dropdown-menu {
    background-color: #f5f6f7;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
}
.dropdown-menu {
    background-color: #f5f6f7;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}
.company-list .dropdown-toggle:after {
    content: none;
}
.company-list .btn {
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea !important;
}
.company-list .btn-group {
    cursor: pointer;
}
.company-list .btn-group:hover .dropdown-menu {
    display: block;
    margin-top: 32px;
}
.company-list .dropdown-item:hover {
    background-color: #ffd001;
}
.company-list .show-hide {
    box-shadow: none !important;
}
.company-list .address,
.text,
.show-hide,
.time,
.dropdown-item {
    font-size: small;
}
/* Not Available */
.no-item {
    background-color: #f5f6f7;
}
.no-item .working {
    width: 350px;
}
.no-item .logo {
    width: 150px;
}
/* Sub Category Content */
.sub-category-content .accordion-button {
  color: red;
}
.sub-category-content .collapsed {
  color: #0c2636;
}
.sub-category-content .collapsed::after {
  color: #0c2636 !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='darkblue' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
}
.sub-category-content .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='red' class='bi bi-x' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
.sub-category-content .accordion-button {
  border: none;
  box-shadow: none;
  outline: 0 none;
  background-color: #ffd001;
  box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
  color: #0c2636;
  padding-top: 21px;
  padding-bottom: 21px;
}
.sub-category-content .accordion-button:hover {
  background-color: rgb(81, 195, 10);
  background-color: #1cb4de;
  color: #0c2636;
}
.sub-category-content .accordion-button:focus {
  box-shadow: none;
  outline: 0 none;
  background-color: darkblue !important;
  color: #cce4f3;
}
.sub-category-content .accordion-body {
  background-color: #f5f6f7;
  box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
}
.sub-category-content p {
  text-align: justify;
}
/* Details */
.details {
    background-color: #f5f6f7;
}
.details .title {
    text-align: justify;
    color: #b31c27;
}
.details .description {
    text-align: justify;
}
.details .company-card-list {
  background-color: #f5f6f7;
  border-color: #EEEEEE;
}
.details .company-card-list:hover {
  border-color: #ffd001;
}
.details .table-header {
    color: #b31c27 !important;
}
.details tr td:first-child {
    width: 23%;
}
.details tr td:nth-child(even) {
    width: 5px;
}
.details .bi-facebook {
    color: #3B5998;
}
.details .bi-linkedin {
    color: #0f8ac2;
}
.details .bi-pinterest {
    color: #c8232c;
}
.details .bi-twitter {
    color: #1da1f2;
}
.details .bi-instagram {
    color: #ff0d4e;
}
.details .bi-youtube {
    color: #ff0000;
}
.details .bi-whatsapp {
    color: #2cd43c;
}
.details a:hover .bi {
    color: #000000;
}
/* Recommended */
.recommended .header {
    color: #b31c27 !important;
}
.recommended hr {
    border: 2px solid #b31c27 !important;
    opacity: 1 !important;
}
.recommended .card {
    background-color: #f5f6f7;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
    transition: all 0.5s ease-in-out;
}
.recommended .card:hover {
    transform: scale(.97);
}
.recommended .card-title {
    text-align: justify;
}
.recommended .card-text {
    text-align: justify;
    font-size: small;
}
.recommended .continue-reading {
    box-shadow: none !important;
}
/* Sub Category SEO */
.sub-category-seo {
    background-color: #f5f6f7;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
}
@media screen and (max-width: 480px) {
  .sub-category-seo img {
    width: 310px !important;
    height: 200 !important;
    }
}
/* Pagination */
.pagination-style a {
    background-color: #f5f6f7;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
}
.pagination-style a:hover {
    background-color: #ffd001;
}
/* Search */
.search-container h4 {
    color: #b9d3f6;
}
.search-container button:hover {
    background-color: green;
}
.search-background {
    background-image: url("../images/search-background.png");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
}
.search-container .option-name:hover {
    background-color: #ffd001 !important;
}
/* Company End */
.list .offcanvas-body {
    background-color: #f5f6f7;
}
.list .accordion-item {
    background-color: #f5f6f7;
}
.list .accordion-button {
    background-color: #f5f6f7;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
    padding-top: 8px;
    padding-bottom: 8px;
}
.list .accordion-button:focus,
.accordion-button:hover,
.accordion-button:not(.collapsed) {
    background-color: #ffd001;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
    color: #980812;
}
.list .list-group-item {
    background-color: #f7ecde;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
}
.list .list-group-item:hover {
    background-color: #daddfc;
}
.home-search {
    background-color: #ffd001;
}
.service-details .technology {
    /* background-color: #06283D; */
    /* background-color: #16213E; */
    background-color: #8d46f7;
    color: #ffffff;
}
.service-details .technology:hover {
    background-color: #ffd001;
    color: #000000;
}
/* Privacy Policy Start */
.privacy-policy {
    background-color: #f5f6f7;
}
.privacy-policy .card {
    background-color: #f5f6f7;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
}
.privacy-policy .heading {
    height: 230px;
}
.privacy-policy .card-img-top {
    width: 90px;
    height: 90px;
}
.privacy-policy .list-group {
    text-align: justify;
}
.privacy-policy .list-group-item {
    background-color: #f5f6f7;
    border-color: #ffffff;
}
.privacy-policy .list-group-item:hover {
    color: blue;
}
.privacy-policy .list-group-item::before {
    color: orange;
    font-size: medium;
    font-weight: bold;
}
.privacy-policy .list-group-item:hover::before {
    color: red;
}
.privacy-policy .list-group-item h6 {
    color: #302e3f;
}
.privacy-policy .list-group-item:hover h6 {
    color: red;
}
.privacy-policy .list-group-item p,
.privacy-policy .list-group-item li {
    font-size: small;
    color: #6e6e7e;
}
.privacy-policy .content {
    margin-top: -100px;
}
/* Privacy Policy End */
/* Terms & Condition Start */
.terms-conditions {
    background-color: #f5f6f7;
}
.terms-conditions .heading {
    height: 200px;
}
.terms-conditions .content {
    background-color: #f5f6f7;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
}
.terms-conditions img {
    width: 130px;
    height: 130px;
}
.terms-conditions .list-group-item {
    background-color: #f5f6f7;
    color: #646468;
    border: none;
    border-right: 4px solid #f5f6f7;
    font-size: small;
}
.terms-conditions .list-group-item:hover {
    color: blue;
}
.terms-conditions .list-group-item.active {
    background-color: #f5f6f7;
    border: none;
    border-right: 4px solid orange;
    color: orange;
}
.terms-conditions .list-group-item::before {
    background-color: #cac8c6;
    padding-left: 5px;
    margin-right: 4px;
    border-radius: 50%;
}
.terms-conditions .list-group-item:hover::before {
    background-color: blue;
    color: white;
}
.terms-conditions .list-group-item.active::before {
    background-color: orange;
    color: white;
    padding-left: 5px;
    margin-right: 4px;
    border-radius: 50%;
}
.terms-conditions .scrollspy-content p {
    text-align: justify;
    color: #5d5b5a;
}
.terms-conditions .btn:hover {
    background-color: orange;
}
/* Scrollbar Start */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background: orange;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: darkblue;
}
/* Scrollbar End*/
/* Terms & Condition End */
/* Site Map Start */
.sitemap {
    background-color: #f5f6f7;
}
.sitemap .banner {
  background-image: url(../images/sitemap_2.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-origin: border-box;
  background-clip: border-box;
  background-attachment: fixed;
}
.sitemap .card {
  background-color: #f5f6f7;
}
.sitemap .card-header {
  background-color: #060047;
  transition: all 0.5s ease;
}
.sitemap .card:hover .card-header {
  background-color: #ff6d28;
}
.sitemap .card-title {
  color: #c8c8e4;
}
.sitemap .card:hover .card-title {
  color: #f5f6f7;
}
.sitemap .list-group-item {
  background-color: #f5f6f7;
}
.sitemap .list-group-item:hover {
  color: blue;
}
.sitemap .list-group-item:hover i {
  transform: translateX(8px);
  transition: all 0.5s ease-in-out;
}
/* Site Map End */
/* Site Map End */
.service-list .card {
    background-color: #f5f6f7;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #DFE4EA;
    transition: all .5s ease-in-out;
  }
.service-list .card-header {
    background-color: #13005A;
  }
.service-list .card:hover {
    transform: translateY(-10px);
}
.service-list .btn {
    background-color: #FF5700;
    color: #f5f6f7;
}
.service-list .btn:hover {
    background-color: #060047;
}
/* Site Map End */
/* Blog Category Start */
/* Search */
.seo_tools_banner {
  height: 350px;
  background-color: #6a1fcb;
  background-image: url(../images/blog-banner.png);
  background-position: right bottom;
  background-size: auto 350px;
  background-repeat: no-repeat;
  background-origin: border-box;
  background-clip: border-box;
  background-attachment: scroll;
  background-blend-mode: luminosity;
}
.blog-category {
  background-color: #f5f6f7;
}
.blog-category .card, .other_blogs {
  background-color: #f5f6f7;
  box-shadow: -4px -2px 4px 0px hsl(0, 0%, 100%), 4px 2px 6px 0px #dfe4ea;
  transition: all 0.5s ease-in-out;
}
.blog-category .card:hover, .other_blogs:hover {
  background-color: #e8e0f4;
  box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #c4b6ea;
}
/* Blog Category Start */
/* Extra */
.theme-background {
    background-color: #f5f6f7;
}

/* Business Comment Start */
.comment-section {
    background-color: #f5f6f7;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
}

.replyModal {
  background-color: #f5f6f7;
}

.comment-list {
  height: 477px;
}

.rating {
  color: #ddd;
  cursor: pointer;
}

.rating.checked {
  color: gold;
}

.gold-star {
  color: gold;
}

.custom-tooltip {
  --bs-tooltip-bg: var(--bs-info);
}

.comment input[type="text"],
.comment input[type="email"],
.comment textarea.form-control,
.comment .star-rating {
    border: 1px solid #f5f6f7;
    background-color: #f5f6f7;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
}

.comment input[type="text"]:focus,
.comment input[type="email"]:focus,
.comment textarea.form-control:focus {
    box-shadow: none;
    border: 1px solid #ffd001;
}

.comment input:focus::placeholder {
    color: #ffd001 !important;
    transform: translateX(7px);
    transition: all 0.5s ease-in-out;
}

.comment button[type="submit"] {
    background-color: #ffd001;
    color: #f5f6f7;
}

.comment button[type="submit"]:hover {
    background-color: darkblue;
}

.asterisk::after {
    content: "*";
    color: red;
    margin-left: 3px;
}
/* Business Comment End */


/* _________________________Blog Start_________________________ */
 .blog {
     background-color: #f5f6f7;
 }

  .blog-list .row {
    background-color: #f5f6f7;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
    transition: all 0.5s ease-in-out;
  }

  .blog-list .row:hover {
    background-color: #ffffff;
    box-shadow: 0px 9px 30px rgba(255, 149, 5, 0.3);
  }

  .blog-list .row:nth-child(even) .col-sm-12:nth-child(even) {
    order: 1;
  }

  .blog-list .row:nth-child(odd) .col-sm-12:nth-child(odd) {
    order: 2;
  }

  @media screen and (max-width: 576px) {
    .blog-list .row:nth-child(even) .col-sm-12:nth-child(even) {
      order: 1;
    }

    .blog-list .row:nth-child(even) .col-sm-12:nth-child(odd) {
      order: 2;
    }
  }

  .blog .tag .btn {
      background-color: #ffd001;
      box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
      transition: all 0.5s ease-in-out;
  }

  .blog .tag .btn:hover {
      background-color: darkblue;
      color: #f5f6f7;
  }
  /* _________________________Blog End_________________________ */





.newsletter {
    background-color: #6a1fcb;
    background-image: url(../images/t_&_c3.png);
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
    background-origin: border-box;
    background-clip: border-box;
    background-attachment: scroll;
    background-blend-mode: luminosity;
}

.glass {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  transition: all 0.5s ease-in-out;
}

.glass:hover {
  border: 1px solid rgba(112, 85, 249, 1) !important;
  box-shadow: 0 8px 32px 0 rgba(112, 85, 249, 1);
}

.glass input[type="text"],
.glass input[type="email"],
.glass textarea.form-control {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
}

.glass input[type="text"]:focus,
.glass input[type="email"]:focus,
.glass textarea.form-control:focus {
    box-shadow: none;
    border: 1px solid green;
}

.glass input:focus::placeholder {
    color: #0828df !important;
    transform: translateX(-70px);
    transition: all 1s ease-in-out;
}

.glass button[type="submit"] {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
}

.glass button[type="submit"]:hover {
    background-color: #060047;
}

.search {
  background-color: #6a1fcb;;
  background-image: url(../images/bg-pattern.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-origin: border-box;
  background-clip: border-box;
  background-attachment: scroll;
  background-blend-mode: luminosity;
}

/* Common Style Start */
.neumorphism-1 {
  background-color: #f5f6f7;
  box-shadow: -4px -2px 4px 0px hsl(0, 0%, 100%), 4px 2px 6px 0px #dfe4ea;
  transition: all 0.5s ease-in-out;
}

.neumorphism-1:hover {
  background-color: #e8e0f4;
  box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #c4b6ea;
}


.custom-tooltip {
  --bs-tooltip-bg: darkorange;
  --bs-tooltip-color: var(--bs-white);
}


.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    height: 36px !important;
    padding: 0 8px !important;
    box-sizing: border-box;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px !important;
    padding-left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px !important;
    top: 1px;
    right: 8px;
}

.select2-container .select2-selection--single {
    margin: 0;
    padding: 0;
}
/* Common Style End */
