.heading h2 span,
.testimonial-container h2 {
  color: #1a3a87;
}
.testimonial-container h2 {
  font-weight: 500;
}
.main-header .top-header {
  background: #fff212;
}
.testimonial-container h2 {
  font-size: 2rem;
}
.bottom-m-space {
  margin-bottom: 1.5rem;
}
p.text-testimony {
  font-size: 20px;
  font-weight: 500;
  color: #1a3a87;
  font-style: italic;
}

.bg-gray-light.content-block {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.main-header.header-white.transparent.sticky-nav .navbar .navbar-nav > li > a,
.main-header
  .top-header.mega-menus
  .i-list.i-list-i-block.i-list-i-block-sm
  > li
  a {
  color: #1a3a87;
}

.footer-v1 .footer-main {
  background: #1c3c88;
}
.footer .footer-main h4 {
  color: #fff;
}

.footer-nav ul li a {
  color: #fff;
}
.footer-nav ul li a:hover {
  color: #009900;
}

.footer-main {
  padding: 50px;
}
.footer-v2 h5 {
  color: #fff;
}
.footer .footer-main .address-wrapper p {
  position: relative;
  color: #fff;
  margin-left: 25px;
  bottom: 36px;
  line-height: 1.5rem;
}
.footer .footer-bottom {
  background: #fff212;
}
.footer .footer-bottom p {
  color: #1a3a87;
}
.footer .footer-bottom {
  padding: 0.5rem 0;
}

.btn.btn-trans-secondary {
  color: #fff !important;
}

.main-header.header-white.transparent.sticky-nav .navbar .navbar-nav > li > a,
.main-header
  .top-header.mega-menus
  .i-list.i-list-i-block.i-list-i-block-sm
  > li
  a {
  color: #009900;
}
.count-block .col-wrap:hover {
  background: #009900;
  color: #fff;
}
.footer .footer-bottom {
  background: #009900;
}
.footer .footer-bottom p {
  color: #fff;
}
.main-header .navbar .navbar-nav li {
  font-size: 0.85rem;
}
.main-header.header-white.transparent.sticky-nav
  .navbar-pos-search
  a.x-search-trigger,
.main-header.header-white.transparent.sticky-nav
  .navbar-pos-search
  .icon-sort-1 {
  color: #009900;
}
.btn.btn-trans-secondary {
  border: 0.1429rem solid #d36500;
}
.btn.btn-trans-secondary:hover {
  background: #d36500;
}

.btn.btn-trans-secondary.text-orange {
  color: #d36500 !important;
}

.btn.btn-w49 {
  min-width: 4.9rem !important;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.6rem;
}
iframe {
  width: 100%;
  height: 100%;
}
.footer-bottom p.sub-title {
  font-size: 0.7rem;
}
.pb-15 {
  padding-bottom: 1.5rem;
}

.display-map {
  width: 100%;
  height: 430px;
}
.wrapper-table {
  overflow: auto;
  height: 447px;
  padding: 10px;
}
.wrapper-table a {
  color: #009900;
}

footer a.post-link {
  color: #fff !important;
}
footer a:hover {
  color: #009900 !important;
}

.post-block .post-holder .post-avatar img,
.post-block .post-holder .post-avatar {
  border-radius: 0;
}
.post-block .post-holder .post-avatar:before {
  display: none;
}
img.news-thumbnail {
  max-height: 305px;
}
.visual-title {
  font-size: 2.5rem !important;
}
.content-block {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}
.mt-50 {
  margin-top: 50px;
}
.mb-50 {
  margin-bottom: 50px;
}
.main-header .navbar-pos-search.with-side-panel {
  right: 20px;
}

.circular-icon {
  width: 1.875rem;
  height: 1.875rem;
  color: #009900;
  border-radius: 50%;
  border: 1px solid #009900;
  margin: 0 auto;
  font-size: 0.8571rem;
  line-height: 2rem;
}
/* .btn{
    border: none !important;
} */
a {
  color: #5cb85b;
}
.main-header.header-light {
  background: #212121;
  border-bottom: 0;
}
.preloader {
  opacity: 0.8;
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../img/loader.gif) 50% 50% no-repeat rgb(249, 249, 249);
}

.btn-tertiary {
  margin-top: 40px;
}

.signin-logo {
  display: block;
  margin: auto;
}

.rev_slider .tp-mask-wrap .tp-caption,
.rev_slider .tp-mask-wrap :last-child,
.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,
.wpb_text_column .rev_slider .tp-mask-wrap :last-child {
  margin-bottom: 180px !important;
}

.carousel,
.item,
.active {
  height: 100%;
}

.carousel-inner {
  height: 100%;
  background: #000;
}

.carousel-caption {
  padding-bottom: 80px;
}

h2 {
  font-size: 60px;
}
p {
  padding: 10px;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  opacity: 0.6;
}

/**
 * Button
 */
.btn-transparent {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.btn-transparent:hover {
  background-color: #fff;
}

.btn-rounded {
  border-radius: 70px;
}

.btn-large {
  padding: 11px 45px;
  font-size: 18px;
}

/**
 * Change animation duration
 */
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.slider-heading {
  color: #fff;
  padding-left: 10px;
  text-align: left;
}
.slider-text {
  color: #fff;
  text-align: justify;
  width: 50%;
  font-size: 17px;
}
.wrapper-button {
  text-align: left;
}
.visual-inner {
  height: 30px;
  padding-bottom: 0;
}

.ico-box:hover .icon,
.ico-box:hover .content-title,
.ico-box:hover .icon a,
.ico-box:hover .content-title a,
.ico-box .link-holder .link-more:hover {
  color: #009900;
}
.pt-50 {
  padding-top: 50px;
}

#number-tabs {
  margin-bottom: 100px;
}
.app-content .wizard > .steps > ul > li.current .step {
  border-color: #009900;
  background-color: #fff;
  color: #009900;
}
.app-content .wizard > .actions > ul > li > a {
  background: #009900;
}
.app-content .wizard > .steps > ul > li.done .step {
  background-color: #009900;
  border-color: #009900;
  color: #fff;
}
.app-content .wizard.wizard-circle > .steps > ul > li:after,
.app-content .wizard.wizard-circle > .steps > ul > li:before {
  background-color: #009900;
}
.card-title {
  margin-bottom: -0.25rem;
  margin-left: 9px;
}
.form-control {
  letter-spacing: 0 !important;
}
.main-header
  .top-header.mega-menus
  .i-list.i-list-i-block.i-list-i-block-sm
  > li
  a:hover {
  color: #d36500;
}
.regionName {
  text-transform: uppercase;
}
.footer-nav ul li {
  line-height: 1.5rem;
}

footer .address-box {
  height: auto;
}
footer .phone-box {
  height: 25px;
}
