/*Author: DelDe*/

/**Fonts**/
@font-face {
  font-family: "UbuntuCondensed";
  src: url("../fonts/UbuntuCondensed-Regular.eot");
  src: url("../fonts/UbuntuCondensed-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/UbuntuCondensed-Regular.woff2") format("woff2"),
    url("../fonts/UbuntuCondensed-Regular.woff") format("woff"),
    url("../fonts/UbuntuCondensed-Regular.ttf") format("truetype"),
    url("../fonts/UbuntuCondensed-Regular.svg#UbuntuCondensed-Regular")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PTSansNarrow";
  src: url("../fonts/PTSans-NarrowBold.eot");
  src: url("../fonts/PTSans-NarrowBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/PTSans-NarrowBold.woff2") format("woff2"),
    url("../fonts/PTSans-NarrowBold.woff") format("woff"),
    url("../fonts/PTSans-NarrowBold.ttf") format("truetype"),
    url("../fonts/PTSans-NarrowBold.svg#PTSans-NarrowBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HalloSans";
  src: url("../fonts/HalloSans.eot") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HalloSans";
  src: url("../fonts/HalloSans.ttf") format("woff"),
    url("fonts/HalloSans.ttf") format("truetype"),
    url("fonts/HalloSans.svg#HalloSans") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "OswaldBold";
  src: url("../fonts/Oswald-Bold.eot");
  src: url("../fonts/Oswald-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Oswald-Bold.woff2") format("woff2"),
    url("../fonts/Oswald-Bold.woff") format("woff"),
    url("../fonts/Oswald-Bold.ttf") format("truetype"),
    url("../fonts/Oswald-Bold.svg#Oswald-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TrebuchetMS";
  src: url("../fonts/TrebuchetMS.eot");
  src: url("../fonts/TrebuchetMS.eot?#iefix") format("embedded-opentype"),
    url("../fonts/TrebuchetMS.woff2") format("woff2"),
    url("../fonts/TrebuchetMS.woff") format("woff"),
    url("../fonts/TrebuchetMS.ttf") format("truetype"),
    url("../fonts/TrebuchetMS.svg#TrebuchetMS") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "OswaldMedium";
  src: url("../fonts/Oswald-Medium.eot");
  src: url("../fonts/Oswald-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Oswald-Medium.woff2") format("woff2"),
    url("../fonts/Oswald-Medium.woff") format("woff"),
    url("../fonts/Oswald-Medium.ttf") format("truetype"),
    url("../fonts/Oswald-Medium.svg#Oswald-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.eot");
  src: url("../fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-Bold.woff2") format("woff2"),
    url("../fonts/Poppins-Bold.woff") format("woff"),
    url("../fonts/Poppins-Bold.ttf") format("truetype"),
    url("../fonts/Poppins-Bold.svg#Poppins-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/**Fonts End**/

/**Some Common Stuff**/
.pt-2-adjust {
  padding-top: 0.55rem !important;
}

.pl-2-adjust {
  padding-left: 0.55rem !important;
}

.pt-5-adjust {
  padding-top: 2.5rem !important;
}

.pb-5-adjust {
  padding-bottom: 2.8rem !important;
}

.margin-top-adj-11 {
  margin-top: 11px !important;
}

.margin-top-adj {
  margin-top: 1px !important;
}

.mb-1-adjust {
  margin-bottom: 1.15em !important;
}

.mb-5-adjust {
  margin-bottom: 2.6rem !important;
}

.btn-success {
  font-family: TrebuchetMs;
  background-color: #238DA0;
  /* -webkit-transition: background-color ease 2s, border-color ease 2s; */
  /* -moz-transition: background-color ease 2, border-color ease 2s; */
  /* transition: background-color ease 2s, border-color ease 2s; */
}

.btn-success:hover {
  background-color: #633D33;
  border-color: #633D33;
}

.btn-success1 {
  font-family: TrebuchetMs;
  background-color: #633D33;
  color : #fff;
}

.btn-success1:hover {
  background-color: #238DA0;
  border-color: #238DA0;
  color : #fff;
}

h3,
h4 {
  font-family: OswaldBold;
  font-size: 28px;
}

hr {
  background-color: #633D33;
  width: 69px;
  height: 3px;
  border: none;
  line-height: 3;
  margin: 4px 0px 17px 12px;
}

.only-mobile {
  display: none;
}

.only-mobile-common {
  display: none;
}

.hidden {
  display: none;
}

/**Some Common Stuff End**/

/**Fading in the pages**/
/* body {
  -webkit-animation: fadein 3.5s; /* Safari, Chrome and Opera > 12.1 
     -moz-animation: fadein 3.5s; /* Firefox < 16 
      -ms-animation: fadein 3.5s; /* Internet Explorer 
       -o-animation: fadein 3.5s; /* Opera < 12.1 
          animation: fadein 3.5s;
}

@keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Firefox < 16 
@-moz-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1
@-webkit-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Internet Explorer 
@-ms-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Opera < 12.1 
@-o-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
} */
/**Fading in the pages End**/

/***** Header Style *****/
.hero-section {
  /* background: #01237C; */
  color: #fff;
  position: relative;
}

.site-header {
  /* padding: 10px 0; */
  position: relative;
  z-index: 2;
}

.logo-holder {
  position: absolute;
  left: 3px;
  top: -1px;
  /* display: flex;
  flex-wrap: wrap;
  align-items: center; */
}

.logo-img {
  width: 104px;
  /* height: auto; */
  margin-right: 3px;
  /*filter: drop-shadow(3px 0px 1px #fff);*/
}

.logo-img img {
  vertical-align: top;
}

.text-holder {
  position: absolute;
  bottom: 45%;
  right: 15%;
  width: 70%;
  text-align : center;
}

.text-logo {
  font-family: OswaldBold;
  font-size:37.3px;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
  position: absolute;
  top: 19px;
  left: 110px;
  width: 480px;
}
.text-logo2 {
  font-size:23px; padding-top:45px; line-height:23px;
  font-family: UbuntuCondensed;
  margin: 0;
  position: absolute;
  top: 19px;
  left: 110px;
  width: 480px;
}

/***** Main Navigation Style *****/
.btn-menu {
  display: none;
}

.main-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 22px;
  font-family: "OswaldBold";
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  text-shadow: 1px 1px #000;
}

.main-navigation ul li {
  margin-left: 12px;
}

.main-navigation ul li:first-child {
  margin-left: 0;
}

.main-navigation ul li a {
  color: #fff;
  background: transparent;
  padding: 10px 8px 8px 8px;
}

.dropdown-item {
  border-bottom: 1px solid #fff;
  margin-top: 0px;
}

.dropdown-item:last-child {
  border-bottom: none;
}

.dropdown-item:hover {
  color: #ffffff !important;
  background: #633D33 !important;
}

.text-holder .banner-title {
  font-size: 48px;
  font-family: OswaldBold;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.62);
  line-height: 55px;
}

a#navbarDropdown {
  margin-bottom: 3px;
}

.main-navigation ul li a:hover,
.main-navigation ul li a:focus,
.main-navigation ul .current-menu-item > a,
.main-navigation ul li:hover > a,
.main-navigation ul li:focus > a {
  color: #ffffff;
  background: #238DA0;
  text-decoration: none;
  /* padding: 4px 8px; */
}



.navbar {
  position: absolute;
  right: 9px;
  top: 12px;
}

/* .navbar .nav-item:not(:last-child) {
  margin-right: -10px;
} */

.dropdown-toggle::after {
  transition: transform 0.15s linear;
}

.show.dropdown .dropdown-toggle::after {
  transform: translateY(3px);
}

.dropdown-menu {
  margin-top: 0;
  background: #238DA0;
  font-family: "HalloSans";
  font-weight: 400 !important;
  text-transform: none;
  font-size: 20px;
  color: #fff;
  /* display: inline-block; */
  padding: 0px;
  border: 0;
  border-radius: 0;
  margin: 0px;

}


.site-header .right-panel {
  position: absolute;
  right: 40px;
  top: 23px;
  /* display: flex;
  align-items: center;
  flex-wrap: wrap; */
}

.site-header .btn-join {
  margin-left: 24px;
}

/*===================
 Main Banner Style
===================*/
/* .owl-nav {
  position: relative;
  top: -332px;
  padding: 0 5px;
} 
.owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    margin-left: -20px;
    display: block !important;
    border:0px solid black;
}

.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    right: -25px;
    display: block !important;
    border:0px solid black;
}
*/

.owl-arrow-left {
  background-image: url(../images/large_left.png);
  height: 40px;
  width: 40px;
  position: absolute;
  top: 45%;
  display: block;
  transform: translateY(-50%);
  margin-left: 20px;
  /* background-size: 80%; */
}
.owl-arrow-right {
  background-image: url(../images/large_right.png);
  height: 40px;
  width: 40px;
  display: block;
  position: absolute;
  top: 45%;
  right: 0px;
  transform: translateY(-50%);
  margin-right: 20px;
}

.main-banner .item {
  height: 100vh;
  background-size: cover;
}

/* .banner{
    padding: 92px 0;
}

.banner-slider .item{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.banner-slider .text-holder{
    width: 50%;
}

.banner-slider .text-holder .holder{
    width: 75%;
}

.banner-title{
    font-size: 40px;
    line-height: 55px;
    margin: 0 0 15px;
}*/

.owl-carousel .text-holder ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.owl-carousel .text-holder ul li {
  margin: 0 0 10px;
  padding-left: 20px;
  position: relative;
  font-size: 16px;
  line-height: 22px;
  font-family: "TrebuchetMS";
}

.owl-carousel .text-holder ul li:after {
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
}

.owl-carousel .text-holder ul li:before {
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 9px;
  left: 3px;
}

.owl-carousel .owl-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  bottom: 74px;
  left: 50%;
  transform: translateX(-50%);
}

