html, body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  font-family: "Heebo", sans-serif;
  position: relative;
  font-size: 18px;
  line-height: 27px;
  background-color: #fff;
  font-weight: 300;
}

img {
  width: 100%;
}

a {
  outline: none;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #8eba40;
}

a:active,
a:focus,
a:hover {
  outline: none;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #333;
}

section {
  padding: 80px 0;
  position: relative;
}
@media (max-width: 991px) {
  section {
    padding: 50px 0;
  }
}

.btn {
  color: #fff;
  background-color: #8eba40;
  border: none;
  padding: 16px 30px;
  font-size: 18px;
  border-radius: 96px;
  font-weight: 500;
  letter-spacing: 2px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  margin: 10px 0;
}
@media (max-width: 991px) {
  .btn {
    font-size: 16px;
    letter-spacing: 1px;
  }
}

.btn:hover {
  color: #fff;
  background-color: #1fa7da;
  border-color: #1fa7da;
  border-radius: 8px;
}

.btn:focus {
  color: #fff !important;
  background-color: #1fa7da;
  border-color: #1fa7da;
}

.btn:active:hover, .btn:active:focus, .btn:active.focus, .btn-.active:hover, .btn.active:focus, .btn.active.focus, .open > .btn.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #1fa7da;
  border-color: #1fa7da;
}

.btn:active, .btn.active, .open > .btn.dropdown-toggle {
  color: #fff;
  background-color: #1fa7da;
  border-color: #1fa7da;
}

.title-h {
  font-size: 58px;
  line-height: 62px;
  margin: 0 0 20px 0;
  color: #555;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .title-h {
    font-size: 40px;
    line-height: 40px;
  }
}

.title-p {
  font-size: 20px;
  line-height: 29px;
  padding-bottom: 10px;
  font-weight: 300;
  color: #666;
}
@media (max-width: 991px) {
  .title-p {
    font-size: 20px;
    line-height: 28px;
  }
}

.sep {
  content: "";
  height: 4px;
  width: 160px;
  background: #8eba40;
  margin-bottom: 20px;
}

.sep-middle {
  content: "";
  height: 4px;
  width: 160px;
  background: #8eba40;
  margin: 0 auto;
  margin-bottom: 20px;
}

.little-h {
  color: #1fa7da;
  font-size: 17px;
  letter-spacing: 4px;
  font-weight: 300;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 991px) {
  .little-h {
    font-size: 16px;
    letter-spacing: 1px;
  }
}

.back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.back-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.desctop-view {
  display: block !important;
}
@media (max-width: 992px) {
  .desctop-view {
    display: none !important;
  }
}

.mobile-view {
  display: none !important;
}
@media (max-width: 991px) {
  .mobile-view {
    display: block !important;
  }
}

/******navbar start*******/
.top-bar {
  background-color: #111;
}
.top-bar p, .top-bar a {
  padding-top: 5px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
  line-height: 23px;
}
@media (max-width: 768px) {
  .top-bar p, .top-bar a {
    font-size: 15px;
    line-height: 16px;
  }
}
.top-bar a:hover {
  color: #8eba40;
}

@media (min-width: 991px) {
  nav.navbar.bootsnav.no-background {
    background-color: #fff;
    border: 1px solid #eee;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 12px;
    background-color: transparent;
  }
  .navbar-toggle .svg-inline--fa {
    color: #333;
  }
}
nav.navbar.bootsnav {
  background: #fff;
  border-bottom: solid 1px #eee;
}
@media (max-width: 991px) {
  nav.navbar.bootsnav {
    background: #fff !important;
    border-bottom: solid 1px #eee;
  }
}

.navbar {
  min-height: 115px;
}
@media (max-width: 991px) {
  .navbar {
    min-height: 85px;
  }
}

.navbar-brand {
  padding: 7px 10px 2px 5px;
}
@media (max-width: 1180px) {
  .navbar-brand {
    padding: 10px 10px 2px 5px;
  }
}
@media (max-width: 991px) {
  .navbar-brand {
    padding: 0px 0 0 0;
  }
}

.navbar-brand img {
  width: auto;
  height: 70px;
}
@media (max-width: 1180px) {
  .navbar-brand img {
    height: 58px;
  }
}

