/**
* Template Name: Irshad Charity Association
* Template URL: https://irshad.com
* Author: Array Tag, LLC
* Author URL: https://arraytag.com/
* License: https://arraytag.com/terms-condition
*/

/*--------------------------------------------------------------
# Set main reusable colors and fonts using CSS variables
# Learn more about CSS variables at https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties
--------------------------------------------------------------*/
/* Fonts */
:root {
  --font-default: 'Open Sans', system-ui, -apple-system, 'Segoe UI', Montserrat, 'Helvetica Neue', Arial, sans-serif;
  --font-primary: 'Montserrat', sans-serif;
  --font-secondary: Work Sans, sans-serif;
}

/* Colors */
:root {
  --color-default: #364d59;
  --color-primary: #15aba7;
  --color-secondary: #52565e;
  --color-black: #000;
  --color-primary-dark: #1a928e;
}

/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: var(--font-primary);
  color: var(--color-default);
  overflow-x: hidden;
  background-color: #f7f7f7 !important;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  color: var(--color-primary);
  text-decoration: none !important;
}

a:hover,
a:visited {
  color: var(--color-primary-dark);
  text-decoration: none !important;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1em;
}

/**
* Render the `main` element consistently in IE.
*/
main {
 display: block;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .entry-title a, .widget .widgettitle, .widget .widget-title {
  color: var(--color-primary);
}

.widget li:first-child, .blog article.hentry li:first-child, #blog-post article.hentry li:first-child, .search article.hentry li:first-child, .archive article.hentry li:first-child, .tag article.hentry li:first-child, .category article.hentry li:first-child, #ak-blog-post article.hentry li:first-child, .page article.hentry li:first-child, .single article.hentry li:first-child, .woocommerce .site-main li:first-child {
  border-top: none;
}

.widget li, .blog article.hentry li, #blog-post article.hentry li, .search article.hentry li, .archive article.hentry li, .tag article.hentry li, .category article.hentry li, #ak-blog-post article.hentry li, .page article.hentry li, .single article.hentry li, .woocommerce .site-main li {
  border-top: 1px solid #ccc;
}

.widget li, .blog article.hentry li, #blog-post article.hentry li, .search article.hentry li, .archive article.hentry li, .tag article.hentry li, .category article.hentry li, #ak-blog-post article.hentry li, .page article.hentry li, .single article.hentry li, .woocommerce .site-main li {
  display: block;
  padding-bottom: 9px;
  padding-top: 8px;
}

.widget li, .blog article.hentry li, #blog-post article.hentry li, .search article.hentry li, .archive article.hentry li, .tag article.hentry li, .category article.hentry li, #ak-blog-post article.hentry li, .page article.hentry li, .single article.hentry li, .woocommerce .site-main li {
  display: block;
  padding-bottom: 9px;
  padding-top: 8px;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
 hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}


/* Sections
	 ========================================================================== */
