/*=== MEDIA QUERY ===*/

@import url("https://fonts.googleapis.com/css2?family=Lobster&family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&display=swap");
html {
  overflow-x: hidden;
}

.mobile-show {
		display: none;
	}

/*=++++++++++++++++++++++== BODY =======================================*/

body {

  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
	line-height: 28px;
  color: #000000;
}

p a:link {
  font-family: "Montserrat", sans-serif;
   font-size: 18px;
	line-height: 26px;
	color: #000000;
  text-decoration: underline;
}

p a:visited {
 font-family: "Montserrat", sans-serif;
   font-size: 18px;
	line-height: 26px;
		color: #000000;
  text-decoration: underline;
}

p a:hover {
 font-family: "Montserrat", sans-serif;
   font-size: 18px;
	line-height: 26px;
    color: #00cccc;
   text-decoration: none;
}

p a:active {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
	line-height: 26px;
    color: #00BCD4;
  text-decoration: underline;
}



h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  
	font-family: 'Lobster', cursive;
	
	font-weight: 700;
  color: #232323;
}

h1, .h1 {
font-family: 'Lobster', cursive;
font-size: 75px;
text-shadow: 2px 2px 10px #000000;
}

h2, .h2 {
font-family: "Montserrat", sans-serif;
font-size: 35px;
 line-height: 65px;
}

h3, .h3 {
font-family: "Montserrat", sans-serif;
font-size: 30px;
 line-height: 45px;
color: #02BBC0;
}

h4, .h4 {
font-family: "Montserrat", sans-serif;
  font-size: 29px;
  line-height: 39px;
}

h5, .h5 {
font-size: 19px;
line-height: 30px;
}

h6, .h6 {
font-family: "Montserrat", sans-serif;
  font-size: 20px;
	font-weight: 600;
  line-height: 30px;
}

p {
  color: #000000;
}


/*=++++++++++++++++++++++== NAVBAR =======================================*/

.navbar-toggle .icon-bar {
  background: #01FFFF;
}

.navbar-toggler {
	font-size: 1.9rem;
}
input[type="email"], input[type="password"], input[type="text"], input[type="tel"] {
  box-shadow: none;
  height: 45px;
  outline: none;
  font-size: 14px;
}

input[type="email"]:focus, input[type="password"]:focus, input[type="text"]:focus, input[type="tel"]:focus {
  box-shadow: none;
  border: 1px solid #01FFFF;
}

/*=++++++++++++++++++++++== FORM CONTROL =======================================*/

.form-control {
  box-shadow: none;
  border-radius: 0;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #01FFFF;
}

.py-7 {
  padding: 7rem 0px;
}

/*=++++++++++++++++++++++== BUTTONS =======================================*/

.btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: .75rem 2rem;
  text-transform: uppercase;
  border-radius: 0;
  transition: all 0.2s ease;
  border: 2px solid transparent;
}

.btn.btn-icon i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

.btn:focus {
  outline: 0px;
  box-shadow: none;
}

.btn-main, .btn-small {
  background: #01FFFF;
  border-color: #01FFFF;
  color: #000;
  transition: all 0.2s ease;
}

.btn-main:hover, .btn-small:hover {
  background: #02BBC0;
  color: #fff;
  border-color: #02BBC0;
}

.btn-main-2 {
  background: #02BBC0;
  color: #fff;
  transition: all 0.2s ease;
}

.btn-main-2:hover {
  background: #01FFFF;
  border-color: #01FFFF;
  color: #fff;
}

.btn-solid-border {
  border: 2px solid #01FFFF;
  background: transparent;
  color: #232323;
}

.btn-solid-border:hover {
  border: 2px solid #01FFFF;
  background: #01FFFF;
}

.btn-solid-main-2 {
  border: 2px solid #02BBC0;
  background: transparent;
  color: #02BBC0;
}

.btn-solid-main-2:hover {
  border: 2px solid #02BBC0;
  background: #02BBC0;
  color: #fff;
}

.btn-large {
  padding: 20px 45px;
}

.btn-large.btn-icon i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

.btn-small {
  padding: 10px 25px;
  font-size: 12px;
}

.btn-round {
  border-radius: 4px;
}

.btn-round-full {
  border-radius: 50px;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
}

/*=++++++++++++++++++++++== BACKGROUND =======================================*/

.bg-gray {
  background: #02BBC0;
}

