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

body {
  font-family: "Smooch Sans", sans-serif;
  position: relative;
  font-size: 19px;
  line-height: 27px;
  background-color: #fff;
}

img {
  width: 100%;
}

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

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

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

.btn {
  color: #fff;
  background-color: #990000;
  border: 1px solid #990000;
  padding: 16px 30px;
  font-size: 17px;
  border-radius: 96px;
  font-weight: 500;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .btn {
    font-size: 16px;
    letter-spacing: 1px;
  }
}

.btn:hover {
  color: #fff;
  background-color: #990000;
  border-color: #990000;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
}

.btn:focus {
  color: #fff;
  background-color: #990000;
  border-color: #990000;
  border-radius: 6px;
}

.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: #990000;
  border-color: #990000;
  border-radius: 6px;
}

.btn:active, .btn.active, .open > .btn.dropdown-toggle {
  color: #fff;
  background-color: #990000;
  border-color: #990000;
  border-radius: 6px;
}

.title-h {
  font-size: 55px;
  line-height: 60px;
  margin: 10px 0 15px 0;
  color: #444;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
}
@media (max-width: 991px) {
  .title-h {
    font-size: 36px;
    line-height: 36px;
    font-weight: 500;
  }
}

.title-p {
  font-size: 19px;
  line-height: 25px;
  padding-bottom: 20px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #444;
}
@media (max-width: 991px) {
  .title-p {
    font-size: 17px;
    line-height: 23px;
  }
}

.sep {
  content: "";
  height: 3px;
  width: 140px;
  background: #990000;
  margin-bottom: 20px;
}

.sep-middle {
  content: "";
  height: 3px;
  width: 140px;
  background: #990000;
  margin: 0 auto;
  margin-bottom: 20px;
}

.little-h {
  color: #990000;
  font-size: 20px;
  letter-spacing: 2px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@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;
}

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

/******navbar start*******/
.top-bar {
  width: 100%;
  z-index: 9999;
  background-color: #111;
}
.top-bar p, .top-bar a {
  padding-top: 11px;
  margin-bottom: 7px;
  color: #f7f7f7;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .top-bar p, .top-bar a {
    font-size: 13px;
    line-height: 15px;
  }
}
.top-bar ul {
  margin-bottom: 0;
  padding-left: 0;
}
.top-bar ul li {
  list-style: none;
  padding-left: 0;
  display: inline-block;
}
.top-bar .top-text-right {
  text-align: right;
}
@media (max-width: 550px) {
  .top-bar .top-text-right {
    text-align: center;
  }
}
.top-bar .svg-inline--fa {
  color: #f7f7f7;
  font-size: 14px;
  width: 14px;
  height: 14px;
  padding: 4px;
  border-radius: 50%;
  margin: 6px 2px 0px 2px;
  border: 1px solid transparent;
}
@media (max-width: 991px) {
  .top-bar .svg-inline--fa {
    margin-right: 6px;
    margin-left: 0;
  }
}
.top-bar .svg-inline--fa:hover {
  color: #990000;
}
.top-bar a:hover {
  color: #990000;
}

@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 28px;
    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-brand {
  height: auto;
  padding: 4px 25px;
  margin-top: -22px;
}
@media (max-width: 1198px) {
  .navbar-brand {
    padding: 1px 0 0 0;
    margin-top: 2px;
  }
}

.navbar-brand img {
  width: auto;
  height: 100px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .navbar-brand img {
    height: 70px;
    margin-top: 4px;
  }
}

nav.no-background.bootsnav .navbar-brand img.logo-large {
  width: auto;
  height: 160px;
  margin-top: 25px;
}

