@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

body {
   font-size: 16px;
   font-weight: 500;
   color: #fff;
   background-color: #111;
   scroll-behavior: smooth;
   font-family: "Plus Jakarta Sans", serif;
}

h1, h2, h3, h4, h5, h6 {
   color: #fff;
   font-weight: 700
}

strong {
   font-weight: 800;
   color: #fff
}

a {
   text-decoration: none !important;
   -webkit-transition: all 0.2s;
   transition: all 0.2s;
   color: #fff;
   font-weight: 400
}

a:hover, a:focus {
   text-decoration: none;
   outline: none;
   cursor: pointer;
   color: inherit
}

.btn.focus, .btn:focus {
   outline: 0;
   box-shadow: none
}

button {
   color: inherit;
   border: none
}

p {
   margin-bottom: 0.5rem;
   font-size: 16px;
   font-weight: 400;
   color: #B8B8B8;
   line-height: 22px
}

ul, li {
   margin: 0;
   padding: 0;
   list-style-type: none !important
}

ul {
   padding-left: 0 !important
}

hr {
   background-color: #D0D0D0 !important;
   opacity: 1;
   border-color: #D0D0D0 !important
}

/*=====================================================================
@Template Name: Veronas
@Author: Object Square
@Developed By: Shawaj Khan
=====================================================================*/
.form-select:focus, .form-control:focus {
   box-shadow: none !important;
   border-color: #ccc
}

.dropdown-item:focus, .dropdown-item:hover {
   background-color: inherit;
   color: inherit
}

label {
   margin-bottom: 5px
}

input:focus, button:focus, textarea:focus {
   outline: none;
   box-shadow: none
}

img {
   max-width: 100%;
   height: auto
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
   -webkit-appearance: none;
   margin: 0
}

input[type=number] {
   -moz-appearance: textfield
}

.fz-12 {
   font-size: 12px !important
}

.fz-14 {
   font-size: 14px !important
}

.fz-16 {
   font-size: 16px !important
}

.fz-18 {
   font-size: 18px !important
}

.fz-20 {
   font-size: 20px !important
}

.fz-22 {
   font-size: 22px !important
}

.fz-24 {
   font-size: 24px !important
}

.fz-26 {
   font-size: 26px !important
}

.fz-28 {
   font-size: 28px !important
}

.fz-30 {
   font-size: 30px !important
}

.fw-300 {
   font-weight: 300 !important
}

.fw-400 {
   font-weight: 400 !important
}

.fw-500 {
   font-weight: 500 !important
}

.fw-600 {
   font-weight: 600 !important
}

.fw-700 {
   font-weight: 700 !important
}

.fw-800 {
   font-weight: 800 !important
}

.img-20 {
   height: 20px;
   width: 20px
}

.img-30 {
   height: 30px;
   width: 30px
}

.img-40 {
   height: 40px;
   width: 40px
}

.img-50 {
   height: 50px;
   width: 50px
}

.img-60 {
   height: 60px;
   width: 60px
}

.img-70 {
   height: 70px;
   width: 70px
}

.img-80 {
   height: 80px;
   width: 80px
}

.clr {
   color: #DB8840 !important;
}

.price {
   font-size: 20px;
   font-weight: 500;
   color: #F05A3F;
}

.tp-space {
   padding-top: 70px;
   padding-bottom: 70px
}

