@import url("https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900");
/* ----- Active and Hover Links ----- */
/* ----- Active and Hover Links End ----- */
@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100;200;300;400;500;600;700;800;900&display=swap");
.btn_menu {
  background: #0063E7;
  color: #fff;
}

@font-face {
  font-family: "Pangram";
  src: url("../../../fonts/Pangram-Black.b317bd3b.ttf") format("truetype"), url("../../../fonts/Pangram-ExtraBold.09307123.ttf") format("truetype"), url("../../../fonts/Pangram-Bold.e0df2b7d.ttf") format("truetype"), url("../../../fonts/Pangram-Medium.12401ecd.ttf") format("truetype"), url("../../../fonts/Pangram-Regular.76e08972.ttf") format("truetype"), url("../../../fonts/Pangram-Light.91c4cc96 (1).ttf") format("truetype");
}
* {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

body {
  font-family: "Lexend Deca", sans-serif !important;
  overflow-x: hidden;
}

ul {
  list-style: none;
  margin-bottom: 0px;
}

p {
  margin-bottom: 0px;
}

.clear {
  clear: both;
}

h1, h2, h3, h4, h5, h6, h7, div, span, a, p {
  font-family: "Lexend Deca", sans-serif !important;
}

a {
  text-decoration: none;
}
a:hover {
  transition: 250ms;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

button {
  cursor: pointer;
}

@media (max-width: 767px) {
  .logo {
    max-width: 80px;
  }
}

.mainHeader {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 4;
  padding: 10px 0;
  background: #fff;
}
.mainHeader.innerheader {
  position: inherit;
}
.mainHeader header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.mainHeader header .logo a {
  display: block;
}
.mainHeader header .navbarLink ul {
  align-items: center;
}
.mainHeader header .navbarLink ul li {
  margin-left: 15px;
}
@media (max-width: 1199px) {
  .mainHeader header .navbarLink ul li {
    margin-left: 0px;
  }
}
.mainHeader header .navbarLink ul li .dropdown-toggle::after {
  display: none;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li .dropdown-toggle {
    padding: 10px 12px 10px 25px !important;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li {
    margin-left: 0px;
    width: 100%;
    border-bottom: 1px solid #35c6b5;
  }
}
.mainHeader header .navbarLink ul li a {
  white-space: normal;
  color: #21334A;
  font-size: 14px;
  padding: 10px 5px 10px 5px;
  display: inline-block;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 12px;
    padding: 10px 8px 10px 8px;
    display: block;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
    padding: 10px 12px 10px 25px;
  }
}
.mainHeader header .navbarLink ul li.active a, .mainHeader header .navbarLink ul li:hover a {
  background: none;
  border-radius: 0;
  color: #05BDA8;
  font-weight: 600;
  text-decoration: none;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li.active a, .mainHeader header .navbarLink ul li:hover a {
    color: #21334A;
    padding: 10px 12px 10px 25px;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu {
  box-shadow: 0px 12px 51px rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 0;
  margin: 0;
  min-width: 220px;
  border: 0;
  border-radius: 20px;
  transform: inherit !important;
  top: 100% !important;
  max-width: 100%;
  width: 100%;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li {
  margin-left: 0;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li a {
  color: #21334A;
  padding: 10px 15px;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 600;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li a.more_dock {
  width: 100%;
  text-align: right;
  color: #0063E7;
  padding-right: 40px;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.active, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover {
  border-radius: 0px;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.active > a, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover > a {
  color: #05BDA8 !important;
  font-weight: 600;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li.active > a, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover > a {
    color: #fff !important;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
  transform: rotate(-90deg);
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .subdropdown {
  left: 100%;
  top: 0 !important;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
    transform: rotate(0deg);
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    background: none;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li {
    text-align: left;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    color: #fff;
    text-align: left;
    padding: 10px 35px;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu .subdropdown {
    left: 0 !important;
  }
}
@media (max-width: 767px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    border-radius: 0px;
    background: #05BDA8;
  }
}
@media (min-width: 992px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu i.fa {
    transform: rotate(270deg);
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu .dropdown-menu {
    max-width: 350px;
    width: 350px;
    left: 103px;
    top: 2px !important;
  }
}
.mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
  flex-direction: column;
}
@media (min-width: 992px) {
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu, .mainHeader header .navbarLink ul li:focus > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 10;
    transition: all 0.25s ease-out;
  }
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
    flex-direction: column;
  }
}
.mainHeader header .navbarLink ul li.openBottom li.submenu .dropdown-toggle {
  transform: rotate(0deg);
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown {
  left: 0 !important;
  top: 100% !important;
  position: relative;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li {
  padding-left: 20px;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li a {
  font-size: 13px;
  padding: 0;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover {
  background: none;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover a {
  color: #7A7A7A !important;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul {
    flex-direction: column;
    margin: 0 auto;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    position: relative !important;
    transform: none !important;
  }
}
.mainHeader header .navbarLink.active {
  left: 0;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink {
    background: #05BDA8;
    width: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    z-index: 999;
    transition: all 0.3s;
    overflow-y: scroll;
    text-align: left;
    border-bottom: 1px solid #000;
    padding-top: 35px;
  }
  .mainHeader header .navbarLink .navbar-nav {
    flex-direction: column;
    width: 100%;
  }
  .mainHeader header .navbarLink #dismiss .d-md-none {
    display: block !important;
  }
}
.mainHeader header .navbarLink #dismiss {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #000;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 9999;
}
.mainHeader header .navbarLink #dismiss i {
  padding-top: 10px;
}
.mainHeader header .dropdown-item.active {
  background: transparent;
}
.mainHeader .show_mobile .register_btn {
  display: none;
}
@media (max-width: 575px) {
  .mainHeader .show_mobile {
    padding: 15px;
    background: #eee;
    margin: 0px -15px;
    margin-top: 10px;
  }
  .mainHeader .show_mobile .register_btn {
    display: flex;
    padding: 0px;
  }
  .mainHeader .show_mobile .register_btn ul {
    width: 100%;
    justify-content: space-between;
  }
  .mainHeader .show_mobile .register_btn ul li {
    width: 45%;
  }
  .mainHeader .show_mobile .register_btn ul li a {
    display: block;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .mainHeader {
    position: inherit;
  }
}

.rightSide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 50px;
}
@media (max-width: 991px) {
  .rightSide {
    flex-direction: row-reverse;
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .rightSide {
    padding-top: 5px;
  }
  .rightSide .register_btn {
    display: none;
  }
}
.rightSide .register_btn {
  position: absolute;
  top: 5px;
  right: 0px;
}
@media (max-width: 991px) {
  .rightSide .register_btn {
    padding: 0px;
    padding-right: 0px;
    position: inherit;
  }
  .rightSide .register_btn ul li {
    margin: 0px 5px;
  }
  .rightSide .register_btn ul li:last-child {
    margin-right: 10px;
  }
  .rightSide .register_btn .register {
    padding: 12px 30px;
  }
}

.register_btn {
  padding-left: 30px;
}
.register_btn ul {
  display: flex;
}
.register_btn ul li {
  border-radius: 36px;
  margin: 0px 10px;
}
.register_btn ul li a, .register_btn ul li .register {
  border-radius: 36px;
  padding: 14px 40px;
  color: #FFF;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
  display: block;
  text-decoration: none;
  font-weight: 600;
  width: 100%;
  border: none;
}
.register_btn ul li a::after, .register_btn ul li .register::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 0px;
  left: 0px;
  bottom: 0px;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.register_btn ul li a span, .register_btn ul li .register span {
  display: block;
  position: relative;
  z-index: 2;
  font-weight: 600;
}
.register_btn ul li a:hover::after, .register_btn ul li .register:hover::after {
  background: #ff0000;
  height: 100%;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.register_btn ul li .login {
  background: #05BDA8;
}
.register_btn ul li .login .form-control {
  height: 62px;
  border-radius: 9px;
}
.register_btn ul li .login .form-control::-moz-placeholder {
  font-style: italic;
}
.register_btn ul li .login .form-control::placeholder {
  font-style: italic;
}
.register_btn ul li .login:hover::after {
  background: #0063E7;
}
.register_btn ul li .register {
  background: #0063E7;
}
.register_btn ul li .register:hover::after {
  background: #05BDA8;
}
@media (max-width: 991px) {
  .register_btn {
    padding-left: 30px;
    padding-right: 30px;
  }
  .register_btn ul li a {
    padding: 12px 25px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .register_btn {
    padding-right: 30px;
  }
  .register_btn ul li {
    margin: 0px 5px;
  }
  .register_btn ul li a {
    padding: 10px 18px;
  }
}

.sectionPadding {
  padding: 40px 0px;
}
@media (max-width: 1199px) {
  .sectionPadding.whoweare {
    padding-top: 60px !important;
  }
}
@media (max-width: 991px) {
  .sectionPadding {
    padding: 50px 0px;
  }
  .sectionPadding.whoweare {
    padding-top: 40px !important;
  }
  .sectionPadding.pt-80 {
    padding-top: 90px !important;
  }
}
@media (max-width: 767px) {
  .sectionPadding {
    padding: 10px 0px 40px 0;
  }
}
@media (max-width: 575px) {
  .sectionPadding.whoweare {
    padding-top: 1px !important;
  }
}

.homebanner {
  position: relative;
}
.homebanner .bgimg {
  position: relative;
  z-index: 1;
  bottom: 0px;
}
.homebanner .bgimg img {
  width: 100%;
  min-height: 860px;
}
.homebanner .banner_text_arear {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0px;
  top: 190px;
}
@media (max-width: 1199px) {
  .homebanner .bgimg {
    bottom: 0px;
  }
}
@media (max-width: 767px) {
  .homebanner .bgimg {
    display: none;
  }
}
@media (max-width: 991px) {
  .homebanner .bgimg {
    bottom: -60px;
  }
  .homebanner .bgimg img {
    min-height: 700px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 767px) {
  .homebanner .banner_text_arear {
    top: inherit;
    position: relative;
  }
  .homebanner .bgimg img {
    min-height: 800px;
  }
}
@media (max-width: 575px) {
  .homebanner .bgimg {
    bottom: 0px;
  }
  .homebanner .bgimg img {
    min-height: 940px;
  }
}
@media (max-width: 480px) {
  .homebanner .bgimg img {
    min-height: 980px;
  }
}
@media (max-width: 380px) {
  .homebanner .bgimg img {
    min-height: 1030px;
  }
}

.row_div {
  display: flex;
  flex-wrap: wrap;
}
.row_div .col_div {
  padding: 0px 15px;
}
.row_div .col_width4 {
  width: calc(25% - 15px);
}
.row_div .left_col {
  flex: 0 0 40%;
  padding-left: 0px;
  max-width: 40%;
}
.row_div .right_col {
  flex: 0 0 60%;
  padding-top: 60px;
  max-width: 60%;
}
.row_div .right_col h3 {
  color: #1B2D37;
  font-size: 20px;
  line-height: 28px;
  font-style: italic;
  position: relative;
  max-width: 443px;
  margin: 0 auto;
  text-align: center;
}
.row_div .right_col h3 span {
  color: #004AAD;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  text-align: center;
  display: block;
  position: relative;
}
.row_div .right_col h3 ::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 25px;
  background: url(../../../images/frontend/images/left.png) no-repeat;
  left: -39px;
  top: 30px;
}
.row_div .right_col h3 ::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 25px;
  background: url(../../../images/frontend/images/right.png) no-repeat;
  right: -39px;
  top: 30px;
}
.row_div .right_col .bannerdetail {
  padding-top: 40px;
}
.row_div .right_col .bannerdetail h4 {
  font-size: 24px;
  line-height: 34px;
  color: #1B2D37;
  font-weight: bold;
  max-width: 360px;
  text-align: center;
  margin: 0 auto;
}
.row_div .right_col .bannerdetail .register_btn ul li {
  margin: 0 auto;
  padding: 20px 0px;
  display: flex;
}
@media (max-width: 991px) {
  .row_div .register_btn ul li a {
    padding: 12px 25px;
  }
  .row_div .left_col {
    flex: 0 0 40%;
    padding-right: 30px;
  }
  .row_div .right_col {
    flex: 0 0 55%;
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  .row_div {
    flex-direction: column;
  }
  .row_div .left_col {
    padding-right: 0px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row_div .right_col {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .row_div .right_col h3 {
    max-width: 300px;
  }
  .row_div .right_col .bannerdetail {
    padding-top: 27px;
  }
}
@media (max-width: 480px) {
  .row_div .right_col h3 {
    max-width: 100%;
    padding-bottom: 15px;
  }
  .row_div .right_col h3 span {
    line-height: 22px;
    margin: 0 auto;
    padding-bottom: 15px;
    padding-top: 10px;
    max-width: 260px;
  }
  .row_div .right_col h3 ::before {
    background-size: 80%;
    left: -20px;
    top: 0px;
  }
  .row_div .right_col h3 ::after {
    background-size: 80%;
    right: -30px;
    top: 27px;
  }
  .row_div .right_col .bannerdetail {
    padding-top: 10px;
  }
}

.inqueryform .form-control {
  height: 52px;
  border: 2px solid #D6D6D6;
  border-radius: 8px !important;
  resize: none;
  font-size: 13px;
}
.inqueryform .form-control.input-validation-error {
  border-color: red !important;
}
.inqueryform .form-control::-moz-placeholder {
  font-style: italic;
}
.inqueryform .form-control::placeholder {
  font-style: italic;
}
.inqueryform .rcbtn {
  margin-bottom: 10px;
}
.inqueryform .uploadresume {
  position: relative;
}
.inqueryform .uploadresume .career_btn {
  border-radius: 8px !important;
  padding: 12px 13px;
  border-color: #05BDA8;
  background: #05BDA8;
  position: absolute;
  right: -2.5%;
  cursor: pointer;
  z-index: 3;
}
.inqueryform .uploadresume .career_btn .inputFile {
  width: 54px;
  height: 54px;
  cursor: pointer;
}
.inqueryform .uploadresume #uploadDocument1-error {
  text-transform: none !important;
  left: -334px;
  font-size: 13px;
}
.inqueryform textarea {
  height: 150px !important;
}
@media (max-width: 767px) {
  .inqueryform .form-control {
    height: 40px;
  }
  .inqueryform .uploadresume .career_btn {
    padding: 8px;
    right: -3.5%;
  }
}

.carbonExchange {
  text-align: center;
  padding-top: 10px;
  display: flex;
  align-items: center;
}
.carbonExchange.integration {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0px;
}
.carbonExchange.integration a {
  margin-right: 10px;
}
.carbonExchange.integration img {
  max-width: 105px;
  max-height: 65px;
}
.carbonExchange img {
  max-width: 210px;
}
@media (max-width: 1199px) {
  .carbonExchange.integration img {
    max-height: 70px;
  }
}
@media (max-width: 991px) {
  .carbonExchange {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .carbonExchange a {
    padding: 5px 0px;
  }
  .carbonExchange img {
    max-width: 110px;
  }
  .carbonExchange.integration img {
    max-width: 85px;
    max-height: 50px;
  }
}
@media (max-width: 767px) {
  .carbonExchange {
    justify-content: space-evenly;
  }
  .carbonExchange.integration {
    justify-content: space-evenly;
  }
}
@media (max-width: 575px) {
  .carbonExchange img {
    max-width: 180px;
  }
}
@media (max-width: 480px) {
  .carbonExchange img {
    max-width: 170px;
  }
}
@media (max-width: 380px) {
  .carbonExchange img {
    max-width: 140px;
  }
}

.pt-80 {
  padding-top: 90px !important;
}

.searchbox_top {
  padding: 40px;
  background: rgba(255, 255, 255, 0.7);
  margin-bottom: 30px;
  box-shadow: 0px 10px 15px 10px rgba(0, 0, 0, 0.16);
  -webkit-backdrop-filter: blur(12.5px);
          backdrop-filter: blur(12.5px);
  border-radius: 20px;
}
.searchbox_top .register_btn {
  padding-left: 0px;
}
.searchbox_top .register_btn ul li {
  flex: 0 0 100%;
  margin: 0 auto;
}
.searchbox_top .register_btn ul li .register {
  padding: 16px 40px;
}
.searchbox_top .register_btn ul li .register span {
  text-align: center;
}
@media (max-width: 991px) {
  .searchbox_top {
    padding: 20px;
  }
  .searchbox_top .register_btn {
    padding: 0px;
    padding-right: 0px;
  }
  .searchbox_top .register_btn ul li .register {
    padding: 12px 30px;
  }
}
@media (max-width: 767px) {
  .searchbox_top {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    justify-content: center;
  }
  .searchbox_top .form-group {
    flex: 0 0 50%;
    padding: 0px 5px;
  }
  .searchbox_top .register_btn ul li .register {
    padding: 13px 40px;
  }
}
@media (max-width: 575px) {
  .searchbox_top .form-group {
    flex: 0 0 100%;
  }
}
.searchbox_top .form-group .select2-container--default .select2-selection--single,
.searchbox_top .form-group .form-control {
  border-radius: 39px !important;
  font-size: 12px;
  box-shadow: 0px 15px 31px rgba(0, 0, 0, 0.0011);
  height: 50px;
  padding-left: 20px;
  background: #EDEDED;
  border: 1px solid #A4A4A4;
  position: relative;
  letter-spacing: 1px;
  color: #3E3E3E;
  font-style: normal;
}
.searchbox_top .form-group .select2-container--default .select2-selection--single.input-validation-error,
.searchbox_top .form-group .form-control.input-validation-error {
  border-color: red !important;
}
.searchbox_top .form-group .select2-container--default .select2-selection--single::-moz-placeholder, .searchbox_top .form-group .form-control::-moz-placeholder {
  color: #3E3E3E !important;
  text-transform: uppercase;
  font-style: normal;
  padding-left: 0px;
}
.searchbox_top .form-group .select2-container--default .select2-selection--single::placeholder, .searchbox_top .form-group .select2-container--default .select2-selection--single .select2-selection__rendered,
.searchbox_top .form-group .form-control::placeholder,
.searchbox_top .form-group .form-control .select2-selection__rendered {
  color: #3E3E3E !important;
  text-transform: uppercase;
  font-style: normal;
  padding-left: 0px;
}
@media (max-width: 991px) {
  .searchbox_top .form-group .select2-container--default .select2-selection--single,
  .searchbox_top .form-group .form-control {
    padding-left: 10px;
  }
}
.searchbox_top .input-group {
  width: 100%;
  padding: 30px 0px 20px;
}
.searchbox_top .input-group .form-control {
  border-radius: 39px !important;
  font-size: 12px;
  box-shadow: 0px 15px 31px rgba(0, 0, 0, 0.0011);
  height: 60px;
  padding-left: 40px;
  border: 2px solid #D6D6D6;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 1px;
}
.searchbox_top .input-group .form-control.input-validation-error {
  border-color: red !important;
}
.searchbox_top .input-group .form-control::-moz-placeholder {
  font-style: italic;
}
.searchbox_top .input-group .form-control::placeholder {
  font-style: italic;
}
.searchbox_top .input-group .input-group-prepend {
  position: relative;
  z-index: 3;
}
.searchbox_top .input-group .input-group-prepend .btn {
  position: absolute;
  right: 8px;
  background: transparent;
  font-size: 16px;
  top: 0px;
  bottom: 0px;
  line-height: 49px;
  font-weight: 100;
}
.searchbox_top .input-group .input-group-prepend .btn i {
  font-weight: 100;
}
@media (max-width: 1199px) {
  .searchbox_top .input-group .form-control {
    padding-left: 15px;
    padding-right: 30px;
    font-size: 10px;
  }
}
@media (max-width: 991px) {
  .searchbox_top .input-group {
    width: 60%;
    margin: 0 auto;
    padding-top: 0px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .searchbox_top .input-group {
    width: 100%;
  }
  .searchbox_top .input-group .form-control {
    padding-left: 10px;
  }
}
@media (max-width: 480px) {
  .searchbox_top .input-group .form-control {
    padding-right: 34px;
    height: 44px;
  }
}

.whoweare h3 {
  text-align: center;
  font-size: 45px;
  line-height: 43px;
  font-weight: 600;
  color: #004AAD;
  margin-bottom: 15px;
  max-width: 93%;
  margin: 0 auto;
}
.whoweare h3 span {
  color: #05BDA8;
  font-size: 12px;
  line-height: 15px;
  font-weight: bold;
  text-align: center;
  display: block;
}
.whoweare .font18 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #21334A;
  text-align: center;
}
@media (max-width: 767px) {
  .whoweare .font18 {
    font-size: 16px;
    line-height: 21px;
  }
}
.whoweare .register_btn ul li {
  text-align: center;
  margin: 0 auto;
  padding-top: 40px;
}
@media (max-width: 991px) {
  .whoweare {
    margin-top: 50px;
  }
  .whoweare h3 {
    font-size: 32px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .whoweare h3 {
    font-size: 24px;
    line-height: 26px;
  }
  .whoweare .font18 {
    line-height: 26px;
  }
  .whoweare .register_btn ul li {
    padding-top: 20px;
  }
}
@media (max-width: 575px) {
  .whoweare h3 {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 15px;
  }
  .whoweare .font18 {
    line-height: 24px;
  }
  .whoweare .register_btn ul li {
    padding-top: 0px;
  }
}

.video {
  z-index: 1;
  text-align: center;
  background: #EBEEF1;
}
.video .slick-initialized .slick-slide {
  margin: 5px 0px;
  padding: 0px 10px;
}
.video .v_img {
  position: relative;
  z-index: 0;
  height: 230px;
  background: #fff;
  transition: 300ms ease-in;
  display: flex !important;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
}
.video .v_img img {
  aspect-ratio: 6/5;
  border-radius: 10px;
  align-items: center;
}
.video .v_img a:hover {
  text-decoration: none;
}
.video .v_img .servicesDesc {
  text-align: left;
  padding-left: 20px;
}
.video .v_img .servicesDesc p {
  font-size: 15px;
  line-height: 21px;
  padding-top: 5px;
  color: #1B2D37;
}
.video .v_img .servicesDesc h3 {
  color: #004AAD;
  font-size: 22px;
  line-height: 26px;
  min-height: 60px;
}
@media (max-width: 991px) {
  .video .v_img .servicesDesc h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .video .v_img .servicesDesc p {
    font-size: 14px;
    line-height: 19px;
  }
}
.video .v_img .sliderImg {
  display: flex;
  align-items: center;
  flex: 0 0 25%;
}
.video .v_img:hover {
  transform: scale(1.02);
}
@media (max-width: 1199px) {
  .video .v_img {
    height: 180px;
  }
}
.video .advertisement {
  text-align: right;
  margin-top: 12px;
  font-size: 13px;
  margin-left: auto;
  margin-right: 20px;
}
.video .advertisement a {
  color: #212529;
}
.video .advertisement a:hover {
  text-decoration: none;
}
.video .slick-list.draggable {
  max-height: 240px;
}
.video .slick-dots {
  position: relative;
}
.video .slick-dots li {
  width: initial;
  height: initial;
  margin: 0;
  padding: 10px 0;
}
.video .slick-dots li button {
  height: 10px;
  width: 10px;
  transition: 500ms ease-in;
  margin: 0px 5px;
  border-radius: 50%;
  padding: 0;
  font-size: 0;
  line-height: 0;
  background-color: #05BDA8;
}
.video .slick-dots li button:before {
  font-size: 0;
  line-height: 0;
  width: 10px;
  height: 10px;
  transition: 300ms ease-in;
}
.video .slick-dots li.slick-active button {
  background-color: #0063E7;
  height: 10px;
  border-radius: 10px;
  width: 40px;
}
.video .slick-prev {
  z-index: 1;
  top: 40%;
}
.video .slick-prev:before {
  content: "";
  position: absolute;
  background: url(../../../images/left_slide.png) no-repeat;
  width: 40px;
  height: 40px;
  left: 10px;
  top: 0px;
}
.video .slick-next {
  z-index: 1;
  top: 40%;
}
.video .slick-next:before {
  content: "";
  position: absolute;
  background: url(../../../images/right_slide.png) no-repeat;
  width: 40px;
  height: 40px;
  right: 10px;
  top: 0px;
}
@media (max-width: 1199px) {
  .video {
    top: 0px;
  }
  .video .v_img .servicesDesc h3 {
    margin-bottom: 0px;
  }
  .video .slick-list.draggable {
    max-height: 210px;
  }
}
@media (max-width: 991px) {
  .video {
    top: 50px;
    margin-bottom: 0px;
  }
  .video .slick-prev, .video .slick-next {
    top: 35%;
  }
}
@media (max-width: 767px) {
  .video {
    padding: 40px 0px;
  }
  .video .v_img {
    min-height: auto;
    height: auto;
  }
  .video .v_img .servicesDesc h3 {
    min-height: auto;
  }
  .video .slick-prev, .video .slick-next {
    top: 39%;
  }
  .video .slick-dots {
    bottom: 0px;
  }
  .video .slick-list.draggable {
    max-height: 250px;
  }
}
@media (max-width: 575px) {
  .video {
    top: -85px;
  }
  .video .v_img {
    flex-direction: column;
    justify-content: center;
    padding: 25px 15px;
  }
  .video .v_img .servicesDesc, .video .v_img .sliderImg {
    justify-content: center;
    text-align: center;
  }
  .video .v_img .servicesDesc {
    padding-top: 10px;
    padding-left: 0px;
  }
  .video .v_img img {
    max-width: 90px;
    aspect-ratio: 5/5;
  }
  .video .slick-list.draggable {
    max-height: 470px;
  }
}

h2 {
  font-size: 41px;
  line-height: 50px;
  font-weight: 600;
  text-transform: uppercase;
  color: #004AAD;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
  margin-top: 20px;
}
h2 span {
  font-size: 85px;
  top: -40px;
  text-transform: uppercase;
  line-height: 90px;
  position: absolute;
  left: 0;
  right: 0;
  font-weight: 900;
  width: 100%;
  text-align: center;
  color: #707070;
  opacity: 7%;
}
@media (max-width: 991px) {
  h2 span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 33px;
    margin-bottom: 30px;
  }
  h2 span {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 26px;
    margin-bottom: 0px;
  }
  h2 span {
    font-size: 30px;
  }
}

.benifits {
  background: #EBEEF1;
}
.benifits .left_img {
  padding-top: 20px;
  text-align: center;
}
.benifits .left_img img {
  max-width: 100%;
}
.benifits .benefitlist ul li {
  font-size: 20px;
  line-height: 28px;
  padding: 15px 0px;
  padding-left: 40px;
  position: relative;
}
.benifits .benefitlist ul li::before {
  content: "";
  position: absolute;
  background: url(../images/bullet.png) no-repeat;
  width: 30px;
  height: 30px;
  left: 0;
}
.benifits .register_btn ul li {
  text-align: center;
  margin: 0 auto;
  padding-top: 40px;
}
@media (max-width: 991px) {
  .benifits .benefitlist ul li {
    font-size: 18px;
    line-height: 24px;
  }
  .benifits .benefitlist ul li::before {
    background-size: 75%;
  }
}
@media (max-width: 767px) {
  .benifits .benefitlist {
    padding-top: 40px;
  }
  .benifits .benefitlist ul li {
    font-size: 16px;
    line-height: 21px;
    padding-left: 0px;
    text-align: center;
    padding: 8px 0px;
  }
  .benifits .benefitlist ul li::before {
    background-size: 67%;
  }
}
@media (max-width: 575px) {
  .benifits .left_img {
    padding-top: 0px;
  }
}
@media (max-width: 480px) {
  .benifits .benefitlist {
    padding-top: 20px;
  }
}

.box_work {
  position: relative;
  z-index: 3;
  margin-bottom: 44px;
}
.box_work h4 {
  font-size: 41px;
  color: rgba(27, 45, 55, 0.0018);
}
.box_work .img_box {
  position: relative;
  max-width: 163px;
  text-align: center;
  margin: -20px 0px 0px 33px;
}
.box_work .img_box div {
  background: #fff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  width: 100%;
  min-height: 165px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 39px;
  margin-bottom: 15px;
  padding: 5px;
}
.box_work .img_box div img {
  max-width: 100%;
}
.box_work .img_box span {
  display: block;
  font-size: 16px;
  color: #1B2D37;
}
@media (max-width: 767px) {
  .box_work .img_box {
    margin-left: auto;
    margin-right: auto;
    margin-top: -10px;
  }
}
@media (max-width: 575px) {
  .box_work {
    margin-bottom: 15px;
  }
  .box_work h4 {
    display: none;
  }
}

.workdetail {
  position: relative;
}
.workdetail::before {
  content: "";
  z-index: 3;
  position: absolute;
  right: 6px;
  top: 137px;
  width: 60px;
  height: 100%;
  background: url(../../../images/frontend/images/brd_curv.png) no-repeat right top;
}
.workdetail .row_div .col_div {
  position: relative;
}
.workdetail .row_div .col_div.col_width4 {
  width: calc(25% - 0px);
}
.workdetail .row_div .col_div::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 44%;
  width: 100%;
  height: 1px;
  background: url(../../../images/frontend/images/brd_line.png) repeat-y left top;
}
.workdetail .row_div .col_div:first-child::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  background-color: #fff;
}
.workdetail .row_div .col_div:last-child::before {
  content: "";
  position: absolute;
  z-index: 2;
  right: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  background-color: #fff;
}
.workdetail .row_div:nth-child(2n+2) {
  flex-direction: row-reverse;
}
.workdetail .row_div:nth-child(2n+2) .col_div:last-child::before {
  left: 0px;
}
.workdetail .row_div:nth-child(2n+2) .col_div:first-child::before {
  right: 0px;
  left: auto;
}
@media (max-width: 1199px) {
  .workdetail {
    right: 29px;
  }
  .workdetail::before {
    right: -39px;
  }
  .workdetail .box_work {
    min-height: 250px;
  }
}
@media (max-width: 991px) {
  .workdetail::before {
    top: 105px;
  }
  .workdetail .row_div {
    flex-direction: row;
  }
  .workdetail .row_div .col_div {
    padding-left: 3px;
    padding-right: 3px;
  }
  .workdetail .row_div .col_div::after {
    top: 37%;
  }
  .workdetail .row_div .col_div .box_work .img_box div {
    min-height: 130px;
  }
}
@media (max-width: 767px) {
  .workdetail {
    right: inherit;
  }
  .workdetail::before {
    display: none;
  }
  .workdetail .row_div {
    justify-content: space-between;
  }
  .workdetail .row_div:nth-child(2n+2) {
    flex-direction: row;
  }
  .workdetail .row_div .col_div.col_width4 {
    width: calc(50% - 0px);
  }
  .workdetail .row_div .col_div::before, .workdetail .row_div .col_div::after {
    display: none;
  }
  .workdetail .row_div .col_div .box_work {
    margin-bottom: 50px;
    min-height: inherit;
  }
  .workdetail .row_div .col_div .box_work h4 {
    display: none;
  }
  .workdetail .row_div .col_div .box_work .img_box div {
    min-height: 160px;
  }
}
@media (max-width: 480px) {
  .workdetail {
    margin-top: 30px;
  }
  .workdetail .row_div {
    flex-direction: row;
    justify-content: space-between;
  }
  .workdetail .row_div:nth-child(2n+2) {
    flex-direction: row;
    justify-content: space-between;
  }
  .workdetail .row_div .col_div.col_width4 {
    width: calc(48% - 0px);
  }
  .workdetail .row_div .col_div .box_work {
    max-width: 200px;
    margin: 0px auto;
    margin-bottom: 30px;
  }
}

.footer {
  background-color: #004AAD;
  position: relative;
  padding: 70px 0px 62px 0px;
}
.footer ul {
  list-style: none;
  padding: 0px;
  margin-bottom: 0px;
}
.footer .footerTop {
  padding-bottom: 25px;
}
.footer .footerTop .flexBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer .contactLink ul {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
}
.footer .contactLink ul li {
  position: relative;
  padding-left: 20px;
}
.footer .contactLink ul li.fnt18 a {
  font-size: 18px;
}
.footer .contactLink ul li.fnt18 a i {
  font-size: 14px;
  top: 0px;
}
.footer .contactLink ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}
.footer .contactLink ul li i {
  font-size: 15px;
  margin-right: 15px;
  position: absolute;
  left: 0;
  top: 2px;
  color: #F9B101;
  max-width: 15px;
}
@media (max-width: 1199px) {
  .footer .contactLink ul li a {
    font-size: 16px;
    line-height: 30px;
  }
  .footer .contactLink ul li a i {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .footer .contactLink ul li a i {
    top: 10px;
  }
}
@media (max-width: 767px) {
  .footer .contactLink {
    text-align: center;
    margin-top: 5px;
    border-top: 1px solid #2a62ad;
    border-bottom: 1px solid #2a62ad;
    padding: 15px 0px;
  }
  .footer .contactLink ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  .footer .contactLink ul li {
    margin: 0px 20px;
    position: relative;
  }
  .footer .contactLink ul li a {
    font-size: 16px;
    line-height: 30px;
  }
  .footer .contactLink ul li i {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .footer .contactLink ul {
    flex-direction: column;
  }
}
.footer .footerLink {
  height: 100%;
}
.footer .footerLink ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  height: 100%;
}
.footer .footerLink ul li {
  padding-left: 10px;
}
.footer .footerLink ul li:first-child {
  padding-left: 0px;
}
.footer .footerLink ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .footer .footerLink ul li {
    padding-left: 12px;
  }
  .footer .footerLink ul li a {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .footer .footerLink {
    padding-top: 14px;
  }
  .footer .footerLink ul {
    height: auto;
  }
  .footer .footerLink ul li {
    font-size: 13px;
    padding-left: 27px;
    padding-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .footer .footerLink ul {
    flex-direction: row;
  }
  .footer .footerLink ul li {
    padding-left: 0px;
    padding: 7px 0px;
  }
  .footer .footerLink ul li a {
    font-size: 13px;
    padding: 5px;
  }
}
@media (max-width: 575px) {
  .footer .footerLink ul {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .footer .footerLink ul li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer .footerLink ul li a {
    font-size: 16px;
  }
  .footer .footerLink .contactLink {
    float: center;
    text-align: center;
  }
}
.footer .footerBottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 25px;
}
.footer .footerBottom p {
  color: #DEDEDE;
  font-size: 12px;
  margin-bottom: 0px;
  padding: 0px;
}
@media (max-width: 767px) {
  .footer .footerBottom {
    padding-top: 0px;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .footer .footerBottom p {
    margin-bottom: 0px;
    font-size: 12px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 30px 0px;
    margin-top: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1170px) {
  .footer .footerLink ul li a {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .footer .socialIcon {
    padding: 15px 0px 0px 0px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 15px 0px 30px 0px;
  }
  .footer .socialIcon {
    padding-top: 0px;
  }
  .footer .footerTop {
    padding-bottom: 13px;
  }
  .footer .footerTop .flexBox {
    flex-direction: column;
  }
}

.documentsgrid table tr td, .documentsgrid table tr th {
  font-size: 14px !important;
}

.ineersearch_top .searchbox_top {
  max-width: 612px;
}
.ineersearch_top .searchbox_top .input-group {
  padding-bottom: 0px;
}

.innere_container {
  min-height: 500px;
}
.innere_container h3 {
  font-size: 25px;
  line-height: 30px;
  font-weight: normal;
  color: #004AAD;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .innere_container h3 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .innere_container h3 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 575px) {
  .innere_container h3 {
    font-size: 22px;
  }
}
.innere_container p {
  font-size: 16px;
  line-height: 19px;
  color: #21334A;
}
.innere_container .list_area_box .listarea .listheader {
  margin-top: 20px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  padding: 18px 10px;
  justify-content: space-between;
  border-radius: 8px;
  background: #0063E7;
}
.innere_container .list_area_box .listarea .listheader .font18 {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  width: 76%;
  margin-bottom: 0px !important;
}
.innere_container .list_area_box .listarea .listheader .font14 {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  width: 24%;
  text-align: right;
}
.innere_container .list_area_box .listarea .listheader a {
  color: #fff;
  background: #70AF00;
  border-radius: 51px;
  padding: 0px 7px;
  text-decoration: underline;
}
.innere_container .list_area_box .listarea .listcontent {
  background: #fff;
  padding: 30px 20px;
  border-radius: 8px;
  box-shadow: 0px 15px 31px rgba(0, 0, 0, 0.0016);
}
.innere_container .list_area_box .listarea .listcontent .list_top {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
.innere_container .list_area_box .listarea .listcontent .list_top .project_desc_box {
  padding-bottom: 40px;
  width: 100%;
}
.innere_container .list_area_box .listarea .listcontent .list_top .project_desc_box .font12 {
  padding-bottom: 10px;
}
.innere_container .list_area_box .listarea .listcontent .list_top .project_desc_box .projectfiles {
  padding-top: 26px;
}
.innere_container .list_area_box .listarea .listcontent .list_top .project_desc_box .projectfiles ul li {
  padding-left: 20px;
  position: relative;
  text-decoration: underline;
  color: #21334A;
}
.innere_container .list_area_box .listarea .listcontent .list_top .project_desc_box .projectfiles ul li::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #0063E7;
  left: 0px;
  top: 7px;
}
.innere_container .list_area_box .listarea .listcontent .list_top .project_desc_box .projectfiles .projectdetails {
  width: auto;
  align-items: inherit;
}
.innere_container .list_area_box .listarea .listcontent .list_top .project_desc_box .right_div {
  float: right;
  margin: 0 0 20px 20px;
  min-width: 560px;
}
.innere_container .list_area_box .listarea .listcontent .list_top .project_desc_box .right_div .video_box {
  padding-left: 15px;
  padding-bottom: 15px;
}
.innere_container .list_area_box .listarea .listcontent .list_top .project_desc_box .right_div .video_box iframe {
  border-radius: 5px !important;
}
.innere_container .list_area_box .listarea .listcontent .list_top .projectdetails {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
}
.innere_container .list_area_box .listarea .listcontent .list_top .projectdetails .col_project {
  max-width: 50%;
  width: 100%;
}
.innere_container .list_area_box .listarea .listcontent .list_top .projectdetails .col_project p {
  word-break: break-all;
}
.innere_container .list_area_box .listarea .listcontent .list_top .projectdetails .col_project .flex_div {
  flex: 0 0 30%;
  display: flex;
  flex-wrap: wrap;
}
.innere_container .list_area_box .listarea .listcontent .list_top .projectdetails .col_project.datebox {
  width: 100%;
  max-width: 40%;
}
.innere_container .list_area_box .listarea .listcontent .list_top .projectdetails .col_project.datebox .start_date {
  flex: 0 0 35%;
}
.innere_container .list_area_box .listarea .listcontent .list_top .projectdetails .col_project.datebox .end_date {
  flex: 0 0 60%;
}
.innere_container .list_area_box .listarea .listcontent .list_top .projectdetails .col_project.rightbox .start_date {
  flex: 0 0 50%;
}
.innere_container .list_area_box .listarea .listcontent .list_top .projectdetails .col_project.rightbox .end_date {
  flex: 0 0 50%;
}
.innere_container .list_area_box .listarea .listcontent .font12 {
  font-size: 12px;
  line-height: 15px;
  font-weight: 900;
}
.innere_container .list_area_box .listarea .listcontent .font12 span {
  background: #E4E4E4;
  border-radius: 16px;
  padding: 5px;
  font-weight: 600;
}
.innere_container .list_area_box .listarea .listcontent .start_date {
  flex: 0 0 15%;
}
.innere_container .list_area_box .listarea .listcontent .end_date {
  flex: 0 0 30%;
}
.innere_container .list_area_box .listarea .listcontent .country_date {
  flex: 0 0 30%;
}
.innere_container .list_area_box .listarea .listcontent .erenrgy_type, .innere_container .list_area_box .listarea .listcontent .latitude, .innere_container .list_area_box .listarea .listcontent .proponent {
  flex: 0 0 25%;
}
.innere_container .list_area_box .listarea .listcontent .registry, .innere_container .list_area_box .listarea .listcontent .verifier {
  flex: 0 0 45%;
}
.innere_container .list_area_box .listarea .listcontent .authorized {
  flex: 0 0 30%;
}
.innere_container .list_area_box .listarea .listcontent .list_bottom {
  padding-top: 40px;
}
.innere_container .list_area_box .listarea .listcontent .list_bottom .project_details ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 0px;
}
.innere_container .list_area_box .listarea .listcontent .list_bottom .project_details ul li {
  padding: 7px 0px;
  color: #21334A;
  font-size: 16px;
  line-height: 19px;
}
.innere_container .list_area_box .listarea .listcontent .list_bottom .project_details ul.ucrcodenumber {
  max-height: 300px;
  overflow-x: hidden;
  margin-top: 15px;
}
.innere_container .list_area_box .listarea .listcontent .list_bottom .project_details ul.ucrcodenumber li {
  flex: 0 0 47%;
  border-bottom: 1px solid #f1f1f1;
  padding: 12px 0px;
  margin: 0px 4% 0px 0px;
  padding-left: 25px;
  position: relative;
}
@media screen and (max-width: 830px) {
  .innere_container .list_area_box .listarea .listcontent .list_bottom .project_details ul.ucrcodenumber li {
    flex: 0 0 100%;
    margin: 0px;
  }
}
.innere_container .list_area_box .listarea .listcontent .list_bottom .project_details ul.ucrcodenumber li:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #05BDA8;
  border-radius: 20px;
  display: block;
  position: absolute;
  left: 0px;
  top: 16px;
}
.innere_container .list_area_box .listarea .listcontent .list_bottom .project_details ul.ucrcodenumber li:nth-child(2n) {
  margin-right: 0px !important;
}
.innere_container .list_area_box.detailspage .listarea .listcontent .font12 {
  padding-top: 20px;
}
@media (max-width: 1024px) {
  .innere_container .list_area_box .listarea .listcontent .list_top .project_desc_box .right_div {
    min-width: 460px;
  }
}
@media (max-width: 991px) {
  .innere_container .list_area_box .listarea .listheader {
    margin-top: 0px;
  }
  .innere_container .list_area_box .listarea .listcontent {
    padding: 20px 10px;
  }
  .innere_container .list_area_box .listarea .listcontent .start_date, .innere_container .list_area_box .listarea .listcontent .end_date {
    flex: 0 0 20%;
  }
  .innere_container .list_area_box .listarea .listcontent .erenrgy_type {
    flex: 0 0 30%;
  }
  .innere_container .list_area_box .listarea .listcontent .list_bottom .project_details ul li {
    flex: 0 0 33.3%;
    padding: 5px 0px;
  }
  .innere_container .list_area_box .listarea .listcontent .list_top {
    padding-bottom: 0px;
  }
  .innere_container .list_area_box .listarea .listcontent .list_top .project_desc_box .right_div {
    min-width: 100%;
    float: none;
    margin: 0px;
  }
  .innere_container .list_area_box .listarea .listcontent .list_top .project_desc_box .right_div .video_box {
    padding-left: 0px;
  }
  .innere_container .list_area_box .listarea .listcontent .list_top .project_desc_box .right_div .video_box iframe {
    border-radius: 5px !important;
  }
  .innere_container .list_area_box .listarea .listcontent .list_top .project_desc_box .right_div .video_box img {
    width: 100%;
  }
  .innere_container .list_area_box .listarea .listcontent .list_top .projectdetails .col_project.datebox .start_date, .innere_container .list_area_box .listarea .listcontent .list_top .projectdetails .col_project.datebox .end_date {
    flex: 0 0 50%;
  }
  .innere_container .list_area_box .listarea .listheader .font18 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .innere_container .list_area_box .listarea .listcontent .start_date, .innere_container .list_area_box .listarea .listcontent .end_date {
    flex: 0 0 50%;
    padding-bottom: 15px;
  }
  .innere_container .list_area_box .listarea .listcontent .erenrgy_type, .innere_container .list_area_box .listarea .listcontent .country_date {
    flex: 0 0 100%;
    padding-bottom: 15px;
    word-break: break-all;
  }
  .innere_container .list_area_box .listarea .listcontent .list_bottom .project_details ul li {
    flex: 0 0 50%;
    font-size: 16px;
    padding: 4px 0px;
  }
  .innere_container .list_area_box .listarea .listcontent .list_top .projectdetails .col_project {
    max-width: 100%;
  }
  .innere_container .list_area_box .listarea .listcontent .list_top .projectdetails .col_project.datebox {
    max-width: 100%;
  }
  .innere_container .list_area_box .listarea .listcontent .list_top .project_desc_box p {
    word-break: break-all;
    white-space: normal;
  }
  .innere_container .list_area_box .listarea .listcontent .verifier {
    flex: 0 0 100%;
  }
  .innere_container .list_area_box .listarea .listheader .font18 {
    width: 100%;
  }
  .innere_container .list_area_box .listarea .listheader .font14 {
    width: 100%;
    text-align: left;
  }
  .innere_container .list_area_box .listarea .listheader a {
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .innere_container .list_area_box .listarea .listcontent .list_bottom .project_details ul li {
    flex: 0 0 100%;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    font-size: 16px;
    padding: 3px 0px;
  }
  .innere_container .list_area_box .listarea .listheader .font18 {
    font-size: 15px;
    padding-bottom: 5px;
  }
}
.innere_container .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.innere_container .video-container iframe, .innere_container .video-container object, .innere_container .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.innere_container .padination1 {
  padding-top: 40px;
  text-align: center;
}
.innere_container .padination1 .pagination {
  justify-content: center;
}
.innere_container .padination1 .pagination li a {
  color: #707070;
  margin: 0px 3px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0016);
  padding: 0px 10px;
}
.innere_container .padination1 .pagination li a:hover, .innere_container .padination1 .pagination li a.active {
  background: #21334A;
  color: #fff;
}
.innere_container .padination1 .pagination li span.active {
  background: #21334A;
  color: #fff;
}
.innere_container .padination1 .pagination li.pg_bg_none span {
  background: none;
  font-size: 20px;
}
.innere_container .padination1 .pagination li.pg_bg_none span:hover, .innere_container .padination1 .pagination li.pg_bg_none span.active {
  background: #21334A;
  color: #fff;
}
.innere_container.member_page {
  background: url(../../../images/frontend/images/member_bg.png) no-repeat center;
}
.innere_container.member_page .graycolor {
  color: #707070;
}
.innere_container.member_page .font13 {
  font-weight: 400;
  font-size: 13px;
  padding-bottom: 20px;
}
.innere_container.member_page .country {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.innere_container.member_page .country .form-group {
  width: 100%;
}
.innere_container.member_page .country.maxwidth {
  max-width: 70%;
}
.innere_container.member_page .country.project .select2-container, .innere_container.member_page .country.Prior .select2-container {
  max-width: 100%;
}
.innere_container.member_page .country.Prior .font12 {
  min-width: 135px;
  padding-right: 0px;
}
.innere_container.member_page .country .font12 {
  margin-bottom: 0px;
  padding-right: 20px;
  font-weight: 400 !important;
  min-width: 103px;
}
.innere_container.member_page .div_flex {
  display: flex;
  align-items: center;
}
.innere_container.member_page .div_flex .label {
  margin-bottom: 0px !important;
  padding-right: 10px;
}
.innere_container.member_page .listcontent h4 {
  position: relative;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
}
.innere_container.member_page .listcontent h4::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #dadada;
  right: 0px;
  top: 28px;
  z-index: 1;
}
.innere_container.member_page .listcontent h4 span {
  font-size: 16px;
  line-height: 19px;
  color: #21334A;
  padding: 20px 5px 15px;
  background: #fff;
  z-index: 9;
  position: relative;
  display: inline-block;
}
.innere_container.member_page .listcontent .login {
  padding: 64px;
  padding-bottom: 44px;
  position: relative;
}
.innere_container.member_page .listcontent .login.forget {
  padding-top: 25px;
}
.innere_container.member_page .listcontent .login.forget p {
  padding-bottom: 20px;
  font-size: 14px;
}
.innere_container.member_page .listcontent .login.forget .form-group .form-control {
  padding-left: 10px;
  resize: none;
  height: 62px;
  border-radius: 8px;
}
.innere_container.member_page .listcontent .login.forget .form-group .form-control::-moz-placeholder {
  font-style: italic;
}
.innere_container.member_page .listcontent .login.forget .form-group .form-control::placeholder {
  font-style: italic;
}
.innere_container.member_page .listcontent .login .form-group i {
  position: absolute;
  color: #707070;
  line-height: 60px;
  padding-left: 10px;
}
.innere_container.member_page .listcontent .login .form-group .form-control {
  padding-left: 30px;
  height: 62px;
  border-radius: 8px !important;
  border: 2px solid #ced4da;
}
.innere_container.member_page .listcontent .login .form-group .form-control::-moz-placeholder {
  font-style: italic;
}
.innere_container.member_page .listcontent .login .form-group .form-control::placeholder {
  font-style: italic;
}
.innere_container.member_page .listcontent .login .register_btn {
  padding: 0px;
}
.innere_container.member_page .listcontent .login .register_btn ul {
  justify-content: center;
  padding: 20px 0px;
}
.innere_container.member_page .listcontent .login .register_btn ul li a {
  padding: 14px 44px;
}
.innere_container.member_page .listcontent .login a {
  font-size: 16px;
  line-height: 17px;
}
.innere_container.member_page .listcontent .login a.password {
  text-decoration: underline;
  color: #707070;
  margin: 15px 0px;
  display: block;
}
.innere_container.member_page .listcontent .login a.password:hover {
  color: #0063E7;
}
.innere_container.member_page .listcontent .login p {
  color: #707070;
  font-weight: 400;
}
.innere_container.member_page .listcontent .login p a {
  color: #707070;
  font-weight: bold;
}
.innere_container.member_page .listcontent .login p a:hover {
  color: #0063E7;
}
@media (max-width: 480px) {
  .innere_container.member_page .listcontent .login {
    padding: 0px;
    padding-bottom: 15px;
  }
  .innere_container.member_page .listcontent .login p, .innere_container.member_page .listcontent .login .password {
    font-size: 15px;
  }
}
.innere_container.member_page .max-width500 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .innere_container.member_page .country .select2-container {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .innere_container.member_page .country {
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
  }
  .innere_container.member_page .country .font12 {
    margin-bottom: 5px;
  }
}

.font13 {
  font-weight: 400;
  font-size: 13px;
  padding-bottom: 20px;
}

.check_radio .rcbtn {
  position: relative;
  display: flex;
  padding: 10px 0px 10px 25px;
}
.check_radio .rcbtn div {
  margin-right: 10px;
}
.check_radio .rcbtn .checkbox {
  display: flex;
}
.check_radio .rcbtn input[type=checkbox]:not(old), .check_radio .rcbtn input[type=radio]:not(old) {
  width: 17px;
  margin: 0;
  padding: 0;
  opacity: 0;
  height: 17px;
  position: absolute;
  z-index: 2;
  left: 0px;
}
.check_radio .rcbtn span.checkbg {
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 12px;
  width: 17px;
  height: 17px;
}
.check_radio .rcbtn input[type=checkbox]:not(old) + span.checkbg,
.check_radio .rcbtn input[type=radio]:not(old) + span.checkbg {
  display: inline-block;
  margin-left: 0px;
  padding-left: 0px;
  background: url(../../../images/frontend/images/radio.png) no-repeat 0 0;
  line-height: 19px;
}
.check_radio .rcbtn input[type=checkbox]:not(old) + span.checkbg {
  background: url(../../../images/frontend/images/check_box.png) no-repeat 0 0;
}
.check_radio .rcbtn input[type=checkbox]:not(old):checked + span.checkbg {
  background-position: 0 -17px;
}
.check_radio .rcbtn input[type=radio]:not(old):checked + span.checkbg {
  background-position: 0 -19px;
}

.registeredtable {
  background: #EBECED;
  padding: 20px;
  margin: 10px -20px;
  border-top: 1px solid #E4E4E4;
}
.registeredtable .registredDetails {
  width: 100%;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.registeredtable .registredDetails .left_records {
  display: flex;
  flex-wrap: wrap;
}
.registeredtable .registredDetails .serialNo {
  flex: 0 0 70%;
}
.registeredtable .registredDetails .vintageYear {
  flex: 0 0 30%;
}
.registeredtable .registredDetails .companyName {
  flex: 0 0 35%;
}
.registeredtable .registredDetails .status {
  flex: 0 0 40%;
}
.registeredtable .registredDetails .quantityInCou {
  flex: 0 0 25%;
}
.total {
  background: #21334A;
  border-radius: 0 0 8px 8px;
  margin: 0px -20px -40px -20px;
  padding: 20px;
}
.total ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.total ul li {
  font-size: 19px;
  color: #fff;
}
.total ul .count {
  font-size: 25px;
}
@media (max-width: 767px) {
  .total ul {
    flex-direction: column;
  }
  .total ul li {
    font-size: 16px;
  }
  .total ul .count {
    font-size: 22px;
  }
}

.registeredtable {
  border-bottom: 1px solid #21334A;
  display: flex;
  flex-wrap: wrap;
}
.registeredtable .serialNo {
  flex: 0 0 70%;
}
.registeredtable .vintageYear {
  flex: 0 0 30%;
}
.registeredtable .companyName {
  flex: 0 0 35%;
}
.registeredtable .status {
  flex: 0 0 40%;
}
.registeredtable .quantityInCou {
  flex: 0 0 25%;
}

.total {
  background: #21334A;
  border-radius: 0 0 8px 8px;
  margin: 0px -20px -40px -20px;
  padding: 20px;
}
.total ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.total ul li {
  font-size: 19px;
  color: #fff;
}
.total ul .count {
  font-size: 25px;
}
@media (max-width: 767px) {
  .total ul li {
    font-size: 16px;
  }
  .total ul .count {
    font-size: 22px;
  }
}

.register_blue {
  border-radius: 36px;
  padding: 14px 40px;
  color: #FFF;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
  display: block;
  text-decoration: none;
  font-weight: 600;
  background: #0063E7;
  border: none;
}
.register_blue::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 0px;
  left: 0px;
  bottom: 0px;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.register_blue span {
  display: block;
  position: relative;
  z-index: 2;
  font-weight: 600;
}
.register_blue:hover::after {
  background: #ff0000;
  height: 100%;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.register_blue:hover::after {
  background: #05BDA8;
}
.register_blue:focus {
  outline: none;
}
@media (max-width: 991px) {
  .register_blue {
    padding: 12px 30px;
    min-width: 100px;
  }
}
@media (max-width: 767px) {
  .register_blue {
    padding: 10px 20px;
  }
}

/* ----- My Account Area Strat ----- */
.myaccountleftside {
  padding-left: 30px;
}
.myaccountleftside .dashboard {
  background: url(../../../images/frontend/images/dashboard_black.svg) no-repeat;
}
.myaccountleftside .dashboard:hover {
  background: url(../../../images/frontend/images/dashboard_hover.svg) no-repeat;
  background-size: 23px;
}
.myaccountleftside .profile {
  background: url(../../../images/frontend/images/profile.svg) no-repeat;
}
.myaccountleftside .profile:hover {
  background: url(../../../images/frontend/images/user_hover.svg) no-repeat;
  background-size: 23px;
}
.myaccountleftside .account {
  background: url(../../../images/frontend/images/account.svg) no-repeat;
}
.myaccountleftside .account:hover {
  background: url(../../../images/frontend/images/account_hover.svg) no-repeat;
  background-size: 23px;
}
.myaccountleftside .project {
  background: url(../../../images/frontend/images/project_black.svg) no-repeat;
}
.myaccountleftside .project:hover {
  background: url(../../../images/frontend/images/project_hover.svg) no-repeat;
  background-size: 23px;
}
.myaccountleftside .change {
  background: url(../../../images/frontend/images/key.svg) no-repeat;
}
.myaccountleftside .change:hover {
  background: url(../../../images/frontend/images/key_hover.svg) no-repeat;
  background-size: 23px;
}

.inner_contener .myaccountleftside h1, .inner_contener .leftfilter h1, .inner_contener h1.green {
  background: url(../images/line_grren.jpg) no-repeat left bottom;
  padding: 0px;
  margin: 0px;
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 11px;
  margin-bottom: 30px;
}

.inner_contener h1.green {
  font-size: 20px;
}

.myaccountleftside ul li { /*background:#dedede; border-bottom:#a4a4a4 solid 1px;*/
  position: relative;
  padding: 10px 0px;
}

.myaccountleftside ul li:last-child {
  border-bottom: none;
}

.myaccountleftside ul li:hover, .myaccountleftside ul li.selected { /*background:#9b251e; border-bottom:#b1140d solid 1px;*/ }

.myaccountleftside ul li a {
  display: block;
  padding-bottom: 11px;
  color: #000;
  padding-left: 40px;
  font-size: 14px;
}

.myaccountleftside ul li:hover a, .myaccountleftside ul li.selected a {
  color: #004AAD;
  text-decoration: none;
}

.myaccountleftside ul li.selected a {
  font-weight: 600;
  color: #004AAD;
  background-size: 23px;
}
.myaccountleftside ul li.selected a.dashboard {
  background-image: url(../../../images/frontend/images/dashboard_hover.svg);
}
.myaccountleftside ul li.selected a.profile {
  background: url(../../../images/frontend/images/user_hover.svg) no-repeat;
  background-size: 23px;
}
.myaccountleftside ul li.selected a.account {
  background: url(../../../images/frontend/images/account_hover.svg) no-repeat;
  background-size: 23px;
}
.myaccountleftside ul li.selected a.project {
  background: url(../../../images/frontend/images/project_hover.svg) no-repeat;
  background-size: 23px;
}
.myaccountleftside ul li.selected a.change {
  background: url(../../../images/frontend/images/key_hover.svg) no-repeat;
  background-size: 23px;
}

/*.myaccountleftside ul li span{ position:absolute; right:-21px; top:0px; width:21px; height:35px; display:block;}
.myaccountleftside ul li:hover span, .myaccountleftside ul li.selected span{ background:url(../images/bg_red_img.png) no-repeat left top;}*/
.myaccountbox {
  margin-bottom: 20px;
  font-weight: 400;
}

.myaccountbox h4 {
  font-size: 15px;
  color: #000000;
  margin: 0px;
  padding: 0px 0px 10px 0px;
  font-weight: 600;
}

.myaccountbox a {
  color: #000000;
}

.myaccountbox a:hover {
  color: #9b251e;
}

.myaccountbox div {
  line-height: 28px;
}

.orderlist1 table {
  border-bottom: #ddd solid 1px;
  border: #ddd solid 1px;
  margin-bottom: 0px;
}

.orderlist1 table.table tr td {
  padding: 8px 5px !important;
  font-size: 12px;
  font-weight: 400;
  color: #676767;
}

.orderlist1 table.table thead td {
  border-bottom: #ddd solid 0px;
  background: #EBEBEB;
  color: #676767;
  font-weight: 600;
  padding: 10px 5px !important;
  text-transform: uppercase;
}

.orderlist1 table .btngrey {
  color: #333333;
  padding: 3px 7px;
  font-size: 15px;
  background: none;
}

.orderlist1 table .btngrey:hover {
  background: none;
  color: #125AD3;
}

.orderlist1 table td {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  font-size: 14px;
}

.orderlist1 table td.completedorder {
  color: #017622;
}

.orderlist1 table td.canceledorder {
  color: #a70e0e;
}

.orderlist1 table td.pendingorder {
  color: #946501;
}

.order_detail {
  border: #dedede solid 0px;
  padding: 10px 0px;
  font-size: 14px;
  font-weight: 300;
}

.orderdatetime {
  text-align: right;
  border-bottom: #dedede solid 1px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.orderdatetime div {
  display: inline-block;
  text-align: left;
  line-height: 20px;
}

h2 i {
  float: right;
  font-size: 14px;
  color: #000000;
  font-style: normal;
  font-weight: 300;
}

h2 i a {
  display: inline-block;
  background: #000;
  color: #fff !important;
  padding: 4px 10px 7px 10px;
  border-radius: 5px;
  font-weight: 500;
}

h2 i a:hover {
  background: #29AF8A;
  color: #fff !important;
}

h1 span:hover a {
  background: #666;
  color: #ffffff;
}

.marginbtmnone {
  margin-bottom: 0px !important;
}

.orderdatetime strong {
  font-weight: 500;
}

.innercontener .myaccountbox .checkoutbox h3 {
  padding-bottom: 10px;
}

.addresstable tr td {
  padding-bottom: 10px;
  vertical-align: top;
  line-height: 20px;
}

.addresstable tr td:first-child {
  width: 26px;
}

.addresstable tr td i {
  font-size: 22px;
}

.addresstable tr:last-child td i {
  font-size: 17px;
}

.mapareabox {
  padding: 30px 0px 30px 0px;
}

.mapareabox div {
  border: #ddd solid 1px;
}

.mapareabox iframe {
  width: 100%;
  height: 280px;
}

.btn-submit {
  min-width: 120px;
}

.paddbtm30 {
  padding-bottom: 30px;
}

.margintop20new {
  padding-top: 10px;
}

.my_account_section .my_section {
  min-height: 200px;
}
.my_account_section .my_section .form-control {
  border: 2px solid #D6D6D6;
  border-radius: 8px !important;
  color: #8D8D8D;
  height: 52px;
  font-size: 13px;
}
.my_account_section .my_section .form-control::-moz-placeholder {
  font-style: italic;
}
.my_account_section .my_section .form-control::placeholder {
  font-style: italic;
}
.my_account_section .my_section h3 {
  color: #000;
}
.my_account_section h3 {
  font-size: 22px;
}
.my_account_section .myaccountleftside h3 {
  font-weight: 600;
}
.my_account_section .myaccountbox .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 991px) {
  .my_account_section .navbar-toggler {
    margin-bottom: 20px;
    margin-left: 14px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #125AD3;
    color: #fff;
    border-radius: 6px;
    padding: 7px 12px !important;
    font-size: 16px;
  }
  .my_account_section .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }
  .my_account_section .navbar-toggler .navbar-toggler-icon {
    width: 20px;
    height: 20px;
    background: url(../images/menu.png) no-repeat left top;
    background-size: 18px;
    margin-right: 5px;
  }
  .my_account_section .myaccountleftside ul li a {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .my_account_section .my_section .form-control {
    height: 44px;
  }
}

/* ----- My Account Area End ----- */
.checkoutbox {
  padding-bottom: 10px;
  font-weight: 500;
}

.checkoutbox p {
  line-height: 18px;
  font-size: 16px;
  color: #676767;
  line-height: 20px;
}

.paymentinfom {
  margin: 0px 0px;
  padding: 10px 0px 0px 0px;
  font-family: "Lexend Deca", sans-serif !important;
}

.paymentinfom p {
  font-size: 14px;
  padding-bottom: 0px;
}

.paymentinfom table {
  border: #959595 solid 0px;
}

.paymentinfom table tr td {
  border-bottom: #959595 solid 0px;
  padding: 8px 0px;
  font-weight: 400;
  font-size: 16px;
}

.paymentinfom table thead tr td {
  text-transform: uppercase;
}

.paymentinfom table tr td table {
  background: none;
  border: 0px;
}

.paymentinfom table tr td table tr td {
  border: none;
  padding: 12px 0px 12px 0px;
}

.paymentinfom table tr td table tr:first-child td {
  border-bottom: #e9e9e9 solid 1px;
  padding-top: 0px;
}

.paymentinfom table tr td table tr td:first-child {
  width: 20px;
  vertical-align: top;
}

.paymentinfom table tr td table tr td:first-child input[type=checkbox] {
  margin-top: 5px;
}

.paymentinfom table tr td table tr td i {
  display: inline-block;
  margin-right: 20px;
}

.paymentinfom table tr td table tr td span {
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  text-decoration: underline;
}

.order_date {
  padding: 0px 0px 12px 0px;
  border-bottom: #ddd solid 1px;
  margin-bottom: 20px;
}

.textright {
  float: right;
  line-height: 20px;
}

p.paddbtm6 {
  padding-bottom: 6px;
}

/* =============Left menu offcanvas Strat ========== */
.btn_bule {
  background: #05BDA8;
  color: #fff;
  margin-bottom: 15px;
  margin-left: 12px;
}
.btn_bule i {
  margin-right: 5px;
}

body.offcanvas-active {
  overflow: hidden;
}

.offcanvas-header {
  display: none;
}

.screen-overlay {
  width: 0%;
  height: 100%;
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition: opacity 0.2s linear, visibility 0.1s, width 1s ease-in;
}

.screen-overlay.show {
  transition: opacity 0.5s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
}

@media all and (max-width: 992px) {
  .myaccountleftside {
    padding-top: 20px;
  }
  .offcanvas-header {
    display: block;
  }
  .mobile-offcanvas {
    visibility: hidden;
    transform: translateX(-100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1200;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
    background-color: #125AD3;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.16);
  }
  .mobile-offcanvas.show {
    visibility: visible;
    transform: translateX(0);
    z-index: 99999;
  }
  .mobile-offcanvas.show .myaccountleftside ul li.selected a.account {
    background-image: url(../../../images/frontend/images/account_white.svg);
    background-size: 23px;
  }
  .mobile-offcanvas.show .myaccountleftside ul li.selected a.dashboard {
    background-image: url(../../../images/frontend/images/dashboard_white.svg);
    background-size: 23px;
  }
  .mobile-offcanvas.show .myaccountleftside ul li.selected a.profile {
    background-image: url(../../../images/frontend/images/profile_white.svg);
    background-size: 23px;
  }
  .mobile-offcanvas.show .myaccountleftside ul li.selected a.project {
    background-image: url(../../../images/frontend/images/project_white.svg);
    background-size: 23px;
  }
  .mobile-offcanvas.show .myaccountleftside ul li.selected a.change {
    background-image: url(../../../images/frontend/images/key_white.svg);
    background-size: 23px;
  }
  .mobile-offcanvas.show .myaccountleftside .account {
    background-image: url(../../../images/frontend/images/account_white.svg);
    background-size: 23px;
  }
  .mobile-offcanvas.show .myaccountleftside .dashboard {
    background-image: url(../../../images/frontend/images/dashboard_white.svg);
    background-size: 23px;
  }
  .mobile-offcanvas.show .myaccountleftside .profile {
    background-image: url(../../../images/frontend/images/profile_white.svg);
    background-size: 23px;
  }
  .mobile-offcanvas.show .myaccountleftside .project {
    background-image: url(../../../images/frontend/images/project_white.svg);
    background-size: 23px;
  }
  .mobile-offcanvas.show .myaccountleftside .change {
    background-image: url(../../../images/frontend/images/key_white.svg);
    background-size: 23px;
  }
}
.btn-close {
  background: #000;
  border: none;
  font-size: 20px;
  color: #fff;
  line-height: 0px;
  width: 30px;
  height: 30px;
  padding: 8px !important;
  text-align: center;
  padding: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 5px 0px 0px 0px;
  border-radius: 100%;
  z-index: 2;
  position: relative;
}

.mobile-offcanvas .btn-close {
  margin-right: 0px;
  margin-top: 10px;
}

.maincontainer {
  min-height: 400px;
}
@media (min-width: 1400px) and (max-width: 2500px) {
  .maincontainer {
    min-height: 800px;
  }
}

/* =============Left menu offcanvas end ========== */
.label-info {
  background-color: #5bc0de;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.inputFile {
  opacity: 0;
  position: absolute;
  top: 0px;
  width: 75px;
  left: 0px;
}

.bootstrap-tagsinput {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  height: auto !important;
  min-height: 52px;
}
.bootstrap-tagsinput .tag {
  margin: 3px !important;
}
.bootstrap-tagsinput input {
  width: auto !important;
}
@media (max-width: 767px) {
  .bootstrap-tagsinput {
    min-height: 44px;
  }
}

#btnSubmit {
  text-align: center;
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: flex;
  justify-content: center;
}

.createpage .btn-primary {
  color: #fff;
  background-color: #0063E7;
  border-color: #0063E7;
}
.createpage .listarea {
  padding-bottom: 40px;
}

.btn-file {
  position: relative;
}

#btnAddDocument12 {
  float: right;
  margin-right: 18%;
  border-radius: 39px;
  background-color: #0063E7;
  color: #fff;
  padding: 11px 20px 11px 40px;
  margin-bottom: 5px;
  background-image: url(../../../images/frontend/images/add.png);
  background-repeat: no-repeat;
  background-position: 15px center;
}
#btnAddDocument12:focus {
  box-shadow: none;
}
@media (max-width: 767px) {
  #btnAddDocument12 {
    padding: 8px 15px 8px 35px;
  }
}
@media (max-width: 575px) {
  #btnAddDocument12 {
    margin-right: 0px;
    float: left;
  }
}

.cancle {
  background: url(../../../images/frontend/images/cancel.svg) no-repeat center center;
  background-size: 20px;
  border-radius: 100%;
  background-color: #000 !important;
  width: 37px;
  height: 37px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .cancle {
    width: 26px;
    height: 26px;
    margin-top: 10px;
    background-size: 14px;
  }
}

.bootstrap-tagsinput {
  border: 1px solid #ced4da;
  box-shadow: none;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  height: 52px !important;
  border-radius: 8px !important;
  border: 2px solid #D6D6D6;
  border-radius: 0px;
  height: 37px;
  display: flex;
  font-size: 13px;
  align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #8D8D8D;
  font-style: italic;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 6px;
}
@media (max-width: 767px) {
  .select2-container--default .select2-selection--single {
    height: 42px !important;
  }
}

.field-validation-error {
  color: red !important;
}

.select2-container {
  max-width: 100%;
  width: 100% !important;
}

select.input-validation-error + .select2-container--default .select2-selection--single {
  border-color: #ff0000;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  display: none;
}

.add_btn {
  display: flex;
  justify-content: flex-end;
}
.add_btn .breadcrumb {
  padding: 2px;
  background: #0063E7;
  border-radius: 39px;
}
.add_btn .AddIcon {
  color: #fff;
}
.add_btn .backIcon {
  background-color: transparent;
  color: #fff;
  padding: 7px 20px;
}
.add_btn .backIcon:hover {
  background-color: transparent !important;
  color: #FFF !important;
}

.flex_div {
  display: flex;
}
.flex_div li {
  padding-right: 10px;
}
.flex_div li:last-child {
  padding-right: 0px;
}

.flex_li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.recordandsearch {
  margin-bottom: 20px;
}
.recordandsearch .myval {
  height: 39px !important;
}
.recordandsearch .SearchBlock .form-control {
  height: 39px;
  font-style: normal;
}
.recordandsearch .SearchBlock .form-control::-moz-placeholder {
  font-style: italic;
}
.recordandsearch .SearchBlock .form-control::placeholder {
  font-style: italic;
}
.recordandsearch .dataTables_filter {
  width: 100%;
}
.recordandsearch .dataTables_filter .form-control {
  font-style: normal;
  height: 39px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.recordandsearch .dataTables_filter .form-control::-moz-placeholder {
  font-style: italic;
}
.recordandsearch .dataTables_filter .form-control::placeholder {
  font-style: italic;
}
.recordandsearch .dataTables_filter select.form-control {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}
.recordandsearch .dataTables_filter .btn-outline-secondary {
  border: 2px solid #d6d6d6 !important;
  border-left: 0px !important;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.recordandsearch .dataTables_filter table tbody tr td.left-text {
  align-items: left !important;
  width: 26%;
  display: flex;
  align-items: center;
}
.recordandsearch .dataTables_filter table tbody tr td.left-text .select2-container--default .select2-selection--single {
  height: 39px !important;
  font-style: normal;
}
.recordandsearch .dataTables_filter table tbody tr td.left-text .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 13px;
  top: 6px !important;
}
.recordandsearch .dataTables_filter table tbody tr td.left-text .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-style: normal;
}
.recordandsearch .dataTables_filter table tbody tr td.left-text p {
  line-height: 0px;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .recordandsearch .dataTables_filter table tbody tr td.left-text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .recordandsearch .dataTables_filter table tbody tr td.left-text {
    width: 100%;
  }
  .recordandsearch .dataTables_filter table tbody tr td.left-text p {
    margin-right: 5px;
  }
}
@media (max-width: 575px) {
  .recordandsearch .dataTables_filter table tbody tr td.left-text {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .recordandsearch .dataTables_filter table tbody tr td.left-text {
    width: 100%;
  }
}
.recordandsearch .dataTables_filter table tbody tr td.searchprojetname {
  align-items: right !important;
  width: 30% !important;
  max-width: 35% !important;
}
@media (max-width: 767px) {
  .recordandsearch .dataTables_filter table tbody tr td.searchprojetname {
    max-width: 55% !important;
    width: 55% !important;
  }
}
.recordandsearch .dataTables_filter table tbody tr td.searchprojetname.width52per {
  max-width: 55% !important;
  width: 55% !important;
}
@media (max-width: 991px) {
  .recordandsearch .dataTables_filter table tbody tr td {
    width: 100%;
    display: block;
  }
}
.recordandsearch .dataTables_filter table tbody tr td.datafiltersearch {
  width: 250px;
}

.table-set1 a img {
  width: 20px;
}
.table-set1 img {
  width: 12px;
}
.table-set1 .table-responsive table thead tr {
  height: 52px;
}
.table-set1 .table-responsive table thead tr th {
  padding-bottom: 15px;
  background: #05BDA8;
  color: #fff;
}
.table-set1 .table-responsive table thead tr th:first-child {
  border-radius: 8px 0px 0px 0px !important;
  -moz-border-radius: 8px 0px 0px 0px !important;
  -webkit-border-radius: 8px 0px 0px 0px !important;
  border: none;
}
.table-set1 .table-responsive table thead tr th:last-child {
  border-radius: 0 8px 0 0;
  border: none;
}
.table-set1 .table-responsive tbody tr {
  height: 52px;
}
.table-set1 .table-responsive tbody tr td a {
  color: #000;
}
.table-set1 .table-responsive tbody tr:last-child td:first-child {
  border-radius: 0px 0 0 8px;
}
.table-set1 .table-responsive tbody tr:last-child td:last-child {
  border-radius: 0 0px 8px 0;
}
.table-set1 .table-responsive tbody tr:nth-of-type(odd) {
  background: #E3EFEE;
}
.table-set1 .table-responsive tbody tr:nth-of-type(even) {
  background: #F2F8F7;
}
.table-set1 .table-responsive tbody .dropdown {
  padding: 0px 20px 0 0;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0016);
}
.table-set1 .table-responsive tbody .dropdown .dropdown-menu.dropdown-width {
  width: 98px;
  min-width: 137px !important;
  top: -4px !important;
  box-shadow: none;
  border: none;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
  border-radius: 0px 0px 4px 4px;
}
.table-set1 .table-responsive tbody .dropdown .dropdown-menu.dropdown-width .dropdown-item {
  padding: 7px 14px;
}
.table-set1 .table-responsive tbody .dropdown .dropdown-menu.dropdown-width .dropdown-item:active {
  background: transparent;
}
.table-set1 .table-responsive tbody .modal .modal-body .form-control {
  border-radius: 0px;
  height: auto;
  min-height: 36px;
}
.table-set1 .table-responsive tbody .modal .modal-body .btn-primary {
  height: inherit !important;
  margin-top: 15px;
}
.table-set1 .table-responsive tbody .modal .modal-footer {
  display: none !important;
}
.table-set1 .table-responsive #PanGrid i {
  font-size: 12px;
  color: #000000;
  font-style: normal;
}
.table-set1 .table-responsive #PanGrid i img {
  margin-left: 10px;
}
.table-set1 .table-design {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .table-set1 .table-responsive {
    min-height: 0;
  }
  .table-set1 tbody tr {
    height: 42px;
  }
}

.paginatioshow_div {
  display: flex;
}
.paginatioshow_div span {
  width: 100%;
}
.paginatioshow_div .pagination {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.paginatioshow_div .pagination img {
  width: 14px;
}

.pagination {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.pagination span, .pagination a {
  text-align: center;
  width: 30px;
  height: 30px;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: #ddd solid 1px;
  margin: 0px 3px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0016);
}
.pagination span:hover, .pagination span:active, .pagination a:hover, .pagination a:active {
  background: #bdc8d5;
}
.pagination span img, .pagination a img {
  color: #fff;
}
.pagination span {
  background: #bdc8d5;
  color: #000;
}
.pagination span:hover {
  background: #bdc8d5;
  color: #000;
}
.pagination .nextbtn, .pagination .prebtn {
  font-size: 0px;
  color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0016);
}

.successRegister {
  padding-top: 50px;
}
.successRegister ul li {
  font-size: 21px;
  line-height: 30px;
  font-weight: 800 span;
  font-weight-font-size: 21px;
  font-weight-line-height: 30px;
  font-weight-padding-left: 8px;
}

#AccountTypeId {
  height: 38px;
  font-size: 16px;
  border-color: #e6e6e6;
  color: #595b5d;
  width: 100%;
}

#projectTypeId {
  height: 38px;
  font-size: 16px;
  border-color: #e6e6e6;
  color: #595b5d;
  width: 100%;
}

.alignment {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-left: 26%;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .alignment {
    margin: 0px auto;
    width: 100%;
    justify-content: flex-end;
  }
}

.listcontent #btnsubmit {
  margin: 0;
  margin-left: 26% !important;
  background: #0063E7;
}
.listcontent .btn-primary {
  margin: 0px 10px;
  border-radius: 39px;
  padding: 10px 25px;
  text-transform: uppercase;
}
.listcontent .back {
  background: #707070;
  border-color: #707070;
}
.listcontent .reset {
  background: #05BDA8;
  border-color: #05BDA8;
}

.headertopbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .headertopbox {
    justify-content: space-between;
  }
}

#PanGrid .dropdown-toggle::after {
  display: none;
}
#PanGrid .btn-secondary {
  background: transparent;
  border: transparent;
}
#PanGrid i {
  color: #004AAD;
}
#PanGrid .font12 {
  font-weight: 400 !important;
  white-space: normal;
}
#PanGrid .dropdown-toggle:focus {
  box-shadow: none;
}

.btn-outline-secondary {
  border-color: #ced4da;
}

.btnSearchIcon {
  border: none;
  position: absolute;
  right: 0px;
  z-index: 9999;
  top: 2px;
}
.btnSearchIcon .btn {
  background: transparent;
}
.btnSearchIcon .btn i {
  color: #8D8D8D;
  background: transparent;
}
.btnSearchIcon .btn i:hover {
  color: #8D8D8D;
  background: transparent;
}
.btnSearchIcon.set_1 {
  position: inherit;
  top: -2px;
}
.btnSearchIcon.set_1 button {
  height: 39px;
  top: 0px;
  left: -1px;
}

.btnarea {
  display: flex;
  justify-content: space-between;
}
.btnarea.btngreen {
  margin-top: 20px;
}

table tr td .cancle {
  background-size: 12px;
  color: #ccc;
}

.smallWidth {
  width: 20% !important;
}

.details .breadcrumb {
  margin-bottom: 0px;
}
.details .listcontent {
  min-height: 300px;
}
.details .listcontent .form-group {
  font-size: 16px;
}
.details .listcontent .form-group .smallWidth {
  width: 50% !important;
}
.details .listcontent .form-group label {
  display: block;
}

.btn-default {
  border-color: transparent !important;
}

.modal-title h3 {
  margin: 5px 0 0 15px;
}

.modal-dialog .modal-content .form-control {
  padding-left: 0px !important;
  padding-bottom: 0px !important;
}
.modal-dialog .modal-content .form-control::-moz-placeholder {
  font-style: italic;
}
.modal-dialog .modal-content .form-control::placeholder {
  font-style: italic;
}

strong {
  margin-bottom: 10px !important;
}
strong table {
  margin-top: 10px !important;
}

.headerMobile {
  display: none;
}
@media (max-width: 767px) {
  .headerMobile {
    display: block;
  }
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 30px;
  top: 13px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background: url(../../../images/frontend/images/select_down.png) no-repeat;
  border: none;
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    left: 80%;
    top: 7px;
  }
}

