
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Onest:wght@100..900&display=swap');
html, body {
  max-width: 100%;
  overflow-x: hidden !important;
}
.white-bg {
  background: #ffffff;
}

.gray-bg {
  background: #f5f5f5;
}
/*-- Background color---*/
.gray-bg {
  background: #f7f7fd;
}
.white-bg {
  background: #ffffff;
}

.black-bg {
  background: #16161a;
}

.theme-bg {
  background: #ff3e3f;
}

.brand-bg {
  background: #f1f4fa;
}

.testimonial-bg {
  background: #f9fafc;
}

/*--- color------*/
.white-color {
  color: #ffffff;
}

.black-color {
  color: #16161a;
}

.theme-color {
  color: #ff3e3f;
}

.boxed-btn {
  background: #fff;
  color: #ff3e3f !important;
  display: inline-block;
  padding: 18px 44px;
 font-family: "Onest", sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  border: 1px solid #ff3e3f;
  letter-spacing: 3px;
  text-align: center;
  color: #ff3e3f;
  text-transform: uppercase;
  cursor: pointer;
}

section:not(:first-of-type) {
  padding: 50px 0;
  @media (max-width:768px) {
    padding: 20px 0;
  }
}

.boxed-btn:hover {
  background: #ff3e3f;
  color: #fff !important;
  border: 1px solid #ff3e3f;
}

.boxed-btn:focus {
  outline: none;
}

.boxed-btn.large-width {
  width: 220px;
}

/*--
    - Overlay
------------------------------------------*/
[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

|[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}

/*-- Overlay Opacity --*/
[data-opacity="1"]::before {
  opacity: 0.1;
}

[data-opacity="2"]::before {
  opacity: 0.2;
}

[data-opacity="3"]::before {
  opacity: 0.3;
}

[data-opacity="4"]::before {
  opacity: 0.4;
}

[data-opacity="5"]::before {
  opacity: 0.5;
}

[data-opacity="6"]::before {
  opacity: 0.6;
}

[data-opacity="7"]::before {
  opacity: 0.7;
}

[data-opacity="8"]::before {
  opacity: 0.8;
}

[data-opacity="9"]::before {
  opacity: 0.9;
}
html{
  scroll-behavior: smooth;
}
/* 1. Theme default css */
body {
 font-family: "Onest", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}

.cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background: radial-gradient(circle, #00e0ff, #00c6a7);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  animation: pulse 1.5s infinite;
  transition: transform 0.1s ease-out;
  z-index:1;
}

@keyframes pulse {
  0% { transform: translate(-50%, -50%) scale(1); opacity: 0.8; }
  50% { transform: translate(-50%, -50%) scale(1.3); opacity: 0.5; }
  100% { transform: translate(-50%, -50%) scale(1); opacity: 0.8; }
}

h1,
h2,
h3,
h4,
h5,
h6 {
 font-family: "Onest", sans-serif;
  color: #072366;
  margin-top: 0px;
  font-style: normal;
  font-weight: 500;
  text-transform: normal;
}

p {
 font-family: "Onest", sans-serif;
  color: #64676c !important;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 15px;
  font-weight: normal;
}

.bg-img-1 {
  background-image: url(../img/slider/slider-img-1.jpg);
}

.bg-img-2 {
  background-image: url(../img/background-img/bg-img-2.jpg);
}

.cta-bg-1 {
  background-image: url(../img/background-img/bg-img-3.jpg);
}

/* Hidden by default */
.mobile-call-bar {
  display: none;
}

/* mobile only */
@media (max-width: 1024px) {
  .mobile-call-bar {
    display: block;
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: #1ccca8;
    color: #233966;
    text-align: center;
    padding: 14px 0;
    font-size: 18px;
    font-weight: bold;
    z-index: 1000;
    width: 90%;
    border-radius: 10px;
  }

  .mobile-call-bar a {
    color: #233966 !important;
    text-decoration: none;
    display: block;
    width: 100%;
  }

  /* Class used by JS to forcibly hide the bar even on mobile */
  .mobile-call-bar.is-hidden {
    display: none !important;
    pointer-events: none;
    opacity: 0;
  }
}

.img {
  max-width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

a,
.button {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a {
  color: #635c5c;
}

a:hover {
  color: #fff;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  text-decoration: none;
}

a,
button {
  color: #fff;
  outline: medium none;
}

button:focus, input:focus, input:focus, textarea, textarea:focus {
  outline: 0;
}
.uppercase {
  text-transform: uppercase;
}

input:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.capitalize {
  text-transform: capitalize;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

.theme-overlay {
  position: relative;
}

.theme-overlay::before {
  background: #1696e7 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}

.overlay2 {
  position: relative;
  z-index: 0;
}

.overlay2::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.overlay2 {
  position: relative;
  z-index: 0;
}


.overlay2::before {
  position: absolute;
  content: "";
  background-color: #2E2200;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
}

.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}


.separator {
  border-top: 1px solid #f2f2f2;
}


.mb-90 {
  margin-bottom: 90px;
}
.scroll-area {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}

@media (max-width: 767px) {
 
  .mb-90 {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
 
  .mb-90 {
    margin-bottom: 45px;
  }
}

/* owl-carousel button style */

.owl-carousel .owl-nav div {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  height: 40px;
  left: 20px;
  line-height: 40px;
  font-size: 22px;
  color: #646464;
  opacity: 1;
  visibility: visible;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 40px;
}

.owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: -30px;
}


.owl-carousel .owl-nav div.owl-next i {
  position: relative;
  right: 0;
  top: 1px;
}


.owl-carousel .owl-nav div.owl-prev i {
  position: relative;
  right: 1px;
  top: 0px;
}


.owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

.owl-carousel:hover .owl-nav div:hover {
  color: #fff;
  background: #ff3500;
}
/* Reveal animation (initial state) */
  .reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.9s ease-out;
  }

  /* When visible */
  .reveal.active {
    opacity: 1;
    transform: translateY(0);
  }
.btn {
  border: none;
  padding: 15px;
  text-transform: uppercase;
  background: #1ccca8;
  border-radius: 8px;
  cursor: pointer;
  color: #122C58;
  display: inline-block;
  font-size: 16px;
  font-weight:600;
  background-size: 200%;
  transition: 0.6s;
  box-shadow: 0px 7px 21px 0px rgba(27, 204, 245, 0.4);
  
}



.btn:hover {
  background-position: left;
  background: #122C58 ;
  color: #fff;
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none;
}


.about-btn {
  padding: 18px 43px;
}

.img {
  position: absolute;
  width: 48%;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* Image Positions */
.top-left {
    top: -28px;
    height: 35%;
    width: 32%;
    right: 50px;
    border-radius: 20px;
}

.top-right {
    top: -31px;
    /* right: -20px; */
    height: 54%;
}

.bottom-left {
  bottom: 0;
  left: 0;
   height:50%;
}

.bottom-right {
 bottom: -2;
    right: 46px;
    width: 88%;
    height: 53%;
    border-radius: 20px;
}

.store-btn {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: white;
    background: linear-gradient(135deg, #111827, #1f2937);
    border: 1px solid rgba(255,255,255,0.1);
    padding: 12px 20px;
    border-radius: 12px;
    transition: all 0.35s ease;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  }

  .store-btn img {
    width: 28px;
    height: 28px;
  }

  .store-btn span {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
  }

  .store-btn small {
    font-size: 11px;
    color: #94a3b8;
  }

  .store-btn strong {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
  }

  /* Shine effect */
  .store-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.4), transparent);
    transition: 0.5s;
  }

  .store-btn:hover::before {
    left: 120%;
    transition: left 0.8s ease;
  }

  /* Hover lift & glow */
  .store-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(124,58,237,0.5);
    background: linear-gradient(135deg, #1f2937, #312e81);
  }

  /* Pulse glow animation */
  @keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(124,58,237,0.4); }
    70% { box-shadow: 0 0 0 15px rgba(124,58,237,0); }
    100% { box-shadow: 0 0 0 0 rgba(124,58,237,0); }
  }

  .store-btn.playstore {
    animation: pulse 2.8s infinite;
  }

  @media (max-width: 600px) {
    body {
      flex-direction: column;
    }
    .store-btn {
      width: 220px;
      justify-content: center;
    }
  }

/* Center Icon */
.center-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #e83e8c;
  box-shadow: 0 0 20px rgba(35, 57, 102, 0.3);
  z-index: 2;
  animation: rotate 40s linear infinite;
}
.title-line {
  display: flex;
  align-items: center;
  font-size: 16px;
  color:#122C58;
  text-transform: uppercase;
  font-weight: 600;
  width:300px;
  margin: 0px auto 20px;
}

.title-line-left {
  display: flex;
  align-items: center;
  font-size: 16px;
  color:#122C58;
  text-transform: uppercase;
  font-weight: 600;
  width:300px;
  margin-bottom:20px;
}
.title-line-left::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #122C58;
  margin: 0 10px;
}

.title-line::before,
.title-line::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #122C58;
  margin: 0 10px;
}
/* Rotating Circle Animation */
.rotate-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 300px;
  border: 3px dashed #28DFB9;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: rotate 60s linear infinite;
  z-index: 1;
}

/* Rotation animation */
@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.count{
  font-size: 60px;
  font-weight: 500;
}

.counter-wrapper{
    background: #233966;
    position: relative;
    padding: 50px;
    border-radius: 30px;
    margin: 0 15px;
}
.counter-wrapper:after{
  content: '';
  position: absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
}
.counter-inner{
  position:relative;
  z-index:2;
}
.count-icon{
  font-size: 48px;
}
.counter-icon{
  width: 25%;
}
.counter-icons{
  width: 16%;
}
.view-details-btn{
  /*margin:20px auto;*/
  display:block;
}

.call-btn-hero{
display: flex;
    align-items: baseline;
    gap: 30px;

    a{
      display: flex;
    gap: 11px;
      color:#233966;
      font-weight:600;
      font-size:18px;
      align-items: center !important;
    }

}
.hero-right h2{
  font-weight: 700;
}


