/*
IT Factory ORG Type Website
CSS Author : Faisal younus

******************************************* 
** - DEFAULT AREA STYLE - **

** - Default Btn Area Style
** - Read More Area Style
** - Section Title Area Style

** - HOME PAGE STYLE - **

** - Header Area Style
** - Nav Area Style
** - Mobile Nav Area Style
** - Banner Area Style
** - Hero Slider Area Style
** - About Area Style
** - What We do Area Style
** - Counter Area Style
** - Causes Area Style
** - Team Area Style
** - Testimonials Area Style
** - Help People Area Style
** - Blog Area Style
** - Subscribe Area Style
** - Partner Area Style
** - Footer Area Style
** - Copyright Area Style
** - Events Area Style
** - Volunteer Area Style
** - Projects Area Style
** - Services Area Style
** - Committed Area Style

** - OTHER STYLE AREA - **

** - Preloader Area Style
** - Go Top Style
** - Video wave Style
** - Section Title Area Style
** - Nice select Area

*******************************************
/*

/*
Default Style
============================*/
/*@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,600&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,400&amp;display=swap");*/


/*@font-face {
   font-family: 'Fira Sans Condensed', sans-serif;
   src: url(assets/fonts/itc_officina_sans_book.woff);
}

* {
   font-family:'itc_officina_sans_book';}*/


@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');




body {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #032254;
}

a {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  text-decoration: none;
  color: #032254;
}

a:hover {
  text-decoration: none;
  color: #000;
}

a:focus {
  text-decoration: none;
}

button {
  outline: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 0;
}

button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #011d49;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

.d-table {
  width: 100%;


}

.d-table-cell {

}

p {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.8;
}

p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.form-control {
  height: 50px;
  color: #419b65;
  border: 1px solid #ebebeb;
  background-color: transparent;
  border-radius: 0;
  font-size: 16px;
  padding: 10px 20px;
  width: 100%;
}

.form-control::-webkit-input-placeholder {
  color: #676a6a;
}

.form-control:-ms-input-placeholder {
  color: #676a6a;
}

.form-control::-ms-input-placeholder {
  color: #676a6a;
}

.form-control::placeholder {
  color: #676a6a;
}

.form-control:focus {
  color: #000000;
  background-color: transparent;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  outline: 0;
  border: 1px solid #419b65;
}

.form-control:hover:focus, .form-control:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

textarea.form-control {
  height: auto;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-70 {
  padding-top: 70px;
}


.pb-70 {
  padding-bottom: 70px;
}

.pb-40 {
  padding-bottom: 40px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-minus-100 {
  margin-top: -100px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

/*
Bg-color Style*/
.bg-color {
  background-color: #fefaf5;
}

.bg-color-footer {
  background: url(../img/footer-bg-half.jpg) no-repeat bottom left #fff8ec; 
}

.txt_ttl_ptrn {
  /*background: url(../img/pattern.jpg) no-repeat top left;*/
  border-left: 15px solid #419b65;
  padding-left: 25px;
  height: 100%;
}

.bg-color-f7fbf3 {
  background-color: #f7fbf3;
}

/*Default Btn Area Style*/
.default-btn {
  font-size: 16px;
  color: #ffffff;
  line-height: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  text-align: center;
  background-color: #419b65;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  margin-bottom: -5px;
  padding: 15px 40px;
  font-weight: bold;
}

.default-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 75%;
  width: 25%;
  height: 0;
  background-color: #011d49;
  z-index: -1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.default-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 25%;
  height: 0;
  background-color: #011d49;
  z-index: -2;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.default-btn span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 25%;
  width: 25%;
  height: 0;
  background-color: #011d49;
  z-index: -1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.default-btn span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25%;
  height: 0;
  background-color: #011d49;
  z-index: -1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.default-btn:hover::before {
  height: 100%;
  top: auto;
  bottom: 0;
}

.default-btn:hover::after {
  height: 100%;
  top: 0;
  bottom: auto;
}

.default-btn:hover span::before {
  height: 100%;
  top: auto;
  bottom: 0;
}

.default-btn:hover span::after {
  height: 100%;
  top: 0;
  bottom: auto;
}

.default-btn.two {
  background-color: #419b65 !important;
}

/*
Read More Btn Area Style*/
.read-more {
  font-weight: 600;
  font-size: 15px;
  color: #419b65;
}

.read-more i {
  position: relative;
  position: relative;
  top: 1.7px;
  margin-left: 5px;
}

.read-more:hover {
  color: #419b65;
  letter-spacing: 1px;
}

/*
Section Title Area Style*/
.section-title {
  max-width: 750px;
  margin: 0 auto 50px;
  text-align: center;
  position: relative;
}

.section-title span {
  font-size: 14px;
  color: #419b65;
  display: none;
  margin-bottom: 10px;
  font-weight: 700;
}

.section-title h2 {
  font-size: 40px;
  margin-bottom: 20px;
  position: relative;
  text-transform: uppercase;
}

.section-title h2:last-child {
  margin-bottom: 0;
}

.section-title p {
 /* max-width: 600px;*/
  margin: auto;
}

.section-title.white-title span {
  color: #419b65;
}

.section-title.white-title h2 {
  color: #ffffff;
}

.section-title.white-title p {
  color: #ffffff;
}

.section-title.green-title span {
  color: #419b65;
}




.section-title2 {
  max-width: 750px;
  margin: 0 auto 50px;
  text-align: center;
  position: relative;
}

.section-title2 span {
  font-size: 14px;
  color: #419b65;
  display: none;
  margin-bottom: 10px;
  font-weight: 700;
}

.section-title2 h2 {
  font-size: 40px;
  margin-bottom: 20px;
  position: relative;
  text-transform: uppercase;
}

.section-title2 h2:last-child {
  margin-bottom: 0;
}

.section-title2 p {
 /* max-width: 600px;*/
  margin: auto;
}

.section-title2.white-title span {
  color: #419b65;
}

.section-title2.white-title h2 {
  color: #ffffff;
}

.section-title2.white-title p {
  color: #ffffff;
}

.section-title2.green-title span {
  color: #419b65;
}





/*
Header Area Style
======================================================*/
.header-area.header-area-three {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}


.sidebar-menu{
  float: left; 
  background: #fff; 
  border-radius: 50%;
  width: 35px;
  height: 35px;
}
.top-header {
  background-color: #419b65;
  padding-top: 5px;
  padding-bottom: 5px;
}

.others-option .header-left-content {
  line-height: 1;
  list-style: none;
  padding: 0;
  margin: .5% 0 0 0;
  float: left;
}

.others-option .header-left-content li {
  display: inline-block;
  margin-right: 30px;
  color: #ffffff;
  font-size: 14px;
  position: relative;
  padding-left: 45px;
}

.others-option .header-left-content li span {
  display: block;
  margin-bottom: 5px;
}

.others-option .header-left-content li:last-child {
  margin-right: 0;
}

.others-option .header-left-content li i {
  color: #419b65;
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
  position: absolute;
  top: -10px;
  left: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #ffffff;
  text-align: center;
  border-radius: 50%;
}

.others-option .header-left-content li a {
  display: block;
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
}

.others-option .header-left-content li a:hover {
  color: #011d49;
}

.others-option .header-right-content {
  line-height: 1;
  text-align: right;
float: left;
}

.others-option .header-right-content .option-item {
  color: #032254;
  display: inline-block;
  line-height: 1;
  position: relative;
  top:0;
  right: 20%;
}

.others-option .header-right-content .option-item .search-overlay {
  display: none;
}

.others-option .header-right-content .option-item .search-overlay.search-popup {
  position: absolute;
  top: 100%;
  width: 300px;
  right: 0;
  background: #ffffff;
  z-index: 2;
  padding: 20px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin-top: 20px;
}

.others-option .header-right-content .option-item .search-overlay.search-popup .search-form {
  position: relative;
}

.others-option .header-right-content .option-item .search-overlay.search-popup .search-form .search-input {
  display: block;
  width: 100%;
  height: 50px;
  line-height: initial;
  border: 1px solid #eeeeee;
  color: #011d49;
  outline: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 15px;
  padding-top: 4px;
  padding-left: 15px;
}

.top-header .header-right-content .option-item .search-overlay.search-popup .search-form .search-input:focus {
  border-color: #419b65;
}

.others-option .header-right-content .option-item .search-overlay.search-popup .search-form .search-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  background: #419b65;
  border: none;
  width: 50px;
  outline: 0;
  color: #ffffff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  padding: 0;
}

.others-option .header-right-content .option-item .search-overlay.search-popup .search-form .search-button:hover {
  background-color: #011d49;
}

.others-option .header-right-content .option-item .search-btn {
  cursor: pointer;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  color: #419b65;
  font-size: 20px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px #fd7e14 solid;
}

.others-option .header-right-content .option-item .close-btn {
  cursor: pointer;
  display: none;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  color: #419b65;
  font-size: 20px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 50%;
}

.others-option .header-right-content .option-item .close-btn.active {
  display: block;
}

.others-option .header-right-content .sidebar-menu {
  display: inline-block;
  margin-left: 20px;
}

.others-option .header-right-content .sidebar-menu .burger-menu {
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  color: #419b65;
  font-size: 35px;
  background-color: #ffffff;
}

.others-option .header-right-content .sidebar-menu .burger-menu i {
  position: relative;
  left: 0.50px;
}

/*
Sidebar Area Style
======================================================*/
.sidebar-modal {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  overflow: hidden;
}

.sidebar-modal .sidebar-modal-inner {
  position: absolute;
  right: -100%;
  top: 0;
  max-width: 400px;
  overflow-y: scroll;
  height: 100%;
  background-color: #ffffff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: 1;
  padding: 40px;
}

.sidebar-modal .sidebar-header {
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
}

.sidebar-modal .sidebar-header .sidebar-logo {
  display: inline-block;
}

.sidebar-modal .sidebar-header .close-btn {
  display: inline-block;
  font-size: 20px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  cursor: pointer;
  width: 30px;
  height: 30px;
  line-height: 33px;
  background-color: #419b65;
  color: #ffffff;
  border-radius: 0;
  float: right;
  text-align: center;
  position: relative;
  top: 13px;
  border-radius: 50%;
}

.sidebar-modal .sidebar-header .close-btn:hover {
  color: #ffffff;
  background-color: #419b65;
}

.sidebar-modal .sidebar-about {
  margin-bottom: 30px;
}

.sidebar-modal .sidebar-about .title h2 {
  margin-bottom: 0;
  font-size: 20px;
}

.sidebar-modal .sidebar-about .title p {
  margin-bottom: 0;
  font-size: 15px;
}

.sidebar-modal .contact-us {
  margin-bottom: 30px;
}

.sidebar-modal .contact-us h3 {
  font-size: 20px;
  margin-bottom: 25px;
  line-height: 1;
  position: relative;
  padding-left: 10px;
}

.sidebar-modal .contact-us h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #419b65;
}

.sidebar-modal .contact-us ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.sidebar-modal .contact-us ul li {
  position: relative;
  padding-left: 45px;
  margin-bottom: 20px;
}

.sidebar-modal .contact-us ul li:last-child {
  margin-bottom: 0;
}

.sidebar-modal .contact-us ul li i {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 18px;
  color: #ffffff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background-color: #419b65;
  text-align: center;
}

.sidebar-modal .contact-us ul li a {
  display: block;
}

.sidebar-modal .sidebar-gallery-feed {
  margin-bottom: 30px;
}

.sidebar-modal .sidebar-gallery-feed h3 {
  margin-bottom: 25px;
  font-size: 20px;
  position: relative;
  padding-left: 10px;
  line-height: 1;
}

.sidebar-modal .sidebar-gallery-feed h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #419b65;
}

.sidebar-modal .sidebar-gallery-feed ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 0;
  margin-top: -10px;
}

.sidebar-modal .sidebar-gallery-feed ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  max-width: 33%;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
}

.sidebar-modal .sidebar-gallery-feed ul li a {
  display: block;
  position: relative;
}

.sidebar-modal .sidebar-gallery-feed ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  visibility: hidden;
}

.sidebar-modal .sidebar-gallery-feed ul li a:hover::before {
  opacity: .50;
  visibility: visible;
}

.sidebar-modal .sidebar-follow-us h3 {
  font-size: 25px;
  margin-bottom: 25px;
  line-height: 1;
  position: relative;
  padding-left: 10px;
}

.sidebar-modal .sidebar-follow-us h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #419b65;
}

.sidebar-modal .sidebar-follow-us .social-wrap {
  padding: 0;
  margin: 0;
  list-style-type: none;
  line-height: 1;
}

.sidebar-modal .sidebar-follow-us .social-wrap li {
  display: inline-block;
  padding-right: 10px;
}

.sidebar-modal .sidebar-follow-us .social-wrap li a i {
  font-size: 18px;
  color: #ffffff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background-color: #419b65;
  text-align: center;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.sidebar-modal .sidebar-follow-us .social-wrap li a:hover i {
  background-color: #011d49;
}

.sidebar-modal.active {
  opacity: 1;
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.9);
}

.sidebar-modal.active .sidebar-modal-inner {
  right: 0;
}

/*
Nav Area Style
======================================================*/
.navbar-area {
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #419b65;
/*  background-image: url(../img/care_logo_part.png);
  background-repeat: no-repeat;
  background-position: right;*/
}

.navbar-area .desktop-nav {
  padding-top: 0px;
  padding-bottom: 0px;
}

.navbar-area .desktop-nav .navbar {
  position: inherit;
  padding: 0;
}

.navbar-area .desktop-nav .navbar .navbar-brand {
  font-size: inherit;
  line-height: 1;
  padding: 0;
}