.caret {
  margin-left: 4px;
}

@media (max-width: 992px) {
  nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
    content: "";
    display: none;
  }
  nav.navbar.bootsnav .navbar-nav > li > a {
    border-bottom: none;
    border-top: none;
  }
  nav.navbar.bootsnav .navbar-collapse.collapse.in {
    background: #fff;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    font-family: "Oswald", sans-serif;
    color: #fff;
    font-size: 15px;
    padding: 5px 0;
  }
  nav.navbar.bootsnav .navbar-nav {
    margin: 15px -15px 20px -15px;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    color: #333;
    font-size: 21px;
    font-weight: 500;
    padding: 12px 0;
  }
  nav.navbar.bootsnav .btn {
    margin-left: 0px !important;
  }
}
@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-radius: 0px;
    padding: 0;
    background: rgba(255, 255, 255, 0.97);
    border: solid 1px #ccc;
    border-top: 4px solid #8eba40;
    margin-top: 0px;
    width: 250px;
  }
  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 16px 10px 10px 10px;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    color: #8eba40;
    font-family: "Oswald", sans-serif;
    margin: 14px 0 12px 0;
    letter-spacing: 1px;
  }
}
@media (min-width: 991px) and (max-width: 1050px) {
  nav.navbar.bootsnav ul.nav > li > a {
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 15px 8px 10px 8px;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    letter-spacing: 0px;
  }
}
@media (min-width: 991px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #333;
  }
  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #8eba40;
  }
  nav.no-background.bootsnav ul.nav > li > a {
    color: #333;
  }
  nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
    display: none;
  }
  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    text-align: left;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding: 11px 10px;
    border-bottom: solid 1px #ccc;
    color: #333;
    font-size: 16px;
    font-weight: 400;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    background-color: #eee;
  }
}
nav.navbar.bootsnav .btn {
  margin-top: 15px;
  text-transform: none;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 11px 15px;
  margin-right: 15px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 991px) {
  nav.navbar.bootsnav .btn {
    display: none;
  }
}

nav.bootsnav .btn {
  color: #fff !important;
  background-color: #8eba40 !important;
  border: 2px solid #8eba40;
}

nav.bootsnav .btn:hover {
  color: #8eba40 !important;
  background-color: transparent !important;
}

@media (max-width: 991px) {
  #navbar-menu > ul > li.dropdown.on > ul > li > a {
    color: #333;
    font-size: 21px;
    line-height: 36px;
    padding: 15px 0;
  }
  #navbar-menu > ul > li.dropdown.on > ul {
    list-style: none;
    padding-left: 10px;
  }
}
nav.no-background.bootsnav .logo1 {
  display: inline-block !important;
}

nav.navbar-fixed.bootsnav .logo1 {
  display: none;
}

nav.no-background.bootsnav .logo2 {
  display: none !important;
}

nav.navbar-fixed.bootsnav .logo2 {
  display: inline-block;
}

@media (max-width: 992px) {
  nav.no-background.bootsnav .logo1 {
    display: none !important;
  }
  nav.no-background.bootsnav .logo2 {
    display: inline-block !important;
  }
}
nav.navbar.bootsnav.no-full .navbar-collapse {
  height: auto !important;
  max-height: none !important;
}