.otherDocument12 h6 {
  color: #707070;
  padding-top: 10px;
}

.registeredtable {
  background: #EBECED;
  padding: 20px;
  margin: -20px;
}
.registeredtable:last-child {
  border: none;
}
.registeredtable .registredDetails {
  border-bottom: 0.5px solid #fff;
  padding: 20px 0px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .registeredtable .registredDetails .serialNo, .registeredtable .registredDetails .companyName {
    flex: 0 0 60%;
  }
  .registeredtable .registredDetails .status, .registeredtable .registredDetails .vintageYear {
    flex: 0 0 20%;
  }
}
@media (max-width: 991px) {
  .registeredtable .registredDetails .serialNo {
    flex: 0 0 100%;
  }
  .registeredtable .registredDetails .companyName, .registeredtable .registredDetails .vintageYear, .registeredtable .registredDetails .status, .registeredtable .registredDetails .quantityInCou {
    flex: 0 0 25%;
  }
}
@media (max-width: 767px) {
  .registeredtable .registredDetails .companyName, .registeredtable .registredDetails .vintageYear {
    flex: 0 0 100%;
  }
  .registeredtable .registredDetails .status {
    flex: 0 0 70%;
  }
  .registeredtable .registredDetails .quantityInCou {
    flex: 0 0 30%;
  }
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  outline: none !important;
}