.navbar-area .desktop-nav .navbar ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  position: absolute;
  right: 10%;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item {
  position: relative;
  padding: 0;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item a {
  font-size: 15px;
  font-weight: 600;
  color: #011d49;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin-left: 0;
  margin-right: 0;
  padding: 18px 0;
  position: relative;
  z-index: 1;
  margin: 0 15px;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item a i {
  font-size: 22px;
  line-height: 0;
  position: relative;
  top: 4px;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item a:hover {
  color: #000;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item a.active {
  color: #000;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  position: absolute;
  top: 130%;
  left: -30px;
  opacity: 0;
  width: auto;
  visibility: hidden;
  z-index: 99;
  display: block;
  padding: 0;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
  position: relative;
  padding: 0;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  font-size: 14px;
  color: #011d49;
  position: relative;
  padding: 10px 15px;
  border-bottom: 1px dashed #eeeeee;
  margin-left: 0;
  margin-right: 0;
  text-transform: capitalize;
  display: block;
  font-weight: 600;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a i {
  top: 12px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 20px;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 15px;
  width: 8px;
  height: 8px;
  background-color: #419b65;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-radius: 50%;
  opacity: 0;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #419b65;
  padding-left: 30px;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover::before {
  opacity: 1;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #419b65;
  padding-left: 30px;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active::before {
  opacity: 1;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 100%;
  top: 0;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
  border-bottom: none;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  position: absolute;
  left: -98%;
  top: 20px !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  position: absolute;
  right: -100%;
  top: 0;
  opacity: 0 !important;
  visibility: hidden !important;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #011d49;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover {
  color: #419b65;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus {
  color: #419b65;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #419b65;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  top: -4px !important;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu li:hover .dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  top: -20px !important;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu:last-child .dropdown-menu {
  left: auto;
  right: -100%;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item:hover ul {
  opacity: 1;
  visibility: visible;
  top: 92%;
}

.navbar-area .desktop-nav .navbar .others-option {
  position: absolute;
  right: 2%;
  top: 15px;
}

.navbar-area .desktop-nav .navbar .others-option .language-area {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-right: 2px;
  position: relative;
  top: -15px;
}

.navbar-area .desktop-nav .navbar .others-option .language-area .language-item-top {
  position: relative;
}

.navbar-area .desktop-nav .navbar .others-option .language-area .language-item-top .language-bar span {
  position: relative;
  top: 1px;
  color: #419b65;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 15px;
  font-weight: 600;
}

.navbar-area .desktop-nav .navbar .others-option .language-area .language-item-top .language-bar i {
  font-size: 20px;
  color: #419b65;
  font-weight: 700;
  position: relative;
  top: 4px;
}

.navbar-area .desktop-nav .navbar .others-option .language-area .language-item-top .language-item-bottom {
  list-style: none;
  position: absolute;
  top: 50px;
  padding: 20px !important;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  width: 200px;
  right: -105px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  margin: 0;
  text-align: left;
}

.navbar-area .desktop-nav .navbar .others-option .language-area .language-item-top .language-item-bottom::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  border-top: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  border-left: 8px solid transparent;
  top: -8px;
  left: 25px;
}

.navbar-area .desktop-nav .navbar .others-option .language-area .language-item-top .language-item-bottom .language-item {
  margin-bottom: 15px;
}

.navbar-area .desktop-nav .navbar .others-option .language-area .language-item-top .language-item-bottom .language-item:last-child {
  margin-bottom: 0;
}

.navbar-area .desktop-nav .navbar .others-option .language-area .language-item-top .language-item-bottom .language-item .language-link {
  color: #011d49;
  display: block;
  font-size: 14px;
  font-weight: 600;
}

.navbar-area .desktop-nav .navbar .others-option .language-area .language-item-top .language-item-bottom .language-item .language-link img {
  width: 20px;
  margin-right: 8px;
  border-radius: 50%;
  position: relative;
  top: -2px;
}

.navbar-area .desktop-nav .navbar .others-option .language-area .language-item-top .language-item-bottom .language-item .language-link:hover {
  color: #419b65;
}

.navbar-area .desktop-nav .navbar .others-option .language-area .language-item-top:hover .language-item-bottom {
  visibility: visible;
  opacity: 1;
  top: 35px;
  z-index: 9999;
}

.navbar-area .desktop-nav .navbar .others-option .get-quote {
  display: inline-block;
  margin-left: 30px;
}

.navbar-area.navbar-area-three {
  background-color: rgba(255, 255, 255, 0.7);
}

.navbar-area.navbar-area-three .desktop-nav .navbar .navbar-nav .nav-item a.active {
  color: #419b65;
}

.navbar-area.navbar-area-three .desktop-nav .navbar .navbar-nav .nav-item a:hover {
  color: #419b65;
}

.navbar-area.navbar-area-three .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #419b65;
}

.navbar-area.navbar-area-three .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active::before {
  background-color: #419b65;
}

.navbar-area.navbar-area-three .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active::after {
  background-color: #419b65;
}

.navbar-area.navbar-area-three .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #419b65;
}

.navbar-area.navbar-area-three .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover::before {
  background-color: #419b65;
}

.navbar-area.navbar-area-three .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover::after {
  background-color: #419b65;
}

.navbar-area.navbar-area-three .desktop-nav .navbar .others-option .language-area .language-item-top .language-bar span {
  color: #419b65;
}

.navbar-area.navbar-area-three .desktop-nav .navbar .others-option .language-area .language-item-top .language-bar i {
  color: #419b65;
}

.navbar-area.navbar-area-three .desktop-nav .navbar .others-option .language-area .language-item-top .language-item-bottom .language-item .language-link:hover {
  color: #419b65;
}

.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  -webkit-animation: 200ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 200ms ease-in-out 0s normal none 1 running fadeInDown;
  padding-top: 5px;
  padding-bottom: 5px;
}

.mobile-nav {
  display: none;
}

/*
Others Option For Responsive Area Style
======================================================*/
.others-option-for-responsive {
  display: none;
}

.others-option-for-responsive .dot-menu {
  padding: 0 10px;
  height: 30px;
  cursor: pointer;
  z-index: 9991;
  position: absolute;
  right: 60px;
  top: -34px;
}

.others-option-for-responsive .dot-menu .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
}

.others-option-for-responsive .dot-menu .inner .circle {
  height: 5px;
  width: 5px;
  border-radius: 100%;
  margin: 0 2px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  background-color: #011d49;
}

.others-option-for-responsive .dot-menu:hover .inner .circle {
  background-color: #419b65;
}

.others-option-for-responsive .container {
  position: relative;
}

.others-option-for-responsive .container .container {
  position: absolute;
  right: 0;
  top: 10px;
  max-width: 260px;
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
}

.others-option-for-responsive .container .container.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.others-option-for-responsive .language-area {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-right: 2px;
  position: relative;
  top: -15px;
}

.others-option-for-responsive .language-area .language-item-top {
  position: relative;
}

.others-option-for-responsive .language-area .language-item-top .language-bar span {
  position: relative;
  top: 1px;
  color: #419b65;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 15px;
  font-weight: 600;
}

.others-option-for-responsive .language-area .language-item-top .language-bar i {
  font-size: 20px;
  color: #419b65;
  font-weight: 700;
  position: relative;
  top: 4px;
}

.others-option-for-responsive .language-area .language-item-top .language-item-bottom {
  list-style: none;
  position: absolute;
  top: 50px;
  padding: 20px !important;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  width: 200px;
  right: -105px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  margin: 0;
  text-align: left;
}

.others-option-for-responsive .language-area .language-item-top .language-item-bottom::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  border-top: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  border-left: 8px solid transparent;
  top: -8px;
  left: 25px;
}

.others-option-for-responsive .language-area .language-item-top .language-item-bottom .language-item {
  margin-bottom: 15px;
}

.others-option-for-responsive .language-area .language-item-top .language-item-bottom .language-item:last-child {
  margin-bottom: 0;
}

.others-option-for-responsive .language-area .language-item-top .language-item-bottom .language-item .language-link {
  color: #011d49;
  display: block;
  font-size: 14px;
  font-weight: 600;
}

.others-option-for-responsive .language-area .language-item-top .language-item-bottom .language-item .language-link img {
  width: 20px;
  margin-right: 8px;
  border-radius: 50%;
  position: relative;
  top: -2px;
}

.others-option-for-responsive .language-area .language-item-top .language-item-bottom .language-item .language-link:hover {
  color: #419b65;
}

.others-option-for-responsive .language-area .language-item-top:hover .language-item-bottom {
  visibility: visible;
  opacity: 1;
  top: 35px;
  z-index: 9999;
}

/*
Banner Area Style
======================================================*/
.banner-area {
  background-color: #f7c78d;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 720px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.banner-area .banner-bg-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.banner-content {
  overflow: hidden;
  max-width: 480px;
  margin-right: auto;
}

.banner-content h1 {
  font-size: 65px;
  font-weight: 900;
  margin-bottom: 35px;
  color: #011d49;
}

.banner-content p {
  margin-bottom: 26px;
  font-size: 17px;
  color: #011d49;
}

.banner-content .banner-btn .default-btn.active {
  margin-left: 30px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #419b65;
}

.banner-content .banner-btn .default-btn.active::before {
  opacity: 0;
}

.banner-content .banner-btn .default-btn.active::after {
  opacity: 0;
}

.banner-content .banner-btn .default-btn.active span::before {
  opacity: 0;
}

.banner-content .banner-btn .default-btn.active span::after {
  opacity: 0;
}

.banner-content .banner-btn .default-btn.active:hover {
  background-color: #011d49;
  color: #ffffff;
  border-color: #011d49;
}

.banner-content .banner-btn .default-btn.active:hover::before {
  opacity: 1;
}

.banner-content .banner-btn .default-btn.active:hover::after {
  opacity: 1;
}

.banner-content .banner-btn .default-btn.active:hover span::before {
  opacity: 1;
}

.banner-content .banner-btn .default-btn.active:hover span::after {
  opacity: 1;
}

.banner-img img {
  -webkit-animation: border-transform 7s linear infinite alternate forwards;
          animation: border-transform 7s linear infinite alternate forwards;
}

.banner-img .video-btn-2 {
  position: absolute;
  left: 0;
  top: 50%;
}

@-webkit-keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}

@keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}

/*
Hero Slider Area Style
======================================================*/
.hero-slider-area {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.hero-slider-area .slider-item {
    background-image: var(--slideImgdata);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    _height: 860px !important;
    overflow: hidden;
    position: relative;
    z-index: 1;
}


.hero-slider-area .slider-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  _background-color: rgba(0, 0, 0, 0);
  z-index: -1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.hero-slider-area .slider-item.slider-item-bg-1 {
  background-image: url(../img/slider/slider-1.jpg);
}

.hero-slider-area .slider-item.slider-item-bg-2 {
  background-image: url(../img/slider/slider-2.jpg);
}

.hero-slider-area .slider-item.slider-item-bg-3 {
  background-image: url(../img/slider/slider-3.jpg);
}

.hero-slider-area .slider-item.slider-item-bg-4 {
  background-image: url(../img/slider/slider-4.jpg);
}

.hero-slider-area .slider-item.slider-item-bg-5 {
  background-image: url(../img/slider/slider-5.jpg);
}

.hero-slider-area .slider-item.slider-item-bg-6 {
  background-image: url(../img/slider/slider-6.jpg);
}

.hero-slider-area .slider-item.slider-item-bg-7 {
  background-image: url(../img/slider/slider-7.jpg);
}

.hero-slider-area .slider-item.slider-item-bg-8 {
  background-image: url(../img/slider/slider-8.jpg);
}

.hero-slider-area .slider-item .slider-text {
  position: relative;
  max-width: 800px;
  z-index: 1;
  overflow: hidden;
  margin: auto;
  text-align: center;
  display: none;
}

.hero-slider-area .slider-item .slider-text .top-title {
  color: #419b65;
  font-size: 20px;
  display: none;
  margin-bottom: 10px;

}

.hero-slider-area .slider-item .slider-text h1 {
  font-size: 60px;
  color: #ffffff;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.hero-slider-area .slider-item .slider-text p {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 35px;
  line-height: 33px;
}

.hero-slider-area .slider-item .slider-text .slider-btn .default-btn {
  background-color: #419b65;
}

.hero-slider-area .owl-item.active .slider-item::before {
  _background-color: rgba(0, 0, 0, 0.65);
}

.hero-slider-area .owl-item.active .slider-text.overflow-hidden {
  overflow: hidden;
}

.hero-slider-area .owl-item.active .slider-text .top-title {
  -webkit-animation: 2s .2s fadeInDownBig both;
          animation: 2s .2s fadeInDownBig both;
}

.hero-slider-area .owl-item.active .slider-text h1 {
  -webkit-animation: 2s .2s fadeInLeft both;
          animation: 2s .2s fadeInLeft both;
}

.hero-slider-area .owl-item.active .slider-text p {
  -webkit-animation: 2s .2s fadeInRight both;
          animation: 2s .2s fadeInRight both;
}

.hero-slider-area .owl-item.active .slider-text .slider-btn {
  -webkit-animation: 2s .2s fadeInUpBig both;
          animation: 2s .2s fadeInUpBig both;
}

.hero-slider-area .owl-dots {
  margin-top: 0 !important;
  line-height: 1;
  position: absolute;
  bottom: 130px;
  left: 0;
  right: 0;
}

.hero-slider-area .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  margin: 0 4px;
  background: transparent !important;
  border: 1px solid #419b65;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}

.hero-slider-area .owl-dots .owl-dot:hover span {
  border-color: #419b65;
}

.hero-slider-area .owl-dots .owl-dot:hover span::before {
  background-color: #419b65;
}

.hero-slider-area .owl-dots .owl-dot.active span {
  border-color: #419b65;
  position: relative;
}

.hero-slider-area .owl-dots .owl-dot.active span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #419b65;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  margin: 3px;
}

.hero-slider-area .owl-prev {
  position: absolute;
  top: 50%;
  left: 30px;
  margin: 0 !important;
  border-radius: 0 !important;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
}

.hero-slider-area .owl-prev i {
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 26px;
  border-radius: 0;
  border: 1px solid #ffffff;
}

.hero-slider-area .owl-prev i:hover {
  background-color: #419b65 !important;
  border-color: #419b65;
}

.hero-slider-area .owl-next {
  position: absolute;
  top: 50%;
  right: 30px;
  margin: 0 !important;
  border-radius: 0 !important;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
}

.hero-slider-area .owl-next i {
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 26px;
  border-radius: 0;
  border: 1px solid #ffffff;
}

.hero-slider-area .owl-next i:hover {
  background-color: #419b65 !important;
  border-color: #419b65;
}

.hero-slider-area:hover .owl-prev {
  opacity: 1;
}

.hero-slider-area:hover .owl-next {
  opacity: 1;
}

.hero-slider-area .owl-theme .owl-nav {
  margin-top: 0 !important;
}

.hero-slider-area .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}

.hero-slider-area.hero-slider-area-three .slider-item {
  height: 100vh;
}

.hero-slider-area.hero-slider-area-three .slider-text {
  margin-left: 0;
  text-align: left;
  max-width: 560px;
  margin-top: 105px;
}

.hero-slider-area.hero-slider-area-three .banner-video {
  text-align: center;
  position: relative;
  top: 65px;
}

.hero-slider-area.hero-slider-area-three .owl-dots {
  bottom: 30px;
}

.hero-slider-area.hero-slider-area-three .owl-dots .owl-dot span {
  border-color: #419b65;
}

.hero-slider-area.hero-slider-area-three .owl-dots .owl-dot.active span {
  border-color: #419b65;
}

.hero-slider-area.hero-slider-area-three .owl-dots .owl-dot.active span::before {
  background-color: #419b65;
}

/*
About Area Style
======================================================*/
.about-area-two {
  _overflow: hidden;
}

.about-area-two .about-content {
  margin-left: 0;
  margin-right: 30px;
}

.about-area-two .about-img .about-shape {
  position: absolute;
 top: -148%;
    right: 0;
    z-index: -1;
    width: 1000px;
}

.about-area-two.about-area-three .about-content .top-title {
  color: #419b65;
}

.about-area-two.about-area-three .about-content .default-btn {
  margin-top: 30px;
}

