* {
  margin: 0;
  padding: 0;
}
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oregano:ital@0;1&display=swap");

body {
  overflow-x: hidden;
}

a {
  text-decoration: none !important;
  transition: ease-in-out 0.2s;
}

img {
  width: 100%;
  transition: ease-in-out 0.3s;
}

.img:hover img {
  transform: scale(1.1);
}

.img {
  overflow: hidden;
}
ul {
  padding-left: 0;
}
li {
  list-style: none;
}

span {
  /* font-family: 'Montserrat'; */
}

p {
  font-size: 16px;
  color: #555770;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  line-height: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "DM Sans", sans-serif;
}
.head_email img {
  width: 25px;
}
.head_email a {
  color: #fff;
}
.head_icon img {
  width: 16px;
  height: 16px;
  margin-left: 10px;
}
.head_add {
  background: #0b1f40;
  padding: 5px 0;
}
.head_box {
  display: flex;
  justify-content: right;
  align-items: center;
}
.head_box a {
  display: block;
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
}
.head_icon {
  display: flex;
  gap: 30px;
  align-items: center;
}
#myHeader.sticky {
  position: fixed;
  background-color: #fff;
  width: 100%;
  top: 0;
  z-index: 999;
  animation: slideDown 1s ease-out;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.head_banner .slick-slide.slick-current.slick-active .head_line {
  animation: 2s linear 0s alternate headerline;
}
.head_banner .slick-slide.slick-current.slick-active p {
  animation: 3s linear 0s alternate headerline;
  transition-delay: 0.2s;
}

