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

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

img {
  width: 100%; }

@media (max-width: 991px) {
  .mobile-hidden {
    display: none; } }

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: #47476b; }

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; }

p, li {
  color: #333; }

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

.btn {
  color: #fff;
  background-color: #ff4d4d;
  border: 2px solid #ff4d4d;
  padding: 14px 35px 16px 35px;
  font-family: "Acme", sans-serif;
  font-size: 19px;
  font-weight: 600;
  margin: 15px 0;
  letter-spacing: 1px;
  transition: all 0.5s ease-in-out;
  border-radius: 29px; }
  @media (max-width: 991px) {
    .btn {
      padding: 12px 35px; } }

.btn:hover, .btn:active, .btn:focus {
  color: #ff4d4d;
  background-color: transparent;
  border: 2px solid #ff4d4d; }

.title-h {
  font-size: 60px;
  color: #47476b;
  font-weight: 900;
  line-height: 66px;
  font-family: "Acme", sans-serif;
  margin-bottom: 25px;
  letter-spacing: 0px; }
  @media (max-width: 991px) {
    .title-h {
      font-size: 37px;
      line-height: 44px; } }

.break {
  position: relative;
  margin-bottom: 30px; }
  .break .svg-inline--fa {
    color: #ff4d4d;
    position: absolute;
    top: -6px;
    z-index: 3;
    background: #fff;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 38px;
    height: 30px;
    padding: 0 8px; }

.break:after {
  content: '';
  background: rgba(255, 77, 77, 0.7);
  height: 2px;
  display: block;
  margin: 0 auto;
  width: 230px;
  bottom: 0;
  position: absolute;
  margin-left: -115px;
  left: 50%;
  z-index: 2;
  margin-top: -15px; }

.title-p {
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  padding-bottom: 20px;
  color: #404040; }
  @media (max-width: 991px) {
    .title-p {
      font-size: 18px;
      line-height: 24px; } }

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

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

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

/*****navbar start******/
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 15px;
    background-color: transparent; }

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

  .attr-nav {
    display: none; }

  .navbar {
    min-height: 70px; } }
nav.navbar.bootsnav {
  background: #fff;
  border-bottom: solid 1px #eee; }

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

.navbar-brand {
  padding: 4px 25px 0 15px; }
  @media (max-width: 991px) {
    .navbar-brand {
      padding: 1px 5px 2px 5px; } }

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

.caret {
  margin-left: 4px; }

@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-radius: 0px;
    padding: 0;
    background: #fff;
    border: solid 1px #eee;
    border-top: 5px solid #ff4d4d;
    width: 260px; }

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

  nav.navbar.bootsnav ul.nav > li > a {
    padding: 38px 15px 20px 5px;
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 0px; } }
  @media (min-width: 991px) and (max-width: 1200px) {
    nav.navbar.bootsnav ul.nav > li > a {
      padding: 38px 10px 10px 10px;
      font-weight: 500;
      font-size: 15px; } }

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

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

  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: 8px 15px;
    border-bottom: solid 1px #eee;
    color: #333;
    font-size: 17px;
    font-weight: 400; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    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;
    text-transform: uppercase;
    font-family: "Acme", sans-serif;
    color: #47476b !important;
    padding: 12px 0;
    font-size: 20px; }

  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: #47476b;
    font-size: 18px;
    padding: 10px 0;
    font-family: "Acme", sans-serif; }

  nav.navbar.bootsnav .navbar-nav {
    margin: 25px -15px 10px -15px; } }
.mobile-inline {
  display: inline-block !important; }

