h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rajdhani", sans-serif;

  background: linear-gradient(to bottom, #2658a0, #17b2d1);

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;
}
ul.headerinfo li,
ul.headerinfo a {
  font-size: 15px;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #f6f6f6;
  background: #f6f6f6;
}

h1 {
  font-size: 35px;

  font-weight: 600;

  margin-bottom: 20px;
}

h4 {
  font-size: 20px;

  font-weight: 700;

  color: var(--blue);
}

.uppercase {
  text-transform: uppercase;
}

body {
  background: #f0f0f0;
}

:root {
  --blue: #2658a0;

  --lightblue: #17b2d1;

  --headerfont: "Rajdhani", sans-serif;
}

* {
  font-family: "Lato", sans-serif;
}

p,
li,
a {
  font-size: 18px;
}

section {
  margin: 100px 0px 50px 0px;
}

.mt-30 {
  margin-top: 30px;
}

.officeopeninghour {
  color: white;
  font-size: 15px;
}

.grid-container {
  display: grid;

  grid-template-columns: 100px auto;
}

.grid-item {
  margin: 25px 0px;

  padding: 10px 10px;

  position: relative;
}

.grid-item img {
  top: 37px;

  position: absolute;

  text-align: center;

  width: 60px;

  vertical-align: center;

  left: 25px;

  filter: brightness(0) saturate(100%) invert(26%) sepia(42%) saturate(2191%)
    hue-rotate(194deg) brightness(95%) contrast(86%);
}

.menu .container {
  background-color: #f6f6f6;

  border-radius: 25px;
}

a.logo {
  width: 60%;

  display: block;

  margin: 15px 45px;
}

/* header */

.headerinfo li {
  margin-right: 15px;
}

.menu .row {
  align-items: center;

  justify-content: center;

  display: flex;
}

.navbar {
  position: relative;

  min-height: auto;

  margin-bottom: 0px;

  border: 1px solid transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: var(--blue);

  background-color: transparent;
}

header a {
  transition: 0.3s;
}

header a:hover {
  color: var(--blue);
}

header nav {
  border-color: transparent !important;
}

.navbar-default .navbar-nav > li > a {
  color: #333333d1;

  font-weight: 600;

  font-size: 17px;
}

section h3 {
  font-size: 30px;

  margin-bottom: 15px;

  font-weight: 700;

  display: inline-block;

  font-size: 32px;

  background: linear-gradient(to bottom, #2658a0, #17b2d1);

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;
}

#slider {
  margin-top: 0px;
}

/**********/

header {
  position: relative;

  z-index: 1;
}

.top_row ul li {
  display: inline-block;
}

.top_row ul {
  list-style: none;

  padding: 0;

  margin: 0;
}

.top_row i {
  padding-right: 6px;
}

header {
  position: relative;
}

.head {
  position: absolute;

  right: 0;

  left: 0;
}

.top_row a {
  color: #f8f9fa;
}

nav ul li a {
  color: #f8f9fa;
}

/* nav ul li a::after {

  content: "";

  height: 10px;

  width: 2px;

  background: white;

  display: inline-block;

  margin: 0px 5px 0px 15px;

} */

