/********** Template CSS **********/
:root {
--primary: #2878EB;
--secondary: #F14D5D;
--light: #ECF4FF;
--dark: #120F2D;
}

[class^=flaticon-]:before,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class*=" flaticon-"]:after {
font-size: inherit;
margin-left: 0;
}

h1,
h2,
.font-weight-bold {
font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
font-weight: 500 !important;
}

.btn {
font-family: 'Jost', sans-serif;
font-weight: 600;
transition: .5s;
}

.btn-primary,
.btn-secondary,
.btn-primary:hover,
.btn-secondary:hover {
color: #FFFFFF;
}

.btn-primary:hover {
background: var(--secondary);
border-color: var(--secondary);
}

.btn-secondary:hover {
background: var(--primary);
border-color: var(--primary);
}

.btn-square {
width: 36px;
height: 36px;
}

.btn-sm-square {
width: 28px;
height: 28px;
}

.btn-lg-square {
width: 46px;
height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
padding-left: 0;
padding-right: 0;
text-align: center;
}

.back-to-top {
position: fixed;
display: none;
right: 45px;
bottom: 45px;
z-index: 99;
}

.navbar-light .navbar-nav .nav-link {
font-family: 'Jost', sans-serif;
position: relative;
margin-left: 30px;
padding: 30px 0;
font-size: 20px;
font-weight: 500;
color: var(--dark);
outline: none;
transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
padding: 20px 0;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
color: var(--primary);
}
.navbar-collapse {
flex-basis: 100%;
flex-grow: 1;
align-items: center;
margin-right: 50px;
}
@media (min-width: 992px) {
.navbar-light .navbar-nav .nav-link::before {
position: absolute;
content: "";
width: 0;
height: 5px;
bottom: 0;
left: 50%;
background: var(--primary);
transition: .5s;
}

.navbar-light .navbar-nav .nav-link:hover::before,
.navbar-light .navbar-nav .nav-link.active::before {
width: 100%;
left: 0;
}

.navbar-light .navbar-nav .nav-link.nav-contact::before {
display: none;
}
}

@media (max-width: 991.98px) {
.navbar-light .navbar-nav .nav-link  {
margin-left: 0;
padding: 10px 0;
}
}

.carousel-caption {
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(18, 15, 45, .5);
z-index: 1;
}

@media (max-width: 576px) {
.carousel-caption h5 {
font-size: 14px;
font-weight: 500 !important;
}

.carousel-caption h1 {
font-size: 30px;
font-weight: 600 !important;
}
}

.carousel-control-prev,
.carousel-control-next {
width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
width: 3rem;
height: 3rem;
}

.carousel-indicators {
align-items: flex-end;
}

.carousel-indicators [data-bs-target] {
width: 5px;
height: 25px;
}

.carousel-indicators .active {
height: 45px;
}

.hero-header {
background: linear-gradient(rgba(18, 15, 45, .5), rgba(18, 15, 45, .5)), url(../img/carousel-1.jpg) top right no-repeat;
background-size: cover;
}

/* .service-item div {
z-index: 1;
} */
.service-item div {
    z-index: 1;
    background: rgb(188 196 207 / 20%);
    box-shadow: 5px 4px 4px rgb(138 58 185 / 10%);
    border-radius: 25px;
    height: 100%;
}
.service-item div::after {
position: absolute;
content: "";
width: 0;
height: 100%;
top: 0;
left: 0;
border-radius: 2px 2px 0 0;
transition: .5s;
z-index: -1;
}

.service-item div:hover::after {
width: 100%;
/* background: var(--primary); */
}

.service-item * {
transition: .5s;
}
.service-item {
    height: 100%;
    border-radius: 25px;
}

 #services{
  margin-bottom: 100px;
  margin-top: 150px;
  background: rgba(40 ,120 ,235, 0.2); 
 }
.service-item ul{
    margin: 0;
    padding: 0;
}

.service-item  ul li{
    list-style: none;
    color: #6B6A75;
}