.texture-bg {
  background:url('../../assets/img/texture-bg.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.texture-bg-attr {
  background:url('../../assets/img/gallery-bg.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.texture-overlay{
  width: 100%;
  height: 100%;
  background: rgba(0 0 0 / 30%);
  background-repeat:no-repeat;
  background-size: cover;
  position: relative;
  display: block;
}

ul {
  list-style-type: none;
}
/*--------------------------------------------------------------
# Override
--------------------------------------------------------------*/
.card-img-overlay {
  bottom: auto !important;
}

.btn-info {
  background: var(--color-primary) !important;
  color:#fff !important;
  border-color: var(--color-primary) !important;
}

.btn.btn-info:hover {
  background: var(--color-primary-dark) !important;
  color:#fefefe !important;
  border-color: var(--color-primary-dark) !important;
}

.wp-block-tag-cloud a {
  padding: 0.3rem !important;
  margin: 0;
  width: 15%;
  font-size: 14px !important;
  text-align: center;
}

.badge {
  padding: 0.5rem !important;
  margin: 10px 6px;
  width: 12%;
  font-size: 14px !important;
}

.wp-block-tag-cloud a:first-child,
.badge:first-child {
  margin: 10px 0 !important;
}
.wp-block-tag-cloud a,
.badge-info {
  color: #fff;
  background-color: var(--color-primary) !important;
  text-decoration: none;
}

.wp-block-tag-cloud a:hover,
.wp-block-tag-cloud a:visited,
a:hover.badge-info,
a:visited.badge-info {
  background-color: var(--color-primary-dark) !important;
  color:#fff;
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
.section {
  padding: 5rem;
  overflow: hidden;
}

.section-bg {
  background-color: #f5f6f7;
}

.section-header {
  padding-bottom: 70px;
}

.section-header h2,
.section-header h3 {
  font-size: 3em;
  letter-spacing: 2px;
  position: relative;
  text-transform: uppercase;
}

.section-header h2 {
  font-weight: 700;
  color: #2e3135;
}

.section-header h3 {
  font-weight:900;
  color: #00aba7;
}

/*--------------------------------------------------------------
# Common Styles
--------------------------------------------------------------*/
.content h3,
.content h4 {
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 1.2em;
}

.content h3 {
  font-size: 2em;
  font-weight: 600;
  color: var(--color-secondary);
}

.content h4 {
  font-size: 1.5em;
  font-weight: bold;
  color: var(--color-primary);
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 10rem;
  min-height: 40vh;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumbs:before {
  content: "";
  background-color: rgba(21, 171, 167, 0.6);
  position: absolute;
  inset: 0;
}

.breadcrumbs h1 {
  font-size: 3em;
  font-weight: bold;
  color: #fff;
  font-family: var(--font-secondary);
  z-index: 999;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-primary);
}

.breadcrumbs ol a {
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
}

.breadcrumbs ol a:hover {
  text-decoration: underline;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #fff;
  content: "/";
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: var(--color-primary);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--color-secondary);
  line-height: 0;
}

.scroll-top:hover {
  background: var(--color-primary);
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: #fff;
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #fff;
  border-color: var(--color-primary) transparent var(--color-primary) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1.5s linear infinite;
  animation: animate-preloader 1.5s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  z-index: 997;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.header .logo img {
  max-height: 100px;
}

.header .logo h1 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
  font-family: var(--font-primary);
}

.header .logo h1 span {
  color: var(--color-primary);
}

/*--------------------------------------------------------------
# Get Started Section
--------------------------------------------------------------*/
.get-started {
  background:url('../../assets/img/story-bg.jpg');
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

.get-started .content {
  padding: 5rem;
}

.get-started .content h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 4px;
  background: var(--color-primary);
  left: 0;
  bottom: 0;
}


.get-started .content p {
  font-size: 14px;
}

/* .get-started .aside {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  position: relative;
  right: 0;
  background: url(../../assets/img/ellipse_3.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
} */

.get-started .aside img {
  border-left: 1.25em solid #16aba7;
  border-radius: 50% 0 0 50%;
  border-right: 0;
  border-top: 0.8em solid #16aba7;
  border-bottom: 0.8em solid #16aba7;
  position: relative;
  right: 9%;
}

#EclipseBottom {
  left: 275px;
  top: 816px;
  position: absolute;
  width: 119px;
  height: 120px;
  z-index: 9;
}

#Image {
  left: 933px;
  top: 29px;
  position: absolute;
  width: 1465px;
  height: 977px;
  z-index: 19;
}

#HelpSupport {
  left: 441px;
  top: 833px;
  position: absolute;
  width: 158px;
  height: 20px;
  z-index: 13;
}




/*--------------------------------------------------------------
# Social Media
--------------------------------------------------------------*/

@media screen and (min-width: 768px) {
  .social-section {
    position: fixed;
    right: 0;
    top: 15%;
    z-index: 9999;
  }
}

@media screen and (max-width: 767px) {
  .social-section {
    border-color: #05aaa7;
    border-style: solid;
    border-width: 1px 0;
    text-align: center;
  }
}

.social-section ul {
  list-style: none;
  margin-bottom: 0;
  margin-top: 17px;
  padding-left: 0;
  /*----------------------*/
}

@media screen and (max-width: 767px) {
  .social-section ul {
    margin-bottom: 7px;
    margin-top: 7px;
    padding-left: 0;
    text-align: center;
  }
}