.index_about_img {
  text-align: center;

  position: relative;

  display: table;
}
.index_project_div h4 {
  background: linear-gradient(to bottom, #fff, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 15px 25px;
}
.index_about_img img {
  width: 80%;
}
img.card-img-top.img-responsive {
  filter: brightness(0) saturate(100%) invert(30%) sepia(11%) saturate(6839%)
    hue-rotate(191deg) brightness(91%) contrast(89%);
}
.index_service h3.text-center {
  text-align: center !important;
  display: block;
}
.index_service .card {
  background: #cccccccf;
  padding: 25px;
  min-height: 300px;
  margin-top: 40px;
}
p.card-text {
  color: #000 !important;
}
section.index_projects.py-5 {
  margin: 50px 0px;
}

.index_service h3.card-title {
  font-size: 25px;
  font-weight: 600;
  margin-top: 30px;
  width: 80%;
  padding-left: 20px;
  margin: 0px;
  text-align: left;
}
.index_about_img:before,
.index_about_img:after {
  content: "";

  position: absolute;

  width: 50px;

  height: 50px;

  border: solid var(--blue);

  border-width: 2px 2px 0 0;
}

.index_about_img:before {
  right: 13px;

  top: -11px;
}

.index_about_img:after {
  border: solid var(--lightblue);

  border-width: 0 0 2px 2px;

  bottom: -13px;

  left: 10px;
}

footer i {
  color: white;

  padding-right: 10px;
}

.custom_btn {
  background: linear-gradient(to bottom, var(--blue), var(--lightblue));

  color: white;

  padding: 8px 15px 8px 15px;

  transition: all 0.3s;

  border-radius: 5px;

  margin-top: 25px;

  display: block;

  width: 120px;

  text-align: center;

  text-transform: capitalize;

  border: 0px;
}

.custom_btn:hover {
  color: white;

  text-decoration: none;

  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.index_service {
  /* background: linear-gradient(#00000080, #00000096 0), url(../img/slider.jpg); */
  /* background-image: url(/img/newbrandbg.png); */

  background: linear-gradient(#111111b3, #111111b3 0), url(/img/newbrandbg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 70px 0px;
}
section.index_service.py-5 p {
  color: white;
}
p.servicepara {
  color: white;
}
.cardflex {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0px;
  align-items: center;
  justify-content: center;
}
.cardicon {
  width: 20%;
}
footer p,
footer a {
  font-size: 17px;
}
footer h4 {
  font-size: 23px;
}
footer h4:after {
  content: "";

  height: 1.5px;

  width: 100%;

  display: block;

  background: #f5f5f5;

  margin: 15px 0px;
}

.footer_quick_link ul {
  padding: 0;
}

.footer_quick_link ul li:after {
  content: "";

  height: 15px;

  background: #c1cbd4;

  width: 2px;

  display: inline-block;

  margin: 0px 11px;

  position: relative;

  top: 2px;
}

.footer_quick_link ul li {
  display: inline;
}

.end_footer ul li a {
  color: white;
}

.end_footer ul li {
  display: inline;

  padding: 0px 7px;
}

.end_footer {
  background: #111111;

  padding: 10px;

  margin-top: 30px;
}

footer {
  background: #282828;

  color: #c1cbd4;

  padding: 40px 0px 0px 0px;
}

.index_project_div {
  display: grid;
  align-items: center;
  position: relative;
  background: #333;
  transition: all 0.3s;
  margin-top: 15px;
  margin-bottom: 15px;
  cursor: pointer;
}

.index_project_div:hover .project_caption {
  opacity: 1;
}

.index_project_div:hover img {
  opacity: 0.6;
}

.project_caption {
  text-align: center;

  position: absolute;

  opacity: 0;

  transition: all 0.3s;
}

.project_caption:before,
.project_caption:after {
  content: "";

  position: absolute;

  width: 50px;

  height: 50px;

  border: solid var(--lightblue);

  border-width: 2px 2px 0 0;

  transition: all 0.3s;
}

.project_caption:before {
  top: -10px;

  transform: rotate(-90deg);

  left: 10px;
}

.project_caption:after {
  border-width: 0 0 1px 1px;

  bottom: -10px;

  right: 10px;

  transform: rotate(-90deg);
}

/* footer */

footer a {
  color: #c1cbd4;
}

.copyrighttext,
.copyrighttext a {
  font-size: 14px;

  padding: 0px;

  margin: 0px;
}

.footerlist {
  margin-bottom: 0px;
}

.scrollToTop {
  display: block;

  position: fixed;

  bottom: 5px;

  right: 5px;

  background-color: #212121;

  cursor: pointer;

  font-size: 24px;

  font-weight: bold;

  width: 50px;

  height: 49px;

  text-align: center;

  border: 1px solid #fff;

  opacity: 0.7;
}

.scrollToTop .glyphicon {
  color: #fff;

  font-size: 15px;

  top: 5px;
}

/* About Us */

.borderradius {
  border-radius: 10px;
}

.banner {
  background: #ccc;

  height: 500px;

  padding-top: 240px;

  background-image: url(/img/banner.png);

  background-position: center right;
}

.subtitle {
  font-size: 15px;
}

.breadcrumb {
  padding-left: 0px;

  background-color: transparent;

  position: relative;

  margin-left: 70px;

  display: inline;
}

.breadcrumb:before {
  content: "";

  display: block;

  width: 60px;

  height: 2px;

  background: var(--blue);

  position: absolute;

  left: -80px;

  top: 50%;
}

.breadcrumb:after {
  content: "";

  display: block;

  width: 60px;

  height: 2px;

  background: var(--lightblue);

  position: absolute;

  right: -80px;

  top: 50%;
}

.banner h2 {
  margin-left: 70px;

  font-size: 35px;

  font-weight: 600;

  text-transform: uppercase;
}

.bannercontent {
  margin-left: 15%;
}

.aboutimagegp {
  position: relative;

  margin-right: 25px;
}

.aboutabsoluteimage {
  position: absolute;

  top: 15%;

  right: 0;
}

.aboutabsoluteimage img {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px,
    rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

#aboutteam h1 {
  margin-bottom: 0px;
}

#aboutteam h3 {
  margin-top: 5px;

  background: linear-gradient(to bottom, #000000d9, #000000d9);

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;
}

.teambox {
  border: 2px solid #1c98c31c;

  padding: 25px 45px;

  margin-top: 45px;

  border-radius: 5px;
}

.teamimage {
  position: relative;
}

.teamcontent {
  margin-top: 45px;
}

.teamname {
  position: absolute;

  background: var(--lightblue);

  width: 95%;

  bottom: -8%;

  left: -30px;

  padding: 10px 15px;

  color: white;

  border-bottom-right-radius: 45px;
}

.name {
  font-size: 20px;

  font-weight: 700;
}

#ourwhatwedo {
  background: white;

  padding: 70px 0px;

  margin-bottom: 0px;
}

.flexrow {
  display: flex;

  align-items: center;
}

.whatwedobox {
  border: 2px solid #1c98c31c;

  padding: 25px 30px;

  margin: 45px 0px 25px 0px;

  width: 95%;

  border-radius: 10px;

  display: flex;
}

.count {
  width: 120px;

  height: 120px;

  background: #f5f5f5;

  border-bottom-right-radius: 100px;

  border-bottom-left-radius: 100px;

  border-top-left-radius: 200px;

  border-top-right-radius: 45px;

  transform: rotate(-30deg);

  margin-top: -45px;

  border: 2px solid #1c98c31c;

  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

  display: flex;

  align-items: center;

  justify-content: center;

  font-family: var(--headerfont);
}

.whatwedobox {
  border: 2px solid #1c98c31c;

  padding: 25px 30px;

  margin: 45px 0px 25px 0px;

  /* width: 95%; */

  border-radius: 10px;

  display: flex;

  align-items: center;

  justify-content: space-between;
}

.whatwedoboxcontent {
  width: 75%;
}

.cletter {
  transform: rotate(30deg);

  font-family: var(--headerfont);

  font-size: 28px;

  font-weight: 600;

  color: var(--blue);
}

#newbrand h2 {
  font-size: 20px;

  font-weight: 600;
}

.newbrandcontent {
  color: white;

  width: 80%;

  margin: 15px auto;

  text-align: center;
}

#newbrand {
  /* background-image: url(/img/brandbg.png); */

  background-image: url(/img/newbrandbg.png);

  height: 660px;

  padding: 0px;

  margin: 0px;

  background-attachment: fixed;

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center;
}

