/*  ----------------------- page-css -----------------------  */

body {
  background: #9d1f27;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  color: #fff;
  margin: 0 auto;
  max-width: 100vw;
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  text-decoration: none;
  color: black !important;
}

p {
  text-align: justify;
}

a:hover {
  text-decoration: none;
  color: #fff !important;
}

h1,
h2,
h3,
h4,
h5 {
  color: #000;
}

.text-black {
  color: #000 !important;
}

.bg-dark {
  background-color: #000000 !important;
}

.btn,
.form-control {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0px !important;
}

.btn:focus,
.btn:active,
.form-control:focus,
.form-control:active {
  outline: none;
}

.form-control {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  height: 46px;
  border-width: 1px;
}

.form-control:active,
.form-control:focus {
  border-color: #9d1f27;
}

textarea.form-control {
  height: inherit;
}

.btn {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .2em;
}

.btn.btn-primary {
  color: #fff;
  border-width: 2px;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
  border-color: #9d1f27;
  background: #9d1f27;
}

.btn.btn-sm {
  font-size: 12px;
}

.btn.btn-outline-primary {
  border-width: 2px;
  color: #9d1f27;
}

.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus,
.btn.btn-outline-primary:active {
  color: #fff;
}

.btn.btn-outline-white {
  border-width: 2px;
  border-color: #fff;
  color: #fff;
}

.btn.btn-outline-white:hover,
.btn.btn-outline-white:focus {
  background: #fff;
  color: #000 !important;
  border-width: 2px;
}

.btn:hover {
  text-decoration: none;
}

/*  ----------------------- end - page css */

/*  ----------------------- side - phoneicon -----------------------  */

.toll-free {
  position: fixed;
  width: 50px;
  height: 50px;
  z-index: 500;
  right: 20px;
  bottom: 85px;
  background-color: black;
  border-radius: 50px;
  display: inline-block;
  transition: 0.5s;
}

.toll-free img {
  width: 50px;
}

/*  ----------------------- Header -----------------------  */
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  padding: 0px 0;
}

header .navbar-brand img {
  height: 80px;
  width: auto;
}

header .navbar-brand span {
  color: #9d1f27;
}