@media (max-width: 1200px) {
  nav.no-background.bootsnav .navbar-brand img.logo-large {
    height: 90px;
    width: auto;
    margin-top: 3px;
  }
}
.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 #990000;
    margin-top: 15px;
  }
  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 29px 10px 20px 10px;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    font-family: "Roboto Condensed", sans-serif;
  }
}
@media (min-width: 991px) and (max-width: 1010px) {
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 26px 7px 10px 7px;
    font-weight: 600;
    font-size: 16px;
  }
}
@media (min-width: 991px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #990000;
  }
  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: 7px 15px;
    border-bottom: solid 1px #ccc;
    color: #333;
    font-size: 14px;
    font-weight: 500;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #990000;
  }
}
@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;
    color: #222 !important;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 21px;
    font-weight: 400;
    padding: 12px 0;
  }
  nav.navbar.bootsnav .navbar-collapse.collapse.in {
    background: #fff;
    border-bottom: 1px solid #eee;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    color: #555;
    font-size: 17px;
    padding: 5px 0;
  }
  nav.navbar.bootsnav .navbar-nav {
    margin: 15px -15px 20px -15px;
  }
}
@media (max-width: 992px) and (max-width: 991px) {
  nav.navbar.bootsnav .navbar-nav {
    margin: 0px -15px 0px -15px;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 28px 6px 20px 6px;
  }
}
@media (min-width: 1290px) {
  nav.bootsnav.brand-center .navbar-collapse .col-half.left {
    text-align: right;
    padding-right: 150px;
  }
}
@media (min-width: 1290px) {
  nav.bootsnav.brand-center .navbar-collapse .col-half.right {
    text-align: left;
    padding-left: 150px;
  }
}
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;
}

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

@media (max-width: 991px) {
  .mobile-center {
    text-align: center;
  }
}

@media (min-width: 991px) {
  nav.bootsnav.no-background.brand-center .navbar-collapse .col-half.left {
    text-align: right;
    padding-right: 8px;
  }
  nav.bootsnav.no-background.brand-center .navbar-collapse .col-half.right {
    text-align: left;
    padding-left: 8px;
  }
}
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;
  }
}
/******navbar end**********/
/**************************/
/*****hero start*********/
.hero {
  min-height: 85vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .hero {
    min-height: 64vh;
    padding-bottom: 20px;
  }
}
.hero .hero-box {
  margin-top: 21vh;
}
@media (max-width: 991px) {
  .hero .hero-box {
    margin: 27vh 0px 5px 0px;
  }
}
.hero .hero-box h1 {
  color: #fff;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}
.hero .hero-box h2 {
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 2px;
  font-weight: 600;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  margin-top: 20px;
}
@media (max-width: 991px) {
  .hero .hero-box h2 {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
.hero .hero-box .btn {
  border: 2px solid #990000;
  background-color: #990000;
  filter: grayscale(0%);
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .hero .hero-box .btn {
    padding: 12px 20px;
  }
}
.hero .hero-box .btn:hover {
  color: #fff;
  border: 2px solid #990000;
}
.hero .hero-box img {
  height: 300px;
  width: auto;
}
@media (max-width: 768px) {
  .hero .hero-box img {
    height: 250px;
  }
}

.hero .back {
  background: rgba(0, 0, 0, 0.45);
}

.hero::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-image: url(../images/img14.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: grayscale(100%);
  z-index: 0;
}

/*****************************************/
.about .about-img {
  height: 900px;
  filter: grayscale(100%);
}
@media screen and (max-width: 768px) {
  .about .about-img {
    height: 260px;
  }
}

.about-padd {
  padding-top: 100px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .about-padd {
    padding-top: 20px;
    padding-left: 0px;
  }
}
.about-padd p {
  color: #eee;
}

.about-phone {
  color: #990000;
  font-weight: 400;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 1px;
}

/********* services start *********/
.row-white h3, .row-white .title-p {
  color: #f7f7f7;
}

.services {
  padding-top: 50px;
}
@media screen and (max-width: 500px) {
  .services {
    padding-top: 20px;
  }
}
.services .services-img {
  height: 400px;
  filter: grayscale(100%);
}
@media screen and (max-width: 500px) {
  .services .services-img {
    height: 240px;
  }
}
.services .services-box {
  z-index: 1;
  position: relative;
  margin: 20px 3px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .services .services-box {
    margin: 10px 0px;
  }
}
.services .services-box h3 {
  font-size: 30px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: 0px;
  color: #fff;
}
.services .services-box a {
  font-family: "Smooch Sans", sans-serif;
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: 500;
  display: block;
  margin-top: 0px;
  text-transform: uppercase;
  color: #eee;
}
.services .services-text {
  background-color: #111;
  padding: 10px 15px 30px 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: 0.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: #fff;
}

.services-box:hover a {
  font-weight: 800;
  color: #990000;
}

.services-box:hover .services-img {
  filter: grayscale(60%);
}

/********* services end *********/
/*****tc-testimonial start******/
.tc-testimonial {
  padding: 100px 0 120px 0;
}
@media (max-width: 991px) {
  .tc-testimonial {
    padding: 60px 0 60px 0;
  }
}

.testimonial-bg {
  padding: 0px 0px;
  text-align: center;
  position: relative;
}
@media (max-width: 991px) {
  .testimonial-bg {
    padding: 0px 5px 20px 5px;
  }
}

.tc-testimonial .testimonial {
  padding: 20px 5px;
}
@media (max-width: 991px) {
  .tc-testimonial .testimonial {
    padding: 0;
  }
}

.testimonial .description {
  font-size: 20px;
  font-weight: 300;
  color: #333;
  line-height: 32px;
  padding-bottom: 20px;
  margin-bottom: 35px;
  position: relative;
}
@media (max-width: 991px) {
  .testimonial .description {
    font-size: 19px;
    line-height: 25px;
  }
}

.testimonial .title {
  font-size: 23px;
  font-weight: 700;
  color: #990000;
  text-transform: capitalize;
  margin: 0;
  font-family: "Roboto Condensed", sans-serif;
}

.tc-testimonial .owl-nav {
  background: #fff;
  position: absolute;
  right: 0%;
  left: 0;
  margin-top: 30px;
}

.tc-testimonial .owl-prev, .tc-testimonial .owl-next {
  width: 40px;
  height: 50px;
  line-height: 50px;
  padding: 7px;
  border-radius: 0%;
  background: rgba(230, 242, 255, 0.7) !important;
  color: #990000 !important;
  opacity: 1;
  padding: 0;
}

.tc-testimonial .owl-next .svg-inline--fa, .tc-testimonial .owl-prev .svg-inline--fa {
  font-size: 24px;
}

.tc-testimonial .owl-dots .owl-dot.active span, .tc-testimonial .owl-dots .owl-dot:hover span {
  background: #990000;
}

/*****tc-testimonial end******/
/*********cta start*******/
.cta {
  padding: 25vh 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .cta {
    padding: 120px 0;
  }
}
.cta .back {
  background: rgba(13, 13, 13, 0.4);
  filter: grayscale(100%);
}
.cta .title-h {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.5);
}
.cta .title-p {
  text-shadow: rgba(0, 0, 0, 0.5);
  color: #fff;
  margin: 20px 0 10px 0;
  font-weight: 400;
  font-size: 19px;
}
@media (max-width: 768px) {
  .cta .title-p {
    font-size: 22px;
  }
}
.cta .btn {
  border: 2px solid #fff;
  color: #fff;
  background-color: transparent;
  filter: grayscale(0%);
  position: relative;
}
.cta .btn:hover {
  border: 2px solid #990000;
  color: #fff;
  background-color: #990000;
  filter: grayscale(0%);
  position: relative;
}

.cta::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-image: url(../images/support.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: grayscale(100%);
  z-index: 0;
}

@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 990px) {
    .cta {
      background-attachment: scroll !important;
      background-size: auto 200%;
    }
  }
}
/********cta end********/
/***** partners start ******/
.partners .partner-box {
  display: inline-block;
  width: 17%;
  margin: 30px 1%;
}