.newbrandinner {
  width: 100%;

  height: 100%;

  background: #111111d6;

  display: flex;

  align-items: center;

  justify-content: center;
}

.logoflex {
  display: flex;
}

.eachlogoflex {
  margin: 5%;

  border-top: 1px solid var(--blue);

  border-left: 1px solid var(--blue);

  border-right: 1px solid var(--lightblue);

  border-bottom: 1px solid var(--lightblue);

  border-radius: 5px;

  padding: 15px;

  width: 40%;

  /* background: #ffffff4a; */

  box-shadow: rgb(96 96 97 / 25%) 0px 13px 27px -5px,
    rgb(222 219 219 / 30%) 0px 8px 16px -8px;
}

.flex {
  display: flex;

  align-items: end;

  background: #f0f0f0;

  justify-content: center;

  width: 60%;

  margin-left: 20%;

  position: relative;

  z-index: 1;

  border: 1px solid #ccc;

  border-radius: 75px;

  margin-top: 45px;
}

.dealerpro {
  width: 20%;
}

.legacytitle h2 {
  background: linear-gradient(to bottom, #000000d9, #000000d9);

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

  margin-right: -15px !important;

  margin-top: -55px;

  font-weight: 600;

  font-size: 24px;
}

.dealerbox {
  border-top: 1px solid var(--blue);

  border-left: 1px solid var(--blue);

  border-right: 1px solid var(--lightblue);

  border-bottom: 1px solid var(--lightblue);

  display: grid;

  grid-template-columns: 1fr 1fr 1fr 1fr;

  grid-column-gap: 15px;

  padding: 60px 0px 40px 0px;

  margin-top: -45px;

  border-radius: 15px;
}

.dealer {
  display: flex;

  align-items: center;

  justify-content: center;
}

.vokeklogo {
  width: 75%;
}

.peflex {
  display: flex;

  flex-wrap: wrap;

  width: 100%;

  align-items: center;
}

.peflex img {
  width: 30%;
}

.petext {
  width: 70%;

  padding-left: 45px;

  font-size: 20px;

  padding-top: 35px;
}

#chooseus {
  background-color: white;

  padding: 70px 0px;

  margin-bottom: 0px;

  min-height: 550px;

  position: relative;

  overflow: hidden;
}