header .navbar {
  background: black !important;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.nav-link {
  position: relative;
  opacity: 0.7;
  text-decoration: none;
}

.nav-link:hover,
.nav-link.active {
  opacity: 1;
}

.nav-link::before {
  transition: width 0.3s;
  width: 0;
  height: 2px;
  content: "";
  position: absolute;
  bottom: 18px;
  left: 0;
  background-color: #fff;
}

.nav-link:hover::before,
.nav-link.active::before {
  width: 100%;
}

header .navbar .nav-link {
  padding: 1.7rem 1rem;
  outline: none !important;
  font-size: 1rem;
  color: white !important;
}

header .navbar .dropdown-menu {
  font-size: 14px;
  border-radius: 4px;
  border: none;
  -webkit-box-shadow: 0 2px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 30px 0px rgba(0, 0, 0, 0.2);
  min-width: 13em;
  margin-top: -10px;
}

header .navbar .dropdown-menu:before {
  bottom: 100%;
  left: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 7px;
}

header .navbar .dropdown-menu .dropdown-item:hover {
  background: #9d1f27;
  color: #fff;
}

header .navbar .dropdown-menu .dropdown-item.active {
  background: #9d1f27;
  color: #fff;
}

header .navbar .dropdown-menu a {
  padding-top: 7px;
  padding-bottom: 7px;
}

header .navbar .cta-btn a {
  background: #9d1f27;
  color: #fff !important;
  text-transform: uppercase;
  font-size: .8rem;
  padding: 15px 20px !important;
  line-height: 1;
  font-weight: bold;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

header .navbar .cta-btn a:hover {
  background: #fff;
  color: rgb(157, 31, 39) !important;
  -webkit-box-shadow: 2px 0 30px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 0 30px -5px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 430px) {
  header .navbar-brand img {
    height: 67px;
  }
}

@media (min-width: 768px) {
  header {
    padding: 30px 0;
  }
}

@media (max-width: 991px) {
  header .navbar-brand.absolute {
    position: relative;
  }
}

@media (min-width: 768px) {
  header .navbar-brand span {
    color: #ced4da;
  }
}

@media (min-width: 768px) {
  header .navbar {
    padding-top: 0;
    padding-bottom: 0;
    background: none !important;
    position: relative;
  }
}

@media (max-width: 1199px) {
  header .navbar .nav-link {
    padding: .1rem 0rem;
  }

  .nav-link:hover,
  .nav-link.active {
    opacity: 1;
  }

  .nav-link::before {
    transition: width 0.3s;
    width: 0;
    height: 2px;
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    background-color: #fff;
  }
}

@media (max-width: 991px) {
  header .navbar .dropdown-menu:before {
    display: none;
  }
}

/*  ----------------------- end - header -----------------------  */

/*  ----------------------- common - all page -----------------------  */

.page-banner {
  background-image: url(../img/inner-banner.webp);
}

.heading-wrap {
  position: relative;
}

.heading-wrap h2 {
  font-size: 50px;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  font-weight: 800;
}

.heading-wrap h2:before {
  width: 80px;
  height: 2px;
  background: #9d1f27;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.heading-wrap .back-text,
.heading-wrap .back-text-dark {
  z-index: 0;
  line-height: 1;
  top: .5em;
  left: 50%;
  margin-top: -50px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: 800;
  font-size: 200px;
  position: absolute;
  width: 100%;
  color: #f2f2f212;
  text-transform: uppercase;
}

.heading-wrap .back-text-dark {
  color: #f2f2f2 !important;
}

.section {
  padding: 15em 0;
  position: relative;
  z-index: 2;
}

/*  ----------------------- end - common-all page -----------------------  */

/*  ----------------------- Owl Carousel -----------------------  */
.owl-carousel .owl-item {
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  opacity: .2;
}

.owl-carousel .owl-item.active {
  opacity: 1;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -10px;
  opacity: 1;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-prev:focus,
.owl-carousel .owl-nav .owl-prev:active,
.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-next:focus,
.owl-carousel .owl-nav .owl-next:active {
  outline: none;
  opacity: 1;
}

.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
  font-size: 40px;
}

.owl-carousel .owl-nav .owl-prev {
  left: 30px !important;
}

.owl-carousel .owl-nav .owl-next {
  right: 30px !important;
}

.owl-carousel .owl-dots {
  text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: none;
  background: #fff;
  opacity: .5;
}

.owl-carousel .owl-dots .owl-dot.active {
  opacity: 1;
}

.owl-carousel.centernonloop .owl-dots,
.owl-carousel.centernonloop2 .owl-dots {
  margin-top: 50px;
}

.owl-carousel.centernonloop .owl-dots.disabled,
.owl-carousel.centernonloop2 .owl-dots.disabled {
  display: block !important;
}

.owl-carousel.centernonloop .owl-dots .owl-dot,
.owl-carousel.centernonloop2 .owl-dots .owl-dot {
  display: inline-block;
}

.owl-carousel.centernonloop .owl-dots .owl-dot>span,
.owl-carousel.centernonloop2 .owl-dots .owl-dot>span {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ccc;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.owl-carousel.centernonloop .owl-dots .owl-dot.active>span,
.owl-carousel.centernonloop2 .owl-dots .owl-dot.active>span {
  background: #9d1f27;
  -webkit-box-shadow: 0 1px 5px 0px rgba(255, 116, 4, 0.3);
  box-shadow: 0 1px 5px 0px rgba(255, 116, 4, 0.3);
}

.owl-carousel.centernonloop .owl-dots .owl-dot:active,
.owl-carousel.centernonloop .owl-dots .owl-dot:focus,
.owl-carousel.centernonloop2 .owl-dots .owl-dot:active,
.owl-carousel.centernonloop2 .owl-dots .owl-dot:focus {
  outline: none;
}

.owl-carousel.home-slider,
.owl-carousel.home-slider-loop-false {
  z-index: 1;
  position: relative;
}

.owl-carousel.home-slider .btn-link,
.owl-carousel.home-slider-loop-false .btn-link {
  color: #fff;
}

.owl-carousel.home-slider .owl-nav,
.owl-carousel.home-slider-loop-false .owl-nav {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.owl-carousel.home-slider .owl-nav button,
.owl-carousel.home-slider-loop-false .owl-nav button {
  color: #fff;
}

.owl-carousel.home-slider:focus .owl-nav,
.owl-carousel.home-slider:hover .owl-nav,
.owl-carousel.home-slider-loop-false:focus .owl-nav,
.owl-carousel.home-slider-loop-false:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

.owl-carousel.home-slider .slider-item,
.owl-carousel.home-slider-loop-false .slider-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: calc(100vh);
  min-height: 700px;
  position: relative;
}

.owl-carousel.home-slider .slider-item:before,
.owl-carousel.home-slider-loop-false .slider-item:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  content: "";
}

.owl-carousel.home-slider .slider-item .slider-text,
.owl-carousel.home-slider-loop-false .slider-item .slider-text {
  color: #fff;
  height: calc(100vh);
  min-height: 700px;
}

.owl-carousel.home-slider .slider-item .slider-text .child-name,
.owl-carousel.home-slider-loop-false .slider-item .slider-text .child-name {
  font-size: 40px;
  color: #fff;
}

.owl-carousel.home-slider .slider-item .slider-text h1,
.owl-carousel.home-slider-loop-false .slider-item .slider-text h1,
.owl-carousel.home-slider .slider-item .slider-text h2,
.owl-carousel.home-slider-loop-false .slider-item .slider-text h2 {
  font-size: 52px;
  color: #fff;
  line-height: 1.2;
  font-weight: 800 !important;
  text-transform: uppercase;
}

@media (max-width: 991px) {

  .owl-carousel.home-slider .slider-item .slider-text h1,
  .owl-carousel.home-slider-loop-false .slider-item .slider-text h1,
  .owl-carousel.home-slider .slider-item .slider-text h2,
  .owl-carousel.home-slider-loop-false .slider-item .slider-text h2 {
    font-size: 40px;
  }
}

.owl-carousel.home-slider .slider-item .slider-text p,
.owl-carousel.home-slider-loop-false .slider-item .slider-text p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
  color: white;
  text-align: center;
}

.owl-carousel.home-slider .slider-item .slider-text a,
.owl-carousel.home-slider-loop-false .slider-item .slider-text a {
  color: #fff;
  text-decoration: underline;
}

.owl-carousel.home-slider .slider-item .slider-text .btn,
.owl-carousel.home-slider-loop-false .slider-item .slider-text .btn {
  text-decoration: none;
}

.owl-carousel.home-slider.inner-page .slider-item,
.owl-carousel.home-slider-loop-false.inner-page .slider-item {
  height: calc(50vh - 117px);
  min-height: 400px;
}

.owl-carousel.home-slider.inner-page .slider-item .slider-text,
.owl-carousel.home-slider-loop-false.inner-page .slider-item .slider-text {
  color: #fff;
  height: calc(50vh - 117px);
  min-height: 400px;
}

.owl-carousel.home-slider .owl-dots,
.owl-carousel.home-slider-loop-false .owl-dots {
  position: absolute;
  bottom: 130px;
  width: 100%;
}

.owl-carousel.home-slider .owl-dots .owl-dot,
.owl-carousel.home-slider-loop-false .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  outline: none !important;
  position: relative;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.owl-carousel.home-slider .owl-dots .owl-dot.active,
.owl-carousel.home-slider-loop-false .owl-dots .owl-dot.active {
  border: 2px solid white;
}

.owl-carousel.home-slider .owl-dots .owl-dot.active span,
.owl-carousel.home-slider-loop-false .owl-dots .owl-dot.active span {
  background: white;
}

.owl-carousel.major-caousel .owl-stage-outer {
  padding-top: 30px;
  padding-bottom: 30px;
}

.owl-carousel.major-caousel .owl-nav .owl-prev,
.owl-carousel.major-caousel .owl-nav .owl-next {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #495057;
}

.owl-carousel.major-caousel .owl-nav .owl-prev:hover,
.owl-carousel.major-caousel .owl-nav .owl-prev:focus,
.owl-carousel.major-caousel .owl-nav .owl-next:hover,
.owl-carousel.major-caousel .owl-nav .owl-next:focus {
  color: #868e96;
  outline: none;
}

.owl-carousel.major-caousel .owl-nav .owl-prev.disabled,
.owl-carousel.major-caousel .owl-nav .owl-next.disabled {
  color: #dee2e6;
}

.owl-carousel.major-caousel .owl-nav .owl-prev {
  left: -60px !important;
}

.owl-carousel.major-caousel .owl-nav .owl-next {
  right: -60px !important;
}

.owl-carousel.major-caousel .owl-dots {
  bottom: -30px !important;
  position: relative;
}

.slider-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: calc(100vh);
  min-height: 700px;
  position: relative;
}

.slider-item:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  content: "";
}