.badge {
  padding: 3px 7px !important;
  font-size: 10px !important;
  font-weight: 500;
}
.badge.under {
  background-color: #727a81;
}
.badge.verifi {
  background-color: #44d32a;
}
.badge.badge-warning {
  color: #fff !important;
  background-color: #ff9800 !important;
}

.select2-results {
  margin-top: -3px !important;
}

.text-center .smallWidth {
  margin-left: 26%;
}

.comments {
  word-break: break-all;
  white-space: normal;
  text-align: left !important;
}

.table tr td a {
  cursor: pointer !important;
  color: #05bda8 !important;
}
.table tr td a:hover {
  text-decoration: underline !important;
}

.innerhead {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.margintop {
  margin-top: 20px;
  border-top: 1px solid #eee;
}

/**************** dashboard *************/
.usermanualbox {
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px;
  background: #f7f7f7;
  margin-bottom: 20px;
  min-height: 144px;
}
.usermanualbox h6 {
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.usermanualbox .form-control {
  height: 35px !important;
}
.usermanualbox .btn-primary {
  margin: 0px 5px !important;
  border-radius: 8px !important;
  padding: 3px 15px !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
}
.usermanualbox h6 {
  font-size: 18px;
}

.comment textarea {
  resize: none !important;
  height: auto !important;
}
.comment p {
  padding: 5px 7px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 13px;
}

#UpdateProfileForm .rcbtn {
  display: flex;
}
#UpdateProfileForm .rcbtn div {
  padding: 0px 5px;
}

