/****************************************/
/* GENERAL */
/****************************************/
h1, h2, h3 {
    
    font-family: "Playfair Display", serif;
    font-weight: 500;
}
.section-title h4{
    font-family: "Raleway", Sans-serif;
    font-weight: 300;
    font-style: normal !important;
    font-size: 20px;
    opacity: .8;
}
svg.to-top {
    fill: white;
    width: 17px;
}
.tp-bm-margin {
    margin: 120px auto;
}
.tp-bm-margin-60 {
    margin: 60px auto;
}
.tp-bm-margin-120-30 {
    margin: 120px auto 30px;
}
.tp-bm-margin-30-120 {
    margin: 30px auto 120px;
}
.padding-bottom-32 {
    padding-bottom: 32px;
}
.gbg-red {
    background-color: #fe0000;
}
a.gecprimary-btn {
    background-color: #fe0000;
    border: 1px solid #fe0000;
    padding: 0px 32px;
    height: auto;
    width: auto;
}
a.gecprimary-btn:hover {
    background-color: white;
    border: 1px solid #fe0000;
    padding: 0px 32px;
    height: auto;
}
a.gecsecondary-btn {
    background-color: white;
    border: 1px solid white;
    padding: 0px 32px;
    height: auto;
    color: #333;
    width: auto;
}
a.gecsecondary-btn:hover {
    background-color: #fe0000 !important;
    border: 1px solid white;
    padding: 0px 32px;
    height: auto;
    color: white !important;
}
section {
    margin: auto;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.section-title h2 {
    color: #111;
}
.section-title h4 {
    color: #444;
}
p {
    font-size: 16px;
}

.flex {
    display: flex;
}
.align-item-cent {
    align-items: center !important;
}

.justify-cotent-end {
    justify-content: end !important;
}
.justify-cotent-center {
    justify-content: center !important;
}
.flex-wrap {
    flex-wrap: wrap;
}
.abi {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
}
.grid {
    display: grid;
}
.grid--cols2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
}
.bg-red{
    background: red;
}
.grid--cols3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.row.grid::after,
.row.grid::before {
    display: none;
}

.sery::before {
    content: "";
    display: block;
    position: absolute;
    opacity: 0.3;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/Asset/img/gec-sect-bg.webp");
    background-size: cover;
}
.sery2::before {
    content: "";
    display: block;
    position: absolute;
    opacity: 0.2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/Asset/img/sery2.webp");
    background-size: cover;
    background-position: center;
}
.overflow-hidden {
    overflow: hidden;
}
.overflow-visible {
    overflow: visible;
}
.width-100 {
    width: 100%;
}
.avacus-page-header-section:before {
    background-color: hsla(0, 0%, 0%, 0.7);
}
.page-title h2 span {
    color: white;
}
.post-title,
.accordion-title {
    color: #111;
}
.panel-title a {
    color: #333;
    background-color: #f2f3f4;
}
.panel-heading.active a {
    background-color: #fe0000;
}
.goto1{
    top: auto !important;
    bottom: 30px !important;
    left: 30px !Important;
}
.whatspp_float{
          position:fixed;
          border-radius: 4px;
          bottom:90px;
          left:30px;
}
.breadcrumb{
    margin-bottom: 0px !important;
}
.map-section{
    overflow: hidden;
}
/****************************************/
/* NAV BAR */
/****************************************/
.menu li ul {
    position: absolute;
    width: 270px;
    background: #fff;
    transition: 0.5s;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    left: 0;
    box-shadow: 0 19px 40px 5px #00000026;
}
.menu li a {
    color: #222;
}

