html,
body{
  height: 100%;
  min-height: 100%;
  scroll-behavior: smooth;
}
body{
  color: #000;
  font-family: "Funnel Display", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
div,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ul,
ol,
dl,
li,
dt,
dd,
blockquote,
pre,
form,
fieldset,
label,
a{
  border: 0;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
img{
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
img,
a img{
  border: none;
}
.container{
    max-width: 1410px;
}
h1{
  font-size: 70px;
  font-weight: 700;
  line-height: 70px;
}
h2 {
    font-size: 55px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 30px;
}
h1,h2,h3,h4,h5,h6{
  color: #000;
  font-family: "Funnel Display", sans-serif;
}
.mb-100{
    margin-bottom: 80px;
}
.pb-100{
    padding-bottom: 800px;
}
.ptb-100{
    padding-bottom: 80px;
    padding-top: 80px;
}

ul li{
  list-style: none;
}
p{
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 15px;
  padding: 0;
}
.f-26{
    font-size: 20px;
    font-weight: 500;
    line-height: 35px;
}
.small-text{
    color: #fa0000;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 15px;
    display: block;
}
.gray-color{
    color: #4d4d4d;
} 
.white-color{
    color: #fff;
} 
.read-more {
    color: #fff;
    text-transform: uppercase;
    -webkit-text-fill-color: inherit;
    background-color: #fa0000;
    width: 200px;
    padding: 15px 20px;
    font-family: Citizen, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    border: 0;
}
.read-more:hover {
    color: #fff;
    background-color: #000;
}
header {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 9;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 20px 0px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
header .container-fluid {
    max-width: 1410px;
}
header.sticky {
    background: #000;
    top: 0;
}
header.sticky .logo img {
    width: 200px;
}
.logo img {
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    width: 250px;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
  /* Safari 4.0 - 8.0 */
  animation: fadeIn 0.3s alternate;
}

.nav-item.dropdown.dropdown-mega {
  position: static;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu {
  width: 100%;
  top: auto;
  left: 0;
}

.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right;
}
.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}
.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 4px;
  position: absolute;
  background: #fff;
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}
.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}
.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}
.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}
.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}

.icons {
  display: inline-flex;
  margin-left: auto;
}
.icons a {
  transition: all 0.2s ease-in-out;
  padding: 0.2rem 0.4rem;
  color: #ccc !important;
  text-decoration: none;
}
.icons a:hover {
  color: white;
  text-shadow: 0 0 30px white;
}
.shadow {
    box-shadow: none!important;
}
.nav-link{
    color: #fff;
    font-size: 20px;
}
.list-group-item:hover, 
.nav-link:focus, .nav-link:hover,
.navbar-nav .nav-link.active, 
.navbar-nav .nav-link.show{
    color: #ff0000;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding: 15px 20px;
}
.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
    background-color: #ff0000;
    color: #fff;
}
.navbar-expand-lg .navbar-nav .nav-item:last-child:hover .nav-link {
    background-color: #ffffff;
    color: #ff0000;
}
.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link.active {
      background-color: #ff0000;
    color: #fff;
}
.list-group-item:first-child,
.list-group-item:last-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.list-group-item {
    border-top: 1px #cbcbcb solid;
    padding: 10px 0;
    border-right: none;
    border-left: none;
    border-bottom: none;
}
.list-group-item+.list-group-item {
    border-top-width: 1px;
}
.mega-content h5 {
    margin-bottom: 20px;
}
.book-now{
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 0;
    padding: 12px 28px;
    border: solid 1px #fff;
}
.book-reading:hover,
.book-now:hover{
    color: #fff;
   background-color: #ff0000;
}
.banner-wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.services-wrap{
    background-color: #000;
}
.services-wrap .nav-pills .nav-link.active{
    background-color: #fa0000;
    border-radius: 0;
}
.services-wrap .tab-content>.active {
    color: #fff;
    display: flex;
    gap: 20px;
    height: 100%;
}
.servic-box {
    width: 500px;
}
.pills-left {
    display: flex;
}
.pills-left img {
    width: 60px;
    margin-right: 10px;
    display: none;
}
.services-wrap .nav-pills .nav-link.active .sort-des {
    color: #fff;
}
.s-heading {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
}
.hro-banner {
    overflow: hidden;
    position: relative;
}
.hro-banner::before {
    content: "";
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    position: absolute;
    height: 100%;
}