.chooseimage {
  position: absolute;

  top: 0;

  right: 0;

  width: 45%;
}

#chooseus h2 {
  background: linear-gradient(to bottom, #000000d9, #000000d9);

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

  font-weight: 600;

  font-size: 24px;
}

.rowflex {
  display: flex;

  align-items: center;
}

/* Service */

.offerbox {
  border: 1px solid #ccc;
  margin: 15px 0px;
  padding: 40px 25px;
  border-radius: 15px;
  background: #f0f0f061;
  min-height: 410px !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.servicetitle,
.servicecontent {
  width: 100%;
}
.servicetitle h3 {
  font-size: 23px;
  font-weight: 600;
  text-align: center !important;
  display: block;
}
.servicetitle h3:after {
  content: "";
  display: block;
  margin: 10px auto;
  width: 20px;
  height: 2px;
  background-color: var(--lightblue);
}
.serviceicon {
  width: 25%;
  display: block;
  margin: 0px auto;
}
.servicecontent p {
  font-size: 17px;
  text-align: center;
}
/* HSE */

.hsesubtitle {
  font-size: 25px;

  font-weight: 600;

  background: linear-gradient(to bottom, #000000d9, #000000d9);

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;
}

.visionbox {
  border: 2px solid #1c98c31c;

  padding: 25px;

  padding-left: 55px;

  border-radius: 15px;

  position: relative;

  width: 95%;

  margin-left: 5%;
}

.visionbox:before {
  display: block;

  position: absolute;

  width: 100px;

  height: 100px;

  content: "";

  background: #f0f0f0;

  background-image: url(/img/saveicon1.png);

  background-size: auto;

  background-repeat: no-repeat;

  border-radius: 50%;

  background-position: center center;

  top: 35%;

  left: -50px;

  border: 2px solid #1c98c31c;
}

.visionbox ul {
  padding-left: 0px;
}

.visionbox li {
  position: relative;

  margin-left: 45px;

  list-style: none;

  margin-bottom: 15px;
}

.visionbox li:before {
  position: absolute;

  content: "";

  display: block;

  left: -40px;

  width: 24px;

  height: 24px;

  background-image: url("/img/save-energy.png");
}

.titleborderbottom {
  border-bottom: 1px solid #ccc;

  padding-bottom: 15px;

  margin-bottom: 15px;
}

#hsesection2 {
  background-color: white;

  padding: 50px 0px 100px 0px;
}

.panel-title {
  padding: 10px 0px;

  margin-top: 0;

  margin-bottom: 0;

  font-size: 16px;

  color: inherit;
}

.panel-title a {
  font-size: 19px;

  font-weight: 600;

  font-family: var(--headerfont);

  width: 100%;

  display: block;
}

.panel-group {
  /* width: 80%; */

  margin: 25px auto;
}

thead {
  background: var(--lightblue);
}

td {
  font-size: 16px;
}

#hsesection3 th {
  padding: 15px;

  color: white;

  font-family: var(--headerfont);

  font-weight: 600;

  font-size: 17px;
}

