/*
Theme Name: Chartered Accountant Pro
Theme URI:
Author: VW Themes
Author URI: https://www.vwthemes.com/
Description:
Version: 0.0.1
Requires at least: 5.8.0
Tested up to: 6.0.3
Requires PHP: 7.2
License: GNU General Public License
License URI:license.txt
Text Domain: chartered-accountant-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
Chartered Accountant Pro WordPress Theme has been created by VW Themes(vwthemes.com), 2023.
Chartered Accountant Pro WordPress Theme is released under the terms of GNU GPL
*/
:root {
  --green: #106b62;
  --black: #000000;
  --white: #ffffff;
  --theme-font: "Segoe UI", Arial, sans-serif;
}

/* Basic Style */
html body {
  margin: 0;
  padding: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  background-color: white;
  position: relative;
  font-size: 14px;
  color: var(--black);
  font-family: var(--theme-font);
  background: var(--white);
}
label {
  margin-bottom: 0 !important;
}
img {
  margin: 0;
  padding: 0;
  border: none;
  max-width: 100%;
  height: auto;
  width: auto;
}
section img {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: var(--theme-font);
  font-weight: bold;
}
p {
  margin: 0 0 15px;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
}
p,
ul li a {
  letter-spacing: 0px;
  font-family: var(--theme-font);
}
body a {
  text-decoration: none;
  color: #277bf8;
}
a:hover {
  text-decoration: none;
  color: var(--black1);
}
a:focus,
a:hover {
  text-decoration: none !important;
}
ul,
ol {
  margin: 0 0 0 0;
  padding: 0;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="phno"],
input[type="password"],
textarea,
.form-group input,
select {
  border: 1px solid transparent;
  font-size: 14px;
  padding: 10px 10px;
  margin: 0 0 0px 0;
  height: auto;
  width: 100%;
  background: #ffffff;
  border-radius: 5px;
  margin-bottom: 10px;
  color: #000;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #000;
}
.wpcf7-spinner {
  position: absolute;
  margin: 0 5px;
  right: -36px;
  z-index: 1;
  opacity: 1;
}
.advisor-form-box .theme-btn p {
  margin-bottom: 0;
}
.advisor-form-box .theme-btn p input {
  background: transparent;
  border: none;
  font: 400 16px / 20px var(--theme-font);
  color: #fff;
}
section {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding: 60px 0;
  background-attachment: scroll;
  overflow-x: hidden;
}
.screen-reader-text {
  position: absolute;
  top: -9999em;
  left: -9999em;
}
section a:hover {
  color: var(--green);
}
/*------------------------- Headings --------------------------*/
section h2 {
  font: bold 30px / 32px var(--theme-font);
  letter-spacing: 0px;
}
section h3 {
  font-weight: 500;
  right: -36px;
  z-index: 1;

  font-size: 26px;
}
section h4,
h4 a {
  font: 600 20px / 26px var(--theme-font);
  letter-spacing: 0px;
}
section h5 {
  font: 600 19px / 23px var(--theme-font);
  letter-spacing: 0px;
}
section h6 {
  font: 600 15px / 28px var(--theme-font);
  letter-spacing: 0px;
}
p {
  font: 400 15px/25px var(--theme-font);
  letter-spacing: 0px;
}
/* ----------- Post Content ---------------*/

.vw-fixed {
  background-attachment: fixed !important;
  background-size: cover;
  background-repeat: no-repeat;
}
.vw-scroll {
  background-attachment: scroll !important;
  background-size: cover;
  background-repeat: no-repeat;
}
.slider-bg-image.vw-fixed {
  position: fixed !important;
}
/* ---------- Return to Top ------------ */
#return-to-top {
  position: fixed;
  bottom: 10px;
  right: 19px;
  background: #000;
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: block;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  border: 8px solid #111111;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9;
  align-items: center;
  display: flex;
  justify-content: center;
}
#return-to-top i {
  position: relative;
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff !important;
  font-weight: 800;
}
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}