.top_bar_area {
    background-color: #111;
}
a.getAquate {
    color: white !important;
    border: none;
}
a.getAquate:hover {
    color: #fe0000 !important;
}
.Menu_top_bar_area .navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Menu_top_bar_area .navbar .container::after,
.Menu_top_bar_area .navbar .container::before {
    display: none;
}
.navbar-header {
    width: 20%;
}
.navbar-brand {
    width: 175px;
}
.nav.menu.navbar-right.navbar-nav {
    flex-wrap: wrap;
    padding-right: 0px;
    justify-content: flex-end;
}
.navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-collapse.collapse.in {
    display: flex;
    align-items: start;
    width: 100%;
}
/****************************************/
/* HERO SLIDER */
/****************************************/
.Modern-Slider {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.Modern-Slider .item .hero.img-fill {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh !important;
    height: auto !important;
    overflow: hidden;
}

.Modern-Slider .item .img-fill .info {
    background: linear-gradient(
        90deg,
        hsla(0, 0%, 95%, 0.9) 0%,
        hsla(0, 0%, 90%, 0.7) 50%,
        hsla(0, 100%, 100%, 0.1) 100%
    );

    display: flex;
    justify-content: start;
    align-items: center;
}

.hero.welcome-text h3 {
    font-family: "Lora", serif;
    font-style: italic;
    color: #666666;
    margin-bottom: 24px;
}

.hero.welcome-text h1 {
    color: #222222;
    font-weight: 700;
}

.hero.welcome-text .hero-title {
    font-size: 60px;
    margin-bottom: 8px;
    max-width: 700px;
}

.hero.welcome-text .hero-subtitle {
    color: #fe0000;
    margin-bottom: 44px;
    font-size: 44px;
}
.hero.welcome-text p.hero.hero-desc {
    width: 500px;
    color: #222222;
    line-height: 1.3em;
    font-size: 20px;
}

.hero.welcome-btn {
    margin-top: 40px;
    margin-bottom: 40px;
}

/* .hero.welcome-text {
    color: #fefefe;
    font-weight: 400;
    font-size: 18px;
} */

.hero.welcome-btn a {
    width: auto;
    height: auto;
    padding: 0 32px;
    background: #fe0000 none repeat scroll 0 0;
    border-radius: 0;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 54px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.hero.welcome-btn a.read-btn {
    margin-right: 15px;
    transition: 0.4s;
}

.hero.welcome-btn a.read-btn:hover {
    color: #fe0000;
    background: #fff;
}

.hero.welcome-btn a.buy-btn {
    background: #fefefe;
    color: #fe0000;
    transition: all 0.4s ease 0s;
}

.hero.welcome-btn a.buy-btn:hover {
    background: #fe0000;
    color: #fff;
}

/* .welcome-btn a.buy-btn.hvr-sweep-to-left:before {
    background: #fe0000;
}

.welcome-btn a.read-btn.hvr-sweep-to-right:before {
    background: #fff;
} */

.NextArrow,
.PrevArrow {
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.3;
}
.NextArrow {
    right: -1%;
}
.PrevArrow {
    left: -1%;
}

/**************************************************/
/* SERVICES */
/**************************************************/

#serdd::before {
    z-index: -1;
    opacity: 0.3 !important;
    background-attachment: fixed;

    background-repeat: no-repeat;
}
.avacus-single-services {
    padding: 24px;
}
.services-icon-title {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
}
.service-ttile h4 {
    color: #222;
}
.avacus-single-services:hover .service-svg svg {
    fill: #fff;
    transform: scale(1.1);
}
.service-svg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.service-svg svg {
    width: 40px;
    fill: #fe0000;
    transition: all 0.3s ease;
}
.services-trim-content p {
    color: #555;
    font-size: 16px;
}
.services-trim-content a {
    color: #555555;
}

/**************************************************/
/* 3 STEP PROCESS */
/**************************************************/
.timeline {
    max-width: 900px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin: auto;
}

.timeline-track {
    position: relative;
    display: flex;
    height: 4px;
    margin: 0px 0;
    background-color: #e0e0e0;
    border-radius: 2px;
    width: 600px;
    margin-bottom: -35px;
}

.timeline-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(
        90deg,
        hsla(0, 100%, 53%, 50%) 0%,
        hsl(0, 100%, 50%) 100%
    );
    border-radius: 2px;
    transition: width 0.3s ease;
    z-index: 1;
}
.all-steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
    width: 100%;
}
.step {
    position: relative;
    text-align: center;
    flex: 1;
    z-index: 2;
    cursor: pointer;
}

