/*   
Theme Name: Nalcabs
Description: This is an exclusive, fully SEO optimized Wordpress theme developed  for NALCAB.
Author: Website Author
Author URI: 
*/

@font-face {
  font-family: "ComicSansMS";
  src: url("fonts/ComicSansMS.eot?#iefix") format("embedded-opentype"),
    url("fonts/ComicSansMS.woff") format("woff"),
    url("fonts/ComicSansMS.ttf") format("truetype"),
    url("fonts/ComicSansMS.svg#ComicSansMS") format("svg");
  font-weight: normal;
  font-style: normal;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  background: transparent;
  color: #585858;
  line-height: 1.7;
  overflow-x: hidden;
}
* {
  margin: 0;
  padding: 0;
}
a,
.blue,
a:hover,
a:focus {
  color: #0f4e29;
  outline: 0 !important;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
footer a:hover {
  text-decoration: underline;
}
.blue-bg {
  color: #fff;
  background: #0da3ff !important;
}
.fullwidth {
  float: left;
  width: 100%;
}
.halfwidth {
  float: left;
  width: 50%;
}
.first {
  margin-left: 0 !important;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

img.size-full {
  height: auto;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
img,
iframe {
  max-width: 100%;
  border: 0 none !important;
}
.padd-0 {
  padding: 0 !important;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/**************************************/
/*************Common*******************/
/**************************************/

h2 {
  font-size: 42px;
  margin-top: 0;
  margin-bottom: 15px;
}
h4 {
  font-size: 21px;
}
h5 {
  font-size: 18px;
}
h3 {
  font-size: 28px;
}
/**************************************/
/*************Header*******************/
/**************************************/
#header {
  border-radius: 0;
  width: 100%;
  z-index: 9999;
  position: relative;
  padding: 0;
}
.logo {
  float: left;
  margin: 0 0 0 0px;
}
#header .navbar-nav > li > a {
  color: #fff;
  font-size: 14px;
  font-style: normal;

  line-height: 13px;
  padding: 0 12px;
  text-transform: uppercase;
}
#header .navbar-nav > li {
  position: relative;
}
#header .navbar-nav > li:last-child > a {
  border-right: 0px;
}
#header .current-menu-item a,
#header .navbar-nav > li > a:hover,
#header .navbar-nav > li > a:focus {
  color: #fff;
  background: none;
}
#header .navbar-nav > li.current-menu-parent:before,
#header .navbar-nav > li.current-menu-item:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  width: 90%;
  height: 2px;
  background-color: #f5b614;
  margin: auto;
}

#header.sticky .navbar-nav > li > a {
  color: #000;
}

/** Google Translate in header **/
#google_translate_element, .goog-te-gadget {
  display: inline;
}

/*-------------- search Modal -------------*/
div.searchModal .modal-dialog {
  margin: 20px auto;
}
div.searchModal .modal-content {
  background: #fff;
  color: #000;
  overflow: visible;
}
div.searchModal.fade {
  display: none !important;
}
div.searchModal.fade.in {
  display: flex !important;
  align-items: center;
  margin: 0 auto;
}
div.searchModal .close-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  /*background: #fff;*/
  /*border-radius: 50%;*/
  /*padding: 2px;*/
  width: 16px;
  cursor: pointer;
  z-index: 333;
}
.searchModal .modal-body {
  background: #fff;
  padding: 0;
}
.searchModal .search-bg-block {
  background-color: #f3ece4;
  background-image: url(img/search.png);
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: center center;
  height: 220px;
  border-radius: 0 0 45% 45%;
}
.searchModal .search-form {
  padding: 25px;
  margin-top: 30px;
}
.searchModal .search-form input[type="submit"] {
  float: none;
}
/*-------- Ends Search Modal --------*/

/**************************************/
/*************Footer*******************/
/**************************************/

.toggle-form .h4 {
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 700;
  color: #0f4e29;
}
.toggle-form p.top-line {
  margin-bottom: 10px;
  font-size: 14px;
  color: #000;
  white-space: normal;
}
.toggle-form .wpcf7-form-control.wpcf7-email,
.toggle-form .wpcf7-form-control.wpcf7-text,
.toggle-form .wpcf7-form-control.wpcf7-textarea {
  height: 34px;
  color: #000;
  background: none;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  margin-bottom: 14px;
  padding: 5px 0;
}
.toggle-form .wpcf7-form-control.wpcf7-textarea {
  height: 70px !important;
}
.toggle-form .btn.primarybtn {
  font-size: 16px;
  padding: 0 30px;
  height: 35px;
  line-height: 35px;
}
.toggle-form div.wpcf7-response-output {
  width: calc(100% - 30px);
  float: left;
  margin: 10px 0 0px 15px !important;
  position: static;
  bottom: 0;
  text-align: center;
  white-space: normal;
  font-size: 12px;
  color: #000 !important;
  font-weight: 300 !important;
}
.toggle-form div.wpcf7 .ajax-loader {
  margin-top: 8px;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.quick-get-quote {
  position: fixed;
  right: -408px;
  /*right: 400px;*/
  top: 50%;
  transform: translateY(-50%);
  z-index: 77;
  transition: all ease-in-out 0.45s;
}
.quick-get-quote.active-slide-out {
  right: 0;
}
.quick-get-quote-open-button {
  width: 50px;
  height: 160px;
  background-color: #0f4e29;
  color: #fff;
  line-height: 50px;
  cursor: pointer;
  padding: 10px;
  font-weight: bold;
  white-space: nowrap;
  border-radius: 40px;
  position: relative;
}
.quick-get-quote-open-button span {
  display: block;
  transform: rotate(-90deg) translateY(-50%);
  position: absolute;
  top: 38%;
  text-align: center;
  height: 40px;
  letter-spacing: 0.5px;
  left: -12px;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}
.quick-quote-form-layout-inner {
  padding: 20px;
  background-color: #fff;
  width: 400px;
  font-size: 14px;
  white-space: nowrap;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

#footer {
  padding: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
}
.footertop {
  background: #2e7a4d;
  padding: 40px 0px !important;
}
.footerbottom {
  background: #0f4e29;
  padding: 12px 0 !important;
}

#footer a,
#footer-bottom a {
  color: #ffffff !important;
}

.footertop2 {
  margin-top: 30px;
}

#menu-footer-menu li {
  margin-left: 0px;
  list-style: none;
}

.copyrighttxt {
  margin-bottom: 0px;
}

p.copyrighttxt a {
  text-decoration: underline;
}

h3.widgettitle {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #fff;
  font-family: "ComicSansMS";
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0;
  margin: 0 0 15px;
  padding-bottom: 10px;
  position: relative;
  text-transform: none;
}

/**************************************/
/****************Home******************/
/**************************************/

#home-banner {
  position: relative;
}
.carousel-control em {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 45px;
}

/**************************************/
/**************PAGES*******************/
/**************************************/
#page-wrap {
  margin-top: 0px;
}

/**************************************/
/***********Contact Form***************/
/**************************************/
div.wpcf7 .ajax-loader {
  float: left;
  margin-top: 18px;
}
.form-group.full {
  float: left;
  width: 95%;
}
.wpcf7-form-control.wpcf7-email,
.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-textarea {
  border: 1px solid #cecece !important;
  box-shadow: none !important;
  border-radius: 0px;
  float: left;
  height: 50px;
  margin-bottom: 20px;
  padding: 0px 20px;
  width: 100%;
  background: #f8f8f8;
  border-radius: 2px;
  font-size: 14px;
  outline: none !important;
}
.wpcf7-form-control.wpcf7-textarea {
  height: 170px !important;
  resize: none;
  padding: 15px 15px 10px;
}
.wpcf7-form-control-wrap {
  float: left;
  width: 100%;
}
.form-control:focus {
  box-shadow: none !important;
}
span.wpcf7-not-valid-tip {
  background: #f00 none repeat scroll 0 0;
  bottom: 20px;
  color: #fff;
  font-size: 11px !important;
  font-weight: 400;
  padding: 0 10px;
  position: absolute;
  right: 0px;
  top: auto;
}
div.wpcf7-response-output {
  font-size: 13px;
  font-weight: bold;
  margin-left: 0px;
  padding: 5px !important;
  text-align: center;
  width: calc(100% - 45px);
  margin: 2em 0;
}
.wpcf7-submit {
  background-color: #53448d;
  border: 0 none;
  color: #fff;
  float: left;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}
.contact-row .col-sm-4 {
  /*Contact Page Sidebar*/
  background-color: #faf7f7;
  border: 1px solid #eee;
  border-radius: 4px;
  color: #585858;
  font-size: 17px;
  font-weight: 300;
  padding: 15px 20px;
}
.statedrop {
  font-size: 14px;
  padding-left: 10px;
  height: 50px;
  width: 100%;
  border: 1px solid #cecece !important;
  margin-bottom: 20px;
}
/******************** Header Css *************************/

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
.dropdown-menu > li > a {
  padding: 7px 10px !important;
  text-transform: uppercase;
  font-size: 13px !important;
}

/**************************** Header Css New ************************/

.theme-menu {
}
.btn.primarybtn {
  text-transform: none;
  color: #fff;
  transition: all ease-in-out 0.5s;
  border: none;
  font-size: 18px;
  padding: 0 45px;
  height: 50px;
  color: #ffffff !important;
  line-height: 50px;
  border-radius: 50px;
  text-decoration: none !important;
  font-weight: 400;
  outline: none !important;
  background: #3bb36e; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #3bb36e 10%,
    #63b35b 35%,
    #a3b53d 64%,
    #dcb622 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #3bb36e 10%,
    #63b35b 35%,
    #a3b53d 64%,
    #dcb622 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #3bb36e 10%,
    #63b35b 35%,
    #a3b53d 64%,
    #dcb622 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bb36e', endColorstr='#dcb622',GradientType=0 ); /* IE6-9 */
}
.btn.primarybtn {
}
.topdonate {
  float: right;
  margin-top: 20px;
}
.theme-menu .navbar-collapse.collapse {
  float: right;
  margin-top: 29px;
  padding-right: 0px;
}
.nopadding {
  padding: 0px;
}

.carousel-inner .item {
  height: 100%;
  width: 100%;
  /*    position: relative;*/
  float: left;
}
.headersocial {
  float: right;
}
.mainhead {
  background: #0f4e29;
  padding: 15px 0px;
}
.theme-logo img {
  max-width: 165px;
}
.headersocial a {
  color: #111 !important;
  font-size: 14px;
  margin-left: 7px;
}
.headersocial a > em {
  transition: all ease-in-out 0.3s;
}
.headersocial a:hover > em {
  transform: scale(1.2);
}
.headTop {
  padding: 5px 0px;
}
.headTop a {
  color: #000 !important;
}

/*** Footer Area *****/

.footerSocial {
  text-align: right;
  padding-top: 10px;
}
.footerSocial a {
  font-size: 24px;
  margin: 0px 5px;
}
footer h5 {
  margin-top: 0px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500 !important;
}
.linefooter {
  height: 1px;
  width: 100%;
}
.footer {
  color: #fff;
  font-size: 15px;
}
#footer strong {
  font-weight: 500;
}
.footerbottom {
  font-size: 12px;
}
#footer-col1 {
  padding-top: 60px;
}
#footer-col2,
#footer-col3 {
  padding-left: 40px;
}

/****************** Home Page Start ***********************/