.sticky.stickynavbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  background: var(--white);
  padding: 15px 0;
  box-shadow: 0px 0px 20px #0000002b;
}
.sticky.stickynavbar .header-inner {
  background: unset;
  box-shadow: unset;
}
.owl-nav button {
  background: #106b62;
  border: none;
  height: 40px;
  width: 40px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.owl-nav button i {
  font-size: 20px;
  color: #fff;
}
.owl-nav button:hover {
  background: var(--black);
}
/* ----------- Spinner ------------- */
.eco-box {
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 99999999;
  background-color: var(--green);
  width: 100%;
}
.loader-main {
  display: flex;
  justify-content: center;
  width: max-content;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: max-content;
}

.loader {
  width: 50px;
  aspect-ratio: 1;
  display: grid;
  border-radius: 50%;
  background:
    linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.5) 30%,
        #ffffff00 0 70%,
        rgb(255, 255, 255) 0
      )
      50%/8% 100%,
    linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.25) 30%,
        #fffdfd00 0 70%,
        rgba(255, 255, 255, 0.75) 0
      )
      50%/100% 8%;
  background-repeat: no-repeat;
  animation: l23 1s infinite steps(12);
}
.loader::before,
.loader::after {
  content: "";
  grid-area: 1/1;
  border-radius: 50%;
  background: inherit;
  opacity: 0.915;
  transform: rotate(30deg);
}
.loader::after {
  opacity: 0.83;
  transform: rotate(60deg);
}
@keyframes l23 {
  100% {
    transform: rotate(1turn);
  }
}

/* common css */
.main-head {
  font: bold 34px / 49px var(--theme-font);
  color: var(--black);
}
.sub-head {
  font: 700 18px / 22px var(--theme-font);
  letter-spacing: 0px;
  color: var(--green);
}
.main-para {
  font: 400 16px / 26px var(--theme-font);
  color: var(--black);
}

.theme-btn {
  border-radius: 6px;
  position: relative;
  transition: all 0.5s;
  overflow: hidden;
  display: inline-block;
  padding: 10px 30px;
  z-index: 1;
  width: max-content;
  transition: all 0.4s ease 0.5s;
  background: var(--black);
  color: var(--white);
  font: 600 16px / 20px var(--theme-font);
  display: block;
}
.theme-btn:before,
.theme-btn:after {
  content: "";
  z-index: -1;
  width: 100%;
  height: 105%;
  position: absolute;
  top: -1px;
  transition: transform 0.6s;
  background: var(--green);
}
.theme-btn:after {
  clip-path: polygon(20% 0, 0 50%, 20% 100%, 100% 100%, 100% 0);
  left: 100%;
}
.theme-btn:before {
  clip-path: polygon(80% 0, 100% 50%, 80% 100%, 0 100%, 0 0);
  right: 100%;
}
.theme-btn:hover {
  color: var(--white);
}
.theme-btn:hover:before {
  transform: translateX(90%);
}
.theme-btn:hover:after {
  transform: translateX(-90%);
}

/* Blog */
.blog-img-main {
  position: relative;
}
.news-author {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 5px;
  background: #fff;
  padding: 4px 10px;
  border-radius: 4px;
  width: max-content;
  left: 10px;
  gap: 10px;
}
.author-image {
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
.blog-inner-content-box {
  background: #ffffff;
  border: 1px solid #e9e9e9;
  padding: 10px;
  border-radius: 0 0 10px 10px;
}
.blog-img-main img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.author-image {
  height: 30px !important;
  width: 30px !important;
  border-radius: 50% !important;
  object-fit: cover;
}
.blog-title h4 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-title h4 a {
  color: #000;
}
.blog-title h4 a:hover {
  color: var(--green);
}
.blog-detail:hover .news-author {
  margin-left: 50px;
  transition: 0.5s;
  background: #106b62;
  color: #fff;
}
/* about sec */
.page-template-about .abt-btn {
  display: none;
}
.about-img-main {
  display: grid;
  position: relative;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(8, 40px);
  grid-gap: 15px;
}
.about-img-main .abt-main-iner:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 6;
  grid-row-start: 2;
  grid-row-end: 8;
  position: relative;
  z-index: 0;
}
.about-img-main .abt-main-iner:nth-child(1)::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #e6f4f3;
  border-radius: 10px;
  z-index: -1;
  left: 95px;
  width: 90%;
}
.about-img-main .abt-main-iner:nth-child(1) img {
  width: 323px;
  height: 355px;
  position: relative;
  top: -21%;
  animation: shake 16s ease infinite;
}
.about-img-main .abt-main-iner:nth-child(2) {
  grid-column-start: 5;
  grid-column-end: 8;
  grid-row-start: 3;
  grid-row-end: 8;
  position: relative;
  z-index: 1;
  margin-top: 15px;
}
.about-img-main .abt-main-iner:nth-child(3) {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 7;
  grid-row-end: 10;
  position: relative;
  top: -18px;
  z-index: 1;
}
.about-img-main .abt-main-iner:nth-child(4) {
  grid-column-start: 4;
  grid-column-end: 7;
  grid-row-start: 1;
  grid-row-end: 3;
  position: relative;
  z-index: 1;
  right: 10px;
}
.abt-main-iner img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.abt-counter-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px 10px;
  position: relative;
  align-items: center;
  text-align: center;
  margin-top: 30px;
}
.bt-counter-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 29px 25px;
}
.abt-counter-box {
  background: #106b62;
  height: 140px;
  width: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}