.owl-carousel .owl-dots button.owl-dot {
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.owl-carousel .owl-dots button.owl-dot span {
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  display: none;
}

.owl-carousel .owl-dots button.owl-dot.active span {
  display: block;
}





.owl-carousel1 .text-holder ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.owl-carousel1 .text-holder ul li {
  margin: 0 0 10px;
  padding-left: 20px;
  position: relative;
  font-size: 16px;
  line-height: 22px;
  font-family: "TrebuchetMS";
}

.owl-carousel1 .text-holder ul li:after {
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
}

.owl-carousel1 .text-holder ul li:before {
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 9px;
  left: 3px;
}

.owl-carousel1 .owl-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  bottom: 74px;
  left: 50%;
  transform: translateX(-50%);
}

.owl-carousel1 .owl-dots button.owl-dot {
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.owl-carousel1 .owl-dots button.owl-dot span {
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  display: none;
}

.owl-carousel1 .owl-dots button.owl-dot.active span {
  display: block;
}


.btn-scroll-down button {
  position: absolute;
  left: 50%;
  bottom: 100px;
  width: 20px;
  height: 33px;
  border: 1px solid #fff;
  border-radius: 20px;
  cursor: pointer;
  background: none;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

.btn-scroll-down button:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 14px;
  content: "";
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Welcome to website section  */

.welcome-to-website .main-content h1 {
  font-family: OswaldBold;
  font-size: 27px;
  line-height: 27px;
}

.welcome-to-website .main-content p {
  font-family: TrebuchetMS;
  font-size: 16px;
  text-align: justify;
  line-height: 21px;
}

/* Welcome to website section  */

/* Area of Focus */
.focus-wrapper {
  position: relative;
}

.areas-of-focus {
 
}

.areas-of-focus h3 {

}

.areas-of-focus .inner-box p {
  font-family: OswaldMedium;
  font-size: 16px;
}

.areas-of-focus .inner-box {
  border: 1px solid #fff;
  padding: 3% 24%;
  color: #fff;
  min-width: 184px;
  text-align: center;
}

.areas-of-focus .inner-box.focus-education {
  padding: 3% 0%;
}

.areas-of-focus .inner-box.focus-health {
  padding: 3% 0%;
}

.areas-of-focus .inner-box.focus-pd {
  padding: 1% 22%;
  line-height: 1;
  max-width: 242px;
}

.areas-of-focus .inner-box.focus-pd,
.inner-box.focus-pe {
  padding: 1% 22%;
  line-height: 1;
  max-width: 242px;
}

.inner-box.focus-youth {
  padding: 1% 16%;
  max-width: 245px;
  line-height: 1;
}

.focus-image {
  position: relative;
}

.overlay-focus {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  /* transition: .5s ease; */
  background-color: #238DA0;
  cursor: pointer;
}

.focus-wrapper:hover .overlay-focus {
  opacity: 0.7;
}

.focus-wrapper:hover .focus-area-link {
  background-color: rgb(99, 61, 51, 1);
}

.focus-wrapper:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  content: "";
  opacity: 0;
  visibility: hidden;
  background: url(../images/link.svg) center center no-repeat;
  /* -webkit-transition: ease 0.2s;
  -moz-transition: ease 0.2s;
  transition: ease 0.2s; */
  cursor: pointer;
  /* z-index: 432432432; */
}

.focus-wrapper:hover:after {
  opacity: 1;
  visibility: visible;
}

.focus-area-link {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 53px;
  bottom: 18px;
  left: 49%;
  background-color: rgba(51, 166, 184, 0.7);
  transform: translateX(-50%);
  cursor: pointer;
}

.focus-area-link:hover {
  background-color: rgb(99, 61, 51, 0.7);
}

/* Area of Focus End*/

/* Our Founder */
.about-the-founder {
  background: url(../images/founder1.png), url(../images/bgfounder.png);
  background-size: 34%, cover;
  background-position: 100% 103%, center;
  background-repeat: no-repeat;
  height: 100%;
  background-attachment: scroll, fixed;
}

.about-the-founder .about-founder-title {
  font-family: UbuntuCondensed;
  font-weight: bold;
  font-size: 20px;
  color: #fe7011;
  margin-bottom: 3px;
}

.about-the-founder .founder-name {
  font-family: PTSansNarrow;
  font-size: 26px;
  color: #01a95a;
}

.about-the-founder p {
  font-family: TrebuchetMS;
  text-align: justify;
}

/* .bg-founder {
  background: url(../images/founder1.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
} */

/* Our Founder End*/

/* Our Achivements */
.our-achievements {
  background: linear-gradient(rgba(1, 168, 90, 0.8), rgba(1, 168, 90, 0.8)),
    url(../images/main-slider1.jpg);

  background-size: contain, cover;
}

.title-achievements h3 {
  color: #fff;
}

.title-achievements {
  display: flex;
  align-items: center;
}

p.counter-achievements {
  font-family: Trebuchet MS;
  font-size: 44px;
  color: #fff;
  margin: -10px 0px;
  font-weight: bold;
}

.title-achievements h3 {
  font-family: OswaldBold;
  font-size: 41px;
  text-transform: uppercase;
}

.achievement-description p {
  font-family: OswaldMedium;
  font-size: 18px;
  color: #fff;
}

.achievement-description {
  line-height: 20px;
  margin-top: 0px;
}

.achievements-fix-margin {
  margin-left: 95px;
}

/* Our Achivements End*/

/* Volunteer,Events,Donation Section */
.event-date {
  font-family: TrebuchetMS;
  background-color: #238DA0;
  color: #fff;
  border-radius: 11px;
}

p.day {
  font-size: 33px;
  margin-bottom: 0px;
  height: 40px;
  padding: 2px 12px;
}

p.month {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 0px;
  padding: 3px 14px;
}

.event-wrapper p {
  margin-bottom: 2px;
  line-height: 21px;
  text-align: justify;
}

.event-time-loc {
  display: flex;
}

.volunteer-wrapper p {
  font-family: TrebuchetMS;
  font-size: 15px;
  margin-top: 8px;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  text-align: justify;
}

h4.events-title:after {
  content: "";
  background-image: url(../images/borderline.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 37px;
  left: 15px;
  width: 300px;
  height: 4px;
}

.event-divider {
  content: "";
  background-image: url(../images/borderline1.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 180px;
  left: 15px;
  width: 310px;
  height: 4px;
}

.btn-donate {
  background-color: #fe7011;
  border-color: #fe7011;
  color: #fff;
}

.btn-donate:hover {
  background-color: #01a95a;
  border-color: #01a95a;
}

.donate-desc p {
  margin: 8px auto;
  line-height: 21px;
  font-family: TrebuchetMS;
  text-align: justify;
}

.event-title {
  font-family: OswaldBold;
}

.event-desc {
  font-family: TrebuchetMS;
}

.event-time-loc span {
  font-family: Poppins;

  font-size: 11px;

  color: #5e5e5e;

  font-weight: 100;

  margin: 0px 5px 0px 0px;
}

.event-time-loc img {
  margin: 0px 4px 0 0;
}

/* Volunteer,Events,Donation Section End*/

/* News & Events */
.news-events {
  background-color: #f2f4f9;
}

.news-events .card {
  border: none;
  border-radius: 0;
}

.event-date-details {
  position: absolute;
  top: 151px;
  left: 4px;
  height: 70px;
}

.card.news-holder {
  position: relative;
}

.event-date-details .event-date {
  font-family: TrebuchetMS;
  background-color: #238DA0;
  color: #fff;
  border-radius: 0;
  width: 67px;
  margin: 0;
}

.event-date-details p.day {
  font-size: 20px;
  margin-bottom: 0px;
  height: 22px;
  padding: 0px 23px;
  /* line-height: 3; */
}

.event-date-details p.month {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 0px;
  padding: 0px 16px;
  margin-bottom: -9px;
}

.event-date-details p.year {
  font-size: 20px;
  padding: 0px 12px;
}

h5.card-title {
  font-family: UbuntuCondensed;
  font-size: 18px;
  font-weight: bold;
  line-height: 23px;
  margin-bottom: 2px;
}

p.card-text {
  text-align: justify;
  font-family: TrebuchetMS;
  font-size: 16px;
  margin-bottom: 3px;
  line-height: 20px;
}

.card-body {
  padding: 5px 9px 8px 9px;
  border-radius: 0;
}

.card-img-top {
  border-radius: 0;
}

/* News & Events End*/

/* Photo Gallery */

.photo-gallery {
  background-color: #f2f4f9;
}

.photo-gallery-wrapper {
  position: relative;
}

.photo-gallery-wrapper:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  content: "";
  opacity: 0;
  visibility: hidden;
  background: url(../images/link.svg) center center no-repeat;
  /* -webkit-transition: ease 0.2s;
  -moz-transition: ease 0.2s;
  transition: ease 0.2s; */
  cursor: pointer;
  /* z-index: 432432432; */
}

.photo-gallery-wrapper:hover:after {
  opacity: 1;
  visibility: visible;
}

.photo-gallery-caption p {
  font-family: "OswaldMedium";
  font-size: 16px;
  /* background-color: #EDE9E9 */
  padding: 12px;
  color: #fff;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
}

.photo-gallery-wrapper:hover .overlay-focus {
  opacity: 0.7;
}

.photo-gallery-wrapper:hover .photo-gallery-caption,
.photo-gallery-wrapper:hover .photo-gallery-caption p {
  background-color: #31A4B6;
  color: #fff;
}

.photo-gallery-caption {
  position: absolute;
  bottom: 0px;
  left: 50%;
  background-color: rgba(49, 164, 182, 0.7);
  width: 100%;
  left: 50%;
  transform: translate(-50%);
}

.photo-gallery-caption p {
  margin-bottom: 0;
  padding: 13px 11px;
}

/* Photo Gallery End*/

/* Our Partners */
section.our-partners {
  background-image: url(../images/bg-our-partners.png);
  background-size: cover;
  background-repeat: no-repeat;
}

/* Our Partners End*/

/* About Us Page */
.jumbotron {
  /*background-image: url(../images/main-slider2.jpg);*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0% 85%;
  height: 280px;
  margin-bottom: 0;
}

.about-us-main {
  font-family: TrebuchetMS;
  font-size: 16px;
  text-align: justify;
  line-height: 21px;
}

.areas-of-focus-about-us {
  font-family: OswaldBold;
  font-size: 24px;
  line-height: 27px;
  margin-top: 36px;
  margin-bottom: 8px;
  padding: 1px 1px;
}

.areas-of-focus-list-about-us {
  list-style: none;
  padding: 0;
  background-color: #238DA0;
  color: #000;
  margin-bottom: 0;
}

.areas-of-focus-list-about-us li:hover {
  background-color: #633D33;
  color: #000;
}

.areas-of-focus-list-about-us li:hover a {
  color: #fff;
}

.areas-of-focus-list-about-us  li a {
  color: #000;
  text-decoration : none;
}

.areas-of-focus-list-about-us li {
  padding: 10px 15px;
  font-family: UbuntuCondensed;
  font-size: 19px;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.about-us-heading {
  background-color: #238DA0;
  font-family: PTSansNarrow;
  color: #fff;
  padding: 15px 35px;
  /* font-weight: 700; */
}

.about-us-heading h1 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0;
  margin-left: 85px;
}

/* About Us Page End*/

/**Footer**/
.footer-widget p {
  margin-bottom: 27px;
}

/* p {
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  line-height: 28px;
} */

.animate-border {
  position: relative;
  display: block;
  width: 115px;
  height: 3px;
  background: #007bff;
}

.animate-border:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 0;
  bottom: 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite;
}