/****** Banner Slider *******/
.carousel-control {
  background: none;
  text-shadow: none;
  box-shadow: none;
  background-image: none;
  background: none !important;
}
.slidecontent {
  position: absolute;
  /* top: 310px; */
  /* transform: translateY(-50%) !important; */
  /* -webkit-transform: translateY(-50%) !important; */
  color: #fff;
  top: 0;
  display: flex;
  align-items: center;
  bottom: 0;
  height: 100%;
  z-index: 222;
}
#home-banner .item,
.slidecontent {
  height: 725px;
}
.slidecontent h2 {
  font-size: 30px;
  line-height: 45px;
  font-weight: 700;
  max-width: 1000px;
  margin-bottom: 20px;
}
.slidecontent .primarybtn {
  margin-top: 20px;
}
.slidecontent p {
  font-size: 20px;
  max-width: 780px;
  line-height: 30px;
}
.carouselContrlTop {
  position: absolute;
  right: 80px;
  bottom: 60px;
}
.carousel-control {
  font-size: 30px !important;
  opacity: 1 !important;
}
.carousel-control.left {
  left: -40px !important;
}
.carousel-control.right {
}

#myCarousel .carousel-indicators {
  display: none !important;
}

#myCarousel .carousel-control {
  color: #ffffff !important;
}
#myCarousel .carousel-control:hover {
  color: #f5b614 !important;
}
/******* Who we are ********/

.section {
  padding: 60px 0px;
  overflow: hidden;
  float: left;
  width: 100%;
}
.section h2 {
  color: #000;
  font-weight: 800;
  font-size: 45px;
  margin-top: 0px;
  margin-bottom: 20px;
}
.whoweInnerTxt ul {
  display: block;
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  margin-top: 15px;
}
.whoweInnerTxt ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
  color: #000;
}
.whoweInnerTxt ul li:before {
  content: url(img/tick.png);
  position: absolute;
  left: 0;
  top: 3px;
}
.whoweInnerTxt .btn.primarybtn {
  margin-top: 20px;
}

/************ What we do ******************/

.wwd-banner {
  max-width: 75%;
  margin: 0 auto;
}

@media screen and (max-width: 961px) {
  .wwd-banner {
    max-width: 100%;
  }
}

/*#home-whatwedo{ background: url(/wp-content/uploads/2019/06/What-We-Do-bg-e1561654739371.jpg); background-size: cover; background-repeat: no-repeat; background-position: center right; background-attachment: fixed;position: static;}*/
.whitetxt,
.whitetxt h2 {
  color: #fff;
}
.mainwhtwedoimghover {
  display: none;
}
.innerwhatwedo:hover > .whtdoimagebox .mainwhtwedoimghover {
  display: inline-block !important;
}
.innerwhatwedo:hover > .whtdoimagebox .mainwhtwedoimg {
  display: none;
}

.innerwhatwedo {
  color: #000;
  background: #fff;
  min-height: 315px;
  padding: 25px 20px;
  margin-top: 30px;
  transition: background ease-in-out 0.3s;
}
.whtdoimagebox {
  min-height: 60px;
}
.whtdoimagebox img {
  vertical-align: middle;
}
.titleOuter {
  font-weight: 700;
  font-size: 20px;
}
.innerwhatwedo:hover {
  color: #fff;
  background: #3bb36e; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #3bb36e 10%,
    #63b35b 35%,
    #a3b53d 64%,
    #dcb622 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #3bb36e 10%,
    #63b35b 35%,
    #a3b53d 64%,
    #dcb622 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #3bb36e 10%,
    #63b35b 35%,
    #a3b53d 64%,
    #dcb622 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bb36e', endColorstr='#dcb622',GradientType=0 ); /* IE6-9 */
}

a.our-str {
  color: #ffffff !important;
  text-decoration: underline;
}
.innerwhatwedo a {
  font-weight: bold;
  text-decoration: underline;
}

/******************* Cookie-bar *******************/
a#cookie_action_close_header {
  color: rgb(255, 255, 255) !important;
}

/******************* home-Blog *******************/

#home-Blog {
  background: #f4f4f4;
}
.midtxt {
  margin: auto;
  max-width: 830px;
}
.bloginner {
  margin-top: 20px;
}
.blogInnerMain {
  background: #fff;
  border: 1px solid #ddd;
  min-height: 445px;
}
.thumbInfo {
  padding: 10px;
}
.blogInnerMain {
  font-size: 14px;
}
.posttitle {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #000 !important;
}
p.authinfo {
  font-size: 12px;
  margin-bottom: 3px;
  font-weight: normal;
}
.readmorePost {
  text-align: right;
  margin-bottom: 0px;
}
.readmorePost a {
  color: #2e7a4d !important;
  font-size: 12px;
  font-weight: bold;
}
.BlogMoreBtn {
  margin-top: 40px;
}

/****** Home Investment ****************/

.ServiceTop-Info>.container>.row {
  align-items: start;
}

.investimg {
  margin-bottom: 20px;
}
.invest-title {
  font-size: 20px;
  font-weight: 600;
  color: #242424;
  margin-bottom: 10px;
}
.themeul,
.ServiceTop-Info ul,
#applyTop ul,
.blogsingleContent ul {
  display: block;
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.themeul li,
.ServiceTop-Info ul li,
#applyTop ul li,
.blogsingleContent ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
  color: #585858;
}
.themeul li:before,
.ServiceTop-Info ul li:before,
#applyTop ul li:before,
.blogsingleContent li:before {
  content: url(img/tick.png);
  position: absolute;
  left: 0;
  top: 3px;
}
.homeinvestmentMain {
  margin-top: 30px;
}
#home-featured {
  background: url(img/featurebg.png);
  background-position: center center !important;
  background-repeat: no-repeat;
  padding-bottom: 220px;
  background-size: 57%;
}
.readmorePost a span {
  vertical-align: text-bottom;
}

.homeinvestmentMain .InvestOuter {
  padding-left: 60px;
}
.home-Investment-bottom {
  margin-top: 50px;
}
/*.Investimage-1{ padding-left: 0px;}*/
.Investimage-1 img {
  max-width: 375px;
}
.Investimage-2 {
  text-align: center;
}
.Investimage-3 {
  padding-right: 0px;
  text-align: right;
}
.featuredImgBox {
  /*width: 25%;*/
  /*float: left;*/
  text-align: center;
  margin-top: 25px;
  padding: 0px 12px;
}
/*********** Home Impact Section **************/

#home-Impact,
.graybg1 {
  background: #f4f4f4;
}

.row.worldwide_boxes_wrap {
  margin-left: 0;
  margin-right: 0;
}
div[class*="worldwide_boxes"] {
  background-size: cover !important;
  position: relative;
}
.worldwide_boxes-1:after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.9);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.worldwide_boxes-2:after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.75);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.worldwide_boxes-inner {
  position: relative;
  z-index: 1;
  padding: 60px;
  color: #fff;
}
.worldwide_boxes-inner h4 {
  font-size: 1.14rem;
  color: #fff;
  line-height: 1.65rem;
  margin-bottom: 15px;
}
.worldwide_boxes-inner ul li + li {
  margin-top: 10px;
}

.flex-inner {
  -webkit-flex-flow: column wrap; /* Safari 6.1+ */
  flex-flow: column wrap;
  height: 100%;

  width: 100%;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-justify-content: space-around; /* Safari 6.1+ */
  justify-content: space-between;
}

.circle-top-wrap {
  padding-top: 90px;
  padding-bottom: 20px;
}
.circle-detail-outer {
  background-color: #fafafa;
  padding-top: 80px;
  padding-bottom: 80px;
}
.circle-box {
  display: none;
}
.circle-box.activeitem {
  display: block;
}
.you-video {
  display: table;
  margin: auto;
}
.you-video .play-video {
  background-size: cover;
}
.solution-modal .modal-content .close {
  position: absolute;
  right: 0;
  top: -25px;
  opacity: 1;
  cursor: pointer;
}
.solution-modal .modal-content .close span {
  color: #fff;
}
.solution-modal {
  text-align: center;
}
.solution-modal h4 {
  color: #ffd300;
}
.solution-modal .modal-body {
  padding: 30px;
  border: 5px solid #ffd300;
}
.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.solution-video {
  margin-top: 60px;
}
.solution-modal div[class*="modal-content-bg-"] {
  background-size: cover !important;
  border: none;
}

.solution-modal div[class*="modal-content-bg-"]:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
}

