:root {
  --theme-blue: #00cdff;
  --theme-dblue: #192955;
}
* {
  margin: 0;
  padding: 0;
  /*    cursor: none;*/
  box-sizing: border-box;
}
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  color: #000;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  line-height: 1.35;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  color: #000;
  display: inline-block;
}
a:hover,
a:focus,
.theme_blue {
  color: var(--theme-blue);
}
:active,
:hover,
:focus {
  outline: 0 !important;
  outline-offset: 0;
}
ol,
ul {
  padding-left: 0rem;
}
button:hover,
button:focus,
.accordion-button:focus {
  outline: 0px;
  box-shadow: none;
  border: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}
.bg-theme_blue {
  background-color: var(--theme-blue);
}
.bg-theme_dblue {
  background-color: var(--theme-dblue);
}
.text-dblue {
  color: var(--theme-dblue);
}
.text-blue {
  color: var(--theme-blue);
}
.logo img {
  max-height: 90px;
  padding: 5px;
}
.menu_bar .logo img { display: none; }
.menu_bar.nav-sticky .logo img { display: block; padding: 8px; max-height: 78px; background: #fff; }
.menu_bar.nav-sticky .navbar, .menu_bar .navbar .navbar-brand { padding: 0; }
.top-contact {
  padding-left: 30%;
}
.top-contact i {
  color: var(--theme-blue);
  margin-right: 12px;
}
.top-contact .label {
  color: #a4a4a4;
}
.phone_call {
  /* width: 26%; */
  border-right: 1px solid #a2a2a2;
  /* margin-right: 15px; */
}
.phone_call a {
  font-size: 14px;
}
.e_mail {
  /* width: 33%; */
  border-right: 1px solid #a2a2a2;
  /* margin-right: 15px; */
}
.e_mail a {
  font-size: 14px;
}
.hr_career {
  /* width: 28%; */
  border-right: 0px solid #000;
}
.hr_career a {
  font-size: 14px;
}
nav.navbar {
  padding: 10px 20px;
  background: #014c9c;
}
nav.navbar .nav-link {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin: 0 20px;
  transition: all 0.3s linear;
}
nav.navbar .nav-link:hover {
  color: #fff;
}
nav.navbar .nav-item.dropdown:hover .dropdown-menu {
  display: block;
  padding: 0;
}
a.dropdown-item {
  border-bottom: 1px solid #ddd;
  padding: 10px 15px;
}
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
  background-color: var(--theme-blue);
  color: #fff;
}
.outline-btn,
nav.navbar .nav-link.outline-btn {
  /* border: 1px solid #fff; */
  /* padding: 10px 20px; */
  transition: all 0.3s linear;
}
.outline-btn:hover,
nav.navbar .nav-link.outline-btn:hover {
  border: 1px solid #fff;
  color: #fff;
}
.menu_bar,
.menu_bar .container,
.container-lg {
  transition: all 0.3s linear;
}
.menu_bar.nav-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  z-index: 999;
}
.menu_bar.nav-sticky .container {
  width: 100%;
  max-width: 100%;
}

.sec_padding {
  padding: 75px 0;
}
.pb-100 {
  padding-bottom: 100px;
}
.plr-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.sec-title {
  line-height: 1.35;
  color: #1a1a1a;
  font-weight: 800;
  font-size: clamp(24px, 2vw, 38px);
  margin-bottom: 30px;
}

.info_content p {
  margin-right: 20px;
}
.info_image {
  text-align: right;
  position: relative;
}
.vision.text-start {
  padding: 25px;
  background: var(--theme-dblue);
  margin-right: 84px;
  position: absolute;
  bottom: -30px;
  left: 35px;
  color: #fff;
  border-right: 5px solid #00cdff;
  border-bottom: 5px solid #00cdff;
}

ul.list-styled {
  list-style: none;
  padding-left: 5px;
}
ul.list-styled.icon-list li {
  display: flex;
  margin-top: 12px;
}
ul.list-styled.icon-list li i {
  color: var(--theme-blue);
  margin-right: 10px;
  font-size: 14px;
  margin-top: 7px;
}
ul.list-styled.column-2 {
  display: flex;
  flex-wrap: wrap;
}
ul.list-styled.column-2 li {
  width: 50%;
}