.social-section ul li {
  vertical-align: middle;
  margin-bottom: 10px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .social-section ul li {
    display: inline-block;
  }
}

.social-section ul a {
  position: relative;
  color: #fff;
}

.social-section ul a span, .social-section ul a .page-links a, .page-links .social-section ul a a {
  bottom: 0;
  background-color: #05aaa7;
  display: inline-block;
  min-height: 30px;
  position: absolute;
  padding: 5px 10px;
  right: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font-size: 0px;
  font-size: 0rem;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: font-size 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -moz-transition: font-size 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -ms-transition: font-size 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -o-transition: font-size 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: font-size 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.social-section ul a span:after, .social-section ul a .page-links a:after, .page-links .social-section ul a a:after {
  border-left: 6px solid #05aaa7;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  right: -5px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 6px;
}

.social-section ul a:after {
  border: 2px solid #05aaa7;
  color: #fff;
  display: inline-block;
  font-family: "FontAwesome";
  font-weight: 400;
  height: 46px;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 43px;
  text-align: center;
  width: 46px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-background-color: rgb(5, 170, 167);
  -moz-background-color: rgb(5, 170, 167);
  -ms-background-color: rgb(5, 170, 167);
  -o-background-color: rgb(5, 170, 167);
  background-color: rgb(5, 170, 167);
}

@media screen and (max-width: 767px) {
  .social-section ul a:after {
    height: 36px;
    width: 36px;
    line-height: 32px;
    background-color: transparent;
    color: #cccccc;
  }
}

.social-section ul a:hover span, .social-section ul a:hover .page-links a, .page-links .social-section ul a:hover a, .social-section ul a:focus span, .social-section ul a:focus .page-links a, .page-links .social-section ul a:focus a, .social-section ul a:active span, .social-section ul a:active .page-links a, .page-links .social-section ul a:active a {
  bottom: 0;
  right: 100%;
  top: 0;
  font-size: 13.008px;
  font-size: 0.813rem;
  opacity: 1;
  filter: alpha(opacity=100);
}

.social-section ul a:hover:after, .social-section ul a:focus:after, .social-section ul a:active:after {
  border-color: #999999;
  background-color: #fff;
}

.social-section ul a[href*="facebook.com"]:after {
  content: "\f09a";
}

.social-section ul a[href*="twitter.com"]:after {
  content: "\f099";
}

.social-section ul a[href*="linkedin.com"]:after {
  content: "\f0e1";
}

.social-section ul a[href*="instagram.com"]:after {
  content: "\f16d";
}

.social-section ul a[href*="youtube.com"]:after {
  content: "\f167";
}

.social-section ul a[href*="whatsapp.com"]:after {
  content: "\f232";
}

.social-section ul a:hover[href*="facebook.com"]:after {
  color: #3C579E !important;
}

.social-section ul a:hover[href*="twitter.com"]:after {
  color: #01BBF6 !important;
}

.social-section ul a:hover[href*="linkedin.com"]:after {
  color: #1484C3 !important;
}

.social-section ul a:hover[href*="instagram.com"]:after {
  color: #2D6A93 !important;
}

.social-section ul a:hover[href*="youtube.com"]:after {
  color: #D62424 !important;
}

.social-section ul a:hover[href*="whatsapp.com"]:after {
  color: #4EC65A !important;
}

/*--------------------------------------------------------------
# Help & Donation Section
--------------------------------------------------------------*/
.help {
  background: url(../../assets/img/donation-section.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding:5rem;
}

.donation {
  background: url(../../assets/img/donation-bg.jpg);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding:0;
}

.donation-footer {
  position: relative;
  bottom: 0;
  margin: 0;
  padding-top:5rem;
}

.donate-amount {
  background: rgba(0,170,167,0.4);
  text-align: center;
  margin-right: 0.5rem;
  height: 100%;
}

.donate-amount h4 {
  background: #00aaa7;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.5rem;
}

.donate-amount p {
  margin: 0;
  padding: 3rem;
  font-size: 3em;
  font-weight: bold;
}

.donation-footer #button {
  position: relative;
    display: block;
    height: 100%;
    /* width: 0; */
    text-align: center;
    bottom: 0;
    padding: 5rem;
    clear: both;
}

.donation-footer .donate-btn {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  background: var(--color-primary);
  border: 0;
  border-right: 16px solid #000;
  border-radius: 40px 0 0 40px;
  color: #fff;
  padding: 1rem 2rem;
  position: relative;
}

.donation-footer .donate-btn:hover {
  background: var(--color-secondary);
  color:#fff;
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .service-item {
  padding: 40px;
  background: #fff;
  height: 100%;
}

.services .service-item .icon {
  width: 48px;
  height: 48px;
  position: relative;
  margin-bottom: 50px;
}

.services .service-item .icon i {
  color: var(--color-secondary);
  font-size: 40px;
  transition: ease-in-out 0.3s;
  z-index: 2;
  position: relative;
  line-height: 1.8;
}

.services .service-item .icon:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #f0f1f2;
  border-radius: 50px;
  z-index: 1;
  top: 10px;
  right: -15px;
  transition: 0.3s;
}

.services .service-item h3 {
  color: var(--color-default);
  font-weight: 700;
  margin: 0 0 20px 0;
  padding-bottom: 8px;
  font-size: 22px;
  position: relative;
  display: inline-block;
  border-bottom: 4px solid #ebebed;
  transition: 0.3s;
}

.services .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .service-item .readmore {
  margin-top: 15px;
  display: inline-block;
  color: var(--color-primary);
}

.services .service-item:hover .icon:before {
  background: var(--color-primary);
}

.services .service-item:hover h3 {
  border-color: var(--color-primary);
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  padding: 15px 0;
  transition: 0.3s;
  color: var(--color-secondary);
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 100%;
  border: 0;
  border-bottom: 4px solid #e2e4e6;
}

.features .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.features .nav-link:hover {
  color: var(--color-primary);
}

.features .nav-link.active {
  color: var(--color-primary);
  background-color: transparent;
  border-color: var(--color-primary);
}

.features .tab-content {
  margin-top: 30px;
}

.features .tab-pane h3 {
  font-weight: 700;
  font-size: 32px;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.features .tab-pane h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  bottom: 0;
}

.features .tab-pane ul {
  list-style: none;
  padding: 0;
}

.features .tab-pane ul li {
  padding-top: 10px;
}

.features .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--color-primary);
}

