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

body {
  font-family: "Poppins", sans-serif;
  position: relative;
  font-size: 17px;
  line-height: 25px; }

img {
  width: 100%; }

a {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #e15205; }

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

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

.btn {
  color: #fff;
  background-color: #e15205;
  border: 1px solid #a52729;
  font-family: "Roboto Condensed", sans-serif;
  padding: 17px 40px 17px 40px;
  font-size: 18px;
  border-radius: 200px;
  font-weight: 600;
  letter-spacing: 3px;
  margin-top: 15px;
  text-transform: uppercase;
  box-shadow: inset 0px 0px 25px 2px #a52729;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  @media (max-width: 991px) {
    .btn {
      font-size: 16px;
      letter-spacing: 1px;
      padding: 17px 30px 14px 30px; } }

.btn:hover {
  color: #fff;
  box-shadow: inset 0px 0px 0px #a52729;
  border: 1px solid #a52729;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

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

.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: #a52729;
  border-color: #a52729; }

.title-h {
  font-size: 50px;
  line-height: 57px;
  letter-spacing: 1px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-top: 10px; }
  @media (max-width: 991px) {
    .title-h {
      font-size: 36px;
      line-height: 40px; } }

.title-p {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  padding-bottom: 20px;
  margin-top: 10px; }
  @media (max-width: 991px) {
    .title-p {
      font-size: 18px;
      line-height: 26px; } }

.title-top {
  color: #e15205;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 0; }

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

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

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

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

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

.or-spacer {
  margin: 20px auto;
  width: 300px;
  position: relative; }
  @media (max-width: 991px) {
    .or-spacer {
      width: 250px; } }

.or-spacer-left {
  margin: 20px 0;
  width: 220px;
  position: relative; }

.or-spacer .mask, .or-spacer-left .mask {
  overflow: hidden;
  height: 20px; }

.or-spacer .mask:after, .or-spacer-left .mask:after {
  content: '';
  display: block;
  margin: -25px auto 0;
  width: 100%;
  height: 25px;
  border-radius: 125px / 12px;
  box-shadow: 0 0 14px #a52729; }

/*****navbar start******/
.icon-box {
  position: relative;
  display: inline-block;
  padding-top: 7px; }
  @media (max-width: 768px) {
    .icon-box {
      display: none; } }

.icon-box--icon, .icon-box--text {
  display: inline-block;
  vertical-align: top; }

.icon-box--description {
  color: #fff;
  font-size: 14px;
  font-weight: 400; }

.top-bar-a {
  display: block;
  font-size: 21px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  margin-top: 7px;
  letter-spacing: 1px; }
  @media (max-width: 991px) {
    .top-bar-a {
      font-size: 20px;
      margin-top: 6px; } }

.top-text-right {
  text-align: right; }
  @media (max-width: 768px) {
    .top-text-right {
      text-align: center; } }

.top-bar {
  position: absolute;
  height: 40px;
  width: 100%;
  z-index: 999;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e15205+0,a52729+100 */
  background: #e15205;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #e15205 0%, #a52729 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #e15205 0%, #a52729 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #e15205 0%, #a52729 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e15205', endColorstr='#a52729',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .top-bar p {
    color: #f2f2f2;
    font-family: "PT Serif", serif;
    padding-top: 4px; }
    @media (max-width: 991px) {
      .top-bar p {
        font-size: 13px;
        line-height: 16px;
        letter-spacing: 0;
        padding-top: 5px; } }
  .top-bar a {
    color: #fff; }
  @media (max-width: 991px) {
    .top-bar {
      height: 35px; } }

.top-bar a:hover {
  color: #ddd; }

@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 55px;
    background-color: #fff; }

  .navbar-toggle .svg-inline--fa {
    color: #a52729; }

  .attr-nav {
    display: none; } }
nav.navbar.bootsnav {
  background: #fff; }
  @media (max-width: 991px) {
    nav.navbar.bootsnav {
      border-bottom: 1px solid #f2f2f2; } }

.navbar {
  min-height: 110px; }

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

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

.caret {
  margin-left: 4px; }

@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-radius: 0px;
    padding: 0;
    background: white;
    border-top: 5px solid #e15205;
    width: 250px; }

  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500; }

  nav.navbar.bootsnav ul.nav > li > a {
    padding: 65px 13px 25px 13px;
    font-weight: 500;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    letter-spacing: 1px; } }
  @media (min-width: 991px) and (max-width: 1260px) {
    nav.navbar.bootsnav ul.nav > li > a {
      padding: 68px 11px 25px 11px;
      font-size: 20px; } }

@media (min-width: 991px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #333; }

  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #e15205; }

  nav.no-background.bootsnav ul.nav > li > a {
    color: #fff; }

  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: 9px 15px;
    border-bottom: solid 1px #eee;
    color: #555;
    font-size: 16px;
    font-weight: 500; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #333;
    background: #eee; } }
@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;
    font-weight: 500;
    color: #333 !important;
    font-size: 19px; }

  nav.navbar.bootsnav .navbar-collapse.collapse.in {
    margin-bottom: 10px; }

  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    color: #333;
    font-size: 18px;
    padding: 5px 0; }

  nav.navbar.bootsnav .navbar-nav {
    margin: 35px -15px 10px -15px; } }
nav.navbar.bootsnav .btn {
  margin-left: 0px !important; }

nav.no-background.bootsnav .btn {
  padding: 11px 17px 11px 17px !important;
  font-size: 18px;
  margin: 48px 10px 0 0px;
  font-weight: 500;
  background-color: transparent  !important;
  border: 2px solid  #fff  !important;
  letter-spacing: 1px;
  box-shadow: none;
  color: #fff  !important;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif; }

nav.navbar-fixed.bootsnav .btn {
  padding: 11px 17px 11px 17px !important;
  font-size: 18px;
  margin: 48px 10px 0 0px;
  font-weight: 500;
  background-color: transparent;
  border: 2px solid #a52729;
  color: #a52729;
  letter-spacing: 1px;
  box-shadow: none;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif; }

nav.navbar.bootsnav .btn:hover {
  background-color: #a52729 !important;
  border: 2px solid #a52729 !important;
  color: #fff !important; }

nav.navbar.bootsnav ul.nav > li > .mobile-a {
  width: 240px;
  background: #e15205;
  color: #fff !important;
  display: none; }
  @media (max-width: 992px) {
    nav.navbar.bootsnav ul.nav > li > .mobile-a {
      display: block; } }

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.no-background.bootsnav .navbar-brand img.logo-large {
  width: auto;
  height: 110px;
  margin-top: 3px; }

@media (max-width: 991px) {
  nav.no-background.bootsnav .navbar-brand img.logo-large {
    height: 65px;
    width: auto;
    margin-top: 0; } }
/*****navbar end******/
/*****hero start*********/
.hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  min-height: 77vh;
  width: 100%;
  position: relative;
  overflow: hidden; }
  @media (max-width: 991px) {
    .hero {
      min-height: 50vh;
      padding-bottom: 30px; } }
  .hero .back {
    background: rgba(26, 26, 26, 0.55);
    z-index: 1; }

.hero-title {
  margin-top: 33vh;
  padding-left: 0px;
  color: #333; }
  @media (max-width: 991px) {
    .hero-title {
      margin-top: 25vh;
      margin-bottom: 10px;
      padding-left: 0px;
      text-align: center; } }
  .hero-title h1 {
    font-size: 55px;
    line-height: 60px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    margin-top: 15px; }
    @media (max-width: 767px) {
      .hero-title h1 {
        font-size: 35px;
        line-height: 40px; } }
  .hero-title h2 {
    font-weight: 400;
    font-size: 23px;
    line-height: 30px;
    letter-spacing: 4px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2); }
    @media (max-width: 767px) {
      .hero-title h2 {
        font-size: 18px;
        line-height: 22px; } }
  .hero-title .btn {
    margin: 20px 5px 20px 0;
    font-size: 17px;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .hero-title .btn {
        font-size: 16px; } }

/***************hero end******/
/********* services start *********/
.services .services-img {
  height: 260px; }
.services .services-box {
  position: relative;
  margin: 40px 3px;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.15); }
  .services .services-box h3 {
    font-size: 23px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    color: #e15205; }
  .services .services-box p {
    font-size: 15px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    -webkit-box-orient: vertical; }
    @media (max-width: 768px) {
      .services .services-box p {
        min-height: auto; } }
  .services .services-box a {
    font-family: "Poppins", sans-serif;
    border: 2px solid #e15205;
    padding: 10px;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 500;
    display: block;
    margin-top: 20px; }
  .services .services-box a:hover {
    color: #fff;
    background-color: #e15205; }
.services .services-text {
  padding: 10px 15px 0px 15px; }
.services .owl-nav {
  position: absolute;
  top: 43%;
  left: -35px;
  right: -35px; }
  @media (max-width: 768px) {
    .services .owl-nav {
      left: 5px;
      right: 5px; } }
.services .owl-theme .owl-controls .owl-nav [class*=owl-] {
  margin: 3px;
  padding: 4px 2px;
  display: inline-block;
  cursor: pointer;
  width: 16px;
  background: transparent;
  opacity: 1; }
  @media (max-width: 768px) {
    .services .owl-theme .owl-controls .owl-nav [class*=owl-] {
      width: 14px; } }
.services .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  opacity: .7; }
.services .owl-prev {
  float: left; }
.services .owl-next {
  float: right; }
.services .owl-theme .owl-dots .owl-dot.active span, .services .owl-theme .owl-dots .owl-dot:hover span {
  background: #e15205; }

/********* services end *********/
.top-black {
  background-color: #333;
  padding-bottom: 250px; }
  @media (max-width: 768px) {
    .top-black {
      padding-bottom: 150px; } }
  .top-black h3, .top-black h4, .top-black p {
    color: #fff;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5); }
  .top-black .back {
    background-color: rgba(26, 26, 26, 0.55); }

.map-index {
  margin-top: -300px; }
  @media (max-width: 768px) {
    .map-index {
      margin-top: -200px; } }
  .map-index iframe {
    height: 500px;
    background-color: #666;
    box-shadow: 3px -3px 25px rgba(0, 0, 0, 0.5); }
    @media (max-width: 768px) {
      .map-index iframe {
        height: 250px; } }
    @media (max-width: 470px) {
      .map-index iframe {
        margin-top: 15px; } }
  .map-index .btn {
    margin: 6px;
    min-width: 220px; }

/**********cta2 start*********/
.cta2 {
  padding: 150px 0;
  background-attachment: fixed; }
  @media (max-width: 768px) {
    .cta2 {
      padding: 80px 0; } }
  .cta2 .back {
    background: rgba(13, 13, 13, 0.5); }
  .cta2 h3 {
    text-shadow: 0px 0px 1px #333;
    margin-bottom: 15px;
    color: #fff; }
    @media (max-width: 768px) {
      .cta2 h3 {
        font-size: 36px;
        line-height: 40px; } }

/*************cta end*********/
/**********testimonial start*************/
.testimonial-index {
  padding-top: 100px; }
  @media (max-width: 768px) {
    .testimonial-index {
      padding-top: 50px; } }
  .testimonial-index .review-content {
    margin-top: 30px; }
    @media (max-width: 991px) {
      .testimonial-index .review-content {
        margin-top: 15px; } }
  .testimonial-index .review-content p {
    font-size: 24px;
    line-height: 36px;
    margin-top: 0px; }
    @media (max-width: 991px) {
      .testimonial-index .review-content p {
        margin-top: 20px;
        font-size: 18px;
        line-height: 26px; } }
  .testimonial-index .review-content h4 {
    color: #a52729;
    font-size: 24px;
    margin-top: 30px;
    font-weight: 400;
    font-style: italic; }
    @media (max-width: 991px) {
      .testimonial-index .review-content h4 {
        font-size: 18px;
        line-height: 26px; } }
  .testimonial-index .owl-theme .owl-controls {
    text-align: center;
    margin-top: 30px; }
    @media (max-width: 991px) {
      .testimonial-index .owl-theme .owl-controls {
        text-align: center; } }
  .testimonial-index .owl-theme .owl-dots .owl-dot.active span, .testimonial-index .owl-theme .owl-dots .owl-dot:hover span {
    background: #e15205; }

/**********testimonial end**********/
/***** partners start ******/
@media (max-width: 768px) {
  .partners {
    padding-top: 0; } }

.partners .partner-box {
  display: inline-block;
  width: 17.4%;
  margin: 0 1%; }

@media (max-width: 768px) {
  .partners .partner-box {
    width: 27%;
    margin-bottom: 50px;
    margin: 0 2.4%; } }
.partners .partner-img {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 70px; }

/***** partners end ******/
/*****tc- footer start******/
.tc-footer {
  background-position: center;
  background-size: cover;
  position: relative;
  padding-top: 70px; }
  @media (max-width: 991px) {
    .tc-footer {
      padding-top: 20px; } }
  .tc-footer .footer-title {
    color: #fb7c37;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 1px;
    margin: 15px 0 10px 0; }
    @media (max-width: 991px) {
      .tc-footer .footer-title {
        margin: 30px 0 10px 0; } }
  .tc-footer a {
    color: #ccc;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px; }
    @media (max-width: 991px) {
      .tc-footer a {
        line-height: 22px;
        font-size: 16px; } }
  .tc-footer a:hover {
    color: #e15205; }
  .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: 20px 0 10px 0;
    width: 90%; }
    @media (max-width: 991px) {
      .tc-footer .footer-logo {
        width: 80%;
        margin-left: 10%; } }
  .tc-footer .footer-padding {
    margin-bottom: 40px; }
  .tc-footer .footer-padd {
    padding-left: 70px; }
    @media (max-width: 991px) {
      .tc-footer .footer-padd {
        padding-left: 15px; } }
  .tc-footer .svg-inline--fa {
    margin-right: 3px;
    color: #ccc;
    font-size: 17px;
    width: 34px;
    height: 34px;
    padding: 8px;
    border: 2px solid #ccc;
    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: #e15205;
    border: 1px solid #e15205; }
  .tc-footer .back {
    background: rgba(26, 26, 26, 0.92); }

.footer-copyright {
  padding: 20px 0 10px 0; }
  @media (max-width: 991px) {
    .footer-copyright {
      text-align: left; } }
  .footer-copyright p {
    color: #ccc;
    font-size: 14px;
    font-weight: 300; }

/*****tc-footer end******/
.tc-header {
  min-height: 40vh;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center; }

.inner-content {
  position: relative;
  display: block;
  margin-top: 20vh; }

.inner-content h1 {
  color: #fff;
  font-size: 46px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  letter-spacing: 2px;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 768px) {
    .inner-content h1 {
      font-size: 33px; } }

.bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(26, 26, 26, 0.6); }

.forms-page h3, .links-page h3 {
  padding: 15px 25px;
  background-color: #f5f5f5;
  border-radius: 5px;
  margin: 30px 0; }
  @media screen and (max-width: 500px) {
    .forms-page h3, .links-page h3 {
      margin: 20px 0;
      padding: 20px 15px; } }

.forms-page a {
  display: block;
  color: #333;
  font-size: 18px;
  margin-top: 12px; }
.forms-page .svg-inline--fa {
  margin-right: 6px;
  color: #a52729;
  margin-left: 25px; }
  @media screen and (max-width: 500px) {
    .forms-page .svg-inline--fa {
      margin-left: 0; } }
.forms-page a:hover {
  color: #e15205; }

.links-page a {
  display: block; }
.links-page .svg-inline--fa {
  margin-right: 6px; }

.inner-h {
  font-family: "Poppins", sans-serif;
  color: #a52729; }

/************ contact page start ***********/
.contact-page iframe {
  height: 450px;
  margin-bottom: 70px;
  background: #f2f2f2;
  margin-top: 50px; }
  @media screen and (max-width: 768px) {
    .contact-page iframe {
      height: 250px; } }
.contact-page form {
  margin-top: 20px; }
.contact-page ul {
  list-style: none;
  padding-left: 0; }
.contact-page li {
  margin-bottom: 10px;
  font-size: 22px;
  color: #a52729; }
  @media screen and (max-width: 768px) {
    .contact-page li {
      font-size: 20px;
      margin-bottom: 5px; } }
.contact-page a {
  color: #a52729; }
.contact-page a:hover {
  color: #333; }

input, textarea {
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 20px;
  border: 1px solid #ccc; }

label {
  letter-spacing: 1px;
  color: #a52729;
  font-weight: 400;
  margin-bottom: 0px;
  font-size: 14px; }

/*********** contact page end *************/
/***** reviews page start *******/
.reviews-page .reviews-box {
  box-shadow: 5px 0 25px rgba(0, 0, 0, 0.15);
  margin-top: 30px; }
.reviews-page .reviews-header {
  background-color: rgba(230, 242, 255, 0.5);
  padding: 20px; }
  .reviews-page .reviews-header h4 {
    font-size: 25px;
    color: #a52729; }
.reviews-page .reviews-text {
  padding: 30px 20px; }
  .reviews-page .reviews-text h5 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    margin-top: 40px;
    text-align: right;
    margin-right: 20px;
    color: #e15205; }
  .reviews-page .reviews-text p {
    font-size: 16px; }

/***** reviews page end *******/
.pagination {
  margin-top: 50px; }

.pagination > li > a, .pagination > li > span {
  padding: 8px 14px;
  color: #e15205; }

/****BLOG PAGE*****/
.blog-box {
  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;
  min-height: 220px; }
  @media screen and (max-width: 768px) {
    .blog-text {
      min-height: auto; } }
  .blog-text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    -webkit-box-orient: vertical; }

.blog-footer {
  font-family: "Roboto Condensed", sans-serif;
  color: #e15205;
  padding: 10px 15px 20px 15px; }
  @media screen and (max-width: 991px) {
    .blog-footer {
      padding-top: 0; } }
  .blog-footer .svg-inline--fa.fa-w-14 {
    color: #e15205;
    margin-right: 5px;
    margin-top: 25px; }
    @media screen and (max-width: 768px) {
      .blog-footer .svg-inline--fa.fa-w-14 {
        margin-top: 0px; } }
  .blog-footer .btn {
    margin-top: 10px;
    padding: 10px 25px 10px 25px;
    text-align: right;
    float: right;
    font-size: 15px; }
    @media screen and (max-width: 991px) {
      .blog-footer .btn {
        float: none;
        margin-top: 10px; } }

.inner-h {
  color: #a52729;
  font-size: 28px; }
  @media screen and (max-width: 550px) {
    .inner-h {
      font-size: 24px; } }

/******BLOG PAGE END*****/
/****BLO-DETAIL PAGE START****/
.blog-text {
  padding: 10px 20px; }
  @media screen and (max-width: 768px) {
    .blog-text {
      padding: 10px 15px; } }

.blog-content ul {
  margin-bottom: 5px; }

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

.blog-share {
  margin: 40px 0px 0px;
  padding: 0px; }
  .blog-share h4 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 22px; }

.blog-share .svg-inline--fa {
  color: #e15205;
  width: 36px;
  height: 36px;
  border: 1px solid #e15205;
  text-align: center;
  border-radius: 50%;
  line-height: 26px;
  font-weight: 600;
  font-size: 18px;
  padding: 7px;
  margin-top: 10px; }

.blog-share .svg-inline--fa:hover {
  color: #fff;
  background-color: #e15205; }

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

.sidebar-box {
  background-color: rgba(230, 242, 255, 0.5);
  margin-left: 20px;
  padding: 30px 25px;
  margin-bottom: 30px;
  position: relative; }
  @media screen and (max-width: 991px) {
    .sidebar-box {
      margin-left: 0px;
      padding: 25px 15px; } }
  .sidebar-box ul {
    list-style: none;
    padding-left: 32px; }
  .sidebar-box li {
    border-bottom: 1px solid #e6f2ff;
    padding-bottom: 15px;
    margin-top: 15px; }
  .sidebar-box a {
    color: #333; }
  .sidebar-box a:hover {
    color: #a52729; }
  .sidebar-box .svg-inline--fa {
    margin-right: 15px;
    color: #a52729;
    margin-left: -30px; }

.sidebar-box2 {
  position: relative;
  margin-left: 20px; }
  @media screen and (max-width: 991px) {
    .sidebar-box2 {
      margin-left: 0; } }
  .sidebar-box2 .back-img {
    min-height: 450px; }
  .sidebar-box2 .back {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.01));
    z-index: 0; }
  .sidebar-box2 .sidebar-text {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 10px; }
  .sidebar-box2 h3 {
    color: #fff;
    z-index: 1;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px; }
  .sidebar-box2 .btn {
    margin-bottom: 15px; }

.blog-detail-img {
  height: 500px;
  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****/
/********** TEAM PAGE START ********/
.team-box {
  background-color: #fff;
  overflow: hidden;
  display: inline-block;
  margin: 15px 5px;
  width: calc(25% - 15px); }
  @media (max-width: 1100px) {
    .team-box {
      width: calc(49% - 15px); } }
  @media (max-width: 550px) {
    .team-box {
      width: calc(99% - 15px); } }

.team-img {
  height: 350px;
  background-position: top;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

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

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

.team-info h3 {
  font-weight: 500;
  color: #333;
  font-size: 20px;
  margin-top: 0; }

.team-info h4 {
  font-size: 14px;
  font-weight: 300;
  color: #333;
  opacity: 0.7; }

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

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

.team-page h5 {
  font-size: 22px;
  margin-top: 20px; }

.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%; } }
.team-job-desc {
  font-weight: 500;
  color: #333;
  margin-top: 0; }

.team-name {
  font-size: 16px;
  color: #666;
  font-weight: 300; }

.staff-bio .svg-inline--fa {
  width: 35px;
  height: 35px;
  padding: 8px;
  border: 1px solid #e15205;
  margin: 10px 6px 2px 0px;
  color: #e15205; }

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

.staff-padd {
  padding: 0 8px; }

@media screen and (max-width: 768px) {
  .staff-padd {
    padding: 0 15px; } }
/********* TEAM PAGE END *******/
#accordion {
  margin: 30px 0; }

#accordion .panel {
  border: none;
  border-radius: 5px;
  box-shadow: none;
  margin-bottom: 5px; }

#accordion .panel-heading {
  padding: 0;
  border: none;
  border-radius: 5px 5px 0 0; }

#accordion .panel-title a {
  display: block;
  padding: 20px 30px;
  background: #fff;
  font-size: 17px;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 5px 5px 0 0;
  position: relative; }
  @media screen and (max-width: 768px) {
    #accordion .panel-title a {
      padding: 20px 40px 20px 20px; } }

#accordion .panel-title a.collapsed {
  border-color: #e0e0e0;
  border-radius: 5px; }

#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before,
#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after {
  content: "-";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 30px;
  height: 30px;
  line-height: 27px;
  border-radius: 3px;
  background: #a52729;
  font-size: 20px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 15px;
  right: 30px;
  opacity: 1;
  transform: scale(1);
  transition: all 0.3s ease 0s; }
  @media screen and (max-width: 768px) {
    #accordion .panel-title a:before,
    #accordion .panel-title a.collapsed:before,
    #accordion .panel-title a:after,
    #accordion .panel-title a.collapsed:after {
      right: 10px; } }

#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after {
  content: "+";
  background: transparent;
  color: #a52729;
  opacity: 0;
  transform: scale(0); }

#accordion .panel-title a.collapsed:before {
  opacity: 0;
  transform: scale(0); }

#accordion .panel-title a.collapsed:after {
  opacity: 1;
  transform: scale(1); }

#accordion .panel-body {
  padding: 20px 20px;
  background: #fff;
  border-top: none;
  font-size: 15px;
  color: #333;
  line-height: 28px;
  letter-spacing: 1px;
  border-radius: 0 0 5px 5px; }

/*******************/
.services-page .services-box-new {
  width: 31%;
  vertical-align: top;
  display: inline-block;
  overflow: hidden;
  position: relative;
  margin: 15px 5px 5px 5px;
  padding: 20px;
  border-radius: 3px;
  box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media screen and (max-width: 991px) {
    .services-page .services-box-new {
      width: 47%; } }
  @media screen and (max-width: 550px) {
    .services-page .services-box-new {
      width: 100%;
      margin: 15px 0px 5px 0px; } }

.services-page .services-box-new:hover {
  box-shadow: 3px -5px 15px rgba(0, 0, 0, 0.15); }

.services .services-text {
  padding: 2px 15px 0px 15px;
  min-height: 140px; }
  @media screen and (max-width: 768px) {
    .services .services-text {
      min-height: auto; } }

.services .services-box-new h3 {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 0;
  font-weight: 400;
  letter-spacing: 0px; }

.sidebar {
  margin-bottom: 40px;
  margin-left: 20px; }
  @media screen and (max-width: 991px) {
    .sidebar {
      margin-left: 0px;
      margin-top: 20px;
      margin-bottom: 0; } }

.sidebar {
  box-shadow: -1px 2px 25px rgba(0, 0, 0, 0.1);
  padding: 20px;
  overflow: hidden; }
  @media screen and (max-width: 991px) {
    .sidebar {
      padding: 15px; } }
  @media screen and (max-width: 991px) {
    .sidebar h2 {
      font-size: 26px; } }

.sidebar ul {
  list-style: none;
  padding-left: 0;
  margin-top: 20px; }

.sidebar li {
  border: 1px solid #eee;
  outline: none;
  padding: 15px 15px;
  margin-bottom: 9px;
  letter-spacing: 1px; }

.sidebar li:hover {
  background-color: #f8f8f8; }

.sidebar ul li a {
  color: #333;
  font-size: 16px;
  line-height: 2.29;
  transition: all .5s ease;
  font-weight: 500; }

.services-box-new a {
  font-family: "Poppins", sans-serif;
  border: 2px solid #e15205;
  padding: 10px;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500;
  display: block;
  margin-top: 20px; }

.services-box-new a:hover {
  border: 2px solid #a52729;
  color: #a52729; }

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