.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@font-face {
  font-family: myAnalogistFont;
  src: url("../fonts/Analogist.otf");
}
@font-face {
  font-family: myFont;
  src: url("../fonts/Gellisto.ttf");
}

h1,
h2 {
  font-family: myAnalogistFont;
}
body {
  font-family: myFont;
}

.header-row .social-media-icons {
  width: 100%;
  display: flex;
  justify-content: right;
}
.navbar-container .header-row i::before,
.navbar-container .header-row span {
  color: rgb(68 111 173);
}
.navbar-container a {
  font-family: myAnalogist;
}
.navbar-container .navbar-row .logo {
  text-align: center;
}
@media (min-width: 768px) {
  .navbar-container .navbar-row .logo {
    text-align: right;
  }
}
.navbar-row {
  /* padding-top: 10px; */
}
.navbar-scrolled{
  position: fixed;
  width: 100%;
  background-color: #1c89ff;
}
.navbar-row .nav-links {
  margin: auto;
}
.navbar-container .closeSidebar img {
  width: 100%;
}
.navbar-container .navbar-row .logo img {
  width: 150px;
  height: auto;
}
.navbar-container .navbar-row .logo-heading {
  margin: auto;
}
@media (max-width: 620px) {
  .navbar-container .logo-heading .logo-heading-content {
    text-align: center;
  }
}
.navbar-container .logo-heading .logo-heading-content h2 {
  color: #235ea2;
  font-weight: 600;
  background: linear-gradient(to right, #194b84, #4da0cd);
  -webkit-background-clip: text;
  color: transparent;
}

.sidebar .dropdown {
  position: relative;
  display: inline-block;
}
.sidebar .sidebar-dropdownButton{
  position: relative;
}
.sidebar .sidebar-dropdownButton i{
  position: absolute;
  top: 12%;
    left: 100%;
}
.sidebar-dropdownContent {
  display: none;
  /* position: absolute; */
  background-color: #13315e;
  min-width: 160px;
  box-shadow: 0px 8px 16px 20px rgba(0,0,0,0.2);
  z-index: 1;
}

.sidebar-dropdownContent a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 20px !important;
}


/* .dropdown:hover .dropdown-content {
  display: block;
} */

/* The container <div> - needed to position the dropdown content */
.navbar-container .hyperlink-row .dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
 .navbar-container .hyperlink-row .dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  /* background-color: #235ea2; */
}
@media (min-width: 768px) {
  .navbar-container .hyperlink-row {
    /* margin-top: 32px; */
  }
}

.navbar-container .hyperlink-row .hyper-links {
  /* display: flex;
      justify-content: space-evenly;
      padding-left: 0 !important; */
}
.navbar-container .hyperlink-row .hyper-links .link {
  list-style: none;
  /* background-color: #818181; */
  /* border: 2px solid rgb(35 94 162); */
  font-size: 20px;
  border: none;
  padding: 10px 25px;
  border-radius: 7px;
  color: rgb(68 111 173);
  text-decoration: none;
  font-size: 19px;
  margin: 5px;
}
.navbar-container .hyperlink-row .hyper-links .link:hover {
  background-color: rgb(68 111 173);
  cursor: pointer;
  color: white;
}
/* .navbar-container .hyperlink-row .hyper-links .link:hover a {
    color: white;
  } */
@media (min-width: 768px) {
  .navbar-container .hyperlink-row #navbar-toggler-button {
    display: none;
  }

  .navbar-container .hyperlink-row #navbar-hyperlinks {
    display: flex !important;
  }
  .navbar-container .header-row {
    /* display: flex !important; */
  }
}
.navbar-container .header-row {
  margin-top: 10px;
}
.navbar-container .header-row a {
  text-decoration: none;
}
.navbar-container .header-row a span {
  padding-left: 10px;
}
.navbar-container .header-row .social-media-icons .social-media-links {
  display: inline;
  padding: 6px 5px 6px 10px;
  border-radius: 10%;
  cursor: pointer;
}
@media (min-width: 767px) {
  .navbar-container .header-row .social-media-icons .social-media-links {
    margin: 0px 2%;
  }
}
.navbar-container
  .header-row
  .social-media-icons
  .social-media-links
  a
  i::before {
  color: blue;
}
/* .navbar-container .header-row .social-media-icons .social-media-links:hover{
   background-color: white;
   border: 1px solid green;
   }
   .navbar-container .header-row .social-media-icons .social-media-links:hover a i::before {
    color: rgb(68 111 173);
 } */
/* .navbar-container .header-row .social-media-icons .social-media-links{
    display: inline;
  } */