.hro-banner video {
  width: 100vw;
  height: 100dvh;
  object-fit: cover;
}

.sort-des {
    font-size: 15px;
    color: #696969;
}
.services-wrap .nav-pills .nav-link {
    border-bottom: solid 1px #3d3d3d;
    padding: 15px 10px;
}
.services-wrap .nav-pills .nav-link:last-child {
    border-bottom: none;
}
.servic-box h3,
.servic-box h6,
.servic-box p{
    color: #fff;
}
.servic-box h3{
    font-size: 30px;
    font-weight: 700;
}
.servic-box h6{
    font-size: 22px;
    font-weight: 500;
}
.servic-box p{
    color: #bebec1;
    font-size: 18px;
}
.service-points li{
    margin-bottom: 20px;
    position: relative;
    padding-left: 25px;
}
.service-points li::before{
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    top: 0;
    left: 0;
    background-image: url(../images/right-arrow.svg);
    background-repeat: no-repeat;
}
.s-img {
    width: 400px;
}

.service-points p{
    margin-bottom: 0;
    font-size: 18px;
    color: #fff;
    line-height: 18px;
    font-weight: 700;
}
.service-points small{
    margin-bottom: 0;
    font-size: 16px;
    color: #bebec1;
}
.s-area{
    margin:50px 0;
}
.tab-content{
    background-color: #1e1e1e;
    padding: 15px;
}
#particles-js{
  width: 100%;
  height: calc(100vh - 100px);
  background-color: #000;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
}
.hero-banner {
    position: absolute;
    width: 100%;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.hero-banner h1 {
    color: #fff;
    line-height: 85px;
    margin-bottom: 10px;
}
.hero-banner p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 40px;
}
.icon-link{
  color: #ff0000;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}

.card-box {
  position: relative;
  width: 100%;
  height: 300px;
  float: left;
  perspective: 2000px;
  cursor: pointer;
}

.content {
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);

  transition: transform 1s;
  transform-style: preserve-3d;
  top: 0;
}
.card-box:hover .content {
  transform: rotateY( 180deg ) ;
  transition: transform 0.8s;
}
.front h3{
    color: #fff;
    margin-top: 25px;
}
.f-img {
    border: solid 2px #c7c7c7;
    display: inline-block;
    padding: 20px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.front, .back {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgb(0, 0, 0);
    color: #fff;
    text-align: center;
    font-size: 30px;
    backface-visibility: hidden;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.back {
  background: #ff0000;
  color: white;
  transform: rotateY( 180deg );
  font-size: 18px;
}
.about-list li {
    width: 49%;
    display: inline-block;
    position: relative;
    padding-left: 25px;
    line-height: 18px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #000;
    font-family: "Montserrat", sans-serif;
}
.about-list li::before{
    position: absolute;
    top: 3px;
    left: 0;
    content: '';
    background-image: url(../images/arrow-red.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}
.contact{
    background-color: #ff0000;
}
.contact .read-more{
    background-color: #000;
}
.contact .read-more:hover{
    background-color: #fff;
    color: #000;
}

.contact-form input {
        font-family: 'Open Sans', sans-serif;
        color: #4e4e4e;
        font-size: 17px;
        height: 57px;
        border: 0;
        border: solid 1px #fff;
  }
    .contact-form textarea {
        font-family: 'Open Sans', sans-serif;
        color: #4e4e4e;
        font-size: 17px;
        border: solid 1px #fff;
    }
    .form-group {
        margin-bottom: 30px;
    }
    .proposal{
        background-image: url(../images/homebottom.jpeg);
        background-attachment: fixed;
        padding: 100px 0;
        background-size: cover;
    }
.proposal-t{
    border-radius: 24px;
    padding: 30px;
    background-color: #FFFFFFCC;
}
.p-head-title {
    border: solid 1px #0000001A;
    display: inline-block;
    border-radius: 50px;
    font-size: 12px;
    padding: 10px 20px;
}
.proposal-t h3 {
    line-height: 42px;
    margin-bottom: 20px;
    margin-top: 50px;
    display: block;
    font-size: 35px;
}

/*Footer*/
.hollow-txt {
    bottom: 0;
    left: 50%;
    line-height: 100%;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    width: 100%;
    z-index: 1;
    opacity: 0.5;
}
footer {
    background: #000;
}
.posz {
    position: relative;
    z-index: 2;
}

.connect {
    color: #fff;
    font-size: 45px;
    font-weight: 300;
    line-height: 55px;
    margin-bottom: 15px;
}
footer p {
    color: #868585;
    font-size: 20px;
}
.ft-col, .lower-footer {
    margin-top: 20px;
}
.footer-title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.ft-address {
    color: #868585;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 20px;
}
.ft-email a, .ft-phone a {
    color: #fff;
    display: inline-block;
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 8px;
}
.footer-links li a {
    color: #868585;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 10px;
}
.footer-links li a:hover {
    color: #fff;
}

.lower-footer span, .lower-footer span a{
    color: #fff;
    font-size: 14px;
}
.btn-arrow {
    border: none;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 20px;
    text-transform: uppercase;
    background-color: #ff0000;
    font-weight: 400;
    display: inline-block;
}
.btn-arrow:hover{
	background: #000;
	border-color: #000;
	color: #fff;
}

/*About*/
.abt-list li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px;
    line-height: 25px;
}
.abt-list li span{
    font-weight: 700;
}
.abt-list li:after{
    position: absolute;
    content: "";
    left: 0;
    top: 6px;
    width: 20px;
    height: 20px;
    background-image: url(../images/arrow-red.svg);
    background-repeat: no-repeat;
}
.about-feat .card {
    border: 0;
    background: #f3f0ec;
    border-radius: 5px;
    border: none;
}
.about-feat .card-body {
    padding: 40px;
    position: relative;
}
.over-img-content h2,
.service-pg .ic-row,
.about-feat .ic-row {
    display: block;
    margin-bottom: 15px !important;
}
.service-pg .service-title,
.about-feat .service-title {
    margin-top: 15px;
    font-weight: 500;
    font-size: 22px;
    color: #30296c;
    margin-top: 15px;
    font-weight: 500;
}
.small-review-bx {
    background: #fff;
    padding: 30px 350px 30px 60px;
    position: absolute;
    bottom: 0;
    width: 800px;
}
.small-review-bx blockquote {
    padding: 10px 0 10px 30px;
    position: relative;
}
.small-review-bx p {
    font-size: 17px;
    color: #30296c;
    padding: 15px 0 0;
}
.small-review-bx span {
    color: #f68820;
    font-family: 'Asap', sans-serif;
}
.over-img-bx {
    background: #fff;
    padding: 80px;
    max-width: 570px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.customer-exp span {
    font-size: 22px;
    display: block;
    margin-bottom: 20px;
}
.service-pg .col-sm:nth-child(2) .card
 {
    background: #f3f0ec;
}
.service-pg .card {
    background: none;
    border: none;
}
.service-txt, .service-img-bx {
    margin-top: 80px;
}
.over-img-content {
    background: #fff;
    padding: 60px;
    max-width: 500px;
    position: absolute;
    right: -70px;
    top: 0;
}
.sm-number {
    font-size: 22px;
    color: #9f9e9e;
    font-family: 'Asap', sans-serif;
    padding-bottom: 5px;
}
.service-list {
    padding-left: 60px;
}
.service-list li a {
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: underline !important;
    color: #747474;
    display: inline-block;
    margin: 10px 0;
}
.service-column .row:nth-child(even) .service-img-bx {
    text-align: right;
}
.service-column .row:nth-child(even) .over-img-content {
    left: -70px;
}
.contact-row-wrap{
        background: #efece7;
        padding: 100px 0;
}
/*contact*/
.inner-page-head {
    background: #000;
    padding: 150px 0 50px;
    height: auto;
}
.inner-page-head p {
    color: #bababa;
    font-size: 21px;
    margin: 30px 0 20px;
    max-width: 610px;
}
.hero-sm-title, .page-sm-title {
    color: #bababa;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
    padding-left: 50px;
    position: relative;
    text-transform: uppercase;
}
.hero-sm-title:before, .page-sm-title:before {
    content: "";
    width: 35px;
    height: 1px;
    position: absolute;
    left: 0;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
}
.inner-page-head h1 {
    margin-bottom: 0;
    margin-top: 20px;
    font-weight: 700;
    font-size: 35px;
    color: #fff;
    line-height: 35px;
}
.heading-info-field p {
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 30px;
}
.btn-arrow {
    font-size: 17px;
    font-weight: 700;
    background: #ff0000;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    padding: 15px 20px;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}
.head-img-block {
    width: 100%;
    margin-top: -200px;
}
.head-img-block img {
    position: relative;
    z-index: 2;
}
.lg-para {
    font-size: 25px;
    color: #30296c;
    max-width: 700px;
    padding-left: 120px;
    line-height: 36px;
    margin-bottom: 30px;
}
.white-box {
    background: #fff;
}

.contact-form label {
    font-size: 15px;
    color: #30296c;
    font-weight: 700;
}
.contact-form input, .contact-form textarea {
    height: 50px;
    border-radius: 5px;
    border: 1px solid #ddd;
    background: #f8f6f2;
}
.contact-form textarea {
    height: auto;
    resize: none;
}
.phone-col, .phone-block h1, .location-block h1 {
    margin-bottom: 50px;
}
.ic-row {
    display: flex;
    align-items: center;
}
.email-col h6, .phone-col h6, .location-bx h6 {
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
    padding-left: 8px;
}
.phone-col {
    border-right: 1px solid #dfdcd6;
    padding: 0 30px;
}
.info-bx{
    padding: 30px 100px;
    z-index: 9;
}
.icon-bx {
    color: #000;
    font-size: 30px;
    padding-right: 10px;
}
.info-title {
    color: #000;
    font-size: 20px;
    font-weight: 700;
}
.contact-txt span {
    color: #4d4d4d;
    display: block;
    padding: 8px 0 4px;
}
.contact-txt p a{
    color: #000;
}
.contact-txt p a:hover{
    color: #ff0000;
}


/*dfdfdfdfs*/
/* Service Sections */
        .service-section {
            padding: 80px 0;
            border-bottom: 1px solid #eee;
        }
        .service-section.bg-light {
            background-color: var(--light-bg);
        }
        
        .service-icon {
            font-size: 2.5rem;
            color: var(--secondary-color);
            margin-bottom: 1rem;
        }

        .service-tagline {
            color: var(--accent-color);
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: 0.9rem;
            margin-bottom: 0.5rem;
            display: block;
        }

        .service-title {
            font-weight: 700;
            color: var(--primary-color);
            margin-bottom: 1.5rem;
        }

        .content-box h5 {
            color: var(--primary-color);
            font-weight: 600;
            margin-top: 1.5rem;
            border-left: 4px solid var(--secondary-color);
            padding-left: 10px;
        }

        .content-box ul {
            list-style: none;
            padding-left: 0;
        }
        .content-box ul li {
            position: relative;
            padding-left: 25px;
            margin-bottom: 10px;
            color: #555;
        }
        .content-box ul li::before {
            content: '\f00c';
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            position: absolute;
            left: 0;
            top: 2px;
            color: var(--secondary-color);
        }

        .image-box img {
            border-radius: 12px;
            box-shadow: 0 15px 30px rgba(0,0,0,0.1);
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }
        .image-box img:hover {
            transform: scale(1.02);
        }
.check-item {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
 .item {
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    padding: 20px;
    width: 32%;
    text-align: left;
    cursor: pointer;
    justify-content: center;
    transition: border-color 0.3s, box-shadow 0.3s;
    display: flex;
    justify-content: left;
    align-items: center;
    background: #f5f5f5;
}
  .item:hover {
    border-color: #000;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
  }
   /* .item.checked {
    border: 2px solid #000000;
   } */
  /* .checked .icon {
    background: #000;
  } */
.icon {
    
}
.icon i{
    color: #fff;
    font-size: 24px;
    margin-right: 10px;
    background: red;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.lf-links.footer-links li {
    margin: 0 10px 0 0;
    display: inline-block;
}


#counter .couter-bx {
    text-align: center;
    position: relative;
}
#counter span.percent, #counter span.plus {
    font-size: 90px;
    color: #fff;
}
#counter .couter-bx p {
    font-size: 19px;
    color: #fff;
}
#counter span.plus:after {
    content: "+";
    display: inline-block;
    font-family: 'canela_regular_trialregular';
    font-weight: 600;
    margin-left: 5px;
}
#counter .couter-bx::after {
    width: 1px;
    height: 50%;
    position: absolute;
    content: '';
    background: #fff;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
#counter span.percent:after{
    content: "%";
}
#counter .col-md-3:last-child .couter-bx::after {
    border-right: none;
    display: none;
}
.contact-form {
    margin-top: 0;
    padding: 50px 0;
}
.hm-contact-form{
    background-color: #ff0000;
     padding: 50px 0;
}
.shadow {
    box-shadow: none;
}
.about-feat.ptb-100 .ptb-100 {
    padding-bottom: 0;
}

    .contact-block {
      padding: 100px 0;
      background-color: #f7f7f7;
      font-family: 'Montserrat', sans-serif;
    }

    .contact-card {
      height: 100%;
      border-radius: 14px;
    }

    /* LEFT INFO BOX */
    .info-bx {
      background: #e5e5e5;
      padding: 40px;
    }