@media (max-width: 1050px) {
  .partners .partner-box {
    width: 22%;
    margin: 20px 1%;
  }
}
@media (max-width: 450px) {
  .partners .partner-box {
    width: 42%;
    margin: 20px 3.5%;
  }
}
.partners .partner-img {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 50px;
  filter: grayscale(100%);
}
@media (max-width: 768px) {
  .partners .partner-img {
    height: 50px;
  }
}

.partners .partner-img:hover {
  filter: grayscale(50%);
}

/***** partners end ******/
/*****tc- footer start******/
.tc-footer {
  background-position: bottom;
  position: relative;
  padding: 90px 0 25px 0;
}
@media only screen and (max-width: 990px) {
  .tc-footer {
    padding: 70px 0 25px 0;
  }
}
.tc-footer .back {
  background: rgba(26, 26, 26, 0.9);
}
.tc-footer a {
  font-weight: 400;
  font-family: "Roboto Condensed", sans-serif;
  color: #ccc;
  font-size: 18px;
  line-height: 30px;
}
@media only screen and (max-width: 990px) {
  .tc-footer a {
    font-size: 16px;
  }
}
.tc-footer a:hover {
  color: #990000;
}
.tc-footer p, .tc-footer p a {
  color: #ccc;
  font-family: "Smooch Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 990px) {
  .tc-footer p, .tc-footer p a {
    font-size: 14px;
    line-height: 21px;
  }
}
.tc-footer .svg-inline--fa {
  height: 17px;
  width: 17px;
  color: #fff;
  background-color: transparent;
  border: 1px solid #ccc;
  padding: 9px;
  border-radius: 50%;
  margin: 5px 1px 5px 1px;
  color: #ccc;
}
.tc-footer .svg-inline--fa:hover {
  color: #990000;
  border: 1px solid #990000;
}
.tc-footer .copyright .svg-inline--fa {
  font-size: 20px;
  margin: 5px 4px;
}
.tc-footer img {
  filter: drop-shadow(0px 0px 2px rgba(242, 242, 242, 0.5));
  margin-top: 0px;
  width: 75%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 990px) {
  .tc-footer img {
    height: auto;
    width: 70%;
    margin-bottom: 10px;
  }
}