.abt-counter-box::after {
  content: "";
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 2px dashed var(--white);
  position: absolute;
  top: 10px;
  left: 0px;
  right: 0px;
  bottom: 0;
  display: block;
  text-align: center;
  margin: 0 auto;
  opacity: 0;
  transform: translate(0px, 10px);
}
.abt-counter-box:hover {
  background: var(--black);
}
.abt-counter-box:hover::after {
  animation: spin 10s linear infinite;
  opacity: 1;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.abt-counter-1 {
  position: relative;
  top: -10px;
  right: -14px;
}
.abt-counter-wrap svg {
  position: absolute;
  top: 45px;
  z-index: -1;
  width: 100%;
}
.abt-counter-3 {
  position: relative;
  top: -40px;
  right: 15px;
}
.abt-counter-4,
.abt-counter-2 {
  position: relative;
  top: -25px;
}
.abt-counter-wrap h3 {
  color: #fff;
}

/* TEstimonial */
.test-img {
  height: 100%;
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
}
.testi-left-wrap i {
  background: #106b62;
  width: 90px;
  height: 90px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  color: #ffff;
  border-radius: 50%;
  bottom: 20%;
  left: -13%;
}
.test-box {
  background: #e7e7e7;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  position: absolute;
  right: -50px;
  top: 30px;
  z-index: -1;
}
.testimonial-box {
  background: rgba(230, 244, 243, 1);
  padding: 25px 30px;
  border-radius: 20px;
}
.testimonial-box:hover i {
  color: var(--green);
  transition: 1s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.testimonial-box h4 a {
  color: #000;
}
.testimonial-box i {
  color: #daeceb;
  font-size: 60px;
  position: relative;
  right: 15px;
}
.testimonial-box img {
  border-radius: 6px;
}
/* #testimonial .owl-carousel {
  left: -20%;
  top: 25%;
} */
.test-content-box {
  padding-left: 20%;
  padding-bottom: 6%;
}
.testi-left-wrap {
  position: absolute;
  width: 300px;
  height: 345px;
  left: 15%;
}
#testimonial .owl-nav {
  position: absolute;
  display: flex;
  gap: 10px;
  bottom: 10%;
  left: -11%;
}

/* services */
.services-img {
  background: #000;
  height: 70px;
  width: 70px;
  padding: 15px;
  border-radius: 50%;
  margin: 0 auto;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
  animation-name: pulse;
}
.services-img img {
  height: 100%;
  width: 100%;
}
.services-wrap {
  background: #fff;
  padding: 50px 30px;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 20px;
}
.services-back-iner h2,
.services-back-iner p {
  color: var(--white);
}
.services-row .services-box:nth-child(even) .services-wrap {
  background: #e9e9e9;
}
.services-back-iner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
  height: 100%;
  text-align: center;
}
.services-back {
  position: relative;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
}
.services-back::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.8;
  inset: 0px;
  background: var(--green);
}
.services-wrap h4 a {
  color: var(--black);
}
.services-wrap h4 a:hover {
  color: var(--green);
}

/* nvjahlvaliv     ye icons ko centre krne ke liye*/
.choose-wrap .mb-4 img {
  display: block;
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
/* messgae form direcetor*/
.director-message {
  margin: 30px 0;
}

.director-message h4 {
  font-size: 24px;
  font-weight: 700;
  color: #f2ebeb;
  margin-bottom: 15px;
}

.director-message p {
  line-height: 1.8;
  color: #fff9f9;
}

/* =====================
slider wala seaction 
======================= */
/*======================================
        HERO SLIDER
======================================*/

#heroSlider {
  position: relative;
}

