@import url(https://fonts.googleapis.com/css?family=Roboto:300,400);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: DINPro-Regular;
}

a.rdbtns {
  font-weight: 600;
  display: inline-block;
}

.contentflows {
  height: 62px;
  overflow: hidden;
}

.contentflows .rdmore-head {
  margin-bottom: 7px;
}

.new-heading::after {
  content: none;
}

.feat-txt h3::after {
  content: none;
  color: red;
}

.heading::after {
  content: none !important;
}

.header-top {
  background-color: #00405a;
}

.top-menu ul li a {
  color: white;
}

.callus {
  color: white;
}

.about-slider {
  border: #00405a 5px solid;
}

.about-slider::after {
  border: none !important;
}

.readmoreshow {
  margin: 50px 0;
  margin-left: 26%;
}

.contentflows.shotxt {
  height: auto;
}

a.rdbtns.expds span:nth-child(1) {
  display: none;
}

a.rdbtns.expds span:nth-child(2) {
  display: block;
}

a.rdbtns span:nth-child(2) {
  display: none;
}

.prod-name {
  border-radius: 7px;
  background-color: white;
  color: black;
  font-size: 13px;
}

.info {
  border-radius: 7px;
}

.explore {
  border-radius: 10px;
  background-color: #00405a;
  border: none;
  color: white;
  transition-duration: 0.4s;
}

.explore:hover {
  background-color: #00405a;
  /* Green */
  color: white;
  border: none;
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.about-us {
  background-color: #00405a;
}

.blue-more {
  border-radius: 10px;
  background-color: #FFDF00;
  color: #00405a !important;
  transition-duration: 0.4s;
  border: none !important;
}

.blue-more :hover {
  background-color: #00405a;
  /* Green */
  color: white !important;
  border: none !important;
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19) !important;
}

.main2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  background-color: #FFDF00;
}

.logo {
  margin-left: 20px;
}
.logo>a>img {
 width: 100px;
}

.nav {
  font-weight: bold;
  font-size: 30px;
  color: #19395B;
}

.footerBox {
  width: 100%;
  background-color: #FFDF00;
  height: auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 20px;
}

.footerData1 {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.contact-info {
  font-weight: bold;
}

.footer-last {
  background-color: #00405a;

}

.footer-mai {
  color: #00405a;
}

.footer-pho {
  color: #00405a;
}

.fm ul li a {
  color: #00405a;
}


.fm h3 {
  color: #00405a;
}

.column {
  float: left;
  width: 33.3%;
  margin-bottom: 16px;
  padding: 0 30px;
  text-align: center;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 10px;
}

.card {
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.card:hover {
  -ms-transform: scale(.95);
  -webkit-transform: scale(.95);
  transform: scale(.95);
}

.container5 {
  padding: 0 16px;
}

/* Clear floats */
.container5::after,
.row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: grey;
}

.button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #00405a;
  text-align: center;
  cursor: pointer;
  width: 30%;
  border-radius: 10PX;
}

.button:hover {
  background-color: #555;
}

.teamm {
  width: 60%;
  height: 70px;
  color: #00405a;
  text-align: center;
  margin: auto;
  font-weight: bold;
  font-size: 20px;
}

h1 {
  text-decoration: underline;
  text-decoration-thickness: auto;
  font-size: 30px;
  color: #00405a;
}

h2 {
  text-decoration: underline;
  text-decoration-thickness: auto;
  font-size: 30px;
}

figure.snip1390 {
  font-family: 'DINPro-Regular';
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 230px;
  max-width: 420px;
  width: 100%;
  color: #000000;
  text-align: center;
  font-size: 16px;
  background-color: #00405a;
  padding: 30px;
  background-image: linear-gradient(-25deg, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  text-align: center;
  border-radius: 10px;

}

figure.snip1390 *,
figure.snip1390 *:before,
figure.snip1390 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

figure.snip1390 figcaption {
  width: 100%;
}

figure.snip1390 h2,
figure.snip1390 h4,
figure.snip1390 blockquote {
  margin: 0;
}

figure.snip1390 h2,
figure.snip1390 h4 {
  font-weight: 300;
}

figure.snip1390 h2 {
  color: #ffffff;
}

figure.snip1390 h4 {
  color: #a6a6a6;
  margin-top: 10px;
}

figure.snip1390 blockquote {
  font-size: 1em;
  padding: 45px 20px 40px 50px;
  margin-top: 30px;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: inset -1.4px -1.4px 2px rgba(0, 0, 0, 0.3);
  text-align: left;
  position: relative;
}

figure.snip1390 blockquote:before {
  font-family: 'FontAwesome';
  content: "\201C";
  position: absolute;
  font-size: 70px;
  opacity: 0.25;
  font-style: normal;
  top: 0px;
  left: 20px;
}

figure.snip1390 .profile {
  width: 100px;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.4);
  margin-bottom: 10px;
  border: solid 5px #A6A57A;
}