.table {
  margin-top: 15px;
}

.solarimage {
  margin-top: -170px;

  border: 1px solid #ccc;

  padding: 15px;

  border-radius: 10px;
}

.solarimage img {
  border-radius: 10px;
}

/* CSR */

.csrsection {
  position: relative;

  margin-top: 25px;

  /* padding: 15px 65px 25px 0px; */

  border-top: 2px solid #ccc;

  border-right: 2px solid #ccc;

  border-bottom: 2px solid #ccc;

  border-left: 2px solid #ccc;

  border-top-right-radius: 70px;

  border-bottom-right-radius: 70px;

  display: flex;

  flex-wrap: wrap;

  margin-bottom: 45px;
}

.csrcontent {
  width: 65%;

  margin: 25px 2.5%;
}

.csrimage {
  /* background: #ccc; */

  width: 30%;

  background-position: center;

  background-repeat: no-repeat;
}

.csrcontent li {
  margin-bottom: 15px;
}

.csrcontent h2 {
  font-size: 25px;

  font-weight: 600;
}

.csrsection.evensection {
  position: relative;

  margin-top: 25px;

  border-top: 2px solid #ccc;

  border-left: 2px solid #ccc;

  border-bottom: 2px solid #ccc;

  border-right: 2px solid #ccc;

  border-top-left-radius: 70px;

  border-bottom-left-radius: 70px;

  border-top-right-radius: 0px;

  border-bottom-right-radius: 0px;

  display: flex;

  flex-wrap: wrap;
}

section#csrsection2 {
  padding: 70px 0px 45px 0px;

  background: white;

  background-repeat: no-repeat;

  background-position: center left;

  background-image: url(/img/csrbg.png);

  margin-bottom: 0px;

  min-height: 700px;
}

.involved {
  /* border-top: 1px solid var(--blue);

  border-left: 1px solid var(--blue);

  border-right: 1px solid var(--lightblue);

  border-bottom: 1px solid var(--lightblue); */

  padding: 40px;

  margin-top: 60px;

  border-radius: 25px;
}

.involved li {
  margin-bottom: 5px;
}

.involedimage {
  background: #efeded;

  border-radius: 5px;

  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.form-horizontal .form-group {
  margin-right: 0px;

  margin-left: 0px;
}

.choosecontent {
  margin-top: 15%;
}

/* projects */

.eachproject {
  min-height: 350px;

  background-color: #ccc;

  margin-bottom: 10px;

  border-radius: 15px;

  border: 1px solid #ccc;
  cursor: pointer;
}

.eachpjinner {
  /* min-height: 350px;

  background: #d2dadbb5; */

  border-radius: 15px;
}

.pjflex {
  display: flex;

  padding: 5px 15px;

  justify-content: space-between;
}

.pjdate {
  background: var(--blue);

  color: white;

  padding: 5px 15px;

  border-radius: 15px;

  margin-top: 10px;

  font-size: 13px !important;
}

.pjlocation {
  background: var(--lightblue);

  color: white;

  padding: 5px 15px;

  border-radius: 15px;

  margin-top: 10px;

  font-size: 13px !important;
}

.pjcontent {
  text-align: center;

  /* margin-top: 170px; */

  border: 1px solid #ccc;

  border-radius: 25px;

  margin-bottom: 25px;
}
.pjcontent h2 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 20px;
  cursor: pointer;
}
.btnbmi {
  width: 200px;
  border-radius: 25px;
  border: 1px solid #ccc;
  text-align: center;
  padding: 10px 5px;
  float: right;
  background: var(--color1);
  color: white;
}
.pjcontent .custom_btn {
  margin: 10px auto;
  margin-top: 20px;
  display: none;
}
.modal-dialog {
  width: 60%;
}
.modalpjphotoflex {
  display: flex;
  justify-content: space-around;
  gap: 15px;
}
.modalflex {
  margin: 15px 0px;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1200px) and (max-width: 1450px) {
  section#csrsection2 {
    background-position: -80%;
  }
  .bannercontent {
    margin-left: 0%;
  }
  #chooseus {
    min-height: 350px;
  }
}