@media (min-width: 768px) {
  /**
     * Simple fade transition,
     */
  .mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  .mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
  }
  .mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
  }

  .mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
  }
  .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
  }
}
@media (min-width: 992px) {
  /***  Top Circle ***/
  .circle-excerpt-1 h4,
  .circle-excerpt-3 h4 {
    /*    text-align: right;
            margin-right: 15px*/
  }
  .circle-excerpt-2 h4,
  .circle-excerpt-4 h4 {
    margin-left: 15px;
  }
  div[class*="circle-excerpt-"] p,
  div[class*="circle-excerpt-"] p + span {
    display: inline;
  }
  div[class*="circle-excerpt-"] p {
    margin-bottom: 0;
  }
  .circle-img-holder {
    float: left;
  }

  .circle-excerpt-content {
    float: left;
    width: calc(100% - 215px);
    min-height: 285px;
    font-size: 15px;
  }

  div[class*="circle-col-"] {
    position: relative;
  }

  .circle-excerpt-1 .circle-img-holder,
  .circle-excerpt-3 .circle-img-holder {
    float: right;
  }
  .circle-excerpt-2 .circle-img-holder,
  .circle-excerpt-4 .circle-img-holder {
    float: left;
  }
  .circle-excerpt-2 .circle-excerpt-content,
  .circle-excerpt-4 .circle-excerpt-content {
    float: right;
  }
  .circle-excerpt-3,
  .circle-excerpt-4 {
    margin-top: 80px;
  }
  .circle-col-3,
  .circle-col-4 {
    margin-top: 15px;
  }
  .read-more-circle {
    color: #ffd300;
    font-weight: bold;
    cursor: pointer;
  }
  .read-more-circle:hover {
    text-decoration: underline;
  }

  .circle-col-1 .circle-img-holder,
  .circle-col-2 .circle-img-holder,
  .circle-col-3 .circle-img-holder,
  .circle-col-4 .circle-img-holder {
    position: absolute;
    right: 25px;
    top: 50px;
    width: 195px;
    transition: all ease-in-out 0.5s;
  }
  .circle-col-3 .circle-img-holder,
  .circle-col-4 .circle-img-holder {
    top: 20px;
  }
  .circle-col-2 .circle-img-holder,
  .circle-col-4 .circle-img-holder {
    right: auto;
    left: 25px;
  }

  .circle-col-1 .circle-img-holder img,
  .circle-col-2 .circle-img-holder img,
  .circle-col-3 .circle-img-holder img,
  .circle-col-4 .circle-img-holder img {
    position: absolute;
  }
  .circle-col-1:hover .circle-img-holder img.small-thumb,
  .circle-col-2:hover .circle-img-holder img.small-thumb,
  .circle-col-3:hover .circle-img-holder img.small-thumb,
  .circle-col-4:hover .circle-img-holder img.small-thumb {
    opacity: 0;
    visibility: hidden;
  }
  .circle-col-1 .circle-img-holder img.large-thumb,
  .circle-col-2 .circle-img-holder img.large-thumb,
  .circle-col-3 .circle-img-holder img.large-thumb,
  .circle-col-4 .circle-img-holder img.large-thumb {
    opacity: 0;
    visibility: hidden;
  }

  .circle-col-1:hover .circle-img-holder img.large-thumb,
  .circle-col-2:hover .circle-img-holder img.large-thumb,
  .circle-col-3:hover .circle-img-holder img.large-thumb,
  .circle-col-4:hover .circle-img-holder img.large-thumb {
    opacity: 1;
    visibility: visible;
  }
  .circle-col-1:hover .circle-img-holder,
  .circle-col-3:hover .circle-img-holder {
    -ms-transform: translate(20px, -20px);
    -webkit-transform: translate(20px, -20px);
    -moz-transform: translate(20px, -20px);
    -o-transform: translate(20px, -20px);
    transform: translate(20px, -20px);
  }
  .circle-col-2:hover .circle-img-holder,
  .circle-col-4:hover .circle-img-holder {
    -ms-transform: translate(-20px, -20px);
    -webkit-transform: translate(-20px, -20px);
    -moz-transform: translate(-20px, -20px);
    -o-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px);
  }
  .circle-col-1:hover .circle-img-holder,
  .circle-col-2:hover .circle-img-holder,
  .circle-col-3:hover .circle-img-holder,
  .circle-col-4:hover .circle-img-holder {
    width: 245px;
  }
  .circle-top-wrap {
    position: relative;
  }
  .circle-top-wrap.row {
    margin-left: -25px;
    margin-right: -25px;
  }
  .circle-top-wrap.row > div {
    padding-left: 25px;
    padding-right: 25px;
  }
  .circle-top-wrap:before {
    background: url(/wp-content/uploads/2017/12/nuco.png) no-repeat;
  }
  .circle-top-wrap:after {
    background: url(/wp-content/uploads/2017/12/mat.png) no-repeat;
  }
  .circle-top-wrap:before,
  .circle-top-wrap:after {
    width: 235px;
    height: 76px;
    background-size: contain;
    top: 50%;
  }
  .circle-top-wrap:after {
    right: 0;
  }
  .circle-top-wrap:before,
  .circle-top-wrap:after {
    position: absolute;
    content: "";
    top: 49%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  div[class*="circle-excerpt-"] h4 {
    position: relative;
    color: #222;
    font-size: 20px;
    font-weight: 600;
  }
  .circle-excerpt-1 .circle-excerpt-content,
  .circle-excerpt-2 .circle-excerpt-content {
    margin-top: -30px;
  }

  .circle-excerpt-1 .circle-excerpt-content,
  .circle-excerpt-3 .circle-excerpt-content {
    text-align: right;
  }
  .circle-excerpt-1 h4:after {
    height: 170px;
    margin-left: 10px;
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  .circle-excerpt-2 h4:before {
    height: 170px;
    margin-left: -70px;
  }

  .circle-excerpt-3 h4:after {
    height: 90px;
    margin-left: 10px;
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    top: -63px;
  }
  .circle-excerpt-4 h4:before {
    height: 90px;
    margin-left: -70px;
    -ms-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    top: -63px;
  }
  .circle-col-1 .circle-excerpt-content,
  .circle-col-3 .circle-excerpt-content {
    text-align: left;
  }
  .circle-col-2 .circle-excerpt-content,
  .circle-col-4 .circle-excerpt-content {
    text-align: right;
  }
}
.boxnumber {
  font-size: 60px;
  font-weight: 600;
  color: #62bb46;
}
.circle-col-3 .boxnumber,
.circle-col-2 .boxnumber {
  color: #f5b614;
}

/*************** About Images *******************/
#home-whoweare .aboutimage {
  transition: all 0.3s ease;
}
#home-whoweare .aboutimage:hover {
  transform: scale(1.1);
}
.aboutimg-1 {
  margin-top: 130px;
  margin-right: 4px;
}
.aboutimg-2 {
  margin-top: 130px;
}
.aboutimg-3 {
  margin-top: -572px;
  margin-left: 140px;
}
.aboutimg-4 {
  margin-left: 140px;
  margin-top: -155px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .circle-excerpt-content {
    min-height: 350px;
  }
  .boxnumber {
    font-size: 45px;
  }
  .circle-col-1 .circle-img-holder img,
  .circle-col-2 .circle-img-holder img {
    top: 55px;
  }
}

/*********************************** Home Page Css End *******************/

/**************************************** Contact Page Css ********************************/

#innerpage-banner {
  position: relative;
}
.bannertxt {
  position: absolute;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  top: 50%;
}
h1.page-title {
  margin: 0px;
  color: #fff;
  font-size: 45px;
  font-weight: 700;
}
.homecontactTop {
  padding-left: 0px;
}
#home-Contact .sectiontitle {
  margin-bottom: 20px;
}
#sbtBtn {
  text-transform: uppercase;
  outline: none !important;
  padding-top: 0;
}
.bannerimg {
  width: 100%;
  max-height: 630px;
  object-fit: cover;
  object-position: center;
}
.locationbox {
}
.locationIcon {
  width: 100px;
}
.contactlocation {
  margin-top: 80px;
}

.locationbox {
  border: 1px solid #ccc;
  padding: 20px;
  min-height: 220px;
}

.locationbox a {
  color: #585858 !important;
}
.homecontactInfo h5,
.locationbox h5 {
  color: #000;
  margin-top: 0px;
  margin-bottom: 20px;
}
.contactlocation {
  border-top: 1px solid #eee;
  padding-top: 40px;
}

.social-icons .fab:hover,
.social-icons .fab:active {
  color: #fff;
  -webkit-box-shadow: 1px 1px 3px #333;
  -moz-box-shadow: 1px 1px 3px #333;
  box-shadow: 1px 1px 3px #333;
}
.social-icons.icon-zoom .fab:hover,
.social-icons.icon-zoom .fab:active {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/*Change icons size here*/
.social-icons .fab {
  font-size: 1.4em;
}
/*Change icons circle size and color here*/
.social-icons .fab {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.social-icons .fa-adn {
  background-color: #504e54;
}
.social-icons .fa-apple {
  background-color: #aeb5c5;
}
.social-icons .fa-android {
  background-color: #a5c63b;
}
.social-icons .fa-bitbucket,
.social-icons .fa-bitbucket-square {
  background-color: #003366;
}
.social-icons .fa-bitcoin,
.social-icons .fa-btc {
  background-color: #f7931a;
}
.social-icons .fa-css3 {
  background-color: #1572b7;
}
.social-icons .fa-dribbble {
  background-color: #f46899;
}
.social-icons .fa-dropbox {
  background-color: #018bd3;
}
.social-icons .fa-facebook-f {
  background-color: #3c599f;
}
.social-icons .fa-flickr {
  background-color: #ff0084;
}
.social-icons .fa-foursquare {
  background-color: #0086be;
}
.social-icons .fa-github,
.social-icons .fa-github-alt,
.social-icons .fa-github-square {
  background-color: #070709;
}
.social-icons .fa-google-plus,
.social-icons .fa-google-plus-square {
  background-color: #cf3d2e;
}
.social-icons .fa-html5 {
  background-color: #e54d26;
}
.social-icons .fa-instagram {
  background-color: #a1755c;
}
.social-icons .fa-linkedin,
.social-icons .fa-linkedin-square {
  background-color: #0085ae;
}
.social-icons .fa-linux {
  background-color: #fbc002;
  color: #333;
}
.social-icons .fa-maxcdn {
  background-color: #f6ae1c;
}
.social-icons .fa-pagelines {
  background-color: #241e20;
  color: #3984ea;
}
.social-icons .fa-pinterest,
.social-icons .fa-pinterest-square {
  background-color: #cc2127;
}
.social-icons .fa-renren {
  background-color: #025dac;
}
.social-icons .fa-skype {
  background-color: #01aef2;
}
.social-icons .fa-stack-exchange {
  background-color: #245590;
}
.social-icons .fa-stack-overflow {
  background-color: #ff7300;
}
.social-icons .fa-trello {
  background-color: #265a7f;
}
.social-icons .fa-tumblr,
.social-icons .fa-tumblr-square {
  background-color: #314e6c;
}
.social-icons .fa-twitter,
.social-icons .fa-twitter-square {
  background-color: #32ccfe;
}
.social-icons .fa-vimeo-square {
  background-color: #229acc;
}
.social-icons .fa-vk {
  background-color: #375474;
}
.social-icons .fa-weibo {
  background-color: #d72b2b;
}
.social-icons .fa-windows {
  background-color: #12b6f3;
}
.social-icons .fa-xing,
.social-icons .fa-xing-square {
  background-color: #00555c;
}
.social-icons .fa-youtube,
.social-icons .fa-youtube-play,
.social-icons .fa-youtube-square {
  background-color: #c52f30;
}

.social-icons {
  margin-top: 20px;
}

/************************ Board Director Page *****************************/

.boardtopInner h3 {
  color: #2e7a4d;
  font-weight: 600;
  margin-top: 0px;
}
.boardDirectorMain {
  margin-top: 30px;
}
.BoardDImage {
  min-height: 195px;
}
.img-radius img {
  border-radius: 50%;
  max-width: 170px;
  max-height: 170px;
  object-fit: cover;
}
.BoardDCompany a {
  display: inline-block;
}
.BoardDCompany {
  min-height: 100px;
  margin-top: 10px;
}
.BoardDCompany img {
  max-height: 70px;
}
.BoardDirectorOuter {
  margin-bottom: 30px;
}

.BoardMainInner {
  border: 1px solid #cecece;
  padding: 20px;
}
.BoardInfo {
  margin-top: 10px;
  margin-bottom: 10px;
}
.BoardDCompany {
  margin-bottom: 15px;
}
.ReadFullLink a {
  color: #2e7a4d !important;
  text-decoration: underline;
}
.BoardDTitle h4 {
  color: #000;
}

.boardMenuBar .menu {
  display: inline !important;
}
.boardMenuBar .menu li {
  display: inline-block;
  margin: 0 15px 10px 0;
}
.boardMenuBar .menu li a {
  text-transform: uppercase;
  color: #888 !important;
  font-weight: 500;
}
.boardMenuBar {
  padding: 12px 0px;
}
.boardMenuBar .menu li.current-menu-item a {
  color: #000 !important;
}
.boardMenuBar .menu li.current-menu-item {
  border-bottom: 2px solid #f6ae1c;
}
.menuInner .widget_nav_menu {
  border-bottom: 2px solid #eee;
}
.menu .menu-item {
  padding-bottom: 4px;
  margin-bottom: -2px;
}
.menuInner {
  position: relative;
}
span.sidetoggle {
  position: absolute;
  right: 20px;
  top: -5px;
  font-size: 23px;
  color: #000;
  cursor: pointer;
}
span.sidetoggle2 {
  position: absolute;
  right: 20px;
  top: -5px;
  font-size: 23px;
  color: #000;
  cursor: pointer;
}
#whoweareMenuBox,
.InnermenuMain {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.9);
}
#whoweareMenuBox ul,
#whoweareMenuBox li,
.InnermenuMain ul,
.InnermenuMain li {
  list-style: none;
}
#whoweareMenuBox ul li,
.InnermenuMain ul li {
  margin-bottom: 10px;
}
#whoweareMenuBox ul li:last-child,
#InnermenuMain ul li:last-child {
  margin-bottom: 0px;
}
#whoweareMenuBox a,
.InnermenuMain a {
  color: #fff !important;
  font-size: 24px;
  text-transform: uppercase;
}
#whoweareMenuBox .widget_nav_menu,
.InnermenuMain .widget_nav_menu {
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  right: 0px;
}
.overlay {
  position: absolute;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  top: 0px;
}
body.nooverflow {
  overflow: hidden;
  height: 100%;
}
span.closeMenu {
  display: block;
  color: #fff;
  font-size: 30px;
  position: absolute;
  right: 40px;
  top: 40px;
  cursor: pointer;
}