.brand-logo{
  width:50%;
}

.splash-img:hover {
  opacity: 0.85;
  transform: translateY(-6px);
  transition: 0.4s ease;
  transform: scale(1.03);
   animation: float 1s ease-in-out infinite;
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}


/* Responsive Design */
@media (max-width: 768px) {
  .img {
    width: 47%;
  }
  .center-icon {
    width: 30px;
    height: 30px;
  }
  .rotate-circle {
    width: 150px;
    height: 150px;
  }
}



.header-btn {
  padding: 15px 25px;
  @media (max-width: 768px) {
    padding: 12px 25px;
  }
}

.hero-btn {
  padding: 18px 43px;
}

.white-btn {
  padding: 30px 39px;
  background: #fff;
  color: #072366 !important;
}

.white-btn::before {
  background: #ff3e3f;
  color: #fff !important;
}

.black-btn {
  padding: 14px 35px;
  background: #000;
  display: inline-block;
}

.black-btn::before {
  background: #331391;
}

.borders-btn {
  padding: 14px 35px;
  background: none;
  border: 1px solid #ff2656;
  border-radius: 0 10px;
  display: inline-block;
  color: #ff2656;
}

.borders-btn::before {
  background: #331391;
}

.cal-btn i {
  color: #09cc7f !important;
  font-size: 31px;
  font-weight: 300;
  margin-right: 10px;
}

.cal-btn > p {
  color: #072366 !important;
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  margin: 0 !important;
  position: relative;
  top: -7px;
}

.submit-btn2 {
  background: #ec5b53;
  width: 100%;
  height: 60px;
  padding: 10px 20px;
  border: 0;
  color: #fff;
  text-transform: capitalize;
  cursor: pointer;
  font-size: 16px;
  border-radius: 0px;
}
.logo{
  width:100%;
}

.border-btn {
  border: 1px solid #ff5600;
  color: #464d65;
  background: none;
  border-radius: 5px;
  text-transform: capitalize;
  padding: 19px 47px;
  -moz-user-select: none;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 0;
  position: relative;
  transition: color 0.4s linear;
  position: relative;
  overflow: hidden;
  margin: 0;
}

@media (max-width: 575px) {
  .border-btn {
    display: none;
  }
}

.border-btn::before {
  border: 1px solid transparent;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  background: #ff3e3f;
  z-index: -1;
  transition: transform 0.5s;
  transition-timing-function: ease;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transform: scaleY(0);
  border-radius: 0;
}

.border-btn:hover::before {
  transform: scaleY(1);
  border: 1px solid transparent;
}

.section-over1 {
  position: relative;
  z-index: 1;
}

.section-over1::before {
  position: absolute;
  content: "";
  background-color: rgba(6, 7, 6, 0.6);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-repeat: no-repeat;
}

/* button style */
.breadcrumb > .active {
  color: #888;
}

/* scrollUp */
#scrollUp, #back-top {
  background: #ff3e3f;
  height: 50px;
  width: 50px;
  right: 31px;
  bottom: 18px;
  position: fixed;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
  border: 2px solid transparent;
  box-shadow: 0 0 10px 3px rgba(108, 98, 98, 0.2);
}



#scrollUp a i, #back-top a i {
  display: block;
  line-height: 50px;
}

#scrollUp:hover {
  color: #fff;
}

/* Sticky*/
.sticky-bar {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  z-index: 9999;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  background: #fff;
}

/* Sticky end */
/*--- Margin & Padding --*/
/*-- Margin Top --*/
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

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

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}
.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

