body {
  font-family: "Red Hat Display", sans-serif;                                  
  margin: 0px;
  padding: 0px;
  color: #3a3a3c;
  font-size: 18px;
  line-height: 30px;
  overflow-x: hidden;
  letter-spacing: 1px;
}

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

::-webkit-input-placeholder {
color: #707070 !important; opacity: 1 !important;
}
:-moz-placeholder { /* Firefox 18- */
color: #707070 !important;opacity: 1 !important;
}
::-moz-placeholder {  /* Firefox 19+ */
color: #707070 !important;opacity: 1 !important;
}
:-ms-input-placeholder {
color: #707070 !important;opacity: 1 !important;
}
a {
    color: #25356F;
    text-decoration: none;
}
i, em {  font-family: "Red Hat Display", sans-serif; font-weight: 300; }


h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;  font-family: "Red Hat Display", sans-serif; font-weight: 900; color: #25356F;
}

h1 {
  font-size: 48px;
  line-height: 58px;    
  margin-bottom: 30px;
  transition:all 0.2s ease-out; 

}
h2 {
  font-size: 48px;
  line-height: 58px; 
  margin-bottom: 30px;
  transition:all 0.2s ease-out; 
  
}
h3 {  
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 46px;

}
h4 {  
  font-size: 24px;
  line-height: 38px;
  margin-bottom: 30px; 
}

h5 {  
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 30px; 
}

p {
  margin: 0 0 20px;
}
.margin-top-30 { margin-top: 30px; }
.margin-top-50 { margin-top: 50px; }
.padding-top-30 { padding-top: 30px;}
.padding-top-40 { padding-top: 40px;}
.padding-top-50 { padding-top: 50px; }
.padding-top-60 {  padding-top: 60px;}
.padding-top-80 {  padding-top: 80px;}
.padding-top-100 {  padding-top: 100px;}

.padding-bottom-30 {  padding-bottom: 30px;}
.padding-bottom-50 {  padding-bottom: 50px;}
.padding-bottom-80 {  padding-bottom: 80px;}
.margin-bottom-50  { margin-bottom: 50px; }

.pad-top-btm { padding: 80px 0px; }

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

.vertical-center {margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);    width: 100%;}

.clear {  clear: both;}
img { display: inline-block; max-width: 100%; }
ul, menu, dir {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}

.full-width { width: 100% !important; }

.btn-blue {
  background: #25356F;
  color: #fff !important;
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 3px;
  display: inline-block;
  line-height: 27px;
  padding: 10px 40px;
  text-decoration: none !important; 
  transition:all 0.2s ease-out; 
  letter-spacing: 0px;   
  text-align: center; 
  border: 0px;
  position: relative; 
  cursor: pointer;
 
      
}
.btn-blue:hover {
  background: #1b295b; color: #fff !important;
  transform: scale(0.9);
}


.btn-yellow {
  background: #f7941d;
  color: #fff !important;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 3px;
    font-size: 18px;
    line-height: 22px;
    display: inline-block;
    padding: 14px 25px;
  
    text-transform: uppercase; 
  text-decoration: none !important; 
  transition:all 0.2s ease-out;  
  text-align: center;
  cursor: pointer;
  
}
.btn-yellow:hover {
  background: #e88815; 
  transform: scale(0.9);
}


.normal-link {
    color: #ff9c2a;
    font-weight: bold;
    text-decoration: none;
}

.normal-link-white {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.relative { position: relative; }
.padding-tb-80 { padding: 80px 0px; }
.padding-top-80 { padding-top: 80px; }
.padding-btm-80 { padding-bottom: 80px; }

.full-width { width: 100%; }
.full-width a { display: block; }
.full-width button { width: 100%; }

.text-center { text-align: center; }

li { list-style: none; }

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 80px;
    padding-right: 80px;
}
.container { max-width: 1200px; }
section { max-width: 1600px; margin: 0 auto; }
.desktop-show { display: block; }
.mobile-show { display: none !important; }

/* Basic end */


/* Top Bar */
.topbar {
  
    padding: 10px 0;
    font-size: 14px;
}

.top-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    width: 100%;
}
.left-info {
    width: 60%;
    display: flex;
}
.left-info span {
    margin-right: 20px;
    display: flex;
    align-items: center;
    grid-gap: 15px;
}
.social { display: flex; }
.social a {
    margin-left: 15px;
    color: #fff;
    text-decoration: none;
}
.social img { display: block; }