.navbar-container .hyperlink-row #navbar-toggler-button {
  border: none;
  background: none;
}
.navbar-container .hyperlink-row #navbar-toggler-button img {
  width: 2.5rem;
}
.toggler-png {
  filter: drop-shadow(1px 1px 1px black);
}
.navbar-container .hyperlink-row #navbar-hyperlinks {
  display: none;
  justify-content: center;
}
.navbar-container .hyperlink-row .hyper-links .dropdown .dropbtn {
  position: relative;
}
.navbar-container .hyperlink-row .hyper-links .dropdown .dropbtn i {
  position: absolute;
  top: 22%;
  right: 4%;
}
@media (min-width: 768px) {
  .navbar-container .hyperlink-row .navbar-toggler-col {
    margin-bottom: 30px;
  }
}
.navbar-container .hyperlink-row .navbar-toggler-col {
  text-align: right;
}
.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #082644;
  overflow-x: hidden;
  transition: 0.5s;
  /* padding-top: 60px; */
}

.sidebar .closeSidebar {
  border-bottom: 1px solid gray;
}
.sidebar .closeSidebar img {
  width: 130px;
  margin-left: 24px;
  margin-top: 11px;
  margin-bottom: 10px;
  filter: drop-shadow(2px 2px 1px white);
}
.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: #f1f1f1;
}

.sidebar .closeSideNavbtn {
  position: absolute;
  top: -8px;
  /* right: 25px; */
  font-size: 36px;
  text-align: right;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {
    padding-top: 15px;
  }
  .sidebar a {
    font-size: 18px;
  }
}