.theme-btn::before,
.theme-btn::after,
.theme-btn span::before,
.theme-btn span::after {
  position: absolute;
  content: "";
}
.theme-btn {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 20px 0px 15px;
  min-width: 175px;
  text-align: center;
}
.theme-btn span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 20px;
  transition: 0.3s;
  color: rgb(28, 31, 30);
  background-color: rgb(245, 245, 245);
}
.theme-btn i {
  display: inline-block;
  margin-right: 6px;
  width: 15px;
  height: 12px;
}
.theme-btn:hover i {
  color: var(--theme-blue);
}

.theme-btn::before,
.theme-btn::after {
  bottom: 0;
  transition: width 0.2s 0.35s ease-out;
  width: 15%;
  height: 2px;
  background-color: var(--theme-blue);
  z-index: 2;
}
.theme-btn::before {
  right: 50%;
}
.theme-btn::after {
  left: 50%;
}
.theme-btn:hover::before {
  width: 50%;
  transition: width 0.2s ease-in;
}
.theme-btn:hover::after {
  width: 50%;
  transition: width 0.1s ease-in;
}

.theme-btn span::before,
.theme-btn span::after {
  width: 0%;
  height: 0%;
  bottom: 0;
  background: transparent;
  opacity: 0;
  z-index: 2;
}
.theme-btn span::before {
  left: 0%;
  border-left: 2px solid var(--theme-blue);
  transition: height 0.25s ease-in, opacity 0s 0.35s;
}
.theme-btn span:hover {
  color: rgb(54, 56, 55);
}
.theme-btn span:hover::before {
  height: 100%;
  opacity: 1;
  transition: height 0.25s 0.2s ease-out, opacity 0s 0.2s;
}
.theme-btn span::after {
  right: 0%;
  border-right: 2px solid var(--theme-blue);
  border-top: 2px solid var(--theme-blue);
  transition: width 0.2s ease-in, height 0.15s 0.2s linear, opacity 0s 0.35s;
}
.theme-btn span:hover::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: height 0.15s 0.1s linear, width 0.2s 0.25s linear, opacity 0s 0.1s;
}

.mh-100 {
  min-height: 100vh;
}

.sectors {
  background: var(--theme-dblue);
  /*    margin-bottom: 80px;*/
  animation-direction: 20px;
}
.sectors .container-fluid {
  background: var(--bg-color);
  /*    padding: 50px 0;*/
}
.sectors .container-fluid.first {
  margin-top: 50px;
}
.sectors .container-fluid.last {
  /*    padding-bottom: 90px;*/
}
.sectors h2 {
  margin-bottom: 10px;
}
.sector-box {
  margin-top: 30px;
  color: #fff;
  text-align: center;
  padding: 30px;
  transition: all 0.3s linear;
}
.sectors_block .col-lg-6 {
  padding: 0px;
}
.sector-content.text-start.text-white {
  padding: 50px;
}
.sector-content h3 {
  font-size: clamp(24px, 2vw, 38px);
  width: 70%;
  margin-bottom: 15px;
}

.row.reverse {
  flex-direction: row-reverse;
}
.sectors_block,
.sector-img {
  position: relative;
}
.sector-img img {
  width: 100%;
}
.sec-title.large_text {
  font-size: clamp(28px, 2.4vw, 46px);
}
.service_img {
  height: 550px;
  background: var(--bg-img) no-repeat center / cover;
  width: 100%;
  display: block;
  border-radius: 0 50em 50em 0;
}
.row2 .service_img {
  border-radius: 50em 0 0 50em;
}
/*
.col-12.sectors_block:before {
    content: '';
    position: absolute;
    width: 24%;
    height: calc(100% + 100px);
    bottom: -50px;
    border-bottom: 0px;
    left: -80px;
    z-index: 0;
    opacity: 1;
    background: #0c1c49;
}
.row2 .col-12.sectors_block:before {
    content: '';
    position: absolute;
    width: 24%;
    height: calc(100% + 100px);
    bottom: -50px;
    border-bottom: 0px;
    left: unset;
    right: -80px;
    z-index: 0;
    opacity: 1;
    background: #192955;
}*/

.item {
  height: auto;
  padding: 0rem;
  opacity: 0.4;
  transition: 0.4s ease all;
  margin: 0 20px;
  transform: scale(0.9);
}
.item img {
  border: 2px solid var(--theme-blue);
  max-height: 350px;
  overflow: hidden;
  object-fit: cover;
}
.active .item {
  opacity: 1;
  transform: scale(1);
}
.prd-details h4 {
  color: var(--theme-dblue);
  font-weight: 800;
}

