body {
  font-family: 'poppinsregular';
  margin: 0px;
  padding: 0px;
  color: #666666;
  font-size: 15px;
  line-height: 24px;
  overflow-x: hidden;
}

ul,
li {
  margin: 0px;
  padding: 0px;
  list-style-position: inside;
}

::-webkit-input-placeholder {
  color: #666666 !important;
  opacity: 1 !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #666666 !important;
  opacity: 1 !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666 !important;
  opacity: 1 !important;
}

:-ms-input-placeholder {
  color: #666666 !important;
  opacity: 1 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}

h1,
h2 {
  font-size: 48px;
  line-height: 58px;
  color: #222222;
  margin-bottom: 30px;

}

h3 {
  color: #222;
  margin-bottom: 20px;
  font-family: 'poppinsmedium';
  font-size: 20px;
  line-height: 24px;
}

h4 {
  color: #545454;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

p {
  margin: 0 0 17px;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.clear {
  clear: both;
}

ul,
menu,
dir {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}

strong {
  font-family: 'poppinsbold';
}

.btn-small {
  line-height: 30px !important;
}

.btn-small-line {
  line-height: 28px !important;
}

.btn-large {
  font-size: 20px !important;
  font-family: 'poppinsmedium';
  padding: 10px 40px !important;
}

.btn-green-gradient {
  background: rgb(255, 194, 26);
  background: linear-gradient(50deg, rgba(23, 159, 23, 1) 0%, rgba(92, 184, 92, 1) 100%);
  color: #fff !important;
  font-size: 16px;
  border-radius: 50px;
  display: inline-block;
  line-height: 38px;
  padding: 5px 22px;
  text-decoration: none !important;
  border: 0;
  transition: all 0.2s ease-out;
  letter-spacing: 0px;
}

.btn-green-gradient:hover {
  /*background: #5cb85c;*/
  background: rgb(255, 194, 26);
  background: linear-gradient(50deg, rgba(92, 184, 92, 1) 0%, rgba(23, 159, 23, 1) 100%);
  color: #fff !important;
}

.btn-green-gradient i {
  margin-left: 10px;
}

.footer-form .btn-green-gradient {
  background: rgb(255, 194, 26);
  background: linear-gradient(50deg, rgba(23, 159, 23, 1) 0%, rgba(92, 184, 92, 1) 100%);
  color: #fff !important;
  font-size: 16px;

  border-radius: 50px !important;
  display: inline-block;
  line-height: 38px !important;
  padding: 5px 22px !important;
  text-decoration: none !important;
  border: 0 !important;
  transition: all 0.2s ease-out;
  letter-spacing: 0px;
}

.footer-form .btn-green-gradient:hover {
  /*background: #5cb85c;*/
  background: rgb(255, 194, 26);
  background: linear-gradient(50deg, rgba(92, 184, 92, 1) 0%, rgba(23, 159, 23, 1) 100%);
  color: #fff !important;
}

.footer-form .btn-green-gradient i {
  margin-left: 10px;
}






.btn-green {
  background: #5cb85c;
  color: #fff !important;
  font-size: 16px;

  border-radius: 50px;
  display: inline-block;
  line-height: 38px;
  padding: 5px 22px;
  text-decoration: none !important;
  border: 0;
  transition: all 0.2s ease-out;
  letter-spacing: 0px;
}

.btn-green:hover {
  background: #459c45;
  color: #fff !important;
}

.btn-green i {
  margin-left: 10px;
}




.btn-outline {
  background-color: #fff;
  color: #fcaa53 !important;
  font-size: 16px;

  border-radius: 50px;
  display: inline-block;
  line-height: 36px;
  padding: 5px 22px;
  text-decoration: none !important;
  border: 1px solid #d8d8d8;
  transition: all 0.2s ease-out;
  letter-spacing: 0px;
}

.btn-outline:hover {
  background-color: #fcaa53;
  color: #fff !important;
  border: 1px solid #fcaa53;
}



.btn-white {
  background-color: #fff;
  color: #ff8e01 !important;
  font-size: 16px;

  border-radius: 50px;
  display: inline-block;
  line-height: 38px;
  padding: 4px 22px;
  text-decoration: none !important;
  border: 0;
  transition: all 0.4s ease-out;
  letter-spacing: 2px;
  min-width: 150px;
}

.btn-white:hover {
  background-color: #5cb85c;
  color: #fff !important;
}

.padding-top-60 {
  padding-top: 60px;
}

.padding-top-40 {
  padding-top: 40px;
}

.padding-top-30 {
  padding-top: 30px;
}

.full-btn {
  width: 100%;
}

.white-bg {
  padding: 60px 0px;
  background: #fff;
}

.padding-60 {
  padding: 60px 0px;
}

.pad-20-30 {
  padding: 20px 0px 30px;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}


main {
  background: url(../images/shape-left.png) 0px 100px no-repeat;
}

/* top section */
header {
  width: 100%;
}

.sticky img {
  transition: all 0.2s ease-out;
}

.sticky {
  position: fixed !important;
  top: 0;
  width: 100%;
  background: #ff8e01;
  padding: 8px 0px !important
}

.sticky+.content {
  padding-top: 0px;
}

.sticky img {
  width: 70%;
}

.sticky .top-menu {
  padding-top: 22px;
}


.top-section {
  padding: 10px 0px;
  color: #fff;
  position: absolute;
  transition: all 0.4s ease-out;
  width: 100%;
  z-index: 11;
}

.banner-section {
  background: url(../images/banner-bg-3.png) no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding: 128px 0px;
  position: relative;
}

.banner-section h1,
.banner-section h3 {
  color: #fff;
}

.banner-section h3 {
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: 400;
}

.banner-section h1 strong {
  display: block;
}

.large-logo {
  width: 350px;
  position: absolute;
  right: 2%;
  bottom: 10px;
}

.large-logo img {
  width: 100%;
}


.inner-banner-section {
  background: url(../images/banner-bg-3.png) no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding: 115px 0px 115px;
  position: relative;
}

.inner-banner-section h1,
.inner-banner-section h3,
.inner-banner-section p {
  color: #fff;
}

.inner-banner-section h3 {
  font-size: 15px;
  margin-bottom: 0px;
}

.inner-banner-section h1 {
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 0px;
  margin-top: 10px;
}

.inner-banner-section h1 strong {
  display: block;
}


/* menu */
.top-menu {
  padding-top: 35px;
}

.top-menu ul {
  text-align: right;
}

.top-menu li {
  display: inline-block;
}

.top-menu a {
  padding: 14px 22px;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 2px;
  text-decoration: none;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;

}

.top-menu a:hover {
  color: #000;
}

.top-menu li:last-child a {
  background: #fff;
  color: #ff8e01 !important;
  border-radius: 50px;
  font-weight: bold;
}

/* menu */

.project-section {
  padding: 0px 0px 15px;
}

.project-box {
  position: relative;
  margin-top: 15px;
}

.project-img {
  width: 50%;
  float: left;
  position: relative;
}

.project-img img {
  width: 100%;
  border-radius: 15px;
}

.project-img-hold {
  position: absolute;
  bottom: 8px;
  right: 16px;/*
  font-size: 20px;  
  */
  line-height: 20px;
  color: #fff;
  /*text-shadow: 0px 0px 5px #000;*/
  text-shadow: 1px 1px 2px #000, 0 0 1em #f7931a, 0 0 0.2em #f7931a;
}

.project-text {
  width: 50%;
  padding: 0px 0px 0px 15px;
  float: left;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.project-text h2 {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 5px;
  font-weight: 500;
  font-family: 'poppinsmedium';
}

.project-text p {
  margin-bottom: 5px;
  line-height: 21px;
}


.why-choose-section {
  padding-bottom: 30px;
}

.why-choose-header {
  background: #ff8e01 url(../images/bg-2.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  padding: 40px;
  margin-bottom: 30px;
}

.why-choose-header h2 {
  margin-bottom: 0px;
  color: #fff;
}

.why-choose-header h3 {
  margin-bottom: 0px;
  color: #fff;
}

.why-choose-header strong {
  display: block;
}

.why-choose-box {
  background: #fff3e5;
  padding: 30px;
  border-radius: 15px;
  margin-bottom: 30px;
  min-height: 200px;
}

.why-choose-img {
  float: left;
  width: 94px;
}

.why-choose-text {
  float: left;
  width: 80%;
}

.why-choose-text p {
  margin-bottom: 0px;
}

.why-choose-text a {
  color: #459c45;
  text-decoration: underline;
}

.why-choose-text a:hover {
  text-decoration: none;
  color: #ff8e01;
}

.footer-section {
  background: url(../images/footer-bg.png) top center no-repeat;
  background-size: cover;
}

.footer-form .col-md-3 {
  padding-right: 5px;
  padding-left: 5px;
}

.footer-form {
  padding: 15px 16px;
  border-radius: 50px;
  border: 1px solid #f1f1f1;
  background: #fff;
  display: inline-block;
}

.footer-form .form-control {
  display: block;
  width: 100%;
  height: 48px;
  padding: 6px 20px;
  font-size: 14px !important;
  /*line-height: 36px;*/
  color: #222;
  background-color: #eeeeee;
  background-image: none;
  border: 1px solid #eeeeee !important;
  border-radius: 50px !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  resize: none;
  overflow: hidden;
}

.footer-form .form-group {
  margin-bottom: 0px;
}

.footer-form textarea {
  padding: 14px 20px !important;
  height: 250px !important;
  border-radius: 30px !important;
}

.fluentform .ff-el-group {
  margin-bottom: 0px !important;
}

.frm-fluent-form .ff-t-cell {
  padding: 0 6px !important;
}

.ff-message-success {
  padding: 10px !important;
  margin-top: 0px !important;
  border: 0px !important;
  box-shadow: none !important;
}



.footer-menu {
  width: 100%;
  padding-bottom: 10px;
}

.footer-menu li {
  list-style: none;
  display: inline-block;
}

.footer-menu li a {
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
  padding: 5px 25px;
  display: block;
}

.footer-menu li a:hover {
  color: #222;
}

.footer-copyright {
  padding-bottom: 20px;
  color: #fff;
}

.footer-social {
  width: 100%;
}

.footer-social li {
  list-style: none;
  display: inline-block;
  margin: 0px 1px;
}

.footer-social li a {
  background: #fff;
  text-align: center;
  display: block;
  color: #ff8e01;
  font-size: 16px;
  width: 46px;
  height: 46px;
  border-radius: 50px;
  text-decoration: none;
}

.footer-social li a:hover {
  background: #5cb85c;
  color: #fff;
}

.footer-social li i {
  margin-top: 15px;
}

.mobile-menu {
  background: #fff;
  color: #ff8e01;
  padding: 10px;
  position: absolute;
  width: 50px;
  height: 45px;
  border-radius: 5px;
  top: -65px;
  right: 10px;
  display: none;
  text-align: center;
  font-size: 20px;
}

.mobile-menu a {
  color: #ff8e01;
}











/* Client */
.tick-list ul {
  width: 100%;
}

.tick-list li {
  list-style: none;
  padding-left: 30px;
  background: url(../images/tick.png) 0px 7px no-repeat;
  line-height: 30px;
  color: #666;
}

.tick-list a {
  color: #666;
  text-decoration: none;
  display: block;
}

.tick-list a:hover {
  color: #666;
}

.padding-top-77 {
  padding-top: 97px;
}

/* Side nav */
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  background: #222;
  overflow-x: hidden;
  transition: 0.3s;
  padding-top: 60px;
}

.sidenav ul {
  padding: 30px;
}

.sidenav li {
  list-style: none;
  border-bottom: 1px solid #222222;
}

.sidenav li:last-child {
  border-bottom: 0px;
}

.sidenav a {
  font-size: 18px;
  line-height: 30px;
  padding: 10px 0px;
  color: #c6c6c6;
  text-decoration: none;
  transition: 0.3s;
  display: block;
}

.sidenav a:hover {
  color: #ff9203;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  left: 30px;
  font-size: 36px;
  margin-top: 25px;
  transition: 0.3s;
}

/* Search */
.search-box {
  border: 1px solid #d8d8d8;
  border-radius: 50px;
  padding: 5px 10px;
  margin: 5px 0px;
  background: #fff;
}

.search-box input {
  width: 100%;
  border-radius: 50px;
  border: 0px;
  background: #fff;
  outline: none;
  line-height: 25px;
}

.btn-search {
  background: transparent;
  outline: none;
  border: 0px;
  line-height: 25px;
}

.btn-search:hover {
  color: #ff8e01;
}

.search-left {
  width: 78%;
  float: left;
}

.search-right {
  width: 30px;
  float: right;
}

.dropdown-box {
  border: 1px solid #d8d8d8;
  border-radius: 50px;
  padding: 5px 10px;
  margin-top: 5px;
  background: #fff;
}

.dropdown-box select {
  width: 100%;
  border-radius: 50px;
  border: 0px;
  background: url(../images/arrow-dn.png) no-repeat center right;
  outline: none;
  line-height: 27px;
  height: 27px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.donate-field {
  position: absolute;
  width: 67%;
  top: -75px;
  padding: 0px 15px;
}

.container {
  position: relative;
}

/* contact form */
.contact-form {
  width: 80%;
  margin: 0 auto;
}

.contact-form .form-control {
  display: block;
  width: 100%;
  height: 48px;
  padding: 6px 20px;
  font-size: 14px !important;
  /*line-height: 36px;*/
  color: #222;
  background-color: #eeeeee;
  background-image: none;
  border: 1px solid #eeeeee !important;
  border-radius: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  resize: none;
  overflow: hidden;
}

.contact-form .form-control {
  margin-bottom: 10px;
}

.contact-form textarea {
  padding: 14px 20px !important;
  height: 250px !important;
  border-radius: 20px !important;
}

.contact-form .btn-green-gradient {
  background: rgb(255, 194, 26);
  background: linear-gradient(50deg, rgba(23, 159, 23, 1) 0%, rgba(92, 184, 92, 1) 100%);
  color: #fff !important;
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 50px !important;
  display: inline-block;
  line-height: 38px !important;
  padding: 5px 22px !important;
  text-decoration: none !important;
  border: 0 !important;
  transition: all 0.2s ease-out;
  letter-spacing: 0px;
}

.contact-form .btn-green-gradient:hover {
  /*background: #5cb85c;*/
  background: rgb(255, 194, 26);
  background: linear-gradient(50deg, rgba(92, 184, 92, 1) 0%, rgba(23, 159, 23, 1) 100%);
  color: #fff !important;
}

.contact-form .btn-green-gradient i {
  margin-left: 10px;
}

/* ******** back-to-top start ******** */


.back-to-top,
a {
  outline: 0 !important;
}

.back-to-top {
  background: #459c45;
  position: fixed;
  bottom: 15px;
  right: 15px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  display: none;
  z-index: 999;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.back-to-top:hover {
  opacity: 0.6;
  filter: alpha(opacity=60)
}

.back-to-top:hover,
.back-to-top:focus {
  color: #fff !important;
}



.breadcrumbs {
  color: #fff;
  font-size: 12px;
  margin: 0px;
  text-transform: capitalize;
}

.breadcrumbs>span {
  margin: 0 4px 0px 4px;
}

.breadcrumbs>span a {
  color: #fff;
}

.table {
  margin-bottom: 0px;
}

.inner-data-wrapper {
  padding: 15px 0px;
}

.wpcf7 .ajax-loader {
  display: none;
}

/* INNER PAGE FORM VALIDATION */
.form-group {
  position: relative;
}

span.wpcf7-not-valid-tip:before {
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #d9534f;
  position: absolute;
  left: 12px;
  top: -8px;
  content: "";
}

span.wpcf7-not-valid-tip {
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  display: block;
  position: absolute;
  width: 200px;
  background: #d9534f;
  padding: 3px;
  z-index: 9;
  border-radius: 5px;
  top: 42px;
}

div.wpcf7-response-output {
  margin: -26px 0px 0px 0px;
  padding: 10px;
  border: 2px solid #ff0000;
  position: absolute;
  background: #fff;
  width: 255px;
  line-height: 20px;
  border-radius: 10px;
}

/* INNER PAGE */

.footer-btn-box {
  padding-top: 30px;
}

.footer-btn-box h3 {
  font-size: 16px;
  color: #fff;
}

/* FAQ */
.filter-accordion .accordion {
  background-color: #fff3e5;
  color: #000;
  cursor: pointer;
  padding: 13px 25px;
  width: 100%;
  border: 0px;
  text-align: left;
  outline: none;
  font-size: 16px;
  transition: 0.2s;
  margin-bottom: 1px;
  font-weight: 400;
  border-radius: 50px;
}

.filter-accordion .active,
.accordion:hover {
  background-color: #fbddb9;
}

.filter-accordion .accordion:after {
  content: '\25BC';
  color: #777;
  font-weight: 400;
  float: right;
  margin-left: 5px;
  font-size: 12px;
}

.filter-accordion .active:after {
  content: "\25B2";
}

.filter-accordion .panel-text {
  padding: 2px;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  width: 95%;
  margin-left: 20px;
  transition: max-height 0.4s ease-out;
}

.filter-accordion .panel-text p {
  margin: 5px 0px 15px 5px;
}

/* FAQ END */

/* blog post area */

.blog-box {
  border: 2px solid #f09436;
  border-radius: 8px;
  overflow: hidden;
  padding-bottom: 24px;
  background: #f094362b;
}
.blog-img a, .blog-img a img {
  width: 100%;
height: 100%;
}
.blog-body {
  padding: 20px;
}
.blog .inner-data-wrapper {
  padding: 60px 0px;
}
.blog-body p a:nth-child(1) {
  color: #000;
}
.blog-body a {
  float: left;
}
.blog-body a:nth-child(2) {
  float: left;
  background: #f09436;
  padding: 10px 20px;
  color: #fff;
  border-radius: 5px;
  margin-top: 16px;
}
.blog .inner-data-wrapper .col-md-4 {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
.blog-box {
  margin-bottom: 20px;
}
}
@media only screen and (max-width: 1200px) and (min-width: 992px) {
.blog .inner-data-wrapper .col-md-4 {
  width: 31%;
  margin: 0 1.1%;
  margin-bottom: 25px;
  padding: 0;
}
.blog .inner-data-wrapper .container {
  width: 98%;
}
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
.blog .inner-data-wrapper .col-md-4 {
  margin-bottom: 30px;
  width: 50%;
  float: left;
}
.blog .inner-data-wrapper .container {
  width: 95%;
}
}

/* blog post end */

.margin-60 {
  margin-top: 50px;
}

.team-container {
  display: grid;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  grid-template-columns: repeat(auto-fit, minmax(0, min(300px, 100%/1, max(300px, 100%/3))));
}

.team-box {
  margin: 20px;
  align-items: center;
  text-align: center;
}

.team-box img {
  border-radius: 10px;
  margin-bottom: 15px;
}

.partner-container {
  display: grid;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  grid-template-columns: repeat(auto-fit, minmax(0, min(300px, 100%/1, max(300px, 100%/3))));
}

.partner-box {
  margin: 20px;
  align-items: center;
  text-align: center;
}

.partner-box img {
  width: 200px;
  margin-bottom: 5px;
}

.partner-border-img {
  border: 3px solid #ff8e01;
  border-radius: 10px;
}

.single-post-img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.next-btn {
  text-align: right;
}

.next-btn a {
  color: #ff8e01;
  text-decoration: none;
}

.previous-btn a {
  color: #ff8e01;
  text-decoration: none;
}

.light-bg {
  background: #fff3e5;
  padding: 30px;
  border-radius: 15px;
  margin-bottom: 0px;
}

.light-bg h3 {
  margin-bottom: 10px;
}

.light-bg p {
  margin-bottom: 5px;
}


.not-found h1 {
  font-size: 150px;
  line-height: 100%;
}

.entry-title a {
  color: #ff8e01;
  text-decoration: none;
}

.entry-title a:hover {
  color: #459c45;
}

.page-title {
  font-size: 20px !important;
  line-height: 100%;
  margin-bottom: 10px;
}

.mobile-show {
  display: none !important;
}



/* Tooltip */
.popover-content {
  word-break: break-all;
}

.tooltip.top {
  word-break: break-all;
}

.cut-text {
  color: #ff8e01;
  cursor: pointer;
}

.tooltip-new {
  position: relative;
  display: inline-block;
}

.tooltip-new .tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  word-break: break-all;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
}

.tooltip-new:hover .tooltiptext {
  visibility: visible;
}

.tooltip-right {
  position: relative;
  display: inline-block;
}

.tooltip-right .tooltiptext {
  visibility: hidden;
  width: 330px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  word-break: break-all;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -260px;
}

.tooltip-right:hover .tooltiptext {
  visibility: visible;
}

/* Tooltip end */

.table a {
  color: #ff8e01;
}

.table a:hover {
  color: #ff8e01;
}

.green-link a {
  color: #179F17;
}

.green-link a:hover {
  color: #179F17;
}

.blue-link a {
  color: #5c81b8;
}

.blue-link a:hover {
  color: #5c81b8;
}

.project-mobile-title {
  display: none;
}

.project-mobile-title h2 {
  font-size: 20px;
  line-height: 30px;
  margin: 15px 0px 5px;
  font-weight: 500;
  font-family: 'poppinsmedium';

}

/* Home Mobile Tree */
.mobile-tree {
  width: 55%;
  margin: 0 auto;
  display: none;
}

.mobile-tree-left {
  float: left;
  width: 40%;
  text-align: center;
}

.mobile-tree-left h4 {
  color: #fff;
  text-transform: capitalize;
  font-family: 'poppinsregular';
  font-size: 19px;
  line-height: 28px;
  margin-top: 30px;
  font-weight: 400;
}

.mobile-tree-right {
  float: left;
  width: 60%;
  text-align: center;
}

.mobile-tree-right img {
  width: 260px;
}

.inner-data-wrapper-notop {
  padding-bottom: 15px;
}

.table img {
  margin-right: 5px;
}

.single-post-img {
  float: left;
  width: 54%;
  display: block;
  padding: 0px 30px 30px 0px;
}

.related-project-box {
  margin-bottom: 20px;
}

.related-project-img {
  position: relative;
}

.related-project-img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.related-project-img h2 {
  position: absolute;
  font-size: 20px;
  width: 100%;
  text-align: center;
  left: 0px;
  line-height: 20px;
  bottom: -16px;
  color: #fff;
  text-shadow: 0px 0px 5px #000;
}

/* ================= Responsive ====================== */

@media only screen and (min-width:1200px) and (max-width:1440px) {
  .large-logo {
    width: 289px;
  }

  .project-text p {}

  .project-text h2 {
    margin-bottom: 5px;
  }

}

/* end */

@media only screen and (min-width:1025px) and (max-width:1198px) {
  .large-logo {
    width: 270px;
    bottom: -7px;
  }

  .top-menu a {
    padding: 14px 17px;
  }

  .why-choose-img {
    width: 79px;
  }

  .donate-field {
    width: 80%;
    top: -54px;
  }


  .project-text p {
    font-size: 13px;
    line-height: 16px;
  }

  .project-text h2 {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 18px;
  }

  .project-text .btn-outline {
    padding: 0px 20px;
  }

  .project-text .btn-green-gradient {
    padding: 0px 20px;
  }


  .footer-btn-box h3 {
    font-size: 14px;
  }

}

/* end */


@media only screen and (min-width:992px) and (max-width:1024px) {
  .project-img {
    width: 45%;
  }

  .project-text {
    width: 55%;
    padding: 0px 0px 0px 20px;
  }

  .project-box:before {
    display: none;
  }

  .project-box:after {
    display: none;
  }

  .why-choose-text {
    float: left;
    width: 75%;
  }

  .why-choose-box {
    min-height: 272px;
  }

  .large-logo {
    width: 249px;
    bottom: -7px;
  }

  .btn-large {
    font-size: 18px !important;
  }


  .top-menu a {
    padding: 14px 18px !important;
  }

  .project-text p {
    font-size: 13px;
    line-height: 16px;
  }

  .project-text h2 {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 18px;
  }

  .project-text .btn-outline {
    padding: 0px 20px;
  }

  .project-text .btn-green-gradient {
    padding: 0px 20px;
  }

  .footer-btn-box h3 {
    font-size: 14px;
  }


}

/* end */

@media only screen and (max-width : 1024px) {
  .mobile-show {
    display: inline-block !important;
  }

  .footer-social li a {
    width: 43px;
    height: 43px;
  }

  .footer-social li i {
    margin-top: 13px;
  }

  .footer-btn-box h3 {
    font-size: 14px;
  }

  .btn-white {
    padding: 2px 25px;
  }

  .donate-field {
    width: 80%;
    top: -58px;
  }

}

@media only screen and (max-width : 1020px) {
  .donate-field {
    width: 100%;
    top: -55px;
  }
}

@media only screen and (max-width : 990px) {
  .footer-form .form-control {
    margin-bottom: 10px !important;
  }

  .top-menu {
    display: none;
  }

  .large-logo {
    width: 230px;
    right: 2%;
    bottom: -35px;
  }

  .why-choose-box {
    min-height: auto;
  }

  .footer-form {
    border-radius: 15px;
  }

  .footer-form .form-group {
    margin-bottom: 15px;
  }

  .btn-large {
    font-size: 18px !important;
  }

  .mobile-menu {
    display: block;
  }

  .why-choose-text {
    width: 85%;
  }

  .light-bg .text-right {
    text-align: center;
  }

  .light-bg {
    text-align: center;
  }

  .light-bg .padding-top-30 {
    padding-top: 0px;
  }

  .banner-section h3 {
    display: none;
  }

  .mobile-tree {
    display: block;
  }

  .large-logo {
    display: none;
  }

  .banner-section {
    padding: 111px 0px 20px;
  }

  .donate-field .col-xs-3 {
    width: 30%;
  }


}

/* end */

@media only screen and (max-width : 760px) {

  .why-choose-img {
    padding-bottom: 30px;
  }

  .why-choose-text {
    float: left;
    width: 100%;
  }

  h1,
  h2 {
    font-size: 38px;
    line-height: 48px;
  }

  .sticky {
    position: absolute !important;
    background: transparent !important;
    padding: 8px 0px !important;
  }

  .search-box {
    margin: 15px 0px 5px 0px;
  }

  .inner-banner-section {
    padding: 80px 0px 80px;
  }

  .donate-field {
    position: static;
    width: 100%;
  }

  .donate-field .col-xs-3 {
    width: 100%;
  }

  .banner-section {
    padding: 90px 0px 30px;
  }

  .mobile-tree-right img {
    width: 190px;
  }

  .single-post-img {
    float: none;
    width: 100%;
    padding: 0px 0px 30px 0px;
  }

}

@media only screen and (max-width : 600px) {

  .project-text {
    width: 100%;
    position: static;
    padding: 10px 0px 0px 0px;
  }

  .project-img {
    width: 100%;
    float: none;
  }

  .vertical-center {
    position: static;
    top: 0%;
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }

  h1,
  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .why-choose-header {
    padding: 30px 10px;
  }

  .btn-large {
    font-size: 18px !important;
  }

  .logo img {
    width: 80%;
  }

  .mobile-menu {
    top: -68px;
  }

  .large-logo {
    bottom: -43px;
  }

  .project-box:before {
    display: none;
  }

  .project-box:after {
    display: none;
  }

  .footer-menu li a {
    padding: 5px;
  }

  .project-section {
    padding: 0px 0px 30px;
  }

  .mobile-tree {
    width: 90%;
  }

  .project-text h2 {
    display: none;
  }

  .project-mobile-title {
    display: block;
  }
  
}

/* end */

@media only screen and (max-width : 575px) {
  .mobile-tree-right img {
    width: 175px;
  }

  .mobile-menu {
    top: -50px;
  }

  .mobile-tree-left h4 {
    margin-top: 18px;
  }
}