.info-bx a{
  color: #ff0000;
}
    .info-bx h3 {
      font-weight: 700;
      margin-bottom: 30px;
    }

    .icon-bx {
      font-size: 26px;
      color: #f4253a;
      margin-right: 18px;
      line-height: 1;
    }

    .info-title {
      font-weight: 600;
      margin-bottom: 4px;
    }

    /* RIGHT FORM BOX */
    .form-block {
      background: #ffffff !important;
      padding: 40px;
      box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    }

    .form-block h3 {
      font-weight: 700;
      margin-bottom: 25px;
    }

    /* FORM RESET (kills red bg issue) */
   

    .contact-form .form-label {
      font-weight: 600;
      margin-bottom: 6px;
    }

    .contact-form .form-control {
      width: 100%;
      padding: 12px 14px;
      border-radius: 8px;
      border: 1px solid #ccc;
      background-color: #fff !important;
      color: #000;
      font-size: 14px;
    }

    .contact-form .form-control:focus {
      border-color: hsl(0, 98%, 53%);
      box-shadow: 0 0 0 2px rgba(13,110,253,0.15);
    }

    textarea.form-control {
      resize: none;
    }

    .form-text {
      font-size: 12px;
      color: #666;
    }
 /* Section styling */
  .tech-focus-pill {
    background: #ffffff;
    padding: 70px 20px;
    font-family: Arial, sans-serif;
  }

  .tech-pill-container {
    max-width: 1200px;
    margin: auto;
    text-align: center;
  }

  /* Title and subtitle */
  .tech-pill-title {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    margin-bottom: 12px;
  }

  .tech-pill-subtitle {
    font-size: 15px;
    color: #555;
    max-width: 720px;
    margin: 0 auto 50px;
    line-height: 1.6;
  }

  /* Grid layout for cards */
  .tech-pill-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
  }

  /* Individual card styling */