.service-item ul {
    margin: 0;
    padding: 0 25px;
    margin-left: 0px;
    word-wrap: break-word;
    /* padding-left: 15px; */
    margin-bottom: 50px;
}
.service-item   ul li{
    list-style: none;
    position: relative;
    margin-bottom: 10px;
}
.service-item   ul li i{
    transform: rotate(89deg);
    position: absolute;
    left: -25px;
    color: #000;
}
  .service-item > div .my-btn {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: auto;
}
.servicesnew .service-item .my-btn{
    margin: 0;
    max-width: 150px;
}
.servicesnew .service-item {
    height: 100%;
}
.servicesnew .service-item > div{
    background-color: transparent!important;
    box-shadow: none;
    position: relative;
    height: 100%;
    padding-bottom: 50px;
}
.servicesnew .service-item > div .my-btn{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


.servicesnew .row{
    display: flex; 
     width: 100%;
}
 
.servicesnew .row > div{
  width: 22.99%;
  float: left;
  background-color: #fff;
  margin: 1%;
  padding: 25px;
  box-shadow: 5px 4px 4px rgba(138,58,185,0.1);
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}
 

.bg-offer {
background: linear-gradient(rgba(18, 15, 45, .5), rgba(18, 15, 45, .5)), url(../img/carousel-2.jpg) top right no-repeat;
background-size: cover;
}

.testimonial-carousel .owl-dots {
height: 45px;
margin-top: 5px;
display: flex;
align-items: flex-end;
justify-content: center;
}

.testimonial-carousel .owl-dot {
position: relative;
display: inline-block;
margin: 0 5px;
width: 5px;
height: 25px;
background: #DDDDDD;
transition: .5s;
}

.testimonial-carousel .owl-dot.active {
height: 45px;
background: var(--primary);
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item .testimonial-text * {
transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
color: #FFFFFF !important;
}

.blog-date {
position: absolute;
width: 90px;
height: 65px;
top: 75px;
left: -25px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
background: var(--secondary);
}

.blog-date::after {
position: absolute;
content: "";
width: 0;
height: 0;
top: -25px;
left: 0;
border: 13px solid;
border-color: transparent #D34351 #D34351 transparent;
z-index: -1;
}




.letest-news{ 
width: 100%; 
}


.marquee {
display:flex;
flex-wrap: nowrap;
white-space: nowrap; 
overflow:hidden;
width: 100%;  
background-color: #2878EB ;
}
.marquee::after {
position: absolute;
background-color: #F14D5D;
height: 50px;
content: "Trending";
font-size: 18px;
color: #000;
padding-top: 5px;
padding-left: 20px;
padding-right: 20px;
font-family: "Jost",sans-serif;
}
.marquee__inner {
display : flex;
flex-shrink: 0;
align-items: center;
animation: slide-left 53000ms linear infinite;
overflow:hidden;
padding:0;
}
.marquee ul{
margin: 0;
padding:5px;
}
.marquee li { 
padding: 0 ;
flex-shrink:0;
list-style-type: none;
}
.marquee a{
color: rgb(255, 255, 255);
}
li a:after {
content: "-";
padding: 0 1vw;
color: #000;
}
a:link {
text-decoration:none; 
}

.marquee:hover .marquee__inner {
animation-play-state: paused;
}

@keyframes slide-left {
from {
-webkit-transform: translateX(0);
transform: translateX(0);
}
to {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}

}
 
#hero{ 
   padding-top: 50px;
} 
.hero-top h5{
    font-size: 55px;
}
 
.hero-bottom ul {
    margin: 0;
    padding: 30px;
    padding-left: 50px;
    margin-left: 0;
    background: rgba(40 ,120 ,235, 0.2);
    border-radius: 25px;
}
.hero-bottom ul li{
    list-style: none;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
}
.hero-bottom ul li i{
    transform: rotate(89deg);
    position: absolute;
    left: -25px;
    color: #000;
}
 

[class^=my-btn] {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 46px;
    max-width: 225px;
    margin: 1rem auto; 
    border: 1px solid currentColor;
  }
  
  .my-btn {
    color: #000;
    text-align: center;
    padding: 10px;
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    transition: .5s;
}
  .my-btn:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #2878EB  ;
    transform: translateX(-100%);
    box-sizing: border-box;
    transition: 0.5s ease-in-out;
    z-index: -1;

  }
  .my-btn:hover {
    color: #ffffff;
  }
  .my-btn:hover:before {
    transform: translateX(0);
  }
  