.slider-item .slider-text {
  color: #fff;
  height: calc(100vh);
  min-height: 700px;
}

.slider-item .slider-text .child-name {
  font-size: 40px;
  color: #fff;
}

.slider-item .slider-text h1 {
  font-size: 5rem;
  color: #fff;
  line-height: 1.2;
  font-weight: 800 !important;
  text-transform: uppercase;
}

.slider-item .slider-text p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
  color: white;
}

.slider-item .slider-text a {
  color: #fff;
  text-decoration: underline;
}

.slider-item .slider-text .btn {
  text-decoration: none;
}

.slider-wrap {
  position: relative;
}

.slider-wrap.no-slanted:after {
  display: none;
}

.owl-custom-nav {
  float: right;
  position: relative;
  z-index: 10;
}

.owl-custom-nav .owl-custom-prev,
.owl-custom-nav .owl-custom-next {
  padding: 10px;
  font-size: 30px;
  background: #ccc;
  line-height: 0;
  width: 60px;
  text-align: center;
  display: inline-block;
}

@media (max-width: 991px) {
  .slider-item .slider-text h1 {
    font-size: 40px;
  }
}

/*  ----------------------- end - carousel -----------------------  */

/*  ----------------------- index - home -----------------------  */

.home_slider1 {
  background-image: url(../img/slider_1.jpg);
}