.bg-primary {
  background: #02BBC0;
}

.bg-primary-dark {
  background: #02BBC0;
}

.bg-primary-darker {
  background: #222222;
}

.bg-dark {
  background: #02BBC0;
}

.bg-gradient {
  background-image: linear-gradient(145deg, rgba(2, 187, 192, 0.95) 0%, rgba(172, 252, 253, 0.95) 100%);
  background-repeat: repeat-x;
}

/*=++++++++++++++++++++++== SECTION =======================================*/

.section {
  padding: 40px 0;
}

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

.section-title {
  margin-bottom: 40px;
}

.section-title .title {
  font-size: 50px;
  line-height: 50px;
}

.section-title p {
  color: #535353;
  font-family: "Montserrat", sans-serif;
}

.subtitle {
  color: #02BBC0;
  font-size: 15px;
  letter-spacing: 1px;
}


/*=++++++++++++++++++++++== SCROLL TO TOP BUTTON =======================================*/

.scroll-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  color: #ffffff;
  font-size: 24px;
  line-height: 45px;
  width: 50px;
  height: 50px;
  border: 1px solid #006699;
  background: #006699;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  display: none;
  border-radius: 25px;
  transition: all 500ms ease;
}

.scroll-to-top:hover {
  background: #ffffff;
  color: #006699;
  border-color: #006699;
  transition: all 500ms ease;
}


/*=++++++++++++++++++++++== OVERLAY OF HERO IMAGE =======================================*/

.overly, .page-title, .slider {
  position: relative;
}

.overly:before, .page-title:before, .slider:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #000;
}

.overly-2, .bg-counter, .cta-block {
  position: relative;
}

.overly-2:before, .bg-counter:before, .cta-block:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}

/*=++++++++++++++++++++++== TEXT COLOR =======================================*/

.text-color {
  color: #02BBC0;
}

.text-black {
  color: #000000;
}

.text-color2 {
  color: #43CCCD;
}

.text-color2 {
  color: #ACFCFD;
}

.text-sm {
  font-size: 14px;
}

.text-md {
  font-size: 2.25rem;
}

.text-lg {
  font-size: 3.25rem;
  line-height: 1.2;
}

.no-spacing {
  letter-spacing: 0px;
}


/*=++++++++++++++++++++++== LINKS =======================================*/

/* Links */

a:focus, a:hover {
  color: #000000;
  text-decoration: none;
}

a:focus {
  outline: none;
}

.content-title {
  font-size: 40px;
  line-height: 50px;
}

.page-title {
  padding: 150px 0;
}

.page-title .block h1 {
  color: #fff;
 font-size: 65px;
 letter-spacing: 5px;
}

.page-title .block p {
  color: #fff;
font-size: 24px;
}

.page-wrapper {
  padding: 70px 0;
}

a {
  transition: all .4s ease 0s;
}

.section-divider {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.12);
}


/*=++++++++++++++++++++++== MEDIA =======================================*/


@media (max-width: 400px) {
  .p-5 {
    padding: 2rem !important;
  }
  h2, .h2 {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 36px;
  }
  .text-lg {
    font-size: 2rem;
    line-height: 1.6;
  }
  .text-md {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .p-5 {
    padding: 2rem !important;
  }
  h2, .h2 {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 36px;
  }
}

@media (max-width: 992px) {
  h2 {
    line-height: 1.6;
    font-size: 23px;
  }
}


/*=++++++++++++++++++++++== NAVBAR =======================================*/

#navbar li {
  padding: 5px;
}

#navbar .nav-link {
  font-family: "Montserrat", sans-serif;
  color: #000000;
  text-transform: capitalize;
  font-weight: 600;
  padding: 30px 10px;
  transition: all .25s ease;
}

#navbar .nav-link:hover, #navbar .nav-link:focus {
  color: #43CCCD;
}

#navbar .btn:hover {
  color: #fff;
}


/*=++++++++++++++++++++++== HEADER TOP =======================================*/

.header-top {
background: #03d6dc;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 15px;
  font-weight: bold;
  padding: 8px 0px;
}

.header-top .top-btn {
  padding: 12px 20px;
  background: #ACFCFD;
  line-height: 40px;
  color: #FFFFFF;
 border-radius: 10px;
  margin-bottom: 0px;
}

.header-top .top-btn:hover {
  background: #05878b;
 color: #FFFFFF;
}