@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}

@keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}

.animate-border.border-white:after {
  border-color: #fff;
}

.animate-border.border-yellow:after {
  border-color: #f5b02e;
}

.animate-border.border-orange:after {
  border-right-color: #007bff;
  border-left-color: #007bff;
}

.animate-border.border-ash:after {
  border-right-color: #eef0ef;
  border-left-color: #eef0ef;
}

.animate-border.border-offwhite:after {
  border-right-color: #f7f9f8;
  border-left-color: #f7f9f8;
}

/* Animated heading border */
@keyframes primary-short {
  0% {
    width: 15%;
  }

  50% {
    width: 90%;
  }

  100% {
    width: 10%;
  }
}

@keyframes primary-long {
  0% {
    width: 80%;
  }

  50% {
    width: 0%;
  }

  100% {
    width: 80%;
  }
}

.website-footer {
  padding: 15px 0 0;
  background-color: #238DA0;
  position: relative;
  z-index: 2;
}

.website-footer i.fa.fa-chevron-right {
  font-size: 11px;
}

.foot-logo {
  background-image: url(../images/logo.png);
  background-size: cover;
  height: 100px;
}

.foot-text p,
.foot-text span {
  font-family: OswaldBold;
  font-size: 18px;
  line-height: 1;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  width: 198px;
}