#heroSlider .carousel-inner {
  overflow: hidden;
}

#heroSlider .carousel-item {
  min-height: 720px;
  display: flex;
  align-items: center;
}

#heroSlider .container {
  height: 720px;
  display: flex;
  align-items: center;
}

/*======================================
        LEFT CONTENT
======================================*/

.slider-middle-wrap {
  max-width: 620px;
}

.sub-head {
  display: inline-block;

  padding: 12px 25px;

  background: rgb(230, 244, 243);

  color: var(--black);

  border-radius: 50px;

  font-size: 15px;

  font-weight: 600;

  margin-bottom: 25px;
}

.slider-head {
  font-size: 62px;

  font-weight: 800;

  line-height: 1.1;

  color: #111;

  margin-bottom: 25px;
}

.main-para {
  font-size: 18px;

  color: #666;

  line-height: 1.9;

  margin-bottom: 35px;
}

/*======================================
      SERVICE TAGS
======================================*/

.hero-service-links {
  display: flex;

  flex-wrap: wrap;

  gap: 12px;

  margin-bottom: 35px;
}

.hero-service-links a {
  text-decoration: none;

  background: #f4f4f4;

  padding: 10px 18px;

  border-radius: 40px;

  color: #333;

  font-weight: 600;

  transition: 0.35s;
}

.hero-service-links a:hover {
  background: #ba3e56;

  color: #fff;
}

/*======================================
          BUTTONS
======================================*/

.hero-actions {
  display: flex;

  gap: 20px;

  align-items: center;

  flex-wrap: wrap;
}

.hero-contact-link {
  text-decoration: none;

  font-weight: 600;

  color: #222;
}

.hero-contact-link i {
  margin-left: 8px;

  transition: 0.35s;
}

.hero-contact-link:hover i {
  transform: translateX(8px);
}

/*======================================
        RIGHT IMAGE
======================================*/

.slider-image-wrap {
  position: relative;

  text-align: center;
}

.slider-man-img {
  max-width: 100%;

  animation: floating 4s ease-in-out infinite;
}

@keyframes floating {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-18px);
  }

  100% {
    transform: translateY(0);
  }
}

/*======================================
        TAX BOX
======================================*/

.tax-box {
  position: absolute;

  left: 30px;

  bottom: 60px;

  background: #fff;

  padding: 18px 25px;

  border-radius: 18px;

  display: flex;

  align-items: center;

  gap: 15px;

  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);

  animation: floatBox 4s ease-in-out infinite;
}

.tax-box img {
  width: 55px;
}

.tax-box h5 {
  font-size: 24px;

  margin: 0;

  color: #111;
}

.tax-box p {
  margin: 0;

  color: #666;
}

@keyframes floatBox {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

/*======================================
        ANIMATION
======================================*/

.carousel-item .slider-middle-wrap {
  opacity: 0;

  transform: translateX(-60px);

  transition: all 0.9s ease;
}

.carousel-item.active .slider-image-wrap {
  opacity: 1;

  transform: translateX(0);
}

/*======================================
      INDICATORS
======================================*/

.carousel-indicators {
  bottom: -10px;
}

.carousel-indicators button {
  width: 12px !important;

  height: 12px !important;

  border-radius: 50%;

  background: #ba3e56 !important;
}

/*======================================
        RESPONSIVE
======================================*/

@media (max-width: 1200px) {
  .slider-head {
    font-size: 52px;
  }
}

@media (max-width: 991px) {
  #heroSlider .carousel-item,
  #heroSlider .container {
    height: auto;
    min-height: 650px;
  }

  .slider-middle-wrap {
    max-width: 100%;
    text-align: center;
  }

  .slider-head {
    font-size: 42px;
  }

  .main-para {
    font-size: 17px;
  }

  .hero-service-links {
    justify-content: center;
  }

  .hero-actions {
    justify-content: center;
  }

  .slider-image-wrap {
    margin-top: 40px;
  }

  .tax-box {
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
  }
}