.step .icon-con {
    width: 80px;
    height: 80px;
    margin: 0 auto 16px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #333333;
    transition: background-color 0.3s ease, border 0.3s ease;
}
.step .icon-con svg {
    width: 40px;
    height: 40px;
    fill: #222;
    transition: all 0.3s ease;
}
.step:hover .icon-con {
    background-color: #fe0000;
    border: 1px solid #fe0000;
}
.step:hover .icon-con svg {
    width: 40px;
    height: 40px;
    fill: white;
    transform: scale(1.1);
}

.step h4 {
    margin: 0 auto 18px;
    color: #333;
}

.step p {
    color: #555;
    max-width: 200px;
    margin: 0 auto;
}

/**************************************************/
/* CTA */
/**************************************************/
.cta-left-content,
.cta-right-content {
    width: 50%;
}
.cta-left-content {
    padding: 24px 16px 24px 24px;
}
.cta-right-content {
    padding: 24px 24px 24px 16px;
}
.cta-left-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}
.cta-left-content h4 {
    color: #ffafaf;
    margin-bottom: 20px;
    font-family: "Lora", serif;
    font-style: italic;
}
.cta-left-content h2 {
    color: #fff;
    margin-bottom: 32px;
    font-size: 36px;
    font-weight: 700;
}
.cta-right-content {
    display: flex;
    justify-content: center;
    gap: 8px;
}
.why-item {
    width: 33%;
}
.why-item h4 {
    color: #fff;
    margin-bottom: 8px;
}
.why-item p {
    color: #ffafaf;
}
.whyus.welcome-btn a {
    width: auto;
    height: auto;
    padding: 0 32px;
    background: white;
    border-radius: 0;
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #fe0000;
    transition: all 0.3s ease 0s;
}
.whyus.welcome-btn a:hover {
    border: 1px solid #fff;
    background-color: #fe0000;
    color: #fff;
}
.cta-left-content.align-item-cent h4 {
    align-self: self-start;
}
.cta-right-content.align-item-cent {
    justify-content: flex-end;
}
/**************************************************/
/* Company OVERVIEW */
/**************************************************/
.gec-rev-imga1 {
    width: 50%;
    height: 300px;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: translateX(10px);
    z-index: 1;
    border: 3px solid #fe0000;
}
.gec-rev-imga2 {
    transform: translateY(-60px);
    width: 50%;
    height: 300px;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
p.mytxt {
    font-weight: 400;
    color: #555;
    margin-bottom: 24px;
}




.avacus-count-down-section:before {
    background: hsla(0, 0%, 95%, 0.7);
}
.single-count-down h4 {
    color: #222222;
}
.counter-data.flex
 {
    align-items: flex-end;
}
.counter-data span {
    font-size: 20px;
    color: #000000;
}
.count-icon-box{
    width: 80px;
    background: red;
    fill: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
h2.counter{
    font-family: "Raleway", Sans-serif;
}
.count-icon{
    width: 40px;
}
/**************************************************/
/* ACHIVEMENTS */
/**************************************************/
.sstory-imga1 {
    background-position: bottom center;
    background-size: cover;
    height: 507px;
    width: 100% !important;
}

section.avacus-latest-project-section {
    background-color: #fff;
}
.latest-project-slider ul.slick-dots li button {
    background-color: #222222;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.project-img::before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 50%;
    content: "";
    opacity: 0;
    visibility: hidden;
    background: hsla(0, 0%, 0%, 80%);
    transition: 0.4s;
}
.latest-project-slider .slick-active button {
    width: 14px !important;
    height: 14px !important;
}
.latest-project-slider ul.slick-dots{
    height: 30px;
}
/**************************************************/
/* TESTIMONIALS */
/**************************************************/

.avacus-singel-testimonial {
    box-shadow: 0 0 17px 1px rgb(204, 204, 204);
    background-color: #fff;
    margin: 10px;
}
.avacus-singel-testimonial h4 {
    color: #222222;
}
.avacus-singel-testimonial p {
    color: #555555;
}

.all-team {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, 1fr);
}
.team-img {
    background-position: center;
    background-size: cover;
}
.team-title h3 {
    color: #222222;
}
.team-title p {
    color: #555555;
}
.team-picture::before {
    background-color: hsla(0, 0%, 0%, 80%) !important;
}


/**************************************************/
/* ABOUT */
/**************************************************/
.avacus-history-section {
    background: white;
    position: relative;
}
.avacus-history-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/Asset/img/mission-vision.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    opacity: 0.3;
}
.vid-cont {
    display: block;
    position: sticky;
    top: 120px;
}