.about-img {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.about-img .about-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.about-img .date-of-years {
  width: 100px;
  height: 100px;
  line-height: 100px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  right: -30px;
  bottom: 90px;
  z-index: 1;
}

.about-img .date-of-years .date-years {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-img .date-of-years .date-years span {
  font-size: 22px;
  font-weight: 700;
  display: block;
  line-height: 1;
  color: #419b65;
  text-align: center;
  margin-bottom: 5px;
}

.about-content {
  margin-left: 30px;
  margin-bottom: 30px;
}

.about-content .top-title {
  font-size: 14px;
  color: #419b65;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}

.about-content h2 {
  font-size: 45px;
  margin-bottom: 30px;
}

.about-content ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 15px;
}

.about-content ul li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 15px;
  font-weight: 600;
}

.about-content ul li:last-child {
  margin-bottom: 0;
}

.about-content ul li i {
  font-size: 28px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background-color: #419b65;
  color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 0;
}

.about-content .default-btn {
  margin-top: 45px;
}

/*
What We do Area Style
======================================================*/
.what-we-do-area {
  background-image: url(../img/what-we-do-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.what-we-do-area .col-lg-3:nth-child(2) .single-we-box i {
  background-color: #d8faf8;
  color: #02b3b3;
}

.what-we-do-area .col-lg-3:nth-child(3) .single-we-box i {
  background-color: #feefd8;
  color: #fa8801;
}

.what-we-do-area .col-lg-3:nth-child(4) .single-we-box i {
  background-color: #fbe9f8;
  color: #c91af4;
}

.what-we-do-area.what-we-do-area-three {
  background-image: none;
}

.what-we-do-area.what-we-do-area-three .single-we-box i {
  color: #419b65 !important;
  background-color: transparent !important;
  font-size: 50px;
  width: unset;
  height: unset;
  line-height: 1;
  margin-bottom: 16px;
}

.what-we-do-area.what-we-do-area-three .single-we-box .read-more {
  color: #419b65;
}

.what-we-do-area.what-we-do-area-three .single-we-box.overly-outside::before {
  border-color: #419b65;
}

.what-we-do-area.what-we-do-area-three .single-we-box.overly-outside::after {
  border-color: #419b65;
}

.what-we-do-area.what-we-do-area-three .single-we-box.overly-outside .overly-inside::before {
  border-color: #419b65;
}

.what-we-do-area.what-we-do-area-three .single-we-box.overly-outside .overly-inside::after {
  border-color: #419b65;
}

.single-we-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  text-align: center;
  padding: 20px;
  height: 300px;
}

.single-we-box i {
  background-color: #fddade;
  color: #df2b4f;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 40px;
  margin-bottom: 15px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-we-box h3 {
  font-size: 25px;
  margin-bottom: 13px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-we-box p {
  margin-bottom: 10px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

/*
Counter Area Style
======================================================*/
.counter-area .container {
  background-color: #fdeed6;
  padding-top: 10px;
  padding-bottom: 30px;
}

.counter-area_2 .container {
  padding-top: 0;
  padding-bottom: 0px;
}

.shade_sc {
  border: none;
  text-align: center;
  padding-right: 10px;
  position: relative;
  width: 100%;
  background-color: #011d49;
  -webkit-clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
  /*border-right: 65px #000 solid;*/

}

.single-counter {
  border: none;
  padding: 10px 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  text-align: center;
  margin-top: 20px;
  position: relative;
  width: 100%;

  background-color: #f2b120;
  -webkit-clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
  /*border-right: 65px #000 solid;*/
  margin-right: 10px;
}

.single-counter i {
  font-size: 50px;
  border-radius: 50%;
  color: #419b65;
  margin: 0 auto 10px;
  line-height: 1;
  display: inline-block;
}

.single-counter h2 {
  font-size: 40px;
  margin-bottom: 0;
}

.single-counter p {
  /*color: #419b65;*/
  font-size: 18px;
  font-weight: 700;
}

.single-counter:hover {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}

/*
Causes Area Style
======================================================*/
.causes-area-two {
  position: relative;
  z-index: 1;
}

.causes-area-two{  
  background: #fdeed6; /*url(../img/banner-bg-shape-1.png)*/
  /*background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;*/
  
 }

.causes-area-two .section-title {
  margin-right: auto;
  margin-left: 0;
  text-align: left;
}

.causes-area-two .section-title p {
  margin-right: auto;
  margin-left: 0;
}

.causes-area-two .container-fluid {
  max-width: 1860px;
  padding: 0 !important;
  margin-left: auto;
  margin-right: auto;
}

.causes-area-two .causes-shape-one {

}

.causes-area-two .single-causes-content {
  background-color: #ffffff;
}

.causes-area-two .owl-nav {
  margin-top: 0 !important;
  position: absolute;
  top: -55px;
  right: 60px;
}

.causes-area-two .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}

.causes-area-two .owl-theme .owl-next {
  margin: 0;
}

.causes-area-two .owl-theme .owl-next i {
  border: 1px solid #419b65;
  color: #419b65;
  width: 60px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 26px;
  border-left: none;
  border-radius: 0 50px 50px 0;
}

.causes-area-two .owl-theme .owl-next i:hover {
  background-color: #419b65 !important;
  border-color: #419b65;
  color: #ffffff !important;
}

.causes-area-two .owl-theme .owl-prev {
  margin: 0;
}

.causes-area-two .owl-theme .owl-prev i {
  border: 1px solid #419b65;
  color: #419b65;
  width: 60px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 26px;
  border-radius: 50px 0 0 50px;
}

.causes-area-two .owl-theme .owl-prev i:hover {
  background-color: #419b65 !important;
  border-color: #419b65;
  color: #ffffff !important;
}

.single-causes-box {
  text-align: center;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-causes-box img {
  width: 100%;
}

.single-causes-box .single-causes-content {
  /*padding: 30px 0;
  padding-top: 0;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  z-index: 1;*/
  position: relative;
}

.blog_img{
  transition: transform .2s;
  border-bottom: 8px solid #e4701e;
}

.blog_img:hover{
   transform: scale(1.04);
}


/*.single-causes-box .single-causes-content h3 {
    padding: 30px;
    padding-top: 0;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    z-index: 1;
    position: relative;
}

.single-causes-box .single-causes-content h3:hover {
    font-size: 22px;
    background-color: #fee4bd;
    padding: 10px 10px;
    margin-bottom: 20px;
    margin-top: -20px;
  }*/

  .blog_link {
          text-decoration: none;          
          color: #011d49;
          text-align: left;
              font-size: 30px;
              line-height: 45px;
    text-transform: capitalize;
        }

        .blog_link2 {
          font-size: 18px;
        }

        .blog_heading_underline {
          width: calc(100%);
          /*background-image: linear-gradient(transparent calc(100% - 10px), #419b65 10px);*/
          /*background-image: linear-gradient(to top, transparent calc(100% - 10px), rgba(227,111,30,1));*/
          background: #419b65; /* Old browsers */
          background: -moz-linear-gradient(top,  #419b65 0%, #419b65 40%, transparent 40%, transparent 100%); /* FF3.6-15 */
          background: -webkit-linear-gradient(top,  #419b65 0%,#419b65 40%,transparent 40%,transparent 100%); /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(to bottom,  #419b65 0%,#419b65 40%,transparent 40%,transparent 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#419b65', endColorstr='transparent',GradientType=0 ); /* IE6-9 */
          background-repeat: no-repeat;
          background-size: 0% 100%;
          transition: background-size .5s;
          line-height: 20px;
        }

        .blog_link:hover .blog_heading_underline {
          background-size: 100% 100%;
          color: #011d49;
        }

        .blog_link2:hover .blog_heading_underline {
          background-size: 100% 100%;
          color: #011d49;
        }

.blog_txt_margin{
  width: 100%;
  float: left;
  position: relative;
  margin-top: 0;
  margin-bottom: 30px;
}

.blog_txt_margin i{
  font-size: 14px;
}


.single-causes-box .single-causes-content p {
  margin-bottom: 20px;
  padding-top: 20px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  text-align: justify;
}

.single-causes-box .skill-bar {
  margin-bottom: 30px;
}

.single-causes-box .skill-bar .progress-title-holder {
  position: relative;
}

.single-causes-box .skill-bar .progress-title {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  display: inherit;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-causes-box .skill-bar .progress-number-mark {
  margin-bottom: 4px;
  border-radius: 3px;
  color: #011d49;
  right: 0;
  position: absolute;
  bottom: -8px;
  font-size: 16px;
  font-weight: 600;
}

.single-causes-box .skill-bar .progress-content-outter {
  height: 6px;
  background-color: #efefef;
  border-radius: 10px;
}

.single-causes-box .skill-bar .progress-content {
  height: 6px;
  background-color: #419b65;
  width: 0%;
  border-radius: 10px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-causes-box:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*
Team Area Style
======================================================*/
.team-area {
  background-image: url(../img/team/team-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-area.team-area-two {
  background-image: none;
}

.team-area.team-area-two .single-team img {
  border: none;
}

.team-area.team-area-two .single-team .team-content {
  margin-left: 30px;
  margin-right: 30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.team-area.team-area-two .single-team:hover .team-content {
  margin-left: 0;
  margin-right: 0;
}

.single-team {
  text-align: center;
  position: relative;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin-bottom: 30px;
  z-index: 1;
}

.single-team .team-img {
  position: relative;
  z-index: 1;
}

.single-team .team-img img {
  border-radius: 4px;
  border: 5px solid #419b65;
}

.single-team .team-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #419b65;
  opacity: 0.5;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-team .team-img .team-link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.single-team .team-img .team-link li {
  display: inline-block;
}

.single-team .team-img .team-link li a {
  margin: 0 5px;
  display: inline-block;
}

.single-team .team-img .team-link li a i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  text-align: center;
  border-radius: 50%;
}

.single-team .team-content {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 25px;
}

.single-team .team-content h3 {
  font-size: 25px;
}

.single-team .team-content span {
  color: #419b65;
  font-size: 14px;
}

.single-team:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.single-team:hover .team-img .team-link {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.single-team:hover .team-img::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.engage-area {
  position: relative;
  background:#fefaf5 url(../img/pillar-pattern-engage.svg);
  background-position: top right;
  background-repeat: no-repeat;
}

.engage-area .container {
  max-width: 970px;
  margin-left: auto;
}

.engage-area .owl-nav {
  margin-top: 0 !important;
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.engage-area .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}

.engage-area .owl-theme .owl-next {
  margin: 0;
}

.engage-area .owl-theme .owl-next i {
  border: 1px solid #419b65;
  color: #419b65;
  width: 60px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 26px;
  border-left: none;
  border-radius: 0 50px 50px 0;
}

.engage-area .owl-theme .owl-next i:hover {
  background-color: #419b65 !important;
  border-color: #419b65;
  color: #ffffff !important;
}

.engage-area .owl-theme .owl-prev {
  margin: 0;
}

.engage-area .owl-theme .owl-prev i {
  border: 1px solid #419b65;
  color: #419b65;
  width: 60px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 26px;
  border-radius: 50px 0 0 50px;
}

.engage-area .owl-theme .owl-prev i:hover {
  background-color: #419b65 !important;
  border-color: #419b65;
  color: #ffffff !important;
}

.engage-area.testimonials-area-three .testimonials-content .testimonials-name span {
  color: #419b65;
}

.engage-area.testimonials-area-three .owl-theme .owl-next {
  margin: 0;
}

.engage-area.testimonials-area-three .owl-theme .owl-next i {
  border: 1px solid #419b65;
  color: #419b65;
}

.engage-area.testimonials-area-three .owl-theme .owl-next i:hover {
  background-color: #419b65 !important;
  border-color: #419b65;
}

.engage-area.testimonials-area-three .owl-theme .owl-prev {
  margin: 0;
}

.engage-area.testimonials-area-three .owl-theme .owl-prev i {
  border: 1px solid #419b65;
  color: #419b65;
}

.engage-area.testimonials-area-three .owl-theme .owl-prev i:hover {
  background-color: #419b65 !important;
  border-color: #419b65;
}

/*
Testimonials Area Style
======================================================*/

.testimonials-area {
  position: relative;
  background:#fefaf5 url(../img/pillar-pattern-white.svg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 60%;
}

.testimonials-slider{
  background: #f4e4d3;
  padding: 4%;
}

.testimonials-area .container {
  max-width: 970px;
  margin-left: auto;
}

.testimonials-area .owl-nav {
  margin-top: 0 !important;
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.testimonials-area .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}

.testimonials-area .owl-theme .owl-next {
  margin: 0;
}

.testimonials-area .owl-theme .owl-next i {
  border: 1px solid #419b65;
  color: #419b65;
  width: 60px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 26px;
  border-left: none;
  border-radius: 0 50px 50px 0;
}

.testimonials-area .owl-theme .owl-next i:hover {
  background-color: #419b65 !important;
  border-color: #419b65;
  color: #ffffff !important;
}

.testimonials-area .owl-theme .owl-prev {
  margin: 0;
}

.testimonials-area .owl-theme .owl-prev i {
  border: 1px solid #419b65;
  color: #419b65;
  width: 60px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 26px;
  border-radius: 50px 0 0 50px;
}

.testimonials-area .owl-theme .owl-prev i:hover {
  background-color: #419b65 !important;
  border-color: #419b65;
  color: #ffffff !important;
}

.testimonials-area.testimonials-area-three .testimonials-content .testimonials-name span {
  color: #419b65;
}

.testimonials-area.testimonials-area-three .owl-theme .owl-next {
  margin: 0;
}

.testimonials-area.testimonials-area-three .owl-theme .owl-next i {
  border: 1px solid #419b65;
  color: #419b65;
}

.testimonials-area.testimonials-area-three .owl-theme .owl-next i:hover {
  background-color: #419b65 !important;
  border-color: #419b65;
}

.testimonials-area.testimonials-area-three .owl-theme .owl-prev {
  margin: 0;
}

.testimonials-area.testimonials-area-three .owl-theme .owl-prev i {
  border: 1px solid #419b65;
  color: #419b65;
}

.testimonials-area.testimonials-area-three .owl-theme .owl-prev i:hover {
  background-color: #419b65 !important;
  border-color: #419b65;
}

.testimonials-content p {
  font-size: 18px;
  /*font-style: italic*/;
  font-weight: 600;
  margin-bottom: 30px;
}

.testimonials-content .testimonials-name h3 {
  margin-bottom: 10px;
  font-size: 22px;
}

.testimonials-content .testimonials-name span {
  color: #419b65;
}

.testimonials-area-two {
  position: relative;
  z-index: 1;
}

.testimonials-area-two .owl-item.active.center .single-testimonials-two {
  background-color: #419b65;
}

.testimonials-area-two .owl-item.active.center .single-testimonials-two .quotes {
  background-color: #419b65;
  color: #ffffff;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.testimonials-area-two .owl-item.active.center .single-testimonials-two::before {
  border-top: 45px solid #419b65;
}

.testimonials-area-two .owl-item.active.center .single-testimonials-two p {
  color: #ffffff;
}

.single-testimonials-two p {
  font-size: 23px;
}

.testimonials-area-two .owl-item.active.center .single-testimonials-two ul li i {
  color: #ffffff;
}

.testimonials-area-two .owl-dots {
  margin-top: 0 !important;
  line-height: 1;
  position: absolute;
  bottom: 130px;
  left: 0;
  right: 0;
}

.testimonials-area-two .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  margin: 0 4px;
  background: transparent !important;
  border: 1px solid #419b65;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}

.testimonials-area-two .owl-dots .owl-dot:hover span {
  border-color: #419b65;
}

.testimonials-area-two .owl-dots .owl-dot:hover span::before {
  background-color: #419b65;
}

.testimonials-area-two .owl-dots .owl-dot.active span {
  border-color: #419b65;
  position: relative;
}

.testimonials-area-two .owl-dots .owl-dot.active span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #419b65;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  margin: 3px;
}

.testimonials-area-two .owl-prev {
  position: absolute;
  top: 50%;
  left: -50px;
  margin: 0 !important;
  border-radius: 0 !important;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-transform: translateY(-85px);
          transform: translateY(-85px);
}

.testimonials-area-two .owl-prev i {
  color: #419b65;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 20px;
  border-radius: 50%;
  border: 1px solid #419b65;
}

.testimonials-area-two .owl-prev i:hover {
  background-color: #419b65 !important;
  border-color: #419b65;
  color: #ffffff;
}

.testimonials-area-two .owl-next {
  position: absolute;
  top: 50%;
  right: -50px;
  margin: 0 !important;
  border-radius: 0 !important;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-transform: translateY(-85px);
          transform: translateY(-85px);
}

.testimonials-area-two .owl-next i {
  color: #419b65;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 20px;
  border-radius: 50%;
  border: 1px solid #419b65;
}

.testimonials-area-two .owl-next i:hover {
  background-color: #419b65 !important;
  border-color: #419b65;
  color: #ffffff;
}

.testimonials-area-two .owl-theme .owl-nav {
  margin-top: 0 !important;
}

.testimonials-area-two .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}

.testimonials-area-two .owl-carousel .owl-item img {
  width: auto;
}

.testimonials-area-two.testimonials-area-page .section-title {
  margin: -5px auto 20px;
}

.testimonials-area-two.testimonials-area-page .single-testimonials-two {
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin-top: 60px;
}

.single-testimonials-two {
  text-align: center;
  background-color: #ffffff;
  position: relative;
  margin-top: 30px;
  margin-bottom: 165px;
  border-radius: 4px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  padding-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  height: 300px;
  border: 1px solid #ccc;
}

.single-testimonials-two .quotes {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  color: #419b65;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-testimonials-two p {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-testimonials-two ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.single-testimonials-two ul li {
  display: inline-block;
}

.single-testimonials-two ul li i {
  font-size: 20px;
  color: #419b65;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-testimonials-two::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  /*border-top: 40px solid #ffffff;
  border-right: 40px solid transparent;
  border-bottom: 0;
  border-left: 40px solid transparent;
  bottom: -24px;*/
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.testimonials-img-two {
  position: absolute;
  left: 0;
  right: 0;
  /*bottom: -150px;*/
  text-align: center;
}

.testimonials-img-two img {
  border-radius: 50px;
  margin: 0 auto 15px;
  border: 2px solid #fff;
}

.testimonials-img-two h3 {
  margin-bottom: 0;
  font-size: 20px;
}

.testimonials-img-two span {
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  color: #419b65;
}

/*
Help People Area Style
======================================================*/
.help-people-area .container-fluid {
  max-width: 100%;
}

.people-img-1 {
  background-image: url(../img/people-bg/5.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px;
  height: 100%;
}

.people-img-2 {
  background-image: url(../img/people-bg/6.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px;
  height: 100%;
}

.people-img-3 {
  background-image: url(../img/people-bg/7.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px;
  height: 100%;
}

.people-img-4 {
  background-image: url(../img/people-bg/8.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px;
  height: 100%;
}

.people-img-one {
  background-image: url(../img/people-bg/people-bg-one.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px;
  height: 100%;
}

.people-img-two {
  background-image: url(../img/people-bg/people-bg-two.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px;
  height: 100%;
}

.people-img-three {
  background-image: url(../img/people-bg/people-bg-three.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px;
  height: 100%;
}

.people-img-four {
  background-image: url(../img/people-bg/people-bg-four.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px;
  height: 100%;
}

.all-help-content {
  background-image: url(../img/people-bg/people-bg-1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 50px;
}

.people-content {
  max-width: 88%;
  margin-bottom: 40px;
}

.people-content h2 {
  font-size: 40px;
  margin-bottom: 20px;
}

.people-content h3 {
  font-size: 25px;
}

/*.all-help-content-two {
  background-image: url(../img/people-bg/people-bg-1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 180px 50px;
}*/

.all-help-content-three .people-content,
.all-help-content-two .people-content {
  margin: auto;
}

.all-help-content-three .people-content h2,
.all-help-content-two .people-content h2 {
  margin-bottom: 22px;
}

.all-help-content-three .people-content .default-btn,
.all-help-content-two .people-content .default-btn {
  margin-top: 15px;
}

.all-help-content-three{
  background-image: url(../img/people-bg/people-bg-2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 50px;
}

.help-form {
  text-align: center;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  padding: 50px;
  margin-bottom: 30px;
  max-width: 600px;
}

.help-form .nice-select {
  width: 100%;
  border-radius: 0;
  height: 50px;
  background-color: #f9f9f9;
}

.help-form .nice-select .current {
  position: relative;
  top: 4px;
}

.help-form .nice-select:focus {
  border-color: #419b65;
}

.help-form .form-group {
  margin-bottom: 30px;
}

.help-form .form-group .form-control {
  background-color: #f9f9f9;
}

.help-form .default-btn {
  width: 100%;
  margin-top: 30px;
}

.help-form .default-btn span {
  display: block;
}



/*
Blog Area Style
======================================================*/
.blog-area-three .single-blog-post .blog-content .read-more {
  color: #419b65;
}

.blog-area-three .single-blog-post .blog-content ul li i {
  color: #419b65;
}

.blog-area-three .single-blog-post .blog-content ul li a:hover {
  color: #419b65;
}

.blog-area-three .single-blog-post .date {
  background-color: #419b65;
}

.blog-area-three .single-blog-list-post .single-blog-list-content span {
  color: #419b65;
}

.blog-area-three .single-blog-list-post .single-blog-list-content h3 a:hover {
  color: #419b65;
}

.blog-area-three .single-blog-list-post .single-blog-list-content .read-more {
  color: #419b65;
}

.blog-area-three .single-blog-list-post .single-blog-list-content.overly-outside::before {
  border-color: #419b65;
}

.blog-area-three .single-blog-list-post .single-blog-list-content.overly-outside::after {
  border-color: #419b65;
}

.blog-area-three .single-blog-list-post .single-blog-list-content.overly-outside .overly-inside::before {
  border-color: #419b65;
}

.blog-area-three .single-blog-list-post .single-blog-list-content.overly-outside .overly-inside::after {
  border-color: #419b65;
}

.single-blog-post {
  position: relative;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin-bottom: 30px;
}

.single-blog-post .blog-img a {
  position: relative;
  display: inline-block;
}

.single-blog-post .blog-img a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px #ccc solid;
  /*background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(transparent));
  background: linear-gradient(bottom, #000000, transparent);*/
}

.single-blog-post .blog-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-blog-post .blog-content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  background-color: #ffffff;
  padding: 10px;
  display: inline-block;
  margin-bottom: 25px;
}

.single-blog-post .blog-content ul li {
  display: inline-block;
  color: #032254;
  margin-right: 10px;
}

.single-blog-post .blog-content ul li:last-child {
  margin-right: 0;
}

.single-blog-post .blog-content ul li i {
  color: #419b65;
  margin-right: 5px;
}

.single-blog-post .blog-content ul li a {
  color: #032254;
}

.single-blog-post .blog-content ul li a:hover {
  color: #419b65;
}

.single-blog-post .blog-content h3 {
  margin-bottom: 20px;
  font-size: 25px;
}

.single-blog-post .blog-content h3 a {
  color: #ffffff;
}

.single-blog-post .blog-content h3 a:hover {
  color: #419b65;
}

.single-blog-post .blog-content p {
  color: #ffffff;
  margin-bottom: 20px;
}

.single-blog-post .date {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  background-color: #419b65;
  color: #ffffff;
  display: inline-block;
  padding: 15px 30px;
  text-align: center;
  font-weight: 600;
}

.single-blog-post:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.blog-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
}

.blog-img.bg-1 {
  background-image: url(../img/blog/blog-3.jpg);
}

.blog-img.bg-2 {
  background-image: url(../img/blog/blog-4.jpg);
}

.blog-img.bg-3 {
  background-image: url(../img/blog/blog-5.jpg);
}

.single-blog-list-post {
  margin-bottom: 30px;
}

.single-blog-list-post .single-blog-list-content {
  padding: 20px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-blog-list-post .single-blog-list-content span {
  font-size: 14px;
  color: #419b65;
  margin-bottom: 10px;
  display: block;
}

.single-blog-list-post .single-blog-list-content h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

/*
Subscribe Area Style
======================================================*/
.subscribe-area.subscribe-area-three {
  background-image: url(../img/subscribe-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.subscribe-area.subscribe-area-three::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(42, 151, 4, 0.3);
}

.subscribe-area .container {
  padding: 50px;
  position: relative;
  z-index: 1;
}

.subscribe-area .container .subscribe-shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
}

.subscribe-area .container .subscribe-shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  opacity: 0.5;
}

.subscribe-area .subscribe-content h2 {
  font-size: 40px;
  margin-bottom: 0;
}

.subscribe-area .newsletter-form {
  position: relative;
}

.subscribe-area .newsletter-form .form-control {
  height: 60px;
  background-color: #ffffff;
  color: #ffffff;
}

.subscribe-area .newsletter-form .form-control::-webkit-input-placeholder {
  color: #032254;
}

.subscribe-area .newsletter-form .form-control:-ms-input-placeholder {
  color: #032254;
}

.subscribe-area .newsletter-form .form-control::-ms-input-placeholder {
  color: #032254;
}

.subscribe-area .newsletter-form .form-control::placeholder {
  color: #032254;
}

.subscribe-area .newsletter-form .form-control:focus {
  border-color: #419b65;
}

.subscribe-area .newsletter-form .default-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
}

.subscribe-area .newsletter-form #validator-newsletter {
  color: #ca0b00;
  font-size: 14px;
  position: absolute;
  bottom: -30px;
  left: 0;
}

/*
Partner Area Style
======================================================*/
.partner-area {
  text-align: center;
}

.partner-area .owl-carousel .owl-item {
  line-height: 1;
}

.partner-area .owl-carousel .owl-item img {
  width: auto;
  text-align: center;
  margin: auto;
  border: 1px #ccc solid;
}

/*
Footer Area Style
======================================================*/
.footer-area-three .footer-widget .address li i {
  color: #419b65;
}

.footer-area-three .footer-widget .address li a:hover {
  color: #419b65;
}

.footer-area-three .footer-widget .link li::before {
  background-color: #419b65;
}

.footer-area-three .footer-widget .link li a:hover {
  color: #419b65;
}

.footer-widget {
  margin-top: -8px;
  margin-bottom: 30px;
}

.footer-widget h3 {
  padding-bottom: 15px;
  margin-bottom: 35px;
  border-bottom: 1px solid #59430e;
  color: #011d49;
  font-size: 22px;
}

.footer-widget .address {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer-widget .address .location {
  padding-left: 40px;
  position: relative;
  color: #011d49;
}

.footer-widget .address .location i {
  position: absolute;
  color: #419b65;
  left: 0;
  top: 2px;
}

.footer-widget .address li {
  padding-left: 40px;
  position: relative;
  margin-bottom: 16px;
}

.footer-widget .address li a {
  color: #011d49;
  display: block;
}

.footer-widget .address li a:hover {
  color: #419b65;
}

.footer-widget .address li:last-child {
  margin-bottom: 0;
}

.footer-widget .address li i {
  position: absolute;
  color: #419b65;
  left: 0;
  top: 2px;
}

.footer-widget .link {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer-widget .link li {
  margin-bottom: 14px;
  position: relative;
  padding-left: 20px;
}

.footer-widget .link li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #419b65;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
}

.footer-widget .link li a {
  color: #011d49;
}

.footer-widget .link li a:hover {
  color: #419b65;
}

.footer-widget .link li:last-child {
  margin-bottom: 0;
}

.footer-widget .photo-galler {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 0;
  margin-top: -10px;
}

.footer-widget .photo-galler li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  max-width: 33%;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
}

.footer-widget .photo-galler li a {
  display: block;
  position: relative;
}

.footer-widget .photo-galler li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  visibility: hidden;
}

.footer-widget .photo-galler li a:hover::before {
  opacity: .50;
  visibility: visible;
}

/*
Copyright Area Style
======================================================*/
.copyright-area {
  background-color: #111111;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #292929;
}

.copyright-area .copyright-content p {
  color: #ffffff;
}

.copyright-area .copyright-content p a {
  color: #419b65;
}

.copyright-area.copyright-area-three .copyright-content a {
  color: #419b65;
}

/*
Events Area Style
======================================================*/

.about-sec {
  background:#419b65 url(../img/pillar-pattern-about.svg);
  background-repeat: no-repeat;
  background-position: top right;
}

.about-sec2 {
  background:#011d49 url(../img/pillar-pattern-about2.svg);
  background-repeat: no-repeat;
  background-position: top left;
  color: #fff;
}

/*.....................we work for area............................*/

.Wework-for-area {
  background:#fff;
/*  background-repeat: no-repeat;
  background-position: top right;*/
  height: 100%;
}
/*.....................we work for area............................*/

.events-area {
  background:#000000  url(../img/pillar-pattern-dark.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 60%;
  height: 100%;
}


.events-area h2{
  color: #fff;
  font-weight: 700;
}

.events-area.events-area-three .single-events-box {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.events-area.events-area-three .single-events-box:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.events-area.events-area-three .single-events-content span {
  color: #419b65;
}

.events-area.events-area-three .single-events-content h3 a:hover {
  color: #419b65;
}

.events-area.events-area-three .single-events-content .read-more {
  color: #419b65;
}

.events-img {
    background-image: var(--postImage);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
}

.events-img.bg-1 {
  background-image: url(../img/events/event-1.jpg);
}

.events-img.bg-2 {
  background-image: url(../img/events/event-2.jpg);
}

.events-img.bg-3 {
  background-image: url(../img/events/event-3.jpg);
}

.events-img.bg-4 {
  background-image: url(../img/events/event-4.jpg);
}

.single-events-box {
  margin-bottom: 30px;
}

.single-events-content {
  padding: 20px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
/*  height: 203px;*/
}

.sec_height_203{
    height: 203px;
}

.sec_height_350{
    height: 350px;
}

.single-events-content span {
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
  /*display: block;*/
}

.single-events-content h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

/*
Volunteer Area Style
======================================================*/
.volunteer-join-area {
  background-image: url(../img/volunteer-join-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.volunteer-join-area::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #fefaf5;
  z-index: -1;
}

.volunteer-join-area.volunteer-join-area-page::before {
  display: none;
}

.volunteer-join-area.volunteer-join-area-page .volunteer-join {
  margin: auto;
}

.volunteer-join {
  max-width: 600px;
  background-color: #fdeed6;
  padding: 50px;
  text-align: center;
}

.volunteer-join .volunteer-title {
  margin-bottom: 30px;
  margin-top: -11px;
}

.volunteer-join .volunteer-title h2 {
  font-size: 40px;
}

.volunteer-join .form-group {
  margin-bottom: 30px;
}

.volunteer-join .form-group .form-control {
  background-color: #419b65;
  border: none;
}

.volunteer-join .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.volunteer-join .form-group .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.volunteer-join .form-group .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.volunteer-join .form-group .form-control::placeholder {
  color: #ffffff;
}

.volunteer-join .default-btn {
  display: block;
  width: 100%;
  border-radius: 10px;
}

.volunteer-join .default-btn span {
  display: block;
}

/*
Projects Area Style
======================================================*/
.projects-area {
  position: relative;
  z-index: 1;
  background: #F4B223 url(../img/impact.svg);
  background-repeat: no-repeat;
  background-position: top right
}

.projects-area .section-title {
  margin-right: auto;
  margin-left: 0;
  text-align: left;
}

.projects-area .section-title p {
  margin-right: auto;
  margin-left: 0;
}

.projects-area .container-fluid {
  max-width: 1290px;
  padding: 0 !important;
  margin-left: auto;
  margin-right: 0;
}

.projects-area .owl-nav {
  margin-top: 0 !important;
  position: absolute;
  top: -140px;
  right: 60px;
}

.projects-area .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}

.projects-area .owl-theme .owl-next {
  margin: 0;
}

.projects-area .owl-theme .owl-next i {
  border: 1px solid #419b65;
  color: #419b65;
  width: 60px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 26px;
  border-left: none;
  border-radius: 0 50px 50px 0;
}

.projects-area .owl-theme .owl-next i:hover {
  background-color: #419b65 !important;
  border-color: #419b65;
  color: #ffffff !important;
}

.projects-area .owl-theme .owl-prev {
  margin: 0;
}

.projects-area .owl-theme .owl-prev i {
  border: 1px solid #419b65;
  color: #419b65;
  width: 60px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 26px;
  border-radius: 50px 0 0 50px;
}

.projects-area .owl-theme .owl-prev i:hover {
  background-color: #419b65 !important;
  border-color: #419b65;
  color: #ffffff !important;
}

.single-projects-box {
  position: relative;
  margin-bottom: 30px;
}

.single-projects-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.9)));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
}

.single-projects-box .single-causes-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
}

.single-projects-box .single-causes-content h3 {
  font-size: 22px;
  margin-bottom: 18px;
}

.single-projects-box .single-causes-content h3 a {
  color: #ffffff;
}

.single-projects-box .single-causes-content h3:hover {
  color: #419b65;
}

.single-projects-box .single-causes-content p {
  color: #ffffff;
}

.single-projects-box .single-causes-content .read-more {
  color: #419b65;
}

/*
Services Area Style
======================================================*/
.services-area {
  background: #e1e1e1 url(../img/pillar-pattern-orange.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 60%;
  padding: 36px 0;
}

.services-area h2{
  color:#1e4168;
}
.services-area.services-area-page {
  background-image: none;
}

.services-area.services-area-page .single-services-box i {
  color: #419b65;
}

.services-area.services-area-page .single-services-box .read-more {
  color: #419b65;
}

.services-area.services-area-page .single-services-box.overly-outside::before {
  border-color: #419b65;
}

.services-area.services-area-page .single-services-box.overly-outside::after {
  border-color: #419b65;
}

.services-area.services-area-page .single-services-box.overly-outside .overly-inside::before {
  border-color: #419b65;
}

.services-area.services-area-page .single-services-box.overly-outside .overly-inside::after {
  border-color: #419b65;
}

.single-services-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  padding: 30px;
  height: 350px;
}

.single-services-box i {
  display: inline-block;
  border-radius: 50%;
  font-size: 40px;
  margin-bottom: 20px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  color: #419b65;
  line-height: 1;
}

.single-services-box h3 {
  font-size: 25px;
  margin-bottom: 13px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-services-box p {
  margin-bottom: 10px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-services-box .read-more {
  color: #419b65;
}

.single-services-box.overly-outside::before {
  border-color: #419b65;
}

.single-services-box.overly-outside::after {
  border-color: #419b65;
}

.single-services-box.overly-outside .overly-inside::before {
  border-color: #419b65;
}

.single-services-box.overly-outside .overly-inside::after {
  border-color: #419b65;
}

/*
Committed Area Style
======================================================*/
.committed-area {
  background-image: url(../img/committed-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.committed-area::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #ffffff;
  z-index: -1;
}

.committed-area .container {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 50px;
}

.single-committed i {
  line-height: 1;
  font-size: 40px;
  color: #419b65;
  display: block;
  margin-bottom: 15px;
}

.single-committed h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.single-committed .read-more {
  color: #419b65;
}

.committed-content h3 {
  font-size: 25px;
  margin-bottom: 20px;
}

.committed-content .skill-bar {
  margin-bottom: 30px;
}

.committed-content .skill-bar .progress-title-holder {
  position: relative;
}

.committed-content .skill-bar .progress-title {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  display: inherit;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.committed-content .skill-bar .progress-title mark {
  color: #419b65;
  font-weight: 600;
  background-color: transparent;
}

.committed-content .skill-bar .progress-number-mark {
  margin-bottom: 4px;
  border-radius: 3px;
  color: #011d49;
  right: 0;
  position: absolute;
  bottom: -8px;
  font-size: 16px;
  font-weight: 600;
}

.committed-content .skill-bar .progress-content-outter {
  height: 6px;
  background-color: #dff7cc;
  border-radius: 10px;
}

.committed-content .skill-bar .progress-content {
  height: 6px;
  background-color: #419b65;
  width: 0%;
  border-radius: 10px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.committed-content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 25px;
}

.committed-content ul li {
  display: inline-block;
  border: 2px solid #419b65;
  width: 100px;
  height: 70px;
  line-height: 67px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  color: #419b65;
  margin-right: 10px;
  cursor: pointer;
}

.committed-content ul li:last-child {
  margin-right: 0;
}

.committed-content ul li.active {
  background-color: #419b65;
  color: #ffffff;
}

/*====================================================
INNER PAGE STYLE AREA
======================================================*/
/* 
Page Title Area Style
=====================================================*/
.page-title-area {
  position: relative;
  overflow: visible;
  padding-top: 25px;
  _padding-bottom: 25px;
  _text-align: center;
  z-index: -1;
  _background-color: #f7c78d;
  _background: url(../img/breadcumb-bg.jpg) no-repeat bottom left; 
}

.page-title-area .page-title-content {
  position: relative;
  margin-top: 0px;
}

.page-title-area .page-title-content h2 {
  margin-top: 5%;
  font-size: 40px;
  text-transform: uppercase;
}

.page-title-area .page-title-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 0px; 
  margin-bottom: 0px;
}

.page-title-area .page-title-content ul li {
  display: inline-block;
  position: relative;
  font-size: 16px;
  padding:0 0 0 15px;
  _margin-left: 15px;
  font-weight: 500;
}

.page-title-area .page-title-content ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  right: -3px;
  background-color: #ffffff;
  width: 1px;
  height: 15px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);

  display: none;
}

.page-title-area .page-title-content ul li:last-child::before {
  display: none;
}

.page-title-area .page-title-content ul li a {
  color: #011d49;
}

.page-title-area .page-title-content ul li a:hover {
  color: #bb7750;
}

.page-title-area .page-title-content ul .active {
  color: #bb7750;
}

/*
User Area CSS
=====================================================*/
.user-area-style {
  position: relative;
  z-index: 1;
}

.user-area-style .contact-form-action {
  max-width: 600px;
  border-bottom: none;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  padding: 30px;
  margin: auto;
}

.user-area-style .contact-form-action .account-title {
  margin-bottom: 30px;
}

.user-area-style .contact-form-action .account-title h2 {
  font-size: 30px;
  position: relative;
  line-height: 1;
}

.user-area-style .contact-form-action form .form-condition {
  margin-bottom: 20px;
}

.user-area-style .contact-form-action form .form-condition .agree-label {
  font-weight: 600;
}

.user-area-style .contact-form-action form .form-condition .agree-label a {
  color: #419b65;
}

.user-area-style .contact-form-action form .form-group {
  margin-bottom: 30px;
}

.user-area-style .contact-form-action form .login-action {
  margin-bottom: 30px;
}

.user-area-style .contact-form-action form .login-action .log-rem {
  display: inline-block;
}

.user-area-style .contact-form-action form .login-action .log-rem label {
  margin-bottom: 0;
}

.user-area-style .contact-form-action form .login-action .forgot-login {
  display: inline-block;
  float: right;
}

.user-area-style .contact-form-action form .right {
  float: right;
}

.user-area-style .contact-form-action p {
  margin-top: 25px;
  line-height: 1;
}

.user-area-style .contact-form-action p a {
  color: #011d49;
}

.user-area-style .contact-form-action p a:hover {
  color: #419b65;
}

.user-area-style .contact-form-action .show {
  text-align: right;
}

.user-area-style.recover-password-area .recover {
  max-width: 600px;
  margin: auto;
  border-top: 1px solid #ebebeb;
  padding-top: 30px;
}

.user-area-style.recover-password-area .recover .default-btn {
  margin-bottom: 0;
  margin-top: 30px;
}

.user-area-style.recover-password-area h3 {
  font-size: 40px;
  margin-top: -11px;
}

.user-area-style.recover-password-area p {
  margin-bottom: 30px;
  line-height: 1.8;
}

.user-area-style.recover-password-area p a {
  font-weight: 600;
}

.user-area-style.recover-password-area .now-register {
  float: right;
  margin: 0;
}

/*
FAQ Area CSS
======================================================*/
.faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item {
  border-radius: 5px;
  display: block;
  background-color: #ffffff;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-title {
  /*padding: 20px 60px 17px 25px;*/
  color: #011d49;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
  background-color: #419b65;
}
.faq-accordion .accordion .accordion-title:hover{
  background-color: #1c1d30;
  color: #419b65
}

.faq-accordion .accordion .accordion-title i {
  position: absolute;
  right: 25px;
  top: 20px;
  font-size: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.faq-accordion .accordion .accordion-title.active i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq-accordion .accordion .accordion-title.active i::before {
  content: "\eaf8";
}

.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  margin-top: -5px;
  padding-bottom: 30px;
  padding-right: 30px;
  padding-left: 30px;
  overflow-y: scroll;
  height: 300px;
}

.accordion-content li{
  line-height: 40px;
  font-size: 18px;
}

.accordion-content li:hover{
  line-height: 40px;
  font-size: 18px;
  text-decoration: underline;
}

.faq-accordion .accordion .accordion-content p {
  line-height: 1.8;
}

.faq-accordion .accordion .accordion-content.show {
  display: block;
/*  overflow-y: scroll;
  height: 300px;*/
}

.contact-area #contactForm {
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  padding: 50px;
}

.contact-area #contactForm .form-group {
  margin-bottom: 30px;
}

.contact-area #contactForm .form-group.checkboxs {
  position: relative;
}

.contact-area #contactForm .form-group.checkboxs #chb2 {
  position: absolute;
  top: 8px;
  left: 0;
}

.contact-area #contactForm .form-group.checkboxs p {
  padding-left: 20px;
}

.contact-area #contactForm .form-group.checkboxs p a {
  color: #419b65;
}

.contact-area #contactForm .form-group.checkboxs p a:hover {
  color: #011d49;
}

.contact-area #contactForm #msgSubmit {
  margin-bottom: 0;
  text-align: center;
  margin-top: 30px;
}

.contact-area #contactForm .hidden {
  display: none;
}

.contact-area #contactForm .list-unstyled {
  margin-top: 10px;
  color: #dc3545;
}

/*
Privacy  Area CSS
======================================================*/
.single-privacy h3 {
  margin-bottom: 10px;
  font-size: 25px;
}

.single-privacy ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.single-privacy ul li {
  margin-bottom: 20px;
}

.single-privacy ul li p {
  position: relative;
  padding-left: 35px;
}

.single-privacy ul li p strong {
  position: absolute;
  left: 0;
  top: 0;
}

/*
Terms Conditions Area CSS
======================================================*/
.terms-conditions-area h3 {
  margin-bottom: 10px;
  font-size: 25px;
}

.terms-conditions-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.terms-conditions-area ul li {
  margin-bottom: 20px;
}

.terms-conditions-area ul li p {
  position: relative;
  padding-left: 35px;
}

.terms-conditions-area ul li p strong {
  position: absolute;
  left: 0;
  top: 0;
}

/*
404 Error Area Style
=====================================================*/
.error-area {
  text-align: center;
  position: relative;
  z-index: 1;
}

.error-area .error-content {
  z-index: 1;
  position: relative;
}

.error-area .error-content h1 {
  font-size: 300px;
  line-height: 1;
  font-weight: 700;
  color: #419b65;
  margin-top: -48px;
}

.error-area .error-content h1 .a {
  display: inline-block;
}

.error-area .error-content h1 .red {
  color: #ff0000;
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.error-area .error-content h1 .b {
  display: inline-block;
}

.error-area .error-content h3 {
  margin: 30px 0 0;
  position: relative;
  color: #ff0000;
}

.error-area .error-content p {
  margin: 20px 0 20px;
  font-size: 19px;
  color: #419b65;
}

/*
Coming Soon Area CSS
=====================================================*/
.coming-soon-area {
  height: 100vh;
  position: relative;
  z-index: 1;
}

.coming-soon-area .coming-soon-content {
  max-width: 700px;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  padding: 40px 60px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  position: relative;
  border: 5px solid #419b65;
}

.coming-soon-area .coming-soon-content .logo {
  display: inline-block;
}

.coming-soon-area .coming-soon-content h2 {
  font-size: 48px;
  margin-top: 30px;
  margin-bottom: 0;
}

.coming-soon-area .coming-soon-content #timer {
  margin-top: 40px;
}

.coming-soon-area .coming-soon-content #timer div {
  background-color: #011d49;
  color: #ffffff;
  width: 100px;
  height: 105px;
  border-radius: 5px;
  font-size: 40px;
  font-weight: 800;
  margin-left: 10px;
  margin-right: 10px;
}