.foot-text {
  margin-top: 22px;
  margin-left: -12px;
}

.foot-lower-text {
  font-family: TrebuchetMS;
  font-size: 15px;
  color: #000;
  text-align: justify;
  line-height: 21px;
}

.footerlinks a {
  text-decoration: none;
  font-family: "TrebuchetMs";
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  margin-left: 0px;
  /* line-height: 6px; */
  /* border-bottom: 1px dotted; */
}

.footerlinks a:hover {
  color: #fff;
}

.footerlinks ul {
  padding-left: 12px;
}

.footerlinks li a:before {
  content: "";
  display: block;
  width: 20px;
  height: 17px;
  margin: auto;
  background-image: url(../images/dot.png);
  position: absolute;
  top: 6px;
  filter: invert(1);
  left: -7px;
  margin-left: 7px;
  background-repeat: no-repeat;
  background-size: 59%;
}

.footerlinks li {
  display: block;
  position: relative;
  overflow: hidden;
  padding-left: 15px;
  line-height: 21px;
  margin-bottom: 4px;
  border-bottom: 1px dotted #addbe3;
  padding-bottom: 6px;
  width: 100%;
}

.footerlinks li a {
  color: #fff;
}


.footerlinks li a:hover {
  color: #000;
}

.foot-quick-links {
  text-decoration: none;
  font-family: "OswaldBold";
  font-size: 20px;
  color: #000;
  margin-left: 11px;
  text-transform: uppercase;
}