.company-video:before {
    background-color: hsla(0, 0%, 95%, 0.5);
}
.video-thumbnail {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}
.company-video:after {
    background-color: #fe0000;
}
.mission-con {
    margin-bottom: 44px;
}
.mission-text,
.vision-text {
    margin-bottom: 24px;
    color: #555555;
}
.single-history h4 {
    color: #222222;
}
.single-history p {
    color: #555555;
}

.geclist {
    list-style: disc;
    color: #555555;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 24px;
}
.geclist strong {
    list-style: disc;
    color: #333;
}
.all-teamm {
    column-gap: 16px;
    row-gap: 32px;
    justify-content: space-between;
}
.all-teamm::before {
    display: none;
}
.all-teamm::after {
    display: none;
}
.gecteam {
    width: 23%;
}
.gecteam .team-img-fill {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
/**************************************************/
/* Services */
/**************************************************/
.avacus-services-two-section {
    background-color: white;
}
.services-category li a {
    background-color: #f2f3f4;
    color: #333333;
}
.services-category li a:hover {
    background-color: #fe0000;
    color: #fff;
}
.service-text {
    /*font-family: 16px;*/
    color: #555555;
}
.contact-us-widget {
    color: white;
}
.contact-us-widget a {
    color: white;
}
a.get-quate-btn {
    color: #333;
    border: 1px solid #fe0000;
}
a.get-quate-btn:hover {
    color: white;
    background-color: #fe0000;
    border: 1px solid white;
}
.sideimg-title a {
    background-color: #111;
    color: white;
    transition: all 0.2s;
}
.sideimg-title a:hover {
    background-color: #fe0000;
    color: white;
}
.testimonial-person {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
}
.ser-svg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    fill: #fe0000;
}
.panel.panel-item .panel-body p {
    color: #555;
}
.case-stady {
    margin-bottom: 30px;
}
.case-list li {
    color: #555;
}

.service-background {
    height: 350px;
    width: 100%;
    background-position: center right;
    background-size: cover;
}
.why-chose-avacuse {
    background-color: white;
}
.why-content {
    background: hsla(0, 0%, 10%, 0.6);
}
.why-content {
    left: 0;
    top: 0;
    position: absolute;
    background: hsla(0, 0%, 10%, 0.6);
    width: 100%;
    height: 100%;
    padding-right: 30px;
    padding-left: 30px;
    font-weight: 400;
    color: #fff;
    transform: translate(0px, 69%);
    transition: 0.4s;
}
.why-content h4 {
    padding-bottom: 0px;
    font-weight: 700;
    position: relative;
    top: -0px;
    display: flex;
    align-items: center;
    gap: 16px;
}
.display-cell.ser p,
.display-cell.ser a {
    opacity: 0;
    transition: all 0.3s ease;
}
.why-thumb:hover .display-cell.ser p,
.why-thumb:hover .display-cell.ser a {
    opacity: 1;
}
.why-thumb:hover .why-content {
    transform: translate(0px, 0%);
    background: hsla(0, 0%, 00%, 0.9);
}
.display-cell.ser svg {
    fill: white;
    width: 32px;
}
footer.avacus-footer-section {
    background-color: #fe0000;
}
.wedget-title h4:before {
    background-color: #ffafaf;
}
.wedget ul li a {
    color: #ffd7d7;
}
.wedget ul li a:hover {
    color: #ffffff;
}
.wedget h5 {
    color: #ffd7d7;
}
.wedget .social-icon {
    display: flex;
}
.wedget .social-icon a {
    background-color: white;
    color: #222;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wedget .social-icon a:hover {
    background-color: #000;
    color: white;
}
.wedget .social-icon a svg{
    width: 24px !important;
    fill: #FE0000
}