.features .tab-pane p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Our Projects Section
--------------------------------------------------------------*/
.projects .portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.projects .portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  margin: 0 10px;
  line-height: 1;
  margin-bottom: 5px;
}

.projects .portfolio-flters li:hover,
.projects .portfolio-flters li.filter-active {
  color: var(--color-primary);
}

.projects .portfolio-flters li:first-child {
  margin-left: 0;
}

.projects .portfolio-flters li:last-child {
  margin-right: 0;
}

.projects .portfolio-content {
  position: relative;
  overflow: hidden;
}

.projects .portfolio-content img {
  border-radius:40% 0 0 0;
}

.projects .portfolio-content .preview-link .portfolio-info,
.projects .portfolio-content .details-link .portfolio-info {
  position: relative;
  font-size: 2em;
  top: calc(50% - 14px);
  color: #fff;
  transition: 0.3s;
  line-height: 1.2;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.projects .portfolio-content  .details-link {
  left: 50%;
  font-size: 34px;
  line-height: 0;
}

.projects .portfolio-content .preview-link,
.projects .portfolio-content .details-link {
  opacity: 0;
  position: absolute;
  inset: 0;
  z-index: 3;
  /*transition: all ease-in-out 0.3s;*/
  background: rgba(0, 0, 0, 0.6);
  padding: 15px;
  overflow: hidden;
  left: 0;
  border-radius: 40% 0 0 0;
}

.projects .portfolio-content:hover .preview-link,
.projects .portfolio-content:hover .details-link {
  opacity: 1;
  -webkit-animation: slide 0.5s forwards;
  -webkit-animation-delay: 2s;
  animation: slide 0.5s forwards;
  animation-delay: 2s;
}

.projects .portfolio-content .portfolio-info h4 {
  font-size: 14px;
  padding: 5px 10px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  background-color: var(--color-primary);
}

.projects .portfolio-content .portfolio-info p {
  position: absolute;
  bottom: 10px;
  text-align: center;
  display: inline-block;
  left: 0;
  right: 0;
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
}

/* .projects .portfolio-content:hover img {
  transform: scale(1.1);
} */


/*--------------------------------------------------------------
# Alt Services Section
--------------------------------------------------------------*/
.alt-services .img-bg {
  background-size: cover;
  background-position: center center;
  min-height: 400px;
}

.alt-services h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-secondary);
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.alt-services h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  bottom: 0;
}