/* Navbar */
.navbar {
    background: #fff;
    color: #000;
    padding: 15px 20px;
    margin-top: 20px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-weight: bold;
    color: #2f3e7a;
}
.logo img { width: 100px; display: block; }
.phone { display: flex;  align-items: center; grid-gap: 15px; line-height: 24px;}
.phone span { font-size: 14px; }
.menu {
    list-style: none;
    display: flex;
    gap: 25px;
}

.menu a {
    text-decoration: none;
    color: #25356F;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 20px;
}



/* Hero */
.fix-header {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 99;
    max-width: 1600px;
    margin: 0 auto;
    right: 0px;
}
.overlay-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:url(../images/b-effect.png) no-repeat;
    background-size: cover;
    z-index: 1;

}
.hero {
    position: relative;
}
.hero-item { position: relative; }
.hero-item img { display: block; width: 100%; }
.hero-content {margin: 0; padding-top: 8%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);    width: 100%; z-index: 2; }

.sub {
    margin-bottom: 20px;
    font-size: 18px;
    color: #fff;
}
.sub a { color: #fff; }
.hero h1 {
    font-size: 60px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #fff;
}

.hero h1 span {
    color: #ff8c1a;
}

.services {
    margin-bottom: 30px;
    font-size: 18px;
    color: #fff;
}

.hero-btns {
    display: flex;
    align-items: center;
    gap: 20px;
}

.play-btn a {
    width: 50px;
    height: 50px;
    background: #ff8c1a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
}


.play-btn img { width: 16px; }



/* Banner Btm */
.stats {
    display: flex;
    justify-content: space-between;    
    margin-bottom: 60px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.stat-box {
    flex: 1;
    padding: 40px;
    border-right: 1px solid #ddd;
}

.stat-box:last-child {
    border-right: none;
}

.stat-box h2 {
    font-size: 48px;
    color: #2d3e75;
    margin: 0;
}

.highlight {
    display: block;
    color: #f28c28;
    font-weight: 600;
    margin: 10px 0 20px;
}

.stat-box p {
    color: #666;
    line-height: 1.6;
    
}
.stats {
    position: relative;
}

.stat-box {
    position: relative;
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 2fr;
}

/* Yellow circle */
.stat-box:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: -8px;
    right: -6px;
    width: 14px;
    height: 14px;
    background: #f28c28;
    border-radius: 50%;
}

/* ABOUT SECTION */
.about {
  display: flex;  
  gap: 70px;
}

.about-left img {
  width: 420px;
  height: 100%;
  object-fit: cover;
}
/* RIGHT SIDE SPLIT */
.about-right { flex: 1; }
.about-right-flex {
  display: flex;
  gap: 60px;
  justify-content: space-between;
}

/* LEFT TEXT */
.about-text {
  max-width: 520px;
}

.about-text-big {
  max-width: 720px;
}

.label {


  color: #777;
}

.about-text h1 {
  font-size: 40px;
  margin: 15px 0;
  color: #1f2b5a;
}

.about-text p {
  line-height: 1.6;
  margin-bottom: 25px;
}

.btn-about {
  background: #1f2b5a;
  color: #fff;
  border: none;
  padding: 14px 28px;
  border-radius: 6px;
}

/* RIGHT FEATURES */
.about-features {
  position: relative;
 
  border-left: 1px solid #e6e6e6;
}



/* each feature */
.feature-item {
  position: relative;
  padding: 0px 40px 40px 40px;
}

.feature-item:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 40px;
}

/* orange dot-ftr */
.dot-ftr {
  position: absolute;
  left: -8px;
  bottom: -6px;
  width: 14px;
  height: 14px;
  background: #ff8c1a;
  border-radius: 50%;
}

/* text */
.content h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #000;
}

.content p {
  color: #777;
  line-height: 1.6;
  margin-bottom: 0px;
}

/* CTA SECTION */
.cta {
  display: flex;
  margin-top: 100px;
}

.cta-text {
  background: #1f2b5a;
  color: #fff;
  padding: 80px;
  flex: 1;
}

.cta-text h2 {

  margin: 15px 0;
  color: #fff;
}