.home_slider2 {
  background-image: url(../img/slider_2.jpg);
}

.home_slider3 {
  background-image: url(../img/slider_3.jpg);
}

.sched {
  display: block;
  background-color: #fff;
}

.sched .text,
.sched .bg-image {
  width: 100%;
}

#skills .image-container {
  position: relative;
  overflow: hidden;
}

#skills .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(157, 31, 39, 0.5);
  opacity: 0;
  transition: opacity 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}

#skills .image-container:hover .image-overlay {
  opacity: 1;
  animation: flash 1s infinite;
}

#skills .text {
  color: white;
  font-size: 18px;
  text-align: center;
  transition: opacity 0.3s;
}

#skills .image-container:hover .text {
  opacity: 1;
}

#skills .zoom-icon {
  transition: transform 0.3s;
}

#skills .image-container:hover .zoom-icon {
  transform: scale(1.1);
}

@keyframes flash {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.skill_img1 {
  background-image: url(../img/redline-surveillance.webp);
}

.skill_img2 {
  background-image: url(../img/first-aid-service.webp);
}

.skill_img3 {
  background-image: url(../img/redline-access-control.webp);
}

.skill_img4 {
  background-image: url(../img/conflict-resolution.webp);
}

.skill_img5 {
  background-image: url(../img/security-patrol-service.webp);
}

.skill_img6 {
  background-image: url(../img/security-report-writing.webp);
}

.skill_img7 {
  background-image: url(../img/cctv-monitoring.webp);
}

.skill_img8 {
  background-image: url(../img/fire-safety-services.webp);
}

.skill_img9 {
  background-image: url(../img/crowd-management.webp);
}

.skill_img10 {
  background-image: url(../img/security-radio-communication.webp);
}

.sched h3 {
  font-weight: bold;
  color: #9d1f27;
  padding-right: 10px;
  padding-left: 10px;
}

.sched h3 {
  font-size: 20px;
}

.sched .text {
  padding: 30px;
}

.sched .sched-time {
  font-size: 13px;
  color: #999999;
}

.sched .bg-image {
  background-size: cover;
  background-position: center center;
}

.about_img_1 {
  margin-bottom: 30px;
}

.bottom-slant-gray {
  position: relative;
}

.bottom-slant-gray:after {
  content: "";
  width: 100%;
  height: 240px;
  background: #fff;
  z-index: -1;
  bottom: -200px;
  background-color: #000000;
  left: 0;
  position: absolute;
  -webkit-transform: skewY(-6deg);
  -ms-transform: skewY(-6deg);
  transform: skewY(-6deg);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

.top-slant-white {
  position: relative;
  margin-top: -250px;
}

.top-slant-white:before {
  content: "";
  width: 100%;
  height: 240px;
  background: #fff;
  z-index: -1;
  top: 0px;
  background-color: #9d1f27;
  left: 0;
  position: absolute;
  -webkit-transform: skewY(-6deg);
  -ms-transform: skewY(-6deg);
  transform: skewY(-6deg);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

.top-slant-black {
  position: relative;
}

.top-slant-black:before {
  content: "";
  width: 100%;
  height: 260px;
  background: #fff;
  z-index: -1;
  top: -40px;
  background-color: #000;
  left: 0;
  position: absolute;
  -webkit-transform: skewY(-6deg);
  -ms-transform: skewY(-6deg);
  transform: skewY(-6deg);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

.top-slant-white2 {
  position: relative;
}

.top-slant-white2:before {
  content: "";
  width: 100%;
  height: 260px;
  background: #fff;
  z-index: -1;
  top: -40px;
  background-color: #9d1f27;
  left: 0;
  position: absolute;
  -webkit-transform: skewY(-6deg);
  -ms-transform: skewY(-6deg);
  transform: skewY(-6deg);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

#para {
  padding-top: 20px;
}

img.zoom {
  width: 100%;
  height: 200px;
  border-radius: 5px;
  object-fit: cover;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
}

@media (max-width:750px) {
  #para {
    padding-top: 0px;
  }
}

@media (max-width:1199px) {
  .top-slant-white {
    position: relative;
    margin-top: -300px;
  }
}

@media (max-width:760px) {
  .top-slant-white {
    position: relative;
    margin-top: -340px;
  }
}

@media (max-width:760px) {
  .top-slant-white2:before {
    content: "";
    width: 100%;
    height: 340px;
    background: #fff;
    z-index: -1;
    top: -80px;
    background-color: #9d1f27;
    left: 0;
    position: absolute;
    -webkit-transform: skewY(-6deg);
    -ms-transform: skewY(-6deg);
    transform: skewY(-6deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
  }

  .top-slant-black:before {
    content: "";
    width: 100%;
    height: 340px;
    background: #fff;
    z-index: -1;
    top: -80px;
    background-color: #000;
    left: 0;
    position: absolute;
    -webkit-transform: skewY(-6deg);
    -ms-transform: skewY(-6deg);
    transform: skewY(-6deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
  }
}

@media (min-width: 992px) {

  .sched .text,
  .sched .bg-image {
    width: 50%;
  }
}

@media (max-width: 991px) {

  .sched .bg-image {
    height: 200px;
  }
}

/*  ----------------------- end - index-home -----------------------  */

/*  ----------------------- about -----------------------  */

.about_person {
  width: 362px
}

.card {
  overflow: hidden;
}

.card img {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.card:focus img,
.card:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.card-title,
.card-text {
  color: #d30e1b !important;
}

@media (max-width:760px) {
  #founder {
    margin-top: 50px;
  }
}

/*  ----------------------- end - about -----------------------  */

/*  ----------------------- gallery -----------------------  */
#services .image-container {
  position: relative;
  overflow: hidden;
}

#services .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.7s;
  display: flex;
  justify-content: center;
  align-items: center;
}

#services .image-overlay:hover {
  opacity: 1;
}

#services .text {
  color: white;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.modal button.close {
  right: 0;
  outline: 0;
}

.row2:after {
  content: "";
  display: table;
  clear: both;
}

.row2 img {
  height: 250px;
  width: auto;
  object-fit: cover;
}

.service-modal {
  z-index: 6;
}

.modal {
  display: none;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.753);
}

.modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  object-fit: cover;
  max-width: 60%;
  background-color: transparent;
}