/**************** Press Page **********************/

.pressDate,
.impactCat {
  margin-bottom: 20px;
}
.pressInner {
  padding: 0px;
  border: 1px solid #cecece;
  border-radius: 5px;
  padding-bottom: 20px !important;
  position: relative;
  overflow: hidden;
  min-height: 490px;
}
.publicationpage {
  min-height: 635px;
}
.publicationimg {
  max-height: 425px;
}
.pressTitle,
.pressDate,
.pressLink,
.pressOrganization,
.pressSummary,
.impactCat {
  padding: 0px 20px;
}

.pressTitle {
  margin-top: 10px;
  color: #000;
  text-transform: uppercase;
}
.pressTitle h4 {
  font-size: 20px;
  margin-top: 25px;
}
.pressTitle a {
  color: #000 !important;
}

.pressOrganization {
  margin-top: 6px;
  color: #777;
  text-transform: uppercase;
  color: #2e7a4d;
  line-height: 1.2em;
}

.impactStoryCard img.boardimg {
  height: 220px;
  object-fit: cover;
  width: 100%;
}

.impactCat {
  font-size: 14px;
}

.btn.impactReadMore {
  background: #4b9c33;
  text-decoration: none;
  color: white !important;
}

.pressSummary {
  margin-bottom: 18px;
  color: #777;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.pressOverlay {
  position: absolute;
  top: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  align-content: center;
  align-items: center;
  vertical-align: middle;
  transition: all ease-in-out 0.5s;
  display: none;
  color: #fff;
  padding: 20px;
  width: 100%;
}
.pressInner:hover > .pressOverlay {
  display: flex;
}
.pressOverlay a {
  color: #fff !important;
  text-decoration: underline;
}
.pressOverlayInner > a {
  height: 100%;
  display: flex;
  align-items: center;
}
.overlaylinkP {
  margin-top: 25px;
}
.menuInner li {
  list-style: none;
}

/******************************* Uber Menu ******************************/

.ubermenu-skin-black-white-2 {
  border: none !important;
  background: none !important;
  box-shadow: none !important;
}
.ubermenu-skin-black-white-2 .ubermenu-item-level-0:hover > .ubermenu-target,
.ubermenu-skin-black-white-2
  .ubermenu-item-level-0.ubermenu-active
  > .ubermenu-target,
.ubermenu-skin-black-white-2
  .ubermenu-item-level-0.ubermenu-current-menu-item
  > .ubermenu-target,
.ubermenu-skin-black-white-2
  .ubermenu-item-level-0.ubermenu-current-menu-parent
  > .ubermenu-target,
.ubermenu-skin-black-white-2
  .ubermenu-item-level-0.ubermenu-current-menu-ancestor
  > .ubermenu-target {
  background: transparent !important;
}
#ubermenu-main-2-primary-2 {
  float: right;
  margin-right: -20px;
}
#ubermenu-nav-main-2-primary {
  margin-top: 10px !important;
}
.ubermenu-skin-black-white-2 .ubermenu-item-level-0 > .ubermenu-target {
  border: none !important;
  box-shadow: none !important;
}
header#header .ubermenu ul.ubermenu-nav > li {
  padding: 8px 14px;
}
header#header .ubermenu ul.ubermenu-nav > li > a {
  padding: 8px 0px;
  position: relative;
}
header#header .ubermenu ul.ubermenu-nav > li > a i {
  right: 6px;
}
header#header .ubermenu ul.ubermenu-nav > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: transparent;
}
header#header .ubermenu ul.ubermenu-nav > li:hover > a:after,
header#header
  .ubermenu
  ul.ubermenu-nav
  > li.ubermenu-current-menu-item
  > a:after,
header#header
  .ubermenu
  ul.ubermenu-nav
  > li.ubermenu-current-menu-ancestor
  > a:after {
  background: #f5b614;
}
header#header .ubermenu ul.ubermenu-nav a {
  font-weight: 400 !important;
  color: #ffffff !important;
}
header#header .ubermenu .ubermenu-submenu {
  box-shadow: 0px 0px 7px #0a311a;
}

/* menu hover color */
ul.ubermenu-submenu li.ubermenu-current_page_item a.ubermenu-target span.ubermenu-target-text,
ul.ubermenu-submenu li:hover a.ubermenu-target span.ubermenu-target-text {
	color: #f5b614;
}
header#header .ubermenu ul.ubermenu-submenu li:hover a i {
  color: #f5b614 !important;
}

.ubermenu-skin-black-white-2 .ubermenu-submenu,
.ubermenu-skin-black-white-2 .ubermenu-submenu .ubermenu-target {
  color: white !important;
}
.ubermenu-skin-black-white-2 .ubermenu-submenu .ubermenu-highlight {
  color: #f5b614 !important;
}
.ubermenu-skin-black-white-2 .ubermenu-submenu .ubermenu-target:hover,
.ubermenu-skin-black-white-2 .ubermenu-submenu .ubermenu-active > .ubermenu-target {
  color: #f5b614 !important;
}

/*================= Our story =================*/
.story-intro .row,
.ServiceTop-Info .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
/*
.intro-content p{
    text-align: justify;
}
*/
.intro-images {
  position: relative;
  display: inline-block;
  max-width: 410px;
  width: 100%;
  height: 440px;
}
.intro-images > div {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
}
.intro-images > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.intro-images .intro-img-1 {
  width: 320px;
  height: 320px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 2px solid #f5b614;
}
.intro-images .intro-img-2 {
  width: 200px;
  height: 200px;
  bottom: 20px;
  left: 0;
  border: 2px solid #f48782;
  z-index: 222;
}
.intro-images .intro-img-3 {
  width: 230px;
  height: 230px;
  bottom: 0;
  right: 0;
  border: 2px solid #62bb46;
}

.vm-secion {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
}
.vm-secion h2 {
  color: #fff;
  margin-bottom: 30px;
}
.vm-icon {
  height: 130px;
}
.vm-icon img {
  height: auto;
  max-height: 100%;
  width: auto;
  max-width: 100%;
}
.vm-title {
}
.vm-title h3 {
  font-size: 26px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}

.history-inner {
  position: relative;
}

.history-data .history-img {
  position: absolute;
  top: 30px;
  width: 840px;
  left: -90px;
}
.history-content {
  font-size: 13px;
  width: 100%;
  margin: 15px 0;
  float: left;
}
.history-content .year-outer {
  display: none;
  vertical-align: middle;
}
.history-content .year-div {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.history-content .year-div {
  background: url(img/circle-layer.png);
  height: 80px;
  width: 80px;
  background-position: center center;
  background-size: 67px !important;
  border-radius: 50%;
}
.year-div {
  border: 7px solid;
}
.year-1 {
  border-color: #ff5252;
}
.year-2 {
  border-color: #df40fa;
}
.year-3 {
  border-color: #4288ff;
}
.year-4 {
  border-color: #00bea4;
}
.year-5 {
  border-color: #5edc0e;
}
.year-6 {
  border-color: #662c91;
}
.history-content p {
  max-width: 450px;
}
.history-1 {
  padding-left: 50%;
}
.history-2 {
  padding-left: 60%;
  margin-top: 40px;
}
.history-3 {
  padding-left: 65%;
  margin-top: 100px;
}
.history-4 {
  padding-left: 60%;
  margin-top: 50px;
}
.history-5 {
  padding-left: 48%;
}
.history-5 p {
  max-width: 400px;
}
.history-6 {
  margin-top: 0px;
  padding-left: 22%;
}
.history-6 p {
  max-width: 400px;
}
.history-7 {
  padding-left: 30%;
}
/*================ Ends Our Story ===================*/

/****************** Blog Page Css ******************************/

.bloglistimg {
  height: 144px;
  object-fit: cover;
  width: 100%;
  object-position: center;
}
.alm-btn-wrap {
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  margin: auto;
  float: left;
  width: auto;
  text-align: center;
}
.toppostImgBox img {
  width: 100%;
  /*    max-height: 400px;*/
  object-fit: cover;
}
.featuredpost img {
  max-height: 400px;
}
.toppostTitle a {
  color: #0f4e29 !important;
}
.toppostTitle h3 {
  margin-top: 0px;
}
.topostAuthor {
  padding: 0px !important;
}
.featuredMain {
  margin-bottom: 30px;
}

#mainBlog {
  padding-bottom: 100px;
}
#mainBlog #ajax-load-more .BoardDirectorOuter:first-of-type {
  display: none !important;
}
.singletitle {
  margin-top: 40px;
}
.blogsingleContent {
  margin-top: 5px;
}
.blogsingleContent a {
  font-weight: bold;
  text-decoration: underline;
}
.toppostTitle h3 {
  font-size: 25px;
  line-height: 1.2;
}
.bkbtn {
  margin-bottom: 45px;
}

/***************************** Newsletter Page Css **********************/

#newsletterMain #accordion .panel-title a {
  color: #0f4e29 !important;
  font-size: 28px;
  display: inline-block;
  width: 100%;
}
#newsletterMain #accordion {
  position: relative;
}
#newsletterMain #accordion .panel-title {
  border-radius: 0px !important;
}
#newsletterMain #accordion .panel-heading {
  background: #cecece !important;
}
#newsletterMain #accordion .panel {
  border-radius: 0px !important;
  margin-bottom: 20px !important;
}

.txttoprow {
  margin-bottom: 15px;
}

.formrow {
  float: left;
  width: 100%;
}
.lefthalf {
  float: left;
  width: calc(50% - 10px);
}
.righthalf {
  float: right;
  width: calc(50% - 10px);
}
.formmidtxt h5 {
  color: #0f4e29;
}
.formmidtxt {
  margin-bottom: 10px;
}
.wpcf7-form-control.wpcf7-checkbox.form-control {
  border: none !important;
  box-shadow: none;
  padding: 0;
}
label {
  font-weight: 400 !important;
  margin-bottom: 0px;
}
.wpcf7-form-control-wrap.interest input {
  margin-top: 0px !important;
  margin-right: 10px !important;
}
.wpcf7-form-control-wrap.interest .wpcf7-list-item-label {
  font-size: 16px;
}

.bottomformtxt {
  margin: 10px 0px 20px;
}
.enewsRactBox {
  border: 1px solid #cecece;
  padding: 12px;
  margin-bottom: 20px;
}
.newsboxtxt {
  font-size: 12px;
}
.newsicon {
  width: 100px;
  padding-left: 7px;
}

/*============== Consulting page CSS ==============*/

.consultant-section,
.evaluation-factors {
  background: #f2f2f0;
}
.consultant-top {
}
.consultant-steps {
}
.consultant-steps > div {
  margin: 60px 0 0;
  position: relative;
}
.consultant-steps > div:before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  top: 48px;
  right: -36px;
  height: 40px;
  width: 75px;
  background-size: 100%;
}
.consultant-steps > div:nth-of-type(odd):before {
  background-image: url("/wp-content/uploads/2018/12/direction1-min.png");
}
.consultant-steps > div:nth-of-type(even):before {
  background-image: url("/wp-content/uploads/2018/12/direction2-min.png");
}
.consultant-steps > div:last-of-type:before {
  display: none;
}
.consultant-steps .steps-box {
}
.steps-box .step-no {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border: 2px dashed #ef9b10;
  border-radius: 50%;
  color: #000;
  font-size: 20px;
}
.steps-box .step-title {
  font-size: 18px;
  color: #000;
  margin: 30px 0 30px;
  font-weight: 600;
}

