/*@import url("fontawesome-all.min.css");*/
/* @import url('fonts.css'); */
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap");
*,
html {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  /* Font varient */
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  /* Smoothing */
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
body {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  color: #000;
  box-sizing: border-box;
  overflow-x: hidden;
  padding-top: 88px;
  background: #fff;
}

header.header2.staticheader {
  background-color: white;
  box-shadow: 1px 1px 5px #dddddda1;
}
img {
  max-width: 100%;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="date"],
input[type="time"],
input[type="file"],
textarea,
button,
input[type="password"],
input[type="tel"],
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  box-shadow: none !important;
  border-radius: 2px;
  font-family: Outfit;
}
.form-control:focus {
  box-shadow: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica";
}

a,
input,
button,
a:focus,
input:focus,
button:focus {
  outline: none !important;
  color: #147145;
}
:focus {
  outline: -webkit-focus-ring-color auto 0px !important;
}
img {
  max-width: 100%;
}
/* li{list-style-type:none;} */

header {
  position: fixed; /* background: #fff7dd; */
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  min-height: 76px;
  z-index: 100;
}
.removefixed.header {
  top: 0;
}
.removefixed.topnav {
  position: inherit;
}

header.header-bg {
  background: #1b1f3a;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
header.fixed {
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  transform: translate(0, -50px);
}
header.fixed nav a,
header.fixed .logo a {
  color: #555555;
}
.header .col {
  display: flex;
  position: initial;
  justify-content: space-between;
}
header.in-view {
  opacity: 1;
  visibility: visible;
  transition: all 0.6s ease;
  transform: translate(0, 0);
}
.logo {
  width: 100%;
  max-width: 210px;
  height: auto;
  margin: 0 auto;
}
/*.menu{margin-left: 5%; }*/

header.fixed .menu ul li a {
  color: #000;
}
header.fixed .btn-header.white-btn,
header.in-view .btn-header.white-btn {
  border: 1px solid #c4c3c1;
}
.logSign-box {
  position: absolute;
  right: 0;
  top: 0;
  padding: 25px 25px 23px 0px;
}
.btn-header {
  border: none;
  font-size: 18px;
  padding: 10px 25px;
  font-weight: 500;
  border-radius: 4px;
}
.btn-header:hover {
  text-decoration: none;
  color: #171c2a;
}
.btn-mobmenu {
  display: none;
  position: fixed;
  top: 4px;
  right: 15px;
  width: 20px;
  height: 40px;
  border-radius: 0px;
  background: transparent;
  color: #fff;
  font-size: 20px;
  z-index: 101;
  line-height: 30px;
  padding: 6px 0px;
}
header.fixed .btn-mobmenu,
header.in-view {
  color: #000;
}
header.fixed .logoimg,
header.in-view .logoimg {
  display: block;
}
header.fixed .whitelogo,
header.in-view .whitelogo {
  display: none;
}
.logiblock a {
  margin: 0 10px;
  font-size: 16px;
}
.searchmain {
  position: relative;
  margin-right: 20px;
}
.searchmain .form-control {
  border-radius: 20px !important;
  height: 40px;
  width: 305px;
}
.humburger-menu {
  display: block;
  top: 7px;
  max-width: 30px;
  position: relative;
  cursor: pointer;
}

.menu {
  position: fixed;
  width: 200px;
  height: 100vh;
  top: 22px;
  right: 0px;
  padding-top: 0px;
  padding-right: 0px;
  overflow: hidden;
  overflow-y: auto;
  transition: 400ms;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  padding-left: 0;
  z-index: 9;
  margin: 0px;
  padding: 20px 0px;
  background-image: url(../images/image_s.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.menu.mobmenushow {
  transform: translate(0%);
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
}

form#collaboration,.btmthank{
  margin-bottom: 110px;
}

.mb100{
  margin-bottom: 100px;
}

.menu ul li {
  display: block;
  width: 100%;
  position: relative;
}
.menu ul li a {
  display: block;
  width: 100%;
  color: #000000;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}
.menu ul li a:hover,
.menu ul li a:focus,
.menu ul li a.active {
  background-color: #90ee90;
  text-decoration: none;
}
.menu ul li:hover a ~ ul.drpdown {
  display: none;
}
.menu > ul > li {
  display: block;
  width: 100%;
}
.menu > ul li a,
.xs-menu li a {
  padding: 12px 26px;
}
.menu.showmob {
  display: block;
}
.humburger-menu {
  float: right;
}
.fottercommonheading {
  color: #4c5f6a;
  font-size: 16px;
  font-family: "Helvetica";
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 25px;
}
.usefullink li a {
  color: #000000;
  font-size: 16px;
  font-family: "Helvetica";
  text-transform: uppercase;
}
.footerinnermain {
  display: flex;
}
.footerinnermain .socialicon {
  margin-top: 4rem;
}
.usefullink {
  display: inline-block;
  width: 33%;
  vertical-align: top;
}
.commonlist-sec li {
  list-style-type: none;
}
.commonlist-sec li a {
  display: inline-block;
  margin: 0 0 28px;
  text-decoration: none;
}
.commonlist-sec li:last-child a {
  margin-bottom: 0px;
}
.usefullink address {
  color: #000000;
  font-size: 16px;
  font-family: "Helvetica";
  max-width: 140px;
}
.socialicon {
  text-align: center;
}
.socialicon a {
  padding: 0;
}
.topsectionSearch {
  text-align: center;
  margin: 34px 0px;
}
.heading {
  color: #311f0d;
  font-family: "Work Sans", sans-serif;
  font-size: 30px;
  font-weight: 300;
  margin: 0px 0px 40px;
}
.heading span {
  color: #4cac78;
  font-weight: 700;
}
.searchbox {
  max-width: 375px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 45px;
}
.searchbox span {
  display: inline-block;
  position: absolute;
  left: 14px;
  font-size: 22px;
  color: #000;
  top: 3px;
  font-weight: 700;
  cursor: pointer;
}
.searchbox span i {
  font-weight: bolder;
}
.searchbox .form-control {
  padding-left: 50px;
  border-width: 3px;
  border-color: #000;
  border-radius: 27px;
  height: 42px;
}
.btn-chrome {
  color: #311f0d;
  font-weight: 300;
  background-color: #ffc800;
  border-color: #000;
  border-radius: 50px;
  border-width: 4px;
  border-bottom-width: 10px !important;
  border-left-width: 6px;
  min-width: 260px;
  font-size: 18px;
  padding: 7px 15px;
}
.btn-chrome span {
  font-weight: 700;
}
.btn-chrome img {
  margin-top: -3px;
  margin-right: 10px;
}
.side-arrow {
  cursor: pointer;
  position: fixed;
  bottom: 20%;
  right: 13px;
  width: 25px;
  text-align: center;
  cursor: pointer;
}
.quicksearchSec {
  position: relative;
  /* background-size: cover;
        border: solid 30px #000;
        border-left: 0px;
        border-color: transparent transparent #000 transparent;
        border-radius: 19% 3% 34% 9%;
        border-right: 0px; */
  padding: 130px 0px 20px;
  /* background-color: #fff;
        border-top-color: #fff;    box-shadow: 0 -8px 10px #eee; */
}
.bgimg-sec img {
  width: 100%;
}
.containerSection {
  position: absolute;
  top: 350px;
  width: 100%;
  padding-bottom: 80px;
}

.contentheading {
  font-size: 32px;
  color: #000;
  font-weight: 600;
  margin-bottom: 48px;
  max-width: 410px;
}
.contentSection p {
  color: #311f0d;
  font-size: 18px;
  margin-bottom: 25px;
}
.commonQuickBlock {
  text-align: center;
}
.commonQuickBlock h3 {
  font-size: 24px;
  margin-bottom: 3rem;
  color: #000;
}
.commonQuickBlock h3 span {
  display: inline-block;
  padding-right: 5px;
}
footer.common-footer {
  padding: 35px 0px 20px;
  background-color: #fff;
}
.choosesection {
  padding: 5rem 0rem 3rem;
}
.epicBlock {
  display: flex;
  align-items: center;
  margin: 0 0 6rem;
}
.colheading {
  color: #311f0d;
  font-weight: 600;
  font-size: 40px;
  margin: 3rem 0rem;
}
.epicBlock p {
  width: 90%;
  padding-left: 4.5rem;
  margin-bottom: 0px;
  font-size: 14px;
  color: #311f0d;
  font-weight: 600;
  line-height: 26px;
}
.joinblock {
  max-width: 560px;
  margin: 3rem auto;
  text-align: center;
}
.joinblock h3 {
  color: #000000;
  font-size: 35px;
  font-weight: 600;
}
.joinblock .btn-chrome {
  color: #000;
  min-width: 230px;
}
/*  .staticheader{position: relative;height: auto;
        min-height: auto;
        margin: 0 0 30px;} */
/* .staticheader .logo{margin:0px;width:100%;} */
.staticPages .mainheading {
  color: #311f0d;
  font-size: 25px;
  font-weight: 600;
  margin: 3rem 0 3rem;
}
.staticPages p {
  color: #626A66;
  font-size: 16px;
  font-weight: 500;
  font-family: Outfit;margin-bottom:40px;
}
.tabblock .nav-link {
  color: #311f0d;
  font-weight: 900;
  background-color: #ffc800;
  border-color: #000;
  border-radius: 50px;
  border-width: 4px;
  border-bottom-width: 6px !important;
  border-left-width: 6px;
  min-width: 205px;
  font-size: 16px;
  padding: 7px 15px;
  cursor: pointer;
}
.logomain {
  display: flex;
  padding: 26px 0;
}

@media screen and (max-width: 768px) {
  .logomain {
    padding: 6px 0;
  }
}
.tabblock ul.nav {
  justify-content: space-between;
  padding: 0 50px;
}
.tabblock .nav-pills .nav-link.active,
.tabblock .nav-pills .show > .nav-link {
  background-color: #ffc800;
  color: #000;
  border-bottom-width: 10px !important;
  border-left-width: 10px;
}
.tabblock {
  max-width: 90%;
  margin: 0 auto;
  margin-top: 50px;
}
.tabblock .tab-content {
  background-color: #fff;
  padding: 30px 45px 0px;
  margin-top: 30px;
}
.discoveimgBlock,
.discoveimgBlock .imageBlock {
  position: relative;
}
.discoveimgBlock img,
.discoveimgBlock .imageBlock {
  width: 100%;
}
.discoveimgBlock .imageBlock::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #8e8e8e;
  opacity: 48%;
}
.nameblock {
  position: absolute;
  top: 10px;
  left: 20px;
}
.discoveimgBlock {
  margin-bottom: 20px;
}
.nameblock h5 {
  color: #fff;
  font-size: 18px;
  font-family: "Work Sans", sans-serif;
  margin-bottom: 0px;
  font-weight: 500;
}
.nameblock p {
  margin: 0px;
  color: #fff !important;
  font-weight: 300 !important;
}
.discoveimgBlock .noblock {
  color: #ffc800;
  font-size: 17px;
  position: absolute;
  bottom: 15px;
  right: 20px;
  font-weight: 500;
}
/* .slidermain{display:none;}
.slidermain.display{display:block;} */
.bottom-text {
  font-weight: 600;
  font-size: 30px;
  color: #311f0d;
  margin: 0px;
}
.bottom-text span {
  color: #fec700;
  font-size: 40px;
  font-family: "Work Sans", sans-serif;
}
.contentSection ol {
  padding-left: 20px;
}
.contentSection li {
  color: #311f0d;
  font-size: 18px;
  margin-bottom: 40px;
}
.mapinner {
  text-align: center;
  padding: 0px 0rem;
}
.mapSection {
  /* border: solid 30px #000;
    border-left: 0px;
    border-color: transparent transparent #000 transparent;
    border-radius: 13% 19% 6% 23%;
    border-right: 0px; */
  padding: 0px 0px 50px;
  /* background-color: #fff;
    border-top-color: #fff;    box-shadow: 0 -8px 10px #eee; */
}

.mapinner img {
  width: 100%;
}
section.discoverSection {
  padding: 8rem 0 5rem;
}
.discoverheading h3 {
  font-size: 40px;
  font-weight: 600;
  color: #311f0d;
  margin-bottom: 2rem;
  font-family: "Work Sans", sans-serif;
}
.discoverheading p {
  font-size: 16px;
  color: #311f0d;
  font-weight: 500;
}
.colobrateSection {
  padding-bottom: 2rem;
}
.top-section {
  min-height: 600px;
  padding-top: 3rem;
}
.slidermain .slick-prev,
.slidermain .slick-next {
  font-size: 60px;
  bottom: -45px;
  top: auto;
  right: -20px;
}
.slidermain .slick-prev:before,
.slidermain .slick-next:before {
  font-size: 60px;
  color: #9a9a9a;
}
.slidermain .slick-prev {
  left: auto;
  right: 83px;
}
.slidermain .slick-prev:before {
  content: url(../images/arrow-left.png);
}
.slidermain .slick-next:before {
  content: "";
  content: url(../images/arrow-right.png);
}

.commonfaqBlock {
  margin-bottom: 20px;
}
.commonfaqBlock h5 {
  color: #311f0d;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 2px;
  font-family: "Work Sans", sans-serif;
}
.form-block p.privacytext {
  color: #311f0d;
  font-size: 14px;
  font-family: "Helvetica";
  font-weight: 600;
}
.form-block p.privacytext a {
  text-decoration: underline;
  color: #311f0d;
}
.form-block .form-control {
  background: #f4f4f4;
  border: 1px solid #e5e6e5;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 15px 20px;
}
.form-block textarea.form-control {
  height: 150px;
  padding: 20px;
}
.form-block .form-group {
  margin-bottom: 20px;
}
.form-block .form-control::-webkit-input-placeholder {
  /* Edge */
  color: #311f0d;
  opacity: 29%;
  font-weight: 600;
  font-size: 20px;
}

.form-block .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #311f0d;
  opacity: 29%;
  font-weight: 600;
  font-size: 20px;
}

.form-block .form-control::placeholder {
  color: #311f0d;
  opacity: 29%;
  font-weight: 600;
  font-size: 20px;
}
img.humburger-menu12 {
  margin-top: -58px;
  margin-left: 699px;
}
.btn-yellow {
  color: #311f0d;
  font-weight: 300;
  background-color: #4cac78;

  border-width: 4px;
  border-bottom-width: 7px !important;
  border-left-width: 6px;
  min-width: 105px;
  font-size: 18px;
  padding: 5px 15px;
  /*border-left-width: 11px;*/
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Helvetica";
}
.mainSocialBlock a {
  display: inline-block;
  border: 3px solid #000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0px;
  margin-right: 5px;
  line-height: 33px;
}
.mainSocialBlock a img {
  width: 100%;
  border-radius: 50%;
}
.heading2 {
  color: #000000;
  font-size: 18px;
  font-family: "Work Sans", sans-serif;
  margin: 30px 0px 45px;
}
.heading2 span {
  color: #ffc800;
  font-weight: 700;
  font-size: 25px;
}
.opensense {
  font-family: "Work Sans", sans-serif;
}
.staticPages .mainheading.opensense {
  font-weight: 600;
  color: #311f0d;
  font-size: 30px;
}

/* .colobform  .form-group{display: flex;margin-bottom:40px;}
           .colobform .form-group:first-child label{max-width: 213px;
            width: 100%;}
           .colobform label{font-size:22px;color:#311f0d;font-weight:500;margin-right:15px;}
           .colobform input.form-control{height:36px;}
           .form-block .colobform textarea.form-control{height:110px;} */
.descBlock {
  margin-top: 3rem;
}
.descBlock h4 {
  font-family: "Work Sans", sans-serif;
  color: #311f0d;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 20px;
}
.descBlock p {
  font-size: 15px;
  color: #311f0d;
  font-weight: 500;
  margin-bottom: 0;
  width: 72%;
}
.topmargin {
  margin-top: -30px;
}
.topmargin .btn {
  font-size: 14px !important;
}
.thanksBlock .heading {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 24px;
}
.thanksBlock .logo {
  width: 190px;
  margin-bottom: 45px;
}
.thanksBlock p {font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #2A2F2C;margin-bottom:0px;
}
.thanksBlock{max-width:700px;margin:0 auto;text-align: center;
  border-radius: 25px;margin-top:0rem;
    padding: 0rem;}
    .btn-start{padding: 5px 18px;
      width: 300px;
      height: 60px;
      background: #4CAC78;
      border-radius: 5px;font-family: 'Outfit';
      font-style: normal;
      font-weight: 700;
      font-size: 16px;
      line-height: 25px;
      color: #FFFFFF;margin-top:15px;}
      .thankspagetop{    min-height: 33vh;}
.projectblock {
  border-radius: 29px;
  filter: 0;
  background-color: #faf8f6;
  padding: 30px 0;
  margin-bottom: 4rem;
}
.btn-infor {
  font-size: 13px;
  color: #ffffff;
  font-weight: bold;
  font-family: "Helvetica";
  width: 73px;
  border-radius: 15px;
  background-color: #311f0d;
}
.btn-infor:focus {
  color: #eee;
}
.staticPages p.projectdesc {
  font-size: 14px;
  color: #311f0d;
  font-weight: 500;
  font-family: "Helvetica";
  margin-bottom: 0px;
}

.projectContent .headingLeft h6 {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  color: #2a2f2c;
  margin: 28px 0 0;
}
.buttonproject .btn-yellow {
  background-color: #4cac78;
  border: 1px #020202;
  width: 207px;
  color: white;
}
button.btn.btn-yellow.selectProject {
  padding: 10px 6px;
  border-radius: 0px;
  background-color: #EFF5F2!important;
  color: #4cac78;
  border: 1px solid #4cac78 !important;
  font-family: "Outfit";
  font-style: normal;
  font-weight: 700;
  font-size: 14px !important;
  line-height: 25px;
  border: 1px solid;
  border-radius: 5px !important;
  width: 100%;
  text-transform: none;
}
.staticheader .logo {
  max-width: 160px;
  margin: 0 auto;
}
button.btn.btn-infor {
  float: left;
  border-radius: 0px;
  background-color: white;
  color: #4cac78;
  border: 1.5px solid #4cac78;
  padding: 13px 15px;text-transform:capitalize;
  width: 100%;
}

button.btn.btn-yellow.selectedProject {
  color: #fff !important;
  background-color: #4cac78!important;
      text-transform: capitalize !important;

}


button.btn.btn-yellow.selectedProject img {
  opacity: 1 !important;
  display: inline-block !important;
}



button.btn-infor:hover {
  background-color: #4cac78;
  color: #ffffff;
}
button.btn.btn-yellow.selectProject:hover {
  color: #fff;
  background-color: #4cac78!important;
}
button.btn.btn-yellow.selectProject:hover img{opacity:1;display:inline-block;}
h1.mainheading.ml-4 {
  margin-bottom: -81px;
}
button.btn.btn-yellow.selectProject img{width: 15px;
  height: 15px;
  vertical-align: text-bottom;
  margin-right: 5px;opacity:0;display: none;}
.commonprojectBlock {
  padding-bottom: 20px;
  margin-bottom: 15px;
  align-items: center;
  width: 31%;
  float: left;
  background: #fff;
  margin: 13px;
  box-shadow: 0;
}
.projectContent .headingLeft h3 {
  font-size: 12px !important;
  color: #4cac78;
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  text-align: left;
  text-transform: uppercase;
  color: #4cac78;
  margin: 21px 0;
}
.staticPages .contentblock p {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #626a66;
  margin-bottom: 20px;
}
button.btn.btn-yellow {
  border-radius: 0px;
}

.commonprojectBlock .imageSec {
  max-width: 220px;
  border-radius: 60px;
}
/* .commonprojectBlock .imageSec img{width:100%;height:100%;border-radius:60px} */

.projectContent {
  padding-left: 20px;
  padding-top: 10px;
  padding-right: 20px;
  width: 100%;
}
.projectContent .headingSection {
  margin-bottom: 20px;
  justify-content: space-between;
  align-items: center;
}
.commonprojectBlock:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
}
/* .projectinner{overflow-y: auto;} */
/* .buttonproject {padding-right:3.3rem;} */
/* .projectinner::-webkit-scrollbar {
							width: 20px;
						} */
.infobutton {
  padding-right: 10px;
}
/* Track */
/* .projectinner::-webkit-scrollbar-track {
							box-shadow: inset 0 0 5px #fff; 
							background-color:#fff;
							border-radius: 10px;
							border:1px solid #eee
						} */

/* Handle */
/* .projectinner::-webkit-scrollbar-thumb {
							background: #ffc800; 
							border-radius: 10px;
						} */

/* Handle on hover */
/* .projectinner::-webkit-scrollbar-thumb:hover {
							background: #ffc800; 
						} */

.chooseimgBlock {
  text-align: center;
}
.btn-chrome img {
  width: 25px;
}
.mainSocialBlock label {
  position: relative;
}
.mainSocialBlock label span {
  cursor: pointer;
  position: absolute;
  right: 12px;
  bottom: 4px;
  width: 17px;
  height: 17px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #000;
  font-size: 11px;
  font-weight: 600;
}
.mainSocialBlock a {
  width: 70px;
  height: 70px;
  line-height: 56px;
  padding: 2px;
  margin-right: 10px;
}

.modal-header .close img {
  width: 30px;
}
.commonmodal .modal-dialog {
  max-width: 600px;
  width: 100%;
}
.modalprojecttext {
  font-size: 16px;
}
.common-headingh3 {
  font-size: 25px;
}

@media (min-width: 300px) and (max-width: 992px) {
  .commonprojectBlock {
    width: 100%;
  }

  .infobutton.text-right {
    text-align: center !important;
    margin: 0;
    padding: 0;
  }
  .humburger-menu {
    top: 22px !important;
  }
  .projectContent .headingLeft h3 {
    text-align: center;
  }
  .projectContent .headingLeft h6 {
    text-align: center !important;
    padding: 0 20px;
  }
  /* section.top-navigation {
    margin-bottom: 50px;
} */
  .staticPages .contentblock p {
    margin: -20px 0 20px !important;
  }
  h1.mainheading {
    font-size: 20px !important;

    text-align: center !important;
  }
  .infobutton.text-right a {
    display: inline-block;
    text-align: center;
  }
  h1.mainheading.ml-4 {
    margin-bottom: 0;
  }
  .buttonproject.mt-5 {
    text-align: center !important;
    margin: 0 !important;
  }
  .staticheader .logo {
    margin: 20px auto;
  }
  h1.mainheading {
    text-align: center;
    font-size: 20px !important;
    margin-bottom: 10px !important;
  }
  .logos li {
    width: 100% !important;
  }
  .Choose_sec {
    display: block !important;
  }
  h1.mainheading {
    width: 100% !important;
  }
  .buttonproject.text-right {
    width: 100% !important;
    text-align: center !important;
  }
}
a.navbar-brand {
  width: 33.33%;
  padding: 0;
}
.logos {
  text-align: center;
  padding-top: 90px;
}
.logos li {
  list-style: none;
  display: inline-block;
  width: 18.7%;
  margin: 0 0 19px;
}
.img-fluid {
  max-width: 100%;
}
.Privacypage {
  background: #eff5f2;
  text-align: center;
  padding: 45px 0;
  margin-bottom: 40px;
  float: left;
  width: 100%;
}
.commonfaqBlock {
  max-width: 860px;
  margin: 0 auto;
}
.commonfaqBlock p {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  font-size: 18px !important;
  line-height: 26px;
  text-align: center;
  color: #626A66;
}
h1.Privacy_test {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 600 !important;
  font-size: 52px !important;
  line-height: initial;
  text-align: center;
  color: #2a2f2c;
  padding-bottom: 29px;
  padding-top: 28px;
}
.top-navigation {
  padding: 0 0;
}
.Policychanges_text_title h2 {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: #2a2f2c;
  padding-top: 15px;
}
.Policychanges_text_title p {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #2a2f2c;
}
a.voltesearch {
  color: #4cac78;
  text-decoration: underline;
}
.Policychanges {
  margin-bottom: 60px;
  background-color: #fff;
}
.Policychanges_text_title {
  max-width: 860px;
  margin: 0 auto;
}

.Policychanges_text_title ul {
  margin-left: 35px;
}
.Policychanges_text_title li {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #2a2f2c;
}
.Choose_sec {
  display: flex;
  padding-top: 30px;
}
h1.mainheading {
  text-align: left;
  font-family: "Outfit";
  font-style: normal;
  font-weight: 700 !important;
  font-size: 36px !important;
  color: #2a2f2c !important;
  margin: 0 !important;
}
.buttonproject.text-right {
  width: 30%;
}
.buttonproject.text-right a button {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 700;
  font-size: 16px !important;
  line-height: 25px;
  max-width: 200px;
}

.infobutton button {
  font-family: "Outfit" !important;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 16px;
  color: #4cac78;
  border-radius: 5px !important;text-transform: capitalize;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .commonprojectBlock {
    width: 45% !important;
  }
  button.btn.btn-infor {
    margin: 0 0 20px;
  }
  .infobutton {
    padding-right: 0;
  }
}

.Install {
  background: #eff5f2 !important;
  margin: 0 0;
}

p.projectdescDes {
  min-height: 60px;
}
.contact_page {
  max-width: 990px;
  margin: 45px auto 6px;
}
.contact_input {
  width: 100%;
  height: 55px !important;
  background: #f4f4f4 !important;
  border: 1px solid #e5e6e5 !important;
  box-sizing: border-box;
  border-radius: 5px !important;
  font-family: "Outfit" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  color: #626a66 !important;
  filter: none !important;
}
.Choose_sec {
  display: flex;
  padding-top: 40px;
  margin-bottom: 32px !important;
}
.projectinner {
  margin-bottom: 40px !important;
}
.info {
  display: flex;
  align-items: center;
  justify-content: center;
}
.congratestext{font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 44px;          
  text-align: center;            
  color: #2A2F2C;}
  section.keepext{background: #EFF5F2;padding:40px 0px!important;min-height: 54vh;}
  section.keepext .rightimgblock{margin-top:15px;}
  .leftimgtext h2{font-family: 'Outfit';
      font-style: normal;
      font-weight: 700;
      font-size: 45px;
      line-height: 55px;
      color: #2A2F2C;}
      .leftimgtext p{font-family: 'Outfit';
          font-style: normal;
          font-weight: 400;
          font-size: 18px;
          line-height: 26px;
          color: #626A66;}
          .container2{width:80%;margin:0 auto;}