/* line 474, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mt-170 {
  margin-top: 170px;
}

/* line 474, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mt-175 {
  margin-top: 175px;
}

/* line 474, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mt-180 {
  margin-top: 180px;
}

/* line 474, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mt-185 {
  margin-top: 185px;
}

/* line 474, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mt-190 {
  margin-top: 190px;
}

/* line 474, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mt-195 {
  margin-top: 195px;
}

/* line 474, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mt-200 {
  margin-top: 200px;
}

/*-- Margin Bottom --*/
/* line 479, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mb-5 {
  margin-bottom: 5px;
}

/* line 479, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mb-10 {
  margin-bottom: 10px;
}

/* line 479, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mb-15 {
  margin-bottom: 15px;
}

/* line 479, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mb-20 {
  margin-bottom: 20px;
}

/* line 479, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mb-25 {
  margin-bottom: 25px;
}

/* line 479, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mb-30 {
  margin-bottom: 30px;
}

/* line 479, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mb-35 {
  margin-bottom: 35px;
}

/* line 479, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mb-40 {
  margin-bottom: 40px;
}

/* line 479, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mb-45 {
  margin-bottom: 45px;
}

/* line 479, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mb-50 {
  margin-bottom: 50px;
}

/* line 479, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mb-55 {
  margin-bottom: 55px;
}

/* line 479, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mb-60 {
  margin-bottom: 60px;
}

/* line 479, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mb-65 {
  margin-bottom: 65px;
}

/* line 479, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mb-70 {
  margin-bottom: 70px;
}

/* line 479, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mb-75 {
  margin-bottom: 75px;
}

/* line 479, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mb-80 {
  margin-bottom: 80px;
}

/* line 479, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mb-85 {
  margin-bottom: 85px;
}

/* line 479, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mb-90 {
  margin-bottom: 90px;
}

/* line 479, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mb-95 {
  margin-bottom: 95px;
}

/* line 479, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mb-100 {
  margin-bottom: 100px;
}

/* line 479, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mb-105 {
  margin-bottom: 105px;
}

/* line 479, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mb-110 {
  margin-bottom: 110px;
}

/* line 479, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mb-115 {
  margin-bottom: 115px;
}

/* line 479, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mb-120 {
  margin-bottom: 120px;
}

/* line 479, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mb-125 {
  margin-bottom: 125px;
}

/* line 479, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mb-130 {
  margin-bottom: 130px;
}

/* line 479, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mb-135 {
  margin-bottom: 135px;
}

/* line 479, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mb-140 {
  margin-bottom: 140px;
}

/* line 479, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mb-145 {
  margin-bottom: 145px;
}

/* line 479, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mb-150 {
  margin-bottom: 150px;
}

/* line 479, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mb-155 {
  margin-bottom: 155px;
}

/* line 479, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mb-160 {
  margin-bottom: 160px;
}

/* line 479, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mb-165 {
  margin-bottom: 165px;
}

/* line 479, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mb-170 {
  margin-bottom: 170px;
}

/* line 479, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mb-175 {
  margin-bottom: 175px;
}

/* line 479, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mb-180 {
  margin-bottom: 180px;
}

/* line 479, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mb-185 {
  margin-bottom: 185px;
}

/* line 479, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mb-190 {
  margin-bottom: 190px;
}

/* line 479, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mb-195 {
  margin-bottom: 195px;
}

/* line 479, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mb-200 {
  margin-bottom: 200px;
}

/*-- Margin Left --*/
/* line 483, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.ml-5 {
  margin-left: 5px;
}

/* line 483, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.ml-10 {
  margin-left: 10px;
}

/* line 483, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.ml-15 {
  margin-left: 15px;
}

/* line 483, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.ml-20 {
  margin-left: 20px;
}

/* line 483, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.ml-25 {
  margin-left: 25px;
}

/* line 483, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.ml-30 {
  margin-left: 30px;
}

/* line 483, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.ml-35 {
  margin-left: 35px;
}

/* line 483, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.ml-40 {
  margin-left: 40px;
}

/* line 483, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.ml-45 {
  margin-left: 45px;
}

/* line 483, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.ml-50 {
  margin-left: 50px;
}

/* line 483, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.ml-55 {
  margin-left: 55px;
}

/* line 483, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.ml-60 {
  margin-left: 60px;
}

/* line 483, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.ml-65 {
  margin-left: 65px;
}

/* line 483, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.ml-70 {
  margin-left: 70px;
}

/* line 483, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.ml-75 {
  margin-left: 75px;
}

/* line 483, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.ml-80 {
  margin-left: 80px;
}

/* line 483, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.ml-85 {
  margin-left: 85px;
}

/* line 483, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.ml-90 {
  margin-left: 90px;
}

/* line 483, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.ml-95 {
  margin-left: 95px;
}

/* line 483, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.ml-100 {
  margin-left: 100px;
}

/* line 483, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.ml-105 {
  margin-left: 105px;
}

/* line 483, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.ml-110 {
  margin-left: 110px;
}

/* line 483, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.ml-115 {
  margin-left: 115px;
}

/* line 483, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.ml-120 {
  margin-left: 120px;
}

/* line 483, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.ml-125 {
  margin-left: 125px;
}

/* line 483, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.ml-130 {
  margin-left: 130px;
}

/* line 483, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.ml-135 {
  margin-left: 135px;
}

/* line 483, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.ml-140 {
  margin-left: 140px;
}

/* line 483, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.ml-145 {
  margin-left: 145px;
}

/* line 483, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.ml-150 {
  margin-left: 150px;
}

/* line 483, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.ml-155 {
  margin-left: 155px;
}

/* line 483, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.ml-160 {
  margin-left: 160px;
}

/* line 483, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.ml-165 {
  margin-left: 165px;
}

/* line 483, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.ml-170 {
  margin-left: 170px;
}

/* line 483, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.ml-175 {
  margin-left: 175px;
}

/* line 483, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.ml-180 {
  margin-left: 180px;
}

/* line 483, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.ml-185 {
  margin-left: 185px;
}

/* line 483, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.ml-190 {
  margin-left: 190px;
}

/* line 483, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.ml-195 {
  margin-left: 195px;
}

/* line 483, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.ml-200 {
  margin-left: 200px;
}

/*-- Margin Right --*/
/* line 488, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mr-5 {
  margin-right: 5px;
}

/* line 488, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mr-10 {
  margin-right: 10px;
}

/* line 488, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mr-15 {
  margin-right: 15px;
}

/* line 488, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mr-20 {
  margin-right: 20px;
}

/* line 488, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mr-25 {
  margin-right: 25px;
}

/* line 488, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mr-30 {
  margin-right: 30px;
}

/* line 488, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mr-35 {
  margin-right: 35px;
}

/* line 488, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mr-40 {
  margin-right: 40px;
}

/* line 488, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mr-45 {
  margin-right: 45px;
}

/* line 488, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mr-50 {
  margin-right: 50px;
}

/* line 488, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mr-55 {
  margin-right: 55px;
}

/* line 488, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mr-60 {
  margin-right: 60px;
}

/* line 488, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mr-65 {
  margin-right: 65px;
}

/* line 488, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mr-70 {
  margin-right: 70px;
}

/* line 488, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mr-75 {
  margin-right: 75px;
}

/* line 488, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mr-80 {
  margin-right: 80px;
}

/* line 488, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mr-85 {
  margin-right: 85px;
}

/* line 488, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mr-90 {
  margin-right: 90px;
}

/* line 488, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mr-95 {
  margin-right: 95px;
}

/* line 488, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mr-100 {
  margin-right: 100px;
}

/* line 488, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mr-105 {
  margin-right: 105px;
}

/* line 488, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mr-110 {
  margin-right: 110px;
}

/* line 488, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mr-115 {
  margin-right: 115px;
}

/* line 488, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mr-120 {
  margin-right: 120px;
}

/* line 488, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mr-125 {
  margin-right: 125px;
}

/* line 488, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mr-130 {
  margin-right: 130px;
}

/* line 488, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mr-135 {
  margin-right: 135px;
}

/* line 488, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mr-140 {
  margin-right: 140px;
}

/* line 488, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mr-145 {
  margin-right: 145px;
}

/* line 488, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mr-150 {
  margin-right: 150px;
}

/* line 488, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mr-155 {
  margin-right: 155px;
}

/* line 488, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mr-160 {
  margin-right: 160px;
}

/* line 488, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mr-165 {
  margin-right: 165px;
}

/* line 488, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mr-170 {
  margin-right: 170px;
}

/* line 488, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mr-175 {
  margin-right: 175px;
}

/* line 488, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mr-180 {
  margin-right: 180px;
}

/* line 488, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mr-185 {
  margin-right: 185px;
}

/* line 488, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mr-190 {
  margin-right: 190px;
}

/* line 488, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mr-195 {
  margin-right: 195px;
}

/* line 488, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.mr-200 {
  margin-right: 200px;
}

/*-- Padding Top --*/
/* line 493, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pt-5 {
  padding-top: 5px;
}

/* line 493, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pt-10 {
  padding-top: 10px;
}

/* line 493, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pt-15 {
  padding-top: 15px;
}

/* line 493, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pt-20 {
  padding-top: 20px;
}

/* line 493, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pt-25 {
  padding-top: 25px;
}

/* line 493, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pt-30 {
  padding-top: 30px;
}

/* line 493, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pt-35 {
  padding-top: 35px;
}

/* line 493, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pt-40 {
  padding-top: 40px;
}

/* line 493, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pt-45 {
  padding-top: 45px;
}

/* line 493, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pt-50 {
  padding-top: 50px;
}

/* line 493, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pt-55 {
  padding-top: 55px;
}

/* line 493, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pt-60 {
  padding-top: 60px;
}

/* line 493, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pt-65 {
  padding-top: 65px;
}

/* line 493, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pt-70 {
  padding-top: 70px;
}

/* line 493, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pt-75 {
  padding-top: 75px;
}

/* line 493, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pt-80 {
  padding-top: 80px;
}

/* line 493, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pt-85 {
  padding-top: 85px;
}

/* line 493, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pt-90 {
  padding-top: 90px;
}

/* line 493, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pt-95 {
  padding-top: 95px;
}

/* line 493, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pt-100 {
  padding-top: 100px;
}

/* line 493, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pt-105 {
  padding-top: 105px;
}

/* line 493, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pt-110 {
  padding-top: 110px;
}

/* line 493, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pt-115 {
  padding-top: 115px;
}

/* line 493, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pt-120 {
  padding-top: 120px;
}

/* line 493, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pt-125 {
  padding-top: 125px;
}

/* line 493, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pt-130 {
  padding-top: 130px;
}

/* line 493, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pt-135 {
  padding-top: 135px;
}

/* line 493, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pt-140 {
  padding-top: 140px;
}

/* line 493, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pt-145 {
  padding-top: 145px;
}

/* line 493, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pt-150 {
  padding-top: 150px;
}

/* line 493, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pt-155 {
  padding-top: 155px;
}

/* line 493, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pt-160 {
  padding-top: 160px;
}

/* line 493, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pt-165 {
  padding-top: 165px;
}

/* line 493, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pt-170 {
  padding-top: 170px;
}

/* line 493, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pt-175 {
  padding-top: 175px;
}

/* line 493, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pt-180 {
  padding-top: 180px;
}

/* line 493, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pt-185 {
  padding-top: 185px;
}

/* line 493, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pt-190 {
  padding-top: 190px;
}

/* line 493, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pt-195 {
  padding-top: 195px;
}

/* line 493, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pt-200 {
  padding-top: 200px;
}

/* line 495, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pt-260 {
  padding-top: 260px;
}

/*-- Padding Bottom --*/
/* line 500, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pb-5 {
  padding-bottom: 5px;
}

/* line 500, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pb-10 {
  padding-bottom: 10px;
}

/* line 500, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pb-15 {
  padding-bottom: 15px;
}

/* line 500, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pb-20 {
  padding-bottom: 20px;
}

/* line 500, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pb-25 {
  padding-bottom: 25px;
}

/* line 500, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pb-30 {
  padding-bottom: 30px;
}

/* line 500, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pb-35 {
  padding-bottom: 35px;
}

/* line 500, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pb-40 {
  padding-bottom: 40px;
}

/* line 500, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pb-45 {
  padding-bottom: 45px;
}

/* line 500, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pb-50 {
  padding-bottom: 50px;
}

/* line 500, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pb-55 {
  padding-bottom: 55px;
}

/* line 500, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pb-60 {
  padding-bottom: 60px;
}

/* line 500, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pb-65 {
  padding-bottom: 65px;
}

/* line 500, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pb-70 {
  padding-bottom: 70px;
}

/* line 500, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pb-75 {
  padding-bottom: 75px;
}

/* line 500, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pb-80 {
  padding-bottom: 80px;
}

/* line 500, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pb-85 {
  padding-bottom: 85px;
}

/* line 500, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pb-90 {
  padding-bottom: 90px;
}

/* line 500, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pb-95 {
  padding-bottom: 95px;
}

/* line 500, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pb-100 {
  padding-bottom: 100px;
}

/* line 500, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pb-105 {
  padding-bottom: 105px;
}

/* line 500, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pb-110 {
  padding-bottom: 110px;
}

/* line 500, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pb-115 {
  padding-bottom: 115px;
}

/* line 500, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pb-120 {
  padding-bottom: 120px;
}

/* line 500, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pb-125 {
  padding-bottom: 125px;
}

/* line 500, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pb-130 {
  padding-bottom: 130px;
}

/* line 500, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pb-135 {
  padding-bottom: 135px;
}

/* line 500, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pb-140 {
  padding-bottom: 140px;
}

/* line 500, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pb-145 {
  padding-bottom: 145px;
}

/* line 500, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pb-150 {
  padding-bottom: 150px;
}

/* line 500, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pb-155 {
  padding-bottom: 155px;
}

/* line 500, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pb-160 {
  padding-bottom: 160px;
}

/* line 500, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pb-165 {
  padding-bottom: 165px;
}

/* line 500, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pb-170 {
  padding-bottom: 170px;
}

/* line 500, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pb-175 {
  padding-bottom: 175px;
}

/* line 500, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pb-180 {
  padding-bottom: 180px;
}

/* line 500, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pb-185 {
  padding-bottom: 185px;
}

/* line 500, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pb-190 {
  padding-bottom: 190px;
}

/* line 500, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.pb-195 {
  padding-bottom: 195px;
}


.pb-200 {
  padding-bottom: 200px;
}

/*-- Padding Left --*/

.pl-5 {
  padding-left: 5px;
}


.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}


.pl-20 {
  padding-left: 20px;
}


.pl-25 {
  padding-left: 25px;
}


.pl-30 {
  padding-left: 30px;
}


.pl-35 {
  padding-left: 35px;
}


.pl-40 {
  padding-left: 40px;
}


.pl-45 {
  padding-left: 45px;
}


.pl-50 {
  padding-left: 50px;
}


.pl-55 {
  padding-left: 55px;
}


.pl-60 {
  padding-left: 60px;
}


.pl-65 {
  padding-left: 65px;
}


.pl-70 {
  padding-left: 70px;
}


.pl-75 {
  padding-left: 75px;
}


.pl-80 {
  padding-left: 80px;
}


.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}


.pl-115 {
  padding-left: 115px;
}


.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}


.pl-130 {
  padding-left: 130px;
}


.pl-135 {
  padding-left: 135px;
}


.pl-140 {
  padding-left: 140px;
}


.pl-145 {
  padding-left: 145px;
}


.pl-150 {
  padding-left: 150px;
}


.pl-155 {
  padding-left: 155px;
}


.pl-160 {
  padding-left: 160px;
}


.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

/*-- Padding Right --*/

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}


.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}


.pr-35 {
  padding-right: 35px;
}


.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}


.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}


.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}


.pr-95 {
  padding-right: 95px;
}


.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}


.pr-110 {
  padding-right: 110px;
}


.pr-115 {
  padding-right: 115px;
}


.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}


.pr-135 {
  padding-right: 135px;
}


.pr-140 {
  padding-right: 140px;
}


.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}


.pr-155 {
  padding-right: 155px;
}


.pr-160 {
  padding-right: 160px;
}


.pr-165 {
  padding-right: 165px;
}


.pr-170 {
  padding-right: 170px;
}


.pr-175 {
  padding-right: 175px;
}


.pr-180 {
  padding-right: 180px;
}


.pr-185 {
  padding-right: 185px;
}


.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}