.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.mySlides img {
  width: 100%;
  object-fit: cover;
}

.cursor {
  cursor: pointer;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.caption-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}

.caption-container button.btn1 {
  padding: 10px;
  border: none;
  background-color: #808080;
  color: white;
}

.caption-container button.btn2 {
  padding: 10px;
  border: none;
  background-color: #808080;
  color: white;
}

.caption-container button:hover{
  cursor: pointer;
}

.caption-container button.btn1:focus {
  padding: 10px;
  background-color: #9d1f27;
  outline: none;

}

.caption-container button.btn2:focus {
  padding: 10px;
  background-color: #9d1f27;
  outline: none;
}

@media screen and (max-width: 430px) {
  .row2 img {
    height: 230px;
  }
}

@media screen and (max-width:1100px) {
  .modal {
    padding-top: 70px;
  }
}

@media screen and (max-width: 800px) {
  .modal {
    padding-top: 210px;
  }

  .modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    object-fit: cover;
    max-width: 90%;
  }
}

/*  ----------------------- end - gallery -----------------------  */

/*  ----------------------- awards -----------------------  */
.lead {
  font-size: 16px;
}

.lead {
  font-size: 16px;
  font-weight: 300;
  color: #868e96;
}

.media-custom {
  background: #fff;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  margin-bottom: 30px;
  position: relative;
  top: 0;
}