.alt-services .icon-box {
  margin-top: 50px;
}

.alt-services .icon-box i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  margin-right: 25px;
  font-size: 28px;
  width: 56px;
  height: 56px;
  border-radius: 4px;
  line-height: 0;
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  transition: 0.3s;
}

.alt-services .icon-box:hover i {
  background-color: var(--color-primary);
  color: #fff;
}

.alt-services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.alt-services .icon-box h4 a {
  color: #000;
  transition: 0.3s;
}

.alt-services .icon-box h4 a:hover {
  color: var(--color-primary);
}

.alt-services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about h2 {
  font-size: 48px;
  font-weight: 700;
  font-family: var(--font-secondary);
  margin: 30px 0;
}

.about .our-story {
  padding: 40px;
  background-color: #f5f6f7;
}


.about .our-story h4 {
  text-transform: uppercase;
  font-size: 18px;
  color: #838893;
}

.about .our-story h3 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--color-secondary);
}

.about .our-story p:last-child {
  margin-bottom: 0;
}

.about ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.about ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.about ul i {
  font-size: 20px;
  margin-right: 4px;
  color: var(--color-primary);
}

.about .watch-video i {
  font-size: 32px;
  transition: 0.3s;
  color: var(--color-primary);
}

.about .watch-video a {
  font-weight: 600;
  color: var(--color-secondary);
  margin-left: 8px;
  transition: 0.3s;
}

.about .watch-video:hover a {
  color: var(--color-primary);
}

.about .about-img {
  min-height: 600px;
  background-size: cover;
  background-position: center;
}

/*--------------------------------------------------------------
# Stats Counter Section
--------------------------------------------------------------*/
.stats-counter .stats-item {
  background: #fff;
  box-shadow: 0px 0 30px rgba(82, 86, 94, 0.05);
  padding: 30px;
}

.stats-counter .stats-item i {
  font-size: 42px;
  line-height: 0;
  margin-right: 20px;
  color: var(--color-primary);
}

.stats-counter .stats-item span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: var(--color-secondary);
}

.stats-counter .stats-item p {
  padding: 0;
  margin: 0;
  font-family: var(--font-primary);
  font-size: 14px;
}

/*--------------------------------------------------------------
# Our Team Section
--------------------------------------------------------------*/
.team .member {
  position: relative;
}

.team .member .member-img {
  margin: 0 80px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.team .member .member-img img {
  position: relative;
  z-index: 1;
}

.team .member .member-img .social {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  padding-bottom: 20px;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}

.team .member .member-img .social a {
  transition: 0.3s;
  color: #fff;
  font-size: 20px;
  margin: 0 8px;
}

.team .member .member-img .social a:hover {
  color: var(--color-primary);
}

.team .member .member-info {
  margin-top: 30px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 18px;
  color: var(--color-secondary);
}

.team .member .member-info span {
  font-style: italic;
  display: block;
  font-size: 15px;
  color: #838893;
  margin-bottom: 10px;
}

.team .member .member-info p {
  margin-bottom: 0;
  font-size: 14px;
}

.team .member:hover .member-img .social {
  padding-bottom: 0;
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Servie Cards Section
--------------------------------------------------------------*/
.services-cards h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-secondary);
}

.services-cards p {
  font-size: 15px;
}

.services-cards ul li {
  display: flex;
  align-items: center;
  font-size: 14px;
  padding-top: 10px;
}

.services-cards ul li i {
  font-size: 16px;
  color: var(--color-primary);
  margin-right: 6px;
}

/*--------------------------------------------------------------
# Projet Details Section
--------------------------------------------------------------*/
.project-details .portfolio-details-slider img {
  width: 100%;
}

.project-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}

.project-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

