body {
  color: #000;
}
.navbar-brand img {
  width: 200px;
}
.section-lg,.section,.section-p {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
.section-m {
    margin-top: 2rem;
    margin-bottom: 0rem;
  }

  .bg-tertiary {
    background-color: #fca408 !important;
  }
  .text-tertiary{
    color: #fca408;
  }
  .bg-primary {
    background-color: #da0b4e !important;
  }
  .text-primary,a {
    color: #da0b4e !important;
  }
  .bg-secondary {
    background-color: #44044c !important;
  }
  .text-secondary {
    color: #44044c !important;
  }
  .row.row-grid > [class*="col-"] + [class*="col-"] {
    margin-top: 3rem !important;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #000 !important;
    font-weight: 800 !important;
    text-transform: uppercase;
  }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus,.navbar-theme-white .navbar-nav .dropdown-item.active, .navbar-theme-white .navbar-nav .dropdown-item:hover,.footer ul.links-vertical li a:hover {
    color: #da0b4e !important;
  }
  .dropdown-menu .dropdown-item {
    color: #000 !important;
    transition: all 0.2s ease;
    font-weight: 600 !important;
    text-transform: uppercase;
  }
  .main {
    padding-top: 69px;
  }
  .footer-copyright {
    background: #44044c;
  }
  .footer .copyright {
    font-size: 0.875rem;
    color: #fff;
    font-weight: 900;
  }
  .footer p,.footer ul li a,.footer p > a {
    opacity: 1;
  }
  .text-dark, .text-dark:hover,.footer ul li a,.text-dark h5 {
    color: #000 !important;
  }
  .sign-title {
    font-size: 20px;
    color: #44044c;
    text-transform: uppercase;
    margin: 0;
  }
  .bread-contact {
    padding-top: 120px;
  }
  .btn-tertiary.disabled, .btn-tertiary:disabled,.btn-tertiary {
    color: #000;
    background-color: #fca408;
    border-color: #fca408;
  }
  .btn.disabled, .btn:disabled {
    opacity: 1;
    box-shadow: none;
  }
  .shadow-sm {
    box-shadow: 0px 1px 30px -15px rgb(0, 0, 0) !important;
  }
  .section-bread {
    padding-top: 3rem;
    padding-bottom: 0rem;
  }
  .page-header-content .bread-heading,.subscribe-content .title {
    font-size: 1.75rem;
    font-weight: 600;
    font-family: "Archivo", sans-serif;
  }
  h1, .h1 {
    font-size: 1.80rem;
    margin-bottom: 15px !important;
    margin-top: 15px;
  }
  h2, .h2 {
    font-size: 1.4rem;
    margin-bottom: 15px !important;
    margin-top: 15px;
  }
  h3, .h3 {
    font-size: 1.2rem;
    margin-bottom: 15px !important;
    margin-top: 15px;
  }
  h4, .h4 {
    font-size: 1rem;
    margin-bottom: 15px !important;
    margin-top: 15px;
  }
  .service-cta p {
    padding: 13px;
    font-size: 15px;
  }
  .breadcrumb-item a {
    color: #fff !important;
  }
  .rounded-custom .card-body .icon {
    float: left;
    margin-right: 20px;
  }
  .rounded-custom .card-body {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }
   /* .bg-gradient-primary {
    background: linear-gradient(85deg, rgba(68, 4, 76, 0.8) 30%, rgba(252, 164, 8, 0.9) 100%) !important;
  }  */
  .bg-gradient-tertiary {
    background: linear-gradient(85deg, rgba(232, 5, 102, 0.8) 30%, rgba(252, 164, 8, 0.9) 100%) !important;
  }
.custom-img-width{
  width: 80%;
}
.jay{
  font-size:35px
}
textarea {
  width: 100%;
}
.mobile-mt-3{
  margin-top: 30px !important;
}
/* Tab Responsive */
@media (max-width: 992px){
  .custom-img-width{
    width: 80%;
  }
  .section-lg {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .page-header-content .bread-heading, .subscribe-content .title {
    font-size: 1.5rem;
  }
  .btn {
    padding: 0.7rem 1.5rem;
  }
  .jay{
    font-size:25px
  }
 .sidebar{
  display: none;
 }
}
/* Mobile Responsive */
@media (max-width: 767px) {
  .custom-img-width{
    width: 100%;
  }
  
  .row.row-grid > [class*="col-"] + [class*="col-"] {
    margin-top: 0rem !important;
  }
  .space{
    display: none;
  }
  .scroll-top {
    right: 10px;
  }
  .display-2 {
    font-size: 2.875rem;
    text-align: center;
  }
}