/* Style the sidenav links and the dropdown button */
.sidebar a,
.dropdown-btn {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 30px;
  color: #ffffff;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}

/* On mouse-over */
.sidebar a:hover,
.dropdown-btn:hover {
  color: #f1f1f1;
}



/* HERO BANNER  */
.hero-banner img {
  width: 100%;
}

.hero-banner .hero-image {
  padding: 0px;
}
/* HERO BANNER  */

/* INTRO  */
.welcome {
  margin-top: 20px;
}
.welcome .title {
  text-align: center;
}
.welcome .title h1 {
  font-size: 45px;
}
.welcome .title span {
  background: linear-gradient(to right, #d3b334, #3f649c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
}
.welcome .para {
  padding: 4px 7px;
  font-size: 20px;
}
@media (min-width: 600px) {
  .welcome .para {
    padding: 10px 98px;
  }
}
/* INTRO  */

/* SERVICES  */
.services-container {
  margin-top: 30px;
}
.services-container .services-row {
  justify-content: center;
  text-align: center;
}
.services-container .s-card .image img {
  width: 130px;
}
.services-container .s-card{
  /* padding: 35px 10px; */
  padding-top: 15px;
  padding-bottom: 15px;
}
.services-container .s-card .card {
  /* width: 66%; */
  width: 100%;
  height: 100%;
  border: 1px solid black;
  /* border: none; */
  border-radius: 0px;
  margin: 24px auto;
  padding: 10px 5px;
}
@media(max-width: 469px){
  .services-container .s-card .card{
    width: 100%;
  }
}
@media((min-width: 470px) and (max-width: 575px)){
  .services-container .s-card .card{
    width: 70%;
  }
}
@media(min-width: 1545px){
  .services-container .s-card .card{
    width: 70%;
  }
}
.services-container .s-card .card:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.services-container .s-card .title {
  padding-top: 10px;
}
.services-container .s-card .card a {
  text-decoration: none;
 
  color: blue;
  /* padding: 5px; */
  /* border-radius: 5px; */
}
.services-container .view-more {
 padding-top: 45px;
}
.services-container .view-more a{
  padding: 7px 14px;
    color: white;
    text-decoration: none;
    border-radius: 2px;
    font-size: 20px;
    background: linear-gradient(to right, #3d5d91, #1c89ff);
    transition: background 1s ease-in; 
}
.services-container .view-more a:hover{
  background: linear-gradient(to right, #3d5d91, #3d5d91);
}
/* SERVICES  */

/* WHAT WE DO  */
.what-we-do {
  margin-top: 30px;
  background-color: rgb(226, 226, 255);
  padding: 33px 10px;
}
.what-we-do .intro .title {
  text-align: center;
}
.what-we-do .intro .title h1 {
  font-size: 40px;
}
.what-we-do .intro .para {
  padding: 5px 8px;
}
@media (min-width: 600px) {
  .what-we-do .intro .para {
    padding: 10px 98px;
  }
}
.what-we-do .intro .para p {
  font-size: 20px;
}

@media ((min-width: 600px) and (max-width: 767px)) {
  .what-we-do .info img {
    padding: 20px;
  }
}
.what-we-do .info img {
  width: 100%;
}
.what-we-do .info .content ul {
  padding-top: 20px;
  font-size: 20px;
  letter-spacing: 1.5px;
}
.what-we-do .info .content ul li {
  list-style: none;
}
.what-we-do .info .content ul li i {
  padding-right: 8px;
}
/* WHAT WE DO  */


/* TAX SERVICES STEPS */
.tax-services-steps .steps{
  padding: 30px 0;
}
.tax-services-steps .steps .box-wrapper{
  display: flex;
}
.tax-services-steps .steps .box{
  width: 100%;
  /* border: 2px solid black; */
  padding: 10px 15px;
  text-align: center;
  position: relative;
}
/* .tax-services-steps .steps .box .box-inner-wrapper::after{
  content: "";
width: 30px;
height: 30px;
background: url('../images/icons/right-arrow.png');
top: 10px;
right: 5px;
position: absolute;
} */
@media(max-width: 767px){
  .tax-services-steps .steps{
    overflow: auto;
    white-space: nowrap;
  }
}
/* TAX SERVICES STEPS */



/* FOOTER  */
.request-quote {
  /* display: flex; */
  padding: 27px 22px;
  background-color: #e74c3c;
  color: white;
}
.request-quote .button {
  /* padding-left: 10%; */
}
.request-quote .button a {
  text-decoration: none;
  background-color: #4168a3;
  color: white;
  padding: 12px;
  font-size: 20px;
}

.request-quote .button a:hover {
  background-color: white;
  color: #e74c3c;
}

.footer {
  padding: 30px 10px;
  background-color: rgb(36, 35, 35);
  color: white;
}
.footer .row {
  justify-content: center;
}
.footer .image img {
  width: 150px;
}

.footer .title {
  padding-top: 20px;
}
.footer .title h4 {
  font-size: 30px;
  color: #adadbe;
}
.footer .item {
  padding: 8px 0px;
}
.footer .item .footer-link i {
  padding-right: 8px;
}
.footer .contact a {
  text-decoration: none;
  color: white;
}
.footer .contact a:hover {
  color: #629ad0;
  text-decoration: underline;
}

.footer .services ul {
  padding-left: 0;
}
.footer .services ul li {
  list-style: none;
  font-size: 20px;
  width: max-content;
}
.footer .services ul li i {
  padding-right: 10px;
}
.footer .services ul li:hover {
  color: #629ad0;
  cursor: pointer;
}

.footer .social-media-links .social-links {
  padding-top: 20px;
}
.footer .social-links a {
  padding: 2px 10px;
}
.footer .social-links a i::before {
  color: white;
  font-size: 22px;
}
.footer .social-links a i:hover::before {
  color: #629ad0;
}
/* FOOTER  */

/*//////////////////////////////////////////////////// ABOUT US  ////////////////////////////////////////////////////////////////*/

.about-banner .para {
  font-size: 20px;
  padding: 10px 17px;
}

.mission-vision {
  padding-top: 50px;
  padding-bottom: 30px;

  justify-content: center;
}
.mission-vision .card {
  text-align: center;
  padding: 10px;
  margin-bottom: 20px;
  height: 100%;
}
.mission-vision .card:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.mission-vision .card img {
  width: 70px;
}
.mission-vision .card .title {
  padding-top: 20px;
  padding-bottom: 30px;
}
.mission-vision .card .title h2 {
  background: linear-gradient(to right, #d3b334, #022456);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
}

.mission-vision .card .desc {
  font-size: 20px;
}
/*//////////////////////////////////////////////////// ABOUT US  ////////////////////////////////////////////////////////////////*/

/*/////////////////////////////////////////////////// GST SERVICES  //////////////////////////////////////////////////////////////////*/

.gst-registration-page .banner img {
  width: 100%;
}
.gst-registration-page .banner {
  position: relative;
  margin-right: -12px;
  margin-left: -12px;
}
@media (min-width: 600px) {
  .gst-registration-page .banner img {
    height: 320px;
  }
}
.gst-registration-page .banner .heading {
  position: absolute;
  top: 30%;
  left: 2%;
  border-radius: 7px;
  background-color: #ffffffd4;
  padding: 10px 8px;
  box-shadow: 2px 2px 4px grey;
}
@media (min-width: 560px) {
  .gst-registration-page .banner .heading {
    background-color: #ffffff6b;
  }
}
.gst-registration-page .banner .heading h1 {
  font-size: 41px;
  color: #013f99;
}
.gst-services {
  margin-top: 20px;
}
.gst-services .page-content-title-div {
  position: relative;
}
.gst-services .page-content-title::before {
  content: "";
  width: 100px;
  height: 4px;
  position: absolute;
  top: 75%;
  background: linear-gradient(to right, #0010ff, transparent);
}
.gst-services .description {
  padding: 10px 2px 10px 3px;
}
.gst-services .image img {
  width: 100%;
}
.gst-services .description span {
  font-weight: 800;
}
.gst-services .description p {
  font-size: 20px;
}
.gst-services .payment .card {
  text-align: center;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.gst-services .payment .card .amount {
  padding-bottom: 10px;
  padding-top: 10px;
  color: green;
}
.gst-services .payment .card .button {
  padding-bottom: 10px;
  /* padding-top: 10px; */
}
.gst-services .payment .card .button button {
  font-size: 20px;
  background-color: blue;
  color: white;
  padding: 10px;
  width: 80%;
  border-radius: 8px;
  border: none;
}
.gst-services .payment .card .button button:hover {
  background-color: rgb(82, 82, 255);
}



/* CONTACT US  */

@media (min-width: 767px) {
  .form-container {
    padding: 20px 50px;
  }
}
@media (min-width: 987px) {
  .form-container {
    padding: 20px 100px;
  }
}
@media (min-width: 1278px) {
  .form-container {
    padding: 20px 250px;
  }
}

.form-container .form {
  padding: 20px;
}
.form-container .main-row {
  box-shadow: rgb(86 80 80 / 74%) 0px 4px 6px;
  padding-left: 20px;
}

.form-container .form .input-area {
  width: 90%;
  padding: 20px;
}
.form-container .form .input-area input {
  border: transparent;
  outline: none;
  border-radius: 6px;
  border-bottom: 2px solid black;
  width: 90%;
  padding: 5px;
}
.form-container .form .input-area textarea {
  width: 90%;
  border: transparent;
  outline: none;
  border-bottom: 2px solid black;
  border-radius: 6px;
}
.form-container .contact-form-btn {
  position: relative;
  overflow: hidden;
  float: right;
  background: none;
  border: 2px solid #1362b1;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.form-container .contact-form-btn i {
  transition: transform 0.4s ease-in-out;
  font-size: 40px;
  padding-right: 7px;
}
.form-container .contact-form-btn i::before {
  color: #1362b1;
}
.form-container .contact-form-btn:hover {
  /* border: transparent; */
}

.form-container .contact-form-btn:hover i {
  transform: rotate(25deg);
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5));
  font-size: 45px;
}

.form-container .address {
  background-color: #1a4876;
  color: white;
  padding-top: 20px;
  padding-left: 20px;
}
.form-container .address .title {
  padding-bottom: 30px;
}
.form-container .address .add-content {
  padding: 10px 0px;
  display: flex;
}
.form-container .address .add-content .link {
  padding-left: 10px;
}
.form-container .address .add-content a {
  color: white;
  text-decoration: none;
}

/* CONTACT US  */


/*/////////////////////////////////////////// SERVICES PAGE  ////////////////////////////////////////////////////////*/
.service-page-container{
  background-color: #f3f3ff;
}
.service-page-container .title, .service-page-container .subtitle{
  text-align: center;
    padding: 20px;
}
.service-page-container .title h1{
  color: #1a468a;
}
.service-page-container .subtitle h2{
  color: #18448a;
}
.service-page-container .services .card{
  text-align: center;
  border: none;
  border-radius: 0px;
  padding: 20px 10px;
  margin: 15px auto;
}

.service-page-container .services .card:hover{
  box-shadow: 2px 2px 10px #b9b9b9;
}
@media((min-width: 490px) and (max-width: 767px)){
  .service-page-container .services .card{
    width: 60%;
  }
}
@media(min-width: 1200px){
  .service-page-container .services .card{
    width: 70%;
  }
}
.service-page-container .services .card .title{
  padding: 10px 0px;
}
.service-page-container .services .card .list ul{
  text-align: left;
  padding-left: 27%;
}
.service-page-container .services .card .list ul li{
list-style: none;
padding: 8px 2px;
font-size: 20px;
}
.service-page-container .services .card .list ul li a{
  text-decoration: none;
  color: rgb(48, 48, 48);
  padding-left: 8px;
  transition: 0.3s ease-in-out;
}
.service-page-container .services .card .list ul li a:hover{
  margin-right: -10px;
  color: rgb(29, 29, 29);
}
.service-page-container .services .card img{
  width: 200px;
}
/*/////////////////////////////////////////// SERVICES PAGE  ////////////////////////////////////////////////////////*/




.sticky-links{
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;

}

/* STICKY BUTTON  */
.sticky-button {
  position: fixed;
  bottom: 20px;
  display: block;
  right: 14px;
  z-index: 1;

  /* display: none; */
}

.sticky-button .icon {
  background-color: rgb(35 94 162 / 50%);
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  border-radius: 50%;
  margin: 5px 0px;

}

.sticky-button img {
  width: 30px;
}

@media(min-width: 992px) {
  .sticky-button img {
    width: 40px;
  }
}

/* STICKY BUTTON  */