nav.no-background.bootsnav .btn {
  width: 32px;
  height: 32px;
  line-height: 21px;
  padding: 5px !important;
  font-size: 17px;
  margin: 30px 0px 0 8px;
  background: transparent !important;
  border: 1px solid #fff !important;
  color: #fff !important; }
  @media (max-width: 992px) {
    nav.no-background.bootsnav .btn {
      margin: 10px 4px 15px 0px;
      display: inline-block;
      border: none; } }

nav.navbar-fixed.bootsnav .btn {
  border: 1px solid #333;
  width: 32px;
  height: 32px;
  line-height: 21px;
  padding: 5px !important;
  font-size: 17px;
  margin: 30px 0px 0 8px; }
  @media (max-width: 992px) {
    nav.navbar-fixed.bootsnav .btn {
      margin: 10px 4px 15px 0px;
      display: inline-block;
      border: none; } }

nav.no-background.bootsnav .btn:hover {
  background-color: #ff4d4d !important;
  color: #fff !important;
  border: 1px solid #ff4d4d !important; }

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

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: 165px;
  margin-top: 0px; }
  @media (max-width: 1150px) {
    nav.no-background.bootsnav .navbar-brand img.logo-large {
      height: 70px; } }

@media (max-width: 991px) {
  nav.no-background.bootsnav .navbar-brand img.logo-large {
    height: 55px;
    width: auto;
    margin-top: 0; } }
@media (max-width: 992px) {
  nav.navbar.bootsnav.no-full .navbar-collapse {
    height: auto !important;
    max-height: none  !important; } }
/*****navbar end******/
/*****hero start*********/
.hero {
  position: relative;
  min-height: 100vh; }
  @media (max-width: 991px) {
    .hero {
      min-height: 70vh; } }
  .hero .hero-box {
    margin-top: 40vh;
    margin-left: 25px; }
    @media (max-width: 991px) {
      .hero .hero-box {
        margin-top: 20vh;
        margin-left: 0; } }
  .hero .back {
    background: rgba(4, 26, 47, 0.35); }
  .hero h1 {
    color: #fff;
    font-family: "Acme", sans-serif;
    font-size: 60px;
    line-height: 70px;
    font-weight: 900;
    letter-spacing: 3px;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4); }
    @media (max-width: 991px) {
      .hero h1 {
        font-size: 34px;
        line-height: 40px;
        letter-spacing: 2px; } }
  .hero h2 {
    color: #fff;
    margin-bottom: 25px;
    margin-top: 15px;
    font-weight: 400;
    letter-spacing: 0px;
    font-size: 28px;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4); }
    @media (max-width: 991px) {
      .hero h2 {
        font-size: 20px;
        line-height: 25px;
        margin-top: 15px;
        margin-bottom: 5px; } }

/***************hero end******/
/********* dogs start *********/
.services .services-img {
  height: 300px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    .services .services-img {
      height: 250px; } }
.services .services-box {
  overflow: hidden;
  background-color: #fff;
  position: relative;
  margin: 25px 10px;
  box-shadow: -4px 0px 6px rgba(0, 0, 0, 0.25); }
  @media screen and (max-width: 768px) {
    .services .services-box {
      margin: 25px 0;
      box-shadow: -4px 0px 2px rgba(0, 0, 0, 0.25); } }
  .services .services-box h3 {
    color: #47476b;
    font-family: "Acme", sans-serif;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 1px;
    text-transform: uppercase; }
  .services .services-box a {
    font-size: 16px;
    font-weight: 600;
    color: #ff4d4d; }
  .services .services-box .svg-inline--fa {
    margin-right: 8px; }
.services .services-text {
  padding: 10px 20px 20px 20px;
  overflow: hidden;
  z-index: 2; }
.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: #47476b; }

.product-padd {
  height: 10px; }
  @media screen and (max-width: 991px) {
    .product-padd {
      height: 0; } }

/********* dogs end *********/
/************cta start*********/
.cta {
  background-position: top center;
  padding: 150px 0; }
  @media (max-width: 768px) {
    .cta {
      padding: 60px 0; } }
  .cta .back {
    background: rgba(4, 26, 47, 0.65); }
  .cta .title-h {
    color: #fff;
    margin-bottom: 5px;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4); }
  .cta p {
    color: #fff;
    font-size: 28px;
    margin-top: 25px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4); }
    @media (max-width: 768px) {
      .cta p {
        font-size: 18px; } }

/************cta end*********/
.about iframe {
  height: 600px;
  background-color: #ccc;
  margin-top: 20px; }

.play-img {
  width: 160px;
  margin: 165px 0 auto; }
  @media (max-width: 768px) {
    .play-img {
      margin-top: 60px;
      width: 140px; } }

.video-img2 {
  width: 100%;
  height: 500px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  box-shadow: -5px 5px 25px rgba(0, 0, 0, 0.15); }
  @media (max-width: 768px) {
    .video-img2 {
      height: 260px;
      margin: 50px 0; } }