@keyframes headerline {
  0%,
  25% {
    transform: translateY(-10%);
    opacity: 0;
  }

  75%,
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.slick-nav.prev-arrow.slick-arrow {
  position: absolute;
  top: -98px;
  right: 90px;
  z-index: 99;
  background: #fff;
  padding: 15px 19px;
  color: #969eb0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 12px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.slick-nav.prev-arrow.slick-arrow:hover {
  color: #d02d2d;
}

.slick-nav.next-arrow.slick-arrow:hover {
  color: #d02d2d;
}
.head_item img {
  height: 540px;
  object-fit: cover;
}
.nav_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navigation {
  display: flex;
  margin-bottom: 0;
  gap: 50px;
}
.top_header {
  padding: 0 5%;
}

.logo img {
  width: 250px;
  position: relative;
  z-index: 9;
}
.navigation li {
  padding: 20px 0;
  position: relative;
  font-family: "DM Sans", sans-serif;
}
.head_box a i {
  margin-right: 5px;
  color: #D02D2D;
}
nav::after {
  content: "";
  width: 20%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  clip-path: polygon(0 1%, 88% 0, 100% 100%, 0% 100%);
  background-color: #ffed00;
}
.hrad_btn a {
  font-size: 14px;
  background-color: #0b1f40;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  padding: 10px 18px;
  border-radius: 5px;
}
.hrad_btn i {
  font-size: 25px;
  margin-right: 8px;
}
.navigation li a {
  color: #060a23;
  font-weight: 400;
  border-bottom: 1px solid transparent;
  font-size: 16px;
}
.navigation li:hover {
  border-bottom: 1px solid #d02d2d;
}
.navigation li:hover a {
  color: #d02d2d;
}
.inner_header {
  position: relative;
}
.inner_header::after {
  content: "";
  background: linear-gradient(60deg, rgb(0 0 0 / 74%) 32%, rgb(0 0 0 / 4%) 59%);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.inner_text {
  position: absolute;
  bottom: 20%;
  left: 5%;
  z-index: 99;
}
.inner_hrad {
  font-size: 50px;
  color: #fff;
  font-weight: bolder;
  font-family: sans-serif;
}
.brade_crom {
  display: flex;
}
.brade_crom a {
  color: #fff;
}
.brade_crom span {
  color: #fff;
}
.slick-nav.next-arrow.slick-arrow {
  position: absolute;
  top: 50%;
  left: 20px;
  z-index: 99;
  background: #fff;
  padding: 15px 19px;
  color: #969EB0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 12px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.slick-nav.prev-arrow.slick-arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 99;
  background: #fff;
  padding: 15px 19px;
  color: #969EB0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 12px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.inner_header img {
  height: 400px;
  object-fit: cover;
}
.all_btn {
  background-color: #d02d2d;
  color: #fff;
  padding: 12px 22px;
  font-family: "DM Sans", sans-serif;
  border-radius: 3px;
  font-size: 16px;
  border: 1px solid #d02d2d;
}
.all_btn:hover {
  background-color: transparent;
    color: #d02d2d;
}
.hrad_btn .all_btn {
  padding: 14px 39px;
  color: #fff;
  font-size: 16px;
}
.me_box img {
  width: 70px;
  background-color: #281764;
  padding: 10px;
  border-radius: 8px;
}
.me_head {
  font-size: 20px;
  font-weight: 600;
  margin: 12px 0;
}
.me_box {
  padding: 25px 20px;
  border-radius: 10px;
  box-shadow: rgb(40 23 100) 0px 0px 0px 2px, rgb(40 23 100) 0px 4px 6px -1px,
    rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
  transition: ease-in-out 0.2s;
}
.me_box:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.powder .row {
  align-items: center;
}
.ab_home .img_ab {
  position: sticky;
  top: 120px;
}
.cal_text .big_head{
  color: #fff;
}
.margin {
  margin: 50px 0;
}
.small_head {
  font-size: 20px;
  color: #281764;
  font-weight: 600;
  display: inline-block;
  position: relative;
  padding-left: 15px;
}
.small_head::after {
  content: "";
  width: 2px;
  height: 80%;
  background-color: #2d3d6e;
  position: absolute;
  left: 0;
  top: 4px;
  transform: rotate(20deg);
}
.small_head::before {
  content: "";
  width: 2px;
  height: 70%;
  background-color: #2d3d6e;
  position: absolute;
  left: 5px;
  top: 4px;
  transform: rotate(20deg);
}
.big_head {
  font-size: 27px;
  margin: 10px 0;
  color: #000;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  display: block;
}
.big_head span {
  color: #d02d2d;
}
.main_head p {
  max-width: 500px;
  margin: auto;
}
.ab_about .img img {
  max-height: 450px;
  object-fit: cover;
}
.ab_about .img {
  position: sticky;
  top: 90px;
}
.ab_box p {
  font-size: 15px;
}

.ab_box a {
  margin-top: 20px;
  display: inline-block;
}
.clk_btn {
  position: absolute;
  right: -18px;
  top: 23px;
  color: #000;
  cursor: pointer;
  font-size: 13px;
}
.droupdown li {
  padding: 0;
}
.droupdown li a {
  padding: 10px 15px;
  display: block;
  color: #000;
}
.droupdown li a:hover {
  background: #0b1f40;
  color: #fff;
}
.droupdown {
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 60px;
  width: 250px;
  display: none;
  max-height: 300px;
  z-index: 999;
  overflow: auto;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.head_item {
  position: relative;
}

nav {
  position: relative;
  border-bottom: 1px solid #ebebf0;
}
.head_contant {
  position: absolute;
  left: 5%;
  top: 30%;
  z-index: 9;
}

/* new header */

/* new header */

.ab_home .img1 {
  padding: 30px;
  position: sticky;
  top: 100px;
}
.margin {
  margin: 50px 0;
}
.ab_text ul {
  padding-left: 17px;
}
.ab_text ul li {
  margin-bottom: 10px;
  list-style: circle;
  font-weight: 600;
}

button.slick-prev.slick-arrow {
  display: none !important;
}

button.slick-next.slick-arrow {
  display: none !important;
}

.all_nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

header {
  padding: 80px 0 0;
}
.head_text {
  padding-bottom: 50px;
}
.head_text h1 {
  font-size: 65px;
  font-weight: 500;
}
.head_text h2 {
  font-size: 65px;
  font-weight: 700;
  color: #d02d2d;
}
.head_text p {
  font-weight: 400;
  margin: 20px 0;
  font-size: 20px;
}

.head_text ul li {
  list-style-image: url(../img/list.png);
  font-size: 12px;
  font-family: "DM Sans", sans-serif;
  margin: 10px 0;
  font-weight: 500;
  letter-spacing: 1px;
}
.head_text ul {
  margin-left: 19px;
}
.btn-1 {
  background-color: #d02d2d;
  color: #fff;
  padding: 12px 22px;
  font-family: "DM Sans", sans-serif;
  border-radius: 3px;
  font-size: 16px;
  border: 1px solid #d02d2d;
}
.btn-1 i {
  margin-left: 15px;
}
.btn-2 {
  color: #d02d2d;
  padding: 12px 22px;
  font-family: "DM Sans", sans-serif;
  border-radius: 3px;
  font-size: 16px;
  border: 1px solid #d02d2d;
}
.btn-1:hover {
  background-color: transparent;
  color: #d02d2d;
}
.btn-2:hover {
  background-color: #d02d2d;
  color: #fff;
}
.head_btn {
  display: flex;
  align-items: center;
  gap: 25px;
}

.head_text h6 {
  color: #7d7d89;
  letter-spacing: 10px;
  margin-top: 17px;
  font-size: 13px;
}
header {
  background-image: url(../img/head-img.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}

.client_item img {
  width: auto;
}
.client {
  background: #fafafa;
  padding: 30px 0;
}
.client h5 {
  font-size: 18px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  color: #7d7d89;
}

.fake-div {
  width: 100%;
  position: relative;
}

#counter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  border-top: 1px solid #cccccc;
  margin-top: 20px;
  padding-top: 20px;
}
.counter-value {
  font-size: 40px;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
}
.count_layer {
  display: flex;
  align-items: baseline;
  font-size: 40px;
  font-weight: 700;
  justify-content: center;
}

.entity img {
  width: 30px;
  height: 45px;
  object-fit: contain;
}
.registered {
  background: #fafafa;
  margin-top: 10px;
}
.entity {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 0;
}
.entity h6 {
  font-weight: 600;
  margin-bottom: 0;
  color: #000000;
}

.entity2 {
  border-right: 1px solid #cccccc;
}

.services {
  background: #fafafa;
  padding: 60px 0;
}

.ser_bx img {
  animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  animation-duration: 3s;
}
.ser_bx {
  border: 1px solid #cdcdcd;
  border-radius: 8px;
  background-color: #fff;
  padding: 20px 20px;
  transition: ease-in-out 0.5s;
}
.ser_bx:hover {
  border: 1px solid #d02d2d;
}

.ser_bx .business {
  font-size: 22px;
  font-weight: 700;
}
.ser_bx p {
  font-size: 14px;
  margin-bottom: 8px;
}

.ser_bx a {
  color: #d02d2d;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
}
.ser_bx a i {
  margin-left: 8px;
  font-size: 15px;
}

.calculator {
  background: #0b1f40;
  padding: 30px 0;
  position: relative;
}


.cal_text {
  color: #fff;
}

.cal_text li {
  list-style-image: url(../img/list.png);
  margin: 10px 0;
  color: #f2f2f5;
}
.cal_text ul {
  margin-left: 19px;
}
.calculator .row {
  align-items: center;
}

.calculator h4 {
  font-size: 36px;
  font-weight: 700;
}
.calculator p {
  color: #f2f2f5;
  margin: 15px 0;
  font-size: 16px;
  line-height: 28px;
}

.cal_btn a {
  border: 1px solid #fcfcfd;
  color: #fcfcfd;
  border-radius: 3px;
  padding: 10px 20px 12px;
  font-size: 16px;
  font-weight: 500;
}

.cal_btn a i {
  margin-left: 10px;
}
.cal_btn a:hover {
  background-color: #d02d2d;
  border: 1px solid #d02d2d;
}
.cal_btn {
  margin-top: 35px;
}

.bg_img img {
  width: auto;
}
.bg_img {
  position: absolute;
  top: -50%;
  left: -16%;
}

.tabs__btn.active {
  color: #d02d2d;
  background-color: #fff;
  border-bottom: none;
  border-top: 1px solid #ededed;
  border-left: 1px solid #ededed;
}
.tabs__btn {
  padding: 10px 72px;
  border-bottom: 1px solid #ededed;
  background-color: #ededed;
  color: #7d7d82;
  font-weight: 500;
  cursor: pointer;
}

.tabs__body {
  display: none;
  font-size: 18px;
}

.tabs__body.active {
  display: block;
}

.tabs__navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px 0;
  margin-top: 40px;
}

.art_box h5 {
  margin: 10px 0;
  font-size: 14px;
  color: #d02d2d;
  font-weight: 500;
}
.art_box .valuation {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 8px;
  display: block;
}
.pro_item{
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin: 8px;
  text-align: left;
  height: 527px;
}
.art_box a {
  color: #D02D2D;
  font-size: 18px;
}
.pro_text {
  padding: 15px;
}
.pera p {
  font-size: 14px;
}
.pera{
  text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.art_box img {
  border-radius: 10px;
}

.art_box:hover img {
  border-radius: 0%;
}
.newsletter {
  background: #fafafa;
  padding: 60px 0;
  position: relative;
}

.newsletter h5 {
  color: #555770;
  font-size: 18px;
  font-weight: 600;
}
.newsletter p {
  margin: 15px 0;
}

.newsletter ul li {
  list-style-image: url(../img/list.png);
}
.newsletter ul {
  margin-left: 19px;
}
.newsletter ul li {
  margin: 21px 0;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #555770;
}
.newsletter .btn-2 {
  border: 1px solid #e4e8f2;
  color: #555770;
}
.newsletter .btn-2 i {
  margin-left: 8px;
}
.newsletter .btn-2:hover {
  color: #fff;
}

.bus_btn a {
  background: #fafafa;
  color: #d02d2d;
  border: none;
}
.business p {
  margin: 15px 0;
  font-size: 20px;
}
.bus_text {
  padding: 0 8%;
}
.business img {
  width: 100%;
}

.note .container {
  background-color: #fafafa;
  padding: 25px 10px;
  text-align: center;
}
.note h5 {
  font-size: 16px;
  font-weight: 400;
}
.note h5 span {
  font-weight: 700;
  color: #d02d2d;
}
.india_book {
  text-align: center;
  width: 46%;
  margin: auto;
}

.news_c img {
  width: auto;
}
.news_c {
  position: absolute;
  right: 0;
  top: 0;
}
.ser_item img {
  width: auto;
  margin-bottom: 12px;
}
.ser_item {
  border: 1px solid #cdcdcd;
  padding: 25px 20px;
  border-radius: 8px;
}
.ser_item:hover {
  border: 1px solid #d02d2d;
}
.ser_item .investment {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
}
.ser_item p {
  font-size: 14px;
  color: #8e90a6;
  margin-bottom: 6px;
}
.ser_item a {
  color: #d02d2d;
  font-weight: 500;
}
.ser_item i {
  margin-left: 8px;
}
.service_slider {
  margin-top: 40px;
}

.ser_item {
  margin: 0 15px;
}

.faq {
  background: #fafafa;
  padding: 60px 0;
  position: relative;
}

button.accordion-button {
  background-color: #fff;
  font-family: "DM Sans", sans-serif;
}
.accordion-button:not(.collapsed) {
  background-color: #fff;
  box-shadow: none;
  color: #000;
  font-size: 18px;
  font-weight: 500;
}
.accordion-button {
  font-size: 18px;
}
.working-process .accordion-item .accordion-button:not(.collapsed) {
  transition: all 0.2s ease-in-out;
  background-color: #fff;
}

.working-process .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.accordion-item {
  border: none;
}

.working-process .accordion-item .accordion-collapse .accordion-body {
  padding: 20px 40px;
}

.working-process .accordion-item .accordian-numbers {
  font-size: 44px;
  padding-right: 20px;
}

.accordion-button::after {
  background-image: none;
  font-family: "Font Awesome 6 Free";
  content: "\f067";
  height: 25px;
  width: 25px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #d02d2d;
  font-size: 15px;
  border: 2px solid #d02d2d;
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
  content: "\f068";
  color: #d02d2d;
  border: 2px solid #d02d2d;
}

.working-process .accordion-item .collapsing {
  transition: all 0.3s ease-in-out;
}
.accordion-body {
  padding: 0rem 1.25rem 1rem;
}
.accordion-item {
  border-radius: 7px;
  padding: 8px 0 11px;
}
.accordion-button {
  padding: 11px 21px;
}

.faq .big_head {
  font-size: 40px;
}

footer {
  background-color: #0b1f40;
  padding-top: 80px;
}
.foot_logo img {
  width: 250px;
  background-color: #fff;
  padding: 5px;
  border-radius: 5px;
}
.main_img{
  position: sticky;
  top: 100px;
}
.foot_email {
  display: flex;
  gap: 15px;
}
.foot_email input {
  width: 75%;
  padding: 0 15px;
  border: 1px solid #555770;
  background-color: #5557703b;
  border-radius: 5px;
}
.foot_email input::placeholder {
  color: #c7c8d9;
}
.foot_email button {
  width: 25%;
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.foot_head {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.foot_nav ul li a {
  color: #8e90a6;
  font-size: 14px;
  font-weight: 500;
  margin: 12px 0;
  display: block;
}
.foot_nav ul li a:hover{
  color: #fff;
}
.foot_socal li a {
  color: #8e90a6;
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin: 12px 0;
}
.foot_socal li a:hover{
  color: #fff;
}
.foot_socal li a i {
  color: #fff;
  margin-right: 5px;
}

.foot_logo p {
  color: #fff;
  margin: 15px 0;
}
.foot_logo h5 {
  font-size: 12px;
  color: #ffffff;
  margin: 18px 0;
}

.copyright p {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 14px;
}
.copyright {
  text-align: center;
  border: 1px solid #555770;
  margin-top: 15px;
  padding: 25px 0;
}




@keyframes alltuchtopdown {
  0% {
      /* transform: rotateX(0deg) translateY(0) */
      transform: scale(1) 
  }

  50% {
    transform: scale(.9) 
  }

  to {
    transform: scale(1) 
  }
}





.work_box .w_img img{
  width: 70px;
}
.w_icon{
  position: absolute;
  top: 15%;
  z-index: -1;
  left: 17%;
}
.working .row{
  align-items: center;
}
.work_box span{
  display: block;
  font-size: 25px;
  font-weight: 600;
  margin: 10px 0;
}
.work_box{
  text-align: left;
  position: relative;
}
.work_box_2{
  text-align: right;
}
.work_box_2 .w_icon{
  right: 17%;
  left: auto;
}

.testimonial{
  padding: 80px 0;
  color: #fff;
}
.testimonial .big_head{
  color: #fff;
}
.testimonial p{
  color: #fff;
}
.coma img{
  width: 60px;
  margin-bottom: 15px;
}

.test_contant img{
  border-radius: 50%;
  width: 100px;
}
.name{
  display: block;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
}
.test_pera p{
  font-size: 20px;
  line-height: 35px;
}

.contact input, select, textarea{
  width: 100%;
  padding: 8px;
  margin-bottom: 20px;
  outline: none;
  border: none;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
.contact{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.contact input::placeholder{
  color: #fff;
}
.contact textarea::placeholder{
  color: #fff;
}
.contact select option{
  color: #000;
}
.contact .big_head{
  color: #fff;
}
.cont_bg{
  padding: 80px 0;
  background-color: #000000be;
}
.contact_detail ul li a{
  color: #fff;
  font-size: 17px;
  display: block;
  margin: 13px 0;
  padding: 8px 0;
  display: flex;
  align-items: baseline;
  font-weight: 600;
  border-bottom: 1px dotted #fff;
}
.contact_detail ul li i{
  margin-right: 10px;
  color: #D02D2D;
}
.socal ul{
  display: flex;
}
.contact_detail p{
  color: #fff;
}
.contact_detail .socal ul a{
  margin: 0 10px;
  display: block;
  font-size: 20px;
  background-color: #0b1f40;
  text-align: center;
  padding: 8px 15px;
  border-radius: 50%;
}
.contact_detail .socal ul a i{
  color: #fff;
  margin-right: 0;
}


.cal_img img{
  animation: alltuchtopdown 3s ease-in-out 0s infinite alternate;
  animation-duration: 5s;
}










.what-app {
  position: fixed;
  z-index: 99;
}

.btn-whatsapp-pulse-border {
  bottom: 30px;
  right: 20px;
  animation-play-state: paused;
}

.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  bottom: 20px;
  left: 20px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 30px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #25d366;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.what-app i {
  font-size: 45px;
  color: #fff;
}

.marcket-plase a {
  display: block;
  width: 100%;
  margin-top: 20px;
}

.social-share ul {
  display: flex;
  margin-top: 10px;
}

.social-share button {
  border: none;
  background-color: #0b1f40;
  color: #fff;
  padding: 5px 10px;
  margin-right: 8px;
  font-size: 15px;
  border-radius: 5px;
}

.share-btn-box {
  margin-top: 15px;
}


@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }

  75% {
    padding: 50px;
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}







@media only screen and (max-width: 1024px) {
  .head_text h1 {
    font-size: 50px;
  }
  .head_text h2 {
    font-size: 50px;
  }
  .cal_img img {
    width: 100%;
  }
}

@media only screen and (max-width: 992px) {
  .count_box {
    width: 30%;
    margin-bottom: 10px;
  }
  .ser_bx img {
    width: 100%;
  }
  .bus_text {
    padding: 0 0;
  }
  .india_book {
    width: 99%;
  }
}

@media only screen and (max-width: 992px) {
  .toggle {
    visibility: visible;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    order: 3;
  }
  .toggle > * {
    width: 80%;
    height: 3px;
    background: #014073;
    margin: 3px 0;
  }
  .toggle.active .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
  }

  .toggle.active .line2 {
    opacity: 0;
  }

  .toggle.active .line3 {
    transform: rotate(45deg) translate(-7px, -8px);
  }
  .navigation {
    position: absolute;
    flex-direction: column;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: #0b1f40;
    z-index: 999;
    display: none;
  }
  nav {
    position: relative;
  }
  .navigation li {
    padding: 12px 9px;
    font-size: 15px;
    border-bottom: 1px solid #818181;
  }
  .navigation li a {
    color: #fff;
  }
  .droupdown {
    position: revert;
    width: 100%;
  }
  .clk_btn {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    cursor: pointer;
    width: 47px;
    height: 46px;
    line-height: 37px;
    text-align: center;
  }
  .droupdown li {
    padding: 0 !important;
  }
  .droupdown li a {
    color: #000;
  }
  .nav_bar {
    padding: 10px 0;
  }
}

@media only screen and (max-width: 768px) {
  header {
    background-image: none;
    padding: 38px 0 0;
  }
  .entity2 {
    border-right: none;
    border-bottom: 1px solid #cccccc;
  }
  .btn-2 {
    padding: 12px 10px;
  }
  .newsletter img{
    width: 100%;
    margin-top: 20px;
  }
  .slick-nav.prev-arrow.slick-arrow{
    display: none !important;
  }
  .slick-nav.next-arrow.slick-arrow{
    display: none !important;
  }
  .foot_email input {
    width: 68%;
  }
  .foot_email button {
    width: 27%;
  }
  .inner_header img{
    height: 270px;
  }
  .inner_hrad{
    font-size: 35px;
  }
}


@media only screen and (max-width: 576px) {
  .ser_bx img {
    width: 100px;
    margin-bottom: 10px;
}
.count_box {
  width: 48%;
  margin-bottom: 10px;
}
.counter-value {
  font-size: 26px;
}
.count_layer{
  font-size: 26px;
}
.big_head {
  font-size: 28px;
}
.head_btn{
  flex-wrap: wrap;
  gap: 8px;
}
.head_text h1 {
  font-size: 33px;
}
.head_text h2 {
  font-size: 33px;
}
.head_text p {
  font-size: 17px;
}
.calculator{
  overflow: hidden;
}
.calculator h4 {
  font-size: 30px;
}
.business p {
  font-size: 16px;
}
.faq .big_head {
  font-size: 27px;
}
.news_c{
  display: none;
}
.foot_email{
  flex-wrap: wrap;
}
.foot_email input {
  width: 100%;
  padding: 11px;
}
.foot_email button {
  width: 49%;
}
.head_icon a:first-child{
  display: none;
}
.logo img {
  width: 160px;
}
.working {
  padding: 0 15px;
}
}
@media only screen and (max-width: 576px) {

footer {
  padding-top: 45px;
}
.cal_text {
  padding-right: 0%;
}
.cal_btn a{
  font-size: 14px;
}
.tabs__btn {
  width: 100%;
  padding: 10px 24px;
}

}

 .balence{
     color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000000ab;
    z-index: 9999999;
    font-size: 60px;
    text-align: center;
    padding-top: 20%;
    font-weight: 900;

} 