.tc-footer ul {
  list-style: none;
  margin: 2px 0 2px 0;
  padding: 0;
}
@media only screen and (max-width: 990px) {
  .tc-footer ul {
    margin: 0px 0 20px 0;
  }
}

.ul-copyright li {
  display: inline-block;
  margin: 10px 15px 15px 15px;
  text-transform: uppercase;
  font-size: 15px;
}
@media only screen and (max-width: 768px) {
  .ul-copyright li {
    margin: 2px 0px 2px 0px;
  }
}
.ul-copyright a {
  font-size: 15px;
  letter-spacing: 1px;
}

/*****tc-footer end******/
@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 990px) {
    .cta, .services-bottom {
      background-attachment: scroll !important;
      background-size: auto 100%;
    }
  }
}
.tc-header {
  min-height: 50vh;
  filter: grayscale(100%);
}
@media only screen and (max-width: 768px) {
  .tc-header {
    background-position: top;
  }
}
.tc-header .back {
  background: rgba(26, 26, 26, 0.45);
}

.row-header {
  padding-top: 120px;
}
.row-header img {
  height: 200px;
  width: auto;
}

.contact-page ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 40px;
}
.contact-page li {
  font-size: 19px;
  margin-bottom: 16px;
}
.contact-page li a {
  color: #990000;
}
.contact-page li a:hover {
  color: #333;
}

input, textarea {
  width: 100%;
  padding: 16px 20px;
  border: 1px solid #eee;
  background-color: #eee;
  margin-bottom: 15px;
  outline: none;
  border-radius: 30px;
}

select {
  width: 100%;
  padding: 16px 20px;
  border: 1px solid #eee;
  background-color: #eee;
  margin-bottom: 15px;
  outline: none;
  border-radius: 30px;
  height: 62px;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #eee;
  border-color: #990000;
}

.panel-title {
  color: #333;
  font-size: 19px;
}

.panel-heading {
  padding: 20px 20px;
  border-color: #eee;
}

.panel-default {
  border-color: #eee;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #990000;
}

.pagination > li > a, .pagination > li > span {
  padding: 8px 14px;
  color: #555;
  border: 1px solid #990000;
  border-radius: 0 !important;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: #000;
  background-color: #eee;
  border-color: #990000;
}

.sidebar {
  background-color: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .sidebar {
    margin-bottom: 15px;
    padding: 20px 15px;
    margin-bottom: 15px;
  }
}
.sidebar ul {
  list-style: none;
  padding-left: 0;
}
.sidebar li {
  background-color: #eee;
  padding: 15px;
  margin: 15px 0;
  border-radius: 8px;
}
.sidebar li a {
  color: #333;
  display: block;
}
.sidebar li:hover {
  background-color: #f7f7f7;
}

.link-a a {
  color: #555;
}

.link-a a:hover {
  color: #111;
}

.link-a h4 {
  font-size: 17px;
  color: #990000;
}

.link-page .inner-h {
  margin-bottom: 20px;
}

.inner-h {
  font-size: 32px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
}

.services-page .services-box {
  width: 48%;
  display: inline-block;
  margin: 10px 0.5%;
}
@media (max-width: 991px) {
  .services-page .services-box {
    width: 100%;
    margin: 10px 0%;
  }
}

.servies-detail-img {
  height: 380px;
  margin-bottom: 20px;
  filter: grayscale(100%);
}
@media only screen and (max-width: 550px) {
  .servies-detail-img {
    height: 230px;
  }
}

.video-img {
  width: 100%;
  height: 480px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 20px 0 40px 0;
  filter: grayscale(100%);
}
@media (max-width: 768px) {
  .video-img {
    height: 260px;
  }
}

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