.coming-soon-area .coming-soon-content #timer div span {
  display: block;
  margin-top: -2px;
  font-size: 17px;
  font-weight: 600;
}

.coming-soon-area .coming-soon-content form {
  position: relative;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.coming-soon-area .coming-soon-content form .form-group {
  margin-bottom: 25px;
  width: 100%;
  position: relative;
}

.coming-soon-area .coming-soon-content form .form-group .label-title {
  margin-bottom: 0;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  color: #011d49;
}

.coming-soon-area .coming-soon-content form .form-group .label-title i {
  position: absolute;
  left: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  top: 9px;
  font-size: 22px;
}

.coming-soon-area .coming-soon-content form .form-group .label-title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  background: #419b65;
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #eeeeee;
  padding: 0 0 0 32px;
  color: #011d49;
  height: 45px;
  display: block;
  width: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 16px;
  font-weight: 400;
  background-color: transparent;
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter::-webkit-input-placeholder {
  color: #032254;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter:-ms-input-placeholder {
  color: #032254;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter::-ms-input-placeholder {
  color: #032254;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter::placeholder {
  color: #032254;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus {
  border-color: #419b65;
  outline: 0 !important;
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus::-webkit-input-placeholder {
  color: transparent;
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus:-ms-input-placeholder {
  color: transparent;
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus::-ms-input-placeholder {
  color: transparent;
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus::placeholder {
  color: transparent;
}

.coming-soon-area .coming-soon-content form .default-btn {
  border-radius: 0;
  position: relative;
}

.coming-soon-area .coming-soon-content form .default-btn::before {
  border-radius: 0;
}

.coming-soon-area .coming-soon-content form .validation-danger {
  margin-top: 15px;
  color: #ff0000;
}

.coming-soon-area .coming-soon-content form .validation-success {
  margin-top: 15px;
}

.coming-soon-area .coming-soon-content form p {
  margin-bottom: 0;
  margin-top: 20px;
}

.coming-soon-area .online-treatment-shape-1 {
  position: absolute;
  top: 0;
  right: 0;
}

.coming-soon-area .online-treatment-shape-2 {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* 
Contact Area Style
=====================================================*/
.contacts-form {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
}

.contacts-form h2 {
  font-size: 40px;
}

.contacts-form #contactForm {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

.contacts-form .contact-title {
  margin-bottom: 30px;
}

.contacts-form .form-group {
  margin-bottom: 30px;
}

.list-unstyled {
  color: #dc3545;
  font-size: 14px;
  margin-top: 10px;
}

#msgSubmit {
  margin-top: 20px;
}

.text-success {
  color: #28a745;
}

.hidden {
  display: none;
}

.map-area iframe {
  width: 100%;
  height: 500px;
  border: none;
  overflow: hidden;
  display: block;
}

/* 
Contact Info Area Style
=====================================================*/
.contact-info {
  background-color: #252628;
  padding: 0;
  margin: 0;
  list-style-type: none;
  padding: 74px 50px;
}

.contact-info li {
  position: relative;
  padding-left: 100px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
}

.contact-info li a {
  color: #ffffff;
  display: block;
}

.contact-info li a:hover {
  color: #419b65;
}

.contact-info li h3 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 10px;
}

.contact-info li i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 40px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 4px;
  background-color: #419b65;
  color: #ffffff;
  text-align: center;
}

.contact-info li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

/*
Blog Details Area Style
======================================================*/
.blog-details-content .blog-top-content {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 20px;
  margin-bottom: 35px;
}

.blog-details-content .blog-top-content .blog-details-img {
  margin-bottom: 30px;
}

.blog-details-content .blog-top-content .news-content h3 {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin-bottom: 20px;
  font-size: 25px;
}

.blog-details-content .blog-top-content .news-content .admin {
  padding-bottom: 5px;
  margin-left: 0;
  padding-left: 0;
}

.blog-details-content .blog-top-content .news-content .admin li {
  display: inline-block;
  font-size: 16px;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #419b65;
}

.blog-details-content .blog-top-content .news-content .admin li:last-child {
  margin-right: 0;
  border-right: none;
}

.blog-details-content .blog-top-content .news-content .admin li i {
  color: #419b65;
  font-size: 18px;
  position: relative;
  top: 1px;
  margin-right: 5px;
}

.blog-details-content .blog-top-content blockquote {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: rgba(244, 178, 35, 0.3);
  padding: 30px;
}

.blog-details-content .blog-top-content blockquote p {
  font-weight: 600;
  font-size: 18px;
  color: #011d49;
  padding-left: 60px;
  margin-bottom: 0;
  font-style: italic;
}

.blog-details-content .blog-top-content blockquote i {
  font-size: 50px;
  color: #419b65;
  position: absolute;
  top: 30px;
  left: 30px;
  line-height: 1;
}

.blog-details-content .news-content-2 {
  margin-bottom: 30px;
}

.blog-details-content .news-content-2 h3 {
  font-size: 24px;
}

.blog-details-content .single-blog-post-img {
  margin-bottom: 30px;
}

.blog-details-content .comments {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 20px;
  margin-bottom: 35px;
}

.blog-details-content .comments h3 {
  margin-bottom: 30px;
  font-size: 24px;
  position: relative;
  display: inline-block;
}

.blog-details-content .comments ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.blog-details-content .comments ul li {
  position: relative;
  padding-left: 100px;
  margin-bottom: 30px;
}

.blog-details-content .comments ul li:last-child {
  margin-bottom: 0;
}

.blog-details-content .comments ul li img {
  margin-bottom: 20px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
}

.blog-details-content .comments ul li h3 {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 16px;
  padding-left: 0;
}

.blog-details-content .comments ul li h3::before {
  display: none;
}

.blog-details-content .comments ul li span {
  display: block;
  margin-bottom: 15px;
}

.blog-details-content .comments ul li a {
  font-size: 14px;
  font-weight: 600;
}

.blog-details-content .comments ul li a:hover {
  letter-spacing: 1px;
}

.blog-details-content .comments ul li a i {
  margin-right: 5px;
}

.blog-details-content .leave-reply {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 20px;
}

.blog-details-content .leave-reply .star {
  color: #ff0018;
}

.blog-details-content .leave-reply h3 {
  margin-bottom: 30px;
  font-size: 24px;
  position: relative;
  display: inline-block;
}

.blog-details-content .leave-reply p {
  margin-bottom: 30px;
}

.blog-details-content .leave-reply .form-group {
  margin-bottom: 25px;
}

.blog-details-content .leave-reply .form-group #chb1 {
  margin-right: 5px;
}

.blog-details-content .leave-reply .form-group label {
  margin-bottom: 10px;
}

.blog-details-content .leave-reply input[type=checkbox], .blog-details-content .leave-reply input[type=radio] {
  margin-right: 5px;
  position: relative;
  top: 1px;
}

.sidebar-widget {
  margin-bottom: 35px;
  position: relative;
  padding: 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.sidebar-widget h3 {
  font-size: 20px;
  margin-bottom: 20px;
  position: relative;
  margin-top: -5px;
  display: inline-block;
}

.sidebar-widget.search .search-form {
  background-color: #ffffff;
}

.sidebar-widget.search .search-form .search-button {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #419b65;
  top: 20px;
  right: 20px;
  font-size: 20px;
  color: #ffffff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.sidebar-widget.search .search-form .search-button:hover {
  background-color: #011d49;
}

.sidebar-widget.recent-post ul {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}

.sidebar-widget.recent-post ul li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
  position: relative;
  padding-left: 90px;
}

.sidebar-widget.recent-post ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.sidebar-widget.recent-post ul li a {
  font-size: 16px;
  color: #011d49;
  margin-bottom: 10px;
  font-weight: 600;
}

.sidebar-widget.recent-post ul li a:hover {
  color: #419b65;
}

.sidebar-widget.recent-post ul li a img {
  position: absolute;
  top: 0;
  left: 0;
}

.sidebar-widget.recent-post ul li span {
  display: block;
  font-size: 14px;
}

.sidebar-widget.categories ul {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.sidebar-widget.categories ul li {
  position: relative;
  margin-bottom: 10px;
  font-size: 17px;
  position: relative;
  padding-left: 20px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
}

.sidebar-widget.categories ul li a span {
  float: right;
}

.sidebar-widget.categories ul li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #419b65;
}

.sidebar-widget.categories ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.sidebar-widget.tags ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.sidebar-widget.tags ul li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
}

.sidebar-widget.tags ul li a {
  border: 1px solid #eeeeee;
  padding: 8px 12px;
  display: inline-block;
}

.sidebar-widget.tags ul li a:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  background-color: #419b65;
  color: #ffffff;
  border-color: #419b65;
}