@media (max-width: 767px) {
  .slider-head {
    font-size: 32px;
  }

  .main-para {
    font-size: 15px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions a {
    width: 100%;
    max-width: 250px;
    text-align: center;
  }

  .hero-service-links {
    justify-content: center;
  }

  .tax-box {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    margin: 30px auto 0;
  }
}
/*====================================
      PREMIUM HERO ANIMATION
====================================*/

#heroSlider {
  overflow: hidden;
}

#heroSlider .carousel-item {
  transition: transform 0.8s ease-in-out;
}

#heroSlider .carousel-item img {
  transition: transform 2s ease;
}

#heroSlider .carousel-item.active img {
  transform: scale(1.08);
}
/*=============================
        TEXT ANIMATION
=============================*/

.slider-middle-wrap > * {
  opacity: 0;
  transform: translateY(40px);
}

.carousel-item.active .sub-head {
  animation: fadeUp 0.6s 0.2s forwards;
}

.carousel-item.active .slider-head {
  animation: fadeUp 0.6s 0.4s forwards;
}

.carousel-item.active .main-para {
  animation: fadeUp 0.6s 0.6s forwards;
}

.carousel-item.active .hero-service-links {
  animation: fadeUp 0.6s 0.8s forwards;
}

.carousel-item.active .hero-actions {
  animation: fadeUp 0.6s 1s forwards;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Smooth Image Animation */

.slider-image-wrap {
  opacity: 0;
  transform: translateX(120px) scale(0.95);
  transition:
    opacity 0.9s ease,
    transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.carousel-item.active .slider-image-wrap {
  opacity: 1;
  transform: translateX(0) scale(1);
}
/*=============================
      FLOATING IMAGE
=============================*/

.slider-man-img {
  animation: floating 4s ease-in-out infinite;
}

@keyframes floating {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-18px);
  }

  100% {
    transform: translateY(0);
  }
}

/*=============================
      TAX BOX
=============================*/

.tax-box {
  animation: floatBox 3.5s ease-in-out infinite;
}

@keyframes floatBox {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

/*=============================
        ARROWS
=============================*/

.carousel-control-prev,
.carousel-control-next {
  width: 60px;
  opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 55px;
  height: 55px;

  border-radius: 50%;

  background-color: #ba3e56;
  background-size: 45%;

  transition: 0.3s;
}

.carousel-control-prev:hover .carousel-control-prev-icon,
.carousel-control-next:hover .carousel-control-next-icon {
  transform: scale(1.1);
}

/*=============================
      INDICATORS
=============================*/

.carousel-indicators {
  bottom: -45px;
}

.carousel-indicators button {
  width: 12px !important;
  height: 12px !important;

  border-radius: 50%;

  background: #ba3e56 !important;

  opacity: 0.35;

  transition: 0.35s;
}

.carousel-indicators .active {
  opacity: 1;

  transform: scale(1.35);
}

/*=============================
      BUTTON HOVER
=============================*/

.theme-btn {
  transition: 0.35s;
}

.theme-btn:hover {
  transform: translateY(-4px);
}

.hero-contact-link {
  transition: 0.35s;
}

.hero-contact-link:hover {
  letter-spacing: 0.4px;
}

/*=============================
      RESPONSIVE
=============================*/

@media (max-width: 1200px) {
  .slider-head {
    font-size: 48px;
  }
}

@media (max-width: 991px) {
  #heroSlider .carousel-item {
    padding: 70px 0;
  }

  .slider-middle-wrap {
    text-align: center;
  }

  .hero-service-links {
    justify-content: center;
  }

  .hero-actions {
    justify-content: center;
  }

  .slider-image-wrap {
    margin-top: 40px;
  }

  .tax-box {
    position: relative;

    left: auto;
    bottom: auto;

    margin: 30px auto 0;

    display: inline-flex;
  }
}

@media (max-width: 767px) {
  .slider-head {
    font-size: 34px;

    line-height: 1.25;
  }

  .main-para {
    font-size: 15px;
  }

  .hero-actions {
    flex-direction: column;

    gap: 15px;
  }

  .hero-actions a {
    width: 100%;

    max-width: 250px;

    text-align: center;
  }

  .hero-service-links {
    justify-content: center;
  }

  .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }
}

@media (max-width: 480px) {
  .slider-head {
    font-size: 28px;
  }

  .sub-head {
    font-size: 13px;

    padding: 8px 16px;
  }

  .main-para {
    font-size: 14px;
  }
}