#Free-Consultation{ 
padding-top: 150px;
}
.free-consultation-left{
    margin-top: 100px;
}



.free-consultation-left ul{
    margin: 0;
    padding: 0;
    margin-left: 0px;
}
.free-consultation-left ul li{
    list-style: none;
    position: relative;
    margin-bottom: 10px;
}
.free-consultation-left ul li i{
    transform: rotate(89deg);
    position: absolute;
    left: -25px;
    color: #000;
}
 .free-consultation-left .my-btn{
    margin: 0;
 }


.aboutclass{
    margin-top: 100px;
    margin-bottom: 100px;
}


.reviewclass{
    margin-bottom: 100px;
}




.service-item  h5{
    text-transform: uppercase;
}



#tds-returns-service h1, #income-tax-service h1 ,#gst-service h1,#miscelleneous h1 ,#hero h1
, #Free-Consultation h2, #services h2, .aboutclass h1, .reviewclass h2 ,.blog-sec h2{
    text-transform: uppercase;
}
.aboutclass p{
    text-align: center;
    font-style: italic;
}
@media (min-width: 1200px){
.display-5 {
    font-size: 2.5rem;
}
.display-6 {
    font-size: 2.2rem;
}
}












/**********social icon****************/
/* fixed social*/
#fixed-social {
position: fixed;
top: 50%;z-index: 1000000;
}
#fixed-social i{
padding-top: 10px;
}
#fixed-social a {
color: #fff;
display: block;
height: 40px;
position: relative;
text-align: center;
line-height: 40px;
width: 40px;
margin-bottom: 1px;
z-index: 200000!important;
}
#fixed-social a:hover>span{
visibility: visible;
left: 41px;
opacity: 1;
} 
#fixed-social a span {
line-height: 40px;
left: 60px;
position: absolute;
text-align: center;
width: 120px;
visibility: hidden;
transition-duration: 0.5s;
z-index: 10000;
opacity: 0;
}
.fixed-facebook{
background-color: #4267B2;
}
.fixed-facebook span{
background-color: #4267B2;
}
.fixed-insta{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8a3ab9+0,e95950+50,fccc63+100 */
background: rgb(138,58,185); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(138,58,185,1) 0%, rgba(233,89,80,1) 50%, rgba(252,204,99,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(138,58,185,1) 0%,rgba(233,89,80,1) 50%,rgba(252,204,99,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(138,58,185,1) 0%,rgba(233,89,80,1) 50%,rgba(252,204,99,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a3ab9', endColorstr='#fccc63',GradientType=0 ); /* IE6-9 */


}
.fixed-insta span{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8a3ab9+0,e95950+50,fccc63+100 */
background: rgb(138,58,185); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(138,58,185,1) 0%, rgba(233,89,80,1) 50%, rgba(252,204,99,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(138,58,185,1) 0%,rgba(233,89,80,1) 50%,rgba(252,204,99,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(138,58,185,1) 0%,rgba(233,89,80,1) 50%,rgba(252,204,99,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a3ab9', endColorstr='#fccc63',GradientType=0 ); /* IE6-9 */

}
.fixed-twitter{
background-color: #1C9CEA;
}
.fixed-twitter span{
background-color: #1C9CEA;
}
.fixed-youtube{
background-color: red;

}

.fixed-youtube span{
background-color: red;
}
.fixed-whatsapp {
background-color: green;

}
.fixed-whatsapp span{
background-color: green;
}

 