.question-section div.wpcf7 {
  margin-top: 15px;
  width: 100%;
  float: left;
}

.consultant-video-section {
  color: #fff;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.consultant-video-section .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.consultant-video-text {
}
.consultant-video-text h2 {
  color: #fff;
  font-size: 40px;
  line-height: 1.4em;
}
.consultant-video-text p {
  font-size: 22px;
  line-height: 1.4em;
}
.consultant-video-text ul {
  margin: 20px 0;
}
.consultant-video-text ul li {
  list-style: none;
  text-transform: uppercase;
  font-size: 18px;
  margin: 12px 0;
  font-weight: 600;
  padding-left: 30px;
  background: url("/wp-content/uploads/2018/12/check.png") no-repeat top 7px
    left;
}
.consultant-video-text a {
  text-decoration: underline;
  color: #ffe01a !important;
  font-style: italic;
}
a.html5lightboxconsulting {
  display: none;
}
.related-head {
  color: #000;
  font-weight: 700;
  font-size: 38px;
  margin: 0;
}
.related-row {
  margin-top: 20px;
  display: none;
}
.related-row > div {
  display: inline;
  float: left;
  padding: 0 15px;
  margin: 20px 0;
  width: calc(100% / 6);
  text-align: center;
}
.related-single .related-icon {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #efefef;
  border-radius: 50%;
  margin: auto;
  width: 110px;
}
.related-single .related-title {
  color: #000;
  font-size: 20px;
  margin: 10px 0;
  font-weight: 600;
}

/*============== Ends Consulting page CSS ==============*/

/*============== Membership page CSS ==============*/
.membership-intro p {
  text-align: left;
}
.membership-intro-2 {
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
}
.color-black {
  color: #000;
}
.heading-3 h3,
.heading-3 .h3 {
  font-size: 36px;
  margin: 0 0 18px;
  font-weight: 800;
  line-height: 1.4em;
}
.benefit-section {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center top !important;
}
.benefit-content {
  color: #fff;
}
.benefit-content h2 {
  color: #fff;
}
.benefit-row {
}
.benefit-row > div:nth-of-type(1) .benefit-single,
.benefit-row > div:nth-of-type(4) .benefit-single {
  border-radius: 15px 0 15px 0;
}
.benefit-row > div:nth-of-type(2) .benefit-single,
.benefit-row > div:nth-of-type(3) .benefit-single {
  border-radius: 0 15px 0 15px;
}

.benefit-single {
  margin: 15px 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding: 15px 18px 8px;
  min-height: 170px;
}
.benefit-title-single {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: 10px;
}
.benefit-title-single .icon-div {
  height: 45px;
  position: relative;
  width: 45px;
}
.benefit-title-single .icon-div img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s ease;
  min-width: 45px;
  max-height: 45px;
}
.benefit-title-single .icon-div .icon-normal {
  opacity: 1;
}
.benefit-title-single .icon-div .icon-hover {
  opacity: 0;
}
.benefit-single .icon-div .icon-normal {
  opacity: 0;
}
.benefit-single .icon-div .icon-hover {
  opacity: 1;
}
.benefit-title-single h4 {
  padding-left: 10px;
  margin: 0;
  font-size: 20px;
}
.benefit-single p {
}
.member-directory-content {
}
.member-directory-content h3,
.home-section .member-directory-content h3 {
  color: #000;
}
.member-directory-content p,
.home-section .member-directory-content p {
  margin-bottom: 0px;
}
.member-directory-content strong,
.home-section .member-directory-content strong {
  color: #000;
}

.member-directory {
}
.member-directory .wpgmp_before_listing,
.home-section .wpgmp_before_listing {
  color: #000;
  font-weight: 600;
  font-size: 22px;
  margin: 15px 0 0;
}
.member-directory .place_category,
.home-section .place_category {
  border: 1px solid #cecece !important;
  box-shadow: none !important;
  outline: none;
}
.member-directory .wpgmp_locations .place_title:last-of-type,
.home-section .wpgmp_locations .place_title:last-of-type {
  color: #fff !important;
  font-weight: 600;
  background: #0f4e29;
  display: inline-block;
  padding: 10px;
  width: 100%;
  font-size: 15px;
}
.member-directory .wpgmp_locations .wpaddress a,
.home-section .wpgmp_locations .wpaddress a {
  color: #0f4e29 !important;
}
.member-directory .wpgmp_pagination,
.home-section .wpgmp_pagination {
  padding: 10px;
  margin: 10px 0 0;
}
.member-directory .wpgmp_pagination span,
.home-section .wpgmp_pagination span {
  font-weight: 500;
  background: #0f4e29 !important;
  box-shadow: none;
  border-color: #0f4e29;
  padding: 5px 12px;
}

.member-directory .wpgmp_pagination a,
.home-section .wpgmp_pagination a {
  transition: all 0.3s ease;
  font-weight: 500;
  box-shadow: none;
  padding: 5px 12px;
}
.member-directory .wpgmp_pagination a:hover,
.home-section .wpgmp_pagination a:hover {
  font-weight: 500;
  background: #0f4e29 !important;
  color: #ffffff !important;
  box-shadow: none;
  border-color: #0f4e29;
}

div.categories_filter select {
  background: url(img/white_select_arrow.png) no-repeat 99% 50% #0f4e29 !important;
}

.wpgmp_pagination a {
  background: #f2a51d !important;
}

.wpgmp-map-1 .wpgmp_infowindow .wpgmp_locations_content,
.wpgmp-map-1 .wpgmp_locations_content {
  font-family: "Poppins", sans-serif !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  color: black !important;
}
.wpgmp_listing_grid .wpgmp_locations .wpgmp_location_title {
  width: 100% !important;
}

.wpgmp_location_meta {
  float: none !important;
  margin-top: 10px !important;
}
.apply-membership {
  display: flex;
  flex-wrap: wrap;
}
.apply-membership > div {
  padding: 50px 15px 30px;
  background-size: cover !important;
  background-position: center top !important;
}
.apply-membership-col-2 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.apply-membership-block {
  max-width: 560px;
  margin: auto;
  color: #fff;
}
.apply-membership-block h3 {
  font-weight: 600;
}
.apply-membership-block p a {
  margin-bottom: 20px;
  color: #ef9b10 !important;
  text-decoration: underline;
  font-weight: bold;
}
.apply-membership-block-2 {
  color: #fff;
}

.apply-membership-block-2 a {
  background: #fca821;
  text-decoration: underline;
  color: #fff !important;
  padding: 16px;
  width: 240px;
  display: inline-block;
  border-radius: 0 20px 0 20px;
}

.member-portal {
  background-size: cover !important;
  background-position: center top !important;
  color: #fff;
}
.member-portal-inner {
}
.member-portal h2 {
  color: #fff;
}
.member-portal h4 {
  line-height: 1.4em;
  font-size: 36px;
}
.member-portal p {
  font-size: 20px;
  max-width: 950px;
  margin: 20px auto;
}
.member-portal a {
  text-decoration: underline;
  color: #fff !important;
}
.member-portal a.linkbtn {
  display: inline-block;
  background: #ef9b10;
  color: #fff !important;
  font-size: 20px;
  padding: 10px 40px;
  border-radius: 30px;
  margin-top: 20px;
  text-decoration: none !important;
}

.partnership-section {
  background-size: cover !important;
  background-position: center top !important;
}
.partnership-content {
  color: #fff;
}
.partnership-content h2 {
  color: #fff;
}
.partnership-content p {
  max-width: 650px;
  margin: 0 auto 10px;
}
.partnership-block {
  color: #fff;
  margin-top: 40px;
}
.partnership-single {
  width: 330px;
  height: 315px;
  display: inline-block;
  vertical-align: top;
  padding: 10px;
}
.partnership-single-text {
  padding: 30px;
  display: flex;
  height: 100%;
  background-size: cover !important;
  align-items: center;
  position: relative;
  background-position: center center !important;
}
.partnership-single-text:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.76);
  opacity: 0;
  transition: all 0.3s ease;
}
.partnership-single-text > div {
  opacity: 0;
  transition: all 0.3s ease;
}
.partnership-single:hover .partnership-single-text:after,
.partnership-single:hover .partnership-single-text > div {
  opacity: 1;
}
.partnership-single-text span {
  font-size: 20px;
  line-height: 1.2em;
  display: block;
  color: #fff;
}
.partnership-single-text .p-single-title {
  margin-bottom: 20px;
  font-weight: 600;
}
/*============== Ends Membership page CSS ==============*/

/*************** Career Page Css ************************/
#jobOpening {
  background: #f4f4f4;
}
#jobOpening .wpcf7-form-control.wpcf7-email,
#jobOpening .wpcf7-form-control.wpcf7-text,
#jobOpening .wpcf7-form-control.wpcf7-textarea {
  background: #fff;
}
.rightcolFrom {
  padding-left: 7.5px;
  position: relative;
}
.leftcolFrom {
  padding-right: 7.5px;
  position: relative;
}
.suggestTxt {
  font-size: 18px;
}
.suggestTxt h3 {
  margin-top: 0px;
  color: #000;
  font-weight: 600;
}
.suggestTxt a {
  color: #585858 !important;
}

#Jobform label {
  background: #f00 none repeat scroll 0 0;
  bottom: 20px;
  color: #fff;
  font-size: 11px !important;
  font-weight: 400;
  padding: 0 10px;
  position: absolute;
  right: 15px;
  top: auto;
}
#Jobform .leftcolFrom label {
  right: 7.5px;
}
.jobs-table {
  border-radius: 20px 20px 0 0;
  margin-bottom: 40px;
}
.jobs-table tr {
}
.jobs-table tr th {
  color: #fff;
  background: #0f4e29;
  padding: 15px 15px !important;
  font-size: 18px;
  font-weight: 500;
}
.jobs-table tr.tbody-tr td {
  color: #000;
  padding: 14px 10px;
  font-weight: 400;
  font-size: 15px;
  vertical-align: middle;
}
.jobs-table tr th,
.jobs-table tr td {
  border-top: 2px solid #fff !important;
}
.jobs-table tr.tbody-tr:nth-of-type(odd) td {
  background: #e3dedd;
}
.jobs-table tr.tbody-tr:nth-of-type(even) td {
  background: #f2f2f2;
}
.jobs-table tr th:nth-of-type(4) {
  width: 150px;
}
.jobs-table tr th:last-of-type {
  width: 180px;
}
.jobs-table .read-link {
  color: #000 !important;
}
.jobs-table .apply-link.btn.primarybtn {
  font-size: 14px;
  padding: 0 30px;
  height: 35px;
  line-height: 35px;
  color: #000;
  /* background: #fff;    */
  border: 1px solid #e3dedd;
  transition: all 0.3s ease;
}
.jobs-table .apply-link.btn.primarybtn:hover {
  color: #fff;
  background: #3bb36e;
  background: -moz-linear-gradient(
    top,
    #3bb36e 10%,
    #63b35b 35%,
    #a3b53d 64%,
    #dcb622 100%
  );
  background: -webkit-linear-gradient(
    top,
    #3bb36e 10%,
    #63b35b 35%,
    #a3b53d 64%,
    #dcb622 100%
  );
  background: linear-gradient(
    to bottom,
    #3bb36e 10%,
    #63b35b 35%,
    #a3b53d 64%,
    #dcb622 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bb36e', endColorstr='#dcb622',GradientType=0 );
}
.error {
  /*position: absolute;*/
}

.upload-div {
  position: relative;
  width: 210px;
  float: right;
  margin-top: 10px;
}
.upload-div .file-label {
}
.upload-div img {
  display: inline-block;
  width: 18px;
  float: right;
  margin: 4px 10px 0 20px;
}
.upload-div .file-return {
  font-size: 12px;
  width: 100%;
  float: left;
}
.upload-div #jobFile {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  height: 100%;
  opacity: 0;
  z-index: 3333;
  width: 100%;
}
.suggestTxt {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #585858;
  line-height: 1.7;
}
.suggestTxt a {
  text-decoration: underline;
  color: #0f4e29 !important;
  font-weight: bold;
}
.midcontent a,
.question-section a {
  font-weight: bold;
  text-decoration: underline;
}
.applybuttonurl {
  margin-top: 20px;
}
/**************** Staff Single Page *********************/