.services-right-text {
  padding: 0;
  position: relative;
}
.services-right-text .services-text {
  position: relative;
  padding: 140px 100px;
  width: 52vw;
  margin-left: 49vw;
  background-color: #111;
}
@media screen and (max-width: 991px) {
  .services-right-text .services-text {
    margin-right: 0;
    margin-left: 0;
    padding: 50px 15px;
    width: 100%;
    text-align: center;
  }
}
.services-right-text .services-text .title-p {
  text-transform: none;
  color: #ccc;
}
.services-right-text .services-text .title-h {
  color: #fff;
}

.services-right-text .services-img::before {
  content: " ";
  position: absolute;
  margin-right: 54vw;
  filter: grayscale(100%);
  left: 0;
  top: 0;
  width: 52%;
  height: 100%;
  box-sizing: border-box;
  background-image: url(../images/img31.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: grayscale(100%);
  z-index: 0;
}
@media screen and (max-width: 991px) {
  .services-right-text .services-img::before {
    margin-right: 0;
  }
}

.services-left-text .services-img::before {
  content: " ";
  position: absolute;
  margin-left: 48vw;
  filter: grayscale(100%);
  left: 0;
  top: 0;
  width: 52%;
  height: 100%;
  box-sizing: border-box;
  background-image: url(../images/img2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: grayscale(100%);
  z-index: 0;
}
@media screen and (max-width: 991px) {
  .services-left-text .services-img::before {
    margin-left: 0;
  }
}

.services-left-text {
  padding: 0;
  position: relative;
}
.services-left-text .services-text {
  position: relative;
  padding: 140px 100px;
  width: 49vw;
  margin-right: 49vw;
  background-color: #111;
}
@media screen and (max-width: 991px) {
  .services-left-text .services-text {
    margin-right: 0;
    margin-left: 0;
    padding: 50px 15px;
    width: 100%;
    text-align: center;
  }
}
.services-left-text .services-text .title-p {
  text-transform: none;
  color: #ccc;
}
.services-left-text .services-text .title-h {
  color: #fff;
}

.careeer .panel-title .svg-inline--fa {
  font-size: 14px;
  margin-right: 12px;
  color: #333;
}

.video-page iframe {
  height: 310px;
  width: 100%;
  background-color: #f2f2f2;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .video-page iframe {
    height: 230px;
  }
}
.video-page .video-row h4 {
  font-size: 26px;
  line-height: 30px;
  min-height: 90px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .video-page .video-row h4 {
    min-height: auto;
  }
}

.blog-box {
  background-color: #111;
  overflow: hidden;
  position: relative;
  box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
}
@media screen and (max-width: 500px) {
  .blog-box {
    margin-bottom: 15px;
  }
}
.blog-box .blog-img {
  height: 390px;
  filter: grayscale(100%);
}
@media screen and (max-width: 500px) {
  .blog-box .blog-img {
    height: 200px;
  }
}
.blog-box .blog-text {
  padding: 25px 30px 10px 30px;
}
@media screen and (max-width: 500px) {
  .blog-box .blog-text {
    padding: 5px 15px 20px 15px;
  }
}
.blog-box .blog-text .inner-h {
  color: #fff;
}
.blog-box h4 {
  color: #990000;
  margin-bottom: 20px;
}
.blog-box p {
  color: #ccc;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  -webkit-box-orient: vertical;
}
.blog-box .btn {
  margin-top: 20px;
}

.blog-detail-img {
  height: 450px;
  margin-bottom: 20px;
  filter: grayscale(100%);
}
@media screen and (max-width: 500px) {
  .blog-detail-img {
    height: 220px;
  }
}

.blog-detail-page .blog-detail-ul {
  padding-left: 0;
  list-style: none;
}
.blog-detail-page .blog-detail-ul li {
  display: inline-block;
}
.blog-detail-page .blog-detail-ul .svg-inline--fa {
  border: 1px solid #333;
  height: 18px;
  width: 18px;
  padding: 9px;
  margin: 2px;
  border-radius: 50%;
  color: #333;
}
.blog-detail-page .blog-detail-ul .svg-inline--fa:hover {
  background-color: #990000;
}

.services-new-img {
  display: none;
  filter: grayscale(100%);
}
@media screen and (max-width: 991px) {
  .services-new-img {
    display: block;
    height: 250px;
  }
}

@media screen and (max-width: 550px) {
  nav.navbar.bootsnav .navbar-header {
    line-height: 0;
  }
}/*# sourceMappingURL=style.css.map */