.clients {
  background: var(--theme-blue) url(images/overlay-bg-img-1.png) no-repeat
    center / cover;
}
.clients .col-lg-2 img {
  background: #fff;
  height: 90px;
  object-fit: contain;
  padding: 20px;
  border-radius: 10px;
}

.footer-section {
  background: var(--theme-dblue);
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid rgba(250, 250, 250, 0.38);
}
.single-cta i {
  color: var(--theme-blue);
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #d7d7d7;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
  max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #d7d7d7;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg {
  background: #3b5998;
}
.twitter-bg {
  background: #55acee;
}
.google-bg {
  background: #dd4b39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: var(--theme-blue);
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover {
  color: var(--theme-blue);
}
.footer-widget ul li a {
  color: #d7d7d7;
  text-transform: capitalize;
}
/*
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: var(--theme-blue);
    padding: 13px 20px;
    border: 1px solid var(--theme-blue);
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
*/
.copyright-area {
  background: #0d1b43;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #d7d7d7;
}
.copyright-text p a {
  color: var(--theme-blue);
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a {
  color: var(--theme-blue);
}
.footer-menu li a {
  font-size: 14px;
  color: #d7d7d7;
}

/*inner page*/
/*contact*/
.bread_crumbs {
  background: var(--bg) no-repeat center / cover;
  background-color: var(--theme-dblue);
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.bread_crumbs .top_heading {
  opacity: 0.8;
}
.bread_crumbs .bread_heading {
  font-size: clamp(32px, 3vw, 46px);
  margin-top: 10px;
  font-weight: 700;
}
.the_CD {
  width: 380px;
  margin: auto;
}
.address {
  font-size: clamp(16px, 1.7vw, 17px);
  font-weight: 300;
  padding: 0 25px;
}
.contact-form {
  padding: 40px;
  background: #f1f2f6;
  margin-top: 50px;
}
.contact-form label {
  font-style: italic;
  color: var(--theme-dblue);
}
.contact-form .form-text {
  font-size: 12px;
  color: #000;
}
.contact-form .form-control {
  height: 48px;
}
.contact-form textarea.form-control {
  height: 100px;
}
.contact-form button {
  min-width: 250px;
  padding: 0;
  margin-top: 35px;
  display: inline-block;
  box-shadow: 0 6px 15px -10px #0000008f;
}

.contact-form button:hover span {
  background: var(--theme-dblue);
  color: #fff;
}
input::-webkit-file-upload-button {
  height: 48px;
}

.culture {
  margin-top: 60px;
}
.culture .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin: 0 0 40px 0;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  border-radius: 15px;
  text-align: center;
  border-bottom: 3px solid #fff;
  flex: 1;
}
.culture .icon-box:hover {
  transform: translateY(-5px);
  border-color: var(--theme-dblue);
}
.culture .icon {
  font-size: 38px;
  color: var(--theme-blue);
  margin-bottom: 12px;
}
.culture .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.culture .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.our_clients .row {
  flex-wrap: wrap;
}
.our_clients .col {
  width: 16%;
  flex: 0 0 16%;
  margin: 20px;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  text-align: center;
  padding: 15px;
  border-radius: 8px;
}
.our_clients .col img {
  max-height: 80px;
  object-fit: contain;
}

.extra {
  background: url("https://img1.wsimg.com/isteam/ip/3f2b2465-0c05-419a-b0af-f1a5279dd7d7/sddefault.jpeg/:/cr=t:16.67%25,l:0%25,w:100%25,h:66.67%25/rs=w:1240,h:620,cg:true")
    no-repeat center / cover;
  position: relative;
}
.extra .overlay {
  background: var(--theme-dblue);
  opacity: 0.85;
  /*    background: linear-gradient(to right, var(--theme-dblue), #fff0);*/
}
.extra p {
  font-size: inherit;
}

.fvv .col-md-6 .row .col-md-6 {
  padding: 0px;
}
.fvv .col-md-6 img {
  height: 338px;
  object-fit: cover;
}
.fvv .fvv-box {
  padding: 40px 25px;
  background: var(--bg-color);
  color: #fff;
  height: 338px;
}
.fvv .img-box {
  height: 338px;
}
.fvv .fvv-box .icon {
  font-size: 32px;
  margin-bottom: 10px;
}
.fvv .fvv-box h3 {
  margin-bottom: 10px;
  font-weight: 700;
}
.fvv .fvv-box p {
  margin-bottom: 0px;
}

.fvv .img-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.vnb li {
  margin-bottom: 5.5px;
}

.transformation .col-md-5 {
  padding-right: 50px;
}
ul.v-inline li {
  margin-bottom: 10px;
  display: flex;
}
ul.v-inline li span {
  margin-right: 10px;
}
.strengths {
  border-bottom: 1px solid var(--theme-blue);
  padding-bottom: 40px;
  margin-bottom: 60px;
}
.strength-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
.strength-list li {
  width: 32%;
  margin-bottom: 2%;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  transition: all 0.3s linear;
}
.strength-list li:hover {
  border: 1px solid var(--theme-blue);
}

.ec-ie .ec-ie-box {
  padding: 20px;
  border: 1px solid #efefef;
  /*    border: 2px solid var(--theme-dblue);*/
  height: 100%;
  border-radius: 10px;
  transition: all 0.3s linear;
  box-shadow: 0 10px 25px -8px rgba(0, 0, 0, 0.15);
}
/*
.ec-ie .ec-ie-box:hover {
    border: 2px solid var(--theme-blue);
    box-shadow: 0 10px 25px -8px rgba(0, 0, 0, 0.15);
}
*/

/* WATER AND ENVIRONMENT */

.w-e-about {
  max-width: 763px;
  /* max-height: 428px; */
  overflow: hidden;
}
.w-e-about img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.w-e-about {
  position: relative;
  overflow-x: hidden;
}

/* .w-e-about::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgb(255 255 255) 10%, rgba(0, 0, 0, 0));
  z-index: 1;
} */

.w-e-intro {
  position: relative;
}
.counter {
  position: absolute;
  top: 0%;
  right: 0%;
  transform: translate(-10%, 27%);
  background-color: white;
  border-radius: 0px;
  padding: 20px;
  z-index: 9;
  color: white;
  /* border-left: 15px solid white; */
}
.bg-blue {
  /* background: var(--theme-dblue); */
  padding: 12px;
}
.expertise-content {
  color: white;
  margin-bottom: 0 !important;
  flex-wrap: wrap;
}
.expertise-content li {
  list-style-type: none;
  border: 2px solid white;
  background: var(--theme-dblue);
  padding: 10px 33px;
  width: 171px;
  flex-grow: 1;
  /* border-radius: 15px; */
}
.expertise-content li p {
  font-size: 13px;
  margin-bottom: 0 !important;
}
.expertise-icon {
  width: 70px;
  padding-bottom: 10px;
}

.w-e-filter {
  /* padding: 0 220px; */
}

.li-allprojects {
  list-style-type: none;
  background-color: var(--theme-dblue);
  color: rgb(255, 255, 255);
  padding: 10px 30px;
  border: 2px solid rgb(255, 255, 255);
  /* font-size: 30px; */
}
.w-e-filter li {
  list-style-type: none;
}
.w-e-filter li a {
  background-color: whitesmoke;
  color: var(--theme-dblue);
  padding: 10px 30px;
  border: 2px solid rgb(255, 255, 255);
  font-size: 14px;
}
.w-e-owl-project-details {
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  /* background-color: red; */
  padding: 10px 30px;
}
.w-e-owl-project-details a {
  color: white !important;
}
.w-e-owl-project-details:hover a {
  color: var(--theme-blue) !important;
}
.w-e-title {
  position: relative;
}
.w-e-title h1::before {
  content: "";
  position: absolute;
  top: 80px;
  left: 14px;
  width: 150px;
  height: 3px;
  background-color: var(--theme-dblue);
}
.water-effl-title {
  position: relative;
}
.water-effl-title h1::before {
  content: "";
  position: absolute;
  top: 61px;
  left: 41px;
  width: 3px;
  height: 85px;
  background-color: var(--theme-dblue);
}
.dam-title {
  position: relative;
}
.dam-title h1::before {
  content: "";
  position: absolute;
  top: 80px;
  left: 14px;
  width: 50px;
  height: 3px;
  background-color: var(--theme-dblue);
}
/* .owl-item-img::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(255, 0, 0, 0),var(--theme-dblue));
} */
.irrigation-projects {
  list-style-type: none;
}
.dam-img img {
  width: 95%;
}
.project-insights {
  padding: 15px;
  background-color: #e3e3e3;
  margin: 0 10px;
}
.points li {
  list-style-type: none;
  margin-bottom: 10px;
  position: relative;
  display: flex;
  text-decoration: none;
  list-style: none;
  padding-left: 40px;
}
.points li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 20px;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background-color: rgb(73, 73, 73);
}
.toggle-active {
  background-color: var(--theme-dblue) !important;
  color: rgb(255, 255, 255) !important;
}
/* .owl-dot{
  display: block;
  width: 10px !important;
  height: 10px !important;
  color: #000 !important;
} */

.owl-nav {
  opacity: 0 !important;
}
.visible {
  transition: 0.5s all;
}
.visible:hover .owl-nav {
  opacity: 1 !important;
}
.owl-prev {
  /* float: left; */
  position: absolute;
  top: 40%;
  left: 7%;
  color: #000000 !important;
  border-radius: 15px !important;

  font-size: 40px !important;
  /*   padding: 0px 7px 7px 7px !important; */
  width: 40px !important;
  height: 40px !important;
  background: #fff !important;
}
.owl-prev span {
  position: relative;
  top: -11px !important;
}
.owl-next {
  /* float: left; */
  position: absolute;
  top: 40%;
  right: 7%;
  color: #000000 !important;
  border-radius: 15px !important;
  /* border: 1px solid rgb(255, 255, 255) !important; */
  font-size: 40px !important;
  /*   padding: 0px 7px 7px 7px !important; */
  width: 40px !important;
  height: 40px !important;
  background: #fff !important;
}
.owl-next span {
  position: relative;
  top: -11px !important;
}
/* QUALITY AND SAFETY */
.bg-blue {
  /* background: linear-gradient(var(--theme-dblue),rgba(255, 255, 255, 0)); */
  background-color: var(--theme-dblue);
  color: white;
  transition: 0.3s ease-in-out;
}
.bg-blue h2 {
  color: white !important;
}

.safety:hover {
  background-color: var(--theme-dblue);
  color: white;
  transition: 0.3s ease-in-out;
}
.safety:hover h2 {
  color: white;
}
.bg-white {
  background-color: white !important;
  color: rgb(6, 6, 6) !important;
  transition: 0.3s ease-in-out;
}
.bg-white h2 {
  color: black !important;
}
.quality {
  position: relative;
}
.quality img {
  position: absolute;
  width: 300px;
  top: 0px;
  right: -80px;
  opacity: 0.1;
}

.safety {
  position: relative;
  overflow: hidden;
}
.safety img {
  position: absolute;
  width: 300px;
  bottom: 0px;
  right: -50px;
  opacity: 0.1;
}
.quality-b {
  display: none;
  transition: 0.3s ease-in-out;
}

.bg-blue-grad {
  background: linear-gradient(#192955, rgba(255, 255, 255, 0));
}
.certificate {
  width: 50%;
}

.q-n-s-img {
  width: 100%;
  height: 100%;
}
.q-n-s-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 242px 0 0 242px;
}
.border-0 img {
  border: 0px !important;
}
.quote {
  width: 25px;
}

/* CSR  */

.education {
  background-image: url(./images/education.jpg);
  /* background-position: center; */
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.health {
  background-image: url(./images/health.webp);
  /* background-position: center; */
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bg-white-fade-right {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.7) 40%,
    white 60%
  );
}
.bg-white-fade-left {
  background: linear-gradient(to left, rgba(255, 255, 255, 0.7) 40%, white 60%);
}

.none {
  display: none;
}
.csr-heading::before {
  content: "";
  position: absolute;
  background-color: var(--theme-dblue);
  width: 300px;
  /* height: 3px; */
  top: 108px;
}
.csr-content {
  padding-left: 15px;
}
.csr-content::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0px;
  background-color: #000;
  height: 5px;
  width: 5px;
  border-radius: 50%;
}
.bottom-image.active {
  border: 0px;
}

/* ------------------------------------------------------------arun 26/10-------------------------------------------------- */
.hero-banner {
  height: 100vh;
  width: 100%;
}
.hero-banner video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.abt-us-2nd-sec {
  width: 100%;
}
.abt-us-2nd-sec img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quote-section {
  padding-left: 30px;
}

@media (max-width: 1399px) {
  .sector-content h3 {
    width: 78%;
  }
}


.thankyou {
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.thankyou h1 {
    font-size: 80px;
    color: var(--theme-blue);
    margin-bottom: 30px;
}
.thankyou .main-content__checkmark {
    font-size: 5rem;
    line-height: 1;
    color: #24b663;
}
.thankyou p {
    font-size: 1.5rem;
    margin-top: 30px;
}
@media (max-width: 767px) {
  .thankyou h1 {   font-size: 40px;  }
  .thankyou p {   font-size: 20px;  }
}