.opening-hours p {
  font-family: TrebuchetMS;
  font-size: 16px;
  color: #fff;
  margin-bottom: 3px;
}

.opening-hours hr {
  margin: 4px 0px 17px 0px;
}

.follow-us hr {
  margin: 8px 0px 23px 0px;
}

.website-footer-box-info {
  position: absolute;
  top: -75px;
  background: #202020;
  padding: 40px;
  z-index: 2;
}

.footer-social-link h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 25px;
}

.footer-social-link ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer-social-link li {
  /* display: inline-block; */
  margin-bottom: 14px;
}

.footer-social-link span {
  text-decoration: none;
  color: #fff;
  /* left: 29px; */
  /* position: relative; */
  /* z-index: 321321321; */
  /* font-size: 66px; */
  font-family: "TrebuchetMs";
}

.facebook {
  background-color: #3b5998;
}

.twitter {
  background-color: #55acee;
}

.youtube-play {
  background-color: #ff0000;
}

.linkedin {
  background-color: #0976b4;
}

.footer-social-link a i.fa-skype {
  background-color: #00aff0;
}

.footer-awarad {
  margin-top: 285px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.join-us {
  background-image: url(../images/join-us.png);
  background-repeat: no-repeat;
  height: 126px;
  margin-top: 18px;
  /* width: 74px; */
  margin-left: 0px;
  background-color: #151414;
  background-position: 24% 100%;
}

.footer-awarad p {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-left: 20px;
  padding-top: 15px;
}

.footer-info-text {
  margin: 26px 0 32px;
}

.footer-left-widget {
  padding-left: 80px;
}

.footer-widget .section-heading {
  margin-bottom: 35px;
}

.footer-widget h3 {
  font-size: 24px;
  color: #000;
  position: relative;
  margin-bottom: 15px;
}

.copyright {
  padding: 28px 0;
  margin-top: 20px;
  background-color: #165B67;
}

.copyright span,
.copyright a {
  font-family: TrebuchetMS;
  font-size: 16px;
  color: #fff;
}

.copyright a:hover {
  color: #fff;
  text-decoration: none;
}

.copyright-menu ul {
  text-align: right;
  margin: 0;
}

.copyright-menu li {
  display: inline-block;
  padding-left: 20px;
}

.back-to-top .btn-dark:hover {
  cursor: pointer;
  background: #fa6742;
  border-color: #fa6742;
}

.social-media-icon-holder {
  position: relative;
  width: 28px;
  height: 28px;
  /* border: 2px solid #000; */
  /* margin: auto; */
  top: 1px;
  overflow: hidden;
  display: block;
  margin-bottom: 11px;
}

.social-media-icon-holder .icon {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  /* visibility: hidden; */
}

.social-media-icon-holder .one {
  color: #fff;
  top: 0px;
  transition: all 0.4s ease;
}

.social-media-icon-holder .two {
  top: 100%;
  color: #fff;
  background-color: grey;
  transition: all 0.4s ease;
  /* visibility: hidden; */
}

.social-media-icon-holder .fa {
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 28px;
}

a.social-wrapper {
  position: relative;
  /* margin-bottom: 21px; */
}

.social-wrapper:hover .one {
  top: -100%;
}

.social-wrapper span {
  position: absolute;
  left: 36px;
  top: 4px;
}

.social-wrapper:hover span {
  color: #238DA0;
}

/* .social-media-icon-holder:hover .one {
  
} */



table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 0px solid #ddd;
}

th, td {
  text-align: left;
  padding: 16px;
}

tr:nth-child(even) {
  background-color: #ffffff;
}





.social-wrapper:hover .icon.two {
  top: 0%;
  background-color: #5e5e5e;
}
.mobileonly{
	display : none;
}
.ourservicespadding{
}
.servicesitempadding{
	padding-bottom:0px;
}
.about-the-founder .about-founder-title {
    font-family: OswaldBold;
    font-weight: bold;
    font-size: 20px;
    color: #fe7011;
    margin-bottom: 0px;
}

.about-the-founder .about-founder-title:after {  
    content: '';  
    background-color: red;  
    height: 1px;  
    display: block;  
    position: absolute;  
    top: 18px;  
    left: 0;  
    width: 50px;  
}  
.about-the-founder .founder-name {
    font-family: PTSansNarrow;
    font-size: 26px;
    color: #01a95a;
}
	.projectsbottompadding{
		margin-bottom:30px;
	}

	.ourclientspaddingleft{
		padding-left : 60px;
	}
	.countertextalign{
		text-align:left; 
	}
	.menu{
		padding-right:120px;
	}
	.footer-social-link{
		text-align:center; 
		padding-left:15px;
	}
	.footerlogo{
		width:70%;
	}
	.footerlogopadding{
		padding-top:65px;
		padding-left:15px;
	}
	.innersub:link{
		color:#000; 
		font-size:19px;
		font-family: HalloSans;
	}
	.innersub:hover{
		color:#fff; 
		font-size:19px;
		font-family: HalloSans;
	}
	.logopadding{
		text-align : left;
		padding-left : 40px;
	}
* {box-sizing: border-box;}

input[type=text], select {
  width: 49%;
  padding: 12px;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #3387B9;
  color: white;
  padding: 10px 12px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #633D33;
}
.focus-wrapper {
  position: relative;
}

/*=======================
 News Section Style
=======================*/
.news{
    background: rgba(26, 26, 26, 0.03);
    padding: 40px 0 45px;
}

.news .grid{
    margin: 0 -15px;
	
}

.news .col{
    width: 33.333%;
    padding: 0 15px;
	float:left;
	margin-bottom : 35px;
}

.news .col .holder{
    position: relative;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0 0 36px rgba(0, 0, 0, 0.16);
}

.news .col img{
    vertical-align: top;
}