.media-custom .meta-post {
  color: #ced4da;
  font-size: 13px;
  text-transform: uppercase;
}

.media-custom>div.inner_awards {
  position: relative;
  overflow: hidden;
  display: block;
}

.media-custom .meta-chat {
  color: #ced4da;
}

.media-custom .meta-chat:hover {
  color: #868e96;
}

.media-custom img {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.media-custom:focus img,
.media-custom:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.media-custom .media-body {
  padding: 30px;
}

.media-custom .media-body h3 {
  font-size: 20px;
}

.media-custom .media-body p:last-child {
  margin-bottom: 0;
}

/*  ----------------------- end - award -----------------------  */

/*  ----------------------- contact -----------------------  */
.form-group .button {
  border-radius: 5px !important;
}

.form-group .button:hover,
.form-group .button:focus {
  border-color: #9d1f27;
  background-color: #000;
}

input[type=submit]:focus {
  background-color: #9d1f27 !important;
  border-color: #9d1f27 !important;
}

.select-wrap {
  position: relative;
}

.contact-form .form-input input {
  width: 100%;
  padding: 10px;
  outline: none;
  border-radius: 4px;
  border: 1px solid #888;
  font-size: 15px;
}

.contact-form .captcha .preview {
  color: #ffffff;
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  letter-spacing: 8px;
  border: 1px dashed #888;
  border-radius: 4px;
  font-family: "monospace";
  margin-bottom: 10px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.contact-form .captcha .captcha-form {
  display: flex;
  margin-bottom: 10px;
}

.contact-form .captcha .captcha-form .captcha-refresh {
  height: 46px;
  background-color: #9d1f27;
  color: white;
  border: none;
}

.contact-form .captcha .captcha-form input {
  width: 100%;
  outline: #9d1f27;
  padding: 8px;
  border: none;
  height: 46px;
  background-color: white;
}

.contact-form .captcha .captcha-form input:focus {
  border: 1px solid #9d1f27;
}

.error {
  color: #9d1f27;
}

/*  ----------------------- end - contact -----------------------  */

/*  ----------------------- footer -----------------------  */
.footer-social li a:hover {
  text-decoration: none;
  color: #000000 !important;
}

.site-footer {
  position: relative;
  z-index: 5;
}

.site-footer:before {
  content: "";
  width: 100%;
  height: 340px;
  z-index: -1;
  top: -80px;
  background-color: #9d1f27;
  left: 0;
  position: absolute;
  -webkit-transform: skewY(-6deg);
  -ms-transform: skewY(-6deg);
  transform: skewY(-6deg);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

.list-unstyled.check li {
  position: relative;
  padding-left: 30px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.list-unstyled.check li:before {
  color: #5AC8D8;
  left: 0;
  font-family: "Ionicons";
  content: "\f122";
  position: absolute;
}

.site-footer p:last-child {
  margin-bottom: 0;
}

.site-footer h3 {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: bold;
}

.site-footer .footer-link li {
  line-height: 1.5;
  margin-bottom: 15px;
}

.site-footer hr {
  width: 100%;
}

@media (max-width: 750px) {

  .site-footer:before {
    content: "";
    width: 100%;
    height: 340px;
    z-index: -1;
    top: -100px;
    background-color: #9d1f27;
    left: 0;
    position: absolute;
    -webkit-transform: skewY(-6deg);
    -ms-transform: skewY(-6deg);
    transform: skewY(-6deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
  }
}

/* ----------------------- end - footer -----------------------  */

/* ----------------------- loader -----------------------  */

#loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
  -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
  transition: opacity .2s ease-out, visibility 0s linear .2s;
  z-index: 1000;
}

#loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#loader.show {
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

#loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

#loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}

.relative-higher {
  position: relative;
  z-index: 5;
}

.progress-wrap {
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: 'FontAwesome';
  font-weight: 900;
  content: '\f062';
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: #fff;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.lightScrollIcon::after {
  color: #ecedf3 !important;
}

.progress-wrap:hover::after {
  opacity: 0;
}

.progress-wrap::before {
  position: absolute;
  font-family: 'FontAwesome';
  font-weight: 900;
  content: '\f062';
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  opacity: 0;
  background-image: linear-gradient(298deg, #fff, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #fff;
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/*  ----------------------- end - footer -----------------------  */
/*  ----------------------- end - css -----------------------  */