.about-padd-new {
  padding-top: 60px; }
  @media (max-width: 768px) {
    .about-padd-new {
      padding-top: 0px; } }

/**********testimonial start*************/
.testimonial .test-img {
  -webkit-filter: drop-shadow(25px 23px 25px rgba(57, 45, 46, 0.2));
  filter: drop-shadow(25px 23px 25px rgba(57, 45, 46, 0.2)); }
.testimonial .test-div {
  margin-top: 70px; }
  @media (max-width: 991px) {
    .testimonial .test-div {
      margin-top: 0px; } }
.testimonial .owl-carousel {
  padding-left: 30px; }
  @media (max-width: 991px) {
    .testimonial .owl-carousel {
      padding-left: 0; } }
.testimonial p {
  font-size: 24px;
  line-height: 36px;
  margin-top: 0px;
  font-style: italic;
  letter-spacing: 1px;
  color: #333; }
  @media (max-width: 991px) {
    .testimonial p {
      margin-top: 0px;
      font-size: 18px;
      line-height: 26px; } }
.testimonial .title-h {
  padding-left: 30px; }
  @media (max-width: 991px) {
    .testimonial .title-h {
      padding-left: 10px; } }
.testimonial h4 {
  color: #ff4d4d;
  font-family: "Acme", sans-serif;
  font-size: 27px;
  margin-top: 30px;
  font-weight: 400; }
@media (max-width: 991px) {
  .testimonial .test-img {
    margin-top: 30px; } }
.testimonial .owl-theme .owl-controls {
  text-align: left;
  margin-left: 10px;
  margin-top: 30px; }
  @media (max-width: 991px) {
    .testimonial .owl-theme .owl-controls {
      text-align: center; } }
.testimonial .owl-theme .owl-dots .owl-dot.active span, .testimonial .owl-theme .owl-dots .owl-dot:hover span {
  background: #47476b; }

/**********testimonial end**********/
/*****tc- footer start******/
.tc-footer {
  position: relative;
  padding: 90px 0 25px 0; }

.tc-footer .back {
  background: rgba(4, 26, 47, 0.85); }

.tc-footer img {
  margin-bottom: 50px; }

.tc-footer ul {
  list-style: none;
  margin: 0px 0 20px 0;
  padding: 0; }

.tc-footer ul li a {
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 2px;
  display: block;
  margin-top: 8px;
  color: #f2f2f2;
  font-family: "Acme", sans-serif; }
  @media screen and (max-width: 768px) {
    .tc-footer ul li a {
      font-size: 19px;
      letter-spacing: 1px; } }

.tc-footer a:hover {
  color: #ff4d4d; }

.tc-footer p {
  color: #e6e6e6;
  margin-top: 30px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0px; }
  @media screen and (max-width: 768px) {
    .tc-footer p {
      font-size: 13px;
      line-height: 18px;
      font-weight: 200; } }

.tc-footer p a {
  color: #e6e6e6;
  text-transform: capitalize;
  font-size: 17px; }
  @media screen and (max-width: 768px) {
    .tc-footer p a {
      font-size: 13px;
      line-height: 18px;
      font-weight: 200; } }

.tc-footer .svg-inline--fa {
  width: 45px;
  height: 45px;
  padding: 11px;
  border: 2px solid #ff4d4d;
  margin: 2px;
  border-radius: 50%;
  color: #ff4d4d; }

.tc-footer .svg-inline--fa:hover {
  color: #fff;
  background-color: #ff4d4d; }

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

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

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

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

/************************/
/***** 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-family: "Acme", sans-serif;
    font-size: 30px;
    color: #47476b; }
.reviews-page .reviews-text {
  padding: 30px 20px; }
  .reviews-page .reviews-text h5 {
    font-family: "Acme", sans-serif;
    font-size: 20px;
    margin-top: 40px;
    text-align: right;
    margin-right: 20px;
    color: #ff4d4d; }
  .reviews-page .reviews-text p {
    font-size: 18px; }

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

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

/********* contact-page start********/
.serviceBox {
  text-align: center;
  padding: 45px 25px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: rgba(230, 242, 255, 0.5); }
  @media screen and (max-width: 768px) {
    .serviceBox {
      margin: 15px 0;
      padding: 25px 15px; } }

.serviceBox .service-icon .svg-inline--fa {
  color: #47476b;
  margin: 0 auto 15px;
  display: block;
  font-size: 40px; }

.serviceBox a {
  display: inline-block; }

.serviceBox a .svg-inline--fa {
  margin: 0 5px; }

.serviceBox .title {
  color: #ff4d4d;
  font-family: "Acme", sans-serif;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 30px 0 10px 0; }

.serviceBox .description {
  color: #777;
  font-size: 18px;
  line-height: 33px;
  margin: 0 10px; }

input, textarea {
  width: 100%;
  padding: 13px 15px;
  background-color: rgba(230, 242, 255, 0.5);
  margin-bottom: 15px;
  outline: none;
  border-radius: 0;
  border: 1px solid rgba(230, 242, 255, 0.5); }

::-webkit-input-placeholder {
  /* Edge */
  font-size: 15px;
  font-family: "Acme", sans-serif; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 15px;
  font-family: "Acme", sans-serif; }

::placeholder {
  font-size: 15px;
  font-family: "Acme", sans-serif; }

form {
  margin-top: 50px; }

/*********** training-page start *******/
.training-page-box {
  box-shadow: 5px 3px 25px rgba(0, 0, 0, 0.15);
  margin-top: 30px;
  position: relative;
  -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; }

.training-page-img {
  height: 250px; }

.training-page-text {
  padding: 20px;
  min-height: 155px; }
  .training-page-text h3 {
    color: #47476b;
    font-family: "Acme", sans-serif;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 1px;
    -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; }
  .training-page-text a {
    color: #ff4d4d; }
  .training-page-text .svg-inline--fa {
    margin-right: 8px; }

.training-page-box:hover {
  box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.15); }
  .training-page-box:hover h3 {
    color: #ff4d4d; }
  .training-page-box:hover a {
    color: #47476b; }

.training-price {
  color: #ff4d4d;
  font-size: 40px;
  font-family: "Acme", sans-serif;
  margin-top: -20px; }

.trainers .training-page-img {
  height: 350px;
  background-position: top; }
.trainers .trainer-box {
  float: none !important;
  display: inline-block;
  width: 33%; }
  @media screen and (max-width: 1000px) {
    .trainers .trainer-box {
      width: 49%; } }
  @media screen and (max-width: 650px) {
    .trainers .trainer-box {
      width: 99%; } }

.example-image {
  background-size: cover;
  background-position: center;
  height: 270px;
  margin-bottom: 30px; }
  @media screen and (max-width: 600px) {
    .example-image {
      margin-bottom: 15px;
      height: 220px; } }

/****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: 190px; }
  @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: "Acme", sans-serif;
  color: #47476b;
  padding: 10px 15px 5px 15px; }
  @media screen and (max-width: 991px) {
    .blog-footer {
      padding-top: 0; } }
  .blog-footer .svg-inline--fa.fa-w-14 {
    color: #47476b;
    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: 0;
    padding: 10px 25px 10px 25px;
    text-align: right;
    float: right; }
    @media screen and (max-width: 991px) {
      .blog-footer .btn {
        float: none;
        margin-top: 10px; } }

.inner-h {
  font-family: "Acme", sans-serif;
  color: #47476b;
  font-size: 28px; }

/******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: "Acme", sans-serif;
    font-size: 22px; }

.blog-share .svg-inline--fa {
  color: #47476b;
  width: 36px;
  height: 36px;
  border: 1px solid #47476b;
  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: #47476b; }

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

.sidebar-box {
  background-color: rgba(230, 242, 255, 0.5);
  margin-left: 20px;
  padding: 30px 30px;
  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:hover {
    color: #ff4d4d; }
  .sidebar-box .svg-inline--fa {
    margin-right: 15px;
    color: #ff4d4d;
    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);
    font-family: "Acme", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px; }

.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****/
.accomplishments .inner-h {
  color: #ff4d4d; }

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

.dog-intro span {
  font-weight: 700; }
.dog-intro .inner-h {
  color: #ff4d4d; }

.flag {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5; }

.flag p {
  padding: 3px 10px;
  background-color: #ff4d4d;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #fff; }

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