.tablediv.verticallyTop > div {
  vertical-align: top;
}
.staffimgInner {
  text-align: center;
}
.staffInnerInfo h3 {
  color: #0f4e29;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 3px;
}

.staffdesignation {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 10px;
  color: #888;
}
.BoardLocation {
  margin-bottom: 10px;
  font-size: 17px;
  color: #888;
  font-weight: 300;
}
.staffimgInner img {
  border: 2px solid #ef9b10 !important;
  width: 100%;
  border-radius: 50%;
}
.staffinfo a {
  text-decoration: underline;
  color: #0f4e29 !important;
}
.socialShareStaff > p {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: -10px;
  margin-top: 10px;
}
.boardLogo {
  margin-bottom: 15px;
  margin-top: 5px;
}

/*************** What we Do single *************/

.whtweservice1,
.odd-whatwedo {
  background: #f1f1f1;
}
.odd-whatwedo .serviceInfo {
  padding-left: 30px;
}
.serviceUl li a {
  /* color: #000; */
  cursor: pointer;
}
.serviceUl a {
  color: #0f4e29;
  font-weight: bold;
  text-decoration: underline;
}
.serviceInfo h3 {
  margin-top: 0px;
  color: #000;
  font-weight: 600;
}
.serviceOuterMain {
  margin: auto;
  max-width: 1000px;
  float: none;
}
.serviceSlider .owl-carousel .owl-controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
}
.serviceSlider .owl-carousel .owl-controls .owl-prev {
  background: url(img/arrow1.png);
  position: absolute;
  background-color: #000;
  left: -20px;
  font-size: 0;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin: 0px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px;
}
.serviceSlider .owl-carousel .owl-controls .owl-next {
  background: url(img/arrow2.png);
  background-color: #000;
  position: absolute;
  right: -20px;
  font-size: 0;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin: 0px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px;
}
.serviceSlider .owl-carousel .owl-controls .owl-nav .owl-next:hover {
  background: url(img/arrow2.png) !important;
  background-color: #ef9b10 !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: 20px !important;
}
.serviceSlider .owl-carousel .owl-controls .owl-prev:hover {
  background: url(img/arrow1.png) !important;
  background-color: #ef9b10 !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: 20px !important;
}
.readmoreService a {
  color: #0f4e29 !important;
  text-decoration: underline;
  font-weight: bold;
}
.readmoreService {
  margin-top: 20px;
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target {
  padding-right: 20px !important;
}

#ff-stream-1 .ff-filter:hover,
#ff-stream-1 .ff-filter.ff-filter--active,
#ff-stream-1 .ff-moderation-button,
#ff-stream-1 .ff-loadmore-wrapper .ff-btn,
#ff-stream-1 .ff-square:nth-child(1) {
  background-color: #0f4e29 !important;
}

/******* Apply Now Pag Css ***************/

.apply-upload .apply-upload-text {
  padding-left: 30px;
}
.apply-upload .apply-file-title {
  padding: 0 0 0 20px;
  font-size: 12px;
}
.apply-upload .wpcf7-form-control-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.apply-upload input[type="file"] {
  height: 50px;
  width: 100%;
  float: left;
}

.apply-upload {
  position: relative;
  height: 50px;
  padding: 13px 18px 0;
  margin-bottom: 20px;
  background-size: 20px !important;
  border: 1px solid #cecece !important;
  background-color: #f8f8f8;
  border-radius: 2px;
  font-size: 14px;
}

.succusmsgSbt {
  float: left;
  width: 100%;
  border: 1px solid #357a4d;
  margin-top: 20px;
  padding: 2px 20px;
  text-align: center;
  color: #357a4d;
}

#emailto {
  display: none !important;
}
span.wpcf7-form-control-wrap.appliedFor:before {
  content: "Applied For - ";
  position: absolute;
  left: 20px;
  top: 13px;
  font-size: 14px;
}
input#appliedFor {
  padding-left: 110px;
}
.applyformMain {
  margin-top: 30px;
}
.showData {
  cursor: pointer;
}

.FullProjectView.showinfView {
  display: block !important;
  position: absolute;
  z-index: 99;
  left: -100%;
  background: #fff;
  padding: 30px 15px;
}
.projectBox {
  margin-top: 30px;
}
.projectBox .single-block {
  background: #fff;
  padding-bottom: 10px;
}

.projectBox h4 {
  color: #222;
}
.showData {
  color: #0f4e29 !important;
  text-decoration: underline;
  font-weight: 500;
}
.project-section {
  background: #f4f4f4;
}
.project-section-head {
  margin-bottom: 30px;
}
.project-section-head h3 {
  color: #000;
  font-weight: 600;
  font-size: 32px;
  margin-top: 0px;
  margin-bottom: 20px;
}
.project-section-head p {
  max-width: 900px;
  display: inline-block;
}
#project-detail-slider {
  margin-top: 40px;
}
.projectgaltitle {
  position: absolute;
  display: none;
  color: #fff !important;
  font-size: 20px;
  text-align: center;
  width: 100%;
  z-index: 99;
  top: 50%;
  transform: translateY(-50%);
}
.projectgaltitle span {
  margin: auto;
}
.projectgaltitle:hover {
  color: #fff !important;
}
#project-detail-slider .item {
  position: relative;
}
#project-detail-slider .item:hover > .projectgaltitle {
  display: flex;
  height: 100%;
  width: 100%;
  cursor: pointer;
  align-items: center;
}
#project-detail-slider .item:after {
  content: "";
}
#project-detail-slider .item:hover:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #0f4e29;
  opacity: 0.8;
  left: 0;
  top: 0;
}

.project-slider-outer {
  padding-left: 60px;
  padding-right: 60px;
}
#project-detail-slider .owl-controls {
  position: absolute;
}
#project-detail-slider .owl-controls {
  margin-top: 0px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
#project-detail-slider .owl-controls .owl-prev {
  position: absolute;
  left: -50px;
  top: -13px;
}
#project-detail-slider .owl-controls .owl-next {
  position: absolute;
  right: -50px;
  top: -13px;
}
#project-detail-slider .owl-controls .owl-prev,
#project-detail-slider .owl-controls .owl-next {
  background: #000 !important;
  margin: 0;
  font-size: 0px;
  height: 35px;
  width: 35px;
  border-radius: 50%;
}
#project-detail-slider .owl-controls .owl-prev:before {
  content: url(img/leftAcarousal.png);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 11px;
}
#project-detail-slider .owl-controls .owl-next:before {
  content: url(img/rightAcarousal.png);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 11px;
}
#project-detail-slider .owl-controls .owl-prev:hover,
#project-detail-slider .owl-controls .owl-next:hover {
  background: #ef9b10 !important;
}
.pdftext {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.pdftext a {
  color: #fff !important;
  font-weight: 600;
  font-size: 20px;
}

.publicationBottom .BoardDirectorOuter:first-of-type,
.publicationBottom .BoardDirectorOuter:nth-child(2) {
  display: none !important;
}
#publicationMain {
  padding-bottom: 100px;
  padding-top: 20px;
}
#BoardTop {
  padding-top: 30px;
  padding-bottom: 100px;
}
.catPublishbox a {
  width: 100%;
  float: left;
  color: #777 !important;
  margin-top: 10px;
}
.catPublishbox {
  text-align: left;
  padding-left: 30px;
  height: 339px;
  /*    overflow: scroll;*/
}
.catPublishbox a {
  font-weight: normal;
  text-decoration: none;
}
.CategoryBox h5 {
  background: #0f4e29;
  color: #fff;
  margin: 0;
  padding: 15px 0;
  margin-bottom: 10px;
}
.catPublishbox a.active {
  font-weight: bold;
  color: #0f4e29 !important;
}
.CategoryBox {
  float: right;
}
.sBoxInner {
  margin-bottom: 30px;
  border: 1px solid #cecece;
  padding: 10px 15px;
}
.sBoxInner a {
  margin-right: 10px;
  color: #666 !important;
}

/****************** Impact Page *****************/

.outer-impact {
  display: flex;
  flex-wrap: wrap;
}
.main-impact-outer .section:nth-of-type(2n + 1) {
  background: #f1f1f1;
}
.main-impact-outer .section:nth-of-type(2n + 2) .outer-impact {
  flex-direction: row-reverse;
}
.outer-impact h3 {
  color: #000;
  font-weight: 600;
  font-size: 34px;
  margin: 0 0 20px;
  line-height: 1.4em;
}
.outer-impact p {
  line-height: 1.9em;
}
.outer-impact .primarybtn {
  margin-top: 20px;
}
#realetedPost h2 {
  padding-left: 15px;
}
.searchresultxt {
  margin-bottom: 20px;
}
.searchresultxt h3 {
  margin-top: 0px;
  color: #222;
}
.searchresultxt h3.search-title span {
  color: #555;
  font-size: 22px;
}
.naviagtionSearch a {
  color: #4caf50 !important;
}
img.posturl {
  max-height: 215px;
}
.blogInnerMain img.posturl {
  width: 100%;
  min-height: 212px;
  object-fit: contain;
}
a.ubermenu-responsive-toggle {
  font-size: 0px !important;
}
a.ubermenu-responsive-toggle i {
  font-size: 18px !important;
}
.BlogSearchIcon {
  float: right;
  margin-top: 5px;
  margin-right: 0 !important;
}
div#catDropDown {
  display: inline;
}
#catDropDown li a {
  margin-right: 0px !important;
}
.sBoxInner a.boldmenu {
  font-weight: 600;
  color: #0f4e29 !important;
}
.featuredImgBox img {
  transition: all ease-in-out 0.4s;
  cursor: pointer;
  max-width: 100%;
  max-height: 100px;
  object-fit: cover;
}
.featuredImgBox img:hover {
  transform: scale(1.2);
}

.scrolltopMain {
  height: 45px;
  width: 45px;
  background: #0f4e29;
  color: #fff;
  font-size: 20px;
  font-weight: lighter;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
}
#topcontrol {
  bottom: 50px !important;
  right: 20px !important;
}

/****************** Our Story New *********************/