label.error {
  position: absolute;
  left: 0;
  bottom: -19px;
  margin-bottom: 0px;
}

#myModal .modal-body {
  max-height: 600px;
}
#myModal h2 {
  margin: 0px;
  font-size: 30px;
  line-height: 30px;
  text-align: left;
}
#myModal h3 {
  margin: 20px 0px 5px;
  font-size: 20px;
  line-height: 26px;
}
#myModal p {
  font-size: 14px;
  line-height: 21px;
  padding: 15px 0px;
}
#myModal ul {
  margin-left: 20px;
  list-style: outside;
}
#myModal ul li {
  font-size: 14px;
  line-height: 21px;
  padding: 3px 0px;
}
#myModal ul li::marker {
  color: #0063E7;
  display: block;
  list-style-image: url(../../../images/eye.svg);
}
#myModal .termsbtn {
  margin: 20px 0px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#myModal .termsbtn p {
  font-size: 13px;
  color: #7c7c7c;
  font-weight: 600;
  margin-right: 10px;
}
#myModal .termsbtn .btn-primary {
  height: auto !important;
}
#myModal .paddingzero {
  padding: 0px;
}

.privacy p {
  padding: 10px 0px;
}
.privacy h3 {
  padding: 10px 0px;
  font-size: 20px;
  margin-bottom: 0px;
}
.privacy ul {
  list-style: disc;
  padding-left: 20px;
}
.privacy ul li {
  padding: 5px 0px;
  font-size: 15px;
  line-height: 18px;
}