.header-top .header-top-right a {
  margin-left: 20px;
   color: #000;
}

.header-top .header-top-info a i {
  color: #01FFFF;
}

.header-top .btn {
  font-size: 14px !important;
  margin-right: 0px;
}

/*=++++++++++++++++++++++==  LOGO =======================================*/

.navbar-brand img {
  width: 417px;
}
@media (max-width: 768px) {
 .navbar-brand img {
  width: 325px;
}
}
/*=++++++++++++++++++++++==  NAVIGATION MENU =======================================*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 35px 0px 35px 0px;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0 8px 8px;
  text-transform: none;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i, .navbar a:focus i {
  font-size: 16px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #028B90;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  /* top: calc(100% + 30px); */
  margin: 0;
  margin-top: -25px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 3px;
  font-size: 17px;
  font-weight: 600;
  text-transform: none;
  color: #000000;
  text-decoration: none;
}

.navbar .dropdown ul a i {
  font-size: 17px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #02BBC0;
  text-decoration: none;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

@media (max-width: 768px) {
	.navbar .dropdown ul {
	  position: relative;
	  opacity: 100;
	  visibility: visible;
	}
	.navbar ul {
	  padding-left: 50px;
	  align-items: flex-start;
	}
	.dropdown-toggle::after {
		color:transparent;
	}
	.navbar ul .dropdown-menu {
		margin-left: 30px;
		padding-left: 5px;
	}
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #000;
  font-size: 20px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  padding-bottom: 30px;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(67, 204, 205, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #028B90;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #028B90;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*=++++++++++++++++++++++== SUBPAGE SUBHEADER BACKGROUNDS =======================================*/

.bg-1 {
  background: url("../images/bg/bg-3.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.bg-2 {
  background: url("../images/bg/banner2.jpg");
  background-size: cover;
  	
}

.bg-3 {
  background: url("../images/bg/bg-33.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.bg-4 {
  background: url("../images/bg/bg-4.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.bg-5 {
  background: url("../images/bg/bg-6.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.bg-6 {
  background: url("../images/bg/bg-5.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.bg-7 {
  background: url("../images/bg/bg-7.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.bg-8 {
  background: url("../images/bg/bg-88.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.bg-9 {
  background: url("../images/bg/bg-9.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.bg-9 {
  background: url("../images/bg/bg-10.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.bg-10 {
  background: url("../images/bg/bg-101.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.bg-11 {
  background: url("../images/bg/bg-11.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.bg-12 {
  background: url("../images/bg/bg-12.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.bg-13 {
  background: url("../images/bg/bg-13.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.bg-14 {
  background: url("../images/bg/bg-14.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.bg-15 {
  background: url("../images/bg/bg-15.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.bg-16 {
  background: url("../images/bg/bg-16.jpg") no-repeat 50% 50%;
  background-size: cover;
}
.bg-17 {
  background: url("../images/bg/bg-17.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.bg-18 {
  background: url("../images/bg/bg-18.jpg") no-repeat 50% 50%;
  background-size: cover;
}

@media (max-width:768px){
	.bg-4 {
	  background: url("../images/bg/mobile-bg-4.jpg") no-repeat 50% 50%;
	}
	.bg-8 {
	  background: url("../images/bg/mobile-bg-8.jpg") no-repeat 50% 50%;
	}
	.bg-15 {
	  background: url("../images/bg/mobile-bg-15.jpg") no-repeat 50% 50%;
	}
	.bg-16 {
	  background: url("../images/bg/mobile-bg-16.jpg") no-repeat 50% 50%;
	}	
}

/*=++++++++++++++++++++++== SLIDER =======================================*/

.slider {
  background: url("../images/bg/banner2.jpg") no-repeat;
  background-size: cover;
  background-position: 10% 0%;
  padding: 100px 0;
  position: relative;
}



.slider .block h1 {
  font-size: 80px;
  line-height: 80px;
  color: #fff;
}

.slider .block p {
  color: #fff;
}

@media (max-width: 400px) {
  .slider .block h1 {
    font-size: 41px;
    line-height: 57px;
  }
}

@media (max-width: 400px) {
  .slider .block h1 {
    font-size: 28px;
    line-height: 40px;
  }
  .slider {
    padding: 26px 0 151px 0;
  }
}

@media (max-width: 480px) {
  .slider .block h1 {
    font-size: 38px;
    line-height: 50px;
  }
  .slider {
    padding: 25px 0 151px 0;
  }
}

@media (max-width: 768px) {
	.slider {
		background: url("../images/bg/banner2-mobile.jpg") no-repeat;
	}
	.slider .block h1 {
    font-size: 56px;
    line-height: 70px;
  }
}

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


/*=++++++++++++++++++++++== ABOUT =======================================*/

.about-2 {
  background: #ffffff
}

.about-item-block {
  clear: both;
}

.about-item-block .icon {
  float: left;
  margin-right: 40px;
  font-size: 30px;
  margin-bottom: 20px;
  position: relative;
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 100%;
  display: flex;
  background: #01FFFF;
  color: #fff;
  align-items: center;
  justify-content: center;
}

.about-item-block .icon:after {
  position: absolute;
  content: "";
  border: 5px solid #ddd;
  width: 105px;
  height: 105px;
  border-radius: 100%;
}

.bg-color-2 {
  background: #f3f0ea;
}

/*--------------------------------------------------------------
# faculty
--------------------------------------------------------------*/
.faculty {
  background: #fff;
}


.faculty-home {
  padding: 0px 0;
}

.faculty-mobile {
  padding: 20px 0;
}

.faculty .icon-boxes h3 {
  font-size: 28px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 15px;
}

.faculty .icon-boxes h4 {
  font-size: 28px;
  font-weight: 500;
  color: #222222;
  margin-bottom: 15px;
}

.faculty .icon-box {
  margin-top: 40px;
}

.faculty .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 2px solid #02BBC0;
  border-radius: 50px;
  transition: 0.5s;
}

.faculty .icon-box .icon i {
  color: #02BBC0;
  font-size: 32px;
}

.faculty .icon-box:hover .icon {
  background: #02BBC0;
  border-color: #02BBC0;
}

.faculty .icon-box:hover .icon i {
  color: #fff;
}

.faculty .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.faculty .icon-box .title p{
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 180px;
}

.faculty .icon-box .title a {
  color: #222222;
  transition: 0.3s;
}

.faculty .icon-box .title a:hover {
  color: #02BBC0;
}

.afaculty .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 17px;
}




/*=++++++++++++++++++++++== CARDS =======================================*/

.cause-item {
  transition: all .4s ease 0s;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.cause-item .card-body {
  padding: 35px;
}

.cause-item li span {
  font-weight: 700;
}

.cause-item:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  border: 1px solid transparent;
}

/*=++++++++++++++++++++++== VOLUNTEER =======================================*/

.volunteer {
  position: relative;
}

.volunteer:before {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  width: 47%;
  height: 100%;
  background: #02BBC0;
}

.volunteer-content {
  padding-right: 70px;
}

.volunteer-form .form-control {
  height: 60px;
  padding-left: 20px;
  background: #f7f9f3;
  border-radius: 3px;
}

.volunteer-form textarea.form-control {
  height: auto;
}

.volunteer-form .btn:hover {
  background: transparent;
  color: #fff;
  border-color: #01FFFF;
}


/*=++++++++++++++++++++++== CLIENTS WRAP =======================================*/

.clients-wrap a {
  margin-bottom: 20px;
  display: inline-block;
  width: 29%;
}

.clients-wrap img {
  float: left;
}

/*=++++++++++++++++++++++== VIDEO =======================================*/

.video {
  position: relative;
}

.video:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  background: #02BBC0;
  width: 100%;
  height: 100%;
}

.video:after {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  background: #02BBC0;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.video .video-block {
  position: relative;
}

.video .video-block .img-block {
  position: relative;
  box-shadow: 0px 0px 70px 0px rgba(0, 42, 106, 0.15);
}

.video .video-block .videoplay {
  display: inline-block;
  background: #fff;
  color: #02BBC0;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  text-align: center;
  padding-top: 25px;
  position: absolute;
  right: 0px;
  top: 50%;
  left: 0px;
  margin: auto;
  margin-top: -25px;
}

.video .video-block .videoplay:hover {
  cursor: pointer;
}

/*=++++++++++++++++++++++== CONFIRMATION =======================================*/

.confirmation-content i {
  width: 120px;
  height: 120px;
  background: #01FFFF;
  color: #fff;
  display: inline-block;
  border-radius: 100%;
  padding-top: 25px;
}

.error-content i {
  width: 120px;
  height: 120px;
  background: #01FFFF;
  color: #fff;
  display: inline-block;
  border-radius: 100%;
  padding-top: 28px;
}

.error-content h2 {
  font-size: 120px;
}

@media (max-width: 400px) {
  .content-title {
    font-size: 23px;
    line-height: 46px;
  }
  .bg-about {
    display: none;
  }
  .volunteer::before {
    display: none;
  }
  .volunteer-content {
    padding-right: 0px;
  }
  .video:before {
    width: 100%;
    background: #02BBC0;
  }
  .error-content h2 {
    font-size: 70px;
    margin: 40px 0px;
  }
  .member-benifits-list li {
    margin-bottom: 25px;
  }
  .clients-item-wrap a {
    display: inline-block;
    margin: 20px 0px;
  }
}

@media (max-width: 480px) {
  .content-title {
    font-size: 28px;
    line-height: 46px;
  }
  .bg-about {
    display: none;
  }
  .volunteer::before {
    display: none;
  }
  .volunteer-content {
    padding-right: 0px;
  }
}

@media (max-width: 768px) {
  .bg-about {
    display: none;
  }
  .volunteer::before {
    display: none;
  }
  .volunteer-content {
    padding-right: 0px;
  }
  .video:before {
    width: 100%;
    background: #02BBC0;
  }
}

@media (max-width: 992px) {
  .volunteer::before {
    display: none;
  }
  .volunteer-content {
    padding-right: 0px;
  }
  .video::before {
    width: 100%;
  }
  .volunteer-form-wrap h2 {
    color: #232323 !important;
  }
  .video:before {
    width: 100%;
    background: #111;
  }
}


/*=++++++++++++++++++++++== FEATURE =======================================*/

.feature {
  position: relative;
  padding-top: 300px;
}

.feature:before {
  position: absolute;
  content: "";
  left: 0px;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 70%;
  background: url("../images/about/banner.jpg") no-repeat;
  background-size: cover;
}

.feature-inner {
  background: #fff;
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.03);
}

.feature-inner i {
  font-size: 50px;
  color: #01FFFF;
}

.feature-inner h4 {
  margin-bottom: 0px;
  margin-top: 10px;
}

.feature-inner p {
  color: #8c8c8c;
}

/*=++++++++++++++++++++++== COUNTER =======================================*/

.bg-counter {
  background: url("../images/bg/bg-3.jpg") no-repeat;
  background-size: cover;
}

.counter {
  background: #f7f9f3;
}

.counter-item i {
  font-size: 40px;
  color: #222;
}

.counter-item h3 {
  margin-bottom: 0px;
  font-family: "Montserrat", sans-serif;
  color: #01FFFF;
}

.bg-counter-2 {
  background: #02BBC0;
}

.counter-item-2 .counter-stat {
  font-size: 70px;
  font-weight: 800;
  line-height: 1.1;
  font-family: "Montserrat", sans-serif;
}

.counter-item-2 p {
  margin-bottom: 0px;
}

.counter-item-2 i {
  color: #fff;
}

@media (max-width: 480px) {
  .counter-item-2 {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .counter-item-2 {
    text-align: center;
  }
}


/*=++++++++++++++++++++++== TEAM =======================================*/

.team-item img {
  border-radius: 100%;
}

.team-item-content {
  text-align: center;
}

.team-img-hover .team-social li a.facebook {
  background: #6666cc;
}

.team-img-hover .team-social li a.twitter {
  background: #3399cc;
}

.team-img-hover .team-social li a.instagram {
  background: #cc66cc;
}

.team-img-hover .team-social li a.linkedin {
  background: #3399cc;
}

.team-img-hover {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.6);
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.team-img-hover li a {
  display: inline-block;
  color: #fff;
  width: 40px;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  border-radius: 100%;
  text-align: center;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.team-img-hover:hover li a:hover {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

.team-item:hover .team-img-hover {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

/*=++++++++++++++++++++++== DONATION =======================================*/

.donation-wrap {
  background: #eaeaea;
  padding: 25px   35px;
}

.donation .donation-form .col-form-label {
  font-weight: 700;
}

.donation .donation-form .form-check {
  margin-bottom: 15px;
}

.donation .donation-form .form-control {
  height: 50px;
  border: 1px solid transparent;
}

.donation .donation-form .form-control:focus {
  border-color: #01FFFF;
}

.donation .donation-form .form-group {
  margin-bottom: 25px;
}

.donation .offline-donation ul li {
  margin: 15px 0px;
}

.donation .offline-donation ul address, .donation .offline-donation ul span {
  font-weight: 700;
}

/*=++++++++++++++++++++++== VOLUNTEER =======================================*/

.volunteer-form .form-control {
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.volunteer-form .form-control:focus {
  border-color: #01FFFF;
}


/*=++++++++++++++++++++++== EVENT =======================================*/

.event-item {
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.event-item ul {
  padding-bottom: 40px;
}

.event-item .list-group-flush .list-group-item {
  border: 0px;
  padding: 10px 20px;
}

/*=++++++++++++++++++++++== SERVICE =======================================*/

.service-item {
  position: relative;
  padding-left: 80px;
}

.service-item i {
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 50px;
  opacity: .4;
}

/*=++++++++++++++++++++++== CAUSE META =======================================*/

.cause-meta li {
  font-size: 20px;
}

/*=++++++++++++++++++++++== CTA =======================================*/

.cta-block {
  background: url("../images/bg/bg-100.jpg") fixed 50% 50%;
  background-size: cover;
  padding: 120px 0px;
}

/*=++++++++++++++++++++++== TESTIMONIAL =======================================*/

.testimonial-item {
  padding: 50px 30px;
}

.testimonial-item i {
  font-size: 40px;
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 1;
}

.testimonial-item .testimonial-text {
  font-size: 20px;
  line-height: 38px;
  color: #232323;
  margin-bottom: 30px;
  font-style: italic;
}

.testimonial-item .testimonial-item-content {
  padding-left: 65px;
}

/*=++++++++++++++++++++++== SLICK SLIDE =======================================*/

.slick-slide:focus, .slick-slide a {
  outline: none;
}

@media (max-width: 400px) {
  .testimonial-item .testimonial-item-content {
    padding-left: 0px;
    padding-top: 30px;
  }
}

@media (max-width: 480px) {
  .testimonial-item .testimonial-item-content {
    padding-left: 0px;
    padding-top: 30px;
  }
}

/*=++++++++++++++++++++++== GALLERY ITEM =======================================*/

.gallery .gallery-item {
  margin-bottom: 30px;
}


/*=++++++++++++++++++++++==CONTACT WRAP =======================================*/


.contact-wrap .form-group {
  padding-bottom: 15px;
  margin: 0px;
}

.contact-wrap .form-group .form-control {
  height: 48px;
  background: #f7f9f3;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  width: 100%;
}

.contact-wrap .form-group textarea.form-control {
  height: auto;
}

.contact-wrap label {
  text-transform: uppercase;
  font-size: 17px;
}

/*=++++++++++++++++++++++== ADDRESS =======================================*/

.address-block li {
  margin-bottom: 30px;
  font-size: 14px;
}

.address-block li h6 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #000;
}

/*=++++++++++++++++++++++== SOCIAL =======================================*/

.social-icons h6 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #000;
}

/*=++++++++++++++++++++++== GOOGLE MAP =======================================*/

.google-map {
  position: relative;
}

.google-map #map {
  width: 100%;
  height: 450px;
}

.section-bottom {
  padding-bottom: 80px;
}

/*=================================================================
  Latest Posts
==================================================================*/

.blog-item-content h3 {
  line-height: 36px;
}

.blog-item-content h3 a {
  transition: all .4s ease 0s;
}

.blog-item-content h3 a:hover {
  color: #01FFFF !important;
}

.blog-item {
  background: #fff;
  transition: all .4s ease 0s;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.blog-item .card-body {
  padding: 25px;
}

.blog-item:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.tags a {
  background: #f5f8f9;
  display: inline-block;
  padding: 8px 23px;
  border-radius: 38px;
  margin-bottom: 10px;
  border: 1px solid #eee;
  font-size: 14px;
  text-transform: capitalize;
}

.pagination .nav-links a {
  font-size: 18px;
  border: 2px solid rgba(0, 0, 0, 0.5);
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  padding-top: 10px;
  border-radius: 3px;
}

.pagination .nav-links a:hover {
  background: #02BBC0;
  border-color: #02BBC0;
  color: #fff;
}

.pagination .nav-links a.current {
  background: #02BBC0;
  border-color: #02BBC0;
  color: #fff;
}

.blog-item-meta span {
  text-transform: uppercase;
  font-size: 14px;
}

.comment-area-box img {
  width: 100px;
  border-radius: 3px;
  margin-bottom: 30px;
}

.comment-form .form-control {
  background: #f7f9f3;
  height: 55px;
  padding-left: 10px;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.comment-form textarea.form-control {
  height: auto;
}

.share-option a {
  display: inline-block;
  padding: 8px 22px;
  font-size: 14px;
  background: #f7f9f3;
  border-radius: 25px;
  margin-bottom: 10px;
}

.share-option a:hover {
  background: #01FFFF;
  color: #fff;
}

h3.quote {
  font-size: 25px;
  line-height: 50px;
  font-weight: normal;
  padding: 0px 25px 0px 85px;
  margin: 65px 0 65px 0 !important;
  position: relative;
}

h3.quote::before {
  content: '';
  width: 55px;
  height: 2px;
  background: #01FFFF;
  position: absolute;
  top: 25px;
  left: 0;
}

.nav-posts-title {
  line-height: 25px;
  font-size: 18px;
}

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

.border-1 {
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.blog-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

@media (max-width: 400px) {
  .blog-item-meta span {
    margin: 6px 0px;
  }
  .widget {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
}

@media (max-width: 480px) {
  .blog-item-meta span {
    display: block;
    margin: 6px 0px;
  }
  .widget {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
}

@media (max-width: 768px) {
  .blog-item-meta span {
    display: block;
    margin: 6px 0px;
  }
  .widget {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
}

/*=================================================================
  Single Blog Page
==================================================================*/
.post.post-single {
  border: none;
}

.post.post-single .post-thumb {
  margin-top: 30px;
}

.post-sub-heading {
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
}

.post-social-share {
  margin-bottom: 50px;
}

.post-comments {
  margin: 30px 0;
}

.post-comments .media {
  margin-top: 20px;
}

.post-comments .media > .pull-left {
  padding-right: 20px;
}

.post-comments .comment-author {
  margin-top: 0;
  margin-bottom: 0px;
  font-weight: 500;
}

.post-comments .comment-author a {
  color: #01FFFF;
  font-size: 14px;
  text-transform: uppercase;
}

.post-comments time {
  margin: 0 0 5px;
  display: inline-block;
  color: #808080;
  font-size: 12px;
}

.post-comments .comment-button {
  color: #01FFFF;
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
}

.post-comments .comment-button i {
  margin-right: 5px;
  display: inline-block;
}

.post-comments .comment-button:hover {
  color: #01FFFF;
}

.post-excerpt {
  margin-bottom: 60px;
}

.post-excerpt h3 a {
  color: #000;
}

.post-excerpt p {
  margin: 0 0 30px;
}

.post-excerpt blockquote.quote-post {
  margin: 20px 0;
}

.post-excerpt blockquote.quote-post p {
  line-height: 30px;
  font-size: 20px;
  color: #01FFFF;
}

.single-blog {
  background-color: #fff;
  margin-bottom: 50px;
  padding: 20px;
}

.blog-subtitle {
  font-size: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.next-prev {
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  margin: 20px 0;
  padding: 25px 0;
}

.next-prev a {
  color: #000;
}

.next-prev a:hover {
  color: #01FFFF;
}

.next-prev .prev-post i {
  margin-right: 10px;
}

.next-prev .next-post i {
  margin-left: 10px;
}

/*=++++++++++++++++++++++== BLOCKQUOTE =======================================*/

blockquote {
  background: #e7fafc;
  border-left: 5px solid #00bcd4;
  padding: 0.5em 20px;
}
blockquote:before {
  color: #017382;
  font-size: 18px;
	line-height: 28px;
  margin-right: 0.50em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}


/*=++++++++++++++++++++++== SOCIAL PROFILE =======================================*/


.social-profile ul li {
  margin: 0 10px 0 0;
  display: inline-block;
}

.social-profile ul li a {
  color: #4e595f;
  display: block;
  font-size: 16px;
}

.social-profile ul li a i:hover {
  color: #01FFFF;
}

.comments-section {
  margin-top: 35px;
}

.author-about {
  margin-top: 40px;
}

.post-author {
  margin-right: 20px;
}

.post-author > img {
  border: 1px solid #dedede;
  max-width: 120px;
  padding: 5px;
  width: 100%;
}

.comment-list ul {
  margin-top: 20px;
}

.comment-list ul li {
  margin-bottom: 20px;
}

.comment-wrap {
  border: 1px solid #dedede;
  border-radius: 1px;
  margin-left: 20px;
  padding: 10px;
  position: relative;
}

.comment-wrap .author-avatar {
  margin-right: 10px;
}

.comment-wrap .media .media-heading {
  font-size: 14px;
  margin-bottom: 8px;
}

.comment-wrap .media .media-heading a {
  color: #01FFFF;
  font-size: 13px;
}

.comment-wrap .media .comment-meta {
  font-size: 12px;
  color: #888;
}

.comment-wrap .media p {
  margin-top: 15px;
}

.comment-reply-form {
  margin-top: 80px;
}

.comment-reply-form input, .comment-reply-form textarea {
  height: 35px;
  border-radius: 0;
  box-shadow: none;
}

.comment-reply-form input:focus, .comment-reply-form textarea:focus {
  box-shadow: none;
  border: 1px solid #01FFFF;
}

.comment-reply-form textarea, .comment-reply-form .btn-main, .comment-reply-form .btn-small {
  height: auto;
}

.sidebar-widget.categories ul li {
  margin-bottom: 15px;
}

.sidebar-widget.search {
  position: relative;
  background: #f7f9f3;
}

.sidebar-widget.search a {
  position: absolute;
  display: inline-block;
  right: 40px;
  top: 34px;
}

/*=++++++++++++++++++++++== FOOTER =======================================*/

.footer {
  padding-bottom: 10px;
  background: linear-gradient(217deg, rgba(1,255,255,.8), rgba(67,204,205,0) 70.71%),
            linear-gradient(127deg, rgba(29,125,126,.8), rgba(1,255,255,.8) 70.71%),
            linear-gradient(336deg, rgba(67,204,205,.8), rgba(29,125,126,.8) 70.71%);
}

.footer .copyright {
	font-size: 12px;
	 line-height: 18px;
  color: #0f5454;
	font-weight: 500;
	
}

.footer .copyright a {
 	font-size: 12px;
	line-height: 18px;
  color: #0f5454;
	font-weight: 500;
}

.footer .copyright a:link {
  font-family: "Montserrat", sans-serif;
  	font-size: 12px;
	color: #0f5454;
  text-decoration: none;
}

.footer .copyright a:visited {
  font-family: "Montserrat", sans-serif;
  	font-size: 12px;
	color: #0f5454;
  text-decoration: none;
}

.footer .copyright a:hover {
  font-family: "Montserrat", sans-serif;
  	font-size: 12px;
	color: #0f5454;
  text-decoration: underline;
}

.footer .copyright a:active {
  font-family: "Montserrat", sans-serif;
  	font-size: 11px;
	color: #02BBC0;
  text-decoration: underline;
}


.lh-35 {
  line-height: 35px;
}

.footer-widget h4 {
  letter-spacing: .5px;
}

.sub-form {
  position: relative;
}

.sub-form .form-control {
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: transparent;
}

.footer-btm {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}


/*=++++++++++++++++++++++== FOOTER SOCIAL MEDIA =======================================*/

.footer-socials {
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer-socials li a {
  font-size: 18px;
  width: 35px;
  height: 35px;
  text-align: center;
  display: inline-block;
  color: #000000;
}

.footer-socials li a:hover {
  color: #FFFFFF;
}

/*=++++++++++++++++++++++== FOOTER MENU =======================================*/

.footer-menu li {
  margin-bottom: 15px;
}

.footer-menu li a {
  color: rgba(255, 255, 255, 0.7);
}

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

.footer-menu li a i {
  color: #01FFFF;
  margin-right: 9px;
}



/*=++++++++++++++++++++++== GALLERY WRAP =======================================*/

.gallery-wrap .gallery-img {
  float: left;
  width: 29%;
  margin-right: 5px;
}

.gallery-wrap img {
  margin-bottom: 10px;
}

@media (max-width: 400px) {
  .footer-socials {
    margin-top: 20px;
  }
  .footer-socials li a {
    margin-left: 0px;
  }
}

@media (max-width: 480px) {
  .footer-socials {
    margin-top: 20px;
  }
  .footer-socials li a {
    margin-left: 0px;
  }
}

@media (max-width: 768px) {
  .footer-socials {
    margin-top: 20px;
  }
  .footer-socials li a {
    margin-left: 0px;
  }
  .mobile-show {
		display: block;
	}
	
	.mobile-hide {
		display: none;
	}
}

/*# sourceMappingURL=maps/style.css.map */