.story2img {
  max-height: 870px;
  position: absolute;
  top: -45px;
  left: 320px;
}
.story1img {
  position: absolute;
  max-width: 610px;
  top: 30px;
}
.storybox {
  width: 100px;
  height: 100px;
  border: 9px solid;
  border-radius: 50%;
  position: absolute;
  z-index: 99;
  background: #fff;
  padding: 2px;
  transition: all ease-in-out 0.3s;
}
.storybox:hover {
  transform: scale(1.15);
}
.redbox {
  color: #f00;
}
.storybox1 {
  right: 207px;
}
.storybox2 {
  right: 67px;
  top: 180px;
  color: #df41fa;
}
.storybox3 {
  top: 376px;
  right: 28px;
  color: #4489ff;
}
.storybox4 {
  top: 565px;
  right: 88px;
  color: #01bda5;
}
.storybox5 {
  top: 700px;
  right: 214px;
  color: #62dc15;
}
.storybox6 {
  top: 772px;
  right: 433px;
  color: #652c93;
}
.boxinner {
  display: flex;
  height: 100%;
  vertical-align: middle;
  align-items: center;
  text-align: center;
  border: 3px solid rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  background: #ebe7e4;
}
.boxinner span {
  margin: auto;
}
.strategy-title h3 {
  font-size: 26px;
  font-family: "Poppins", sans-serif;
  text-transform: none;
}

/*********************** New Our Story Ends ********************/

#newsletterMain div.wpcf7-response-output {
  position: relative !important;
  float: left;
  margin-top: 20px;
  bottom: 0px;
}
#storyVm,
#home-featured,
.consultant-video-section,
#memberBenefits,
#givefeedBack,
#partnerShip {
  background-attachment: fixed !important;
  position: static !important;
}
.AddingValue .wpcf7-list-item {
  float: left;
  width: 100% !important;
  margin-left: 0;
  font-size: 16px;
}
.AddingValue .wpcf7-list-item input {
  margin-right: 7px;
}
.AddingValue .wpcf7-list-item .wpcf7-list-item-label {
  padding-top: 2px;
}
.sbtBtnrow {
  margin-top: 25px;
}
.feedbackform h5 {
  color: #000;
}
.feedbackform div > p {
  font-size: 14px;
}
.permission .wpcf7-list-item {
  font-size: 16px;
}

.page.page-id-1910 div.wpcf7-response-output {
  position: relative;
  bottom: 0px;
  margin: 20px 0 0px;
}
.feedbackblk,
.uploadblk {
  margin-top: 15px;
}
.footerSocial a > em {
  transition: all ease-in-out 0.4s;
}
.footerSocial a:hover > em {
  transform: scale(1.3);
}

.theme-menu {
  padding-right: 138px;
}
#donateFormTop {
  position: absolute;
  right: 0px;
  top: 14px;
}

#donateFormTop .btn.primarybtn {
  height: 40px;
  padding: 0px 25px;
  line-height: 40px;
  font-size: 14px;
  text-transform: uppercase;
}
a.contactLink {
  margin-right: 4px;
}
.consultingstep {
  width: 20%;
}
.stepnote {
  font-size: 12px;
  margin-top: 10px;
  padding-left: 5px;
}
.applybtnConsulting {
  margin-top: 10px;
}
.BoardDCompany img {
  max-width: 160px;
}
#load {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999999;
  background: url("img/start.gif") no-repeat center center
    rgba(255, 255, 255, 1);
  top: 0px;
}
.alm-load-more-btn.primarybtn.done {
  display: none !important;
}
body .wpgmp_listing_grid .wpgmp_locations,
body .wpgmp_listing_grid .fc-item-default.fc-wait .wpgmp_locations {
  padding: 10px !important;
}
.wpgmp-map-4 .wpgmp_infowindow .wpgmp_locations_content {
  /*    padding: 10px !important;
        border: 1px solid #ccc;*/
}
.wpgmp_empty {
  display: none !important;
}
.wpgmp_locations .mapimg img {
  margin: 10px 0px 10px 0px !important;
}
.mapimg {
  width: 100% !important;
  float: left;
}

a {
  color: #0f4e29;
}

.section-page-content a {
  font-weight: bold;
  text-decoration: underline;
}

.applyForm {
  border: 1px solid #ccc;
  padding: 30px 20px;
  border-radius: 25px;
  background: #efefef;
}
.applyForm .applyFormHead {
  text-align: center;
  margin-bottom: 30px;
}
.applyForm .applyFormHead h2 {
  font-size: 30px;
  color: #0f4e29;
}
.applyForm .applyFormHead p {
  /* max-width: 520px; */
  float: none;
  margin: auto;
}
.applyForm h3 {
  font-size: 22px;
  width: 100%;
  float: left;
  margin: 16px 0 10px;
}
.applyForm .headingLine {
  font-size: 20px;
  color: #000;
  font-weight: 500;
}
.applyForm p.label {
  width: 100%;
  float: left;
  color: #585858;
  font-weight: 500;
  text-align: left;
  font-size: 16px;
  padding-left: 0;
  margin: 10px 0;
}
.applyForm .services p.label {
  margin: 30px 0 5px;
}
.applyForm .wpcf7-form-control.wpcf7-textarea {
  height: 6em !important;
}
.applyForm .row {
  display: flex;
  flex-wrap: wrap;
}
.applyForm .wpcf7-form-control.wpcf7-email,
.applyForm .wpcf7-form-control.wpcf7-text {
  border-radius: 50px;
  background: transparent;
}
.applyForm .wpcf7-checkbox span.wpcf7-list-item,
.applyForm .wpcf7-radio span.wpcf7-list-item {
  margin: 0 1.2em 6px 0 !important;
}
.applyForm .fullwidthCheck .wpcf7-list-item {
  width: 100%;
  float: left;
  margin-right: 0 !important;
}
.applyForm input[type="button"].action-button,
.applyForm button[type="button"].action-button {
  margin: 20px 10px 0;
  display: inline-block;

  text-transform: none;
  color: #fff;
  transition: all ease-in-out 0.5s;
  border: none;
  font-size: 18px;
  padding: 0 45px;
  /*height: 50px;*/
  line-height: 50px;
  border-radius: 50px;
  text-decoration: none !important;
  font-weight: 400;
  outline: none !important;
  background: #3bb36e;
  background: -moz-linear-gradient(
    top,
    #3bb36e 10%,
    #63b35b 35%,
    #a3b53d 64%,
    #dcb622 100%
  );
  background: -webkit-linear-gradient(
    top,
    #3bb36e 10%,
    #63b35b 35%,
    #a3b53d 64%,
    #dcb622 100%
  );
  background: linear-gradient(
    to bottom,
    #3bb36e 10%,
    #63b35b 35%,
    #a3b53d 64%,
    #dcb622 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bb36e', endColorstr='#dcb622',GradientType=0 );
}
.applyForm input[type="submit"].btn.primarybtn {
  margin-top: 20px;
}
.applyForm .priceTotal {
  font-size: 18px;
}
.page-id-14 .applyForm .wpcf7-response-output {
  position: static;
  margin: 15px 0 0;
  font-weight: 500;
}
/**************************** New Changes *******************************/

#home-banner .carousel-inner > .item > a > img,
#home-banner .carousel-inner > .item > img {
  /*max-height: 600px;*/
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.nalcabshortdescription {
  color: #fff;
  margin-top: 5px;
  float: left;
  width: 100%;
}
.bdesignation {
  color: #444;
  min-height: 95px;
  text-align: center;
  align-items: center;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 18px;
}
.AreaBox {
  margin-top: 30px;
  /*	text-align: justify; */
  font-size: 15px;
}
.AreaInner span {
  width: 100%;
  float: left;
  font-weight: 500;
  font-size: 22px;
  color: #111;
  margin-bottom: 2px;
}
.coreArea {
  margin-top: 30px;
}
.coreAreaInner {
  text-align: center;
}
.coreimagebox {
  margin-bottom: 20px;
}
.maincoreimgimghover {
  display: none;
}
.coreAreaInner:hover > .coreimagebox .maincoreimgimghover {
  display: inline-block !important;
}
.coreAreaInner:hover > .coreimagebox .maincoreimg {
  display: none;
}

.coreRow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.workAreaRow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.workAreaRow > div .AreaInner {
  border-radius: 0px;
  box-shadow: 0 0 5px rgba(150, 150, 150, 0.32);
  padding: 15px 25px 15px 100px;
  min-height: 190px;
  font-size: 17px;
  color: #444;
  line-height: 1.5;
  background: #ffffff;
}

.boardDirectorMain .loadmorepost {
  display: flex;
  flex-wrap: wrap;
}

.AreaBoxNumber {
  position: absolute;
  height: 80px;
  width: 80px;
  background: #65bc49;
  color: #fff;
  font-size: 32px;
  text-align: center;
  line-height: 80px;
  font-weight: 600;
  left: 0px;
  top: 0px;
}
.AreaInner-2 .AreaBoxNumber {
  background: #f18782;
}
.AreaInner-3 .AreaBoxNumber {
  background: #f5b743;
}
.AreaInner-5 .AreaBoxNumber {
  background: #f18782;
}
.AreaInner-6 .AreaBoxNumber {
  background: #f5b743;
}
.AreaInner-8 .AreaBoxNumber {
  background: #f18782;
}
.AreaInner-9 .AreaBoxNumber {
  background: #f5b743;
}
.AreaInner-11 .AreaBoxNumber {
  background: #f18782;
}
.AreaInner-12 .AreaBoxNumber {
  background: #f5b743;
}
.AreaInner {
  position: relative;
}

/* Training and Webinars Category Page */
.workAreaRow > div .TrainingWebinarInner {
  position: relative;
  border-radius: 0px;
  box-shadow: 0 0 5px rgba(150, 150, 150, 0.32);
  padding: 15px 25px 15px 260px;
  min-height: 220px;
  font-size: 17px;
  color: #444;
  line-height: 1.5;
  background: #ffffff;
}
.workAreaRow > div .TrainingWebinarInner.OpportunityInner {
  padding: 0;
}
.Opportunity .TrainingWebinarBoxHeader {
  padding: 15px 25px;
}

@media screen and (max-width: 961px) {
  .workAreaRow > div .TrainingWebinarInner {
    padding-left: 25px;
  }
}
.TrainingWebinarBox {
  margin-top: 30px;
  font-size: 15px;
}
.TrainingWebinarBox.Opportunity {
  margin-top: 0px;
}
.TrainingWebinarBoxHeader,
.TrainingWebinarEvent {
  margin-bottom: 50px;
}
.TrainingWebinarEventDate {
  font-weight: 500;
}
.TrainingWebinarInner h1 {
  width: 100%;
  float: left;
  font-weight: 500;
  font-size: 32px;
  color: #111;
  margin-bottom: 2px;
}
.TrainingWebinarInner h2 {
  font-size: 20px !important;
  margin-bottom: 2px;
  font-weight: 500;
}
.TrainingWebinarInner ul {
  margin-left: 2em;
}
.TrainingWebinarBoxLogo {
  position: absolute;
  height: 220px;
  width: 220px;
  padding: 10px;
  text-align: center;
  left: 0px;
  top: 0px;
}
@media screen and (max-width: 961px) {
  .TrainingWebinarBoxLogo {
    position: relative;
    width: auto;
    height: auto;
  }
}
.TrainingWebinarBoxLogo img {
  max-width: 200px;
}
section#work-area .TrainingWebinarInner a {
  text-decoration: none;
}

.cli-plugin-button {
  margin-left: 5px !important;
}
.certified-logo {
  max-width: 150px;
  margin-top: 10px;
}
.ubermenu-target-description.ubermenu-target-text {
  display: none !important;
}