.colorBlue {
  color: #004AAD;
  text-transform: capitalize;
}

.newfonts h4 {
  font-size: 50px !important;
  width: auto;
  max-width: 100% !important;
  margin-bottom: 30px !important;
}
@media (max-width: 1199px) {
  .newfonts h4 {
    font-size: 36px !important;
  }
}
@media (max-width: 767px) {
  .newfonts h4 {
    font-size: 28px !important;
    margin-bottom: 10px !important;
  }
}
@media (max-width: 575px) {
  .newfonts h4 {
    font-size: 22px !important;
  }
}
.newfonts h4 span {
  color: #0063E7 !important;
}
.newfonts h3 {
  font-size: 16px !important;
  max-width: 100% !important;
  line-height: 22px !important;
}

.registerchekbox input[type=checkbox] {
  opacity: 1 !important;
}
.registerchekbox input[type=radio] {
  opacity: 1 !important;
}
.registerchekbox .radiobox {
  position: relative;
  width: 50px;
  padding-left: 23px;
}

.font18 {
  font-size: 18px;
  line-height: 26px !important;
  margin-bottom: 20px;
}
.font18.bold {
  font-weight: 800;
}
.font18 span {
  font-weight: 400;
}
@media (max-width: 767px) {
  .font18 {
    font-size: 16px;
    line-height: 21px;
  }
}

