/* Global Colors */
:root {
  /* Background Color - This color is applied to the background of the entire website as well as individual sections. */
  /* --background-color: #ffffff; */

  /* Default Color - This is the default color used for the majority of the text content. */
  --default-color: #364d59;

  /* Heading Color - This color is used for titles, headings and secondary elements. */
  --heading-color: #52565e;

  /* Accent Color - This is the main accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out. */
  /* --accent-color: #feb900; */

  /* Contrast Color - This is a color used for text when the background color is one of the heading, accent, or default colors. Its purpose is to ensure proper contrast and readability when placed over these more dominant colors. */
  --contrast-color: #ffffff;

  --green_electron-font: "Mulish", Helvetica;

}
p{
  font-size: 15px!important;
  line-height: 25px!important;
}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
}

a {
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}


/*--------------------------------------------------------------
#  .bredcrumb section
--------------------------------------------------------------*/
.bredcrumb {
  padding: 50px 0;
  --background-color: #000000;
  --default-color: #ffffff;
  --contrast-color: #ffffff;
  height: 290px;

  position: relative;
  overflow: hidden;
  clip-path: inset(0);
}

.bredcrumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 290px;
  object-fit: cover;
  z-index: 1;
}

.bredcrumb:before {
  content: "";
  background: rgba(0, 43, 77, 0.45);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.bredcrumb .container {
  position: relative;
  height: 100%;
  display: flex;
  align-items: left;
  justify-content: left;
  z-index: 3;
  text-align: left;
}

.bredcrumb h3 {
  color: #FFF;
  font-family: Mulish, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 54px;
}

.bredcrumb p {
  color: #FFF;
  font-family: Mulish, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 35px;
  word-spacing: 4px;
}

@media (max-width: 1440px) {
  .bredcrumb {
    height: 100%;
  }

  .bredcrumb img {
    height: 100%;
  }
}

@media (max-width: 425px) {
  .bredcrumb h3 {
    font-size: 40px;
  }
}

@media (max-width: 320px) {
  .bredcrumb h3 {
      font-size: 38px;
  }
}
/*--------------------------------------------------------------
  # Overview
  --------------------------------------------------------------*/

.overview {
 
  padding-bottom: 0px !important;
  height: auto;}

.overview .overview-title {
  color: var(--Blue, #2F82C3);
  font-family: "Mulish", Helvetica, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 50px;
}

.overview .overview-text {
  color: #383838;
  font-family: "Mulish", Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.overview .text-break {
  text-wrap: nowrap;
}

@media (max-width: 768px) {
  .overview .overview-title {
    text-align: left !important;
    font-size: 36px !important;
    line-height: 44px !important;
  }

  .overview .overview-text {
    text-align: left !important;
    font-size: 16px !important;
    line-height: 22px !important;
  }
}

@media (max-width: 425px) {
  .overview .overview-title {
    text-align: left !important;
    font-size: 30px !important;
    line-height: 36px !important;
  }

  .overview {
    padding-bottom: 20px !important;
  }

}

@media (max-width: 320px) {
  .overview .overview-title {
    font-size: 28px !important;
    line-height: 34px !important;
  }

  .overview .overview-text {
    font-size: 14px !important;
    line-height: 20px !important;
  }

}

/*--------------------------------------------------------------
# Overview section-end 
--------------------------------------------------------------*/


.container {
  padding: 10px !important;
  color: #ffffff;
}

.lorem-ipsum-dolor {
  font-size: 18px;
  line-height: 24px;
  font-family: var(--green_electron-font);
  color: #383838;
  width: 70%;
}

.cust_img {
  margin-left: 4%;
  margin-right: 4%;
}

/* .img-fluid {
max-width: 75%;
height: auto;
display: block;
margin: 0 auto;
} */

.svg-styl {
  position: relative;
}

@media (max-width: 426px) {
  .svg-styl {
    display: none;
  }

  .lorem-ipsum-dolor {
    width: 100%;
  }
}

.group-icon {
  width: 20%;
  position: absolute;
  /* max-width: 10%; */
  /* overflow: hidden; */
  height: 215px;
  bottom: 1%;
  left: 85%;
}

@media (max-width:426px) {
  .group-icon {
    width: 30%;
    position: absolute;
    /* max-width: 10%; */
    /* overflow: hidden; */
    height: 215px;
    bottom: 1%;
    left: 75%;
  }
}


.project {
  /*margin-top: 6%;*/
  display: flex;
  align-items: center;
  max-width: 861px;
  /* Adjust as needed */
}

.oman-green-ammonia {
  font-size: 40px;
  line-height: 50px;
  font-weight: 800;
  font-family: var(--green_electron-font);
  color: #2f82c3;
  margin-left: 20px;
  /* Adjust spacing between image and text */
}

.fi-14009960-icon {
  width: 60px;
  /* Set the width of the icon/image */
  max-width: 100%;
  /* Ensure it doesn't exceed its container */
  height: auto;
  /* Maintain aspect ratio */
}

.oman-has-a {
  width: 1058px;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  font-family: var(--green_electron-font);
  color: #383838;
  text-align: left;
  display: inline-block;
  height: 129px;
  margin-top: 1%;
}

.project-features {
  width: 861.4px;
  position: relative;
  font-family: var(--green_electron-font);
  font-size: 24px;
  font-style: normal;
  line-height: 30px;
  font-weight: 800;
  color: #2f82c3;
  text-align: left;
  display: inline-block;
  margin-left: 2%;
}

.img-responsive {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.position-absolute {
  width: 90px;
  /* Adjust this size as necessary */
  height: 90px;
  /* Adjust this size as necessary */
  object-fit: contain;
}

.rect_96 {
  margin-bottom: 20px;
}

.acme-is-pursuing {
  margin: 0;
}

.span {
  font-family: 'Font Awesome 5 Free';
  color: #2f82c3;
  width: 8px;
  position: relative;
  font-size: 16px;
  text-align: left;
  display: inline-block;
}

.acme-is-pursuing-container {
  /* width: 545px; */
  position: relative;
  font-size: 15px;
  line-height: 25px;
  text-align: left;
  /* display: -webkit-inline-box; */
  /* overflow: hidden; */
  text-overflow: ellipsis;
  /* -webkit-line-clamp: 5; */
  -webkit-box-orient: vertical;
  color: #383838;
  font-family: var(--green_electron-font);
   margin-top: 4%; 
}

/* .screenshot-2024-06-10-at-1131 {
width: 100%;
position: relative;
max-width: 100%;
overflow: hidden;
height: 243.9px;
object-fit: cover;
} */

.map {
  width: 100%;
  position: relative;
  border-radius: 30px;
  background-color: #393939;
  height: 437px;
}

.map_sty {
  position: relative;
}

.rectangle-div {
  width: 33rem;
  position: absolute;
  border-radius: 30px;
  background: linear-gradient(90deg, #2f82c3, #163e5d);
  height: 286px;
  top: 48%;
}

.mg_top {
  margin-top: -10%;
}

.cert_sty {
  position: relative;
  margin-top: 3%;
}

.sty_cen {
  width: 58%;
  text-align: initial;
}

.overlay-image {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  /* Adjust the width as needed */
  height: auto;
  /* Maintain aspect ratio */
}

.react_106 {
  width: 45px;
  height: 45px;
  top: 85%;
  left: 20%;
}

.react_icon {
  top: 84%;
  width: 35px;
  height: 35px;
}

.fi-7512333-icon {
  right: 88%;
  top: 72%;
  position: absolute;
}

.screenshot-2024-06-10-at-1131 {
  right: 61%;
  top: 7%;
  position: absolute;
}


.lorem-ipsum-dolor-1 {
  /* width: 511px; */
  position: relative;
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
  font-family: var(--green_electron-font);
  color: #fff;
  text-align: center;
  /* left: 7%; */
  /* top: 4%; */
}

.india-green-ammonia {
  font-size: 40px;
  line-height: 50px;
  font-weight: 800;
  font-family: var(--green_electron-font);
  color: #2f82c3;
}

.strategic-benefits-from {
  margin: 0;
}

.strategic-benefits-from-container {
  width: 528px;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  font-family: var(--green_electron-font);
  color: #383838;
  text-align: left;
  display: inline-block;
}

.acme-green-ammonia {
  /* width: 520px; */
  position: relative;
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
  font-family: var(--green_electron-font);
  color: #383838;
  text-align: left;
}


.project-finance-tied {
  margin: 0;
}

.project-finance-tied-container {
  width: 464px;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  font-family: var(--green_electron-font);
  color: #383838;
  text-align: left;
  display: inline-block;
}

.div {
  width: 8px;
  position: relative;
  font-size: 16px;
  font-family: 'Font Awesome 5 Free';
  color: #2f82c3;
  text-align: left;
  display: inline-block;
}


.eligible-for-incentive {
  margin-top: 1%;
  margin-bottom: 0rem;
}

.eligible-for-incentive-container {
  /* width: 496px; */
  position: relative;
  font-size: 18px;
  line-height: 24px;
  font-family: var(--green_electron-font);
  color: #383838;
  /* text-align: left; */
  /* display: inline-block; */
  margin-left: 10%;
  /* padding-top: 2%;  */
}

hr {
  border: 1px solid grey;
  margin-top: 4%;
}




.rectangle-icon {
  width: 100%;
  position: relative;
  border-radius: 10px;
  max-width: 100%;
  overflow: hidden;
  height: 416px;
  object-fit: cover;
}

.rectangle-icon-1 {
  width: 100%;
  position: relative;
  border-radius: 10px;
  max-width: 100%;
  overflow: hidden;
  height: 248px;
  object-fit: cover;
}


/* Hover Effects */

.play-svg {
  cursor: pointer;
  transition: transform 0.5s ease;
  transform-origin: center center;
}

.play-svg:hover {
  transform: translate(-50%, -50%) scale(1.5) !important;
}

@media (max-width: 425px) {
  .india-green-ammonia {
    font-size: 30px !important;
    line-height: 40px;
  }
}

@media (max-width: 320px) {
  .india-green-ammonia {
    font-size: 28px !important;
    line-height: 40px;
  }
}

/*--------------------------------------------------------------
# India Project section by mayuri
--------------------------------------------------------------*/


.main-head h2 {
  /* width: 861px; */
  position: relative;
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  font-style: normal;
  font-family: var(--green_electron-font);
  color: #2f82c3;
  text-align: left;
  display: inline-block;

}

.main-head p {
  /* width: 1058px; */
  position: relative;
  font-size: 18px;
  line-height: 24px;
  font-family: var(--green_electron-font);
  color: #383838;
  text-align: left;
  display: inline-block;
  /* height: 129px; */
}



/*--------------------------------------------------------------
#column 6 responsive by mayuri
--------------------------------------------------------------*/
.recent-blog-post .post-item {
  margin: 0 auto;
  /* box-shadow: -15px 16px rgba(47, 130, 195, 0.8); */
  transition: 0.3s;

}

.recent-blog-post .post-item .post-img img {
  transition: 0.5s;
  width: 100%;
}

.recent-blog-post .post-item .post-date {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000000;
  color: var(--contrast-color);
  letter-spacing: 0.5px;
  font-size: 10px;
  padding: 5px 12px;
  font-weight: 500;
  background-color: color-mix(in srgb, #000000, transparent 20%);
}

.recent-blog-post .post-item .post-content {
  padding: 30px 30px 10px 30px;
  background: linear-gradient(90deg, #2f82c3, #163e5d);
  margin-top: -5%;
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;
}


.recent-blog-post .post-item .post-title {
  color: #FFF;
  /* background: #005292; */
  font-family: var(--green_electron-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}

.recent-blog-post .post-item .meta span {
  color: #FFF;
  font-family: var(--green_electron-font);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.rounded-bottom-right {
  border-bottom-right-radius: 0.50rem;
}

/* @media */
@media (max-width: 1024px) {
  .recent-blog-post .post-item .post-title {
    font-size: 0.9em;
  }

  .media-centre .text-wrapper-39 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}

@media (max-width: 992px) {
  .media-centre {
    padding: 0;
  }
}

@media (max-width: 600px) {
  .recent-blog-post {
    margin-bottom: 48px;
  }

  .recent-blog-post .post-item {
    margin-left: 5%;
  }

  .recent-blog-post .post-item .post-title {
    text-align: justify;
    font-size: 0.9em;
  }
}

@media (max-width: 375px) {
  .recent-blog-post .post-item {
    margin-left: 4%;
  }

  .recent-blog-post .post-item .post-title {
    text-align: justify;
    font-size: 0.9em;
  }
}

.sty {
  border: 1px solid grey !important;
  margin: 6% 0px !important;
}

@media (max-width: 425px) {
  .main-head h2 {
    font-size: 30px !important;
    line-height: 25px;
  }
}

@media (max-width: 320px) {
  .main-head h2 {
    font-size: 28px !important;
    line-height: 25px;
  }
}

/*--------------------------------------------------------------
  # Call To Action Section
  --------------------------------------------------------------*/
.call-to-action {
  --background-color: #000000;
  --default-color: #ffffff;
  --contrast-color: #ffffff;
  height: 290px;
  position: relative;
  overflow: hidden;
  clip-path: inset(0);
}

.call-to-action img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 290px;
  object-fit: cover;
  z-index: 1;
}

.call-to-action:before {
  content: "";
  background: rgba(0, 43, 77, 0.45);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.call-to-action .container {
  position: relative;
  height: 100%;
  display: flex;
  align-items: left;
  justify-content: left;
  z-index: 3;
  text-align: left;
}

.call-to-action h3 {
  color: #FFF;
  font-family: var(--green_electron-font);
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 54px;
}

.call-to-action p {
  color: #FFF;
  font-family: var(--green_electron-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 35px;
}

@media (max-width: 1440px) {
  .call-to-action {
    height: 100%;
  }

  .call-to-action img {
    height: 100%;
  }
}



/*--------------------------------------------------------------
# Leave Us Your Info Form
--------------------------------------------------------------*/

.form-title {
  font-family: var(--green_electron-font);
  font-weight: bold;
  color: #2F82C3;
  font-size: 38px;
}

.form-subtitle {
  font-family: var(--green_electron-font);
}

.small-text {
  font-size: 12px;
  /* Adjust the size as needed */
  font-weight: bold;
}

.error {
  color: #BF2A2D;
}

.custom-bg {
  background-color: #f8f9fa;
}

.no-border {
  border: none;
}

.custom-dropdown {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  color: #6c757d;
  padding: 0.375rem 0.75rem;
}

.custom-dropdown:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-dropdown option:disabled {
  color: #6c757d;
}

.form-check-input {
  background-color: #f8f9fa;
}

.form-check-label {
  font-size: 12px;
}

.btn-submit-now {
  width: 500;
  color: white;
  background-color: #BF2A2D;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.btn-submit-now:hover {
  color: white;
  background-color: #2F82C3;
}

.btn-submit-now:hover .fas {
  color: white;
  background-color: #2F82C3;
  transform: translateX(8px)
}

.btn-submit-now .fas {
  color: white;
  font-size: 12px;
}

.btn-large {
  font-size: 20px;
  padding: 15px 30px;
  border-radius: 40px;
}



.custom-icon-list,.custom-icon-list-oman {
  list-style-type: none;
  padding-left: 0;
}
.
.custom2-icon-list {
  list-style-type: none;
  /* Remove default list-style */
  padding-left: 1.8em;
  /* Remove default padding */
}
.oman-con{
    color:#fff!important;
}

.custom-icon-list li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.5em;
}
.custom-icon-list-oman li {
  position: relative;
  padding-left: 1.5em;
}

.custom2-icon-list li {
  position: relative;
  padding-left: 1em;
  /* Space for the icon */
  margin-bottom: 0.5em;
  /* Adjust spacing between list items */
}

.custom-icon-list-oman li:before, .custom-icon-list li:before {
  content: "";
  color: #2F82C3;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  position: absolute;
  left: 0px;
}
.custom-icon-list .dot-ul li:before {
  content: "•";
  color: #2F82C3;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  position: absolute;
  left: 0px;
}
.custom-type-none li {
  list-style-type: none;
  padding-left: 0;
}

.custom2-icon-list li:before {
  content: "\f0da"; 
  color: #2F82C3;
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900;
  font-size: 16px;
  position: absolute;
  left: 0px;
}

.custom-type-none li {
  position: relative;
  padding-left: 1em;
  /* Space for the icon */
  margin-bottom: 0.5em;
  /* Adjust spacing between list items */
}



/*--------------------------------------------------------------
# last text/button section 
--------------------------------------------------------------*/


.stats-last {
  /* background: var(--Blue-Gredient, linear-gradient(105deg, #E1F2FF 14.67%, #EDF7FF 51.84%, #F8FCFF 85.33%)); */
  background: linear-gradient(100deg, #2da90c 13.5%, #028d3a 82.96%);
  padding: 20px 0px;
  position: relative;
  overflow: hidden;
  clip-path: inset(0);
}

.stats-last img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 290px;
  object-fit: cover;
  z-index: 1;
}

.stats-last .container {
  position: relative;
  height: 100%;
  display: flex;
  align-items: left;
  justify-content: left;
  z-index: 3;
  text-align: left;
}

.stats-last .stats-item h2 {
  color: #FFF;
  font-family: var(--green_electron-font);
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 54px;
}

.stats-last .stats-item p {
  color: #fff;
  font-family: var(--green_electron-font);
  font-size: 35px!important;
  font-style: normal;
  font-weight: 800;
  margin: 35px 0px;
}


.text-wrapper-12 {
  display: inline-block;
  position: relative;
  width: fit-content;
  margin-left: 4px;
  font-family: "Font Awesome 6 Free-Solid", Helvetica;
  font-weight: 400;
  color: white;
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: normal;
  white-space: nowrap;
  transition: transform 0.4s ease-in-out;
}

.text-wrapper-12 .fas {
  color: white;
  font-size: 12px;
}

/* button style */
.stats-last .btn-submit-now {
  text-decoration: none;
  display: inline-block;
  position: relative;
  background-image: linear-gradient(90deg, #BF2A2D 0%, #BF2A2D 100%);
  -webkit-backface-visibility: hidden;
  z-index: 1;
  white-space: nowrap;
  font-size: 18px;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #FFF;
  padding: 16px 30px;
  border-radius: 60px;
  cursor: pointer;
  border: none;
}

.stats-last .btn-submit-now:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  background-image: linear-gradient(90deg, #2F82C3 0%, #163E5D 100%);
  transition: opacity 0.5s ease-out;
  z-index: 2;
  opacity: 0;
}

.stats-last .btn-submit-now:hover:after {
  opacity: 1;
}

.stats-last .btn-submit-now span {
  position: relative;
  z-index: 3;
}

.stats-last .btn-submit-now span i {
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 1.4px;
  transition: transform 0.4s ease-in-out;
}

.stats-last .btn-submit-now:hover span i {
  color: #FFF;
  transform: translateX(4px);
}

/* Media Query for Responsive Button */
@media (max-width: 768px) {

  .text-wrapper-12 {
    font-size: 12px !important;
  }

  .text-last {
    font-size: 30px !important;
  }

  .stats-last .btn-submit-now {
    font-size: 16px;
    padding: 14px 25px !important;
  }
}

@media (max-width: 590px) {
  .last-text-div {
    flex-direction: column;
    text-align: center;
  }

  .text-wrapper-12 {
    font-size: 10px !important;
  }

  .text-last {
    font-size: 28px !important;
  }
}

@media (max-width: 375px) {
  .text-last {
    font-size: 23px !important;
  }
}

@media (max-width: 768px) {
  .wind .col-md-6 {
    flex: 0 0 auto;
    width: 70%;
    margin: 0px auto;
  }
}

@media screen and (max-width: 600px) and (min-width: 426px) {
  .wind-padding {
    padding: 0px 2rem !important;
  }
}

/* Tabs Section */

.tab-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
  vertical-align: center;
  box-shadow: 0px 16px 40px 0px rgba(0, 0, 0, 0.15);
}

.tab-link {
  padding: 10px 30px;
  cursor: pointer;
  border-bottom: none;
  background: var(--Blue, #2F82C3);
  width: 33.3%;
  box-sizing: border-box;
  color: #FFF;
  font-family: "Mulish";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px;
}

.tab-link.active {
  border-top: 1px;
  background: #fff;
  color: var(--Blue, #2F82C3);
  font-family: "Mulish";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px;
}

.tab-content {
  display: none;
  padding: 20px;
  box-shadow: 0px 16px 40px 0px rgba(0, 0, 0, 0.15);
  border-top: none;
  background: #fff;
  box-sizing: border-box;
}

.tab-content.active {
  display: block;
}

/* Responsive adjustments */
@media (max-width: 600px) {
  .tab-link {
    flex: 1 1 100%;
    margin: 0 0 5px 0;
    text-align: center;
  }
}

.flag {
  width: 46px;
  height: 40px;
}

#desktop-section{
  margin-bottom: 5rem;
}

@media (max-width : 600px) {
  /* #mobile-section {
    display: block;
  }

  #desktop-section {
    display: none;
  } */
}

@media (min-width : 600px) {
  /* #mobile-section {
    display: none;
  }

  #desktop-section {
    display: block;
  } */
}


/*--------------------------------------------------------------
# Overview
--------------------------------------------------------------*/
.overview {

  padding-bottom: 0px !important;
  height: auto;
  position: relative;
  background: linear-gradient(100deg, #2e82c3 13.5%, #7cc545 82.96%);
}

.overview .overview-text-sec {
  padding: 0px 30px 0px 4px;
}

.overview .overview-title {
  color: var(--Blue, #fff);
  text-align: left;
  font-family: "Mulish", Helvetica, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 50px;
}

.overview .overview-text {
  color: #fff;
  text-align: left;
  font-family: "Mulish", Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.post-item.gap-20 {
  gap: 20px;
}

.carousel-item {
  transition: transform 2s ease-in-out !important;
}

.overview-img, .overview-img-2,.overview-img-3,.overview-img-4 {
  height: 88% !important;
}

.overview .carousel-caption {
  position: absolute;
  left: 6%;
  text-align: left;
  z-index: 3;
  height: 100%;
  width: 100%;
}

.slider-dots {
  cursor: pointer;
}

.carousel-caption-text {
  position: absolute !important;
  left: 8%;
  top: 11%;
}

.overview .carousel-caption h1 {
  color: #3D8849;
  font-family: var(--default-font);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  width: 298px;
}

.overview .carousel-caption p {
  color: #383838;
  font-family: var(--default-font);
  font-size: 15px;
  line-height: 25px;
  font-style: normal;
  font-weight: 400;
  width: 13rem;
}

.carousel-caption .sliders {
  position: absolute;
  left: 8%;
  top: 75%;
}

@media (max-width: 1400px) {
  .overview-img, .overview-img-2, .overview-img-3, .overview-img-4 {
      height: 78% !important;
  }
}
  .carousel-caption-text {
    position: absolute !important;
    left: 4%;
    top: 9%;
  }

  .carousel-caption .sliders {
    position: absolute;
    left: 8%;
    top: 69%;
  }
}

@media (max-width : 1200px) {

  .overview-img, .overview-img-2,.overview-img-3,.overview-img-4 {
    height: 69% !important;
  }

  .carousel-caption-text {
    position: absolute !important;
    left: 1%;
    top: 8%;
  }

  .overview .carousel-caption h1 {
    color: #3D8849;
    font-family: var(--default-font);
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    width: 10rem;
  }
  
  .overview .carousel-caption p {
    color: #383838;
    font-family: var(--default-font);
    font-size: 13px !important;
    font-style: normal;
    font-weight: 400;
    width: 12rem !important;
  }

  .carousel-caption .sliders {
    position: absolute;
    left: 2%;
    top: 59%;
  }
}

@media (max-width : 1025px) {

  .overview .col-lg-5 {
    width: 50% !important;
  }

  .overview-img, .overview-img-2,.overview-img-3,.overview-img-4 {
    height: 80% !important;
  }

  .overview .carousel-caption {
    position: absolute;
    left: 3%;
    text-align: left;
    z-index: 3;
    height: 100%;
    width: 100%;
  }

  .carousel-caption-text {
    position: absolute !important;
    left: 8% !important;
    top: 9% !important;
  }

  .overview .carousel-caption h1 {
    color: #3D8849;
    font-family: var(--default-font);
    font-size: 22px !important;
    font-style: normal;
    font-weight: 700;
    width: 200px;
  }
  
  .overview .carousel-caption p {
    color: #383838;
    font-family: var(--default-font);
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    width: 13rem !important;
  }

  .carousel-caption .sliders {
    position: absolute;
    left: 9% !important;
    top: 67% !important;
  }
}

@media (max-width : 992px) {

  .overview-img, .overview-img-2,.overview-img-3,.overview-img-4 {
    height: 60% !important;
  }

  .overview .carousel-caption {
    position: absolute;
    left: 3%;
    text-align: left;
    z-index: 3;
    height: 100%;
    width: 100%;
  }

  .carousel-caption-text {
    position: absolute !important;
    left: 5% !important;
    top: 7% !important;
  }

  .overview .carousel-caption h1 {
    color: #3D8849;
    font-family: var(--default-font);
    font-size: 18px !important;
    font-style: normal;
    font-weight: 700;
    width: 10rem;
  }
  
  .overview .carousel-caption p {
    color: #383838;
    font-family: var(--default-font);
    font-size: 12px !important;
    font-style: normal;
    font-weight: 400;
    width: 10rem !important;
  }

  .carousel-caption .sliders {
    position: absolute;
    left: 8% !important;
    top: 52% !important;
  }
}

@media (max-width: 768px) {
  .overview .overview-title {
    text-align: left !important;
    font-size: 36px !important;
    line-height: 44px !important;
  }

  .overview .overview-text {
    text-align: left !important;
    font-size: 16px !important;
    line-height: 22px !important;
  }

  .overview .carousel-caption p {
    width: 11rem !important;
  }
}

@media (max-width : 767px) {

  .overview{
    height: 27rem;
  }

  .overview-img, .overview-img-2,.overview-img-3,.overview-img-4 {
    height: 47% !important;
  }

  .overview .carousel-caption {
    position: absolute;
    left: 3%;
    text-align: left;
    z-index: 3;
    height: 100%;
    width: 100%;
  }

  .carousel-caption-text {
    position: absolute !important;
    left: 4%;
    top: 8%;
  }

  .overview .carousel-caption h1 {
    color: #3D8849;
    font-family: var(--default-font);
    font-size: 14px !important ;
    font-style: normal;
    font-weight: 700;
    width: 10rem;
  }
  
  .overview .carousel-caption p {
    color: #383838;
    font-family: var(--default-font);
    font-size: 10px !important;
    font-style: normal;
    font-weight: 400;
    width: 8rem !important;
  }

  .carousel-caption .sliders {
    position: absolute;
    left: 4% !important;
    top: 40% !important;
  }
  .overview .overview-text-sec{
  padding: 0px 10px;
  }
  .overview .overview-title {
    font-size: 33px !important;
}
.overview .overview-text {
  font-size: 13px !important;
  line-height: 20px !important;
}
}


@media (max-width: 550px) {

  .overview-img, .overview-img-2,.overview-img-3,.overview-img-4 {
    height: 100% !important;
  }

  .carousel-caption-text {
    position: absolute !important;
    left: 8% !important;
    top: 13% !important;
  }

  .overview .carousel-caption h1 {
    color: #3D8849;
    font-family: var(--default-font);
    font-size: 14px !important;
    font-style: normal;
    font-weight: 700;
    width: 10rem;
  }
  
  .overview .carousel-caption p {
    color: #383838;
    font-family: var(--default-font);
    font-size: 10px !important;
    font-style: normal;
    font-weight: 400;
    width: 8rem !important;
  }

  .carousel-caption .sliders {
    position: absolute;
    left: 8% !important;
    top: 85% !important;
  }

  .overview .col-lg-5 {
    width: 100% !important;
  }

  .overview .overview-title {
    text-align: left !important;
    font-size: 30px !important;
    line-height: 36px !important;
    margin-top: 2rem;
  }

  .overview {
    padding-bottom: 20px !important;
    height: auto !important;
  }

  .overview img {
    justify-content: center;
    width: 90%;
    height: auto;
  }

  .overview .carousel-caption p {
    width: 9rem !important;
  }
}

@media (max-width: 376px) {
  .overview .carousel-caption p {
    width: 9rem !important;
  }
}

@media (max-width: 320px) {
  .overview .overview-title {
    font-size: 28px !important;
    line-height: 34px !important;
  }

  .overview .overview-text {
    font-size: 14px !important;
    line-height: 20px !important;
  }

  .overview .carousel-caption p {
    width: 9rem !important;
  }
}


/*--------------------------------------------------------------
# icon  Section
--------------------------------------------------------------*/


.images-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: end;
  margin-top: -567px !important
}

.svg-icon {
  opacity: 1;
  font-size: 16px;
  margin-bottom: 35px;
  margin-right: -125px;
  color: #2F82C3 !important;
  cursor: pointer;
  transition: color 0.5s, opacity 0.5s;
}

.images-column .svg-icon:hover {
  color: #064f8b !important;
}

@media (max-width: 1200px) {
  .svg-icon-main {
    display: block;
  }
}

@media (max-width:1024px) {
  .image-container img {
    margin-top: -1rem !important;
  }

  .svg-icon {
    margin-right: -115px;
  }
}

@media (max-width:1023px) {
  .images-column .svg-icon {
    display: none;
  }
}

.apple {
  &:hover path {

    transition: fill 0.5s ease-in-out;
    opacity: 1;
    fill: #064f8b !important;
  }
}

/* oman gallry center */

.center{
  padding-left: 2rem !important;
}

.wind .post-img img{
  border-radius: 0px 60px 0px 0px !important;
  width: 414px !important;
  height: 500px !important;
  display: block;
  padding: 0;
  margin: 0;
  /* object-fit: cover; */
}

/*--------------------------------------------------------------
  # Wind Section
  --------------------------------------------------------------*/
/* Card Section */
.wind {
  padding: 0 !important;
}

.wind .projects-sec-2 {
  display: flex;
  flex-direction: column;
  padding: 10px;
  justify-content: center !important;
  align-items: center !important;
  padding-right: 45px!important;
}

.wind .text-wrapper-h2 {
  color: var(--Blue, #2F82C3);
  font-family: Mulish;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  text-align: left !important;
  width: 100%;
  line-height: 50px;
}

.wind .text-wrapper-42 {
  color: #383838;
  font-family: var(--about-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.wind .text-green {
  color: #47A70D;
  font-family: Mulish;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.wind .text-green-p {
  color: #383838;
  font-family: Mulish;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 0px;
}

/* Image section */
.wind.recent-blog {
  padding: 30px;
}

.wind .post-item {
  margin: 0 auto;
  border-radius: 0px 60px 0px 0px;
  transition: 0.3s;
  margin-left: 16px;
}

.wind .post-item .post-img {
  /* box-shadow: -15px 16px #2F82C3; */
  border-radius: 0px 60px 0px 0px !important;
}

.wind .post-item .post-img video {
  border-radius: 0px 60px 0px 0px !important;
  width: 500px;
  height: 552.79px;
  display: block;
  padding: 0;
  margin: 0;
  object-fit: cover;
}


/* @media  Query */
@media (max-width: 1024px) {
  .wind .projects-sec-2 {
    padding: 0;
  }

  .wind .button {
    font-size: 14px;
    padding: 15px 15px;
  }

  .wind .post-item .post-img video {
    height: 470px;
  }

}

@media only screen and (max-width: 767px) {
  .wind .recent-blog {
    padding: 10px !important;
  }
}

@media (max-width: 768px) {
  .wind .text-wrapper-h2 {
    font-size: 40px;
    line-height: 45px !important;
  }

  .wind .projects-sec-2 {
    margin-top: 0rem !important;
  }

  .wind .recent-blog {
    padding: 0px !important;
  }

  .wind .row-1 {
    justify-content: start !important;
  }

  .wind .post-item {
    margin-top: 1rem;
  }

  .wind .col-md-6 {
    flex: 0 0 auto;
    width: 70%;
  }

  .wind .post-item .post-img video {
    justify-content: start !important;
    width: 500px !important;
    height: 562px !important
  }

}


@media (max-width: 427px) {
  .wind .projects-sec-2 {
    padding: 15px;
  }

  .wind .recent-blog {
    padding: 15px !important;
  }

  .wind .post-item .post-img {
    overflow: visible !important;
  }

  .wind .post-item .post-img video {
    width: 100%;
    height: 275px;
  }

  .wind .col-md-6 {
    flex: 0 0 auto !important;
    width: 100% !important;
  }

  .wind .text-wrapper-h2 {
    font-size: 30px;
    line-height: 38px !important;
  }
}

@media (max-width: 427px) {
  .wind .projects-sec-2 {
    padding: 15px;
  }

  .wind .recent-blog {
    padding: 15px !important;
  }

  .wind .post-item .post-img {
    overflow: visible !important;
  }

  .wind .post-item .post-img video {
    width: 100% !important;
    height: 425px !important;
  }

  .wind .col-md-6 {
    flex: 0 0 auto;
    width: 100%;
  }

  .wind .text-wrapper-h2 {
    font-size: 30px;
    line-height: 38px !important;
  }
}

@media (max-width: 375px) {
  .wind .post-item .post-img video {
    width: 100% !important;
    height: 425px !important;
  }
}

@media (max-width: 320px) {
  .wind .text-wrapper-42 {
    font-size: 16px;
    line-height: 22px;
  }

  .wind .projects-sec-2 {
    padding: 10px;
  }

  .wind .text-wrapper-h2 {
    font-size: 28px;
    line-height: 38px !important;
  }

  .wind .post-item .post-img video {
    width: 100% !important;
    height: 365px !important;
  }
}


/*--------------------------------------------------------------
# last text/button section 
--------------------------------------------------------------*/

/* .stats-last {
  background: var(--Blue-Gredient, linear-gradient(105deg, #E1F2FF 14.67%, #EDF7FF 51.84%, #F8FCFF 85.33%));
  padding: 20px 0px;
  position: relative;
  overflow: hidden;
  clip-path: inset(0);
} */

.stats-last img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 290px;
  object-fit: cover;
  z-index: 1;
}

.stats-last .container {
  position: relative;
  height: 100%;
  display: flex;
  align-items: left;
  justify-content: left;
  z-index: 3;
  text-align: left;
}

.stats-last .stats-item h2 {
  color: #FFF;
  font-family: var(--green_electron-font);
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 54px;
}

.stats-last .stats-item p {
  color: #fff;
  font-family: var(--green_electron-font);
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  margin: 30px 0px;
}


.text-wrapper-12 {
  display: inline-block;
  position: relative;
  width: fit-content;
  margin-left: 4px;
  font-family: "Font Awesome 6 Free-Solid", Helvetica;
  font-weight: 400;
  color: white;
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: normal;
  white-space: nowrap;
  transition: transform 0.4s ease-in-out;
}

.text-wrapper-12 .fas {
  color: white;
  font-size: 12px;
}

/* button style */
.stats-last .btn-submit-now {
  text-decoration: none;
  display: inline-block;
  position: relative;
  background-image: linear-gradient(90deg, #BF2A2D 0%, #BF2A2D 100%);
  -webkit-backface-visibility: hidden;
  z-index: 1;
  white-space: nowrap;
  font-size: 18px;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #FFF;
  padding: 16px 30px;
  border-radius: 60px;
  /* cursor: pointer; */
  border: none;
}

.stats-last .btn-submit-now:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  background-image: linear-gradient(90deg, #2F82C3 0%, #163E5D 100%);
  transition: opacity 0.5s ease-out;
  z-index: 2;
  opacity: 0;
}

.stats-last .btn-submit-now:hover:after {
  opacity: 1;
}

.stats-last .btn-submit-now span {
  position: relative;
  z-index: 3;
}

.stats-last .btn-submit-now span i {
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 1.4px;
  transition: transform 0.4s ease-in-out;
}

.stats-last .btn-submit-now:hover span i {
  color: #FFF;
  transform: translateX(4px);
}

/* Media Query for Responsive Button */
@media (max-width: 768px) {

  .text-wrapper-12 {
    font-size: 12px !important;
  }

  .text-last {
    font-size: 30px !important;
  }

  .stats-last .btn-submit-now {
    font-size: 16px;
    padding: 14px 25px !important;
  }

}

@media (max-width: 590px) {
  .last-text-div {
    flex-direction: column;
    text-align: center;
  }

  .text-wrapper-12 {
    font-size: 10px !important;
  }

  .text-last {
    font-size: 30px !important;
  }
}

@media (max-width: 375px) {
  .text-last {
    font-size: 28px !important;
  }
}

@media (max-width: 320px) {
  .text-last {
    font-size: 24px !important;
  }
}

@media screen and (max-width: 600px) and (min-width: 426px) {
  .para-padding {
    padding: 0px 2rem !important;
  }
}


@media (max-width: 768px) {
  .wind .col-md-6 {
    flex: 0 0 auto;
    width: 70%;
    margin: 0px auto;
  }
}

@media screen and (max-width: 600px) and (min-width: 426px) {
  .wind-padding {
    padding: 0px 2rem !important;
  }
}
.title-panel{
  background:linear-gradient(100deg, #2f81c2 28.68%, #173f5e 99.96%);
}
.title-panel span img{
  padding:0px 15px;
}
.title-panel h3{
  color: #fff;
  font-weight: 700;
}
/* #omen{
  border-bottom: 1px solid #ccc;
    padding-bottom: 50px;
} */
/* #india {
  padding-top:30px;
} */
#india .title-panel span img{
  padding:10px 15px;
}