.thm-btn {
   display: inline-block;
   padding: 10px 30px;
   font-size: 16px;
   font-weight: 500;
   color: #fff;
   border: 1px solid #CA660E;
   background: linear-gradient(90deg, #DB8840 0%, #CA660E 100%);
   border-radius: 25px
}

.thm-btn.outline {
   background: transparent;
   color: #DB8840
}

.thm-btn.outline:hover {
   background: #CA660E;
   color: #fff
}

.thm-btn.danger {
   background: #212020;
   border-color: #F05A3F;
   color: #F05A3F;
}
.thm-btn.warning{
   background: #F2994A;
   border-color: #F2994A;
   color: #fff;
}
.thm-btn.success{
   background: #1FC42A;
   border-color: #1FC42A;
   color: #fff;
}
.thm-btn.danger2{
   background: #F05A3F;
   border-color: #F05A3F;
   color: #fff;
}

.thm-btn.danger:hover {
   border-color: #DB8840;
   background: #DB8840;
   color: #212020;
}

.text-grn {
   color: #00FF6A !important;
}

.title {
   font-size: 40px;
   font-weight: 700;
   color: #fff;
   margin-bottom: 40px;
   -webkit-text-fill-color: transparent;
   -webkit-text-stroke-width: 0.5px;
   -webkit-text-stroke-color: #fff;
}

.title span {
   position: relative;
   padding: 5px 0;
}

.title span::after {
   left: 0;
   top: 0;
}

.title span::before {
   right: 0;
   bottom: 0;
}

.title span::after, .title span::before {
   content: '';
   display: block;
   position: absolute;
   width: 70px;
   height: 6px;
   border-top: 1px solid #DB8840;
   border-bottom: 1px solid #DB8840;
}

.subtitle {
   font-size: 22px;
   font-weight: 500;
   color: #DB8840;
   margin-bottom: 10px;
   text-transform: uppercase;
}

.rating {
   padding: 5px;
   background-color: #212020B8;
   color: #FFC107;
   font-size: 14px;
   display: inline-block;
}

.form-check .form-check-input {
   height: 20px;
   width: 20px;
   box-shadow: none;
   border: 2px solid #fff;
   background-color: #2c2c2c;
}

.form-check .form-check-input:checked {
   background-color: #DB8840;
   border-color: #DB8840;
}

.cards {
   background-color: #2C2C2C;
   margin-bottom: 15px;
}

.cards-head {
   padding: 10px;
   border-bottom: 1px solid #FFFFFF1F;
   margin-bottom: 10px;
}

.cards-head h5 {
   font-size: 22px;
   font-weight: 700;
   color: #fff;
   margin-bottom: 0;
}

.cards-body {
   padding: 10px;
}

.theme-header {
   background-color: #050505
}
.theme-header .tp-bar {
   padding: 12px 0;
   background-color: #1C1C1C;
}

.tp-bar-lft a {
   display: inline-block;
   margin-right: 25px;
   color: #878787;
   font-size: 16px;
   font-weight: 500;
}

.tp-bar-lft a i {
   color: #DB8840;
}

.header-media li {
   display: inline-block;
   margin-left: 5px;
}

.header-media li a {
   display: inline-block;
   height: 40px;
   width: 40px;
   text-align: center;
   line-height: 38px;
   background-color: #FFFFFF30;
   border-radius: 25px;
}
.header-media li a img{
       width: 20px;
}
.header-media li a:hover{
   background-color: #CA660E;
}


.theme-header .custom-navbar .navbar-brand img {
   width: 120px
}

.theme-header .custom-navbar .nav-item {
   margin-left: 25px;
   margin-right: 25px
}

.theme-header .custom-navbar .nav-item .nav-link {
   font-size: 16px;
   font-weight: 500;
   color: #fff;
   padding: 0
}

.theme-header .custom-navbar .nav-item .nav-link.dropdown-toggle::after {
   border: 0;
   content: '\f078';
   font-family: "Font Awesome 5 Pro";
   vertical-align: 0;
   transition: 0.2s;
}

.theme-header .custom-navbar .nav-item .nav-link.dropdown-toggle.show::after {
   transform: rotate(180deg);
}

.theme-header .custom-navbar .nav-item .nav-link:hover, .theme-header .custom-navbar .nav-item .nav-link.active {
   color: #DB8840
}

.theme-header .custom-navbar .dropdown-menu {
   background-color: #2C2C2C
}

.theme-header .custom-navbar .dropdown-menu .dropdown-item {
   color: #fff;
   background-color: #575757;
   margin-bottom: 5px;
   font-size: 16px;
   font-weight: 500
}

.theme-header .custom-navbar .dropdown-menu .dropdown-item:hover {
   background-color: #DB8840;
   color: #333333
}

.banner-sec {
   background-image: url(../images/banner-bg.png);
   background-repeat: no-repeat;
   background-size: cover;
   min-height: 100vh;
   display: flex;
   justify-content: center;
   align-items: center;
}

.banner-content h1 {
   font-size: 40px;
   font-weight: 700;
   color: #fff;
}

.banner-content .thm-btn {
   margin-top: 50px;
}

.about-content p {
   margin-bottom: 15px;
}
.about-content h4{
   font-size: 45px;
   text-transform: uppercase;
   margin-bottom: 15px;
   color: #fff;
}
.about-content h4 span{
   display: block;
   color: #DB8840;
}
.about-content .thm-btn {
   margin-top: 40px;
}





.team-card {
   padding: 10px;
   background-color: #2C2C2C;
   margin-top: 20px;
}

.team-img {
   overflow: hidden;
   width: 100%;
   position: relative;
}

.team-img img {
   width: 100%;
   transition: 1s;
}

.team-card:hover .team-img img {
   transform: scale(1.3) rotate(10deg);
}

.team-content {
   position: absolute;
   left: 0;
   bottom: 0;
   background: linear-gradient(180deg, rgb(185 185 185 / 25%) 0%, #212020 100%);
   width: 100%;
   text-align: center;
   padding: 25px 0;
}

.team-content h4 {
   font-size: 28px;
   font-weight: 600;
   color: #fff;
}

.team-content p {
   color: #DB8840;
   font-size: 18px;
   font-weight: 500;
}

.testimonial-sec {
   background-image: url(../images/testimonial-bg.png);
   background-repeat: no-repeat;
   background-size: cover;
   position: relative;
   z-index: 99;
}

.testimonial-sec::after {
   position: absolute;
   content: '';
   left: 0;
   top: 0;
   height: 100%;
   width: 100%;
   background-color: #212020DE;
   z-index: -9;
}

.testimonial-innr {
   text-align: center;
   margin-top: 40px;
}

.testimonial-innr h5 {
   font-size: 22px;
   font-weight: 600;
   color: #DB8840;
   margin-top: 40px;
}

.testimonial-slide.owl-theme .owl-nav .owl-prev span, .testimonial-slide.owl-theme .owl-nav .owl-next span {
   height: 40px;
   width: 40px;
   line-height: 40px;
   text-align: center;
   border-radius: 50px;
   background-color: #333333;
   border: 1px solid #575757;
   color: #DB8840;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
}

.testimonial-slide.owl-theme .owl-nav .owl-prev span {
   left: -80px;
}

.testimonial-slide.owl-theme .owl-nav .owl-next span {
   right: -80px;
}

.testimonial-slide.owl-theme .owl-nav .owl-prev span:hover, .testimonial-slide.owl-theme .owl-nav .owl-next span:hover {
   background-color: #DB8840;
   border-color: #DB8840;
   color: #333333;
}

.media-slider-innr {
   width: 100%;
   overflow: hidden;
   cursor: pointer;
}

.media-slider-innr img {
   width: 100%;
   transition: 1s;
}

.media-slider-innr:hover img {
   transform: rotate(15deg) scale(1.5);
}

.thm-footer {
   background-color: #2C2C2C;
   padding-top: 70px;
}

.ftr-abt a img {
   width: 170px;
   margin-bottom: 15px;
}

.ftr-head {
   font-size: 24px;
   font-weight: 500;
   color: #fff;
   margin-bottom: 15px;
}

.ftr-lnk li {
   margin-bottom: 10px;
}

.ftr-lnk li a {
   display: inline-block;
   font-size: 15px;
   font-weight: 400;
   color: #fff;
   padding-left: 10px;
   position: relative;
}

.ftr-lnk li a::after {
   position: absolute;
   content: '';
   left: 0;
   top: 8px;
   height: 5px;
   width: 5px;
   background-color: #fff;
   transform: rotate(45deg);
}

.ftr-lnk li a:hover {
   color: #DB8840;
}

.ftr-lnk li a:hover::after {
   background-color: #DB8840;
}

.ftr-contact a.nmber {
   display: inline-block;
   font-size: 28px;
   font-weight: 500;
   color: #fff;
   margin-bottom: 15px;
}

.ftr-contact li a {
   display: inline-block;
   font-size: 16px;
   font-weight: 400;
   color: #B8B8B8;
   margin-bottom: 8px;
}

.ftr-contact li a span {
   color: #fff;
}

.ftr-media a {
   display: inline-block;
   height: 40px;
   width: 40px;
   line-height: 40px;
   text-align: center;
   background-color: #212020;
   border-radius: 4px;
   margin-top: 15px;
   margin-right: 8px;
}

.ftr-media a:hover {
   opacity: 0.7;
}

.copyright {
   background-color: #212020;
   padding: 5px 0;
   margin-top: 40px;
}

.banner-innr {
   background-color: #000;
   padding-top: 150px;
   padding-bottom: 60px;
   position: relative;
   z-index: 99;
}

.banner-innr::after {
   position: absolute;
   content: '';
   left: 0;
   top: 0;
   height: 100%;
   width: 100%;
   background-color: #212020DE;
   z-index: -9;
}

.banner-innr h1 {
   font-size: 40px;
   font-weight: 700;
   margin-bottom: 0;
   text-align: center;
}

.contact-sec {
   background-repeat: no-repeat;
   background-size: cover;
   margin-top: 50px;
   position: relative;
   z-index: 999;
}

.contact-sec::after {
   position: absolute;
   content: '';
   left: 0;
   top: 0;
   height: 100%;
   width: 100%;
   background-color: #21202091;
   z-index: -9;
}


.contact-frm {
   padding: 35px;
   background-color: #212020;
}

.contact-frm h4 {
   font-size: 30px;
   font-weight: 700;
   margin-bottom: 40px;
   color: #fff;
}

.custom-frm-bx {
   margin-bottom: 20px;
}

.custom-frm-bx label {
   font-size: 16px;
   font-weight: 500;
   color: #fff;
   margin-bottom: 8px;
}

.custom-frm-bx .form-control, .custom-frm-bx .form-select {
   background-color: #212020;
   border-color: #fff;
   border-radius: 0;
   color: #fff;
   height: 48px;
}

.custom-frm-bx .form-select {
}

.custom-frm-bx .form-control::placeholder {
   color: #fff;
   opacity: 1;
}

.custom-frm-bx .form-control::-ms-input-placeholder {
   color: #fff;
}

.custom-frm-bx input[type="date"], .custom-frm-bx input[type="time"] {
   color-scheme: dark;
}

.custom-frm-bx textarea.form-control {
   height: 100px;
}

.appointment-frm .custom-frm-bx {
   margin-bottom: 40px;
}

.register-modal .modal-content {
   background-image: url(../images/register-bg.png);
   background-repeat: no-repeat;
   background-size: cover;
   border-radius: 31px;
   position: relative;
   z-index: 99;
}

.register-modal .modal-content .btn-close, .success-modal .modal-content .btn-close {
   background-image: none;
   padding: 0;
   box-shadow: none;
   height: 30px;
   width: 30px;
   background-color: #F05A3F;
   opacity: 1;
   border-radius: 25px;
   color: #fff;
   position: absolute;
   right: 0;
   top: 0;
   z-index: 99;
   font-size: 15px;
}

.register-modal .modal-content::after {
   position: absolute;
   content: '';
   left: 0;
   top: 0;
   height: 100%;
   width: 100%;
   background: #2C2C2CED;
   border-radius: 30px;
   z-index: -9;
}

.register-modal .modal-content .modal-body {
   padding: 35px;
}

.register-modal h4 {
   font-size: 32px;
   font-weight: 700;
   margin-bottom: 20px;
}

.register-modal .modal-content .form-control, .register-modal .modal-content .form-select {
   background-color: #2C2C2C;
}

.login-option {
   margin: 15px 0;
}

.login-option a {
   display: inline-block;
   margin-left: 8px;
}

.login-option a img {
   width: 45px;
}

.service-slider-innr img {
   width: 100%;
   border-radius: 20px;
}

.service-slider.owl-theme .owl-nav.disabled+.owl-dots {
   margin-top: -40px;
   position: relative;
}

.service-slider.owl-theme .owl-dots .owl-dot span {
   background-color: #fff;
}

.service-slider.owl-theme .owl-dots .owl-dot.active span, .service-slider.owl-theme .owl-dots .owl-dot span:hover {
   background: #DB8840 !important;
}

.service-dtl-content h4 {
   font-size: 35px;
   font-weight: 700;
   color: #DB8840;
   margin-bottom: 15px;
}

.service-dtl-content .rating {
   padding: 0;
}

.service-dtl-content .price {
   margin: 18px 0;
    font-size: 28px;
    color: #fff;
}

.rating-card {
   background-color: #2C2C2C;
   padding: 10px;
}

.rating-card h4 {
   font-size: 20px;
   margin-bottom: 10px;
   font-weight: 600;
}

.rating-card h6 span {
   display: inline-block;
   padding: 6px 15px;
   background-color: #FFC107;
   color: #000;
   border-radius: 5px;
   font-size: 15px;
   font-weight: 400;
   margin: 5px 0;
}

.rating-card p {
   font-size: 16px;
   font-weight: 500;
}

.rating-bar {
   display: flex;
   justify-content: space-around;
   align-items: center;
   margin-bottom: 20px;
}

.progress {
   width: 80%;
   height: 5px;
}

.rating-bar span {
   font-size: 15px;
   font-weight: 600;
   color: #fff;
}

.rating-bar span i {
   color: #F2C94C;
}

.rating-bar .progress-bar.grn {
   background-color: #81C115;
}

.rating-bar .progress-bar.lgt-grn {
   background-color: #6FCF97;
}

.rating-bar .progress-bar.yllw {
   background-color: #F2C94C;
}

.rating-bar .progress-bar.org {
   background-color: #F2994A;
}

.rating-bar .progress-bar.rd {
   background-color: #EB5757;
}

.product-review {
   padding: 10px;
   border-radius: 10px;
   margin-bottom: 15px;
   background-color: #2C2C2C;
}

.rating-txt {
   display: flex;
   justify-content: space-between;
   align-items: center;
   margin-bottom: 0;
   color: #858585;
}

.rating-txt .rating {
   font-size: 16px;
   font-weight: 500;
   background-color: transparent;
}

.rating-txt .rating em {
   display: inline-block;
   padding: 4px 12px;
   background-color: #FFC107;
   color: #000;
   font-style: normal;
   border-radius: 5px;
}

.product-review .desc-txt {
   font-size: 16px;
   font-weight: 500;
   color: #B8B8B8;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   overflow: hidden;
   width: 100%;
   margin: 5px 0;
}

.product-review .desc-txt a {
   color: #DB8840;
   font-weight: 500;
}

.service-list li {
   display: flex;
   justify-content: space-between;
   align-items: center;
   margin-bottom: 20px;
   color: #B8B8B8;
   font-size: 16px;
   font-weight: 500;
}

.service-list li span:nth-last-child(1) {
   color: #fff;
}

.apply-cupon h4 {
   font-size: 16px;
   font-weight: 600;
   color: #fff;
   margin-bottom: 10px;
}

.apply-cupon-innr {
   display: flex;
   justify-content: space-between;
   align-items: center;
   border: 1px solid #fff;
   margin-bottom: 10px;
}

.apply-cupon-innr .form-control {
   background-color: transparent;
   border: 0;
   border-radius: 0;
   color: #fff;
}

.apply-cupon-innr .thm-btn {
   border-radius: 0;
}

.payment .cards-body .form-check {
   padding: 10px;
   padding-left: 1.9em;
   margin-bottom: 10px;
}

.payment .cards-body .form-check .form-check-label {
   font-size: 16px;
   font-weight: 500;
   color: #B8B8B8;
   margin-bottom: 0;
   cursor: pointer;
   vertical-align: middle;
}

.success-modal .modal-content {
   border-radius: 0;
   background-color: #2C2C2C;
}

.success-modal .modal-content .modal-body {
   text-align: center;
}

.success-modal .modal-content .modal-body h4, .success-modal .modal-content .modal-body h5 {
   font-size: 16px;
   font-weight: 500;
   margin-bottom: 20px;
}

.profile-bar {
   background-color: #333333;
   padding: 15px;
   border: 1px solid #fff;
   height: 450px;
}

.profile-bar-list {
   height: 90%;
}

.profile-bar-list li a {
   display: block;
   padding: 10px 15px;
   background-color: #575757;
   color: #fff;
   margin-bottom: 10px;
   font-size: 16px;
   font-weight: 500;
}

.profile-bar-list li a.active, .profile-bar-list li a:hover {
   background-color: #DB8840;
   color: #333333;
}

.profile-upload {
   text-align: center;
   position: relative;
   margin-bottom: 30px;
}

.profile-upload input[type="file"] {
   display: none;
}

.profile-upload img {
   height: 100px;
   width: 100px;
   border-radius: 50px;
}

.profile-upload label {
   height: 30px;
   width: 30px;
   text-align: center;
   line-height: 30px;
   color: #fff;
   font-size: 12px;
   background-color: #F05A3F;
   box-shadow: 0px 4px 4px 0px #BC99724D;
   border-radius: 25px;
   cursor: pointer;
   position: absolute;
   right: 46%;
   bottom: 0;
   transform: translateX(-50%);
}

.profile-card .custom-frm-bx .form-control, .profile-card .custom-frm-bx .form-select {
   background-color: #2C2C2C;
}

.appointments-bar {
   padding: 10px;
   background-color: #575757;
   margin-bottom: 15px;
}

.appointments-head {
   display: flex;
   justify-content: space-between;
   align-items: center;
   border-bottom: 1px solid #B8B8B8;
   padding-bottom: 8px;
   margin-bottom: 10px;
}

.appointments-body {
   display: flex;
   justify-content: space-between;
}

.appointments-lft {
   display: flex;
   align-items: center;
}

.appointments-lft img {
   height: 100px;
   width: 100px;
   margin-right: 10px;
   object-fit: cover;
}

.appointments-lft-contnt h6 {
   font-size: 18px;
   font-weight: 600;
   color: #fff;
   margin-bottom: 5px;
}

.appointments-lft-contnt p {
   margin-bottom: 4px;
}

.appointments-body div button {
   height: 40px;
   width: 40px;
   line-height: 40px;
   text-align: center;
   background-color: #000;
   color: #fff;
   border-radius: 25px;
   margin-left: 5px;
}

.appointments-body .dropdown-menu {
   background-color: #2C2C2C;
}

.appointments-body .dropdown-menu .dropdown-item {
   background-color: #575757;
   color: #fff;
   margin-bottom: 5px;
   font-size: 15px;
}

.appointments-body .dropdown-menu .dropdown-item:hover {
   background-color: #DB8840;
   color: #000;
}

.notification-list li {
   display: flex;
   align-items: center;
   margin-bottom: 15px;
   padding: 8px;
   background-color: #393838;
}

.notification-list li .notification-icon img {
   width: 45px;
}

.notification-list li .notification-content {
   margin-left: 15px;
}

.notification-list li .notification-content p.date {
   color: #DB8840;
}

.notification-list li .notification-content p {
   color: #8A8F98;
   font-size: 14px;
   margin-bottom: 0;
   font-weight: 400;
}

.notification-list li .notification-content h6 {
   font-size: 16px;
   margin: 4px 0;
   color: #fff;
   font-weight: 600;
}

 .star-list li {
   display: inline-block;
   margin-bottom: 15px;
}

.star-list li.star i {
   display: inline-block;
   color: #D9D9D9;
   cursor: pointer;
   font-size: 28px;
   margin-right: 8px;
   margin-top: 10px;
}

.star-list li.star.selected i {
   color: #F29221;
}

.forecasts-card{
   padding: 10px;
   border: 1px solid #87878766;
   border-radius: 10px;
   text-align: center;
   margin-bottom: 20px;
}
.forecasts-card img{
   width: 50px;
}
.forecasts-card h5{
   font-size: 20px;
   font-weight: 400;
   color: #fff;
   margin: 12px 0;
}

.service-sec{
   background-image: url(../images/service-bg.png);
   background-repeat: no-repeat;
   background-size: 100% 100%;
   background-position: center;
}
.service-card{
   padding: 15px;
   border: 1px solid #87878766;
   text-align: center;
   border-radius: 15px;
   margin-bottom: 15px;
}
.service-card img{
   width: 90px;
   border-radius: 50px;
}
.service-card h4{
   font-size: 20px;
   font-weight: 700;
   margin: 15px 0;
   color: #fff;
}
.service-card .price{
   margin: 10px 0;
}
.counter-sec{
   background-image: url(../images/count-bg.png);
   background-repeat: no-repeat;
   background-size: 100% 100%;
   background-position: center;
}
.counter-card{
   text-align: center;
}
.counter-card h4{
   font-size: 30px;
   font-weight: 700;
   color: #DB8840;
   margin: 10px 0;
}
.counter-card p{
   font-size: 20px;
}
.cta-card{
       padding: 22px;
    background-color: #161616;
    text-align: center;
    min-height: 170px;
}
.cta-card span{
   display: inline-block;
   font-size: 30px;
   color: #DB8840;
}
.cta-card h5{
   font-size: 22px;
   font-weight: 700;
   color: #fff;
   text-transform: uppercase;
   margin: 10px 0;
}
.cta-card a{
   display: inline-block;
   font-size: 16px;
   font-weight: 400;
   color: #DB8840;
}