.cta-text a {
  color: #ff9c2a;
  font-weight: bold;
  text-decoration: none;
}

.cta-image {
  flex: 1;
}

.cta-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Partner logos */
.section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 40px 0;
}

.section-title h2 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    white-space: nowrap;
}

.section-title span {
    flex: 1;
    height: 1px;
    background: #ccc;
}
.partners {
    padding: 40px 20px;
    text-align: center;
}
.partners h2 {
    color: #25356f;
    margin-bottom: 0px;
}
.partner-logos {
    margin-bottom: 80px;
}
.partner-logos img {
    max-height: 108px;
    filter: grayscale(100%);
}

/* Why Choose Us section */
.why-choose {
    background: #f7931e;
    padding: 60px 5%;
    border-top: 15px solid #25356F;
}

.why-blue-bg {
    background: #25356F!important;   
    border-top: 15px solid #f7931e !important;
}

.why-top {
    display: flex;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap;
}

.why-image img {
    width: 100%;   
   position: relative;
    z-index: 2;
    margin-top: -120px; 
}

.why-text {
    max-width: 500px;
}

.why-text small {
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.9;
    color: #fff;
}

.why-text h2 {
    font-size: 36px;
    margin: 10px 0;
     color: #fff;
}

.why-text p {
    line-height: 1.6;
color: #fff;
}

/* why-features */
.why-features {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
  
}

.why-feature span {
    font-size: 40px;
    margin-bottom: 30px;
    display: inline-block;
}

.why-feature h4 {
    color: #fff;
}

.why-feature p {

    line-height: 1.5;
     color: #fff;
}

.markets {
  
  color: #ffffff;
  height: 750px;
  margin-bottom: 360px;
}



/* LEFT SIDE */
.markets-content {
  flex: 1;
  padding: 80px 60px;

}

.eyebrow {
  font-size: 14px;
  letter-spacing: 1px;
  opacity: 0.8;
}

.markets-content h2 {
  margin: 16px 0 48px;
  color: #fff;
}

.cards {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.card {
 
  color: #1a1a1a;
 
  flex: 1;
  min-width: 280px;
  border-radius: 4px;
}
.card-padding {  background: #ffffff; padding: 50px; position: relative; }
.card h4 {
  color: #243a73;


}

.card p {
  color: #555; margin-bottom: 30px; min-height: 175px;
}

.card a {
  text-decoration: none;
  font-weight: bold;
  color: #243a73;
}

/* RIGHT IMAGE */
.markets-image img {
width: 100%;
}
.card {
  
  color: #1a1a1a;
  flex: 1;
  min-width: 280px;
  border-radius: 4px;
  position: relative; /* REQUIRED for overlap */
}

/* ICON OVERLAP */
.icon-badge {
  position: absolute;
  bottom: -50px;
  right: 24px;
  width: 100px;
  height: 100px;
  background: #f39c2d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
 

}

.projects {
  position: relative;  
}

.badge {
  position: absolute;
  top: 20px;
  left: 40px;
  background: rgba(255,255,255,0.7);
  padding: 10px 20px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
	text-transform:uppercase;
}

.projects-slider {
  width: 100%;
  margin: auto;
}
.projects-slider .slide { position: relative; }
.projects-slider .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
 padding: 0px 15px;
}

/* Arrow styling */
 .left-arrow {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 70px;
  transform: translate(0, -50%);
  cursor: pointer;
  z-index: 99;
  object-fit: contain;
}
.right-arrow {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  right: 70px;
  transform: translate(0, -50%);
  cursor: pointer;
  z-index: 99;
   object-fit: contain;
}
.testimonial {
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: space-between;
  padding: 80px 0px;
}

.testimonial-slide .slick-dots { text-align: left; bottom: -60px; }

/* LEFT SIDE */
.testimonial-text {
  max-width: 420px;
}

.testimonial-row { display: flex; align-items: center; grid-gap: 20px; margin-bottom: 40px; }
.avatar { position: relative;  }
.avatar img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  
}
.quote-icon { position: absolute; bottom: -20px; left: 10px; width: 45px; height: 38px;  z-index: 2; }
.quote-icon img { width: 100%; height: 100%; border-radius:0px !important; }

.testimonial-text h4 {
  margin: 16px 0 4px; 
}

.location {
  color: #ff7a00;
  font-size: 14px;
  margin-bottom: 20px;
}