section.contact-form-section {
    background: white;
}
.gec-flexbox {
    display: flex;
    gap: 32px;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.row.gec-flexbox::after,
.row.gec-flexbox::before {
    display: none;
}
.single-input-contact input,
.single-input-contactt textarea#message {
    background: #ededed;
}

button.submit[type="submit"] {
    color: white;
}
.contact-form {
    width: 70%;
}
.gec-form {
    display: flex;
    width: 100%;
    gap: 16px;
    justify-content: space-between;
    margin: 0 !important;
}
.row.gec-form::after,
.row.gec-form::before {
    display: none;
}
.single-input-contactt,
.gec-inputs {
    width: 100%;
}
.contact-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 30%;
}

.single-ceo-address {
    background-color: #fe0000;
    padding: 24px;
    margin: 0;
}
.single-ceo-address h4 {
    padding: 0;
}
.single-ceo-address p span {
    padding-right: 10px;
    color: white;
}
.wat {
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-top: 10px;
    background: #fe0000;
    color: #003445;
    text-transform: uppercase;
    font-weight: 700;

    text-align: center;
    transition: 0.4s;
}
/* POP UP */
/* === POPUP BASE === */
.gec-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.gec-popup-box {
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
  width: 90%;
  max-width: 400px;
  position: relative;
  text-align: center;
  animation: fadeIn 0.3s ease;
}

.gec-popup-image {
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
  width: 70%;
}

.gec-popup-title {
  font-size: 1.5rem;
  margin: 0.5rem 0;
}

.gec-popup-subtitle {
  font-size: 1rem;
  color: #666;
  margin-bottom: 1.5rem;
}

/* === FORM === */
.gec-popup-form input,
.gec-popup-form select {
  width: 100%;
  padding: 0.75rem;
  margin-bottom: 1rem;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 16px;
}

.gec-popup-form button[type="submit"] {
  width: 100%;
  padding: 0.75rem;
  background-color: #fe0000;
  color: white;
  border: none;
  border-radius: 0px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.2s ease;
}

.gec-popup-form button[type="submit"]:hover {
  background-color: #0056b3;
}

/* === CLOSE BUTTON === */
#gec-subclose {
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 2rem;
  background: none;
  border: none;
  cursor: pointer;
}

/* === ANIMATION === */
/* Existing */
@keyframes fadeIn {
  from { opacity: 0;  }
  to { opacity: 1;  }
}

/* New fade-out animation */
@keyframes fadeOut {
  from { opacity: 1; }
  to { opacity: 0;  }
}

/* Animation classes */
.gec-fade-in {
  animation: fadeIn 0.3s ease forwards;
}

.gec-fade-out {
  animation: fadeOut 0.3s ease forwards;
}
.faq-content{
    flex-direction: row;
}

.study_aboard{
    width: 25%;
}


/* === RESPONSIVE === */
@media (max-width: 500px) {
  .gec-popup-box {
    padding: 1.5rem;
  }

  .gec-popup-title {
    font-size: 1.25rem;
  }
}
.hey {
}

/**************************************************/ /* RESPONSIVE STYLES */