#loaderbox {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99999999;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.loader {
  border: 5px solid #f3f3f3;
  /* Light grey */
  border-top: 5px solid #0E95D9;
  /* Blue */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: 40vh auto 0;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.registration .container {
  max-width: 1198px;
}
.registration .listcontent {
  padding: 49px 46px !important;
  max-width: 1170px;
}
.registration .listcontent .font13 {
  color: #21334A;
  font-size: 18px;
  font-weight: bold;
}
.registration .listcontent .process_lst ul {
  display: flex;
  list-style: inherit;
}
.registration .listcontent .process_lst ul li {
  flex: 0 0 25%;
  margin-left: 15px;
}
.registration .listcontent .process_lst ul li::marker {
  color: #05BDA8;
  font-size: 20px;
  line-height: 0;
}
.registration .listcontent .process_lst ul li .process_details {
  width: 100%;
  max-width: 222px;
}
.registration .listcontent .process_lst ul li .process_details .font12 {
  font-weight: 600px;
  color: #21334A;
  font-size: 14px;
}
.registration .listcontent .process_lst ul li .process_details .font12 span {
  font-weight: 400 !important;
  padding: 0px;
  color: #21334A !important;
  margin-top: 10px;
  display: block;
  background: none !important;
  border-radius: none !important;
}
@media (max-width: 991px) {
  .registration .listcontent .process_lst ul {
    flex-wrap: wrap;
  }
  .registration .listcontent .process_lst ul li {
    flex: 0 0 47%;
    margin: 10px 0px;
  }
}
@media (max-width: 767px) {
  .registration .listcontent .process_lst ul li {
    flex: 0 0 100%;
  }
  .registration .listcontent .process_lst ul li .process_details {
    max-width: 100%;
  }
}
.registration .listcontent .process_steps ul {
  display: flex;
  margin-top: 40px;
}
.registration .listcontent .process_steps ul.col-reverse {
  margin-left: -64px;
}
.registration .listcontent .process_steps ul li {
  width: 354px;
  flex: 0 0 33%;
}
.registration .listcontent .process_steps ul li.mar_right {
  margin-right: 22px;
}
.registration .listcontent .process_steps ul li:last-child {
  margin-right: 0px;
  width: 330px;
}
.registration .listcontent .process_steps ul li .step_comman {
  background-size: contain;
  padding: 40px 0px 0 10px;
  text-align: center;
  min-height: 318px;
}
.registration .listcontent .process_steps ul li .step_comman .font20 {
  font-size: 25px;
  line-height: 28px;
  padding-bottom: 40px;
  color: #05BDA8;
}
.registration .listcontent .process_steps ul li .step_comman .font10 {
  font-size: 12px;
  color: #555D67 !important;
  font-weight: 400;
  line-height: 14px;
  padding: 12px 0px 40px;
}
.registration .listcontent .process_steps ul li .step_comman .font13 {
  font-size: 14px;
  padding-bottom: 0px;
  color: #21334A !important;
  line-height: 17px;
  font-weight: 600;
}
.registration .listcontent .process_steps ul li .step_comman .font13 span {
  display: block;
  padding-top: 7px;
  line-height: 17px;
  color: #21334A !important;
}
.registration .listcontent .process_steps ul li .step_comman.step_one {
  background: url(../../../images/frontend/images/step_one.png) no-repeat left top;
}
.registration .listcontent .process_steps ul li .step_comman.step_two {
  background: url(../../../images/frontend/images/step_two.png) no-repeat left top;
}
.registration .listcontent .process_steps ul li .step_comman.step_two .font20 {
  color: #64CF86;
}
.registration .listcontent .process_steps ul li .step_comman.step_three {
  background: url(../../../images/frontend/images/step_three.png) no-repeat left top;
}
.registration .listcontent .process_steps ul li .step_comman.step_three .font20 {
  color: #ADD13F;
}
.registration .listcontent .process_steps ul li .step_comman.step_four {
  background: url(../../../images/frontend/images/step_four.png) no-repeat left top;
}
.registration .listcontent .process_steps ul li .step_comman.step_four .font20 {
  color: #0063E7;
}
.registration .listcontent .process_steps ul li .step_comman.step_five {
  background: url(../../../images/frontend/images/step_five.png) no-repeat left top;
}
.registration .listcontent .process_steps ul li .step_comman.step_five .font20 {
  color: #00A0E7;
}
.registration .listcontent .process_steps ul li .step_comman.step_six {
  background: url(../../../images/frontend/images/step_six.png) no-repeat left top;
}
.registration .listcontent .process_steps ul li .step_comman.step_six .font20 {
  color: #13BDD1;
}
.registration .listcontent .process_steps ul li .step_comman .width180 {
  max-width: 255px;
  text-align: center;
}
.registration .listcontent .process_steps ul li .step_comman.padd_left {
  padding: 40px 17px 0px 80px;
}
.registration .listcontent .process_steps ul li .step_comman.margintop {
  margin-top: -40px;
  border: none;
}
@media (max-width: 1199px) {
  .registration .listcontent .process_steps ul li.mar_right {
    margin-right: 0px;
  }
  .registration .listcontent .process_steps ul li .step_comman {
    min-height: 270px;
  }
  .registration .listcontent .process_steps ul li .step_comman .font20 {
    padding-bottom: 15px;
  }
  .registration .listcontent .process_steps ul li .step_comman .font13 {
    font-size: 12px;
    line-height: 15px;
    padding-top: 20px;
  }
  .registration .listcontent .process_steps ul li .step_comman .width180 {
    max-width: 210px;
  }
}
@media (max-width: 991px) {
  .registration .listcontent .process_steps ul {
    flex-direction: column;
    align-items: center;
    margin-top: 0px;
  }
  .registration .listcontent .process_steps ul.col-reverse {
    flex-direction: column-reverse;
    margin-left: 0px;
  }
  .registration .listcontent .process_steps ul li {
    margin-bottom: 60px;
  }
  .registration .listcontent .process_steps ul li .step_comman {
    min-height: 330px;
    background-position: center !important;
    padding: 15px 40px 0 40px;
    position: relative;
    display: flex;
    align-items: center;
  }
  .registration .listcontent .process_steps ul li .step_comman:before {
    content: "";
    position: absolute;
    width: 28px;
    height: 69px;
    bottom: -36px;
    overflow: hidden;
    left: 45%;
  }
  .registration .listcontent .process_steps ul li .step_comman .font20 {
    padding-bottom: 40px;
  }
  .registration .listcontent .process_steps ul li .step_comman .font13 {
    font-size: 14px;
    line-height: 19px;
  }
  .registration .listcontent .process_steps ul li .step_comman.step_one {
    background: url(../../../images/frontend/images/mobile_one.png) no-repeat left top;
    padding-top: 40px;
  }
  .registration .listcontent .process_steps ul li .step_comman.step_one:before {
    background: url(../../../images/frontend/images/arrow_1.png) no-repeat;
  }
  .registration .listcontent .process_steps ul li .step_comman.step_two {
    background: url(../../../images/frontend/images/mob_2.png) no-repeat left top;
  }
  .registration .listcontent .process_steps ul li .step_comman.step_two:before {
    background: url(../../../images/frontend/images/arrow_2.png) no-repeat;
  }
  .registration .listcontent .process_steps ul li .step_comman.step_three {
    background: url(../../../images/frontend/images/mob_3.png) no-repeat left top;
  }
  .registration .listcontent .process_steps ul li .step_comman.step_three:before {
    background: url(../../../images/frontend/images/arrow_3.png) no-repeat;
    bottom: -32px;
  }
  .registration .listcontent .process_steps ul li .step_comman.step_four {
    background: url(../../../images/frontend/images/mob_4.png) no-repeat left top;
  }
  .registration .listcontent .process_steps ul li .step_comman.step_four:before {
    background: url(../../../images/frontend/images/arrow_4.png) no-repeat;
    bottom: -32px;
  }
  .registration .listcontent .process_steps ul li .step_comman.step_five {
    background: url(../../../images/frontend/images/mob_5.png) no-repeat left top;
  }
  .registration .listcontent .process_steps ul li .step_comman.step_five:before {
    background: url(../../../images/frontend/images/arrow_5.png) no-repeat;
  }
  .registration .listcontent .process_steps ul li .step_comman.step_six {
    background: url(../../../images/frontend/images/mod_6.png) no-repeat left top;
  }
  .registration .listcontent .process_steps ul li .step_comman.padd_left {
    padding: 50px 40px 0px 40px;
  }
  .registration .listcontent .process_steps ul li .step_comman.padd_left .font20 {
    text-align: right !important;
  }
  .registration .listcontent .process_steps ul li .step_comman .width180 {
    max-width: 270px;
  }
  .registration .listcontent .process_steps ul li .step_comman.margintop {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .registration .listcontent .process_steps ul li .step_comman {
    min-height: 330px;
    padding: 50px 40px 0 40px;
  }
  .registration .listcontent .process_steps ul li .step_comman.step_two {
    padding-top: 0px;
  }
}
@media (max-width: 575px) {
  .registration .listcontent .process_steps ul li {
    width: 320px;
    margin-right: 0px;
  }
  .registration .listcontent .process_steps ul li .step_comman {
    min-height: 300px;
  }
  .registration .listcontent .process_steps ul li .step_comman::before {
    bottom: -50px;
  }
  .registration .listcontent .process_steps ul li .step_comman .font20 {
    padding-bottom: 40px;
  }
  .registration .listcontent .process_steps ul li .step_comman.margintop {
    margin-top: 0px;
  }
  .registration .listcontent .process_steps ul li .step_comman.margintop .font20 {
    padding-bottom: 60px;
  }
  .registration .listcontent .process_steps ul li .step_comman.step_three::before, .registration .listcontent .process_steps ul li .step_comman.step_four::before {
    bottom: -49px;
  }
  .registration .listcontent .process_steps ul li .step_comman.step_five::before {
    bottom: -40px;
  }
}

.teambox {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  box-shadow: 1px 1px 8px #e4e4e4;
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 20px;
}
.teambox .teampic {
  width: 200px;
  border-radius: 10px;
  overflow: auto;
  margin-right: 30px;
  border: 1px solid #e4e4e4;
}
.teambox .teampic img {
  max-width: 100%;
}
.teambox .teamcnt {
  width: 70%;
  padding-top: 20px;
}
.teambox .teamcnt h4 {
  font-size: 18px;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.teambox .teamcnt h4 span {
  color: #333333;
  margin: 0px !important;
  padding: 0px 0px 0px 10px !important;
}
.teambox .teamcnt h4:after {
  display: none !important;
}
.teambox .teamcnt .study {
  margin-bottom: 15px;
}
@media screen and (max-width: 600px) {
  .teambox {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }
  .teambox .teampic {
    width: 100%;
    margin: 0px !important;
    max-width: 200px;
  }
  .teambox .teamcnt {
    width: 100% !important;
  }
  .teambox .teamcnt .study {
    margin-top: 5px !important;
    line-height: 15px !important;
  }
}

.documentdropdown {
  display: none !important;
}

.slick-list.draggable {
  height: auto !important;
}

.slick-slide {
  height: auto !important;
}

.imageboxarea {
  margin-top: 40px;
}
.imageboxarea h5 {
  text-align: center;
  padding: 20px 0px;
}
.imageboxarea ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.imageboxarea ul li {
  margin: 0px 5px;
  width: calc(20% - 10px);
}
@media screen and (max-width: 830px) {
  .imageboxarea ul li {
    width: calc(33% - 10px);
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  .imageboxarea ul li {
    width: calc(48% - 10px);
    margin-bottom: 10px;
  }
}

.grayarea {
  background: #EBEEF1;
  margin-top: 40px;
  padding: 50px 30px 20px 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .grayarea {
    padding: 40px 0px;
    margin-bottom: 0px;
  }
}

.termspage p {
  font-size: 15px;
}

.uppercase {
  text-transform: uppercase;
}

.swal-text {
  text-align: center;
}

.tabsection {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.tabsection ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  border: 0px !important;
}
.tabsection ul li {
  margin: 0px 30px;
  border: 0px !important;
}
.tabsection ul li:nth-child(1) a {
  color: #004cae;
}
.tabsection ul li:nth-child(1) a span {
  display: block;
  width: 100%;
}
.tabsection ul li:nth-child(1) a.active {
  color: #004cae;
  border-bottom: 4px solid #004cae !important;
}
.tabsection ul li:nth-child(1) a:hover {
  color: #004cae;
  border-bottom: 4px solid #004cae !important;
}
.tabsection ul li:nth-child(2) a {
  color: #28af48;
  text-align: center;
}
.tabsection ul li:nth-child(2) a span {
  display: block;
  width: 100%;
}
.tabsection ul li:nth-child(2) a:hover {
  color: #28af48;
  border-bottom: 4px solid #28af48 !important;
}
.tabsection ul li:nth-child(2) a.active {
  color: #28af48;
  border-bottom: 4px solid #28af48 !important;
}
.tabsection ul li a {
  text-align: center;
  font-size: 50px;
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
  cursor: pointer;
}
.tabsection ul li a span {
  font-size: 30px;
}
@media screen and (max-width: 830px) {
  .tabsection ul li a {
    font-size: 30px;
  }
  .tabsection ul li a span {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .tabsection ul li a {
    font-size: 25px;
  }
  .tabsection ul li a span {
    font-size: 20px;
  }
}

.innere_container .md_detailBox {
  background: #05BDA8;
  padding: 50px;
  max-width: 585px;
  margin-top: 75px;
  position: relative;
  margin-left: auto;
  z-index: 1;
  margin-right: 0px;
}
.innere_container .md_detailBox h4 {
  font-size: 34px;
  line-break: 40px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0px;
}
.innere_container .md_detailBox h4 span {
  font-size: 50px;
  line-height: 55px;
  display: block;
}
.innere_container .md_detailBox .study {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
.innere_container .md_detailBox p {
  font-size: 20px;
  line-height: 24px;
  padding-top: 20px;
  color: #fff;
}
.innere_container .md_image {
  max-width: 740px;
  margin-left: -100px;
}
.innere_container .md_image img {
  width: 100%;
  box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1366px) {
  .innere_container .md_detailBox {
    padding: 40px;
  }
  .innere_container .md_detailBox h4 {
    font-size: 28px;
    line-height: 30px;
  }
  .innere_container .md_detailBox h4 span {
    font-size: 40px;
    line-height: 45px;
  }
  .innere_container .md_detailBox .study {
    font-size: 14px;
  }
  .innere_container .md_detailBox p {
    font-size: 18px;
    line-height: 22px;
  }
  .innere_container .md_image {
    max-width: 520px;
  }
}
@media (max-width: 991px) {
  .innere_container .md_detailBox {
    padding: 20px;
    margin-top: 60px;
  }
  .innere_container .md_detailBox h4 {
    font-size: 24px;
    line-height: 30px;
  }
  .innere_container .md_detailBox h4 span {
    font-size: 30px;
    line-height: 35px;
  }
  .innere_container .md_detailBox p {
    font-size: 16px;
    line-height: 22px;
    padding-top: 15px;
  }
  .innere_container .md_image {
    margin-left: -70px;
  }
}
@media (max-width: 767px) {
  .innere_container .md_detailBox {
    padding: 15px;
    margin-top: 0px;
  }
  .innere_container .md_detailBox h4 {
    font-size: 20px;
    line-height: 26px;
  }
  .innere_container .md_detailBox h4 span {
    font-size: 24px;
    line-height: 30px;
  }
  .innere_container .md_detailBox p {
    font-size: 14px;
    line-height: 20px;
    padding-top: 11px;
  }
  .innere_container .md_image {
    margin-left: 0px;
  }
}

/* Our team hover effect */
.teamMember {
  /* Our team hover effect End */
}
.teamMember .ourteam_section {
  background: url(../images/our_team_back.jpg) no-repeat;
  background-size: cover;
  padding-top: 50px;
  border-bottom: 1px solid #fff;
}
.teamMember .ourteam_section p {
  text-align: center;
  max-width: 405px;
  margin-left: auto;
  margin-right: auto;
}
.teamMember .ourteam_section .wrapper.sustain_btn {
  margin-top: 30px !important;
  display: block;
  margin: 0px auto 30px;
  margin-top: 0px;
}
.teamMember .ourteam_section .product_title {
  background-position: 50% 100%;
  text-align: center;
}
.teamMember .about_director {
  border-radius: 20px;
  float: left;
  width: 23%;
  margin: 0 2% 2% 0;
  box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.16);
}
.teamMember .about_director img {
  border-radius: 20px;
  aspect-ratio: 1/1;
}
.teamMember img.grayscale.active, .teamMember img.grayscale:hover {
  -moz-filter: grayscale(0) brightness(1);
  -ms-filter: grayscale(0) brightness(1);
  -o-filter: grayscale(0) brightness(1);
  filter: grayscale(0) brightness(1);
}
.teamMember img.grayscale {
  -moz-filter: grayscale(100%) brightness(0.7);
  -ms-filter: grayscale(100%) brightness(0.7);
  -o-filter: grayscale(100%) brightness(0.7);
  filter: grayscale(100%) brightness(0.7);
  transition: 0.35s;
}
.teamMember .sustainability-ul li:after, .teamMember .swiper-button-prev, .teamMember img.grayscale {
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
}
.teamMember .grayscale {
  filter: grayscale(100%);
  transition: 0.35s;
}
.teamMember .grayscale, .teamMember .searchIcon .searchIconLabel {
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
}
.teamMember .brand_icons, .teamMember .grayscale {
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}
.teamMember .img.grayscale {
  max-width: 100%;
  width: 100%;
}
.teamMember .about-tab-container, .teamMember .about_director {
  position: relative;
}
.teamMember .director_container {
  display: none;
}
.teamMember .fadeInRight {
  animation-name: fadeInRight;
}
.teamMember .animated {
  animation-fill-mode: both;
}
.teamMember .about_director_title {
  color: #004AAD;
  margin: 0;
  font-size: 36px;
  line-height: 40px;
}
.teamMember .about_director_title span {
  font-size: 25px;
  line-height: 30px;
}
.teamMember .designation {
  margin: 1% 0;
}
.teamMember .desc {
  margin: 0px;
  padding-bottom: 10px;
  line-height: 22px;
}
.teamMember p.designation {
  font-size: 16px !important;
  color: #004AAD;
  margin-top: 0px;
}
.teamMember .bg_eco p.designation {
  font-size: 18px !important;
}
.teamMember .think_lateral {
  padding-bottom: 40px;
}
.teamMember .font20 {
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 1366px) {
  .teamMember .about_director_title {
    font-size: 25px;
    line-height: 30px;
  }
  .teamMember .about_director_title span {
    font-size: 20px;
    line-height: 30px;
  }
  .teamMember .font20 {
    font-size: 16px;
    line-height: 21px;
  }
  .teamMember p.designation {
    font-size: 14px !important;
    line-height: 18px;
  }
}
@media (max-width: 991px) {
  .teamMember {
    padding-top: 0px;
  }
  .teamMember .about_director_title {
    font-size: 20px;
    line-height: 25px;
  }
  .teamMember .director_container {
    padding-top: 30px;
  }
}

.font25 {
  font-size: 25px;
  line-height: 35px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .font25 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .font25 {
    font-size: 18px;
    line-height: 26px;
  }
}

.registredProject {
  position: relative;
  background: #EBEEF1;
}
.registredProject::before {
  position: absolute;
  content: "";
  right: 0;
  width: 15%;
  z-index: 0;
  height: 100%;
  top: 0;
  background: #004AAD;
}
.registredProject h3 {
  text-align: center;
  position: relative;
  z-index: 1;
  font-size: 45px;
  line-height: 43px;
  font-weight: 600;
  color: #004AAD;
  margin-bottom: 55px;
  text-transform: uppercase;
}
.registredProject .font25 {
  color: #004AAD;
}
.registredProject .registerDetail {
  padding-bottom: 70px;
  max-width: 550px;
}
.registredProject .registeredVideo video {
  height: 100%;
  max-height: 300px;
  background: #000;
}
.registredProject .carbonCradit .counting {
  font-size: 55px;
  line-height: 60px;
  font-weight: 200;
}
.registredProject .carbonCradit p {
  color: #5A5B5B;
}
@media (max-width: 991px) {
  .registredProject {
    margin-top: 50px;
  }
  .registredProject h3 {
    font-size: 32px;
    line-height: 34px;
  }
  .registredProject .registerDetail {
    padding-bottom: 50px;
  }
  .registredProject .carbonCradit .counting {
    font-size: 45px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .registredProject {
    margin-top: 30px;
  }
  .registredProject::before {
    display: none;
  }
  .registredProject .row {
    flex-direction: column-reverse;
  }
  .registredProject .registerDetail {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .registredProject h3 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  .registredProject p {
    font-size: 16px;
    line-height: 21px;
  }
  .registredProject .carbonCradit .counting {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .registredProject {
    margin-top: 0px;
  }
  .registredProject.pt-80 {
    padding-top: 40px !important;
  }
  .registredProject h3 {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 25px;
    margin-bottom: 0px;
  }
  .registredProject .carbonCradit .counting {
    font-size: 28px;
    line-height: 44px;
  }
}

.projectListSearchBox .searchbox_top {
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: inherit;
  padding: 0px;
}
.projectListSearchBox .searchbox_top .form-group {
  margin-bottom: 0px;
}
.projectListSearchBox .searchbox_top .register_btn ul li .register {
  padding: 15px 20px;
  font-size: 18px;
}
.projectListSearchBox .searchbox_top .register_btn ul li .register p {
  display: none;
}
@media (max-width: 991px) {
  .projectListSearchBox {
    padding-top: 50px !important;
  }
  .projectListSearchBox .row .col-md-2, .projectListSearchBox .col-md-3, .projectListSearchBox .col-md-1 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .projectListSearchBox .searchbox_top {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .projectListSearchBox .searchbox_top {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .projectListSearchBox .searchbox_top .form-group {
    margin-bottom: 15px;
  }
  .projectListSearchBox .searchbox_top .register_btn {
    max-width: 50%;
    margin: 0 auto;
  }
  .projectListSearchBox .searchbox_top .register_btn ul li .register {
    padding: 15px 20px;
    font-size: 18px;
  }
  .projectListSearchBox .searchbox_top .register_btn ul li .register:focus {
    border: none;
    outline: none;
  }
  .projectListSearchBox .searchbox_top .register_btn ul li .register p {
    display: block;
    color: #fff;
  }
  .projectListSearchBox .searchbox_top .register_btn ul li .register i {
    display: none;
  }
}
@media (max-width: 575px) {
  .projectListSearchBox {
    padding-top: 30px !important;
  }
}

.projectCounterSection {
  padding: 100px 0px;
  background: #004AAD;
}
.projectCounterSection .projectCounter ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.projectCounterSection .projectCounter ul li {
  text-align: center;
}
.projectCounterSection .projectCounter ul li .counter .counting, .projectCounterSection .projectCounter ul li .counter i {
  font-style: normal;
  font-size: 45px;
  font-weight: 200;
  line-height: 50px;
  color: #fff;
  padding: 5px 0px;
}
.projectCounterSection .projectCounter ul li .counter p {
  font-size: 16px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.5);
  padding-top: 0px;
}
@media (max-width: 991px) {
  .projectCounterSection {
    padding: 60px 0px;
  }
  .projectCounterSection .projectCounter .projectImaage {
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .projectCounterSection .projectCounter .projectImaage img {
    max-width: 50%;
  }
  .projectCounterSection .projectCounter ul li .counter .counting, .projectCounterSection .projectCounter ul li .counter i {
    font-size: 30px;
    line-height: 35px;
  }
  .projectCounterSection .projectCounter ul li .counter p {
    font-size: 14px;
    line-height: 19px;
  }
}
@media (max-width: 767px) {
  .projectCounterSection {
    padding: 45px 0px;
  }
  .projectCounterSection .projectCounter .projectImaage {
    min-height: 70px;
  }
  .projectCounterSection .projectCounter ul li .counter .counting, .projectCounterSection .projectCounter ul li .counter i {
    font-size: 25px;
    line-height: 30px;
  }
  .projectCounterSection .projectCounter ul li .counter p {
    font-weight: normal;
  }
}
@media (max-width: 575px) {
  .projectCounterSection .projectCounter ul {
    flex-direction: column;
  }
  .projectCounterSection .projectCounter ul li {
    padding-bottom: 20px;
  }
  .projectCounterSection .projectCounter ul li:last-child {
    padding-bottom: 0px;
  }
}

.letestUpdate h2 {
  margin-bottom: 40px;
  margin-top: 50px;
}
.letestUpdate .updateSlider .slick-dots {
  position: relative;
}
.letestUpdate .updateSlider .slick-dots li {
  width: initial;
  height: initial;
  margin: 0;
  padding: 10px 0;
}
.letestUpdate .updateSlider .slick-dots li button {
  height: 10px;
  width: 10px;
  transition: 500ms ease-in;
  margin: 0px 5px;
  border-radius: 50%;
  padding: 0;
  font-size: 0;
  line-height: 0;
  background-color: #05BDA8;
}
.letestUpdate .updateSlider .slick-dots li button:before {
  font-size: 0;
  line-height: 0;
  width: 10px;
  height: 10px;
  transition: 300ms ease-in;
}
.letestUpdate .updateSlider .slick-dots li.slick-active button {
  background-color: #0063E7;
  height: 10px;
  border-radius: 10px;
  width: 40px;
}
.letestUpdate .updateSlider .slick-prev {
  z-index: 1;
  top: 50%;
}
.letestUpdate .updateSlider .slick-prev:before {
  content: "";
  position: absolute;
  background: url(../../../images/left_slide.png) no-repeat;
  width: 40px;
  height: 40px;
  left: 10px;
  top: 0px;
}
.letestUpdate .updateSlider .slick-next {
  z-index: 1;
  top: 50%;
}
.letestUpdate .updateSlider .slick-next:before {
  content: "";
  position: absolute;
  background: url(../../../images/right_slide.png) no-repeat;
  width: 40px;
  height: 40px;
  right: 10px;
  top: 0px;
}
.letestUpdate .updateSlider .slick-slide {
  padding: 15px;
}
.letestUpdate .updateSlider .slick-slide .updateImg {
  height: 200px;
  overflow: hidden;
}
.letestUpdate .updateBox {
  background: #FFFFFF;
  box-shadow: 0px 10px 10px 10px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}
.letestUpdate .updateBox .updateDetails {
  padding: 20px;
}
.letestUpdate .updateBox .updateDetails span {
  font-size: 16px;
  line-height: 20px;
  color: #3e3e3e;
  display: block;
}
.letestUpdate .updateBox .updateDetails .font25 {
  padding: 13px 0px;
  min-height: 120px;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0px;
}
.letestUpdate .updateBox .updateDetails .readBtn {
  color: #004AAD;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
  border: none;
  background: none;
}
@media (max-width: 767px) {
  .letestUpdate .updateSlider .slick-slide {
    max-width: 100%;
  }
  .letestUpdate .updateBox .updateDetails {
    padding: 15px;
  }
  .letestUpdate .updateBox .updateDetails span {
    font-size: 14px;
  }
  .letestUpdate .updateBox .updateDetails .font25 {
    font-size: 16px;
    line-height: 21px;
    padding: 7px 0px;
    @import url("https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900");
  }
}
@media (max-width: 767px) and (max-width: 575px) {
  .letestUpdate .updateSlider .slick-slide {
    max-width: inherit;
  }
}
.letestUpdate .sdg label span {
  position: absolute;
  top: -15px;
  left: 6px;
}
.letestUpdate .note {
  background: #e4f8ff;
  border-radius: 5px;
  margin-bottom: 15px;
}
.letestUpdate .note p {
  padding: 10px;
  font-size: 13px;
  line-height: 1;
}

.btn-default.focus, .btn-default:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: none !important;
}

.commanPage p, .commanPage table tr td, .commanPage div {
  font-size: 15px;
}
.commanPage .table tr:first-child td {
  background: #ddd;
}
.commanPage .table tr:first-child td.bgfirst {
  background: none;
}
.commanPage .table tr td {
  font-size: 15px !important;
}
.commanPage p {
  padding-bottom: 20px;
}
@media (max-width: 380px) {
  .commanPage .tableresponsive480 {
    width: 100%;
    overflow-x: auto;
  }
  .commanPage .tableresponsive480 table {
    width: 500px;
  }
}
.commanPage .main1 {
  border: 2px solid #e4e4e4;
  margin: 40px;
  padding: 15px;
  background: #f8f8f8;
}
@media (max-width: 767px) {
  .commanPage .main1 {
    margin: 40px 0px;
  }
}
.commanPage .main1 h4 {
  text-align: center;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}
.commanPage .main1 p {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}

.width100Logo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.width100Logo .flex33 {
  flex: 0 0 33%;
  max-width: 33%;
  /* border-right: 1px solid #ccc; */
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
}
.width100Logo .flex33 .carbonExchange {
  text-align: center;
  padding-top: 10px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .width100Logo .flex33 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}/*# sourceMappingURL=style.css.map */