.pr-200 {
  padding-right: 200px;
}

/*-- Some Animated CSS -- */
/* bounce-animate */

.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  /* animation-timing-function: linear; */
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

/* heartbeat */

.heartbeat {
  animation: heartbeat 1s infinite alternate;
}

@-webkit-keyframes heartbeat {
  to {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
}

/* rotateme */

.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.service-inner-img {
  width:100%;
  border-radius:10px;
}
.need-help{
  background: #fff2db;
    border-radius: 10px;
    padding: 30px 40px;
}
/* 20. preloader */

.preloader {
  background-color: #f7f7f7;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  margin: 0 auto;
}


.preloader .preloader-circle {
  width: 100px;
  height: 100px;
  position: relative;
  border-style: solid;
  border-width: 1px;
  border-top-color: #ff3e3f;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  z-index: 10;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
  box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
  background-color: #fff;
  -webkit-animation: zoom 2000ms infinite ease;
  animation: zoom 2000ms infinite ease;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
}

.preloader .preloader-circle2 {
  border-top-color: #0078ff;
}


.preloader .preloader-img {
  position: absolute;
  top: 50%;
  z-index: 200;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 6px;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
}


.preloader .preloader-img img {
  max-width: 55px;
}


.preloader .pere-text strong {
  font-weight: 800;
  color: #dca73a;
  text-transform: uppercase;
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
  }
}


.slick-initialized .slick-slide {
  outline: 0;
}

/*-- Section Padding -- */

.section-padding2 {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
 
  .section-padding2 {
   padding-top: 50px;
  padding-bottom: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  
  .section-padding2 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}

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

  .section-padding2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  
  .section-padding2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 575px) {
  .section-padding2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}