.sidebar-widget.tags ul li:last-child {
  margin-bottom: 0;
}

/*
Event Details Area Style
======================================================*/
.event-details-content .event-details-img {
  margin-bottom: 30px;
}

.event-details-content .single-content {
  margin-bottom: 30px;
}

.event-details-content .single-content h3 {
  font-size: 25px;
  margin-bottom: 20px;
}

.event-details-content .single-content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 15px;
}

.event-details-content .single-content ul li {
  position: relative;
  font-weight: 600;
  margin-bottom: 15px;
  padding-left: 20px;
}

.event-details-content .single-content ul li:last-child {
  margin-bottom: 0;
}

.event-details-content .single-content ul li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #419b65;
}

.map-img {
  position: relative;
  max-width: 600px;
  margin: 0 auto 30px;
}

.map-img .single-location {
  position: absolute;
  top: 75px;
  left: 60px;
  cursor: pointer;
}

.map-img .single-location span {
  font-weight: 600;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  left: -15px;
  top: 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 10px;
  color: #419b65;
  border-radius: 4px;
}

.map-img .single-location:hover span {
  opacity: 1;
}

.map-img .single-location.video-btn {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.map-img .single-location.video-btn i {
  font-size: 20px;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}

.map-img .single-location.location-two {
  left: 300px;
  top: 35px;
}

.map-img .single-location.location-three {
  left: 300px;
  top: 200px;
}

.map-img .single-location.location-four {
  left: 450px;
  top: 100px;
}

.map-img .single-location.location-five {
  left: 520px;
  top: 300px;
}

.map-img .single-location.location-six {
  left: 130px;
  top: 250px;
}

/*
Causes Details Area Style
======================================================*/
.causes-details-content .causes-details-img {
  margin-bottom: 30px;
}

.causes-details-content .single-content {
  margin-bottom: 30px;
}

.causes-details-content .single-content h3 {
  font-size: 25px;
}

/*
Services Details Area Style
======================================================*/
.services-details-content {
  max-width: 75%;
  margin: auto;
}

.services-details-content .services-details-img {
  margin-bottom: 30px;
}

.services-details-content .single-content {
  margin-bottom: 30px;
}

.services-details-content .single-content h3 {
  font-size: 25px;
  margin-bottom: 20px;
}

/*====================================================
OTHERS STYLE AREA
======================================================*/
/*
Preloader Area Style*/
.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #419b65;
  top: 0;
  left: 0;
  z-index: 99999;
}