blockquote {
  font-style: italic;
  color: #666;
  line-height: 1.6;
  margin: 0 0 24px;
}

.rat-title { font-size: 14px; font-weight: 900; color: #25356F; }
.rating {
  color: #ff9f1c;
  font-size: 20px;
}

/* RIGHT SIDE */
.testimonial-media {
  position: relative;
}



.media-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* footer*/

.footer {
    position: relative;
    background: url("../images/hero_bg1.jpg") no-repeat center center/cover;
    color: #fff;
    padding: 80px 0px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #0b1d3a 30%, rgba(11,29,58,0.6));
        z-index: 1;
}

.top-content {
    text-align: center;
    margin-bottom: 80px;
}

.top-content .call {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 24px;
}

.top-content .call a { color: #fff; }

.top-content h2 {
    color: #fff;
}

.top-content .desc {
    max-width: 700px;
    margin: auto;
    color: #ddd;
    margin-bottom: 25px;
}



.footer-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 40px;
}

.col-ftr {
    flex: 1;
    min-width: 220px;
}


.col-ftr a { color: #ddd; } 
.col-ftr a:hover { color: #fff; }

.logo-ftr {
    color: #fff;
    margin-bottom: 15px;
    font-size: 38px;
}

.col-ftr h4 {
   
    color: #F0942C;
}

.col-ftr p {   
   
    color: #ddd;
}

.col-ftr ul {
    list-style: none;
}

.col-ftr ul li {
    margin-bottom: 10px;
}

.col-ftr ul li a {
    text-decoration: none;
    color: #ddd;
}

.col-ftr ul li a:hover {
    color: #fff;
}

.social-ftr a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: rgba(255,255,255,0.2);
    margin-right: 10px;
    border-radius: 50%;
    text-decoration: none;
    col-ftror: #fff;
    font-size: 14px;
}

.copyright {
    text-align: center;
    margin-top: 80px;    
    color: #ccc;
}

 .zindex {
    position: relative;
    z-index: 2;
}

/* Side nav */
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  background: #fff;
  overflow-x: hidden;
  transition: 0.3s;
  padding-top: 60px;
  box-shadow: 7px 0px 50px #ccc;
}
.sidenav ul { padding: 30px; }
.sidenav li { list-style: none; border-bottom: 1px solid #f1f1f1; }
.sidenav li:last-child { border-bottom: 0px; }
.sidenav  a {
  font-size: 18px;
  line-height: 30px;
  padding: 10px 0px;
  color: #2d3e75; 
  text-decoration: none;
  transition: 0.3s;
  display: block;
}
.sidenav a:hover {
  color: #ff9203;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  left: 30px;
  font-size: 36px;
  margin-top: 25px;
  transition: 0.3s;
}
.mobile-menu { display: none; font-size: 28px; }

/* Arrow styling */
 .left-arrow-btm {
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: -51px;
  right: 100px;
  transform: translate(0, -50%);
  cursor: pointer;
  z-index: 99;
  object-fit: contain;
}
.right-arrow-btm {
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: -51px;
  right: 0px;
  transform: translate(0, -50%);
  cursor: pointer;
  z-index: 99;
   object-fit: contain;
}

/* Contact Page */
.contact-section {
    display: flex;    
    margin: 80px auto;
    align-items: center;
}

/* Left Panel */
.contact-info {
    width: 50%;
    background: #1f2f5c;
    color: #fff;
   display: flex;
   position: relative;

}

.contact-info-left { width: 50%; }
.contact-info-left img { width: 100%; display: block; }
.contact-info-right {
    width: 53%;
    /* padding: 40px; */
    margin: 0;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(-0%, -50%);
}

.info-box {
    display: flex;
    align-items: center;
    margin: 20% 0px;
}

.icon-con {
    background: #f7941d;
    color: #fff;
    font-size: 24px;
    padding: 15px;
    margin-right: 20px;
    width: 100px;
    height: 100px;
}

.info-box h4 {
    margin-bottom: 5px;  
    color: #fff;
}

.info-box p {
    margin-bottom: 0px;
}

.info-box a { color: #fff; }


/* Right Panel */
.contact-form {
    width: 50%;
    padding: 40px;
}

.small-title {
    color: #f7941d;
  
}

.contact-form h2 {
    margin: 10px 0 30px;   
    color: #1f2f5c;
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

input, textarea {
    width: 100%;
    padding: 15px;
    border: none;
    background: #f2f2f2;
    font-size: 16px;
}

textarea {
    height: 150px;
    resize: none;
    margin-bottom: 20px;
    font-family: "Red Hat Display", sans-serif;
}

.contact-map iframe { width: 100%; height: 600px; }

/* Projerct */

.project-alt-card {
  display: flex;
  min-height: 320px;
  margin-bottom: 40px;
 
}

.project-alt-card {
  background: transparent;
}

.project-alt-content {
  background: #F0942C;
  padding: 40px;
  color: #fff;
}

.deep-blue-bg { background: #25356F !important; }

.project-alt-content h2, .project-alt-content h4 { color: #fff; }

.project-alt-content {
  margin-right: 40px;
}

.project-alt-card:nth-child(even) .project-alt-content {
  margin-right: 0;
  margin-left: 40px;
}

/* Auto alternate */
.project-alt-card:nth-child(even) {
  flex-direction: row-reverse;
}

.project-alt-content {
  flex: 1;
  padding: 40px;
}

.project-alt-card .tag { text-transform: uppercase; }

.project-alt-image {
  flex: 1;
  background-size: cover;
  background-position: center top;
  min-height: 600px;
}
.project-alt-content ul {
    list-style: none;
}

.project-alt-content ul li {
    margin-bottom: 15px;
    font-size: 18px;
    position: relative;
    padding-left: 25px;
    background: url(../images/arrow-li.svg) no-repeat left center;
}

.project-alt-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
}




.list-item  li {
    list-style: none;
    margin-bottom: 15px;
    font-size: 18px;
    position: relative;
    padding-left: 25px;
    background: url(../images/arrow-li.svg) no-repeat left center;
}

.contents-tab { padding-top: 40px; }

.tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
    align-items: center;
    justify-content: center;
}
.tab-btn {
  position: relative;
  padding: 18px 35px;
  border: none;
  background: #ddd;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  font-size: 18px;
}

.tab-btn.is-active {
  background: #f89c2a;
}

/* Arrow */
.tab-btn.is-active::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #f89c2a;
}

.tab-panel {
  display: none;
  
}

.tab-panel.is-active {
  display: block;
}



.video-box {
    position: relative;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}

.video-box video {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100; /* Sends the video to the background */
    background-size: cover;
}


.video-banner {
      position: relative;
      width: 100%;
      height: 100vh;
      overflow: hidden;
    }

    .video-banner video {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      transform: translate(-50%, -50%);
      object-fit: cover;
    }

    .overlay-video {
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.4); /* optional dark overlay */
    }

/* solution */
.solution-content { display: flex; flex-wrap: wrap; background: #f1f1f1; padding: 80px; justify-content: space-between; }
.solution-title h1 { margin-bottom: 0px; }
.solution-content-left { width: 63%; }
.solution-content-right { width: 30%; position: relative; }
.solutions-thm-img { position: absolute; right: -80px; top: -160px; }

/* about */
.about-section {
padding-top: 60px;
}

.about-header {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 60px;
}

.about-header .about-section-content {
  flex: 1;
}

.about-header .tag {

  display: block;
  margin-bottom: 12px;
}



.about-header .about-section-des {
  flex: 1;
}

.about-header p {

}

.about-images {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
}

.about-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

/* Text Scroll */
.ticker-wrap {
  width: 100%;
  overflow: hidden;
  padding-bottom: 80px;
}

.ticker {
  width: 100%;
  overflow: hidden;
}

.ticker-track {
  display: flex;
  width: max-content;
  will-change: transform;
}

.ticker-track span {
  font-size: 80px;  
  color: #f7931e;
  white-space: nowrap;
  padding-right: 40px;
  line-height: 100%;
  text-transform: uppercase;
}

/* whatsapp float */
.whatsapp-float{
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 55px;
    height: 55px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    z-index: 999;
}

.whatsapp-float img{
    width: 28px;
    height: 28px;
    filter: invert(1);
}

.solutions-cnt-form {   background: #fff;   padding: 30px 30px 0px 30px; margin-top:30px; }


/*  ================== Responsive  ===================   */

@media only screen and (min-width : 1900px) {

.container-nopad {  max-width: 900px;}

}



@media only screen and (max-width : 1420px) {
.hero h1 {  font-size: 36px;  line-height: 46px; }
h1 {  font-size: 36px;  line-height: 46px; }
h2 {  font-size: 36px;  line-height: 46px; }
h3 {  font-size: 26px; line-height: 36px; }
h4 {  font-size: 20px; line-height: 30px; }
.about-text h1 { font-size: 32px; }
.stat-box h2 { font-size: 42px; }
.phone { display: none !important; }

}



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

  h1 {  font-size: 32px;  line-height: 42px; }
h2 {  font-size: 32px;  line-height: 42px; }
h3 {  font-size: 26px; line-height: 36px; }
h4 {  font-size: 20px; line-height: 30px; }
.about-text h1 { font-size: 32px; }
.stat-box h2 { font-size: 42px; }
.mobile-menu { display: block; }

.desktop-show { display: none !important; }
.mobile-show { display: block !important; }

.fix-header { position:  static; }
.topbar, .menu, .nav-right { display: none; }
.hero-content {margin: 0; padding: 50px 15px;  position: static; 
  transform: translate(0%, 0%); }
.hero-content .sub { color: #2d3e75; }
.hero-content .sub a { color: #2d3e75; }
.hero-content .services { color: #2d3e75; }
.hero h1 { color: #2d3e75;  font-size: 32px;  line-height: 42px;}
.overlay-banner { display: none; }
.stat-box { padding: 30px; }
.navbar { margin-top: 0px; padding: 15px 10px; }
/* main */

.container-fluid {  padding-left: 15px;  padding-right: 15px;}
.stat-box:not(:last-child)::after { display: none; }
.stats { flex-direction: column; margin-bottom: 0px;  }
    .stat-box {    border-right: none;  border-bottom: 1px solid #ddd;
        grid-template-columns: 1fr;  }
    .stat-box:last-child {   border-bottom: none;    }
 .footer-grid {   flex-direction: col-ftrumn;   }

.about { gap: 30px;  flex-wrap: wrap; display: block;}
.about-left img { width: 100%; }
.about-right-flex {  display: block; padding: 0px 30px; }
.about-text { padding-top:40px;}
.about-features { border-left: 0px;  padding-top: 30px; }
.dot-ftr { display: none; }
.feature-item {  padding: 20px 0px 20px 0px; }
.cta {  display: block;  margin-top: 100px;}
.cta-text { padding: 30px; }
.section-title h2 { line-height: 30px;  white-space: pre-wrap;}
.section-title span { display: none; }
.markets-content {   padding: 80px 30px; }
.markets {  background: #243a73; height: 100%;  margin-bottom: 0px; }
.testimonial { display: block; }
.testimonial-media { padding-top: 30px; }
.col-ftr {  text-align: center; }
.projects-slider .slide img { padding: 0px; }
.card-padding { padding: 30px;  }

/* Contact */
.contact-section { flex-wrap: wrap; margin-top: 0px; }
.contact-info, .contact-form { width: 100%; }


/* Project */
.project-alt-card,
  .project-alt-card:nth-child(even) {    flex-direction: column;  }
  .project-alt-image {    min-height: 320px;  }
  .project-alt-card {    gap: 0px;  }
  .project-alt-content {   margin-right: 0px !important;
        margin-left: 0px !important; }

/* solution */
.solution-content-left, .solution-content-right { width: 100%;  }
.solution-content-right { padding-top: 50px; }
.solution-content { padding: 80px 30px; }
.solutions-thm-img { position: static; }
.solution-section .pad-top-btm { padding: 0px 15px 80px 15px; }

/* About */
.about-header {  flex-direction: column;  }
  .about-images {  grid-template-columns: 1fr;  }
.ticker-track span {  font-size: 40px; }
.video-banner {  height: 400px;  }


  }



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

.contact-info { flex-wrap: wrap; }
.contact-info-left, .contact-info-right { width: 100%; }
.contact-info-right {
    width: 100%;
    padding: 20px;    
    position: static;   
    transform: translate(0%, 0%); }
.icon-con { margin-right: 0px; }
.info-box {    
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 15px;
}
.icon-con-text { width: 100%; }
.form-row { flex-wrap: wrap; }
.contact-form { padding: 60px 0px 0px; }



 
} /* end */