.tech-pill {
    background: #ffffff;
    padding: 20px 5px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    box-shadow: 0 15px 30px rgba(214, 0, 0, 0.25);
    transition: all 0.3s ease;
    cursor: default;
    white-space: nowrap;
    border-bottom: 6px solid #D60000;
    max-width: 350px;
    width: 100%;
}

  /* Hover effect */
  .tech-pill:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(214, 0, 0, 0.35);
  }

@media only screen and (max-width: 1299px) {
    header {
        padding: 20px 15px;
    }
}
@media only screen and (max-width: 1199px) {
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 15px 15px;
  font-size: 18px;
}
header {
  padding: 20px 15px;
}
#counter span.percent, #counter span.plus {
  font-size: 70px;
  color: #fff;
}
}

@media only screen and (max-width: 991px) {
        .tech-pill {
      font-size: 14px;
      padding: 16px 26px;
    }

    .tech-pill-title {
      font-size: 28px;
    }
header {
    padding: 0px 20px;
}
header.sticky .logo img {
  width: 150px;
}
ul.navbar-nav {
    background: #000;
}
.card-box {
  margin-bottom: 15px;
}
.hero-banner h1 {
  color: #fff;
  line-height: 58px;
  margin-bottom: 10px;
  font-size: 53px;
}
h2 {
  font-size: 40px;
  line-height: 48px;
}
.s-area {
  flex-wrap: wrap;
}
  .s-area .flex-column {
    flex-direction: inherit !important;
  }
#counter span.percent, #counter span.plus {
    font-size: 43px;
    color: #fff;
}
footer .logo {
  margin-bottom: 20px;
}
.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
    border: solid 1px #fff;
    display: inline-block;
}
}