.news .col .text-holder{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /*height: 100%;*/
    padding: 10px 25px 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
    /*pointer-events: none;*/
    background: rgba(51, 166, 184, 0.8);
    -webkit-transform: translateY(210px);
    -moz-transform: translateY(210px);
    transform: translateY(210px);
    -webkit-transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    transition: ease 0.2s;
}

.news .col .holder:hover .text-holder{
    height: 100%;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
	color : #000;
	 background: rgba(255, 255, 255, 0.8);
}

.news .col .text-holder .title{
    font-size: 16px;
    line-height: 21px;
    margin: 5px 0 15px;
	font-weight:normal;
	font-family:OswaldMedium;
}

.news .col .text-holder .title{
    font-size: 16px;
    line-height: 23px;
    margin: 5px 0 15px;
	font-weight:normal;
	font-family:OswaldMedium;
}

.news .col .text-holder time{
    font-size: 13px;
}

.news .text-holder .news-description{
    text-align: justify;
    margin: 0 0 8px;
	color :#000;
	font-family: TrebuchetMS;
    font-size: 16px;
}

.news .text-holder .news-description p{
    margin: 0;
}

.news .col .text-holder .btn-primary{
	align-self: flex-start;
}

	.contactpadding{
		border:1px solid #E5E5E5; 
		background-color:#F9F9F9;
		padding : 0px 30px;
	}	
	.contactparagraph{
		width:50%; 
		line-height:25px;
	}
	.sticky-top{
		padding-bottom:25px;
	}
	