.intro-content a {
  font-weight: bold;
  text-decoration: underline;
}
section#work-area a {
  font-weight: 600;
  text-decoration: underline;
}
.pressOverlayInner {
  margin: auto;
  text-transform: uppercase;
  height: 100%;
}
.sidebarinner {
  float: right;
  border: 1px solid #666;
  min-width: 200px;
  padding: 15px;
}
.sidebarinner h4 {
  /* border-bottom: 1px solid #ccc; */
  font-weight: bold;
  padding-bottom: 5px;

  text-align: center;
  color: #0f4e29;
}
.serviceleft a,
.advisorybottom a {
  font-weight: bold;
  text-decoration: underline;
}

.sidebarinner ul {
  font-size: 15px;
}

.advisorybottom h4 {
  text-transform: uppercase;
}
.graciaimgbox img {
  max-height: 200px;
  object-fit: cover;
  max-width: 100%;
}
.layout4box:nth-child(even) {
  background: #f4f4f4;
}
.layout4box .row {
  display: flex;
}
.layout4box:nth-child(odd) .row {
  display: flex;
  flex-flow: row-reverse;
}
.layout4content h4 {
  color: #222;
}

.layout4content a {
  font-weight: bold;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .table-responsive.jobs-table,
  .table-responsive.jobs-table th,
  .table-responsive.jobs-table td,
  .table-responsive.jobs-table tr {
    white-space: normal !important;
  }
  .sidebarinner {
    float: left;
  }
  .jobs-table tr th {
    padding: 10px 15px !important;
    font-size: 15px;
  }
  .jobs-table tr.tbody-tr td {
    padding: 6px 10px;
    font-size: 13px;
  }
  .layout4box:nth-child(odd) .row,
  .layout4box .row {
    display: block !important;
  }
}
#applyForm.section .container {
  padding: 0px;
}
.greybg {
  background: #f2f2f0;
}
select[name="map_sorting"] option[value="category__asc"],
select[name="map_sorting"] option[value="category__desc"] {
  display: none;
}

/*  UPDATES 11-2-2020  */

a:hover {
  text-decoration: none;
}
ul li a {
  color: black;
}
img {
  max-width: 100%;
}
h1 {
  font-size: 56px;
}
h2 {
  font-size: 48px;
}
h3 {
  font-size: 27px;
}
h4 {
  font-size: 34px;
}
h5 {
  font-size: 28px;
}

/*  calander-page  */
.container-fluid.calander-page {
  padding: 0px;
}
.calander-page-main-content.row {
  padding: 60px 15px 75px 15px;
}
.textwidget p {
  color: black;
  font-size: 14px;
  line-height: 1.2;
}
div#header-widget-area h3 {
  font-size: 32px;
  font-weight: 600;
  padding: 0px 0px 25px 0px;
  border-bottom: 2px solid black;
  margin-bottom: 20px;
  width: 85%;
}
div#text-3 {
  padding-top: 0px;
}
.col-md-5.cal-img {
  border-right: 1px solid black;
  margin-bottom: 15px;
  margin-top: 35px;
  padding-right: 40px;
}
.col-md-5.cal-img .post-image {
  padding-bottom: 30px;
}
.col-md-7.cal-text h3 {
  padding-top: 45px;
  font-size: 34px;
  color: black;
  padding-right: 50px;
}
.single-page-date {
  line-height: 1.1;
  font-size: 24px;
  padding-bottom: 10px;
  color: black;
}
.calander-blog.row {
  padding-bottom: 30px;
}
a.calendar-readmore {
  color: #0e4e29;
  font-weight: 600;
  border-bottom: 1px solid;
  font-size: 20px;
}
a.load-more-calander-page {
  background: linear-gradient(
    180deg,
    rgba(96, 176, 117, 1) 0%,
    rgba(217, 185, 71, 1) 100%
  );
  padding: 20px 62px;
  border: 0px solid;
  border-radius: 113px;
  color: white;
  font-size: 24px;
}
.load-more-button-calendar {
  margin: 0 auto;
  text-align: center;
}
.col-md-9.calander-blogs {
  padding-bottom: 200px;
}
.col-12.catagery-title {
  padding: 0px;
  font-size: 60px;
  color: black;
  font-weight: 600;
  border-bottom: 6px solid #2e7a4d;
}
.col-md-3.widget-box {
  color: black;
}

.col-md-9.impact-stories-blogs {
  padding-bottom: 200px;
}

.impact-stories-blogs .pressOrganization,
.impact-stories-blogs .pressDate,
.impact-stories-blogs .impactCat {
  padding-left: 0;
  padding-right: 0;
}

.impact-stories-blogs .image-single-page img {
  width: 100%;
  margin-bottom: 2em;
}

.story-download {
  font-weight: 600;
  margin-bottom: 2em;
  text-decoration: underline;
}

div#text-4 {
  padding-top: 60px;
}
.calender-monthwise-blog {
  padding-bottom: 20px;
}
/*  calander-page  */

/*  Calendar-Single  */
.container.single_page {
  padding: 85px 15px 140px 15px;
}
.single_page-top-content h1 {
  font-weight: 300;
  margin-top: 0;
}
.image-single-page img {
  width: 57%;
}

h2.heading-single-page {
  font-size: 36px;
  color: black;
  padding: 8px 0px;
}

.single_page div#text-3 {
  padding-top: 45px;
}
.single_page div#header-widget-area h3 {
  font-size: 32px;
  font-weight: 600;
  padding: 0px 0px 8px 0px;
  border-bottom: 2px solid black;
  margin-bottom: 15px;
  color: black;
  width: 85%;
}
.single-page-text_content {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.1;
  padding: 35px 0px 0px 0px;
  color: #0e4e29;
  padding-right: 30px;
}
.single-page-text_heading {
  padding-top: 12px;
  padding-right: 40px;
  color: #575757;
}
.widget-box ul {
  list-style: none;
}
.widget-box ul li {
  font-size: 14px;
  margin-bottom: 18px;
}
.widget-box ul a:hover {
  text-decoration: underline;
}

a.back-to-events {
  background: linear-gradient(
    180deg,
    rgba(96, 176, 117, 1) 0%,
    rgba(217, 185, 71, 1) 100%
  );
  padding: 20px 62px;
  border: 0px solid;
  border-radius: 113px;
  color: white;
  font-size: 24px;
}
.back-button {
  padding-top: 40px;
}
.single_page-top-content {
  color: black;
}
/*  Calendar-Single  */

@media screen and (max-width: 1295px) {
  .col-md-7.cal-text h3 {
    padding-top: 65px;
    font-size: 32px;
    padding-right: 0px;
  }
  h2.heading-single-page {
    width: 95%;
  }
  .textwidget p {
    padding: 0px 0px 0px 0px;
  }
}
@media screen and (max-width: 1150px) {
}
@media screen and (max-width: 991px) {
  .col-md-7.cal-text h3 {
    font-size: 18px;
  }
  .single-page-date {
    font-size: 20px;
  }
  .col-12.catagery-title {
    font-size: 40px;
  }
  .col-md-3.widget-box {
    padding-top: 5px;
  }
  .calander-blog.row {
    padding-bottom: 0px;
  }
  .col-md-5.cal-img .post-image {
    padding-bottom: 15px;
  }
  .col-md-5.cal-img {
    padding-right: 10px;
  }
  h2.heading-single-page {
    font-size: 30px;
  }
  .single_page-top-content h1 {
    font-size: 42px;
  }
  .single-page-text_content p {
    font-size: 20px;
    padding-right: 40px;
  }
  .col-md-9.calander-blogs {
    padding-bottom: 0px;
  }
  .single_page .col-md-3.widget-box {
    padding-top: 75px;
  }
}
@media screen and (max-width: 768px) {
  .col-md-5.cal-img {
    border-right: 0px solid black;
  }
  .col-md-7.cal-text h3 {
    padding-top: 0px;
  }
  a.load-more-calander-page {
    padding: 10px 28px;
    font-size: 18px;
  }
}
@media screen and (max-width: 580px) {
  h2.heading-single-page {
    font-size: 24px;
  }
  .single_page-top-content h1 {
    font-size: 30px;
  }
  .single-page-text_content p {
    font-size: 18px;
  }
  a.back-to-events {
    padding: 8px 45px;
    font-size: 22px;
  }
  .image-single-page img {
    width: 100%;
  }
  .single-page-text_content p {
    padding-right: 0px;
  }
  .calander-page-main-content.row {
    padding: 35px 15px 50px 15px;
  }
  .load-more-button-calendar {
    padding-top: 12px;
  }
}
@media screen and (max-width: 480px) {
  .col-12.catagery-title {
    font-size: 32px;
    padding-top: 25px;
  }
  .calander-page-main-content.row {
    padding: 15px 15px 50px 15px;
  }
  div#text-3 {
    padding-top: 30px;
  }
  h2.heading-single-page {
    font-size: 20px;
  }
  .single-page-text_heading {
    padding-top: 5px;
    padding-right: 14px;
  }
  .single_page-top-content h1 {
    font-size: 22px;
  }
  h2.heading-single-page {
    font-size: 18px;
  }
  .single-page-text_content p {
    font-size: 17px;
  }
  a.calendar-readmore {
    font-size: 16px;
  }
  .calander-page-main-content.row {
    padding: 15px 0px 50px 0px;
  }
}
/* UPDATES 02/11/2020 */
/* lea-supporters for LEA organization list */
.lea-supporters {
  position: relative;
  padding: 0 1em;
}
.lea-supporters-city {
  color: #999;
}
/* end lea-supporters */

/* UPDATES 06/26/2020  */
/* public-policy page */
.sidebar-menu .menu {
  list-style: none;
}
.sidebar-menu .menu .menu-item {
  font-weight: 500;
  margin-bottom: 4px;
}
.sidebar-menu .menu .menu-item a {
  background: #e3dedd;
  border: solid 2px #ccc !important;
  display: block;
  padding: 0.25em 0.75em;
  transition: all 0.5s ease;
}
.sidebar-menu .menu .menu-item a:hover {
  color: white;
  background: #0f4e29;
  border-color: #666 !important;
}
.sidebar-image-link {
  background: #e3dedd;
  border: solid 2px #ccc !important;
  padding: 0.5em;
  transition: all 0.5s ease;
}
.sidebar-image-link:hover {
  background: #0f4e29;
  border-color: #666 !important;
}
.policy-title-row,
.policy-title-row p {
  text-align: center;
}
.policy-title {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.policy-page-staff-title {
  margin-top: 0;
}
/* end public-policy  */

/*** Services custom pages ***/
/* Do not show the nav menu on these pages. */
.term-lead .boardMenuBar,
.term-pete-garcia-fellowship .boardMenuBar,
.term-training-and-webinars .boardMenuBar {
  display: none !important;
}

/*** WP Map Style fixes ***/
/* The info box size was too small. */
.wptitle,
.wpaddress,
.wpgmp_location_category,
.wpaddress * {
  font-family: "Poppins", sans-serif;
  font-size: 16px !important;
}

.wpgmp_locations .wpgmp_location_title a {
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
}

.wpaddress {
  line-height: 22px !important;
}

/** Accordian Plugin **/
/* Used on the Lending page */
.accordion {
    background: #eee;
}
.accordion-title {
    border-bottom: solid 1px white;
    background: #0f4e29;
    color: white;
    font-size: 1.2em;
    padding: 0.5em 1em;
    margin: 0;
}
.accordion-content {
    padding: 0.5em 1em;
}
.accordion-title::before {
    display: inline-block;
    position: absolute;
    right: 30px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107"; /* Down arrow */
}
.accordion-title.open::before {
  content: "\f106"; /* Up arrow */
}