.pb-bottom {
  padding-bottom: 180px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
 
  .pb-bottom {
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
 
  .pb-bottom {
    padding-bottom: 10px;
  }
}

@media (max-width: 575px) {
  
  .pb-bottom {
    padding-bottom: 10px;
  }
}


.pb-top {
  padding-top: 200px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  
  .pb-top {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  
  .pb-top {
    padding-top: 70px;
  }
}

@media (max-width: 575px) {
  
  .pb-top {
    padding-top: 70px;
  }
}

.w-padding2 {
  padding: 80px 30px;
}

@media (max-width: 575px) {
  
  .w-padding2 {
    padding: 70px 20px;
  }
}


.testimonial-padding {
  padding-top: 190px;
  padding-bottom: 170px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  
  .testimonial-padding {
    padding-top: 190px;
    padding-bottom: 170px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  
  .testimonial-padding {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  
  .testimonial-padding {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

@media (max-width: 575px) {
 
  .testimonial-padding {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}


.w-padding {
  padding-top: 100px;
  padding-bottom: 95px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  .w-padding {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 575px) {
  
  .w-padding {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}


.section-padding30 {
  padding-top: 195px;
  padding-bottom: 180px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  
  .section-padding30 {
    padding-top: 150px;
    padding-bottom: 140px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  
  .section-padding30 {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  .section-padding30 {
    padding-top: 65px;
    padding-bottom: 70px;
  }
}

@media (max-width: 575px) {
  
  .section-padding30 {
    padding-top: 65px;
    padding-bottom: 70px;
  }

}


.services-padding {
  padding-top: 145px;
  padding-bottom: 170px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  
  .services-padding {
    padding-top: 145px;
    padding-bottom: 170px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  
  .services-padding {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  
  .services-padding {
    padding-top: 65px;
    padding-bottom: 70px;
  }
}

@media (max-width: 575px) {
  
  .services-padding {
    padding-top: 65px;
    padding-bottom: 70px;
  }
}

.section-paddingt30 {
  padding-top: 195px;
  padding-bottom: 90px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
 
  .section-paddingt30 {
    padding-top: 150px;
    padding-bottom: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
 
  .section-paddingt30 {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  
  .section-paddingt30 {
    padding-top: 65px;
    padding-bottom: 10px;
  }
}

@media (max-width: 575px) {

  .section-paddingt30 {
    padding-top: 65px;
    padding-bottom: 10px;
  }
}


.section-padding3 {
  padding-top: 150px;
  padding-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .section-padding3 {
    padding-top: 150px;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
 
  .section-padding3 {
    padding-top: 60px;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  
  .section-padding3 {
    padding-top: 60px;
    padding-bottom: 0;
  }
}

@media (max-width: 575px) {
  .contact-card{
    display: none;
  }
  .inner-hero .hero-left {
     padding: 20px 0 !important; 
}
.inner-hero .hero-left .hero-form {
    display: grid !important;
    margin: 17px !important;
    width: 90% !important;
}
.inner-hero .call-btn-hero {
    display: block !important;
    margin: 10px auto !important;
    width: 56% !important;
}
.inner-hero .hero-left .inner-call-txt {
    font-size: 20px !important;
}
.inner-hero .hero-left .tag {
    background: white;
    color: #122C58;
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 20px;
    font-size: 10px !important;
}
  .service-container{
  padding: 14px !important;
}
 .mt-90{
  margin-top:20px !important;
}
  .section-padding3 {
    padding-top: 60px;
    padding-bottom: 0;
  }
  .service-area .single-services p {
    color: #102039;
    font-size: 15px !important;
    font-weight: 600 !important;
}
.counter-icon {
    width: 48%;
}
.count {
    font-size: 35px;
    font-weight: 500;
}
.counter-wrapper {
    padding: 14px;
}
.counter-inner .col-6{
  padding:0 !important;
}
.about-container {
    padding: 0px 16px !important;
}
.about-low-area .about-caption p {
    padding: 0 25px 0 0 !important
}
.hero-section {
    padding: 20px 20px 0px 20px !important;
}
.service-area {
    background: #fafcff;
    padding: 20px 10px 10px 20px !important;
}
}


.footer-padding {
  padding-top: 80px;
  padding-bottom: 30px;
}

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

  .footer-padding {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  .footer-padding {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}

@media (max-width: 575px) {
   .footer-padding {
    padding-top: 80px;
    padding-bottom: 0px;
  }
}

@media (max-width: 575px) {

  .section-tittle {
    text-align: left !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  .section-tittle {
  }
}


.section-tittle p {
  color: #7a8290;
}


/*.section-tittle span {
  font-size: 15px;
  margin-bottom: 22px;
  color: #000;
  text-transform: capitalize;
  display: inline-block;
  letter-spacing: 0.05em;
}*/

@media (max-width: 575px) {

  .section-tittle span {
    font-size: 27px;
    padding-left: 0px;
    text-align: left;
  }
}


.section-tittle h2 {
  font-size: 42px;
  display: block;
  color: #121212;
  font-weight: 600;
  line-height: 1.2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .section-tittle h2 {
    font-size: 41px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  .section-tittle h2 {
    font-size: 31px;
  }
}

@media (max-width: 575px) {
  
  .section-tittle h2 {
    text-align: left;
    font-size: 27px;
  }
}


.section-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}


.section-bg2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/*-------------   Color Variable  --------------*/

.white-bg {
  background: #ffffff;
}


.gray-bg {
  background: #f5f5f5;
}

/*-------------Color include--------------*/

.gray-bg {
  background: #f7f7fd;
}


.white-bg {
  background: #ffffff;
}

.black-bg {
  background: #16161a;
}


.theme-bg {
  background: #ff3e3f;
}


.brand-bg {
  background: #f1f4fa;
}


.testimonial-bg {
  background: #f9fafc;
}

/*--- color------*/

.white-color {
  color: #ffffff;
}


.black-color {
  color: #16161a;
}


.theme-color {
  color: #ff3e3f;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  .header-area {
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  }
}

@media (max-width: 575px) {

  .header-area {
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  }
}

.header-area .header-top {
  padding: 14px 75px;
  border-bottom: 1px solid #f0f1f2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  
  .header-area .header-top {
    padding: 9px 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  
  .header-area .header-top {
    padding: 9px 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  
  .header-area .header-top {
    padding: 9px 20px;
  }
}

@media (max-width: 575px) {
 
  .header-area .header-top {
    padding: 9px 0px;
  }
}

.header-social ul{
  display: flex;
    gap: 21px;
    font-size: 20px;
}



.header-area .header-top .header-info-left > ul > li {
  color: #666666;
  display: inline-block;
  margin-right: 18px;
  padding-right: 18px;
  border-right: 1px solid #687693;
  font-size: 14px;
  line-height: 1;
}

.header-area .header-top .header-info-left > ul > li > a{
  color: #666666;
  display: inline-block;
  margin-right: 18px;
  padding-right: 18px;
  font-size: 14px;
  line-height: 1;
}

.header-area .header-top .header-info-left > ul > li:last-child {
  margin-right: 0px;
}


.header-area .header-top .header-info-left > ul > li i {
  margin-right: 8px;
}

.header-area .header-top .header-info-left .header-social > ul > li {
  display: inline-block;
}


.header-area .header-top .header-info-left .header-social > ul > li > a {
  color: #122C58;
  font-size: 18px;
  padding-left: 16px;
}


.header-area .header-top .header-info-left .header-social > ul > li > a > i {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
}

.header-area .header-top .header-info-left .header-social > ul > li > a:hover i {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}


.header-area .header-top .header-info-left .header-social > ul > li > a:hover {
  color: #122C58;;
}

.fa-facebook-f, .fa-instagram {
    color: #ffffff;
    font-size: 1.5em;
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    display: flex;
    height: 40px;
    border: 2px solid white;
    flex-direction: row;
    align-items: center;
}
.fa-facebook-f:hover, .fa-instagram:hover {
    background-color: #fff;
    border-color: none;
    transition: all 0.3s ease-in-out;
    color: #122C58;
}
.header-social{
  .fa-facebook-f, .fa-instagram {
            color: #122C58;
        font-size: .8em;
        padding: 10px;
        border-radius: 50%;
        width: 30px;
        display: flex;
        height: 30px;
        border: 1px solid #122C58;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
.fa-facebook-f:hover, .fa-instagram:hover {
    background-color: #122C58;
    border-color: none;
    transition: all 0.3s ease-in-out;
    color: #fff;
}
}
.header-area .header-bottom {
  padding: 0px 200px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  
  .header-area .header-bottom {
    padding: 0px 75px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
 
  .header-area .header-bottom {
    padding: 0px 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  
  .header-area .header-bottom {
    padding: 15px 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  .header-area .header-bottom {
    padding: 15px 20px;
  }
}

@media (max-width: 575px) {

  .header-area .header-bottom {
    padding: 15px 0px;
  }
}

.main-header {
  position: relative;
  z-index: 3;
}

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

  .main-header .main-menu {
    margin-right: 30px;
  }
}

.main-header .main-menu ul li {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.main-header .main-menu ul li a {
  color: #666666;
  font-weight: 400;
  padding: 39px 19px;
  display: block;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-transform: capitalize;
}
.submenu{

.main-header .main-menu ul li a.active{
     color: #1CCCA8 !important;
    font-weight: bold !important;
}
}
.main-header .main-menu ul ul.submenu > li > a.active{
      color: #1CCCA8 !important;
    font-weight: bold !important; 
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  
  .main-header .main-menu ul li a {
    padding: 39px 14px;
  }
}

.main-header .main-menu ul li:hover > a {
  color: #233A66;
}

.main-header .main-menu ul ul.submenu {
  position: absolute;
  width: 270px;
  background: #233966;
  background-position: right;
  background-size: 200%;
  border-radius:10px;
  left: 0;
  color:#233966;
  top: 90%;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  padding: 17px 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.main-header .main-menu ul ul.submenu :hover {
  color:#1ccca8;
}

.main-header .main-menu ul ul.submenu > li {
  margin-left: 7px;
  display: block;
}


.main-header .main-menu ul ul.submenu > li > a {
  padding: 6px 10px !important;
  font-size: 16px;
  color: #fdfdfd;
}


.main-header .main-menu ul ul.submenu > li > a:hover {
  background: none;
  padding-left: 13px !important;
}


.main-header ul > li:hover > ul.submenu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}


.header-transparent {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9;
}


.header-sticky.sticky-bar {
  background: #fff;
}


.header-sticky.sticky-bar.sticky .main-menu ul li a {
  padding: 20px 20px !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  
  .header-sticky.sticky-bar.sticky {
    padding: 15px 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  
  .header-sticky.sticky-bar.sticky {
    padding: 15px 0px;
  }
}

@media (max-width: 575px) {

  .header-sticky.sticky-bar.sticky {
    padding: 15px 0px;
  }
}

.mobile_menu {
  position: absolute;
  right: 0px;
  width: 100%;
  z-index: 99;
}


.mobile_menu .slicknav_menu {
  background: transparent;
  margin-top: 0px !important;
}


.mobile_menu .slicknav_menu .slicknav_btn {
  top: -25px;
}


.mobile_menu .slicknav_menu .slicknav_btn .slicknav_icon-bar {
  background-color: #233966 !important;
}

.mobile_menu .slicknav_menu .slicknav_nav {
  margin-top: 9px !important;
}

.mobile_menu .slicknav_menu .slicknav_nav a:hover {
  background: transparent;
  color: #ff3e3f;
}

.mobile_menu .slicknav_menu .slicknav_nav a {
  font-size: 15px;
  padding: 7px 10px;
}


.mobile_menu .slicknav_menu .slicknav_nav .slicknav_item a {
  padding: 0 !important;
}


.slider-height {
  height: 800px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .slider-height {
    height: 900px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  
  .slider-height {
    height: 650px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  
  .slider-height {
    height: 600px;
  }
}

@media (max-width: 575px) {
  
  .slider-height {
    height: 600px;
  }
}


.slider-height1 {
  height: 250px;
  background-size: cover;
}

/* Faults Section */
.faults-section {
  padding: 20px 16px;
}

.faults-section h2 {
  margin-bottom: 10px;
  font-weight:600 !important;
  font-size:30px;
  color: #233966;
}

.fault-section p {
  text-align: center;
}

.fault-list {
     list-style: none;
    max-width: 100%;
    margin: 30px auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}

.fault-list li {
  background: #f0f6ff;
  padding: 12px 16px;
  border-radius: 8px;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  
  .slider-height2 {
    height: 350px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  
  .slider-height2 {
    height: 350px;
  }
}

@media (max-width: 575px) {
 
  .slider-height2 {
    height: 300px;
  }
}


.slider-area {
  background-image: url("../img/hero/hero2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    min-height: 100vh;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  
  .slider-area .hero__caption {
    padding-top: 55px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  
  .slider-area .hero__caption {
    padding-top: 55px;
  }
}

@media (max-width: 575px) {
  
  .slider-area .hero__caption {
    padding-top: 55px;
  }
}


.slider-area .hero__caption h1 {
  font-size: 52px;
  font-weight: 600;
  margin-bottom: 14px;
  color: #002d5b;
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 29px;
  margin-top:20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  
  .slider-area .hero__caption h1 {
    font-size: 60px;
    line-height: 1.2;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  
  .slider-area .hero__caption h1 {
    font-size: 50px;
    line-height: 1.2;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  
  .slider-area .hero__caption h1 {
    font-size: 35px;
    line-height: 1.2;
  }
}

@media (max-width: 575px) {
 
  .slider-area .hero__caption h1 {
    font-size: 35px;
    line-height: 1.2;
  }
}
.marg-5{
  margin-top:50px !important;
}
.btn-border{
  background: #233966;
  border-radius:10px 0 10px 0;
  width:38%;
  padding:10px 20px;
  margin-top:30px;
}
/* Blinking cursor effect */
@keyframes blink {
  50% {
    border-color: transparent;
  }
}

@media (max-width: 575px) {
  
  .slider-area .hero__caption span {
    margin-bottom: 30px;
  }
}


.slider-area .hero__caption p {
  color: #464d65;
  margin-bottom: 42px;
  padding-right: 100px;
}

.single-slider .hero__caption .span {
  position: relative;
  color: #fff;
  font-weight:500;
  font-size:14px;
  line-height: 1.2;
  padding:10px 20px;
  border-radius:30px;
  background: #233966;
  text-transform: uppercase;
  animation: bounce 2s infinite;

}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Glowing pulse effect */
@keyframes pulse {
  0% {
    box-shadow: 0 0 10px rgba(26, 50, 99, 0.3);
  }
  50% {
    box-shadow: 0 0 25px rgba(39, 75, 159, 0.6);
  }
  100% {
    box-shadow: 0 0 10px rgba(26, 50, 99, 0.3);
  }
}



/* Shiny light animation from right to left */
.shine {
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 100) 0%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 100) 100%
  );
  animation: shineMove 3s infinite linear;
}
/* Gentle bounce animation for icon */
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

@media (max-width: 575px) {
 
  .slider-area .hero__caption p {
    padding-right: 56px;
  }
}

.hero-overly {
  position: relative;
  z-index: 1;
}


.hero-overly::before {
  position: absolute;
  content: "";
  background-color: rgba(1, 10, 28, 0.3);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-repeat: no-repeat;
}


.slider-area2 {
  background-image: url(../img/hero/hero2.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-area1 {
  background-image: url(../img/hero/hero1.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  
  .slider-area2 .hero-cap {
    padding-top: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  
  .slider-area2 .hero-cap {
    padding-top: 50px;
  }
}

@media (max-width: 575px) {
  
  .slider-area2 .hero-cap {
    padding-top: 50px;
  }
}


.slider-area2 .hero-cap h2 {
  color: #072366;
  font-size: 50px;
  font-weight: 800;
  text-transform: capitalize;
  line-height: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area2 .hero-cap h2 {
    font-size: 50px;
  }
}

@media (max-width: 575px) {
 
  .slider-area2 .hero-cap h2 {
    font-size: 35px;
  }
}


.about-low-area {
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  
  .about-low-area .about-caption {
    padding-top: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  .about-low-area .about-caption {
    padding-top: 50px;
  }
}

@media (max-width: 575px) {

  .about-low-area .about-caption {
    padding-top: 20px;
  }
}
.textjustify{
  text-align: justify !important;
}
.about-caption p{
  margin-bottom: 30px;
}

.about-low-area .about-caption p {
  font-size: 18px;
  color: #64676c;
  line-height: 1.6;
  /* margin-bottom: 43px; */
  padding-right: 50px;
  text-align: left;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
 
  .about-low-area .about-caption p {
    padding-right: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
 
  .about-low-area .about-caption p {
    padding-right: 0px;
  }
}

@media (max-width: 575px) {

  .about-low-area .about-caption p {
    padding-right: 0px;
  }
}


.about-low-area .single-caption {
  display: flex;
  align-items: center;
}


.about-low-area .single-caption .caption-icon span {
  color: #212025;
  font-size: 35px;
  margin-bottom: 0;
  display: block;
}


.about-low-area .single-caption .caption {
  padding-left: 20px;
}


.about-low-area .single-caption .caption h5 {
  color: #26264b;
  font-size: 20px;
  font-weight: 500;
}


.about-low-area .single-caption .caption p {
  color: #7f8192;
  font-size: 14px;
  margin-bottom: 0px;
  display: block;
  line-height: 1.7;
}


.about-low-area .about-img img {
  width: 100%;
}

@media (max-width: 575px) {

  .about-caption {
    margin-bottom: 35px;
  }
}

@media (max-width: 575px) {
  
  .bg-height.pb-160 {
    padding-bottom: 100px;
  }
}


.about-area2 .about-img2 {
  padding-left: 90px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  
  .about-area2 .about-img2 {
    padding-left: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .about-area2 .about-img2 {
    padding-left: 50px;
  }
}

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

  .about-area2 .about-img2 {
    padding-top: 120px;
    padding-left: 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  .about-area2 .about-img2 {
    padding-top: 80px;
    padding-left: 0px;
  }
}

@media (max-width: 575px) {
  
  .about-area2 .about-img2 {
    padding-top: 50px;
    padding-left: 0px;
  }
}


.about-area2 .about-img2 img {
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
 
  .about-area2 .about-img2 img {
    width: 80%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  .about-area2 .about-img2 img {
    width: 80%;
  }
}


.pricing-card-area {
  background: #fafafa;
}
.img-store-width{
  width:100%;
}
.img-resp{
  width: 100%;
    border-radius: 10px;
    height: 250px;
}
.store-img{
  display: flex;
  justify-content: center;
  gap:25px;
}
.card {
  width: 55%;
    height: 240px;
    margin-left: 16px;
    padding: 23px;
    border-radius: 18px;
    transition: 0.3s;
    text-align: left;
    font-size: 12px !important;
  }
.inner-hero {
  height: 85vh;
  border-radius: 30px;
  margin-top: 30px;
  background: 
    linear-gradient(rgba(18, 44, 88, 0.9), rgba(18, 44, 88, 0.5)),
    url("../img/hero/service-1-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  @media (max-width:768px) {
    height: 70vh;
  }
}


.inner-hero .hero-left{
  display: block;
    margin: 0 auto;
    text-align: center;
}
.inner-hero .hero-left{
  padding:70px;
}
.inner-hero .hero-left .hero-form{

    display: flex;
    margin: 30px auto;
}
.inner-hero .call-btn-hero {
    display: block;
    margin: 10px auto;
    width: 14%;
}

.inner-hero .hero-left .inner-call-txt {
   font-size:40px;
}
.inner-hero .hero-left .tag{
  background: white;
    color: #122C58;
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 20px;
    font-size: 14px;
}
.inner-hero .hero-left h1{
  color: #ffffff;
}
.inner-hero .hero-left p{
  color: #ffffff !importat;
}

  .card-abt {
text-align: left;
    margin-left: 16px;
    padding: 0px;
    border-radius: 18px;
    transition: 0.3s;
    text-align: left;
    font-size: 12px !important;
  }
  .card-abt h3{
    color: #1b1b1b;
    font-size:20px;
  }

.card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  }
.card h2{
  color:#1b1b1b!important;
  font-size:20px;
  text-align: justify;
}
  .card h3 {
    margin-bottom: 10px;
    color:#1b1b1b;
    font-size:20px;
  }

  .card p {
    font-size: 16px;
    color: #555;
  }
.blog-cap h3{
    color: #1b1b1b;
    font-size:25px;
    margin:20px 0;
    font-weight: 600 !important;
  }
  .blog-cap p{
    color:#64676c;
   }
  .card button {
    margin-top: 15px;
    padding: 10px 20px;
    border: none;
    background: #6a5acd;
    color: white;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
  }

  .card button:hover {
    background: #5548c8;
  }

.highlight-txt{
    color: #2be6bb !important;
  }
  .store-img{
  display: flex;
  justify-content: center;
  gap:25px;
}

.store-btns{
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: transform .3s ease;
}

/* Hover Zoom ONLY */
.store-btns:hover {
  transform: scale(1.06);
}

/* Continuous Shiny effect */
.shiny-btn::after{
    content: '';
    position: absolute;
    top: -50%;
    left: -150%;
    width: 150%;
    height: 200%;
    background: rgba(255,255,255,0.35);
    transform: rotate(-25deg);
    pointer-events: none;
    z-index: 0;

    /* Shine moves FULLY across and disappears */
    animation: shinySweep 2.5s ease-in-out infinite;
}

/* Fully exterior sweeping shine */
@keyframes shinySweep {
    0% {
        left: -150%;
        opacity: 0;
    }

    10% {
        opacity: .9;
    }

    40% {
        left: 150%;
        opacity: 0.3;
    }

    50% {
        opacity: 0;
    }

    100% {
        left: 150%;
        opacity: 0;
    }
}

 @keyframes zoomInOut {
    0%   { transform: scale(1); }
    50%  { transform: scale(1.02); }
    100% { transform: scale(1); }
  }

.brand-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding: 0px 6%;
  }

  .brand-left img {
    width: 100%;
    max-width: 420px;
    border-radius: 15px;
    object-fit: cover;
  }

  .brand-right h2 {
    font-size: 42px;
    margin-bottom: 25px;
  }

  .brands {
    display: flex;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
  }

  .brands img {
    width: 120px;
    opacity: 0.9;
    transition: 0.3s;
  }

  .brands img:hover {
    transform: scale(1.08);
    opacity: 1;
  }

  /* ---------- Responsive ---------- */
  @media (max-width: 900px) {
    .brand-section {
      flex-direction: column;
      text-align: center;
    }
    .brands {
      justify-content: center;
      gap: 30px;
    }
    .brand-left img {
      max-width: 300px;
    }
  }

.service-area{
  background: #fafcff;
    padding: 65px 10px;
}

.service-area .single-services {
  box-shadow: 0px 22px 57px 0px rgba(34, 41, 72, 0.05);
  padding: 16px 29px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 5px;
  background: #fff;
  background-position: right;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  
  .service-area .single-services {
    padding: 16px 40px;
  }
}


.service-area .single-services i {
  font-size: 56px;
  margin-bottom: 13px;
  display: block;
  color: #f3a81a;
}


.service-area .single-services p {
  color: #102039;
 font-size: 18px;
    font-weight: 400;
}


.service-area .single-services:hover {
  background-color: #233966;
}
.service-area .single-services p:hover {
  color:white!important;
}


.service-area .single-services:hover i {
  color: #fff;
}


.service-area .single-services:hover p {
  color: #fff;
}


.latest-wrapper {
  margin-top: -100px;
}


.service-areas {
  padding: 0 20px;
  text-align: center;
  background: linear-gradient(180deg, #fff, #fff);
}

.subtitle {
  color: #555;
  margin: 15px auto 40px;
  line-height: 1.6;
}

.featured-areas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 30px;
}

.area {
  padding: 10px 18px;
  background: #fff;
  border-radius: 25px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  cursor: pointer;
}

.area:hover {
  background: #1BCCF5;
  color: #fff;
  transform: translateY(-3px);
}

.all-locations summary {
  cursor: pointer;
  font-size: 14px;
  color: #1BCCF5;
  margin: 25px 0;
  transition: 0.3s;
}

.all-locations summary:hover {
  color: #00aaff;
}

.locations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  margin-top: 20px;
}

.locations-grid span {
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.locations-grid span:hover {
  background: #1BCCF5;
  color: #fff;
  transform: scale(1.05);
}
.floating-call-btn {
  position: fixed;
  bottom: 25px;
  left: 25px;
  background: linear-gradient(135deg, #28DFB9, #1BCCF5);
  color: #233966;
  padding: 14px 22px;
  border-radius: 50px;
  box-shadow: 0 6px 20px rgba(0, 114, 255, 0.5);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  z-index: 1000;
  transition: all 0.3s ease;
  animation: vibrate 3s infinite;
}
.float{
  position:fixed;
  width:60px;
  height:60px;
  bottom:80px;
  right:30px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
}

.float i {
  font-size: 40px;
  margin:10px 0;
  animation: vibrate 1.5s infinite;
}

   /* Phone Circle + Waves */
.call-link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #1ccca8;
  font-weight: 600;
}

.call-btn {
  position: relative;
  width: 40px;      /* circle size */
  height: 40px;
  flex-shrink: 0;
}

.call-btn .ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 3px solid #1ccca8;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  background: transparent;
}

.call-btn .phone {
  font-size: 20px; /* icon size */
  color: #1ccca8;
}

.call-btn .wave {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid #1ccca8;
  opacity: 0;
  animation: wave 2.6s infinite ease-out;
}

.call-btn .wave:nth-child(1) { animation-delay: 0s; }
.call-btn .wave:nth-child(2) { animation-delay: .9s; }
.call-btn .wave:nth-child(3) { animation-delay: 1.8s; }

@keyframes wave {
  0%   { transform: scale(0.9); opacity: 0.8; }
  50%  { opacity: 0.4; }
  100% { transform: scale(1.4); opacity: 0; }
}

/* Glow / Pulse Animation */
@keyframes pulseGlow {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 114, 255, 0.6);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(0, 114, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 114, 255, 0);
  }
}

/* Vibration / Shake Animation */
@keyframes vibrate {
  0%, 100% { transform: rotate(0deg); }
  10% { transform: rotate(15deg); }
  20% { transform: rotate(-15deg); }
  30% { transform: rotate(10deg); }
  40% { transform: rotate(-10deg); }
  50% { transform: rotate(5deg); }
  60% { transform: rotate(-5deg); }
  70% { transform: rotate(0deg); }
}

/* Hover Lift Effect */
.floating-call-btn:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 8px 25px rgba(0, 114, 255, 0.7);
}

/* Mobile */
@media (max-width: 600px) {
  .floating-call-btn {
    padding: 12px 18px;
        font-size: 14px;
        width: auto;
        text-align: center;
        margin: 0 auto;
  }
}


.testimonial-area .testimonial-caption p {
  font-size: 16px;
  color: #072366;
  color: #717b9b;
  line-height: 45px;
  line-height: 1.5;
  margin-bottom: 37px;
}


.testimonial-area .rattiong-caption span {
  color: #06080a;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
 font-family: "Onest", sans-serif;
}


.testimonial-area .rattiong-caption span span {
  color: #767676;
  font-size: 16px;
  text-transform: capitalize;
  padding-left: 15px;
}

/* Homepage1 Testimonial */

.h1-testimonial-active button.slick-arrow {
  position: absolute;
  border: 0;
  padding: 10px;
  cursor: pointer;
  background: none;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 10px;
  font-size: 20px;
  color: #ff5a5a;
  bottom: -72px;
  z-index: 1;
  transform: rotate(-45deg) !important;
}


.h1-testimonial-active button.slick-next {
  left: 55px !important;
  transform: rotate(45deg) !important;
}

.slick-initialized .slick-slide {
  outline: 0;
}


.footer-area {
 background: #233966;
 border-radius: 30px;
 margin: 0 15px;
}


.footer-area .footer-top {
  border-bottom: 1px solid #49556a;
}


.footer-area .footer-top .single-footer-caption .footer-logo {
  margin-bottom: 30px;
}


.footer-area .footer-top .single-footer-caption .footer-pera .info1 {
  line-height: 1.8;
  margin-bottom: 35px;
  color: #bdbdbd;
}
.footer-pera p{
  color:White !important;
}
.footer-copy-right p{
  color:White !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .footer-area .footer-top .single-footer-caption .footer-pera .info1 {
    padding-right: 0px;
  }
}

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

  .footer-area .footer-top .single-footer-caption .footer-pera .info1 {
    padding-right: 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  .footer-area .footer-top .single-footer-caption .footer-pera .info1 {
    padding-right: 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  .footer-area .footer-top .single-footer-caption .footer-pera .info1 {
    padding-right: 0px;
  }
}

.footer-area .footer-top .single-footer-caption .footer-number h4 {
  color: #ff3e3f;
  font-size: 30px;
  font-weight: 500;
  text-transform: capitalize;
}

.footer-area .footer-top .single-footer-caption .footer-number h4 span {
  color: #fff;
}

.footer-area .footer-top .single-footer-caption .footer-number p {
  color: #bdbdbd;
}


.footer-area .footer-top .single-footer-caption .footer-tittle h4 {
  color: #fff;
 font-family: "Onest", sans-serif;
  font-size: 18px;
  margin-bottom: 38px;
  font-weight: 500;
  text-transform: uppercase;
}

.footer-area .footer-top .single-footer-caption .footer-tittle ul li {
  color: #fff;
  margin-bottom: 15px;
}

.footer-area .footer-top .single-footer-caption .footer-tittle ul li a {
  color: #fff;
  font-weight: 300;
}


.footer-area .footer-top .single-footer-caption .footer-tittle ul li a:hover {
  color: #fff;
  padding-left: 5px;
}


.footer-area .footer-top .single-footer-caption .footer-form {
  margin-bottom: 30px;
}


.footer-area .footer-top .single-footer-caption .footer-form form {
  position: relative;
}


.footer-area .footer-top .single-footer-caption .footer-form form input {
  width: 100%;
  height: 43px;
  padding: 10px 20px;
  border: 0;
  background: #101720;
  color: #fff;
}


.footer-area .footer-top .single-footer-caption .footer-form form input::placeholder {
  color: #9fa6bd;
  font-weight: 300;
  font-size: 14px;
}


.footer-area .footer-top .single-footer-caption .footer-form form .form-icon button {
  position: absolute;
  top: 0px;
  right: 0;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 15px 22px;
  background: #0a0f17;
  line-height: 1;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  color: #ff3e3f;
}


.footer-area .footer-top .single-footer-caption .info.error {
  color: #ff0000;
}


.footer-area .footer-top .single-footer-caption .footer-cap {
  margin-bottom: 30px;
}


.footer-area .footer-top .single-footer-caption .footer-cap span {
  color: #ff3e3f;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
  display: block;
}


.footer-area .footer-top .single-footer-caption .footer-cap p {
  color: #bdbdbd;
  font-size: 16px;
}


.footer-area .footer-bottom {
  padding-bottom: 50px;
  padding-top: 30px;
}


.footer-area .footer-bottom .footer-copy-right p {
  color: #bdbdbd;
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 12px;
}


.footer-area .footer-bottom .footer-copy-right p i {
  color: #ff3e3f;
}


.footer-area .footer-bottom .footer-copy-right p a {
  color: #ff3e3f;
}


.footer-area .footer-social span {
  color: #fff;
  position: relative;
  margin-right: 57px;
}


.footer-area .footer-social span::before {
  position: absolute;
  content: "";
  width: 43px;
  height: 2px;
  background: #3b3647;
  top: 50%;
  transform: translateY(-50%);
  right: -56px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  
  .footer-area .footer-social {
    float: left;
    padding-top: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
 
  .footer-area .footer-social {
    float: left;
    padding-top: 10px;
  }
}

@media (max-width: 575px) {
  
  .footer-area .footer-social {
    float: left;
    padding-top: 10px;
  }
}


.footer-area .footer-social > a {
  color: #7b8693;
  font-size: 14px;
  padding-left: 16px;
}




.footer-area .footer-social > a:hover {
  color: #ff3e3f;
}

.brand-area {
  border-bottom: 1px solid #211b35;
}



.dropdown .dropdown-menu {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}


.contact-info {
  margin-bottom: 25px;
}


.contact-info__icon {
  margin-right: 20px;
}


.contact-info__icon i, .contact-info__icon span {
  color: #00c6a7;
  font-size: 27px;
}


.contact-info .media-body h3 {
  font-size: 16px;
  margin-bottom: 0;
  font-size: 16px;
  color: #2a2a2a;
}


.contact-info .media-body h3 a:hover {
  color: #1f2b7b;
}


.contact-info .media-body p {
  color: #8a8a8a;
}


.contact-title {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 20px;
}


.form-contact label {
  font-size: 14px;
}


.form-contact .form-group {
  margin-bottom: 30px;

}


.form-contact .form-control {
  border: 1px solid #ccc;
  border-radius: 5px;
  background: white !important;
  width:100%;
  height: 48px;
  padding-left: 18px;
  font-size: 16px;
}


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


.form-contact .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}


.form-contact textarea {
  border-radius: 0px;
  height: 100% !important;
}

.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 50px 40px;
  max-width: 1000px;
  margin: 0 auto;
}

.feature {
  text-align: left;
  padding: 10px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.feature:hover {
  transform: translateY(-4px);
  opacity: 0.95;
}

.icon {
  font-size: 40px;
  line-height: 1;
  color: #0077ff;
  margin-bottom: 15px;
}

.feature h3 {
 font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #072366;
}
}
.feature p {
  color: #555;
  font-size: 14px;
  line-height: 1.6;
  max-width: 280px;
}
.mob-d{
  display:none;
}


@keyframes floatUpDown {
  0% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}

.hero-section {
  padding: 80px 20px 0px 20px;
 
    @media (max-width:1024px) {
       padding: 20px 20px 0px 20px !important;
    }
}

.hero-container {
display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    background: #f5f7f8;
    padding: 10px 55px;
    border-radius: 35px;
    margin: 30px 0;
}

.about-container {
display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    padding: 10px 75px;
    border-radius: 35px;
    margin: 30px 0;
}
.service-container{
  padding: 10px 88px;
}
.hero-left {
  flex: 1;
  min-width: 300px;
}
.hero-left h1{
  font-weight: 600 !important;
    color: #121212;
}

.hero-center{
  flex: 1;
  min-width: 300px;
  text-align: center;
}
.hero-center p{
  text-align: center;
}

.tag {
  background: #122C58;
  color: white;
  font-weight:500;
  padding: 10px 25px;
  border-radius: 20px;
  font-size: 14px;
}

h1 {
  font-size: 48px;
  line-height: 1.2;
  margin-top: 20px;
  color: #0A1A2F;
}

.highlight {
  color: #21E6B3;
}

.hero-left p {
  margin: 20px 0;
  font-size: 18px;
  color: #444;
  text-align: justify;
}

.hero-form {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}

.hero-form select {
  grid-column: span 2;
}

.hero-form input,
.hero-form select {
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 16px;
  width: 100%;
}

.hero-right img {
  width: 420px;
  max-width: 100%;
  object-fit: contain;
}
.contact-card {
    position: absolute;
    bottom: -10%;
    width: 27%;
    height: 170px;
    right: 10%;
    background: #122c58;
    padding: 18px 24px;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    z-index: 5;
}
.contact-card p{
  color:#ffffff !important;
  font-size:25px;
  line-height:30px;
}

/* -------------------------------------
   MOBILE RESPONSIVE
-------------------------------------- */
@media (max-width: 900px) {

  .hero-container {
    flex-direction: column-reverse;
    text-align: center;
  }

  .hero-right img {
    display:none !important;
  }

  h1 {
    font-size: 36px;
  }

  .hero-form {
    grid-template-columns: 1fr;
  }

  .hero-form select {
    grid-column: 1;
  }
}
@media (max-width: 1024px) {
  .mob-h{
  display:none;
}
.brand-left{
  display: none;
}
}

/* Subtle responsive tweaks */
@media (max-width: 768px) {
  .float {
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 80px;
        right: 25px;
        background-color: #25d366;
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        font-size: 30px;
        z-index: 100;
    }
  #back-top{
    display: none !important;
  }
  h1 {
    font-size: 30px;
  }
  .hero-left p {
    margin: 20px 0;
    font-size: 16px;
    color: #444;
}
.call-btn-hero {
    a {
        display: flex;
        gap: 11px;
        color: #233966;
        font-weight: 600;
        font-size: 22px;
        margin:0 auto;
        align-items: center !important;
    }
}
  .tag {
    background: #122C58;
    font-weight: 400;
    color: white;
    padding: 10px 25px;
    border-radius: 20px;
    font-size: 9.5px;
}
 /* .hero-section {
    padding: 40px 20px;
}*/
  .hero-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* gap: 40px; */
    flex-wrap: wrap;
    background: #f5f7f8;
    padding: 45px 18px;
    border-radius: 35px;
    margin: 15px 0;
}
  .brand-right h2 {
    font-size: 27px;
    margin-bottom: 0px;
}
  .brand-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding: 0px 13px;
  }
  .slick-list{
    height: 100% !important;
  }
  .slider-area .hero__caption {
    margin: 300px 0 300px 0;
  }
  .m-marg{
    margin-top: 295px !important;
    margin-bottom: 30px !important;
  }
  .fault-list {
    display: flow;
}
.mob-h{
  display:none;
}
.fault-list li {
   margin:20px 0;
}
 .slick-list{
  height: 135vh;
 }
 .form-contact .form-group {
    margin-bottom: 30px;
    width: 90%;
}
 .call-btn-hero {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: 30px;
}

  .single-slider .hero__caption .span {
    position: relative;
    color: #fff;
    font-weight: 500;
    font-size: 10px;
    line-height: 1.2;
    padding: 10px 20px;
    border-radius: 30px;
    background: #233966;
    text-transform: uppercase;
    animation: bounce 2s infinite;
}
  .logo {
    width: 40%;
}
  
}

@m



.flex-center-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}


.overlay2::before {
  background-image: -moz-linear-gradient(170deg, rgba(34, 34, 34, 0) 0%, black 100%);
  background-image: -webkit-linear-gradient(170deg, rgba(34, 34, 34, 0) 0%, black 100%);
  background-image: -ms-linear-gradient(170deg, rgba(34, 34, 34, 0) 0%, black 100%);
}


.sample-text-area {
  background: #fff;
  padding: 100px 0 70px 0;
}


.text-heading {
  margin-bottom: 30px;
  font-size: 24px;
}

b,
sup,
sub,
u,
del {
  color: #1f2b7b;
}


.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  color: #828bb2;
}

.button-area {
  background: #fff;
}




.list-style {
  width: 14px;
  height: 14px;
}

.unordered-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.82em !important;
}


.unordered-list li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid #1f2b7b;
  background: #fff;
  top: 4px;
  left: 0;
  border-radius: 50%;
}


.ordered-list {
  margin-left: 30px;
}


.ordered-list li {
  list-style-type: decimal-leading-zero;
  color: #1f2b7b;
  font-weight: 500;
  line-height: 1.82em !important;
}


.ordered-list li span {
  font-weight: 300;
  color: #828bb2;
}


.ordered-list-alpha li {
  margin-left: 30px;
  list-style-type: lower-alpha;
  color: #1f2b7b;
  font-weight: 500;
  line-height: 1.82em !important;
}


.ordered-list-alpha li span {
  font-weight: 300;
  color: #828bb2;
}


.ordered-list-roman li {
  margin-left: 30px;
  list-style-type: lower-roman;
  color: #1f2b7b;
  font-weight: 500;
  line-height: 1.82em !important;
}


.ordered-list-roman li span {
  font-weight: 300;
  color: #828bb2;
}


.single-input {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.form-row {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; /* makes it responsive */
  margin: 20px 0;
}

.form-input {
  flex: 1;
  min-width: 180px;
  background-color: #f8f8ff;
  border: none;
  padding: 14px 18px;
  border-radius: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #333;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.form-input::placeholder {
  color: #999;
}

/* Optional focus animation */
.form-input:focus {
  outline: none;
  background-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(0, 200, 180, 0.2);
}



.single-input:focus {
  outline: none;
}


.input-group-icon {
  position: relative;
}


.input-group-icon .icon {
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 40px;
  z-index: 3;
}


.input-group-icon .icon i {
  color: #797979;
}


.input-group-icon .single-input {
  padding-left: 45px;
}


.single-textarea {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
  height: 100px;
  resize: none;
}


.single-textarea:focus {
  outline: none;
}


.single-input-primary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}


.single-input-primary:focus {
  outline: none;
  border: 1px solid #1f2b7b;
}


.single-input-accent {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}


.single-input-accent:focus {
  outline: none;
  border: 1px solid #eb6b55;
}


.single-input-secondary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}


.single-input-secondary:focus {
  outline: none;
  border: 1px solid #f09359;
}


.default-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}


.default-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}


.default-switch input + label {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #1f2b7b;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}


.default-switch input:checked + label {
  left: 19px;
}


.primary-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}


.primary-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}


.primary-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.primary-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.primary-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.primary-switch input:checked + label:after {
  left: 19px;
}

.primary-switch input:checked + label:before {
  background: #1f2b7b;
}

.confirm-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.confirm-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.confirm-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.confirm-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

.confirm-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.confirm-switch input:checked + label:after {
  left: 19px;
}

.confirm-switch input:checked + label:before {
  background: #4cd3e3;
}

.primary-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.primary-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.primary-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.primary-checkbox input:checked + label {
  background: url(../img/elements/primary-check.png) no-repeat center center/cover;
  border: none;
}

.confirm-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.confirm-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.confirm-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.confirm-checkbox input:checked + label {
  background: url(../img/elements/success-check.png) no-repeat center center/cover;
  border: none;
}

.disabled-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.disabled-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.disabled-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.disabled-checkbox input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

.disabled-checkbox input:checked + label {
  background: url(../img/elements/disabled-check.png) no-repeat center center/cover;
  border: none;
}

.primary-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.primary-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.primary-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.primary-radio input:checked + label {
  background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
  border: none;
}

.default-select {
  height: 40px;
}

.default-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding: 14px 18px;
}

.default-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

.default-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 20px;
}

.default-select .nice-select .list .option.selected {
  color: #1f2b7b;
  background: transparent;
}

.default-select .nice-select .list .option:hover {
  color: #1f2b7b;
  background: transparent;
}

.default-select .current {
  margin-right: 50px;
  font-weight: 300;
}

.default-select .nice-select::after {
  right: 20px;
}


.form-select {
  height: 40px;
  width: 100%;
}


.form-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 45px;
  padding-right: 40px;
  width: 100%;
}

.form-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

.form-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 45px;
}


.form-select .nice-select .list .option.selected {
  color: #1f2b7b;
  background: transparent;
}


.form-select .nice-select .list .option:hover {
  color: #1f2b7b;
  background: transparent;
}

.form-select .current {
  margin-right: 50px;
  font-weight: 300;
}

.form-select .nice-select::after {
  right: 20px;
}

.mt-10 {
  margin-top: 10px;
}

.section-top-border {
  padding: 50px 0;
  border-top: 1px dotted #eee;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.switch-wrap {
  margin-bottom: 10px;
}



/* Create shiny sweep */
.shiny-img::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -150%;
    width: 150%;
    height: 200%;
    background: rgba(255,255,255,0.35);
    transform: rotate(-25deg);
    pointer-events: none;
    z-index: 2;

    animation: imgShinySweep 2.8s ease-in-out infinite !important;
}

@keyframes imgShinySweep {
    0% {
        left: -150%;
        opacity: 0;
    }

    10% {
        opacity: .9;
    }

    40% {
        left: 150%;
        opacity: 0.3;
    }

    50% {
        opacity: 0;
    }

    100% {
        left: 150%;
        opacity: 0;
    }
}
.menu-wrapper {
    gap: 20px;
}
.service-pg{
  .inner-call-txt{
    gap: 20px;
  }
  a:hover{
    color: #1ccca8 !important;
  }
  .call-btn .ring {
        border: 3px solid #fff;
  }
  .call-btn .wave {
        border: 2px solid #fff;
 }
.call-link:hover{
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #00c6a7 !important;
    font-weight: 600;
}
.call-btn .phone {
    color: #fff;
}
}
.service-container{
  .cards {
  order: 0;
}

.text {
  order: 0;
}
.mb-50{
  margin-bottom: 0 !important;
}


.about-low-area .about-caption p{
  margin-bottom: 0 !important;
}
}
.cards {
  order: 1;
}

.text {
  order: 2;
}

/* Mobile change */
@media (max-width: 1024px) {
  .feature {
    flex-direction: column;
  }

  .text {
    order: 1;
  }

  .cards {
    order: 2;
  }
}
/* Base button */
.shiny-btn {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
}



/* Shiny effect on hover */
.shiny-btn::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -150%;
  width: 150%;
  height: 200%;
  background: rgba(255,255,255,0.35);
  transform: rotate(-25deg);
  pointer-events: none;
  z-index: 2;

  /* Start hidden */
  opacity: 0;
}



/* Keyframes for hover shine */
@keyframes shinyHover {
  0% {
    left: -150%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.thank-you-image img{
  width: 100%;
  height: auto;
}
.single-footer-caption ul {
    padding-left: 0;
}

.single-footer-caption ul li {
    list-style: none;
    padding-left: 28px;
    position: relative;
    margin-bottom: 8px;
}

/* spinning icon bullet */
.single-footer-caption ul li::before {
    content: "\F151";              /* choose your icon */
    font-family: "bootstrap-icons";
    font-size: 12px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 3;

    /* spin animation */
    animation: spin 2s linear infinite;
}

/* animation keyframes */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.single-footer-caption.none ul li::before {
    content: none !important; /* remove icon */
}

.single-footer-caption.none ul li {
    padding-left: 0 !important; /* remove extra space */
}

/* Parent active */
#navigation li.active > a {
    color: #122c58; /* highlight color */
    font-weight: bold;
}

.main-header .main-menu ul li a.active{
     color: #122c58 ;
    font-weight: bold !important;
}

/* Show submenu if parent active */
#navigation li.active > ul.submenu {
    display: block; /* ensures the submenu is visible */
}
.thankyou {
    height: 60vh;
}

.floating-whatsapp {
    display: none; /* initially hidden, JS will show it */
    position: fixed;
    bottom: 80px; /* above the call bar if you have it */
    right: 20px;  /* fixed to the right */
    z-index: 9999;
}

.floating-whatsapp .float {
    background-color: #25D366;
    color: white;
    padding: 12px 16px;
    border-radius: 50%;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.floating-whatsapp .float:hover {
    transform: scale(1.1);
}

.hero-form {
    display: flex;
    gap: 10px; /* space between inputs and button */
    width: 100%;
    flex-wrap: wrap; /* allows wrapping on small screens */
    @media (max-width:768px) {
      gap: 15px;
    }
}

.hero-form input,
.hero-form a.btn {
    flex: 1; /* make all elements same width */
    padding: 10px;
    font-size: 16px;
    box-sizing: border-box;
    text-decoration: none; /* for anchor button */
}

.hero-form a.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
}

#floating-whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none !important; /* Hide initially */
    z-index: 9999;
}

.area, .scroll-list {
  a{
  color: black;
}
}
.area a:hover{
  color: #fff !important;
}
.area:hover ,.scroll-list:hover{
  a{
      color: #fff !important;
  }

}
@media (max-width:768px) {
  .hero-form{
  flex-direction: column !important;
}
}
 /* Optional: stack elements on very small screens */
                     @media (max-width: 576px) {
                     .hero-form {
                     flex-direction: column;
                     }
                     }
.scroll-list a {
    font-size: 16px;
}