.preloader .lds-ripple {
  position: relative;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.preloader .lds-ripple div {
  position: absolute;
  border: 2px solid #ffffff;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
          animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.preloader .lds-ripple div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

.preloader::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 60%;
  z-index: -1;
  background: #419b65;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.preloader::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 60%;
  z-index: -1;
  background: #419b65;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  left: auto;
  right: 0;
}

.preloader.preloader-deactivate {
  visibility: hidden;
}

.preloader.preloader-deactivate::after {
  width: 0;
}

.preloader.preloader-deactivate::before {
  width: 0;
}

.preloader.preloader-deactivate .loader {
  opacity: 0;
  visibility: hidden;
}

.preloader.preloader-three::before {
  background-color: #419b65;
}

.preloader.preloader-three::after {
  background-color: #419b65;
}

@-webkit-keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}

@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}

/*
Go Top Style*/
.go-top {
  position: fixed;
  cursor: pointer;
  top: 82%;
  right: -10%;
  background-color: #419b65;
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .9s;
  transition: .9s;
}

.go-top i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
}

.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.go-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #419b65;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.go-top:hover {
  color: #ffffff;
  background-color: #419b65;
}

.go-top:hover::before {
  opacity: 1;
  visibility: visible;
}

.go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top:focus {
  color: #ffffff;
}

.go-top:focus::before {
  opacity: 1;
  visibility: visible;
}

.go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
  right: 3%;
  top: 82%;
}

.go-top.go-top-three {
  background-color: #419b65;
}

.go-top.go-top-three::before {
  background-color: #419b65;
}

/*
Video wave Style*/
.video-btn {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 0;
  color: #419b65;
  position: relative;
  top: 3px;
  z-index: 1;
  background-color: rgba(249, 145, 21, 0.9);
  border-radius: 50%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.video-btn i {
  font-size: 42px;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.video-btn::after, .video-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 0;
  border-radius: 50%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-animation: ripple 1.6s ease-out infinite;
          animation: ripple 1.6s ease-out infinite;
  background-color: rgba(249, 145, 21, 0.9);
}

.video-btn:hover::before, .video-btn:hover::after {
  background-color: rgba(249, 145, 21, 0.9);
}

@-webkit-keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

.video-btn-2 span {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  content: "";
  display: block;
  border-radius: 50%;
  width: 90px;
  height: 90px;
}

.video-btn-2 span::after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 0.1px solid #419b65;
  -webkit-animation: videoTwo 8s linear infinite;
          animation: videoTwo 8s linear infinite;
}

.video-btn-2 span::before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 0.1px solid #419b65;
  -webkit-animation: videoTwo 8s linear infinite;
          animation: videoTwo 8s linear infinite;
}

.video-btn-2 span:nth-child(1)::after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.video-btn-2 span:nth-child(1)::before {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.video-btn-2 span:nth-child(2)::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.video-btn-2 span:nth-child(2)::before {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.video-btn-2 span:nth-child(3)::after {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.video-btn-2 span:nth-child(3)::before {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}

.video-btn-2 span:nth-child(4)::after {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.video-btn-2 i {
  width: 90px;
  height: 90px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background: #ffffff;
  color: #419b65;
  border: 5px solid #419b65;
  font-size: 60px;
}

.video-btn-2.video-btn-3 i {
  color: #419b65;
  border-color: #419b65;
}

.video-btn-2.video-btn-3 span::before {
  border: 0.1px solid #419b65;
}

.video-btn-2.video-btn-3 span::after {
  border: 0.1px solid #419b65;
}

@-webkit-keyframes videoTwo {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(5);
            transform: translate(-50%, -50%) scale(5);
    opacity: 0;
  }
}

@keyframes videoTwo {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(5);
            transform: translate(-50%, -50%) scale(5);
    opacity: 0;
  }
}

/*
Nice select Area Style*/
.nice-select .list {
  width: 100%;
  border-radius: 0;
  height: 200px;
  overflow-y: scroll;
}

.nice-select .option:hover {
  background-color: #419b65;
  color: #ffffff;
}

.nice-select .option.selected.focus {
  color: #419b65;
}

.nice-select .current {
  font-size: 16px;
}

/*
Page-navigation Area Style*/
.pagination-area {
  margin-top: 10px;
  text-align: center;
}

.pagination-area .page-numbers {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #011d49;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 17px;
  background-color: #f5f6fa;
  border: 1px solid #d7d7d7;
}

.pagination-area .page-numbers:hover {
  color: #ffffff;
  border-color: #419b65;
  background-color: #419b65;
}

.pagination-area .page-numbers i {
  position: relative;
  font-size: 25px;
  top: 5px;
}

.pagination-area .page-numbers.current {
  color: #ffffff;
  border-color: #419b65;
  background-color: #419b65;
}

/*
Overly Area Style*/
.overly-outside {
  position: relative;
  z-index: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.overly-outside::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 2px solid #419b65;
  border-left: 2px solid #419b65;
  z-index: -1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
}

.overly-outside::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 2px solid #419b65;
  border-right: 2px solid #419b65;
  z-index: -1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
}

.overly-outside .overly-inside::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 2px solid #419b65;
  border-left: 2px solid #419b65;
  z-index: -1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
}

.overly-outside .overly-inside::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 2px solid #419b65;
  border-right: 2px solid #419b65;
  z-index: -1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
}

.overly-outside:hover {
  -webkit-transform: scale(0.99);
          transform: scale(0.99);
}

.overly-outside:hover::before {
  width: 25%;
  height: 25%;
  top: 0;
  bottom: auto;
  opacity: 1;
}

.overly-outside:hover::after {
  width: 25%;
  height: 25%;
  top: 0;
  bottom: auto;
  opacity: 1;
}

.overly-outside:hover .overly-inside::before {
  width: 25%;
  height: 25%;
  top: auto;
  bottom: 0;
  opacity: 1;
}

.overly-outside:hover .overly-inside::after {
  width: 25%;
  height: 25%;
  top: auto;
  bottom: 0;
  opacity: 1;
}

/*
Tabs Area Style*/
.tab .tabs_item {
  display: none;
}

.tab .tabs_item:first-child {
  display: block;
}
/*# sourceMappingURL=style.css.map */