.test1 {
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
  margin: 0;
  height: 100%;
}

/* Add a black background color to the top navigation */

.header-right {
  width: 600px;
  margin-top: 2px;
}

.navbar {
  overflow: hidden;
}

/* Navigation links */
.navbar a {
  float: left;
  display: block;
  color: #00405a;
  text-align: center;
  padding: 14px 20px;
  text-decoration: none;
  font-weight: bold;
  font-size: 17px;
}

/* Dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: #00405a;
  font-weight: bold;
  font-size: 17px;
  padding: 14px 20px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgba(0, 70, 93, 0.65);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* .dropdown-content a:hover {
  background-color: #555;
} */

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content:hover .nested-dropdown {
  display: block;
}

.nested-dropdown {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #333;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.nested-dropdown a {
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.nested-dropdown a:hover {
  background-color: #555;
}

.img1 {
  border-radius: 10px;
  border: #00405a 2px solid;
  box-shadow: 10px 10px 5px #aaaaaa;

}

.img1 {
  transition: .5s ease;
  backface-visibility: hidden;
}

.img1:hover {
  -ms-transform: scale(.95);
  /* IE 9 */
  -webkit-transform: scale(.95);
  /* Safari 3-8 */
  transform: scale(.95);
}

.container1 {
  width: 100%;
  height: auto;
  background-color: #19395B;
}

* {
  box-sizing: border-box;
}

/* Float four columns side by side */
.column1 {
  float: left;
  width: 20%;
  padding: 0 10px;
  margin-top: 25px;

}

.benefit1 {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}


.energyimg img {
  border-radius: 50%;
  border: 2px solid #19395a;
}

.energyimg {

  transition: transform .1s;
}

.energyimg img:hover {
  -ms-transform: scale(.95);
  -webkit-transform: scale(.95);
  transform: scale(.95);
}

.card1 {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  text-align: center;
  background-color: #f1f1f1;
  height: 300px !important;
  border-radius: 5px;

}


/* ------other------ */

.dropbtn {
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content .submenu {
  position: relative;
  display: inline-block;
}

.dropdown-content .submenu .sub-content {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.dropdown-content .submenu:hover .sub-content {
  display: block;
}

.dropdown-content .submenu:hover .sub-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.bg {
  background-color: black !important;
}

/* about section */
.contactcontainer {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.contactData {
  width: calc(100% - 52%);
  padding: 10px;
  margin: 10px;
  height: auto;
}

.contactData>span {
  text-decoration: underline;
  text-decoration-thickness: auto;
  font-size: 30px;
  font-weight: bold;
  color: #00405a;
}


.contactData>.textData {
  width: 100%;
}

.contactData>.textDataBox>form>div>input {
  width: 100%;
}

.contactData>.textDataBox>form>div>textarea {
  width: 100%;
  margin-bottom: 10px;
}

.contactData>.textDataBox>p {
  font-size: 18px;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.contactData>.textData>img {
  width: 100%;
}

.contactData>.textData>p {
  font-size: 18px;
  line-height: 1.8;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

/* end about */

.form-input {
  width: 450px;
  height: 50px;
  border: 1px solid gray;
  padding-left: 5px;
  border: 0.125rem solid rgba(92, 91, 91, 0.589);
}

.formcontrol {
  border: 1px solid grey;
  width: 450px;
}

.form-input:hover {

  border: 1px solid black;
}


.submitBtn {
  width: 100%;
  background-color: burlywood;
  padding: 10px;
  outline: none;
  border: none;
  color: #fff;
  border-radius: 50px;
}

.contactData img {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 10px;
}
.container-panel .contactData img{
  height: 200px;
  object-fit: contain;
  background-color: #fff;
  margin-bottom: 1.5rem;
}
.container-panel2 .contactData img, .container-panel1 .contactData img{
  height: 200px;
  object-fit: contain;
  background-color: #fff;
  margin-bottom: 1.5rem;
}
.d-lg-none{
  display: none;
}

.footcontainer {
  width: 100%;
  text-align: center;
  font-size: 24px;
  padding: 10px;
  word-spacing: 3px;
  margin-top: 50px;
}

.toggleBtn {
  display: none;
}

.sidebar {
  display: none;
}

.toggleBtn {
  display: none;
}

.sidebar {
  display: none;
}


#teamData {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* lowwatt css */

.tablelow {
  margin: auto;
  border-collapse: collapse;
  border: none;

}

.th1 {
  width: 150px;
  border: none;
}

.tr1 {
  border: none;
}

.td1 {
  border: none;
}

.tabledes {
  text-align: center;
  border: none;

  border-collapse: collapse;
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.th2 {
  width: 150px;
  background-color: #00405a;
  color: white;
}

.left-bottom {
  width: 74%;

  margin: auto;
  text-align: left;

}

/* Downlight css */
.container-panel {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;

}

.panel-left {
  width: 28%;
  height: 95%;
  float: left;
  background-color: white;
  border-radius: 5px;
  text-align: center;
  margin-left: 15px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.panel-middle {
  width: 28%;
  height: 95%;
  background-color: rgb(234, 239, 243);
  float: left;
  margin-left: 15px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.panel-right {
  width: 28%;
  height: 95%;
  background-color: white;
  float: left;
  margin-left: 15px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.left-bottom1 {
  width: 90%;
  margin: auto;
  text-align: left;

}

.btns {
  width: 150px;
  height: 40px;
  background-color: #00405a;
  color: white;
  border-radius: 15px;
  border: none;
  transition-duration: 0.4s;
}

.btns:hover {
  background-color: #00405a;

  color: white;
  border: none;
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.new-heading {
  text-align: center;
  margin-top: 20px;
}

.new-heading h3 {
  color: #00405a;

}

h2 {
  color: #00405a;

}

.enter {
  width: 150px;
  height: 35px;
  border-radius: 15px;
  padding: 7px;
  color: #000000;
  border: #00405a 1px solid;

}

.sign {
  width: 85px;
  height: 35px;
  border-radius: 15px;
  padding: 7px;
  color: white;
  border: #00405a 1px solid;
  background-color: #00405a;
}

.foot1 {
  height: 250px;
  width: 250px;
  color: #00405a;
  float: left;
  font-size: 16px;
  padding: 10px;
}

.foot2 {
  height: 250px;
  width: 350px;
  color: #00405a;
  float: left;
  font-size: 16px;
  margin-top: 10px;
}

.foot1>a {
  color: #00405a;
}

.foot2>a {
  color: #00405a;
}

.foot1 ul li a {
  color: #00405a;
  font-weight: bold;
  font-family: 'DINPro-Regular', ;
}

.iconData {
  padding: 10px;
}

.foot2 ul li a {
  color: #00405a;
  font-weight: bold;
  display: flex;
  align-items: center;
  font-family: 'DINPro-Regular', ;
}


.footbot {
  width: 100%;
  display: flex;
  background-color: #fff;
  justify-content: space-between;
  padding: 20px;
}

.footbotImg {
  display: flex;
  background-color: #fff;
  justify-content: space-between;
}

/* Flood light */

.container-panel1 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}


.panel-left1 {
  width: 28%;
  height: 95%;
  float: left;
  background-color: white;
  border-radius: 5px;
  text-align: center;
  margin-left: 15px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.panel-middle1 {
  width: 28%;
  height: 95%;
  background-color: rgb(234, 239, 243);
  float: left;
  margin-left: 15px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.panel-right1 {
  width: 28%;
  height: 95%;
  background-color: white;
  float: left;
  margin-left: 15px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* Street light */

.container-panel2 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.panel-left2 {
  width: 28%;
  height: 95%;
  float: left;
  background-color: white;
  border-radius: 5px;
  text-align: center;
  margin-left: 15px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.panel-middle2 {
  width: 28%;
  height: 95%;
  background-color: rgb(234, 239, 243);
  float: left;
  margin-left: 15px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.panel-right2 {
  width: 28%;
  height: 95%;
  background-color: white;
  float: left;
  margin-left: 15px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.boxDataAny {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 10px;
}

.teamBoxData {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.teamBox1 {
  height: 500px;
}

.teamBox1>img {
  height: 430px;
}

.lowWattBox {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.imageBoxData {
  width: auto;
  height: 230px;
}

.lightBoxData {
  width: 200px;
  height: 200px;
}

.lightBoxData {
  height: auto;
}

.lightBoxData>img {
  width: 100%;
  height: 120px;
}

.imageBoxData>img {
  width: 100%;
  height: 100%;
}

.imageBoxData1 {
  height: 590px;
  margin: 10px;
  padding: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.leftData {
  margin-left: 10px;
}

h3 {
  line-height: 35px;
}

.explorebtn {
  position: absolute;
  bottom: 30px;
}

.teamBox1>.container5>p {
  margin-top: 5px;
}

.teamBox1>.container5>span {
  color: #00405a;
  font-weight: bold;
  font-size: 20px;
}

.foot1>ul>li>a {
  line-height: 25px;
}

figure.snip1390 span {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

.directorImg {
  width: 442;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.directorImg>div {
  width: 350px;
  height: 320px;
}

.dropbtnproducat>.dropbtn {
  border-top: 1.5px solid #fff;
  width: 100%;
}

.outdoorBox {
  margin-right: 150px;
}

.headingBox>span {
  color: #FFDF00;
}

.exploreBox {
  background-color: #FFDF00;
  color: black;
}

.featureProduct {
  background-image: url(images/backgroun.jpg);
  text-align: center;
}

.featBox {
  float: left;
}

.LightBoxImg {
  margin-top: 30px;
}

.newLunch {
  text-align: left;
}

.whyChoose {
  width: 100%; 
  padding: 20px;
}

.whyChoose>div {
  width: 100%;
  padding: 20px;
  font-size: 16px;
  line-height: 28px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media screen and (max-width: 768px) {
  .rt img {
    height: 300px !important;
  }
  .box-860 {
    height: auto !important;
}
  .box-840{
    height: auto !important;
  }
  .d-sm-none{
    display: none;
  }
  .d-block{
    display: block !important;
  }
  .about-slider.owl-carousel .item p {
    margin: 0px;
  }

  .foot1>a {
    color: #00405a;
  }

  figure.snip1390 h4 {
    margin-top: 0px;
  }

  .foot2 {
    height: auto;
    width: 100%;
  }

  .lightBox>img {
    width: 75%;
  }

  .lightBoxData {
    width: 100% !important;
    height: auto;
  }

  .rt img {
    width: 280px !important;
  }

  .newrange-slider .item h3 {
    margin: 0px;
  }

  .footerData {
    width: 100%;
    text-align: center;
  }

  .footerData>img {
    width: 100px;
  }

  .footerData>h2 {
    font-size: 16px;
  }

  .footerData>input {
    width: 90%;
  }

  .foot1 {
    height: auto;
    width: 100%;
  }

  .td1 {
    border: none;
    font-size: 10px;
  }

  .contactData h1 {
    font-size: 24px;
  }

  .contactData h2 {
    font-size: 24px;
  }

  .teamBox1 {
    width: 100% !important;
    height: 400px;
  }

  .teamBox1>img {
    width: 100% !important;
    height: 330px;
  }

  .teamBox1>.container5>p {
    margin-top: 0px;
  }

  .boxDataAnyData {
    width: 100%;
  }

  .feat-img {
    width: 100%;
    display: block;
    padding: 10px;
  }

  .readmoreshow {
    margin-left: 3%;
  }

  .column {
    width: 100%;
    display: block;
  }

  .navbar {
    display: none;
  }

  .toggleBtn {
    border: none;
    outline: none;
    position: absolute;
    display: block;
    top: 30px;
    right: 20px;
    font-size: 24px;
    background-color: #FFDF00;
  }

  h1 {
    font-size: 14px;
  }

  .header-top {
    display: none;
  }

  .main2 {
    width: 100%;
    height: 80px;
  }

  .logo>a>img {
    width: 50px;
    height: 50px;
  }

  .sidebar {
    width: 100%;
    height: auto;
    position: relative;
    right: 0;
    top: 0px;
    display: none;
    z-index: 10;
  }

  .sidebar>a {
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    background-color: #333;
    border-top: 1px solid white;
    font-size: 20px;
    text-align: center;
    color: #fff;
    text-decoration: none;
  }

  .sidebar>.dropdown {
    width: 100%;
    text-align: center;
    background-color: #333;
  }

  .dropdown>.dropbtn {
    color: white;
  }

  .dropbtn>.submenu>a {
    color: white;
    border-top: 1.5px solid white;
  }

  .dropbtn>.submenu {
    width: 100%;
    text-align: center;
  }

  .dropbtn>.submenu>a:hover {
    color: black;
  }

  .sidebar>a:hover {
    background-color: green;
  }

  .dropdown-content {
    width: 100%;
  }

  .submenu {
    color: white;
  }

  a {
    color: #fff;
  }

  .owl-carousel .owl-item img {
    display: block;
    width: 100% !important;
    height: 220px;
  }

  .footcontainer {
    margin: 0px;
  }

  .footcontainer>h2 {
    font-size: 18px;
    word-spacing: 0px;
  }

  .contact-info {
    text-align: center;
  }

  .contact-info>h3 {
    display: none;
  }

  .contactData {
    width: 100%;
    text-align: justify;
  }

  .contactData>span {
    font-size: 24px;
  }

  .contactData>.textData>p {
    font-size: 16px;
    line-height: 1.5;
  }

  .textDataBox {
    text-align: start;
  }

  .contactData>.textDataBox>p {
    font-size: 13px;
  }

  h3 {
    line-height: 50px;
  }

  h2 {
    line-height: 35px;
    font-size: 18px;
  }
}
/*new css*/
.mt-3{
  margin-top: 1.5rem;
}
.box-840{
  height: 840px;
}
.contactData h2{
  line-height: 2.2rem;
}
.tabledes td{
  font-size: 13px;
}
.box-860{
  height: 860px;
}