@media only screen and (max-width: 767px) {
    div#v-pills-tab.me-3 {
    margin-right: 0rem !important;
}
    .footer-title {
    margin-bottom: 15px
}
.footer-links {
    margin-bottom: 20px;
}
 .s-area .nav-link,
 .s-area .tab-content{
    width: 100%;
  }
.services-wrap .tab-content>.active {
    flex-direction: column-reverse;
    color: #fff;
    display: flex;
    gap: 20px;
    height: 100%;
}
.servic-box {
    width: 100%;
}
.s-img {
    width: 100%;
}
 .item {
  width: 49%;
 }
  .contact-block {
        padding: 60px 0;
      }
#counter .couter-bx::after {
    width: 100%;
    height: 1px;
    position: absolute;
    content: '';
    background: #fff;
    top: auto;
    right: 0;
    transform: translateY(-50%);
    bottom: 0;
  }
  #counter .couter-bx {
  padding: 10px;
}
#counter .col-sm-6:nth-child(4) .couter-bx::after,
#counter .col-sm-6:nth-child(3) .couter-bx::after{
    display: none;
}

}
@media only screen and (max-width: 576px) {
    h1 br,
    h2 br{
        display: none;
    }
    #counter .couter-bx::after {
  width: 1px;
  height: 50%;
  position: absolute;
  content: '';
  background: #fff;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.logo img {
  width: 200px;
}
.item {
  width: 100%;
 }
 .inner-page-head h1 {
  font-size: 30px;
  line-height: 35px;
}
  .hero-banner h1 {
    line-height: 50px;
    font-size: 45px;
  }
    #counter .col-sm-6:nth-child(1) .couter-bx::after,
#counter .col-sm-6:nth-child(2) .couter-bx::after,
  #counter .col-sm-6:nth-child(4) .couter-bx::after,
#counter .col-sm-6:nth-child(3) .couter-bx::after{
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    content: '';
    background: #fff;
    top: auto;
    right: 0;
    transform: translateY(-50%);
    bottom: 0;
}
.mega-content {
  overflow: scroll;
  height: 400px;
}
}

@media only screen and (max-width: 475px) {
    .hero-banner h1 {
        line-height: 35px;
        font-size: 28px;
    }
    .hero-banner p
 {
    color: #dde4ef;
    font-size: 14px;
    line-height: 24px;
}
h2 {
        font-size: 26px;
        line-height: 34px;
    }
    .proposal-t h3 {
    line-height: 33px;
    margin-bottom: 20px;
    margin-top: 50px;
    display: block;
    font-size: 28px;
}
    .inner-page-head h1 {
        font-size: 22px;
        line-height: 27px;
    }   
}