.toolbar { color: #fff; list-style: none; margin-left: 30%; padding: 0; }

.toolbar li { float: left; }

.toolbar li button { border-left: 1px solid #fff; border-right:0; }



.toolbar img,

.toolbar input[type="search"],

.toolbar button {  color: #fff; display: block; position: relative; border-right: 1px solid #fff; max-height:28px; }



.toolbar a:hover,

.toolbar input[type="search"]:hover,

.toolbar input[type="search"]:focus,

.toolbar button:hover { background: #F9781C; opacity: .85; }



.toolbar input[type="search"] { display: none; width: 135px; height: 10px; margin:4px 0; padding:6px 10px; border:1px #fff solid; border-right:0; font-size:1em; }

.toolbar input[type="search"]::-webkit-input-placeholder { color: #fff; }

.toolbar input[type="search"]::-moz-placeholder { color: #fff; opacity: 1; }

.toolbar input[type="search"]:-moz-placeholder { color: #fff; opacity: 1; }

.toolbar input[type="search"]:-ms-input-placeholder { color: #fff; }


 .srch_box{
    display: inline;
  }

.second_search_box{
  display: none;
}

.partner-item{
  background-color: #fefaf5;
}


/*..............for side social icon............*/
.sticky-container{
    padding:0px;
    margin:0px;
    position:fixed;
    right:-90px;
    top:230px;
    width:170px;
    z-index: 1100;
}
.sticky li{
    list-style-type:none;
    background-color: #ebebeb;
    color:#efefef;
    height:43px;
    padding:0px;
    margin:0px 0px 1px 0px;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor:pointer;
    border-radius: 50px;
}
.sticky li:hover{
    margin-left:-115px;
}
.sticky li img{
    float:left;
    margin:5px 4px;
    margin-right:5px;
}
.sticky li p{
    padding-top:5px;
    margin:0px;
    line-height:16px;
    font-size:11px;
}
.sticky li p a{
    text-decoration:none;
    color:#2C3539;
}
.sticky li p a:hover{
    text-decoration:underline;
}
/*..............for side social icon............*/


/*..............for side covid icon............*/
.sticky-container2{
    padding:0px;
    margin:0px;
    position:fixed;
    left:-170px;
    right: 0;
    top:230px;
    width:210px;
    z-index: 1100;
}
.sticky2 li{
    list-style-type:none;
    background-color: #ebebeb;
    color:#efefef;
    height:43px;
    padding:0px;
    margin:0px 0px 1px 0px;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor:pointer;
    border-radius: 50px;
}
.sticky2 li:hover{
    margin-right:-115px;
}
.sticky2 li img{
    float: right;
    margin:5px 4px;
    margin-right:5px;
}
.sticky2 li p{
    padding-top:5px;
    margin:0px;
    text-align: right;
    line-height:16px;
    font-size:11px;
}
.sticky2 li p a{
    text-decoration:none;
    color:#2C3539;
}
.sticky2 li p a:hover{
    text-decoration:underline;
}
/*..............for side covid icon............*/


#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  width: 28vh; 
  max-width: 800px;
  margin-top: -13px;
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  padding-top: 50px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}


.modal-dialog{
  width: 700px !important
}
/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 800px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

button.close{
  _background: #F9781C;
}
/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #F9781C;
  font-size: 40px;
  font-weight: bold;
  opacity: 1;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
  z-index: 100;
}

.myButton {
  box-shadow: 0px 1px 0px 0px #f0f7fa;
  background-color:#1c1d30 ;
  border-radius:6px;
  border:1px solid #1c1d30 ;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-family:Arial;
  font-size:16px;
  font-weight:bold;
  padding:11px 43%;
  text-decoration:none;
}
.myButton:hover {
  background-color:#419b65;
  border:1px solid #419b65;
}
.myButton:active {
  position:relative;
  top:1px;
}

.about_segment{
  font-size: 18px;
  text-align: justify;
}


/* Thumb  */

.donor_area {
  position: relative;
width: 100%;
margin-bottom: 15%;
border: #eee 1px solid;
}

.dnr_image {
  display: block;
  width: 100%;
  height: auto;
}

.donor_area:hover{
   transform: scale(1.1);
   transition: .5s ease;
  _cursor: pointer;
}
.donor_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #419b65;

}

.donor_area:hover .donor_overlay {
  opacity: 1;
}

.donor_text {
  color: white;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.donor_text a{
  color: white;
}

/* Thumb */

.blog-area {
  background: #F9F6F4 url(../img/pillar-pattern-orange_fifty.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
/*  background-size: cover;*/
}





.con_full_area{
  width: 100%;
  margin: 0 auto; 
  background: #1c1d30;
}

.impct_area{
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
  background-color: #fdeed6;
}

.impct_child_area{
  width: 100%;
  float: left;
  position: relative;
}

/*.ic1{
  width: 20%;
  float: left;
  position: relative;
}

.ic2{
  width: 20%;
  margin-left: 4%;
  float: left;
  position: relative;
}

.ic3{
  width: 20%;
  margin-left: 4%;
  float: left;
  position: relative;
}


.ic4{
  width: 20%;
  margin-left: 4%;
  float: left;
  position: relative;
}*/


.presense_area{
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
  background: #1c1d30 url(../img/pillar-pattern-dark_3.svg);
  background-repeat: no-repeat;
  background-position: top right;
}

.map_sec{
  width: 50%;
  float: left;
  position: relative;
  margin-top: 30px;
}

.ttl_sec{
  width: 50%;
  float: left;
  position: relative;
  margin-top: 15%;
}

.project_area{
  background-color: #ffcb8d;
}

.second_search_box .header-left-content {
  line-height: 1;
  list-style: none;
  padding: 0;
  margin: .5% 0 0 0;
  float: left;
}

.second_search_box .header-left-content li {
  display: inline-block;
  margin-right: 30px;
  color: #ffffff;
  font-size: 14px;
  position: relative;
  padding-left: 45px;
}

.second_search_box .header-left-content li span {
  display: block;
  margin-bottom: 5px;
}

.second_search_box .header-left-content li:last-child {
  margin-right: 0;
}

.second_search_box .header-left-content li i {
  color: #419b65;
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
  position: absolute;
  top: -10px;
  left: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #ffffff;
  text-align: center;
  border-radius: 50%;
}

.second_search_box .header-left-content li a {
  display: block;
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
}

.second_search_box .header-left-content li a:hover {
  color: #011d49;
}

.second_search_box .header-right-content {
  line-height: 1;
  text-align: right;
}

.second_search_box .header-right-content .option-item {
  color: #032254;
  display: inline-block;
  line-height: 1;
  position: relative;
  top: 0;
}

.second_search_box .header-right-content .option-item .search-overlay {
  display: none;
}

.second_search_box .header-right-content .option-item .search-overlay.search-popup {
  position: absolute;
  top: 100%;
  width: 300px;
  right: 0;
  background: #ffffff;
  z-index: 2;
  padding: 20px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin-top: 20px;
}

.second_search_boxr .header-right-content .option-item .search-overlay.search-popup .search-form {
  position: relative;
}

.second_search_box .header-right-content .option-item .search-overlay.search-popup .search-form .search-input {
  display: block;
  width: 100%;
  height: 50px;
  line-height: initial;
  border: 1px solid #eeeeee;
  color: #011d49;
  outline: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 15px;
  padding-top: 4px;
  padding-left: 15px;
}

.second_search_box .header-right-content .option-item .search-overlay.search-popup .search-form .search-input:focus {
  border-color: #419b65;
}

.second_search_box .header-right-content .option-item .search-overlay.search-popup .search-form .search-button {
  position: absolute;
  right: 20px;
  top: 20px;
  height: 50px;
  background: #419b65;
  border: none;
  width: 50px;
  outline: 0;
  color: #ffffff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  padding: 0;
}

.second_search_box .header-right-content .option-item .search-overlay.search-popup .search-form .search-button:hover {
  background-color: #011d49;
}

.second_search_box .header-right-content .option-item .search-btn {
  cursor: pointer;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  color: #419b65;
  font-size: 30px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  margin-top: 3px;
}

.second_search_box .header-right-content .option-item .close-btn {
  cursor: pointer;
  display: none;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  color: #419b65;
  font-size: 20px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 50%;
}

.second_search_box .header-right-content .option-item .close-btn.active {
  display: block;
}

.second_search_box .header-right-content .sidebar-menu {
  display: inline-block;
  margin-left: 20px;
}

.second_search_box .header-right-content .sidebar-menu .burger-menu {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 37px;
  text-align: center;
  color: #419b65;
  font-size: 25px;
  border-radius: 50%;
  background-color: #ffffff;
}

.second_search_box .header-right-content .sidebar-menu .burger-menu i {
  position: relative;
  left: 0.50px;
}


.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.parner_btn_area{
  float: right;
  margin-top: 30px;
}

.blog-dtls{
  background-image: url(../img/blog-details/main_blog.jpg);
  background-repeat: no-repeat;
  background-position: center;
  padding: 0px;
  min-height: 500px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.intro-title{
    background: #000000;
    color: #fff;
    display: inline;
    padding: 3px 20px 3px 50px;
    overflow: hidden;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    -moz-box-decoration-break: clone;
    position: absolute;
    top: 50%;
}

.bread-shape {
  position: absolute;
  top: -360%;
  right: 17%;
  z-index: -1;
  width: 1000px;
}

.blg_thumb .dte {
    position: absolute;
    top: 0;
    left: 0px;
    font-size: 20px;
    background-color: #419b65;
    color: #ffffff;
    display: inline-block;
    padding: 8px 18px;
    text-align: center;
    font-weight: 600;
    -webkit-border-top-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-topright: 50px;
    -moz-border-radius-bottomright: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.blg_thum:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.key_focus-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
}

.key_focus-img.bg-1 {
  background-image: url(../img/key1.jpg);
}

.key_focus-img.bg-2 {
  background-image: url(../img/key2.jpg);
}

.key_focus-img.bg-3 {
  background-image: url(../img/key3.jpg);
}

.key_focus-img.bg-4 {
  background-image: url(../img/key4.jpg);
}

.key_focus-img.bg-5 {
  background-image: url(../img/key5.jpg);
}

.key_focus-img.bg-6 {
  background-image: url(../img/key6.jpg);
}



.admin2{
  position: absolute;
  z-index: 100;
  top: 550px;
}

.blog-dtls .admin2 ul{
  padding-bottom: 5px;
  margin-left: 0;
  padding-left: 0;
}

.blog-dtls .admin2 li {
  display: inline-block;
  font-size: 16px;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #419b65;
  text-shadow: 2px 2px 5px white;
}

.blog-dtls .admin2 li:last-child {
  margin-right: 0;
  border-right: none;
}

.blog-dtls .admin2 li i {
  color: #419b65;
  font-size: 18px;
  position: relative;
  top: 1px;
  margin-right: 5px;
}


/*.......................share post.........................*/
.admin li img {
  width: 20px;
  height: auto;
}

/*.......................share post.........................*/

/*.caption-title {
    background: #000000;
    color: #fff;
    display: inline;
    padding: 3px 20px 3px 50px;
    overflow: hidden;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    -moz-box-decoration-break: clone;
    position: absolute;
    bottom: 70px;
    font-style: italic;
}*/

.we_work_area{
  width: 80%;
  height: 1400px;
  float: left;
  margin: 0;
  padding: 100px 0;
  position: absolute;
  z-index: -1;
  background-color: #F9F6F4;
}

.key-focus-area {
  background-image: url(../img/key_focus.svg);
  background-position: center center;
  background-repeat: no-repeat;
  /*background-size: cover;*/
  background-size: 100% 100%;
  background-color: #011d49;
}

.key-focus-area h2{
  color: #fff;
}

.kfas {
  background-image: url(../img/key_focus2.svg);
  background-position: left top;
  background-repeat: no-repeat;
}

/*...........................Timeline area.........................*/

.timeline-area{
  background: #419b65  url(../img/timeline.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#timeline *{
  margin: 0;
  padding: 0;
}


#timeline a {
  color: #ffffcc;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;

  font-family: Georgia, serif;
  font-size: 14px;
}
/*#timeline :hover,
#timeline a.selected {
    color: #ffcc00;
  }*/

  #timeline {
    width: 500px;
    height: 600px;
    overflow: hidden;
    margin: 40px auto;
    position: relative;
    background: url('../../../../ejemplos/timelinr/latest/images/dot.gif') 3px top repeat-y;
  }
    #dates {
      width: 100px;
      height: 600px;
      overflow: hidden;
      float: left;
    }
      #dates li {
        list-style: none;
        width: 100px;
        height: 100px;
        line-height: 100px;
        font-size: 24px;
        padding-left: 10px;
        background: url('../../../../ejemplos/timelinr/latest/images/biggerdot.png') left center no-repeat;
      }
        #dates a {
          line-height: 38px;
          padding-bottom: 10px;
        }
        #dates .selected {
              font-size: 38px;
        }
    
    #issues {
      width: 400px;
      height: 600px;
      padding-top: 60px;
      overflow: hidden;
      float: left;
    } 
      #issues li {
        max-width: 300px; // width: 400px;
        height: 600px;
        list-style: none;
         text-align: center; // add

      }
        #issues li.selected img {
          -webkit-transform: scale(1.1,1.1);
          -moz-transform: scale(1.1,1.1);
            -o-transform: scale(1.1,1.1);
            -ms-transform: scale(1.1,1.1);
            transform: scale(1.1,1.1);
        }
        #issues li img {
          // float: left;
            width: 200px; // add
          margin: 10px 30px 10px 50px;
          -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE 8 */   
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);/* IE 6 & 7 */      
          zoom: 1;
          -webkit-transition: all 2s ease-in-out;
          -moz-transition: all 2s ease-in-out;
          -o-transition: all 2s ease-in-out;
          -ms-transition: all 2s ease-in-out; 
          transition: all 2s ease-in-out;
          -webkit-transform: scale(0.7,0.7);
          -moz-transform: scale(0.7,0.7);
            -o-transform: scale(0.7,0.7);
            -ms-transform: scale(0.7,0.7);
            transform: scale(0.7,0.7);
        }
        #issues li h1 {
          color: #ffcc00;
          font-size: 48px;
          text-align: center;
          text-shadow: #000 1px 1px 2px;
        }
        #issues li p {
          font-size: 18px;
          margin: 10px 20px;
          font-weight: normal;
          line-height: 22px;
          color: #ffffcc;
          /*text-shadow: #000 1px 1px 2px;*/
        }
    
    #grad_top,
    #grad_bottom {
      width: 500px;
      height: 80px;
      position: absolute;
    }
      #grad_top {
            top: 0;
           /* background: url('../../../../ejemplos/timelinr/latest/images/grad_top.png') repeat-x;*/
      }
      #grad_bottom {
            bottom: 0;
           /* background: url('../../../../ejemplos/timelinr/latest/images/grad_bottom.png') repeat-x;*/
      }
    
    #next,
    #prev {
      position: absolute;
      left: 45%; // left: 55%;
      font-size: 70px;
      width: 38px;
      height: 22px;
      background-position: 0 -44px;
      background-repeat: no-repeat;
      text-indent: -9999px;
      overflow: hidden;
    }
      #next:hover,
      #prev:hover {
        background-position:  0 0;
      }
      #next {
        bottom: 0;
        background-image: url('../../../../ejemplos/timelinr/latest/images/next_v.png');
      }
      #prev {
        top: 0;
        background-image: url('../../../../ejemplos/timelinr/latest/images/prev_v.png');
      }
        #next.disabled,
        #prev.disabled {
          opacity: 0.2;
        }





#myTab {
  border-bottom: #419b65 1px solid;
  _text-transform: lowercase;

}

#myTab .nav-link{
  border: #f4e4d3 1px solid;
  margin-left: 5px;
  margin-bottom: 1px;
  text-align: left;
}

#myTab .nav-link:hover{
  border: #419b65 1px solid;
}

#myTab .nav-link ul li{
  text-align: center;
}


.ProjectList{
  padding: 0;
 margin-bottom: 6%;
 margin-left: 4%;
}
.ProjectList li{
  list-style: disc;
  line-height: 35px;
}
.ProjectList li a{
  list-style: none;
}
.ProjectList li a:hover{
  color: #419b65;
}

.viewMore{
  padding: 2%;
  margin:0;
  color: #1c1d30;
  border: 1px solid #419b65;
  background: #419b65;
}

.viewMore:hover{
  border: 1px solid #1c1d30;
  background: #1c1d30;
  color: #fff;
}