.project-details .swiper-button-prev,
.project-details .swiper-button-next {
  width: 48px;
  height: 48px;
}

.project-details .swiper-button-prev:after,
.project-details .swiper-button-next:after {
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 24px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.project-details .swiper-button-prev:hover:after,
.project-details .swiper-button-next:hover:after {
  background-color: rgba(0, 0, 0, 0.6);
}

.project-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.project-details .portfolio-info h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  bottom: 0;
}

.project-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.project-details .portfolio-info ul li {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}

.project-details .portfolio-info ul strong {
  text-transform: uppercase;
  font-weight: 400;
  color: #838893;
  font-size: 14px;
}

.project-details .portfolio-info .btn-visit {
  padding: 8px 40px;
  background: var(--color-primary);
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
}

.project-details .portfolio-info .btn-visit:hover {
  background: #ffc019;
}

.project-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--color-secondary);
}

.project-details .portfolio-description p {
  padding: 0;
}

.project-details .portfolio-description .testimonial-item {
  padding: 30px 30px 0 30px;
  position: relative;
  background: #f5f6f7;
  height: 100%;
  margin-bottom: 50px;
}

.project-details .portfolio-description .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}

.project-details .portfolio-description .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0 5px 0;
  padding-top: 20px;
}

.project-details .portfolio-description .testimonial-item h4 {
  font-size: 14px;
  color: #6c757d;
  margin: 0;
}

.project-details .portfolio-description .testimonial-item .quote-icon-left,
.project-details .portfolio-description .testimonial-item .quote-icon-right {
  color: #ffd565;
  font-size: 26px;
  line-height: 0;
}

.project-details .portfolio-description .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.project-details .portfolio-description .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.project-details .portfolio-description .testimonial-item p {
  font-style: italic;
  margin: 0 0 15px 0 0 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Service Details Section
--------------------------------------------------------------*/
.service-details .services-list {
  padding: 10px 30px;
  border: 1px solid #d5d7da;
  margin-bottom: 20px;
}

.service-details .services-list a {
  display: block;
  line-height: 1;
  padding: 8px 0 8px 15px;
  border-left: 3px solid #d9e3e8;
  margin: 20px 0;
  color: var(--color-secondary);
  transition: 0.3s;
}

.service-details .services-list a.active {
  font-weight: 700;
  border-color: var(--color-primary);
}

.service-details .services-list a:hover {
  border-color: var(--color-primary);
}

.service-details .services-img {
  margin-bottom: 20px;
}

.service-details h3 {
  font-size: 28px;
  font-weight: 700;
}

.service-details h4 {
  font-size: 20px;
  font-weight: 700;
}

.service-details p {
  font-size: 15px;
}

.service-details ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.service-details ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.service-details ul i {
  font-size: 20px;
  margin-right: 8px;
  color: var(--color-primary);
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
  padding: 20px 0 30px 0;
}

.contact .info-item i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  font-size: 24px;
  line-height: 0;
  color: var(--color-primary);
  border-radius: 50%;
  border: 2px dotted #ffd565;
}

.contact .info-item h3 {
  font-size: 20px;
  color: #6c757d;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-item p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
  padding: 30px;
}

.contact .php-email-form .form-group {
  padding-bottom: 20px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #059652;
  border-top-color: #fff;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--color-primary);
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: var(--color-primary);
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 5px;
}

.contact .php-email-form button[type=submit]:hover {
  background: rgba(254, 185, 0, 0.8);
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}ß

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  background:url('../../assets/img/hero-bg.png');
}