@media (min-width: 1300px) and (max-width: 1450px) {
  section#csrsection2 {
    background-position: -50%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .pjcontent h2 {
    font-size: 18px;
  }
  .bannercontent {
    margin-left: 0%;
  }
  .nav > li > a {
    padding: 10px 13px;
  }
  #chooseus {
    min-height: 450px;
  }
  .banner {
    background-position: 85%;
  }
  #chooseus {
    padding-top: 30px;
  }
  .chooseimage {
    top: 25%;
  }
  .offerbox {
    min-height: 420px !important;
  }
}

@media (min-width: 992px) and (max-width: 1050px) {
  section#csrsection2 {
    padding: 70px 0px 45px 0px;
    background: white;
    background-repeat: no-repeat;
    background-position: -200%;
    background-image: url(/img/csrbg.png);
    margin-bottom: 0px;
    min-height: 700px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  a.logo {
    width: 100%;
    display: block;
    margin: 0px;
  }
  .navbar-default .navbar-nav > li > a {
    color: #333333d1;
    font-weight: 600;
    font-size: 17px;
    padding: 35px 7px;
  }
  .banner {
    height: 400px;
    padding-top: 180px;
    background-image: url(/img/banner.png);
    background-position: 70%;
  }
  .bannercontent {
    margin-left: 0px;
  }
  .csrsection {
    display: block;
    border-radius: 0px;
  }
  .csrimage {
    width: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .csrcontent {
    width: 100%;
    margin: 0px;
    padding: 0px 25px;
  }
  .csrsection.evensection {
    border-radius: 0px;
  }
  #csrsection2 p {
    color: white;
  }
  .involved li {
    margin-bottom: 5px;
    color: white;
  }
  .involedimage {
    display: none;
  }
  #hsesection1 .rowflex {
    display: block;
  }
  section#csrsection2 {
    padding: 20px 0px 45px 0px;
    min-height: 1250px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .involved {
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
  }
  .solarimage {
    margin-top: 0px;
    border: 0px;
    padding: 15px;
    border-radius: 10px;
  }
  .cardicon {
    width: 10%;
  }
  .index_service .card {
    min-height: 200px;
  }
  .index_about_img {
    display: block;
  }
  .flex {
    width: 90%;
    margin-left: 5%;
  }
  .chooseimage {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
  }
  .choosecontent {
    margin-top: 25px;
  }
  #chooseus {
    padding-top: 0px;
  }
  #ourwhatwedo .flexrow {
    display: block;
  }
  #ourwhatwedo .borderradius {
    display: none;
  }
  .teamname {
    bottom: 2%;
  }
  section#hsesection2 {
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .grid-item {
    margin: 5px 0px;
  }
  .teambox {
    padding: 25px 30px;
  }
  /* .innerbanner {
    display: none;
  } */
  .index_about .grid-container {
    display: grid;
    grid-template-columns: auto;
  }
  section h3 {
    font-size: 25px;
  }
  .head {
    position: relative;
  }
  .top_row.py-2 {
    display: none;
  }
  .menu {
    margin: 10px 0px;
  }
  section {
    margin: 20px 0px 20px 0px;
  }
  a.logo {
    width: 100%;
    display: block;
    margin: 0px;
  }
  .navbar-default .navbar-nav > li > a {
    color: #333333d1;
    font-weight: 600;
    font-size: 17px;
    padding: 35px 7px;
  }
  .banner {
    height: 240px;
    padding-top: 60px;
    background-position: -100% bottom;
    background-position: 70%;
  }
  .count {
    width: 60px;
    height: 60px;
  }
  .eachlogoflex {
    padding: 5px 15px;
  }
  .dealerbox {
    grid-template-columns: 1fr 1fr;
  }
  #ourwhatwedo {
    padding: 20px 0px;
    margin: 25px 0px;
  }
  .aboutimagegp {
    margin-right: 0px;
  }
  .modal-dialog {
    width: 100%;
  }
  .aboutabsoluteimage {
    display: none;
  }
  h1 {
    font-size: 23px;
    font-weight: 700;
  }
  .whatwedobox {
    padding: 25px 10px;
  }
  .bannercontent {
    margin-left: 0px;
  }
  .csrsection {
    display: block;
    border-radius: 0px;
  }
  .csrimage {
    width: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .csrcontent {
    width: 100%;
    margin: 0px;
    padding: 0px 25px;
  }
  .csrcontent h2 {
    font-size: 20px;
    font-weight: 600;
  }
  .csrsection.evensection {
    border-radius: 0px;
  }
  #csrsection2 p {
    color: white;
  }
  .involved li {
    margin-bottom: 5px;
    color: white;
  }
  .involedimage {
    display: none;
  }
  #hsesection1 .rowflex {
    display: block;
  }
  section#csrsection2 {
    padding: 20px 0px 45px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    min-height: auto;
    padding: 0px;
  }
  section#csrsection2 .container {
    background: rgba(0, 0, 0, 0.5);
  }
  .involved {
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
  }
  .solarimage {
    margin-top: 0px;
    border: 0px;
    padding: 15px;
    border-radius: 10px;
  }
  .cardicon {
    width: 20%;
  }
  .index_service .card {
    min-height: 200px;
  }
  .index_about_img {
    display: block;
    margin-top: 10px;
  }
  .flex {
    width: 90%;
    margin-left: 5%;
  }
  .chooseimage {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
  }
  .choosecontent {
    margin-top: 25px;
  }
  #chooseus {
    padding-top: 0px;
    min-height: auto;
    padding: 0px 0px 25px 0px;
  }
  #ourwhatwedo .flexrow {
    display: block;
  }
  #ourwhatwedo .borderradius {
    display: none;
  }
  .teamname {
    bottom: 2%;
  }
  section#hsesection2 {
    margin-bottom: 0;
    padding-bottom: 40px;
  }
  .modalpjphotoflex {
    display: block;
  }
  .modalpjphoto {
    margin-bottom: 5px;
  }
  p,
  li,
  a {
    font-size: 16px;
  }
  .visionbox:before {
    display: none;
  }
  .visionbox {
    border: 2px solid #1c98c31c;
    padding: 25px;
    padding-left: 25px;
    border-radius: 15px;
    position: relative;
    width: 100%;
    margin-left: 0;
  }
  .page-title-heading {
    text-align: center;
  }
  .banner h2 {
    margin-left: 0;
    text-align: center;
  }
  .breadcrumb:before,
  .breadcrumb:after {
    display: none;
  }
  .banner h2 {
    margin-left: 0px !important;
  }
  .breadcrumb {
    margin-left: 28% !important;
  }
  section#csrsection2 h2 {
    font-size: 23px;
    font-weight: 800;
  }
  .breadcrumb a:after {
    content: "/";
    display: inline;
    margin-left: 15px;
  }
  .dealerbox {
    margin-top: 0px;
  }
  .peflex {
    display: block;
  }
  .peflex img {
    width: 50%;
    display: block;
    margin: 0px auto;
  }
  .petext {
    width: 100%;
    padding-left: 0px;
    font-size: 16px;
    padding-top: 0px;
  }
  .flex {
    border: 0px;
    margin-bottom: 20px;
  }
  .teamcontent {
    margin-top: 25px;
  }
  li.mm-listitem.mm-listitem_selected {
    background: var(--lightblue);
  }
  a.mm-navbar__title {
    color: var(--blue);
    font-weight: 600;
  }
}