.vmbg{
  background-image: url(../img/vm-bg.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 7% 0
}

.mdoimg{
  float: left;
  padding: 0 15px 15px 0;
  width: 50%;

}

.bg_round{
  width: auto;
}

.bg_round:hover{
  background-image: url(../img/round_bg.svg);
  background-size: 300px;
  background-repeat: no-repeat;
  background-position: center bottom;
}


/*Services Area Style
======================================================*/
.pd-area {
  background: #fff; /*url(../img/round_bg.svg);*/
  /*background-size: 593px;
  background-repeat: no-repeat;
  background-position: center right;*/
/*  background-size: cover;*/
}

.pd-area h2{
  color:#011d49;
}
.pd-area.pd-area-page {
  background-image: none;
}

.pd-area.pd-area-page .single-services-box i {
  color: #419b65;
}

.pd-area.pd-area-page .single-services-box .read-more {
  color: #419b65;
}

.pd-area.pd-area-page .single-services-box.overly-outside::before {
  border-color: #419b65;
}

.pd-area.pd-area-page .single-services-box.overly-outside::after {
  border-color: #419b65;
}

.pd-area.pd-area-page .single-services-box.overly-outside .overly-inside::before {
  border-color: #419b65;
}

.pd-area.pd-area-page .single-services-box.overly-outside .overly-inside::after {
  border-color: #419b65;
}


.pd_ttl {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 10px 10px 20px;
  background-color: #241E4E;
}

.pd_orng_bx {
  background-color: #419b65;
  padding: 30px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}

.count_ttl{
  color: #1c1d30; 
  font-size: 3.5vw; 
  font-weight: bold;
}

.count_text{
  font-size: 1.8vw !important; 
  font-weight: bold; 
  line-height: normal;
  text-align: left;
}

.impact_padd_top{
  padding-top: 24%;
}

.impct_ttl h2{
  text-align: right;
  font-size: 60px;
}

.presence_ttl h2{
  text-align: left;
  font-size: 60px;
  color: #fff;
}

.special_note{
  text-align: right;
}

.heading_title{
  width: 50%;
  margin: -80px auto 0 auto;
  padding: 0;
  background-color: #fef0d3;
  color: #000;
  font-weight: bold;
  font-size: 24px;
  padding: 36px 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.mp_txt{
  color: #419b65;
  text-align: left;
  font-size: 18px;
}


.pdetails_top_mrgn{
    margin-top: -100px;
  }

.wrapper-nav {
            position:relative;
            margin:0 auto;
            overflow:hidden;
            padding:5px;
            height:80px;
        }

        .list {

            position:absolute;
            left:0px;
            top:0px;
            min-width:3500px;
            margin-top:0px;
        }

        .list li{
            display:table-cell;
            position:relative;
            text-align:center;
            cursor:grab;
            cursor:-webkit-grab;
            color:#efefef;
            vertical-align:middle;
            padding-right: 60px !important;
        }

  .scroller {
    text-align:center;
    cursor:pointer;
    display:none;
    padding:7px;
    margin-top:20px !important;
    white-space:no-wrap;
    vertical-align:middle;
    background-color: transparent;
    font-size: 30px;
    z-index: 10000;
  }


  .float-right {
          position: sticky;
          float: right !important;
          z-index: 1200;
        }

  .ttl_1{
    font-size: 40px; 
    text-transform: uppercase; 
    font-weight: bold;
  }

  .ttl_2{
    font-size: 35px; 
    text-transform: uppercase; 
    font-weight: bold;
    color: #419b65;
  }

  .impact_bg{
    background: #1c1d30 url(../img/pillar-pattern-dark_4.svg);
    background-repeat: no-repeat;
    background-position: top right;
  }

  .impact_bg h2{
    color: #fff;
  }






  .wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 1642px;
}
.inner-wrapper-padding {
    padding: 0 80px;
}

.about-timeline{background-color:#f3f3f3; padding: 140px 0 125px;}

.timeline-box h6{font-size: 55px; line-height: 1; color: #419b65; font-weight: 700; background-color: #f3f3f3;position: relative; z-index: 1; display: inline-block; width: auto; padding: 0 10px;margin-top: 0; transform: translate(0,-50%);} 

.timeline-box p{font-size: 18px; line-height: 27px; color: #000000; font-weight: 400;margin-bottom: 26px; text-align: center;} 
.timeline-box p:last-of-type{margin-bottom:15px;} 
.start-point h4{font-size: 17px; line-height: 23px; color: #ffffff; font-weight: 600;text-transform: uppercase;background-color: #419b65;border-radius: 16px;display: block; width: auto; text-align: center; padding: 5px 25px;position: relative;margin-bottom: 45px;} 
.black-dot{width: 21px;height: 21px;background-color: #000;border-radius: 50%;display: block;margin: 0 auto 62px;z-index: 1;} 
.start-point{position: relative;display: flex; justify-content: center; flex-direction: column; align-items: center} 
.start-point:before{content:'';position: absolute;left: 0;height: 100%;width: 0px;background-color: #aaa;left: 50%;top: 0;transform: translate(-50%,0%);-webkit-transform: translate(-50%,0%);-moz-transform: translate(-50%,0%); border-left: 1px solid #aaa;} 
.timeline-row .horizontal-line {border-top: 1px solid #aaa; width: calc(100% - 150px); margin: 0 auto; position: absolute; top: 0; left: 50%; z-index: 0; transform: translate(-50%,0%); }
.timeline-row .verticle-line { margin: 0; padding: 0; width: 2px; border-right: 1px solid #aaa; height: calc(100% - 150px); position: absolute; top: 0; right: 0; margin: auto 0; bottom: 0; } 
.timeline-row:nth-child(2n+2) .verticle-line { left: 0; right: inherit; } 
.corner { position: absolute; border-right: 1px solid #aaa; width: 76px; height: 76px; right: 0; border-top: 1px solid #aaa; top: 74.9px; border-radius: 0 70px 0 0;top: 0; } 
.timeline-row:nth-child(2n+2) .corner { right: inherit; left: 0; border-left: 1px solid #aaa; border-right: 0; border-radius: 70px 0 0 0; } .corner.bottom { bottom: -76px; top: inherit; border-radius: 0; border-top: 0; border-bottom: 1px solid #aaa; border-radius: 0 0 70px 0; right: 0;z-index: 1;bottom: -1px; } 
.timeline-row:nth-child(2n+2) .corner { right: inherit; left: 0; border-left: 1px solid #aaa; border-right: 0; border-radius: 70px 0 0 0; } 
.timeline-row:nth-child(2n+2) .corner.bottom { border-radius: 0 0 0 70px; } 
.timeline-row { display: flex; justify-content:space-around; flex-wrap: wrap; padding-bottom: 0px; position: relative;/*padding: 0 66px 130px;margin-right: 111px;*/ } 
.timeline-row:nth-child(2n+2) { justify-content: space-around;text-align: right; padding:  0 2%; } 
.timeline-row:nth-child(2n+2) { flex-direction: row-reverse; } 
/*.timeline-row:nth-child(2n+2) .timeline-content-txt { text-align: center; }*/
.timeline-box { /*padding: 45px 50px 130px;*/ max-width: 220px;margin-right: 25px; position: relative;} 
.timeline-main{margin-top: 75px;} 
.timeline-row:first-child {margin: 0 0px 0 auto; max-width: 50%; justify-content: space-between; padding: 0 0 0 120px; }
.corner.bl{bottom: 0;left: 0;border-left: 1px solid #aaa; border-bottom: 1px solid #aaa; border-radius: 0 0 0px 100%; border-right: none; border-top: none; height: 76px; width: 76px;} .start-point .corner.bl{left: 50%; bottom: 0px; transform: translateY(100%); top: unset;} 
.timeline-box:before{content: '';position: absolute;left: 0;top: 27.5px;height: 1px;width: 100%;} 
.timeline-box-wrap { padding: 45px 0px 0; position: relative; background: #f3f3f3; /*min-height: 318px;*/padding: 0;margin-bottom: 90px; } 
/*.timeline-row:after{content: ''; position: absolute; left: 50%; top: 74.5px; height: 1px; width: 91%; background-color: #aaa; transform: translateX(-50%);top: 0;} .timeline-row .verticle-line { margin: 0; padding: 0; width: 1px; border-right: 1px solid #aaa; height:calc(100% - 126px); position: absolute; top: calc( 50% + 75px );; right: 0; margin: auto 0; bottom: unset; transform: translateY(-50%);top: 50%; } */
.timeline-row:first-child::after {left: -54px;width: 97%; transform: none; } 
/*.timeline-row:first-child .timeline-box:last-child{margin-right: 5%;} */
.timeline-content { padding: 10px 10px 0;} 
.timeline-content-txt { padding: 10px 0 0 0; } 
.timeline-box.img-right .timeline-content,.timeline-box.img-left .timeline-content{display: flex; align-items: flex-start;} 
.timeline-box.img-right .timeline-content img{margin-left: 18px;} 
.timeline-box.img-left .timeline-content img{margin-right: 18px;} 
.timeline-box.img-left .timeline-content{flex-direction: row-reverse;} 
.timeline-row:first-child .timeline-box:first-child img{filter: drop-shadow(0 0 27px rgba(0,0,0,0.16));-webkit-filter: drop-shadow(0 0 27px rgba(0,0,0,0.16));display: block;margin: 0;} 
.timeline-box-wrap .timeline-content img {filter: drop-shadow(0 0 27px rgba(0,0,0,0.16));-webkit-filter: drop-shadow(0 0 27px rgba(0,0,0,0.16));z-index: 2;position: relative;} 
.timeline-row:last-child .corner.bottom{display: none;} 
.timeline-row:nth-child(2n+1) .timeline-box:last-child .timeline-box-wrap{text-align: center;}
.start-point.end-point:before{display: none;}
.start-point.end-point{ position: absolute; bottom: 0; right: 0%; transform: translateX(50%); }
.timeline-row:nth-child(2n+2) .start-point.end-point{left: 0;transform: translateX(-50%);right: unset;}

.timeline-box.img-right .timeline-content-txt {text-align: right;}
.timeline-box.img-left .timeline-content-txt {text-align: left;}
.timeline-box.img-left, .timeline-box.img-right {text-align: center;}
.timeline-row:first-child .timeline-box::after {left: auto; right: 0; -webkit-transform: translate(100%,-50%) rotate(0deg); transform: translate(100%,-50%) rotate(0deg);}
.timeline-row:first-child .timeline-box:first-child {width: 36%;}
.timeline-row .timeline-box:nth-child(3)::after {display: none;}
.timeline-row:last-child .verticle-line::after {display: none;}
.timeline-row:first-child .timeline-box:nth-child(2)::after {display: none;}

.timeline-content-img .timeline-content {position: relative;}

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


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

.timeline-box {max-width: 460px;}
  .timeline-box.img-right .timeline-content img, .timeline-box.img-left .timeline-content img {max-width: 220px; max-height: 230px;}
  .timeline-box-wrap .timeline-content img {max-width: 100%;}
}




@media screen and (max-width: 1600px){
 
  .timeline-row:first-child .timeline-box:first-child {width: 38%;}
  .timeline-box {max-width: 380px;}
  .timeline-box.img-right .timeline-content img, .timeline-box.img-left .timeline-content img {max-width: 180px; max-height: 190px;}
  .timeline-box h6 {font-size: 50px;}
  .about-timeline {padding: 120px 0 100px;}
  .timeline-box p {font-size: 16px;}
}

@media screen and (max-width: 1440px) {
  
  .about-timeline {padding: 100px 0 80px;}
  .start-point h4 {font-size: 15px; letter-spacing: 0;}
  .timeline-box h6 {font-size: 40px;}
  .timeline-row:first-child .timeline-box:first-child {width: 45%;}
  .timeline-box p {font-size: 15px; line-height: 1.4;}
  .timeline-box {max-width: 300px;}
  .timeline-box.img-right .timeline-content img, .timeline-box.img-left .timeline-content img {max-width: 140px; max-height: 200px;}
  .timeline-box-wrap .timeline-content img {max-width: 100%;}
  .timeline-row:first-child .timeline-box:nth-child(2) {width: 150px;}
}


@media screen and (max-width: 1199px) {
  .about-timeline {padding: 90px 0 60px;}
  .timeline-box h6 {font-size: 34px;}
  .timeline-box {max-width: 240px;}
  .timeline-row:first-child {padding: 0 0 0 60px;}
  .timeline-row:first-child .timeline-box:first-child {width: 42%;}
  .timeline-box.img-right .timeline-content, .timeline-box.img-left .timeline-content {flex-wrap: wrap;}
  .timeline-box.img-right .timeline-content img, .timeline-box.img-left .timeline-content img {max-width: 180px; max-height: 200px;}
  .top-timeline-arrow.timeline-content-img .timeline-content::after {right: 0;}
  .img-right.timeline-content-img .timeline-content::after {top: -20px; right: -45px;}
.timeline-box.img-right .timeline-content-txt {width: 90%;}
}

@media screen and (max-width: 1024px) {
.corner {display: none;}
  .timeline-row .horizontal-line {display: none;}
  .timeline-row:first-child {max-width: 100%; padding: 0;}
  .timeline-main {margin-top: 0;}
  .timeline-row .verticle-line {right: 50%; transform: translate(50%,0); height: calc(100% - 0px);}
  .timeline-row:nth-child(2n+2) .verticle-line {left: auto; right: 50%;}
  .verticle-line::after {display: none;}
  
  .timeline-row .timeline-box {width: 100%; max-width: 100%; margin: 0;}
  .timeline-row:first-child .timeline-box:first-child {width: 100%; margin: 0;}
  .timeline-row:first-child .timeline-box:nth-child(2) {width: 100%;}
  .timeline-box p br {display: none;}
  .timeline-box h6 {transform: translate(0,-0%); padding: 0;}
  .timeline-content {padding: 0;}
  .timeline-box.img-right .timeline-content-txt {width: 100%;}
  .start-point.end-point {right: 50%;}
  .start-point h4 {margin-bottom: 0;}
  .about-timeline {padding: 80px 0;}
  .timeline-box::after {-webkit-transform: translate(-100%,100%) rotate(180deg); transform: translate(-100%,100%) rotate(180deg); right: 50%; top: 20px; left: 50%;}
  .timeline-box-wrap {width: 50%; text-align: right; padding: 0 30px 0 0; margin: 40px 0 0 0;}
  .timeline-row .timeline-box img {margin: 0 0 0 auto;}
  .timeline-row:first-child .timeline-box:nth-child(2)::after {display: block;}
  .timeline-row:first-child .timeline-box:first-child img {margin: 0 0 0 auto;}
  .timeline-box.img-right .timeline-content img, .timeline-box.img-left .timeline-content img {margin: 0 0 0 auto;}
  .timeline-row .timeline-box:nth-child(2n) .timeline-box-wrap {margin: 40px 0 0 auto; padding: 0 0 0 30px; text-align: left;}
  .timeline-row:nth-child(2n+1) .timeline-box::after {left: auto; right: 50%; -webkit-transform: translate(0%,100%) rotate(180deg); transform: translate(0%,100%) rotate(180deg); top: 20px;}
  .timeline-row .timeline-box:nth-child(2n)::after {transform: translate(100%,100%) rotate(0deg); -webkit-transform: translate(100%,100%) rotate(0deg); right: 50%; left: auto;}
  .timeline-row .timeline-box:nth-child(3)::after {display: block;}
  .timeline-box.img-left .timeline-content-txt {text-align: right;}
  .timeline-row:last-child {padding-bottom: 70px;}
}

@media screen and (max-width: 640px) {
  
  .about-timeline {padding: 50px 0;}
  .timeline-box h6 {font-size: 27px;}
  .timeline-box p {font-size: 14px; line-height: 1.4;}
  .timeline-box-wrap {margin: 30px 0 0 0;}
  .timeline-row .timeline-box:nth-child(2n) .timeline-box-wrap {margin: 30px 0 0 auto;}
  .timeline-box::after, .timeline-row:nth-child(2n+1) .timeline-box::after {top: 6px;}
  .timeline-box-wrap .timeline-content img {max-width: 100%;}
  .timeline-box.img-right .timeline-content img, .timeline-box.img-left .timeline-content img {max-width: 100%; max-height: unset;}
}


/*...........................Timeline area.........................*/

.time_ttl{
  font-size: 16px;
  font-style: italic;
}

.inner_logo{
  opacity: .2;
}

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

.single-counter {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.single-counter p {
  font-size: 12px;
}

.presense_area{
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
  background: #1c1d30 url(../img/pillar-pattern-dark_3_new.svg);
  background-repeat: no-repeat;
  background-position: top right;
}

.bread-shape {
  top: -360%;
  right: 5%;
}

.hero-slider-area .owl-prev {
  top: 50%;
  left: 80px;
}
.hero-slider-area .owl-next {
  top: 50%;
  right: 80px;
}

.admin2{
  top: 500px;
}

.we_work_area{
  width: 90%;
}

}


/* The Close Button */
.close2 {
  position: absolute;
  top: -6px;
  right: 35px;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  background: none;
}

.close2:hover,
.close2:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
  z-index: 100;
}

.mobile_slider{
  display: none;
}

.map_img{
  text-align: center;
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 360px;
}

.location_map_image {
          opacity: 1;
          display: block;
          width: 100%;
          height: auto;
          transition: .5s ease;
          backface-visibility: hidden;
          margin: 0 auto;
        }

        .middle_map {
          transition: .5s ease;
          opacity: 0;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          text-align: center;
        }

        .map_img:hover .location_map_image {
          opacity: 0.3;
        }

        .map_img:hover .middle_map {
          opacity: 1;
        }

        .map_text {
          /*background-color: #f2b120;*/
          color: white;
          font-size: 18px;
          font-weight: bold;
          text-transform: uppercase;
          /*padding: 16px 32px;*/
        }

        .map_text a{
          color: white;
        }

.corona{
  margin-top:800px;
  width:100%;
  max-width: 120px;
  position:absolute;
  float:left;
  z-index: 10;
}
            
.corona > nav#main_navigation{
  position:absolute;
  width:100%;
}

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


}


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

.filter_mt_40{
  margin-top: 40px;
}

.qte_icon{
  display: none;
}

.sec_height_350{
          height: auto;
      }

.sticky-container{
    top:330px;
}


.sticky-container2{
    top:330px;
}

.hero-slider-area{
  display: none;
}

.mobile_slider{
  width: 100%;
  float: left;
  position: relative;
  display: inline;
}

/*.ic1{
  width: 40%;
  margin:0 0 0 2%;
}

.ic2{
  width: 40%;
  margin:0 0 0 4%;
}

.ic3{
  width: 40%;
  margin:0 0 0 2%;
}

.ic4{
  width: 40%;
  margin:0 0 0 4%;
}*/

#myImg {
  width: 18vw; 
  margin-top: -30px;
}

.top-header .header-left-content {
  margin: 1% 0 0 0;
}

.second_search_box{
      display: inline;
      position: absolute;
      z-index: 1000;
      float: right;
      margin-left: 70%;
      margin-top: -50px;
      background-color: transparent;
 }

 .single-services-box {
  height: auto;
}

}

@media only screen and (max-width: 767px){
.map_img{
  margin-bottom: 0;
}
 .count_ttl{
  color: #fff !important; 
  font-size: 40px; 
}

.count_text{
  font-size: 20px !important;  
  line-height: normal;
  text-align: center;
}

.impact_padd_top{
  padding-top: 0;
  margin-bottom: -40px;
}

.special_note{
  text-align: center;
}

#myImg {
  margin-top: 20px !important;
}

.heading_title{
      font-size: 5vw;
      padding: 4vw;
      margin-top: -80px
}

.nll {padding-right: 120px !important;}

.nav-link {
            padding: 0.5rem 2.5rem 0.5rem 2.5rem;
        }

.tm15{
  margin-top: 15px;
}

.testimonials-area-two .owl-prev i {
  color: #fff;
  border: 1px solid #fff;
}

.testimonials-area-two .owl-next i {
  color: #fff;
  border: 1px solid #fff;
}

}


/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }

}


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


.pad_img{
  margin-top: 15px;
}




.mobile_slider{
  margin-top: 50px;
}

/*.single-counter h2{
  margin-top: 20%;
}*/

.presense_area{
  padding-top: 0px;
}

 .map_sec{
  width: 100%;
  margin-top: 30px;
}

.ttl_sec{
  width: 100%;
}

#myImg {
  width: 40vw; 
}

.counter-area_2 .container {
    padding-top: 0;
    padding-bottom: 0px;
}

}



/* new Thumb  */

.donor_area2 {
position: relative;
width: 100%;
margin-bottom: 15%;
border: #eee 1px solid;
}

.donor_area2:hover{
   transition: .5s ease;
}
.donor_overlay2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #419b65;

}

.donor_area2:hover .donor_overlay2 {
  opacity: 1;
}

.donor_text2 {
  color: white;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.donor_text2 a{
  color: white;
}

/* new Thumb */



.bg-orange {
  background-color: #419b65;
}

.faq-accordion.refugee-accordion .accordion-content {
  height: auto;
  overflow: hidden;
}

.faq-accordion.refugee-accordion .accordion-title {
  padding: 10px 15px;
}

.faq-accordion.refugee-accordion .accordion-title i {
  right: 5px;
  top: 13px;
}


.bg-green {
  background-color: #53602F !important;
}
.bg-royal-black {
  background-color: #1C1D30 !important;
}
.bg-dark-blue {
  background-color: #0173A1 !important;
}
.faq-accordion.refugee-accordion .info-graph .item:not(:last-child) {
  border-right: 1px solid #e0e0e0;
}
.faq-accordion.refugee-accordion .info-graph {
  padding: 15px 20px;
}
.faq-accordion.refugee-accordion .info-graph p {
  line-height: 24px !important;
}
.faq-accordion.refugee-accordion .info-graph.green {
  color: #53602F !important;
  border: 1px solid #53602F;
}
.faq-accordion.refugee-accordion .info-graph.green h4 {
  color: #53602F !important;
}
.faq-accordion.refugee-accordion .info-graph.royal-black h4 {
  color: #1C1D30 !important;
}
.faq-accordion.refugee-accordion .info-graph.dark-blue h4 {
  color: #0173A1 !important;
}
.faq-accordion.refugee-accordion .info-graph.orange h4 {
  color: #419b65 !important;
}



.faq-accordion.refugee-accordion .info-graph.royal-black {
  color: #1C1D30 !important;
  border: 1px solid #1C1D30;
}
.faq-accordion.refugee-accordion .info-graph.dark-blue {
  border: 1px solid #0173A1;
  color: #0173A1 !important;
}

.faq-accordion.refugee-accordion .info-graph.orange {
  border: 1px solid #419b65;
  color: #419b65 !important;
}

.faq-accordion.refugee-accordion .info-graph .icon {
  height: 56px;
}



@media screen and (max-width: 991px){
  .faq-accordion.refugee-accordion .info-graph .item {
    border-right: none !important;
    margin: 10px 0;
  }
}


/* scrolll_bar_Start */
* {
  scrollbar-width: thin;
  scrollbar-color: #808080 transparent;
}
*::-ms-scrollbar {
  width: 6px;
}

*::-ms-scrollbar-track {
  background: transparent;
}

*::-ms-scrollbar-thumb {
  background: #808080;
  border-radius: 20px;
}

/* scrollbar */
/* Webkit (Chrome, Safari, newer versions of Opera) */
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #808080;
  border-radius: 20px;
}

/* scrolll_bar_end */