.heroimg {
  background: url('../../assets/img/hero-bg1.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.heroimg .slider {
  width: 100%;
  padding: 0;
  margin: 0;
}

.heroimg .slider .slide {
  position: relative;
  padding: 0;
  margin: 0;
}

.heroimg .slide img {
  width: 62%;
  /* height: 100%; */
  display: block;
  position: absolute;
  z-index: -999;
  overflow: hidden;
  /* transform: scale(0.75); */
  top: 20px;
  left: -6%;
  margin: 0;
  padding: 0;
}

.heroimg q {
  font-family: var(--font-primary);
  color: #fff;
  font-size: 2.8rem;
  font-weight: 600;
  width: 40%;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  padding: 0 5rem;
  top: 1rem;
  left: 0;
  right: 0;
  letter-spacing: 6px;
  line-height: 50px;
  float: right;
  margin: 12% 12%;
}

.heroimg q span {
  font-weight: 900;
  display: block;
}


q:before {
  display: block;
  text-align: left;
  position: relative;
  left: -3rem;
}

q:after {
  display: block;
  text-align: right;
  position: relative;
  left: 3rem;
}

.heroimg .carousel-item {
  transition: auto;
}

.hero .info {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.hero .info h2 {
  color: #fff;
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-size: 56px;
  font-weight: 700;
  position: relative;
}

.hero .info h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 4px;
  background: var(--color-primary);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.hero .info p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
}

.hero .info .btn-get-started {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  border: 2px solid var(--color-primary);
}

.hero .info .btn-get-started:hover {
  background: var(--color-primary);
}

.hero .carousel-control-prev {
  justify-content: start;
}

.hero .carousel-control-next {
  justify-content: end;
}

.hero .carousel-control-next-icon,
.hero .carousel-control-prev-icon {
  background: none;
  font-size: 26px;
  line-height: 0;
  background: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
  border-radius: 50px;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero .carousel-control-prev,
.hero .carousel-control-next {
  z-index: 3;
  transition: 0.3s;
}

.hero .carousel-control-prev:focus,
.hero .carousel-control-next:focus {
  opacity: 0.5;
}

.hero .carousel-control-prev:hover,
.hero .carousel-control-next:hover {
  opacity: 0.9;
}



/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Blog Posts List
--------------------------------------------------------------*/
.card-img {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  height: 250px;
}

.card-title {
  margin-bottom: 0.3rem;
}

.cat {
  display: inline-block;
  margin-bottom: 1rem;
}

.fa-users {
  margin-left: 1rem;
}

.card-footer {
  font-size: 0.8rem;
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/

.blog .blog-details {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-details .post-img {
  width:100%;
  overflow: hidden;
}

.blog .blog-details .title {
  font-size: 28px;
  font-weight: 700;
  padding: 0;
  margin: 20px 0 0 0;
  color: var(--color-secondary);
}
.blog .blog-details .blog-cat,
.blog .blog-details .blog-content,
.blog .blog-details .blog-footer {
  margin-top:10px;
  padding:0 30px;
}

.blog .blog-details .blog-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .blog-details .blog-content ul, .card-body > ul {
  display: flex;
  padding:0;
  margin:0;
}

.blog .blog-details .blog-content ul, 
.blog .blog-details .blog-content ul a, 
.card-body > ul > li a
 {
  text-decoration: none;
  color: var(--color-primary) !important;
}

.blog .blog-details .blog-content ul li {
  margin-left:10px;
}

.blog .blog-details .blog-content ul li:first-child {
  margin-left:0;
}

.blog .blog-details .blog-content ul li i, .card-body > ul > li i{
  margin-right:4px;
}

.blog .blog-details .blog-content blockquote {
  overflow: hidden;
  background-color: rgba(82, 86, 94, 0.06);
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .blog-details .blog-content blockquote p {
  color: var(--color-default);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .blog-details .blog-content blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--color-primary);
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .blog-pagination {
  margin-top: 30px;
  color: #838893;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: var(--color-secondary);
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: var(--color-primary);
  color: #fff;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: var(--color-white);
}


/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/
.blog .sidebar {
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  margin-bottom:2rem;
}

.blog .sidebar h2,
.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  color: var(--color-primary);
}

.blog .sidebar h2,
.blog .sidebar .sidebar-title {
  text-transform: uppercase;
  background: none;
  border-bottom: 2px solid var(--color-default);
  text-align: left;
  padding: 12px 0;
  margin-bottom: 15px
}

.blog .sidebar .sidebar-item+.sidebar-item {
  margin-top: 40px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid rgba(82, 86, 94, 0.3);
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type=search] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form input[type=search]:focus {
  outline: none;
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: var(--color-primary);
  color: var(--color-secondary);
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: rgba(254, 185, 0, 0.8);
}

.blog .sidebar ul {
	padding: 0;
  margin: 4px 12px;
  list-style: inside;
}

.blog .sidebar ul.wp-block-latest-posts {
  list-style: none;
}

.blog .sidebar ul .wp-block-latest-posts__featured-image {
  margin-right: 15px;
  float: left;
  justify-content: start;
  padding: 0 0 10px;
  margin-top: -3px;
}

.blog .sidebar ul.wp-block-latest-posts a,
.blog .sidebar ul.wp-block-latest-posts time {
  margin-left: 15px;
  display: block;
  margin: 2px 0 0 0;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: var(--color-secondary);
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: var(--color-default);
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: rgba(54, 77, 89, 0.4);
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item {
  display: flex;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  max-width: 80px;
  margin-right: 15px;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: var(--color-secondary);
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: var(--color-primary);
}

.blog .sidebar .recent-posts time {
  display: block;
  font-style: italic;
  font-size: 14px;
  color: rgba(54, 77, 89, 0.4);
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #838893;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid rgba(131, 136, 147, 0.4);
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: var(--color-secondary);
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: rgba(131, 136, 147, 0.8);
  font-size: 14px;
}

/*--------------------------------------------------------------
# Blog Comments
--------------------------------------------------------------*/
.blog .comments {
  margin-top: 30px;
}

.blog .comments .comments-count {
  font-weight: bold;
}

.blog .comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .comments .comment .comment-img {
  margin-right: 14px;
}

.blog .comments .comment .comment-img img {
  width: 60px;
}

.blog .comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .comments .comment h5 a {
  font-weight: bold;
  color: var(--color-default);
  transition: 0.3s;
}

.blog .comments .comment h5 a:hover {
  color: var(--color-primary);
}

.blog .comments .comment h5 .reply {
  padding-left: 10px;
  color: var(--color-secondary);
}

.blog .comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .comments .comment time {
  display: block;
  font-size: 14px;
  color: rgba(82, 86, 94, 0.8);
  margin-bottom: 5px;
}

.blog .comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .comments .reply-form p {
  font-size: 14px;
}

.blog .comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .comments .reply-form input:focus {
  box-shadow: none;
  border-color: rgba(254, 185, 0, 0.8);
}

.blog .comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: rgba(254, 185, 0, 0.8);
}

.blog .comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: var(--color-secondary);
}

.blog .comments .reply-form .btn-primary:hover {
  color: var(--color-secondary);
  background-color: var(--color-primary);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  color: #fff;
  background: url("../img/footer-bg.jpg") top center no-repeat;
  background-size: cover;
  font-size: 14px;
  padding: 80px 0 60px 0;
  position: relative;
}

.footer:before {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  inset: 0;
}

.footer .footer-content .footer-info {
  margin-bottom: 30px;
}

.footer .footer-content .footer-info h3 {
  font-size: 28px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.footer .footer-content .footer-info h3 span {
  color: var(--color-primary);
}

.footer .footer-content .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: var(--font-primary);
  color: #fff;
}

.footer .footer-content .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  line-height: 1;
  margin-right: 8px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.footer .footer-content .social-links a:hover {
  background: var(--color-primary);
  text-decoration: none;
}

.footer .footer-content h4 {
  font-size: 1.5em;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding: 1rem;
  border: 1px solid #fff;
  border-image: linear-gradient(to right, #00aaa7 40%, #fff 60%) 5;
  margin-bottom: 1rem;
  text-transform: uppercase;
  text-align: center;
}

.footer .footer-content .footer-links {
  margin-bottom: 30px;
  padding: 0 3.5rem;
}

.footer .footer-content .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-content .footer-links ul li {
  padding: 8px 0;
}

.footer .footer-content .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-content .footer-links ul a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-size: 1.2em;
}

.footer .footer-content .footer-links ul a:hover {
  color: #fff;
}

.footer .footer-legal .copyright {
  padding-top: 30px;
  letter-spacing: 4px;
  font-size: 1.2em;
  font-weight: bold;
}

.footer .footer-legal .copyright span {
  text-transform: uppercase;
}

.footer .footer-legal .credits {
  padding-top: 4px;
  font-size: 13px;
  color: #fff;
}

.footer .footer-legal .credits a {
  color: var(--color-primary);
}