/******navbar end**********/
/*****hero start*********/
.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
@media (max-width: 991px) {
  .hero {
    min-height: 60vh;
  }
}
.hero .hero-box {
  margin-top: 34vh;
}
@media (max-width: 991px) {
  .hero .hero-box {
    margin-top: 23vh;
  }
}
.hero .back {
  background-color: rgba(52, 52, 52, 0.45);
}
.hero h1 {
  color: #fff;
  margin-top: 0px;
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.6);
}
@media (max-width: 991px) {
  .hero h1 {
    font-size: 35px;
    line-height: 39px;
  }
}
.hero h2 {
  color: #fff;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
  margin-top: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 30px;
}
@media (max-width: 991px) {
  .hero h2 {
    font-size: 20px;
    line-height: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

.hero .hero-box {
  margin-top: 35vh;
}
@media (max-width: 991px) {
  .hero .hero-box {
    margin-top: 20vh;
  }
}
.hero .hero-box-right {
  margin-top: 22vh;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .hero .hero-box-right {
    margin-top: 5px;
    margin-bottom: 20px;
  }
}
.hero .hero-box-right form {
  background-color: rgba(13, 13, 13, 0.8);
  padding: 15px 30px 15px 30px;
}
@media (max-width: 768px) {
  .hero .hero-box-right form {
    padding: 15px 15px;
  }
}
.hero .hero-box-right input, .hero .hero-box-right textarea {
  padding: 9px 10px;
  background-color: rgba(255, 255, 255, 0.9);
}
.hero .hero-box-right .inner-h {
  color: #fff;
}
.hero .hero-box-right .btn {
  padding: 12px 35px;
  background-color: #8eba40;
  color: #fff;
}

input, textarea {
  width: 100%;
  margin-bottom: 15px;
  outline: none;
  box-shadow: none;
  border-radius: 4px;
  padding: 12px 15px;
  background: #f7f7f7;
  border: 1px solid #f1f1f1;
}

select {
  width: 100%;
  margin-bottom: 15px;
  outline: none;
  box-shadow: none;
  border-radius: 4px;
  padding: 12px 15px;
  background: #f7f7f7;
  border: 1px solid #f1f1f1;
  text-transform: uppercase;
  font-size: 13px;
  color: #333;
  height: 51px;
}

::-moz-placeholder {
  text-transform: uppercase;
  font-size: 13px;
  color: #333;
}

::placeholder {
  text-transform: uppercase;
  font-size: 13px;
  color: #333;
}

.under-hero {
  padding: 20px 0;
}
.under-hero .icon-box {
  padding: 15px 10px;
}
@media (max-width: 768px) {
  .under-hero .icon-box {
    padding: 5px 5px;
  }
}
.under-hero .icon, .under-hero .text {
  display: block;
}
.under-hero .icon h2, .under-hero .text h2 {
  margin-top: 5px;
  text-transform: uppercase;
  color: #4d4e4e;
  font-size: 24px;
  line-height: 30px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
}
@media (max-width: 991px) {
  .under-hero .icon h2, .under-hero .text h2 {
    font-size: 22px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .under-hero .icon h2, .under-hero .text h2 {
    display: inline;
    font-size: 20px;
    line-height: 20px;
    margin: 5px 0px;
    text-transform: capitalize;
  }
}
.under-hero .icon h4, .under-hero .text h4 {
  font-weight: 500;
  font-size: 16px;
}
@media (max-width: 768px) {
  .under-hero .icon h4, .under-hero .text h4 {
    display: inline;
    font-size: 20px;
    line-height: 20px;
    margin: 5px 0px;
    text-transform: capitalize;
    font-family: "Oswald", sans-serif;
  }
}
.under-hero .icon {
  display: block;
  width: 100%;
}
.under-hero img {
  width: 60px;
  vertical-align: top;
}
@media (max-width: 768px) {
  .under-hero img {
    width: 50px;
    margin-bottom: 8px;
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .border-new {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
}

/***************hero end******/
.services-right-text {
  padding: 0;
}

.services-right-text .services-img-right {
  margin-right: 45vw;
}
@media screen and (max-width: 991px) {
  .services-right-text .services-img-right {
    margin-right: 0;
  }
}

.services-right-text .services-right-black {
  padding: 150px 100px;
  width: 50vw;
  margin-left: 50vw;
  background-color: #222;
  margin-right: -45vw;
}
@media screen and (max-width: 991px) {
  .services-right-text .services-right-black {
    margin-right: 0;
    margin-left: 0;
    padding: 50px 15px;
    width: 100%;
  }
}

.services-right-text .services-img-mobile {
  display: none;
}
@media screen and (max-width: 991px) {
  .services-right-text .services-img-mobile {
    height: 220px;
    display: block;
  }
}

.services-right-text h3, .services-right-text p, .services-right-text li, .about-left-text h3, .about-left-text p, .about-left-text li {
  color: #fff;
}
.services-right-text p, .services-right-text li, .about-left-text p, .about-left-text li {
  color: #eee;
}
.services-right-text ul, .about-left-text ul {
  list-style: none;
  padding-left: 0;
}
.services-right-text .svg-inline--fa, .about-left-text .svg-inline--fa {
  margin-right: 15px;
  color: #8eba40;
}
.services-right-text li, .about-left-text li {
  margin-bottom: 10px;
}

.about-text .title-p, .services-right-text .title-p {
  color: #8eba40;
}

.about-left-text {
  padding: 0;
}

.about-left-text .about-img {
  margin-left: 45vw;
}
@media screen and (max-width: 991px) {
  .about-left-text .about-img {
    margin-left: 0;
  }
}

.about-left-text .about-text {
  padding: 150px 100px;
  width: 50vw;
  margin-right: 50vw;
  background-color: #222;
  margin-left: -45vw;
}
@media screen and (max-width: 991px) {
  .about-left-text .about-text {
    margin-right: 0;
    margin-left: 0;
    padding: 50px 15px;
    width: 100%;
  }
}

.about-left-text .about-img2 {
  display: none;
}
@media screen and (max-width: 991px) {
  .about-left-text .about-img2 {
    height: 220px;
    display: block;
  }
}

/*****video start****/
.video-div {
  background-color: #f7f7f7;
}

.video-div .video-overlay {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  z-index: -1;
  background-color: #eee;
}

.video-div video {
  display: block;
  width: 100%;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  z-index: 1;
  margin: 0;
}

/******* cta start *********/
.cta {
  position: relative;
  background-attachment: fixed;
  padding: 140px 0;
}
@media (max-width: 991px) {
  .cta {
    padding: 80px 0;
  }
}
.cta h3 {
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}
.cta p {
  color: #fff;
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}
@media (max-width: 991px) {
  .cta p {
    font-size: 20px;
    line-height: 24px;
  }
}
.cta .back {
  background-color: rgba(13, 13, 13, 0.45);
}
.cta .btn {
  margin-top: 10px;
}

@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 990px) {
    .cta {
      background-attachment: scroll !important;
      background-size: auto 100%;
    }
  }
}
/******** cta end ********/
/******* testimonials start **********/
.tc-testimonial {
  padding: 110px 0;
}
@media (max-width: 768px) {
  .tc-testimonial {
    padding: 50px 0;
  }
}
.tc-testimonial .title-h {
  margin: 40px 0 30px 0;
}
@media (max-width: 991px) {
  .tc-testimonial .title-h {
    margin: 30px 0 20px 0;
  }
}

.testimonial {
  margin: 0 0px;
}

.testimonial .description {
  padding: 20px 10px 20px 0px;
  margin-bottom: 0px;
  font-size: 24px;
  color: #333;
  line-height: 34px;
  position: relative;
}
@media (max-width: 768px) {
  .testimonial .description {
    padding: 0px 0px 0px 0px;
    font-size: 17px;
    line-height: 24px;
  }
}

.testimonial .title {
  display: inline-block;
  font-size: 21px;
  font-weight: 600;
  color: #333;
  letter-spacing: 1px;
  margin-top: 20px;
  font-family: "Oswald", sans-serif;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: left;
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
  color: #8eba40;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #fff;
  border: 2px solid #8eba40;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #8eba40;
  color: #fff;
  text-decoration: none;
}

.reviews-img2 {
  height: 600px;
  margin-top: 0px;
  border-radius: 4px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 991px) {
  .reviews-img2 {
    height: 250px;
    margin-top: 15px;
  }
}

/*****tc-testimonial end********/
/*****tc- footer start******/
.tc-footer {
  background-position: center;
  background-size: cover;
  position: relative;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .tc-footer {
    padding-top: 20px;
    text-align: center;
  }
}
.tc-footer h4 {
  color: #8eba40;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .tc-footer h4 {
    margin-top: 20px;
  }
}
.tc-footer a, .tc-footer p {
  color: #ddd;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
}
@media (max-width: 991px) {
  .tc-footer a, .tc-footer p {
    line-height: 22px;
    font-size: 16px;
  }
}
.tc-footer a:hover {
  color: #8eba40;
}
.tc-footer ul {
  list-style: none;
  padding-left: 0px;
}
.tc-footer .footer-social {
  display: inline-block;
}
.tc-footer .footer-align {
  text-align: right;
}
@media (max-width: 991px) {
  .tc-footer .footer-align {
    text-align: left;
  }
}
.tc-footer .footer-logo {
  margin: 10px 0 10px 0;
  width: 90%;
}
@media (max-width: 991px) {
  .tc-footer .footer-logo {
    width: 95%;
  }
}
.tc-footer .footer-padding {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .tc-footer .footer-padding {
    margin-bottom: 15px;
  }
}
.tc-footer .footer-padd {
  padding-left: 70px;
}
@media (max-width: 991px) {
  .tc-footer .footer-padd {
    padding-left: 15px;
  }
}
.tc-footer .footer-padd2 {
  padding-left: 50px;
  padding-right: 0;
}
@media (max-width: 991px) {
  .tc-footer .footer-padd2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.tc-footer .svg-inline--fa {
  margin-right: 3px;
  color: #1fa7da;
  font-size: 17px;
  width: 34px;
  height: 34px;
  padding: 8px;
  border: 2px solid #1fa7da;
  border-radius: 50%;
  margin-top: 0px;
}
@media (max-width: 991px) {
  .tc-footer .svg-inline--fa {
    margin-right: 6px;
    margin-left: 0;
  }
}
.tc-footer .svg-inline--fa:hover {
  background-color: #8eba40;
  border: 1px solid #8eba40;
  color: #fff;
}
.tc-footer .back {
  background: rgba(26, 26, 26, 0.93);
}

.footer-copyright {
  padding: 10px 0 10px 0;
}
.footer-copyright p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

/*****tc-footer end******/
/********** TEAM PAGE START ********/
.team-box {
  background-color: #fff;
  overflow: hidden;
  display: inline-block;
  margin: 12px 12px;
  width: calc(33% - 30px);
}
@media (max-width: 1100px) {
  .team-box {
    width: calc(49% - 15px);
  }
}
@media (max-width: 550px) {
  .team-box {
    width: calc(99% - 15px);
  }
}

.team-img {
  height: 450px;
  background-position: top;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 550px) {
  .team-img {
    height: 300px;
  }
}

.team-box:hover .team-img { /* IE 9 */ /* Safari 3-8 */
  transform: scale(1.1);
}

.team-info {
  padding: 15px 5px 25px 5px;
}

.team-job-desc {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 26px;
  margin-top: 0;
}

.team-name {
  color: #888;
  font-weight: 400;
  font-size: 17px;
  opacity: 0.7;
}

.team-info .btn {
  padding: 8px 20px;
  font-size: 14px;
  margin-top: 10px;
}

.team-link {
  display: block;
  margin: 2px 0;
  letter-spacing: 1px;
  font-weight: 300;
}

.inline-box-open {
  overflow: auto;
  background: #FDFDF6;
  padding: 40px;
  width: 70%;
  max-width: 100%;
  border-radius: 6px;
  margin-left: 15%;
}

@media screen and (max-width: 768px) {
  .inline-box-open {
    background: #FDFDF6;
    padding: 10px;
    width: 96%;
    max-width: 100%;
    border-radius: 6px;
    margin-left: 2%;
  }
}
.staff-bio .svg-inline--fa {
  width: 35px;
  height: 35px;
  padding: 9px;
  border: 1px solid #8eba40;
  border-radius: 50%;
  margin: 10px 6px 2px 0px;
  color: #8eba40;
}

.staff-bio .svg-inline--fa:hover {
  background-color: #8eba40;
  color: #fff;
}

/********* TEAM PAGE END *******/
.about-image {
  height: 450px;
}
@media (max-width: 700px) {
  .about-image {
    height: 220px;
  }
}

.inner-div {
  height: 100px;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #fff;
  border-color: rgba(226, 233, 228, 0.4);
}

.panel-title {
  font-size: 18px;
}

.panel-heading {
  padding: 20px 20px;
}

.panel-default {
  border-color: rgba(226, 233, 228, 0.4);
}

.panel-group {
  margin-top: 20px;
}

.panel-title > a {
  display: block;
  color: #333;
}

.panel-title .svg-inline--fa {
  margin-right: 15px;
  color: #8eba40;
}

/*********************/
.reviews-page .reviews-box {
  border: 1px solid #f5f5f5;
  padding: 30px;
  position: relative;
  margin-top: 40px;
}
@media only screen and (max-width: 990px) {
  .reviews-page .reviews-box {
    padding: 30px 15px;
    margin-top: 30px;
  }
}
.reviews-page .reviews-box .inner-h {
  margin-bottom: 20px;
  color: #8eba40;
}
.reviews-page .reviews-box .review-img {
  background-color: #fff;
  padding: 11px;
  position: absolute;
  top: -22px;
  right: 30px;
}
@media only screen and (max-width: 990px) {
  .reviews-page .reviews-box .review-img {
    right: 20px;
  }
}
.reviews-page .reviews-box img {
  width: auto;
  height: 28px;
  opacity: 0.8;
}
@media only screen and (max-width: 990px) {
  .reviews-page .reviews-box img {
    height: 20px;
  }
}
.reviews-page .reviews-box h4 {
  margin: 30px 0px 10px 0;
  text-align: right;
  margin-right: 20px;
  font-family: "Oswald", sans-serif;
}
@media only screen and (max-width: 990px) {
  .reviews-page .reviews-box h4 {
    margin-right: 0;
  }
}

.pagination {
  margin-top: 70px;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px 0 12px;
  margin-left: -1px;
  line-height: 2;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.contact-info a {
  color: #333;
  font-size: 17px;
}
.contact-info a:hover {
  color: #1fa7da;
}
.contact-info .inner-h {
  font-family: "Oswald", sans-serif;
  color: #8eba40;
  font-size: 26px;
  margin-bottom: 15px;
}

/****BLOG PAGE*****/
.blog-box {
  position: relative;
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.blog-img {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 250px;
}

.blog-text {
  padding: 15px 15px 25px 20px;
  min-height: 295px;
}
@media screen and (max-width: 991px) {
  .blog-text {
    min-height: auto;
  }
}
.blog-text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
  padding-bottom: 0;
}
.blog-text .inner-h {
  font-family: "Oswald", sans-serif;
  color: #333;
  font-size: 29px;
  margin-bottom: 15px;
}
.blog-text .btn {
  position: absolute;
  right: 20px;
  bottom: 10px;
}
@media (max-width: 991px) {
  .blog-text .btn {
    position: relative;
    right: 0;
  }
}
.blog-text h5 > a {
  color: #8eba40;
  font-size: 17px;
}

.blog-box:hover .btn {
  background-color: #1fa7da;
  border-radius: 5px;
}

/****BLO-DETAIL PAGE START****/
.blog-content ul {
  margin-bottom: 5px;
}

.blog-detail li {
  display: inline-block;
  color: #333;
}

.blog-post img {
  margin-bottom: 20px;
}

.blog-detail-img {
  height: 400px;
  margin: 30px 0;
}
@media screen and (max-width: 600px) {
  .blog-detail-img {
    height: 220px;
    margin: 15px 0;
  }
}

.blog-top .svg-inline--fa {
  margin-right: 8px;
}

/****BLOG-DETAIL PAGE END****/
.services-page .blog-text {
  min-height: 220px;
}

.example-image {
  background-size: cover;
  background-position: center;
  height: 250px;
  margin: 5px 5px;
  width: calc(25% - 15px);
  display: inline-block;
}
@media screen and (max-width: 999px) {
  .example-image {
    height: 250px;
    margin: 5px 5px;
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 500px) {
  .example-image {
    height: 250px;
    margin: 5px 0px;
    width: calc(100% - 0px);
  }
}

.video-img {
  width: 100%;
  height: 500px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .video-img {
    height: 260px;
  }
}

.play-img {
  width: 190px;
  margin-top: 175px;
}
@media (max-width: 768px) {
  .play-img {
    margin-top: 60px;
    width: 140px;
  }
}

.video-iframe iframe {
  width: 100%;
  height: 300px;
  margin: 40px 0 0px 0;
  background-color: #eee;
}
@media (max-width: 500px) {
  .video-iframe iframe {
    height: 210px;
    margin: 20px 0 0px 0;
  }
}

.services-page form {
  background-color: #333;
  padding: 15px;
}/*# sourceMappingURL=style.css.map */