@media screen and (max-width: 1080px) {
    .grid--cols3 {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    /**************************************************/
    /* HEADER */
    /**************************************************/
    .top_bar_area {
        display: none;
    }

    /**************************************************/
    /* HOME HERO */
    /**************************************************/

    .hero.welcome-text h3 {
        margin-bottom: 16px;
        font-size: 20px;
    }
    .hero.welcome-text .hero-title {
        font-size: 52px;
        margin-bottom: 8px;
        max-width: 600px;
    }
    .hero.welcome-text .hero-subtitle {
        color: #fe0000;
        margin-bottom: 44px;
        font-size: 38px;
    }
    .hero.welcome-text p.hero.hero-desc {
        font-size: 18px;
        color: #111111;
        line-height: 1.7em;
    }
    .NextArrow,
    .PrevArrow {
        display: none !important;
    }

    /**************************************************/
    /* STEPS  */
    /**************************************************/
    .timeline {
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .timeline-track {
        display: none;
    }
    .timeline-progress {
        width: 100%;
        height: auto;
        width: 4px;
        transition: height 0.3s ease;
    }
    .cta-left-content {
        width: 40%;
    }
    .cta-right-content {
        width: 60%;
    }
    .all-team {
        display: flex;
        gap: 16px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .all-teamm {
        display: flex;
        gap: 16px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .gecteam {
        width: 48%;
    }
    .contact-info {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        height: 100%;
        gap: 16px;
    }

    .single-ceo-address {
        margin-top: 0px !important;
    }
    .gec-form {
        display: flex;
        gap: 32px;
        flex-direction: column-reverse;
        justify-content: space-between;
    }
    .contact-info,
    .contact-form {
        width: 50%;
    }
    .gec-popup-image {
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
  width: 100%;
}

    .hey {
    }
}

/* *************************************** MOBILE */
/*****************************************/

@media screen and (max-width: 767px) {
    /**************************************************/
    /* GENERAL */
    /**************************************************/
    .grid--cols3 {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }
    .abi {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
.breadcrumb{
    margin-bottom: 90px !important;
}
    /**************************************************/
    /* NAV BAR */
    /**************************************************/

    .Menu_top_bar_area .navbar .container {
        display: flex;
        flex-direction: column;
    }
    .navbar-collapse.collapse.in {
        display: flex;
        align-items: start;
        width: 100%;
    }
    .navbar-header {
        width: 100%;
    }

    .hero.welcome-text h3 {
        margin-bottom: 16px;
        font-size: 18px;
    }
    .hero.welcome-text .hero-title {
        font-size: 40px;
        margin-bottom: 8px;
        max-width: 600px;
        padding-top: 0px;
    }
    .hero.welcome-text .hero-subtitle {
        color: #fe0000;
        margin-bottom: 32px;
        font-size: 32px;
    }
    .hero.welcome-text p.hero.hero-desc {
        font-size: 18px;
        line-height: 1.7em;
    }

    .hero.welcome-btn {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
    }

    /**************************************************/
    /* SERVICES  */
    /**************************************************/
    .services-icon-title {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    /**************************************************/
    /* STEPS  */
    /**************************************************/
    .all-steps {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }

    .whyus.welcome-btn a {
        padding: 5px 32px;
    }
    .why-us {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .cta-left-content,
    .cta-right-content {
        width: 100%;
    }

    .count-item {
        width: 50%;
    }
    .vid {
        width: 100%;
    }
    .company-video {
        height: 300px;
    }
    .sstory-imga1 {
        background-position: bottom center;
        background-size: cover;
        height: 621px;
        width: 100% !important;
    }
    .cta-left-content.align-item-cent {
        padding: 24px 24px 0px 24px;
    }
    .cta-left-content.align-item-cent h2 {
        text-align: center;
        margin-bottom: 0px;
    }
    .cta-left-content.align-item-cent h4 {
        align-self: center;
    }
    .cta-right-content.align-item-cent {
        justify-content: center;
    }
    .gecteam {
        width: 48%;
    }
    .avacus-services-two-section .container .column-re {
        display: flex;
        flex-direction: column-reverse;
    }
    .avacus-services-two-section.section-padding {
        padding: 0;
    }
    .services-single-content {
        margin: 0;
    }
    .gec-form {
        gap: 8px;
    }
    .gec-flexbox {
        flex-direction: column;
        gap: 44px;
    }
    .contact-form,
    .contact-info {
        width: 100%;
    }
    .faq-content{
    flex-direction: column;
    margin-bottom: 32px;
}
    .hey {
    }
}

@media screen and (max-width: 480px) {
    /**************************************************/
    /* CTA */
    /**************************************************/
    .cta-right-content {
        display: flex;
        flex-direction: column;
    }
    .why-item {
        width: 100%;
    }
    .gecteam {
        width: 100%;
    }
}



