@charset "UTF-8";

/*
Theme Name: Taxtip
Theme URI: https://wordpress.org/themes/textip/
Author: Mohd Avaish
*/
html, body{margin:0px; padding:0px; width:100%;}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

.form-control:focus {
  box-shadow: none;
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

h1,h2, h3,h4{
  font-family: "Varela Round", sans-serif;
}

.fixed-navbar{
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 9999;
  box-shadow: 0 4px 4px -6px #777;
  width: 100% !important;
}
ul{ padding-left: 18px;}

/* top marqee */




.marqueeTop {
  margin: 0 auto;
  width: 100%;
  height: 30px;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  border-bottom: 1px dashed #cacaca;
	background:#f5f5f5;
}
.marqueeTop:before, .marqueeTop:after {
  position: absolute;
  top: 0;
  width: 50px;
  height: 30px;
  content: "";
  z-index: 1;
}
.marqueeTop:before {
  left: 0;
  background: linear-gradient(to right, #ececec 5%, transparent 100%);
}
.marqueeTop:after {
  right: 0;
  background: linear-gradient(to left, #ececec 5%, transparent 100%);
}

.marquee__content {
  width: 300% !important;
  display: flex;
  line-height: 30px;
  -webkit-animation: marquee 30s linear infinite forwards;
          animation: marquee 30s linear infinite forwards;
}
.marquee__content:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.list-inline-marquee {
  display: flex;
  justify-content: space-around;
  width: 100%;
  /* reset list */
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-inline-marquee li{
  color: #000;
}

@-webkit-keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}





/* end top marqee */



/* top head */

.topHeadBg {
  background: #0960a5;
  padding: 6px 0 6px;
}

.topHeadFlx{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap:wrap;
}


.topHeadSocialIcon a{
  color: #fff;
  margin-left: 20px;
}

.topHeadSocialIcon a:hover{
color: #8ec640;
}

.topHeadSocialIcon.topHeadSocialIcon1 a{
  margin-left: 0;
  margin-right: 20px;
}

/* header */

.nav-link {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.navLink .nav-link:focus,
.navLink .nav-link:hover {
  color: #1e75bb;
}

.navbar-expand-xl .navbar-nav .nav-link{
  padding-left: 15px;
  padding-right: 15px;
}

.hdrBtn {
  background-color: #8ec640;
  border-radius: 100px;
  padding: 7px 30px !important;
  color: #fff;
  margin-left: 15px;
  border: 1px solid #8EC640;
  transition: ease-out 0.5s;
  font-size: 16px;
}

.hdrBtn:hover {
  background-color: #1e75bb;
  color: #fff!important;
  border: 1px solid #1e75bb;
}

.navbar-brand img{
width: 160px;
}


.navbar {
  --bs-navbar-nav-link-padding-x: 1.5rem;
  background: #fff;
  z-index: 99999999999999;
}

.dropdown-menu.hddrDrpMnu {
  padding: 16px;
  margin-left: 23px;
}

.dropdown-menu.hddrDrpMnu .dropdown-item:focus,
.dropdown-menu.hddrDrpMnu .dropdown-item:hover {
  color: #4887b0;
  border-left: 4px solid #4887b0;
  background: none;
  padding-left: 8px;
}

.dropdown-menu.hddrDrpMnu .dropdown-item {
  padding: 6px 16px;
  border-left: 4px solid #fff;
  transition: 0.3s ease-out;
  font-weight: 500;
}

.dropdown-menu.hddrDrpMnuF.hddrDrpMnu{
  --bs-dropdown-min-width: 32rem;
}
.flexMenu{
  display: flex;
  justify-content: space-between;
}
.flexMenu ul{
padding-left: 0;
}
.flexMenu ul li{
  list-style: none;
}

.dropdown {
  transition: 0.5s ease-out;
}

.dropdown .dropdown-menu.hddrDrpMnu {
  display: none;
  border-radius: 8px;
}

.dropdown:hover > .dropdown-menu.hddrDrpMnu,
.dropend:hover > .dropdown-menu.hddrDrpMnu {
  display: block;
}




/* banner */

.bannerBg {
   background: url(assets/images/banner.jpg); 
   /* background: url(assets/images/banner1.png); */
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 83vh;
  background-position: center;
   overflow: hidden;
   align-items: center;
   /* display: flex; */
}

.alignRow{
  align-items: anchor-center;
  display: flex;
}

/* .bnrTxt{
  margin-top: 11%;
} */

.bnrTxt{
  margin-top: -100px;
}

.bnrTxt p {
  color: #232323;
  font-size:16px;
  font-weight: 400;
  line-height: 48px;
}


.bnrTxt h1 {
  color: #1D1819;
  font-size:35px;
  font-weight: bold;
  line-height: 45px;
}


.bannerForm .form-control {
  width: 100%;
  display: block;
  padding: 9px 15px;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #000;
  border-radius: 100px;
  font-size: 16px;
	
}
.bannerForm .formBtn{
  width: 100%;
  display: block;
  padding: 9px 15px;
  background-color: #8EC640;
  border: 1px solid #8EC640;
  color: #fff;
  border-radius: 100px;
  text-align: center;
  transition: ease-out 0.5s;
}


.bannerForm .formBtn:hover{
  background-color: #1e75bb;
  color: #fff!important;
  border: 1px solid #1e75bb;
}

.hdrBtn.bnrbtn{
  margin-left: 0;
}

.stikerBox{
  position: absolute;
  top: 20px;
  right: 0;
}

.sticker-bg{
  position: relative;
  height: 110px;
  width: 110px;
}


.sticker {
  height: 110px;
  width: 110px;
}

.sticker .text {
  display: block;
  font-size: 12px;
  width: 80px;
  text-align: center;
  color: #fff;
  line-height: 1.2;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);

}

.sticker-bg img{
  height: 110px;
  width: 110px;
}

.sticker .text b {
  font-weight: bold;
  font-size: 18px;
}
.bannerMenImg {

  position: relative;
}

.bnrMenImg{
  width:230px;
  margin-top: 60px;
}

.bannerFormMainBox{
 display: flex;
    justify-content: flex-end;
}
.bannerFormBox{
    margin: 3rem 0;
    border-radius: 16px;
    padding: 3rem;
   width: 100%;
    box-shadow: 0 0 30px rgba(121, 121, 121, 0.1);
    background-color: rgb(255, 255, 255, 0.94);
}

.bannerFrmTitle{
  color: #253243;
      font-size: 1.4rem;
    padding: 0;
    font-weight: 500 !important;
    text-align: center;
}

.contctUsFormBox input[type="text"],
.bannerFormBox input[type="text"]{background: url(assets/images/name.png) left 14px top 9px no-repeat; background-size:24px auto;}
.contctUsFormBox input[type="email"],
.bannerFormBox input[type="email"]{background: url(assets/images/email.png) left 14px top 9px no-repeat; background-size:24px auto;}
.contctUsFormBox input[type="tel"],
.bannerFormBox input[type="tel"]{background: url(assets/images/mobile-num.png) left 14px top 9px no-repeat; background-size:24px auto;}
.contctUsFormBox input[type="text"].subject,
.bannerFormBox input[type="text"].subject{background: url(assets/images/subject.png) left 14px top 9px no-repeat; background-size:24px auto;}
.contctUsFormBox input[type="text"].walcf7-datetimepicker,
.bannerFormBox  input[type="text"].walcf7-datetimepicker{background: url(assets/images/date.png) left 14px top 9px no-repeat; background-size:24px auto;}


.bnrformBtn{
  margin-top:20px;
  text-align: center;
}

.bnrformBtn input[type="submit"]{
  display: block;
  width:70%;
 margin: auto;
  padding: 9px 15px;
  background-color: #8EC640;
  border: 1px solid #8EC640;
  color: #fff;
  border-radius: 100px;
  text-align: center;
  transition: ease-out 0.5s;
}


.bnrformBtn input[type="submit"]:hover{
  background-color: #1e75bb;
  color: #fff!important;
  border: 1px solid #1e75bb;
}


.input_group{
  position: relative;
  margin-top:10px;
}

.input_group img{
  position: absolute;
  left: 15px;
  top:14px;
}


.input_group .form-control{
    padding: 12px .75rem;
      padding-left:45px;
}
.bannerFormBox .input_group p{margin:0px; padding:0px;}

.bnrmarqeebox {
 height: 63vh;
  margin: 0px auto 0;
  overflow: hidden;
  background: #fff;
  position: relative;
  padding: 20px 10px;
  border-radius: 12px;
}

.marqueeBox{
  top: 2em;
  position: relative;
  animation: marqueeb 15s linear infinite;
}


.marqueeBox:hover {
  animation-play-state: paused;
}


.marquee h4{
  color: #1e75bb;
font-size: 18px;
font-weight: 600;
}

.marquee p{
  font-size: 14px;
  color: #444;
}

/* Make it move! */
@keyframes marqueeb {
  0%   { top:   8em }
  100% { top: -11em }
}

/* Make it look pretty */
.marqeeTextBox .marquee {
margin: 0;
  padding: 0 12px;
}

.marqeeTextBox:before, .marqeeTextBox::before,
.marqeeTextBox:after,  .marqeeTextBox::after {
  left: 0;
  z-index: 1;
  content: '';
  position: absolute;
  pointer-events: none;
  width: 100%; height: 2em;
  background-image: linear-gradient(top, #FFF, rgba(255,255,255,0));
}

.marqeeTextBox:after, .marqeeTextBox::after {
  bottom: 0;
  transform: rotate(180deg);
}

.marqeeTextBox:before, .marqeeTextBox::before {
  top: 0;
}



/* end banner */

/* Latest Updates */

.sectionMt-1{
  margin-top: 80px;
}

.ltstUpdatHdrBox{
  text-align: center;
  margin-bottom: 40px;
}

.ltstUpdatHdrBox h3{
  color: #000;
  font-size: 30px;
}

.ltstUpdatHdrBox h1{
  color: #000;
  font-size: 35px;
  font-weight: 600;
}

.ltstUpdatHdrBox p{
  color: #444;
  font-size: 20px;
}

.latest-update-card{
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  border-radius: 8px;
  height: 100%;
}

.latest-update-card-img{
  margin-bottom: 20px;
  border-radius: 8px;
}

.latest-update-card-img img{
  width: 100%;
  border-radius: 8px;
}

.latest-update-card-text{
  padding: 0 15px;
}

.latest-update-card-text h3{
color: #000;
font-size: 22px;
font-weight: 600;
}

.latest-update-card-text p{
  color: #444;
  font-size:18px;
  font-weight: 500;
  }

.latst-update-card-btn{
  padding: 0 15px 30px;
}

.latst-update-card-btn a:first-child{
  display: inline-block;
  padding: 9px 15px;
  background-color: #8EC640;
  border: 1px solid #8EC640;
  color: #fff;
  margin-right: 5px;
  border-radius: 100px;
  text-align: center;
  transition: ease-out 0.2s;
}
.latst-update-card-btn a:first-child:hover{
  background-color: #fff;
  border: 1px solid #8EC640;
  color: #8EC640;
}


.latst-update-card-btn a:last-child{
  display: inline-block;
  padding: 9px 15px;
  background-color: #fff;
  border: 1px solid #1e75bb;
  color: #1e75bb;
  border-radius: 100px;
  text-align: center;
  transition: ease-out 0.2s;
}
.latst-update-card-btn a:last-child:hover{
  background-color: #1e75bb;
  border: 1px solid #1e75bb;
  color: #fff;
}


/* end Latest Updates */


/* how it work */

.howitworkWrap {
  padding: 90px 0;
}

.howitworkImg img{
  width: 100%;
  border-radius: 20px;
}

.howitworkHdr h1 {
  color: #000;
  font-size: 35px;
  font-weight: 600;
  line-height: 56px;
}


.howitworkText ul{
  padding-left: 0;
}

.howitworkText ul li {
  color: var(--praTxtColor);
  font-size: 20px;
  font-weight: 400;
  line-height: 38px;
  list-style: none;
}

.howitworkText ul li i{
  color: #8EC640;
  margin-right: 10px;
}

.howitworkBox{
  margin-left: 30px;
}

.verti-algn-center{
  align-items: center;
}

/* how it work */

/* Your Go-to Tax */


.taxGotoHdr{
  margin-bottom: 35px;
}

.goToBox{
  text-align: center;
}

.goToBoxIcon{
  margin-bottom: 16px;
}

.goToBox h3{
font-size: 20px;
    font-weight: bold;
}


.goToBox p{
font-size: 19px;
    font-weight: 400;
    line-height: 20px;
}

    


.goToBoxIcon img{
  width: 45px;
}


/* end Your Go-to Tax */


/* Customer Testimonials */

.CustomerTestSec{
  padding: 70px;
  margin-top: 60px;
  background: #F4F9FB;
}

.testimonialBox{
  padding: 30px;
  text-align: center;
  border-radius: 20px;
  background: #fff;
}

.testimonialTxt h3{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-bottom: 2px;
}

.testimonialTxt p{
  font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
    font-style: italic;
}

.testimonialStr i{
color: gold;
font-size: 17px;
}

.testimonialStr .grayStar{
  color: #ddd;
}

.testimonialTxtPra p{
  color: #253243;
      margin-top: 1rem;
    line-height: 28px;
}


.testimonialsSlider .slick-slide {
  height: auto; 
}



/* end Customer Testimonials */




/* faq */

.taxFaqWrap{
  margin-top:70px;
}

.taxFaqHdr{
  text-align: center;
}

.taxFaqHdr h1{
color: #000;
font-size: 35px;
font-weight: 600;
}

.taxFaqHdr p{
  color: #444;
}

.taxAccrdian{
  width: 60%;
  margin:30px auto 0;
}

.taxAccrdian .accordion-item {
  color: var(--bs-accordion-color);
  background-color: transparent;
  border-radius: 85px;
  margin-bottom: 15px;
}

.taxAccrdian .accordion-item:last-of-type{
  border-radius: 85px;
}

.taxAccrdian .accordion-button {
  color:#000;
border: 1px solid #ccc;
background: transparent;
border-radius: 60px;
font-weight: 500;
font-size: 19px;
}

.taxAccrdian .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 65px;
  border-bottom-left-radius: 65px;
}


.taxAccrdian .accordion-item:first-of-type .accordion-button {
  border-top-left-radius:65px;
  border-top-right-radius:65px;
}
.taxAccrdian .accordion {
   --bs-accordion-border-width: 0px; 
   --bs-accordion-btn-icon-width: 15px;
}

.taxAccrdian .accordion-button:not(.collapsed) {
  color: #1e75bb;
}

.taxAccrdian .accordion-button:not(.collapsed):hover::after{
  content: "";
}

.taxFaqTxt p{
  color: #444;
}
.taxAccrdian .accordion-button::after {
  content: "\f107";
  background-image: none;
  font-family: fontAwesome;
  position: absolute;
  right:15px;
  color: #000;
  font-size: 25px;
  margin-top: -12px;
}

.taxAccrdian .accordion-button:not(.collapsed)::after {
  content: "";
    background-image:  url(assets/images/arrowdown.png);
    margin-top: 0px;
}

.taxAccrdian .accordion-button:hover {
  color: #1e75bb;
}
.taxAccrdian .accordion-button:focus {
  box-shadow: none;
}

.taxFaqTxtList li a{
  transition: ease-out 0.5s;
  color: #1e75bb;
}

.taxFaqTxtList li a:hover{
  color: #8EC640;
}

/* end faq */



/* footer */


.footer-section {
background: #0960a5;
margin-top: 70px;
}

.ftrQsnTxt{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap:wrap;
}


.ftrQsnTxt h1 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 0;
  font-weight: 700;
}

.ftrQsnTxt a{
  color: #fff;
  background: #8EC640;
  padding: 10px 20px;
  border-radius: 100px;
  border: 2px solid #8EC640;
  font-size: 19px;
  margin-left: 20px;
  transition: ease-in 0.2s;
}

.ftrQsnTxt a:hover{
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.ftrQsnSubTxt{
  text-align: center;
  color: #fff;
  margin-top: 20px;
  font-size: 24px;
}




.footer-cta {
  padding: 60px 0 20px;
border-bottom: 1px solid #888;
}

.footer-content {
position: relative;
z-index: 2;
}
.footer-pattern img {
position: absolute;
top: 0;
left: 0;
height: 330px;
background-size: cover;
background-position: 100% 100%;
}
.footer-logo {
margin-bottom: 30px;
}
.footer-logo img {
  max-width: 200px;
}
.footer-text p {
margin-bottom: 14px;
font-size: 16px;
    color: #fff;
line-height: 28px;
}

.footer-social-icon{
  margin-top: 30px;
}

.footer-social-icon a {
color: #fff;
font-size: 16px;
margin-right: 15px;
border: 1px solid transparent;
}


.footer-social-icon a:hover i{
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}
.footer-social-icon i {
height: 40px;
width: 40px;
text-align: center;
line-height: 40px;
border-radius: 50%;
border: 1px solid transparent;
}
.facebook-bg{
background: #293f6c;
}
.twitter-bg{
background: #55ACEE;
}
.google-bg{
background: #DD4B39;
}

.insta-bg{
background: #8ec640;
}

.linkdin-bg{
  background: blue;
}


.google-bg{
background: #DD4B39;
}


.footer-widget-heading h3 {
color: #8EC640;
font-size: 20px;
font-weight: 600;
margin-bottom: 40px;
position: relative;
}
.footer-widget-heading h3::before {
content: "";
position: absolute;
left: 0;
bottom: -15px;
height: 2px;
width: 50px;
background: #8EC640;
}
.footer-widget ul{
  margin: 0;
  padding: 0;
}
.footer-widget.ftrUseLink{
width: 100%;
margin-left: 100px;
}

.footer-widget ul li {
margin-bottom: 12px;
list-style: none;
}
.footer-widget ul li a:hover{
color: #8EC640;
}
.footer-widget ul li a {
color: #fff;
text-transform: capitalize;
}
.subscribe-form {
position: relative;
overflow: hidden;
}
.subscribe-form input {
width: 100%;
padding: 10px 28px;
background: #fff;
border: 1px solid #fff;
color: #000;
border-radius: 100px;
font-size: 16px;
}
.subscribe-form button {
  color: #fff;
  right: 0;
  background: #8EC640;
  padding: 10px 20px;
  width: 100%;
  border-radius: 100px;
  margin-top: 20px;
  border: 1px solid #8EC640;
  font-size: 16px;
  transition: ease-in 0.2s;
}

.subscribe-form button:hover{
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

:focus-visible {
  outline: none;
}

.copyright-area{
background: #8ec640;
padding: 10px 0;
}
.copyright-text{
  display: flex;
  align-items: center;
  justify-content: space-between;
	flex-wrap:wrap;
}
.copyright-text p {
margin: 0;
color: #fff;
font-size: 14px;
}
.copyright-text p a {
  margin: 0;
  color: #fff;
  }

.copyright-text p:hover a{
color: #eee;
}


/* whatsapp fixed */

.btn-whatsapp-fixed {
	background: #8ec640;
	color: white;
	position: fixed;
	bottom: 50px;
	left: 20px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 35px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: whatspAnim;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

.btn-whatsapp-fixed:hover{
  color: #fff;
}

@keyframes whatspAnim{
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

/* end whatsup fixed */




/********************************************** contact us page ********************************************************************/


.contactBnr{
  background: url(assets/images/contact-us-bnr.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}


.contactBnrTxt h1{
  text-align: center;
  padding:70px 0;
  font-size: 45px;
  font-weight: bold;
}


.contactUsFrmSec{
  padding: 10px 0 70px;
}

.contctUsFormBox {
    border-radius: 16px;
    padding: 3rem;
    width: 100%;
  border: 1px solid #999;
    background-color: rgb(255, 255, 255, 0.94);
}

.contactUsLink{
  margin-left: 10%;
  margin-top: 10%;
}

.contactUsLink ul{
  padding-left: 0;
  margin-bottom: 0;
}

.contactUsLink ul li{
  list-style: none;
  line-height: 70px;
}


.contactUsLink ul li a{
  font-size: 20px;
      font-size: 20px;
    color: #000;
}

.contactUsLink ul li a span{
width: 50px;
height: 50px;
line-height:53px;
border: 1px solid #0960a5;
border-radius: 6px;
display: inline-block;
    text-align: center;
    margin-right: 15px;
}

.contactUsLink ul li a span i{
font-size: 30px;
color: #8EC640;
}


.contactUsLink ul li a:hover{
  color:#8EC640 ;
}

.contactUsLink ul li a:hover span{
 background: #0960a5;
}
.contactUsLink ul li a:hover span i{
 color: #fff;
}

.footer-social-icon.contactUsSocial a:hover i {
    color: #fff;
    background: #0960a5;
    border: 1px solid #0960a5;
    border: 1px solid #fff;
}

.footer-social-icon.contactUsSocial {
    margin-top: 10px;
}






.contactUstitle {
    color: #000;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 29px;
}

.contact-info-item {
  display: flex;
  margin-bottom: 30px;
      align-items: center;
}

.contact-info-icon {
  height: 70px;
  width: 70px;
  background-color: #fff;
  border: 1px solid #0960a5;
  text-align: center;
  border-radius: 50%;
}

.contact-info-icon i {
  font-size: 30px;
  line-height: 70px;
}

.contact-info-content {
  margin-left: 20px;
}

.contact-info-content h4 {
  color: #0960a5;
  font-weight: bold;
  font-size:20px;
  margin-bottom: 5px;
}

.contact-info-content a {
   color: #000;
  font-size: 1em;
}
.contact-info-content a:hover {
   color: #8EC640;
}

.outer {
  width: 1px;
  height: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
}
.inner {
  position: absolute;
  width:100%;
  height: 40%;
  background: grey;
  top: 30%;
  box-shadow: 0px 0px 30px 20px grey;
}

.contctUsFormBox .input_group p{margin:0px; padding:0px;}

.mobile_nav{ margin:0px; padding:0px; display:none;}
.pushy-content ul{ margin:0px; padding:0px; list-style-type:none;}
.pushy-content ul li{ margin:0px; padding:0px; position:relative;}
.pushy-content ul li a{ margin: 0px; padding:8px 20px; font-size: 16px; line-height: 24px; }
.pushy-content ul li a:hover{ color:#0960a5;}
.pushy{ background:#111;}

.inner_pages_top{margin:0px; padding:20px 0px; background: #777777; /*#0960a5;*/}
.inner_pages_top h1{ color:#fff; margin:0px; padding:0px;}
.breadcrumb{margin:0px; padding:0px;}
.breadcrumb li a{ color:#fff;}
.breadcrumb li.breadcrumb-item.active,
.breadcrumb-item+.breadcrumb-item::before{ color:#fff !important;}

.blog_thumb{ margin:0px 0px 15px; padding:0px;}
.blog_thumb img{ margin:0px; padding:0px; max-width:100% !important;  width:100% !important; height:auto !important; display:block;}

.banner_slider{ margin:0px 0px -6px 0px !important; padding:0px; position:relative;}
.banner{ margin:0px; padding:0px; position:relative;}
.banner img{ margin:0px; padding:0px; width:100% !important; max-width:100% !important; display:block; max-height:440px !important; height:auto !important; object-fit:cover; overflow:hidden;}
.caption_wrapper{ margin:0px; padding:0px; width:100%; position:absolute; z-index:10; transform:translate(-50%,-50%); left:50%; top:58%;}
.banner_slider .slick-dotted.slick-slider{ margin:0px;}
.banner_slider .slick-dots{ bottom:-20px;}
.banner_slider .slick-dots li button:before{ content:none;}
.banner_slider .slick-dots li{ margin:0px 5px; padding:0px; width:12px; height:12px;}
.banner_slider .slick-dots li button{ margin:0px; padding:0px; font-size:0px; width:12px; height:12px; border-radius:50%; background:#444;}
.banner_slider .slick-dots li.slick-active button{ background:#0960a5;}

.lapt-banner-bg{display:none !important;}
.inner_pages_top + section{ padding-top:70px;}
.section_default_gap{margin:0px; padding:70px 0px}
.ab_col_image{ margin:0px; padding:0px; position:relative;}
.ab_col_image img{ margin:0px; padding:0px; width:100%; height:auto; display:block; max-height:460px; object-fit:cover;}
.vission{ padding:70px 0px; background:#f7f7f7;}
.mission{ padding:70px 0px; }
.vission .row,
.mission .row{ align-items: center;}

.default_button a{ margin:0px; display: inline-block; padding: 9px 15px; background-color: #fff; border: 1px solid #1e75bb; color: #1e75bb; border-radius: 100px; text-align: center; transition: ease-out 0.2s;}
.default_button a:hover{background-color: #1e75bb; border: 1px solid #1e75bb;  color: #fff;}

.recent_update h2{text-align:center; margin:0px; padding:0px 0px 20px; font-weight:700;}
.recent_update h3{color: #000;  font-size: 22px;  font-weight: 600;}
.recent_update h3 a{color: #000;  font-size: 22px;  font-weight: 600; font-family: "Varela Round", sans-serif;}
.recent_update h3 a:hover{ color:#1e75bb;}
.recent_update .latest-update-card-img img{ border-radius:0px; width:100% !important; max-width:100% !important; display:block; object-fit:cover; height:270px !important;}

.navigation.post-navigation .nav-links{ display:flex; justify-content:space-between;}
.meta-nav{ margin:0px; padding:0px;}
.cancel_table{margin:0px; padding:0px;}
table{margin:0px 0px 20px; padding:0px; border-collapse: collapse; border:1px solid #ccc;}
table tr{margin:0px; padding:0px;}
table td, table th{ margin:0px; border: 1px solid #ddd;  padding: 8px;    text-align: left;}



/* Responsive CSS */
@media screen and (min-width:768px) and (max-width: 1400px){
  .latst-update-card-btn a:first-child {
    font-size: 14px;
}
  .latst-update-card-btn a:last-child {
    font-size: 14px;
}
.bnrTxt h1 {
  font-size: 31px;
}
.bnrmarqeebox {
  height: 70vh;
}

.bannerBg {
    min-height: 84vh;
}

.bnrTxt p {
  font-size: 22px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 10px;
}

.bannerFrmTitle {
    font-size: 22px;
}

.bnrMenImg {
    width: 201px;
    margin-top:0px;
}
.stikerBox {
    top: -20px;
}
.input_group .form-control {
    padding: 9px .75rem;
            padding-left: 45px;
}
.bannerFormBox {
    margin: 2.0rem 0;
    border-radius: 16px;
            padding:25px;
}
.sticker-bg {
    height: 100px;
    width: 100px;
}
.sticker-bg img {
    height: 100px;
    width: 100px;
}
.sticker .text {
    font-size: 11px;
}

.contctUsFormBox {
    padding: 2rem;
}


}

@media only screen and (max-width: 1366) {

}

@media only screen and (max-width: 1200px) {

}
@media screen and (min-width:768px) and (max-width: 1024px){
.vission{ padding:50px 0px;}
.mission{ padding:50px 0px; }
.section_default_gap{padding:50px 0px;}
.inner_pages_top + section{ padding-top:50px;}

}
@media only screen and (max-width: 1024px) {

}


@media only screen and (max-width: 768px) {
 

}

@media only screen and (max-width: 575px) {

 

}



@media only screen and (max-width: 420px) {


}



@media only screen and (max-width: 390px) {
 

}


@media only screen and (max-width: 479px) {
.topHeadSocialIcon{width:100%; text-align:center;}
.topHeadSocialIcon.topHeadSocialIcon1{margin-bottom:4px;}
.ftrQsnTxt h1{margin-bottom:10px;}
.latst-update-card-btn a:first-child{ margin-bottom:12px;}

}
@media only screen and (max-width: 639px) {
	
 

}

@media only screen and (max-width: 767px) {
.copyright-text p{ width:100%; text-align:center;}
	.footer-widget.ftrUseLink{margin:15px 0px 30px;}
	.taxAccrdian{width:100%;}
	.CustomerTestSec{padding:50px 0px; margin-top:40px;}
	.howitworkBox{ margin:20px 0px 0px;}
	.sectionMt-1 .col-lg-4,
	.blog_archive .col-lg-4 {margin-bottom:15px;}
	.bnrTxt p{line-height:30px;}
	.bnrTxt{margin-top:15px;}
	.bnrTxt h1{font-size:30px; line-height:40px;}
	.contactUsLink{margin:0px 0px 20px;}
	.accordion-button{padding-right:40px;}
	.bannerBg .alignRow .col-lg-3{display:none !important;}
	.bannerBg .alignRow .col-lg-5{order:2;}
	.bannerBg .alignRow .col-lg-4{order:1;}
	.bannerFormBox{margin:20px 0px;}
	.bannerFormBox, .contctUsFormBox{padding:2rem 16px;}
	.sectionMt-1{margin-top:45px;}
	.howitworkWrap{ padding:40px 0px;}
	.taxFaqWrap,
	.footer-section{ margin-top:40px;}
	.footer-cta{ padding-top:45px;}
	.inner_pages_top + section{ padding-top:50px;}
	.vission{ padding:45px 0px;}
    .mission{ padding:45px 0px; }
	.section_default_gap{padding:45px 0px;}
	.vission .ab_col_text{margin-top:20px;}
	.mission .ab_col_text{margin-bottom:20px;}
	.banner_slider .slick-dots{ bottom:0px;}
	.banner_slider .slick-dots li button,
	.banner_slider .slick-dots li{ width:8px; height:8px;}
}
@media only screen and (max-width: 1024px) {
.topHeadBg{padding:8px 0px;}
.navbar-toggler{background:#0960a5; padding:8px 10px;}
.pushy-content .navbar-nav.navLink.mobNavBG{ padding:10px 20px;}
.mobile_nav{display:block; position: absolute; right:15px; top:16.5px;}
.mobile_nav button{ margin:0px; padding:6px 12px; font-size:20px; display:inline-block; background:#0960a5; border:none; font-weight:700; color: #fff; cursor:pointer; }

/* Submenu Appearance */
.pushy-submenu {
  /* Submenu Buttons */
  /* Submenu Icon */
}

.pushy-submenu > ul {
  padding-left: 15px;
  transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.pushy-submenu > ul .pushy-link {
  transition: opacity 0.2s ease-in-out;
}
.pushy-submenu button {
  width: 100%;
  color: #b3b3b1;
  padding: 15px 30px; 
  text-align: left;
  background: transparent;
  border: 0;
}
.pushy-submenu button:hover {
  color: #FFF;
}
.pushy-submenu > a,
.pushy-submenu > button {
  position: relative;
}
li.pushy-submenu::after,
.pushy-submenu > button::after {
  content: '';
  display: block;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 20px;
  right: 0px;
  background: url("assets/images/arrow.svg") center center no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: transform 0.2s;
}

/* Submenu Movement */
.pushy-submenu-closed > ul {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}
.pushy-submenu-closed .pushy-link {
  opacity: 0;
}

.pushy-submenu-open {
  /* Submenu Icon */
}
.pushy-submenu-open > ul {
  max-height: 1000px;
  visibility: visible;
}
.pushy-submenu-open .pushy-link {
  opacity: 1;
}
li.pushy-submenu-open::after,
.pushy-submenu-open > button::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}	

}




.wpcf7 form .wpcf7-response-output{margin:10px 0px 0px;}
.wpcf7-spinner{ display:none !important;}
button.sub-menu-toggle{display:none !important;}