/* Medium devices (tablets, less than 992px) */
	@media (max-width: 992px) {
	.col-md-4 {
		width: 50%;
	}
	.news{
		padding: 40px 0 0px;
	}
	.news .grid{
		margin: 0 -15px;
	}
	
	.news .col{
		width: 100%;
		padding: 0 15px;
	}	
	.news .col .text-holder{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /*height: 100%;*/
    padding: 10px 25px 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
    /*pointer-events: none;*/
    background: rgba(51, 166, 184, 0.8);
    -webkit-transform: translateY(160px);
    -moz-transform: translateY(160px);
    transform: translateY(160px);
    -webkit-transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    transition: ease 0.2s;
}
	.contactparagraph{
		width:100%; 
		line-height:25px;
	}	
	.contactrightside{
		padding-top:25px;
	}	
	.contactpadding{
		margin:0px 15px;
		border:1px solid #E5E5E5; 
		background-color:#F9F9F9;
		padding : 0px 30px;
	}	
		
	input[type=text], select {
	  width: 100%;
	  padding: 12px;
	  border: 1px solid #E5E5E5;
	  border-radius: 4px;
	  box-sizing: border-box;
	  margin-top: 6px;
	  margin-bottom: 16px;
	  resize: vertical;
	}

	textarea {
	  width: 100%;
	  padding: 12px;
	  border: 1px solid #E5E5E5;
	  border-radius: 4px;
	  box-sizing: border-box;
	  margin-top: 6px;
	  margin-bottom: 16px;
	  resize: vertical;
	}	
		
		
	.logopadding{
		text-align : left;
		padding-left : 12px;
	}
	.footerlogopadding{
		padding-top:45px;
	}
	.footerlogo{
		width:50%;
	}
	.footer-social-link{
		text-align:center; 
		padding-left:15px;
	}
	.menu{
		padding-right:0px;
		width:100%;
	}
	.menu ul {
		background-color : #00b2b0;
	}
	.menu-content.open {
		width: 93%;
	}
	.text-holder .banner-title {
	  font-size: 22px;
	  font-family: OswaldBold;
	  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.62);
	  line-height: 25px;
	}
	.countertextalign{
		text-align:center; 
		padding-bottom:30px;
	}
	.ourclientspaddingleft{
		padding-left : 65px;
	}
	.ourservicespadding{
		padding-bottom:0px;
	}
	.servicesitempadding{
		margin-bottom:40px;
	}
	.projectsbottompadding{
		margin-bottom:0px;
	}
	.card-deck .card {
    margin-bottom: 40px;
	}
	.desktoponly{
		display : none;
	}
	.mobileonly{
		display : block;
	}
  .logo-img {
	width: 100%;
	text-align : left;
	margin:0px auto;
  }

  .logo-img img {
	  padding-top : 10px;
    width: 90px;
	text-align : left;
  }

  .main-navigation ul li {
    padding-left: 0px;
    margin-left: 0;
	width:100%;
  }

  .main-navigation ul li:first-child {
    padding-left: 0px;
  }

  a.dropdown-item {
    text-align: left;
    margin-left: 0px;
  }

  .welcome-to-website {
    padding-top: 0px !important;
  }

  .navbar {
    position: relative;
    width: 100%;
    top: -7px;
    right: 0px;
    padding: 6px;
    margin: 0;
    border: 1px solid #fff;
    box-shadow: 0px 0px 5px #888888;
  }

  .navbar .nav-item {
    border-bottom: 1px solid #fff;
	background-color: #238DA0;
  }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 10px;
  }

  a#navbarDropdown {
    margin-bottom: 0px;
	padding-left: 10px;
  }

  .dropdown-menu {
    background: transparent;
    padding: 0 0;
  }

  .logo-holder {
    position: relative;
    left: -25px;
    top: 0px;
	padding-bottom : 10px;
  }

  p.text-logo {
    /* text-shadow: 2px 1px 2px #000; */
    font-size: 23px;
    left: 95px;
    top: 35px;
    color: #000;
	line-height:22px;
	width : 300px;
  }
  p.text-logo2 {
    /* text-shadow: 2px 1px 2px #000; */
	font-family: UbuntuCondensed;
    font-size:14px; 
	padding-top:45px; 
	line-height:23px;
    left: 97px;
    top: 15px;
    color: #000;
	width : 300px;
  }
  
  

  .navbar-toggler {
    padding: 4px;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #ffffff;
    border: none;
    border-radius: 0.25rem;
    /* color: #fff; */
    background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(51, 166, 184, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/></svg>");
    background-repeat: no-repeat;
  }

  .main-navigation ul {
    background-color: rgb(51, 166, 184);
    margin-top: 5px;
  }

  .dropdown-item {
    text-align: center;
  }

  .only-mobile {
    display: block;
    color: #000;
    font-family: Oswald;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0;
    color: #238DA0;
  }

  .only-desktop {
    display: none;
  }

  .only-mobile-common {
    display: block;
  }

  section.our-partners.pt-5-adjust.pb-5-adjust.only-mobile-common {
    padding: 0 57px;
  }

  .main-banner .item {
    height: 273px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .owl-carousel .text-holder {
   
  }

  .main-content {
    margin-top: 35px;
  }

  .focus-image {
    left: 50%;
    margin-bottom: 18px;
    transform: translate(-50%);
  }

  .overlay-focus {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    /* right: 50%; */
    height: 100%;
    width: 80%;
    opacity: 0;
    /* transition: .5s ease; */
    background-color: #31A4B6;
    cursor: pointer;
    transform: translateX(-50%);
  }

  .focus-area-link {
    left: 50%;
  }

  .about-the-founder {
    background: url(../images/bgfounder.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    background-attachment: fixed;
  }

  .about-the-founder {
    padding-bottom: 0 !important;
  }

  .founder-bottom-adj {
    /* position: relative; */
    /* right: 0px; */
    /* z-index: 0; */
    padding: 0;
  }

  .title-achievements h3 {
    text-align: center;
    margin-bottom: 31px;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
  }

  .achievements-fix-margin {
    margin-left: 0px;
  }

  .achievement-wrapper {
    margin-bottom: 30px;
  }

  .volunteer-wrapper {
    margin-bottom: 35px;
    /* text-align: center; */
    padding: 0px 42px;
  }

  .volunteer-wrapper img {
    margin: 0 2px;
  }

  .events-wrapper {
    margin-bottom: 35px;
    padding: 0 58px;
  }

  h4.events-title:after {
    content: "";
    background-image: url(../images/borderline.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 40px;
    left: 59px;
    width: 300px;
    height: 4px;
  }

  .event-desc {
    text-align: justify;
  }

  .event-time-loc span {
    margin: 2px 3px;
  }

  .event-divider {
    top: 201px;
    left: 57px;
  }

  .donation-wrapper {
    padding: 0 50px;
  }

  .mobile-fix-supp {
    margin: 0px 50px;

    /* display: block; */
  }

  .photo-gallery-wrapper .overlay-focus {
    left: 50%;
    width: 100%;
    transform: translate(-50%);
  }

  .photo-gallery-wrapper {
    margin-bottom: 26px;
  }

  .photo-gallery-wrapper img {
    position: relative;
    left: 0px;
  }

  .photo-gallery-caption {
    /* left: 0px; */
    width: 100%;
  }

  .our-partners img {
    /* margin-left: 97px; */
    margin-bottom: 17px;
  }

  .copyright span,
  .copyright a {
    font-family: TrebuchetMS;
    font-size: 16px;
    color: #fff;
  }

  .jumbotron {
    height: 115px;
	border-radius: 0rem;
  }
  .btn-scroll-down button {
    display: none;
  }
  .about-us-main {
    padding: 0 23px 10px 29px;
  }
  .about-us-heading h1 {
    margin-left: -6px;
	font-size: 20px;
  }
  .owl-nav {
    /* display: none; */
  }
  .nav-item.dropdown.only-mobile-common a:after {
    display: none;
    float: left;
  }
  .nav-item.dropdown.only-mobile-common .fa-caret-down {
    position: absolute;
    top: 7px;
    right: 9px;
  }
  .owl-carousel .owl-dots {
    bottom: 66px;
  }
  .owl-arrow-left {
    background-size: 80%;
    height: 33px;
    top: 39%;
  }
  .owl-arrow-right {
    background-size: 80%;
    height: 33px;
    top: 39%;
    margin-right: 0;
    right: 16px;
    /* width: 41px; */
    background-repeat: no-repeat;
  }
  
  .owl-arrow-left1 {
    background-size: 80%;
    height: 33px;
    top: 20%;
  }
  .owl-arrow-right1 {
    background-size: 80%;
    height: 33px;
    top: 20%;
    margin-right: 0;
    right: 16px;
    /* width: 41px; */
    background-repeat: no-repeat;
  }
  .popup-gallery .pt-4 {
    padding-top: 1rem !important;
  }
  .popup-gallery .overlay-focus {
    width: 100%;
  }
}

/*Special Features */
.special-feature .section-title hr{
	border-color:#151515;
}
.slider-block1{
	margin-top:0px;
}
.slider-block{
	margin-top:-259px;
}
.slider-block2{
	margin-top:-278px;
}
.top-up{
	margin-top:-180px;
}
.special-feature i{
	font-size:65px;
	line-height:75px;
}
.special-feature h4{
	font-size:18px;
	margin-top:15px;
	position:relative;
}
.special-feature .mask-top i{
	color:#ffffff;
}
.special-feature .mask-top h4{
	color:#ffffff;
}
.special-feature .mask-top{
	width:100%;
	background-color:rgba(0,0,0,.8);
	padding:25px 0;
	position:absolute;
	top:0px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.special-feature .mask-top:after {    
	bottom: -20px;
    content: "\f0d8";
    font-family: fontawesome;
    font-size: 28px;
    left: 48%;
    position: absolute;
    right: 50%;
}
.special-feature.no-arrow .mask-top:after {    
	bottom: -20px;
    content: none;
    font-family: fontawesome;
    font-size: 28px;
    left: 48%;
    position: absolute;
    right: 50%;
}
.special-feature .mask-top h4:before {
	top: -18px;
	content: "";
	display: block;
	height: 0px;
	left: 0;
	right:0;
	margin:-2px auto;
	position: absolute;
	width: 40px;
}
.special-feature .s-feature-box:hover .mask-top{
	top:-200px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition:all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.slider-block1 .special-feature .s-feature-box:hover .mask-top{
	top:0px;
}
.slider-block1 .special-feature .s-feature-box .mask-top{
	color:#f2f2f2;
	height:100%;
	position: inherit;
}
.slider-block1 .special-feature .s-feature-box .mask-top p{
	padding:10px 15px;
}
.special-feature .s-feature-box{
	overflow:hidden;
	position:relative;
	min-height:187px;
	border:0px solid;
	margin-bottom:0px;
	cursor:pointer;
}
.special-feature .mask-bottom{
	color:#fff;
	padding:20px 15px 20px 15px;
	width:100%;
	position:absolute;
	bottom:-300px;
	height:100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.special-feature .mask-bottom p{
	padding:0px 5px;
}
.special-feature .mask-bottom h4{
	margin:5px 0px 5px;
}
.special-feature .s-feature-box:hover .mask-bottom{
	bottom:0;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	-ms-transition:all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.special-feature .mask-bottom i {
    font-size: 38px;
    line-height: 50px;
}
.image-top-border img{
	border-top:5px solid;
}
.image-top-border .service-image{
	position:relative;
}
.service-image  img{	
	padding:15px;	
    background:#fff;
}
.image-top-border .service-image:before{
	content:"";
	width:4px;
	height:108px;
	position:absolute;
	top:0;
	left:0;
}
.image-top-border .service-image:after{
	content:"";
	width:4px;
	height:108px;
	position:absolute;
	top:0;
	right:0;
}
.service-details{
	padding:0 15px;		
}
/******************************************************************************
  Features 
*******************************************************************************/
.features-block .header-box {
  display: block;
  min-height: 30px;
  margin: 0 0 13px;
  overflow: hidden;
}
.features-block .header-box .icon-box {
  background: none;
  color: #1e1e1e;
  float: left;
  height: 30px;
  margin: 0 10px 0 0; 
  text-align: center;
  width: 24px;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.features-block .header-box a.icon-box:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.features-block .header-box .icon-box i:before {
  font-size: 20px;
  line-height: 30px;
}
.features-block .header-box h6 {
  margin: 6px 0 0;
}
.features-list {
	padding:40px 0 0 0px;
}
.features-list-left {
	text-align:left;
}
.features-list-right {
	text-align:left;
}
.features-list-right.text-right{
	text-align:right;
}
.features-list li {
	list-style:none;
	padding:20px 0;
	line-height:2;
	font-size:15px;
	font-weight:300;
	position:relative;
}
.features-list li i {
	display:block;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	width:70px;
	height:70px;
	margin:20px auto;
	line-height:70px;
	top:0px;
	text-align:center;
	position:absolute;
}
.features-list-left li i {
	left:0px;
}
.features-list-right li i {
	right:0px;
}
.features-list-left .features-content {
	margin-left:90px;
}
.features-list-right .features-content {
	margin-right:90px;
}
/* Additional Features */
.responsive-features span {
    font-size: 24px;
    margin-right: 10px;
}
.responsive-features h5,
.responsive-features p{
    display: inline-block;
    margin: 0 0 10px;
    text-transform: capitalize;
}
.bottom-arrow:before{
	border-top-color: #238DA0;
}
.rightGrip, 
.leftGrip{
	border-bottom: 10px solid #238DA0 !important;
}
.top-bar-section.top-bar-bg-color,
.product-count,
.navbar-bg-color,
.top-bar-section.top-bar-bg-color,
.btn-default,
.section-title h1:before,
.section-title h2:before,
.special-feature .mask-top h4:before ,
.s-feature-box:hover .mask-bottom,
.progress-bar,
.owl-prev .fa, .owl-next .fa,
h3.count-number:before,
h2.count-number:before,
.item-box.inverse a:hover i,
.item-number,
.name:before,
.inverse-bg-color i,
.icons-bg-color i,
.bg-color,
.gray-bg i:hover,
.features-list-item:hover i,
.bar,
.pagination > .active > span,
.pagination > .active > span:hover,
.blog.timeliner>li:hover .timeline-image,
.blog.timeliner>li:hover .timeline-icon,
div.count-number:before,
.static-color-icons span,
.team-item .social-icon,
.caption-block,
.image-top-border .service-image:before,
.image-top-border .service-image:after,
.general-section .nav:before,
.navbar-default .navbar-toggle .icon-bar,
.list-border .list-group-item.active, 
.list-border .list-group-item.active:focus, 
.list-border .list-group-item.active:hover,
.list-border.widget a.list-group-item:focus, 
.list-border.widget a.list-group-item:hover,
.image-bg .overlay-color,
.overlay-color,
.work-section .nav.b-color li.active,
.work-section .nav.b-color li:hover,
.mixed-grid .nav.b-color li.active,
.mixed-grid .nav.b-color li:hover
{
	background-color: rgba(0,0,0,.8);
}
.text-center {
    text-align: center;
}

/*==========================
 Our Stats Section Style
==========================*/
.our-stats{
    background: url(../images/slide5.jpg);
    background-size: cover;
    padding: 60px  0px  33px 0px;
    position: relative;
    color: #fff;
	font-family: 'OswaldBold';
}

.our-stats:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.58);
    content: '';
}

.our-stats .container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 1;
}

.our-stats .section-title{
    width: 25%;
    margin-right: 30px;
    font-size: 41px;
    line-height: 57px;
    text-transform: uppercase;
    margin: 0;
}

.stat-grid{
    flex-basis: 0;
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.stat-grid .col{
    padding: 0 15px;
    width: 25%;
    text-align: center;
}

.stat-grid .col .icon-holder{
    margin: 0 0 10px;
    height: 70px;
}

.stat-grid .col img{
    vertical-align: top;
}

.stat-grid .number{
    font-size: 48px;
    line-height: 55px;
    margin: 0 0 10px;
}

.stat-grid .stat-title{
    font-size: 18px;
    line-height: 22px;
    font-family: 'OswaldMedium';
    font-weight: normal;
}

/*==============================
 Our Clients Section Style
==============================*/
.our-clients .section-title{
    text-align: center;
    padding: 40px 0;
}

.clients-grid{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    align-items: center;
}

.clients-grid .col{
    width: 20%;
    padding: 0 15px;
    margin: 0 0 40px;
    text-align: center;
}

.clients-grid .col img{
    vertical-align: top;
}

.arrow1 {
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
}
.arrow1:hover {
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
}
.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}