#preloader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
  transition: 0.3s ease opacity;
  text-align: center;
  width: 100%;
  height: 100%
}

#preloader:before {
  content: "";
  width: 80px;
  height: 80px;
  border: 3px solid #063b8b;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  animation-name: LoaderCicle;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear
}

#preloader:after {
  content: "";
  width: 80px;
  height: 80px;
  border: 3px solid #063b8b;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  animation-name: LoaderCicle;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 1s
}

@keyframes LoaderCicle {
  0% {
    width: 0;
    height: 0;
    opacity: 0
  }
  10% {
    width: 10px;
    height: 10px;
    opacity: 1
  }
  80% {
    width: 60px;
    height: 60px;
    opacity: 0.1
  }
  100% {
    width: 70px;
    height: 70px;
    opacity: 0
  }
}

a:hover,
a:active {
  color: #063b8b;
  text-decoration: none
}

.bg-primary {
  background-color: #012a42 !important
}

.bg-secondary {
  background-color: #c1121f !important
}

.bg-dark {
  background-color: #001c41 !important
}

.text-primary {
  color: #063b8b !important
}

.text-secondary {
  color: #c1121f !important
}

.text-dark {
  color: #001c41 !important
}

.text-primary-hover:hover {
  color: #063b8b !important
}

.text-secondary-hover:hover {
  color: #c1121f !important
}

.min-height-700 {
  min-height: 700px
}

.min-height-475 {
  min-height: 475px
}

.min-vh-85 {
  min-height: 85vh
}

.border-radius-15 {
  border-radius: 15px
}

.common-shadow {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08)
}

.primary-overlay[data-overlay-dark]:before {
  background: #063b8b
}

.secondary-overlay[data-overlay-dark]:before {
  background: #c1121f
}

.dark-overlay[data-overlay-dark]:before {
  background: #001c41
}

.left-overlay-secondary[data-overlay-dark]:before {
  background: rgba(236, 186, 22, 0.76);
  background: linear-gradient(-90deg, transparent, #c1121f 65%)
}

.left-overlay-dark[data-overlay-dark]:before {
  background: rgba(0, 28, 65, 0.76);
  background: linear-gradient(-90deg, transparent, #001c41 80%)
}

.bg-primary-light {
  background: rgba(6, 59, 139, 0.8)
}

.text-white-hover:hover {
  color: #c1121f !important
}

.dotted-seprator {
  border-top: 1px dotted rgba(0, 0, 0, 0.15)
}

.box-shadows {
  background: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08)
}

.extra-section {
  padding-bottom: 275px
}

.hover-style1 {
  overflow: hidden;
  border-radius: 0.25rem
}

.hover-style1 img {
  transition: all 0.3s linear 0s
}

.hover-style1:hover img {
  transform: scale(1.05)
}

.shape-img-one {
  transform: rotate(180deg)
}

.vw-lg-50 {
  width: 50vw
}

@media only screen and (max-width: 991px) {
  .vw-lg-50 {
    width: auto;
    text-align: center
  }
}

.scroll-to-top {
  font-size: 20px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  background: #000;
  border: 1px solid #2a2a2a;
  width: 35px;
  height: 35px;
  line-height: 30px;
  z-index: 9999;
  outline: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all 0.3s ease
}

.scroll-to-top i {
  color: #fff
}

.scroll-to-top:hover {
  color: #232323;
  background: #fff
}

.scroll-to-top:hover i {
  color: #232323
}

.scroll-to-top:visited {
  color: #232323;
  text-decoration: none
}

.list-style01 li {
  line-height: 32px;
  padding-left: 30px;
  position: relative;
  margin-bottom: 12px
}

.list-style01 li:last-child {
  margin-bottom: 0
}

.list-style01 li:before {
  content: "\e64c";
  font-family: 'themify';
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  line-height: 35px;
  color: #063b8b
}

.list-style02 li {
  display: inline-block;
  margin-right: 2rem
}

.list-style02 li:last-child {
  margin-right: 0
}

.list-style02 li a {
  color: rgba(255, 255, 255, 0.6)
}

.list-style02 li a:hover {
  color: #c1121f
}

.list-style03 li {
  margin-bottom: 15px
}

.list-style03 li:last-child {
  margin-bottom: 0
}

.list-style03 li a {
  color: rgba(255, 255, 255, 0.6)
}

.list-style03 li a:hover {
  color: #c1121f
}

.list-style04 {
  list-style: none;
  padding: 0;
  margin: 0
}

.list-style04 li {
  margin-bottom: 15px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 15px
}

.list-style04 li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0px
}

.list-style05 {
  list-style: none;
  margin-bottom: 35px;
  padding: 0
}

.list-style05 li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: 600;
  border-bottom: 2px dotted #ededed
}

.list-style05 li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none
}

.list-style07 {
  list-style: none;
  margin-bottom: 35px;
  padding: 0
}

.list-style07 li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #e4e4e4
}

.list-style07 li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0
}

@media screen and (max-width: 767px) {
  .list-style07 {
    margin-bottom: 30px
  }
}

.list-style08 {
  margin: 0;
  padding: 0
}

.list-style08 li {
  margin-bottom: 20px
}

.list-style08 li:last-child {
  margin-bottom: 0
}

.list-style08 li a {
  color: #fff;
  font-size: 16px
}

.list-style08 li a:hover {
  color: #c1121f
}

.butn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 14px !important;
  color: #fff !important;
  font-weight: 500;
  text-align: center;
  padding: 15px 32px !important;
  text-transform: capitalize;
  z-index: 1;
  transition: all 500ms ease;
  background-color: #012a42 ;
  letter-spacing: 1.6px;
  border: none
}

.butn:before {
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: 110%;
  left: 50%;
  background-color: #c1121f;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1
}

.butn:hover,
.butn:active,
.butn:focus {
  color: #fff !important
}

.butn:hover:before,
.butn:active:before,
.butn:focus:before {
  top: -40%
}

.butn.white:before {
  background-color: #fff
}

.butn.white:hover,
.butn.white:active,
.butn.white:focus {
  color: #063b8b !important
}

.butn.white-hover:hover,
.butn.white-hover:active,
.butn.white-hover:focus {
  background-color: #fff;
  color: #001c41 !important
}

.butn.white-hover:hover:before,
.butn.white-hover:active:before,
.butn.white-hover:focus:before {
  background-color: #fff
}

.butn.secondary {
  background-color: #c1121f
}

.butn.secondary:before {
  background-color: #063b8b
}

.butn.md {
  padding: 12px 28px !important
}

.butn.sm {
  padding: 8px 24px !important
}

.butn-2 {
  position: relative;
  z-index: 9999;
  display: inline-block;
  font-size: 16px;
  line-height: normal;
  padding: 16px 30px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  transition: all 250ms ease-in-out;
  color: #ffffff;
  background-color: #063b8b;
  border: none;
  will-change: transform;
  transition: color 0.3s ease, border-color 0.3s ease, background-position 0.3s ease, background-color 0s linear 0.3s;
  border-radius: 10px
}

.butn-2.secondary {
  background-color: #c1121f
}

.butn-2.secondary:hover:before,
.butn-2.secondary:active:before,
.butn-2.secondary:focus:before,
.butn-2.secondary:hover:after,
.butn-2.secondary:active:after,
.butn-2.secondary:focus:after {
  background: #063b8b;
  width: 53%;
  transition: all .6s ease;
  opacity: 1
}

.butn-2:before {
  position: absolute;
  top: 50%;
  right: 0;
  margin: auto;
  width: 0;
  content: ' ';
  color: #ffffff;
  height: 100%;
  z-index: -1;
  transition: all .5s ease;
  transform: translateY(-50%);
  opacity: 0
}

.butn-2:after {
  position: absolute;
  top: 50%;
  left: 0;
  margin: auto;
  width: 0;
  content: ' ';
  color: #ffffff;
  background: #c1121f;
  height: 100%;
  z-index: -1;
  transition: all .5s ease;
  transform: translateY(-50%);
  opacity: 0
}

.butn-2:hover,
.butn-2:active,
.butn-2:focus {
  color: #ffffff !important
}

.butn-2:hover:before,
.butn-2:active:before,
.butn-2:focus:before,
.butn-2:hover:after,
.butn-2:active:after,
.butn-2:focus:after {
  background: #c1121f;
  width: 54%;
  transition: all .6s ease;
  opacity: 1;
  transform: translateY(-51%)
}

.butn-2.sm {
  padding: 10px 20px !important;
  font-size: 14px
}

.butn-2.md {
  padding: 12px 24px
}

@media screen and (max-width: 575px) {
  .butn-2 {
    margin-top: 20px
  }
}

.link-btn {
  font-weight: 500;
  color: #3b3b3b;
  line-height: 20px
}

.link-btn:after {
  color: #063b8b;
  content: '\f0a9';
  font-family: Font Awesome\ 5 Free;
  font-weight: 600;
  font-size: 15px;
  padding-left: 5px;
  vertical-align: middle
}

.link-btn.white {
  color: #ffffff
}

.link-btn.white:hover {
  color: #e2e2e2
}

.link-btn.white:hover:after {
  color: #e2e2e2
}

.link-btn.white:after {
  color: #ffffff;
  content: '\f0a9';
  font-family: Font Awesome\ 5 Free;
  font-weight: 600;
  font-size: 15px;
  vertical-align: middle;
  padding-left: 8px
}

.top-bar-info {
  display: inline-block;
  vertical-align: middle
}

.top-bar-info ul {
  margin-bottom: 0
}

.top-bar-info li {
  font-weight: 500;
  color: #fff;
  list-style-type: none;
  font-size: 14px;
  padding: 0 5px 0;
  display: inline-block;
  margin-bottom: 0
}

.top-bar-info li i {
  font-size: 16px;
  color: #fff;
  margin-right: 8px;
  margin-top: 0;
  display: inline-block;
  vertical-align: text-bottom
}

#top-bar {
  display: block;
  position: relative;
  z-index: 999;
  background: #063b8b;
  padding: 7px 0
}

.top-social-icon {
  padding: 0;
  float: right;
  margin: 0
}

.top-social-icon li {
  font-size: 14px;
  list-style-type: none;
  float: left;
  text-align: center;
  margin: 0;
  padding: 0 7px
}

.top-social-icon li:last-child {
  padding-right: 0
}

.top-social-icon li:last-child a {
  padding-right: 0
}

.top-social-icon li a {
  color: #fff;
  line-height: 28px;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  padding: 0 3px
}

.top-social-icon li a:hover {
  color: rgba(255, 255, 255, 0.85)
}

.top-social-icon li a:active {
  color: rgba(255, 255, 255, 0.85)
}

.top-social-icon li a:focus {
  color: rgba(255, 255, 255, 0.85)
}

.navbar-nav li.current>a,
.navbar-nav li.active>a {
  color: #063b8b
}

.attr-nav>ul>li>a.butn {
  color: #fff
}

.navbar>ul>li.current>a:after {
  border-color: transparent #063b8b #063b8b transparent
}

.menu_area-light .navbar-nav li.current>a,
.menu_area-light .navbar-nav li.active>a {
  color: #c1121f
}

.menu_area-light .navbar>ul>li.current>a:after {
  border-color: transparent #c1121f #c1121f transparent
}

.menu_area-light.scrollHeader .navbar-nav li.current>a {
  color: #063b8b
}

.menu_area-light.scrollHeader .navbar-nav li.current>a:hover {
  color: #063b8b
}

.menu_area-light.scrollHeader .navbar-nav li.active>a {
  color: #063b8b
}

.menu_area-light.scrollHeader .navbar>ul>li.current>a:after {
  border-color: transparent #063b8b #063b8b transparent
}

@media screen and (min-width: 992px) {
  .menu_area-light .navbar ul ul li.active>a,
  .menu_area-light .navbar-nav li.has-sub a:hover {
    color: #c1121f
  }
  .menu_area-light .navbar>ul>li.has-sub>a:hover:after {
    border-color: #c1121f
  }
  .menu_area-light.scrollHeader .navbar-nav>li.has-sub>a:hover {
    color: #c1121f
  }
  .header-style2.scrollHeader .navbar-nav>li.has-sub>a:hover {
    color: #063b8b
  }
  .header-style2.scrollHeader .navbar-nav>li.has-sub>a:hover:after {
    border-color: transparent #063b8b #063b8b transparent
  }
  .header-style2 .navbar>ul>li.has-sub.current>a:hover:after {
    border-color: transparent #063b8b #063b8b transparent
  }
  .header-style2.scrollHeader .navbar-nav li.current>a {
    color: #063b8b
  }
  .header-style2.scrollHeader .navbar-nav li.current>a:hover {
    color: #063b8b
  }
  .header-style2.scrollHeader .navbar>ul>li.current>a:after {
    border-color: transparent #063b8b #063b8b transparent
  }
  .header-style2 .navbar ul ul li.active>a {
    color: #063b8b
  }
  .header-style2 .navbar-nav li.has-sub a:hover,
  .header-style2 .navbar-nav li.has-sub a:active,
  .header-style2 .navbar-nav li.has-sub a:focus {
    color: #063b8b
  }
  .header-style2 .navbar-nav li.current>a,
  .header-style2 .navbar-nav li.active>a {
    color: #063b8b
  }
  .header-style2 .navbar>ul>li.has-sub>a:hover:after,
  .header-style2 .navbar>ul>li.has-sub>a:active:after,
  .header-style2 .navbar>ul>li.has-sub>a:focus:after {
    border-color: transparent #063b8b #063b8b transparent
  }
}

@media screen and (max-width: 991px) {
  .header-style1 .navbar-toggler {
    background: #063b8b
  }
  .header-style1 .navbar-toggler:after {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff
  }
  .header-style1 .navbar-toggler:before {
    background: #fff
  }
  .header-style1 .navbar-toggler.menu-opened:after,
  .header-style1 .navbar-toggler.menu-opened:before {
    background: #fff
  }
}

.header-style2 .navbar-nav li.current>a {
  color: #063b8b
}

.header-style2 .navbar>ul>li.current>a:after {
  border-color: transparent #063b8b #063b8b transparent
}

.header-style2.scrollHeader .navbar-nav li.current>a {
  color: #063b8b
}

.header-style2.scrollHeader .navbar-nav li.current>a:hover {
  color: #063b8b
}

.header-style2.scrollHeader .navbar>ul>li.current>a:after {
  border-color: transparent #063b8b #063b8b transparent
}

@media screen and (min-width: 992px) {
  .header-style2 .navbar ul ul li.active>a {
    color: #063b8b
  }
  .header-style2 .butn.secondary:before {
    background: #ffffff
  }
  .header-style2 .butn.secondary:hover,
  .header-style2 .butn.secondary:focus,
  .header-style2 .butn.secondary:active {
    color: #c1121f !important
  }
  .header-style2.scrollHeader .butn.secondary:before {
    background: #063b8b
  }
  .header-style2.scrollHeader .butn.secondary:hover,
  .header-style2.scrollHeader .butn.secondary:focus,
  .header-style2.scrollHeader .butn.secondary:active {
    color: #fff !important
  }
}

.slider-fade .bg-img {
  background-size: cover
}

.slider-fade .owl-nav {
  margin: 0
}

.slider-fade .owl-nav .owl-next {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  height: 50px;
  width: 50px;
  line-height: 56px !important;
  background: #063b8b !important;
  opacity: 1;
  border-radius: 50%;
  transition: all .3s ease;
  margin: 0;
  color: #fff !important
}

.slider-fade .owl-nav .owl-prev {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  height: 50px;
  width: 50px;
  line-height: 56px !important;
  background: #063b8b !important;
  opacity: 1;
  border-radius: 50%;
  transition: all .3s ease;
  margin: 0;
  color: #fff !important;
  left: 30px
}
.slider-fade .owl-nav .owl-prev 
.ti-arrow-left::before {
  content: "<";
}
.slider-fade .owl-nav .owl-next {
  right: 30px
}

.slider-fade .owl-nav i {
  font-size: 20px;
  color: #fff
}

.slider-fade .owl-nav .owl-next:hover,
.slider-fade .owl-nav .owl-prev:hover {
  background: #c1121f !important
}

.slider-fade.owl-carousel.owl-theme .owl-dots {
  position: absolute;
  bottom: 30px;
  width: 100%;
  margin: 0;
  left: 0
}

.slider-fade .item {
  height: 85vh
}

.slider-fade .video_btn {
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: rgba(255, 255, 255, 0.1)
}

.slider-fade .video_btn:before,
.slider-fade .video_btn:after {
  content: none
}

.slider-fade .icon {
  animation-delay: 0.8s
}

.slider-fade span {
  animation-delay: 1.2s
}

.slider-fade h1 {
  animation-delay: 1.6s
}

.slider-fade .butn {
  animation-delay: 2s
}

.banner-style01 .banner-heading {
  position: relative
}

.banner-style01 .banner-heading span.small-text {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  color: #c1121f;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 45px
}

.banner-style01 .banner-heading span.small-text:before {
  position: absolute;
  left: 0px;
  top: 7px;
  width: 30px;
  height: 2px;
  background-color: #c1121f;
  content: ""
}

.banner-style01 .slider-fade .owl-nav .owl-prev,
.banner-style01 .slider-fade .owl-nav .owl-next {
  position: absolute;
  transform: translateY(-50%);
  height: 60px;
  width: 60px;
  line-height: 56px !important;
  background: #063b8b !important;
  transition: all .3s ease;
  margin: 0;
  color: #fff !important;
  border-radius: 0
}

.banner-style01 .slider-fade .owl-nav .owl-prev {
  top: 50%;
  left: 30px
}

.banner-style01 .slider-fade .owl-nav .owl-next {
  top: 50%;
  right: 30px
}

.banner-style01 .slider-fade .owl-nav i {
  font-size: 20px;
  color: #fff
}

@media screen and (max-width: 1199px) {
  .banner-style01 .slider-fade .owl-nav .owl-prev,
  .banner-style01 .slider-fade .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    line-height: 50px !important
  }
  .banner-style01 .slider-fade .owl-nav i {
    font-size: 16px
  }
}

@media screen and (max-width: 575px) {
  .banner-style01 .banner-heading span.small-text {
    margin-bottom: 15px
  }
}

.slider-fade1 .title {
  animation-delay: 1.2s
}

.slider-fade1 .small-title {
  animation-delay: 0.8s;
  position: relative;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  padding-left: 45px
}

.slider-fade1 .small-title:before {
  position: absolute;
  left: 0px;
  top: 7px;
  width: 30px;
  height: 2px;
  background-color: #c1121f;
  content: ""
}

.slider-fade1 a {
  animation-delay: 1.6s
}

.slider-fade1.owl-theme .owl-nav {
  margin-top: 0
}

.slider-fade1.owl-carousel.owl-theme .owl-dots {
  position: absolute;
  bottom: 80px;
  width: 100%;
  margin: 0;
  left: 0
}

.slider-fade1.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  cursor: pointer;
  margin-left: 12px
}

.slider-fade1.owl-theme .owl-dots .owl-dot:first-child {
  margin-left: 0
}

.slider-fade1.owl-theme .owl-dots .owl-dot span {
  display: inline-block;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  background-color: #fff;
  border: 3px solid transparent;
  border-radius: 50%;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  transition: .3s;
  margin: 0
}

.slider-fade1.owl-theme .owl-dots .owl-dot.active span,
.slider-fade1.owl-theme .owl-dots .owl-dot:hover span {
  background-color: transparent;
  border-color: #c1121f;
  -webkit-transform: scale(0.9);
  transform: scale(0.9)
}

.slider-fade1.owl-theme .owl-nav [class*='owl-'] {
  position: absolute;
  right: inherit;
  top: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  border: none;
  background: #063b8b;
  border-radius: 60px;
  line-height: 65px;
  transition-duration: 500ms;
  left: 15px;
  text-align: center;
  margin: auto;
  opacity: 0.2
}

.slider-fade1.owl-theme .owl-nav .owl-next {
  top: 0;
  bottom: 0;
  left: inherit;
  right: 15px
}

.slider-fade1.owl-theme .owl-nav .owl-next:hover {
  opacity: 1;
  background: #063b8b
}

.slider-fade1.owl-theme .owl-nav .owl-prev:hover {
  opacity: 1;
  background: #063b8b
}

.slider-fade1 .owl-nav i,
.slider-fade1 .owl-nav span {
  font-weight: 600;
  color: #fff;
  transition-duration: 500ms;
  font-size: 20px
}

.slider-fade1 .owl-nav .owl-next:hover i,
.slider-fade1 .owl-nav .owl-prev:hover i {
  color: #fff
}

.heading-style01 .small-text {
  text-transform: uppercase;
  padding-left: 45px;
  position: relative;
  display: inline-block;
  color: #c1121f;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 2px
}

.heading-style01 .small-text:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 25px;
  height: 2px;
  background-color: #c1121f;
  content: ""
}

.heading-style01 h2 {
  margin-bottom: 0;
  line-height: 1;
  font-weight: 600
}

.heading-style02 span {
  position: relative;
  z-index: 1;
  padding-left: 10px;
  padding-bottom: 5px;
  display: inline-block;
  text-transform: uppercase;
  color: #063b8b;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 2px
}

.heading-style02 span:before {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 8px;
  height: 8px;
  top: -1px;
  content: "";
  left: -10px;
  background-color: #c1121f;
  border-radius: 50%
}

.page-title-section {
  padding: 190px 0 100px
}

.page-title-section h1 {
  font-size: 60px;
  line-height: 1;
  color: #fff
}

.page-title-section ul {
  margin: 0;
  display: inline-block
}

.page-title-section ul li {
  display: inline-block;
  vertical-align: middle
}

.page-title-section ul li:after {
  content: "\e622";
  font-weight: 700;
  vertical-align: middle;
  color: #ffffff;
  font-size: 16px;
  font-family: themify;
  padding: 0 5px 0 10px
}

.page-title-section ul li:last-child:after {
  content: none
}

.page-title-section ul li:last-child {
  opacity: 0.80
}

.page-title-section ul li a {
  color: #c1121f;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all .5s ease
}

.page-title-section ul li:hover a {
  color: #c1121f
}

@media screen and (max-width: 1199px) {
  .page-title-section {
    padding: 175px 0 90px
  }
  .page-title-section h1 {
    font-size: 54px
  }
}

@media screen and (max-width: 991px) {
  .page-title-section {
    padding: 145px 0 85px
  }
  .page-title-section h1 {
    font-size: 48px
  }
}

@media screen and (max-width: 767px) {
  .page-title-section h1 {
    font-size: 40px
  }
}

.card-style01 {
  position: relative;
  overflow: hidden
}

.card-style01 .service-img:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 18%;
  z-index: 2;
  transition: all .3s ease;
  background-color: #063b8b
}

.card-style01:hover .service-img:before {
  background: #063b8b;
  height: 100%
}

.card-style01 .service-img img {
  opacity: 1
}

.card-style01:hover .service-img img {
  opacity: 0
}

.card-style01 .card-body {
  position: absolute;
  padding: 0;
  left: 30px;
  width: 100%;
  bottom: 20px;
  z-index: 9;
  height: 9%;
  transition: all .3s ease
}

.card-style01:hover .card-body {
  height: 85%
}

.card-style01 .card-footer {
  position: absolute;
  padding: 50px 35px;
  left: 0;
  width: 100%;
  bottom: -100%;
  z-index: 9;
  transition-delay: .1s;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: ease
}

.card-style01:hover .card-footer {
  bottom: 0
}

@media screen and (max-width: 575px) {
  .card-style01 .card-footer {
    padding: 35px 30px
  }
}

.card-style02 {
  transition: all 0.5s ease 0s;
  height: 100%
}

.card-style02:hover {
  transform: translateY(-10px)
}

.card-style02 .arrow-icon a {
  width: 40px;
  height: 40px;
  background-color: #063b8b;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center
}

.card-style02:hover h3 a {
  color: #c1121f
}

.card-style02:hover .arrow-icon a {
  background-color: #c1121f
}

.card-style02 .card-number {
  position: absolute;
  bottom: 15%;
  right: 10%;
  font-size: 100px;
  color: #063b8b;
  opacity: 0.1;
  font-weight: 800;
  line-height: 1
}

@media screen and (max-width: 1199px) {
  .card-style02 .card-number {
    font-size: 85px
  }
}

.card-style03 {
  background: linear-gradient(to right, #c1121f, 50%, #f1f6fb 0%, #f1f6fb 100%) no-repeat scroll right bottom/210% 100% transparent;
  transition: all 0.3s ease
}

.card-style03:hover {
  background-position: left bottom
}

.card-style03 h3 a {
  color: #063b8b
}

.card-style03:hover h3 a {
  color: #fff
}

.card-style04:hover .team-icon {
  transition: all ease-in-out .5s;
  opacity: 1;
  transform: translateY(-30px)
}

.card-style04 .team-icon {
  position: absolute;
  bottom: 1%;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all ease-in-out .5s;
  background: #fff;
  padding: 8px 0;
  margin: 0 50px;
  text-align: center;
  display: inline-block
}

.card-style04 .team-icon ul li {
  margin: 0 15px
}

.card-style04 .team-icon ul li a {
  color: #063b8b;
  transition: all ease-in-out .3s
}

.card-style04 .team-icon ul li a:hover {
  color: #c1121f
}

.card-style05 {
  position: relative;
  display: block
}

.card-style05 .card-body {
  position: relative;
  display: block;
  padding: 0 0 110px 0
}

.card-style05 .title {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  min-height: 110px;
  z-index: 1
}

.card-style05 .title .blue-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #063b8b;
  z-index: -1
}

.card-style05 .title .card-text {
  position: absolute;
  left: 0;
  bottom: 60px;
  width: 270px;
  background: #ffffff;
  padding-top: 27px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 24px;
  overflow: hidden;
  transition: all 0.5s ease-in-out 0.1s;
  z-index: 2
}

.card-style05 .card-text h3 a:hover {
  color: #c1121f
}

.card-style05 .title .card-butn {
  position: relative;
  display: block;
  padding-top: 65px;
  padding-left: 30px
}

.card-style05 .title .icon {
  position: absolute;
  bottom: 12px;
  right: 20px
}

.card-style05 .title .text {
  position: relative;
  display: block;
  height: 0;
  opacity: 0;
  padding-top: 0;
  transition: all 0.3s ease-in-out 0.1s
}

.card-style05:hover .title .card-text {
  padding-top: 37px;
  padding-bottom: 43px
}

.card-style05:hover .title .text {
  opacity: 1.0;
  height: 90px;
  padding-top: 9px
}

.card-style06 .card-body .icon-holder .box {
  position: absolute;
  top: -6px;
  right: -3px;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  background-color: rgba(6, 59, 139, 0.4);
  transition: all 500ms ease
}

.card-style06:hover .icon-holder .box {
  background-color: #063b8b
}

.card-style06 .card-body .img-box {
  position: relative;
  display: inline-block;
  z-index: 9
}

.card-style06 .card-body .img-box img {
  transform: scale(1);
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52)
}

.card-style06:hover .icon-holder img {
  transform: scale(0.9)
}

.card-style07 {
  box-shadow: 0px 3px 10px 0px rgba(41, 45, 194, 0.08);
  border: none;
  height: 100%
}

.card-style07 .card-label {
  padding: 5px 10px;
  background-color: #c1121f;
  display: inline-block;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600
}

.card-style07 .card-price {
  background-color: #fff;
  position: absolute;
  bottom: -32px;
  left: 30px;
  width: 195px;
  height: 70px;
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.03);
  display: flex;
  align-items: center;
  justify-content: center
}

.card-style07 .card-month {
  position: absolute;
  right: 30px;
  bottom: -15px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background-color: #272c49;
  padding: 5px 20px;
  border-radius: 35px
}

.card-style08 {
  box-shadow: 0px 3px 10px 0px rgba(41, 45, 194, 0.08)
}

.card-style08 .category {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 4px 10px 3px 10px;
  color: #fff;
  font-weight: 600;
  z-index: 9;
  text-transform: uppercase;
  font-size: 13px;
  transition: all 0.5s ease;
  background-color: #063b8b
}

.card-style08 .card-footer {
  border-color: rgba(0, 0, 0, 0.085)
}

.card-style08 .card-footer i {
  vertical-align: text-top
}

.card-style08 .card-img:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(6, 59, 139, 0.5);
  opacity: 0;
  transition: opacity 0.3s
}

.card-style08:hover .card-img:before {
  opacity: 1;
  transition: 0.4s
}

.card-style08:hover .category {
  background-color: #c1121f
}

.card-style09 {
  transition: 0.3s;
  box-shadow: 0px 3px 10px 0px rgba(41, 45, 194, 0.08);
  position: relative;
  height: 100%
}

.card-style09:before {
  content: '';
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0
}

.card-style09:hover:before {
  opacity: 1
}

.card-style09:hover .card-body {
  background-color: rgba(6, 59, 139, 0.4)
}

.card-style09:hover h3,
.card-style09:hover p,
.card-style09:hover a,
.card-style09:hover .card-footer i {
  color: #fff
}

.card-style09 .card-body {
  background-color: #fff;
  width: 100%;
  height: 100%;
  transition: all 0.5s
}

.card-style09 .card-footer {
  background-color: #fff;
  border-top-color: #eee
}

.card-style09:hover .card-footer {
  background-color: rgba(6, 59, 139, 0.4);
  border-top-color: rgba(255, 255, 255, 0.2)
}

.card-style09:hover .card-icon {
  -webkit-transform: translateY(-10px) translate3d(0, -10px, 0);
  -moz-transform: translateY(-10px) translate3d(0, -10px, 0);
  -ms-transform: translateY(-10px) translate3d(0, -10px, 0);
  transform: translateY(-10px) translate3d(0, -10px, 0);
  background: #c1121f
}

.card-style09 .card-icon {
  width: 110px;
  height: 110px;
  text-align: center;
  background: #063b8b;
  line-height: 110px;
  margin: -100px auto 20px auto;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  -moz-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  -ms-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  -o-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18)
}

.card-style09 .card-border::before {
  position: absolute;
  content: "";
  background: #eee;
  width: 1px;
  height: 45px;
  top: 10%;
  transition: 0.3s
}

.card-style09 .card-border::after {
  position: absolute;
  content: "";
  background: #eee;
  width: 1px;
  height: 45px;
  transition: 0.3s;
  bottom: 30px;
  opacity: 0;
  transition: 0.3s
}

.card-style09:hover .card-border::after {
  background: #c1121f;
  opacity: 1;
  bottom: -45px;
  transition: 0.3s
}

.card-style09 .card-icon img {
  padding: 29px
}

.card-style10 {
  height: 100%
}

.card-style10 .card-img {
  position: relative
}

.card-style10 .card-img img {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px
}

.card-style10 .card-img .icon {
  position: absolute;
  display: inline-block;
  height: 70px;
  width: 70px;
  background: #fff;
  text-align: center;
  line-height: 70px;
  left: 30px;
  font-size: 25px;
  color: #063b8b;
  border-radius: 50%;
  -webkit-box-shadow: 0px 10px 20px 0 #e1245433;
  box-shadow: 0px 10px 20px 0 rgba(6, 59, 139, 0.2);
  bottom: -35px
}

.card-style10 .card-body h3 a:hover {
  color: #c1121f !important
}

.card-style10 .icon img {
  transition: .5s all;
  vertical-align: middle
}

.card-style10:hover .icon img {
  transform: rotatey(180deg)
}

.card-style11 .card-body {
  transition: all .4s ease
}

.card-style11:hover .card-body {
  background-color: #063b8b;
  transition: all .4s ease
}

.card-style11 .card-body h3 a,
.card-style11 .card-body p {
  color: black
}

.card-style11:hover .card-body h3 a,
.card-style11:hover .card-body p {
  color: white
}

.card-style11 .card-body a span {
  font-size: 0;
  opacity: 0;
  visibility: hidden;
  margin-left: 0;
  line-height: 1px
}

.card-style11:hover .card-body a span {
  font-size: 18px;
  opacity: 1;
  margin-right: 10px;
  visibility: visible;
  color: white;
  line-height: 1px
}

.card-style11 .card-body a i {
  margin-left: 0;
  transition: all .3s ease
}

.card-style11:hover .card-body a i {
  color: white
}

.service-block {
  position: relative;
  top: -50px;
  background: transparent;
  z-index: 9
}

.card-style12 {
  position: relative;
  overflow: hidden;
  transition: .5s;
  border: 0
}

.card-style12:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-180deg, transparent, #000 175%)
}

.card-style12 img {
  transition: .5s
}

.card-style12 .title {
  position: absolute;
  left: 20px;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  border-radius: 4px;
  padding: 10px 15px;
  transition: .5s;
  color: #ffffff;
  border-color: #063b8b;
  background-color: #063b8b
}

.title h4 span {
  background-color: #ffffff;
  color: #3b3b3b;
  margin: 0 10px 0 0;
  padding: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-right: 15px;
  text-align: center;
  border-radius: 4px
}

.card-style12 .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(1.1);
  transition: .5s;
  padding: 20px;
  background: rgba(6, 59, 139, 0.85);
  opacity: 0;
  border-radius: 4px;
  visibility: hidden;
  margin: 20px;
  z-index: 1
}

.card-style12 .content .inner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
  right: 25px;
  margin: 0 auto
}

.card-style12 .content .inner-content a {
  color: #ffffff
}

.card-style12 .content .inner-content a:hover {
  color: rgba(226, 226, 226, 0.9)
}

.card-style12:hover .content {
  opacity: 1;
  visibility: visible;
  transform: scale(1)
}

.card-style12:hover .title {
  opacity: 0;
  visibility: hidden
}

.card-style12:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3)
}

@media screen and (max-width: 1199px) {
  .card-style12 .content {
    margin: 15px;
    padding: 15px
  }
}

.card-style13 .card-body {
  position: relative;
  margin: -60px 25px 0 25px;
  padding: 60px 40px 40px 40px;
  background-color: #ffffff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  text-align: center
}

.card-style13 .card-body:before {
  position: absolute;
  width: 0;
  height: 3px;
  background: #c1121f;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: '';
  z-index: 3;
  transition: all .4s ease-out
}

.card-style13 .card-img-top {
  border-radius: 0
}

.card-style13:hover .card-body:before {
  width: 100%
}

@media screen and (max-width: 1399px) {
  .card-style13 .card-body {
    padding: 60px 30px 30px 30px
  }
}

@media screen and (max-width: 991px) {
  .card-style13 .card-body {
    padding: 50px 18px 30px 18px
  }
}

.video_btn {
  position: relative;
  z-index: 1;
  height: 80px;
  width: 80px;
  background: #c1121f;
  text-align: center;
  display: inline-block;
  line-height: 80px;
  color: #fff;
  border-radius: 50%;
  transition-duration: 0s;
  -ms-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s
}

.video_btn:hover i,
.video_btn:focus i {
  color: #fff
}

.video_btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 80px;
  width: 80px;
  border: 2px solid #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: .3;
  animation: pulse-border 1500ms ease-out infinite
}

.video_btn:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 95px;
  width: 95px;
  border: 2px solid #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: .3;
  animation: pulse-border 1500ms ease-out infinite
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0
  }
}

.video_btn.small {
  width: 50px;
  height: 50px;
  line-height: 50px
}

.video_btn.small:after {
  height: 50px;
  width: 50px
}

.video_btn.small:before {
  height: 65px;
  width: 65px
}

@media screen and (max-width: 1199px) {
  .video_btn {
    height: 75px;
    width: 75px;
    line-height: 75px
  }
  .video_btn:after {
    height: 75px;
    width: 75px
  }
  .video_btn:before {
    height: 90px;
    width: 90px
  }
}

@media screen and (max-width: 991px) {
  .video_btn {
    height: 70px;
    width: 70px;
    line-height: 70px
  }
  .video_btn:after {
    height: 70px;
    width: 70px
  }
  .video_btn:before {
    height: 85px;
    width: 85px
  }
  @keyframes pulse-border {
    0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1)
    }
    100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2)
    }
  }
}

@media screen and (max-width: 767px) {
  .video_btn {
    height: 60px;
    width: 60px;
    line-height: 60px
  }
  .video_btn:after {
    height: 60px;
    width: 60px
  }
  .video_btn:before {
    height: 75px;
    width: 75px
  }
}

.video_btn2 {
  position: relative;
  height: 80px;
  width: 80px;
  background: #c1121f;
  text-align: center;
  display: inline-block;
  line-height: 80px;
  color: #fff;
  border-radius: 50%;
  transition-duration: 0s
}

.video_btn2:hover i,
.video_btn2:focus i {
  color: #fff
}

.video_btn2:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 80px;
  width: 80px;
  border: 2px solid #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: .3;
  animation: pulse-border 1500ms ease-out infinite
}

.video_btn2:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 95px;
  width: 95px;
  border: 2px solid #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: .3;
  animation: pulse-border 1500ms ease-out infinite
}

.video-img {
  position: relative
}

.video-icon {
  position: absolute;
  top: 50%;
  left: 30%
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0
  }
}

@media screen and (max-width: 1199px) {
  .video_btn2 {
    height: 75px;
    width: 75px;
    line-height: 80px
  }
  .video_btn2:after {
    height: 75px;
    width: 75px
  }
  .video_btn2:before {
    height: 90px;
    width: 90px
  }
}

@media screen and (max-width: 991px) {
  .video-icon {
    left: 45%
  }
  .video_btn2 {
    height: 70px;
    width: 70px;
    line-height: 70px
  }
  .video_btn2:after {
    height: 70px;
    width: 70px
  }
  .video_btn2:before {
    height: 85px;
    width: 85px
  }
  @keyframes pulse-border {
    0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1)
    }
    100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2)
    }
  }
}

@media screen and (max-width: 767px) {
  .video_btn2 {
    height: 60px;
    width: 60px;
    line-height: 62px
  }
  .video_btn2:after {
    height: 60px;
    width: 60px
  }
  .video_btn2:before {
    height: 75px;
    width: 75px
  }
}

.story-video {
  height: 100%
}

.parallax-video {
  padding: 250px 0 300px 0
}

.filtering {
  margin-bottom: 40px
}

.filtering span {
  cursor: pointer;
  font-size: 14.4px;
  font-weight: 600;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 5px;
  padding: 6px 15px;
  background: transparent;
  color: #18455d;
  border: 2px solid #18455d
}

.filtering span:last-child {
  margin: 0
}

.filtering .active {
  color: #ffffff;
  background: #c1121f;
  border: 2px solid #c1121f
}

@media screen and (max-width: 767px) {
  .filtering {
    margin-bottom: 0
  }
  .filtering span {
    margin-bottom: 17px
  }
}

@media screen and (max-width: 575px) {
  .filtering span {
    padding: 6px 8px;
    margin-right: 5px;
    font-size: 13px
  }
}

.lg-backdrop {
  z-index: 99999
}

.lg-outer {
  z-index: 999999
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #c1121f
}

.lg-progress-bar .lg-progress {
  background-color: #c1121f
}

.lg-backdrop.in {
  opacity: 0.85
}

.portfolio-card {
  position: relative;
  padding-top: 133.334%
}

.portfolio-card:hover .portfolio-thumbnail:before,
.portfolio-card:hover:before {
  background-color: rgba(6, 59, 139, 0.8)
}

.portfolio-card:hover .portfolio-link {
  height: 30px
}

.portfolio-card:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 0.375rem
}

.portfolio-card .portfolio-thumbnail {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0
}

.portfolio-card .portfolio-thumbnail:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0.375rem
}

.portfolio-card .project-content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 20px 20px 30px;
  z-index: 3
}

.portfolio-card .project-content h3 a {
  color: #fff;
  transition: all .3s ease
}

.portfolio-card .project-content h3 a:hover {
  color: #c1121f
}

.portfolio-card .portfolio-link {
  font-weight: 600;
  font-size: 14px;
  font-size: .875rem;
  line-height: 30px;
  height: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.portfolio-card .portfolio-link a {
  padding-top: 10px;
  color: #c1121f;
  text-transform: uppercase
}

@media (max-width: 767px) {
  .portfolio-card .project-content {
    padding: 15px 20px
  }
}

.portfolio-carousel2.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 25px;
  text-align: center !important
}

.portfolio-style2 {
  position: relative
}

.portfolio-style2 .portfolio-img img {
  transition: all .3s ease-out 0s;
  overflow: hidden
}

.portfolio-style2:hover .portfolio-img img {
  transform: scale(1.1);
  border-radius: 3px
}

.portfolio-carousel2-static .portfolio-style2 .portfolio-text,
.portfolio-carousel2 .owl-item.center .portfolio-style2 .portfolio-text {
  opacity: 1;
  visibility: visible
}

.portfolio-style2 .portfolio-text {
  position: relative;
  z-index: 1;
  padding: 30px 30px;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: .3s;
  text-align: center
}

.portfolio-style3 {
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  transition: all .4s ease-in-out
}

.portfolio-style3:before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: #063b8b;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: .4s
}

.portfolio-style3:hover:before {
  opacity: 0.8;
  visibility: visible;
  border-radius: 5px
}

.portfolio-style3 .portfolio-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1
}

.portfolio-style3 .portfolio-content .portfolio-inner-content {
  padding: 20px;
  transform: scale(0, 0);
  transition: all 500ms ease;
  background: #ffffff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  text-align: center
}

.portfolio-style3 .portfolio-buttons {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 4;
  font-size: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: all .6s
}

.portfolio-style3 .portfolio-buttons .portfolio-link {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  background-color: #fff;
  border: none;
  border-radius: 5px
}

.portfolio-style3 .portfolio-buttons .portfolio-link i {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 15px;
  line-height: 40px
}

.portfolio-style3:hover .portfolio-content .portfolio-inner-content {
  transform: scale(1, 1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1)
}

.portfolio-style3:hover .portfolio-buttons {
  opacity: 1;
  visibility: visible;
  transform: scale(1)
}

.portfolio-style3 .portfolio-buttons .portfolio-link:hover {
  background: #c1121f
}

.portfolio-style3 .portfolio-buttons .portfolio-link i:hover {
  color: #ffffff
}

@keyframes bounce {
  0% {
    transform: translateY(0)
  }
  50% {
    transform: translateY(-30px)
  }
  100% {
    transform: translateY(0)
  }
}

@media screen and (max-width: 767px) {
  .portfolio-style3 .portfolio-content .portfolio-inner-content {
    padding: 15px
  }
}

.pagination {
  border-radius: 0;
  padding: 0;
  margin: 0
}

.pagination ul {
  display: inline-block;
  margin: 0 auto;
  padding: 0
}

.pagination li {
  display: inline
}

.pagination a {
  float: left;
  font-size: 15px;
  padding: 0 18px;
  line-height: 40px;
  text-decoration: none;
  border: 1px solid #dbdbdb;
  border-left-width: 0;
  background: #fff
}

.pagination a:hover {
  background-color: #232323;
  color: #fff
}

.pagination .active a {
  background-color: #063b8b;
  color: #999;
  cursor: default
}

.pagination li:first-child a {
  border-left-width: 1px
}

.pagination a:hover {
  background-color: #063b8b;
  color: #fff
}

.pagination .active a {
  background-color: #f7f7f7;
  color: #999;
  cursor: default
}

@media screen and (max-width: 575px) {
  .pagination a {
    padding: 0 14px
  }
}

.page-navigation {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
  border-radius: 8px
}

.prev-page,
.next-page {
  position: relative;
  width: 50%;
  max-width: 350px;
  margin: 10px
}

.prev-page:before,
.next-page:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 0 rgba(34, 35, 40, 0);
  transform: scale(1.04, 1.12);
  transition: .3s ease-in-out;
  pointer-events: none
}

.prev-page .page-info>a,
.next-page .page-info>a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 16px 20px;
  min-height: 110px;
  transition: 0.8s
}

.prev-page .page-info .image-prev,
.prev-page .page-info .image-next {
  position: relative;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  vertical-align: middle;
  transition: inherit;
  overflow: hidden
}

.next-page .page-info .image-prev,
.next-page .page-info .image-next {
  position: relative;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  vertical-align: middle;
  transition: inherit;
  overflow: hidden
}

.prev-page .page-info .prev-title,
.prev-page .page-info .next-title {
  display: inline-block;
  position: relative;
  max-width: 220px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  word-wrap: break-word;
  vertical-align: middle;
  transition: 0.45s
}

.next-page .page-info .prev-title,
.next-page .page-info .next-title {
  display: inline-block;
  position: relative;
  max-width: 220px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  word-wrap: break-word;
  vertical-align: middle;
  transition: 0.45s
}

.prev-page .page-info .prev-title:empty,
.prev-page .page-info .next-title:empty {
  display: none
}

.next-page .page-info .prev-title:empty,
.next-page .page-info .next-title:empty {
  display: none
}

.prev-page:hover:before,
.next-page:hover:before {
  background-color: white;
  transform: scale(1);
  box-shadow: 0 10px 30px 0 rgba(34, 35, 40, 0.1)
}

.prev-page a {
  justify-content: flex-start;
  text-align: left
}

.prev-page a:hover .image-prev:after {
  visibility: visible;
  opacity: 1
}

.prev-page a:hover .image-prev:before {
  visibility: visible;
  opacity: 1;
  margin-left: 0
}

.prev-page .image-prev {
  margin-right: 20px
}

.prev-page .image-prev:after {
  background-color: #063b8b
}

.next-page .image-next:after {
  background-color: #063b8b
}

.prev-page .image-prev:before {
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin-left: 20px;
  content: "\e64a";
  font-family: 'themify';
  font-size: 21px;
  line-height: 70px;
  color: #fff;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease-in-out
}

.prev-page .image-prev:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease-in-out
}

.next-page {
  margin-left: auto
}

.next-page a {
  justify-content: flex-end;
  text-align: right
}

.next-page a:hover .image-next:after {
  visibility: visible;
  opacity: 1
}

.next-page a:hover .image-next:before {
  visibility: visible;
  opacity: 1;
  margin-right: 0
}

.next-page .image-next {
  margin-left: 20px
}

.next-page .image-next:before {
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin-right: 20px;
  content: "\e64a";
  font-family: 'themify';
  font-size: 21px;
  line-height: 70px;
  color: #fff;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease-in-out;
  transform: scaleX(-1)
}

.next-page .image-next:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease-in-out
}

.next-page .next-title {
  text-align: right
}

.prev-link-page-info>span,
.next-link-page-info>span {
  display: block
}

.prev-link-page-info .date-details,
.next-link-page-info .date-details {
  font-size: 14px;
  letter-spacing: .025em;
  line-height: 20px;
  margin-bottom: -2px
}

.prev-link-page-info .date-details>div,
.prev-link-page-info .date-details>span {
  line-height: inherit;
  transition: 0.45s;
  font-weight: 500
}

.next-link-page-info .date-details>div,
.next-link-page-info .date-details>span {
  line-height: inherit;
  transition: 0.45s;
  font-weight: 500
}

.prev-link-page-info .date-details:only-child,
.next-link-page-info .date-details:only-child {
  margin-top: 0
}

@media screen and (max-width: 767px) {
  .prev-page,
  .next-page {
    width: calc(100% - 20px);
    max-width: unset
  }
  .prev-page+.next-page {
    margin-top: 0
  }
  .page-navigation {
    flex-direction: column
  }
}

@media screen and (max-width: 575px) {
  .prev-page .page-info>a,
  .next-page .page-info>a {
    padding: 10px
  }
  .prev-page .page-info .prev-title,
  .prev-page .page-info .next-title {
    max-width: 168px
  }
  .next-page .page-info .prev-title,
  .next-page .page-info .next-title {
    max-width: 168px
  }
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 50px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #063b8b
}

.owl-nav i,
.owl-nav span {
  color: #232323;
  font-size: 28px
}

.owl-carousel .owl-item img {
  width: auto;
  display: inline-block
}

.owl-carousel .caption .overflow-hidden {
  display: inline-block
}

.owl-carousel .caption h3 {
  font-weight: 200;
  visibility: hidden;
  opacity: 0;
  position: relative;
  display: inline-block
}

.owl-carousel .caption h1 {
  font-size: 70px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 80px;
  visibility: hidden;
  opacity: 0;
  color: #ffffff;
  margin-bottom: 30px
}

.owl-carousel .caption p {
  font-size: 20px;
  color: #ffffff;
  word-spacing: 2px;
  max-width: 800px;
  text-transform: uppercase;
  font-weight: 600;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  margin-bottom: 10px
}

.owl-carousel .caption .butn i {
  position: relative;
  top: 1px;
  z-index: 9
}

@media screen and (max-width: 1199px) {
  .owl-carousel .caption h1 {
    font-size: 55px;
    line-height: 70px
  }
  .owl-carousel .caption p {
    font-size: 18px;
    max-width: 700px
  }
}

@media screen and (max-width: 991px) {
  .owl-carousel .caption h1 {
    font-size: 48px;
    line-height: 60px
  }
  .owl-carousel .caption p {
    font-size: 16px;
    max-width: 600px
  }
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev {
    display: none
  }
}

@media screen and (max-width: 767px) {
  .owl-carousel .caption h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px
  }
}

@media screen and (max-width: 575px) {
  .owl-carousel .caption h1 {
    font-size: 30px;
    line-height: 40px
  }
  .owl-carousel .caption p {
    font-size: 13px
  }
}

.service-carousel.owl-carousel.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center
}

.service-carousel.owl-carousel.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 40px
}

.accordion-style .card {
  background: transparent;
  box-shadow: none;
  margin-top: 0 !important;
  border: none;
  box-shadow: 0px 3px 10px 0px rgba(41, 45, 194, 0.08)
}

.accordion-style .card-header {
  border: 0px;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: none
}

.accordion-style .btn-link {
  color: #677788;
  line-height: 20px;
  position: relative;
  border: none;
  display: block;
  width: 100%;
  text-align: left;
  white-space: normal;
  border-radius: 4px;
  padding: 20px 35px 20px 20px;
  font-weight: 700;
  text-decoration: none
}

.accordion-style .btn-link:hover {
  text-decoration: none
}

.accordion-style .btn-link:after {
  background: none;
  content: "-";
  right: 17px;
  left: inherit;
  font-size: 20px;
  height: auto;
  transform: none;
  width: auto;
  top: 20px;
  position: absolute;
  color: #4a83fd
}

.accordion-style .btn-link.collapsed:after {
  background: none;
  content: "+";
  right: 15px;
  left: inherit;
  font-size: 20px;
  height: auto;
  transform: none;
  width: auto;
  top: 20px;
  color: #4a83fd
}

.accordion-style .card-body {
  padding: 0px 40px 30px 20px
}

@media screen and (max-width: 991px) {
  .accordion-style .btn-link:after,
  .accordion-style .btn-link.collapsed:after {
    top: 20px
  }
  .accordion-style .card-body {
    padding: 10px 25px 30px 25px
  }
}

.accordion-style1 .card {
  border-radius: 0
}

.accordion-style1 .card-header {
  border: 0px;
  padding: 0;
  background: none
}

.accordion-style1 .btn-link {
  background: transparent;
  color: #c1121f;
  line-height: 20px;
  position: relative;
  border: none;
  display: block;
  width: 100%;
  text-align: left;
  white-space: normal;
  border-radius: 0;
  padding: 20px 45px 20px 30px;
  box-shadow: none;
  font-weight: 700;
  text-decoration: none
}

.accordion-style1 .btn-link:after {
  background: none;
  content: "-";
  right: 20px;
  left: inherit;
  font-size: 20px;
  height: auto;
  transform: none;
  width: auto;
  top: 26px;
  position: absolute
}

.accordion-style1 .btn-link.collapsed:after {
  background: none;
  content: "+";
  right: 20px;
  left: inherit;
  font-size: 20px;
  height: auto;
  transform: none;
  width: auto;
  top: 18px;
  position: absolute
}

.accordion-style1 .card-body {
  padding: 0 50px 30px 30px;
  text-align: left;
  font-weight: 500
}

.accordion-style1 .btn-link.collapsed {
  color: #1e2022;
  padding: 20px 45px 20px 30px
}

.sidebar .service-list li {
  position: relative;
  margin-bottom: 15px
}

.sidebar .service-list li a {
  border: 1px solid #dee2e6;
  padding: 12px 18px;
  transition: all .4s ease 0s;
  background: #fff;
  display: block
}

.sidebar .service-list li a:hover,
.sidebar .service-list li a.active {
  background: #c1121f;
  border: 1px solid #c1121f
}

.sidebar .service-list li a:after {
  width: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  content: "\e628";
  font-family: themify;
  font-weight: 400
}

.sidebar .service-list li:last-child {
  margin-bottom: 0
}

.sidebar .service-list li:hover:after,
.sidebar .service-list li:hover a {
  color: #fff
}

.sidebar .service-list li.active {
  color: #fff
}

.sidebar .service-list li.active a {
  color: #fff;
  border-color: #c1121f;
  background: #c1121f
}

.blog-sidebar .blog-list li {
  position: relative;
  margin-bottom: 15px
}

.blog-sidebar .blog-list li a {
  border: 1px solid #dee2e6;
  padding: 12px 18px;
  transition: all .4s ease 0s;
  display: block;
  background: #fff
}

.blog-sidebar .blog-list li a:before {
  width: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  content: "\e628";
  font-family: themify;
  font-weight: 400
}

.blog-sidebar .blog-list li a:hover,
.blog-sidebar .blog-list li a.active {
  background: #c1121f;
  border: 1px solid #c1121f
}

.blog-sidebar .blog-list li:last-child {
  margin-bottom: 0
}

.blog-sidebar .blog-list li:hover:before,
.blog-sidebar .blog-list li:hover a {
  color: #fff
}

.blog-sidebar .blog-list li.active {
  color: #fff
}

.blog-sidebar .blog-list li.active a {
  color: #fff;
  border-color: #c1121f;
  background: #c1121f
}

.blog-tags a {
  background: #fff;
  color: #063b8b;
  padding: 7px 21px;
  font-size: 14px !important;
  line-height: 20px;
  margin: 5px 10px 5px 0;
  display: inline-block
}

.blog-tags a:hover {
  background: #c1121f;
  color: #fff
}

.blog-tags.bg-color a {
  background: #f8f9fa
}

.blog-tags.bg-color a:hover {
  background: #c1121f;
  color: #fff
}

.progress-style01 .progress {
  height: 8px
}

.progress-style02 .progress {
  height: 11px
}

.progress-style02 .progress-02 {
  display: flex;
  height: 0.7rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08)
}

.progress-style-02 .progress-text {
  font-size: 15px;
  margin-bottom: 8px
}

.progress-style-02 .custom-progress {
  height: 8px;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 2rem
}

.progress-style-02 .custom-bar {
  height: 100%;
  background-color: #063b8b;
  box-shadow: none
}

.team-block {
  margin: 0 10px
}

.team-block .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  display: block;
  height: 100%;
  text-align: center
}

.team-block .overlay-box:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  display: block;
  height: 100%;
  opacity: 0;
  background: rgba(0, 28, 65, 0.6);
  transition: all 0.9s ease
}

.team-block .social-icons {
  position: absolute;
  left: 0;
  bottom: 20px;
  opacity: 0;
  padding: 0px 10px;
  width: 100%
}

.team-block .social-icons li {
  position: relative;
  margin-right: 10px;
  display: inline-block
}

.team-block .social-icons li a {
  position: relative;
  color: #ffffff;
  font-size: 14px;
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border: 1px solid #ffffff;
  transition: all 400ms ease
}

.team-block .social-icons li a:hover {
  color: #fff;
  border: 1px solid #c1121f;
  background: #c1121f
}

.team-block:hover .overlay-box:before {
  opacity: 1
}

.team-block:hover .social-icons {
  opacity: 1;
  transition: all 0.8s ease 500ms
}

.team-info {
  border: 1px solid #efefef
}

@media screen and (max-width: 1199px) {
  .team-block .social-icons li a {
    width: 38px;
    height: 38px;
    line-height: 38px
  }
}

@media screen and (max-width: 991px) {
  .team-block {
    margin: 0
  }
}

@media screen and (max-width: 575px) {
  .team-block .social-icons li a {
    width: 36px;
    height: 36px;
    line-height: 36px
  }
}

.agent-detail-des {
  position: relative;
  z-index: 0;
  padding: 30px;
  border: 1px solid #e5e8ef;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px
}

.agent-detail-des .agent-social-links {
  padding: 0;
  margin: 0
}

.agent-detail-des .agent-social-links li {
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
  list-style-type: none
}

.agent-detail-des .agent-social-links li a {
  color: #ffffff;
  padding: 6px 12px;
  display: inline-block;
  background-color: #c1121f
}

.agent-detail-des .agent-social-links li a:hover {
  background-color: #063b8b
}

.service-details-content .service-box-single {
  padding: 15px 22px;
  border: 1px solid lightgrey;
  border-radius: 6px
}

.service-details-content .service-box-single i {
  font-size: 22px;
  color: #063b8b
}

.tesimonial-section-01 .testimonial-carousel .owl-dots {
  text-align: left
}

.tesimonial-section-01 .testimonial-carousel.owl-theme .owl-dots {
  margin-top: 3rem
}

.tesimonial-section-01 .testimonial-carousel.owl-theme .owl-dots .owl-dot span {
  width: 25px;
  height: 3px
}

.testimonial-carousel-02.owl-theme .owl-nav {
  text-align: center;
  margin-top: 2rem
}

.testimonial-carousel-02 .owl-nav button.owl-prev,
.testimonial-carousel-02 .owl-nav button.owl-next {
  background-color: #edbe22;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  transition: all 0.5s ease 0s
}

.testimonial-carousel-02 .owl-nav button.owl-prev i,
.testimonial-carousel-02 .owl-nav button.owl-next i {
  color: #fff;
  font-size: 16px
}

.testimonial-carousel-02 .owl-nav button.owl-prev:hover,
.testimonial-carousel-02 .owl-nav button.owl-next:hover {
  background-color: #063b8b
}

.testimonial-carousel-04.owl-carousel.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 40px;
  align-items: center;
  position: relative;
  justify-content: center;
  display: flex
}

.testimonial-carousel-04.owl-carousel.owl-theme .owl-dots .owl-dot span {
  border-radius: 2px
}

.testimonial-carousel-04.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.testimonial-carousel-04.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #063b8b
}

.testimonial-carousel-05.owl-theme .owl-dots .owl-dot.active span {
  width: 25px
}

.testimonial-carousel-05.owl-theme .owl-dots .owl-dot span {
  transition: all .5s ease;
  border-radius: 0;
  height: 5px
}

.testimonial-carousel-05.owl-carousel.owl-theme .owl-dots {
  text-align: center
}

.owl-theme .owl-nav {
  text-align: center
}

.testimonial-carousel-06.owl-carousel.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center
}

.testimonial-carousel-06.owl-carousel.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 40px
}

.testimonial-carousel-06 .testimonial-blocks:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 40px;
  right: 0px;
  bottom: 0px;
  background-color: #ffffff;
  border: 1px solid #ededed;
  border-radius: 5px
}

.testimonial-carousel-06 .testimonial-blocks .quote-icon {
  position: absolute;
  left: -15px;
  top: 25px;
  color: #ffffff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50px;
  display: inline-block;
  background-color: #063b8b
}

.testimonial-carousel-06 .testimonial-blocks .quote-icon:before {
  content: '\f10d';
  font-family: Font Awesome\ 5 Free;
  font-weight: 600;
  font-size: 14px
}

@media screen and (max-width: 991px) {
  .testimonial-carousel-06 .testimonial-block .quote-icon {
    left: -15px;
    top: 25px;
    width: 30px;
    height: 30px;
    line-height: 30px
  }
}

@media screen and (max-width: 767px) {
  .testimonial-carousel-06 .testimonial-block .quote-icon:before {
    font-size: 12px
  }
}

.counter-style01 .count-item span {
  font-size: 175px;
  font-weight: 400;
  line-height: 1;
  color: rgba(6, 59, 139, 0.1)
}

@media screen and (max-width: 1199px) {
  .counter-style01 .count-item span {
    font-size: 125px
  }
}

.counter-style02 {
  margin-left: -25%;
  z-index: 9;
  position: relative
}

@media only screen and (max-width: 991px) {
  .counter-style02 {
    margin-left: 0
  }
}

.counter-style03 .count-item-02 span {
  font-size: 45px;
  color: #fff;
  transition: all 300ms ease;
  position: relative;
  display: inline-block;
  font-weight: 800;
  line-height: 1em
}

.counter-style03 .count-item-02 h4 {
  display: block;
  font-size: 25px;
  line-height: 24px;
  color: #fff;
  font-weight: 700;
  transition: all .5s ease-in-out
}

.counter-style03 .count-item-02 .icon-box {
  height: 140px;
  width: 130px;
  background: #fff;
  text-align: center;
  border-radius: 25px 0px 25px 0px
}

.counter-style03 .count-item-02 .icon-box i {
  position: relative;
  display: block;
  transition: all 300ms ease;
  color: #c1121f;
  line-height: 3
}

.counter-style03 .count-item-02:hover .icon-box i {
  transform: scale(-1) rotate(180deg)
}

.counter-style04 span.counter-no {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  margin: 0;
  font-size: 145px;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: 0;
  opacity: 1;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.1)
}

.counter-style04 span.counter-Numberblack {
  color: rgba(0, 0, 0, 0.1)
}

@media screen and (max-width: 1399px) {
  .counter-style04 span.counter-no {
    font-size: 125px
  }
}

@media screen and (max-width: 1199px) {
  .counter-style04 span.counter-no {
    font-size: 105px
  }
}

.counter-lg-title {
  position: relative;
  display: block;
  margin-bottom: 40px;
  text-align: center
}

.counter-lg-title:before {
  position: absolute;
  content: '';
  background: #e4e0e0;
  width: 100%;
  height: 1px;
  left: 0px;
  top: 62px
}

.counter-lg-title:after {
  position: absolute;
  content: '';
  background: #fff;
  width: 430px;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  top: 62px
}

.counter-lg-title .big-text {
  position: relative;
  display: block;
  font-size: 120px;
  line-height: 120px;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  z-index: 1;
  margin-bottom: 7px
}

@media screen and (max-width: 991px) {
  .counter-lg-title:after {
    width: 295px
  }
  .counter-lg-title .big-text {
    font-size: 80px;
    line-height: 110px;
    margin-bottom: 0
  }
}

.clients:hover .client-img {
  opacity: 0
}

.clients .client-img {
  width: auto;
  opacity: 1;
  will-change: opacity;
  transition: opacity .35s ease-out;
  display: inline-block
}

.clients:hover .client-hover-img {
  opacity: 1
}

.clients .client-hover-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  opacity: 0;
  will-change: opacity;
  transition: opacity .35s ease-out
}

.clients-style2 .mission-box,
.clients-style2 .vision-box {
  padding: 0 0 40px 40px
}

.clients-style2 .mission-box .icon i,
.clients-style2 .vision-box .icon i {
  font-size: 170px;
  color: rgba(255, 255, 255, 0.1)
}

.clients-style2 .clients-img {
  display: flex;
  position: relative;
  z-index: 1;
  align-items: center;
  height: max-content;
  overflow: hidden
}

.clients-style2 .clients-img img {
  transition: 0.3s;
  margin: 0 auto
}

.clients-style2 .clients-img .hover-img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  visibility: hidden;
  display: block;
  transform: translateY(-100%)
}

.clients-style2 .clients-img:hover .hover-img {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%)
}

.clients-style2 .clients-img:hover .main-img {
  transform: translateY(100%)
}

.clients-style2 .sm-box-wrapper {
  position: absolute;
  bottom: 5%;
  left: 23%
}

.clients-style2 .sm-box-wrapper .inner-box {
  background-color: #c1121f;
  display: flex;
  align-items: center;
  line-height: 1;
  justify-content: center;
  padding: 10px
}

@media screen and (max-width: 1399px) {
  .clients-style2 .mission-box .icon i,
  .clients-style2 .vision-box .icon i {
    font-size: 140px
  }
}

@media screen and (max-width: 767px) {
  .clients-style2 .mission-box .icon i,
  .clients-style2 .vision-box .icon i {
    font-size: 100px
  }
}

@media screen and (max-width: 575px) {
  .clients-style2 .mission-box .icon i,
  .clients-style2 .vision-box .icon i {
    font-size: 60px
  }
  .clients-style2 .mission-box,
  .clients-style2 .vision-box {
    padding: 0 0 20px 20px
  }
}

.clients-style3 .clients-img {
  display: block;
  position: relative;
  z-index: 1;
  align-items: center;
  text-align: center;
  height: max-content;
  overflow: hidden
}

.clients-style3 .clients-img img {
  transition: 0.3s
}

.clients-style3 .clients-img .hover-img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  visibility: hidden;
  display: inline-block;
  transform: translateY(-100%)
}

.clients-style3 .clients-img:hover .hover-img {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%)
}

.clients-style3 .clients-img:hover .main-img {
  transform: translateY(100%)
}

.process-style01 .process-line:before {
  content: "";
  position: absolute;
  width: 150px;
  height: 1px;
  background-color: transparent;
  left: 95%;
  top: 25%;
  transform: translate(-25%);
  border: 1px dashed #fff
}

.process-style01 .work-inner {
  height: 130px;
  width: 130px;
  border-radius: 50%;
  border: 1px solid #fff;
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  vertical-align: middle;
  align-items: center
}

.process-style01 .work-box-01:hover .work-inner {
  background: #c1121f;
  border: 1px solid #c1121f;
  transition: all 500ms ease
}

@media only screen and (max-width: 991px) {
  .process-style01 .process-line:before {
    display: none
  }
}

@media screen and (max-width: 575px) {
  .process-style01 .work-inner {
    height: 110px;
    width: 110px
  }
}

.process-style02 .process-box .icon {
  height: 130px;
  width: 130px;
  border-radius: 50%;
  margin: 0 auto 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #063b8b;
  transition: all 0.5s ease 0s;
  color: #063b8b;
  font-size: 48px
}

.process-style02 .process-box .icon .hover-show {
  width: 0
}

.process-style02 .process-box .icon img {
  width: 60px
}

.process-style02 .process-box:hover .icon {
  background: #c1121f;
  border: 1px solid #c1121f;
  transition: all 500ms ease;
  color: #fff
}

.process-style02 .process-box:hover .icon .default-show {
  width: 0
}

.process-style02 .process-box:hover .icon .hover-show {
  width: 60px
}

@media screen and (max-width: 767px) {
  .process-style02 .process-box .icon {
    width: 100px;
    height: 100px;
    font-size: 38px
  }
}

.process-style03 .process-box .right-arrow {
  width: 50px;
  height: 50px;
  align-items: center;
  position: relative;
  background: #063b8b;
  color: #fff;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  font-size: 17px;
  transition: all 0.5s ease 0s;
  margin: auto
}

.process-style03 .process-box:hover .right-arrow {
  background-color: #c1121f
}

.process-style03 .process-box img {
  transition: transform 0.5s ease-out;
  will-change: transform
}

.process-style03 .process-box:hover img {
  transform: scale3d(1.05, 1.05, 1.05)
}

.process-style-02 {
  position: relative;
  display: block;
  text-align: center
}

.process-style-02:before {
  content: "";
  position: absolute;
  top: 38px;
  right: -68px;
  width: 109px;
  height: 44px;
  background: url(../img/icons/arrow-bottom.png);
  background-repeat: no-repeat
}

.process-style-02.last:before {
  content: none
}

.process-style-02.arrow-top:before {
  content: "";
  position: absolute;
  top: 30px;
  right: -68px;
  width: 109px;
  height: 44px;
  background: url(../img/icons/arrow-top.png);
  background-repeat: no-repeat
}

.process-style-02 .icon-holder {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  margin-bottom: 25px;
  background: #c1121f;
  padding: 20px;
  transition: all 0.3s ease-in-out 0s
}

.process-style-02 .icon-holder .count-box {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 30px;
  height: 30px;
  background: #063b8b;
  transition: all 0.7s ease-in-out 0s;
  vertical-align: middle;
  text-align: center
}

.process-style-02 .icon-holder .count-box h4 {
  line-height: 30px;
  color: #ffffff
}

.process-style-02 .text-holder {
  position: relative;
  display: block
}

@media screen and (max-width: 991px) {
  .process-style-02:before,
  .process-style-02.arrow-top:before {
    content: none
  }
  .process-style-02 .icon-holder {
    margin-bottom: 20px;
    width: 90px;
    height: 90px;
    padding: 15px
  }
}

.process-style-03 .process-block {
  width: 167px;
  height: 167px;
  background: #f8f9fa;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  margin-bottom: 25px
}

.process-style-03 .process-block .process-icon {
  width: 90px;
  height: 90px;
  line-height: 90px;
  background: #c1121f;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 1
}

.process-style-03 .process-block .process-count {
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: #fff;
  text-align: center;
  position: absolute;
  right: 30px;
  bottom: 20px;
  box-shadow: 0px 5px 18.8px 1.2px rgba(99, 102, 187, 0.1);
  z-index: -1
}

.process-style-03 .process-block .process-count span {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #1f2732
}

.process-style-03 span {
  display: inline-block;
  text-align: center;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: #c1121f;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  font-weight: 900;
  font-size: 22px;
  position: absolute;
  border-radius: 50%;
  z-index: 1;
  margin-bottom: 19px;
  transition: all 0.35s ease-in-out;
  bottom: 20px;
  right: -5px
}

.process-style-03:nth-child(2) .item span {
  bottom: auto
}

.process-style-03 .thumb {
  position: relative;
  display: inline-block
}

.process-style-03 img {
  height: 170px;
  width: 170px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
  margin-bottom: 25px;
  transition: all 0.35s ease-in-out
}

.main-process {
  position: relative;
  z-index: 1;
  padding-top: 33px
}

.main-process .line-shape {
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
  transform: rotate(-3deg)
}

.process-style-03 .item:hover span {
  transform: scale(1.2);
  background: #c1121f;
  color: #fff;
  right: -45px
}

.process-style-03:nth-child(2n) .item span {
  transform: scale(1.2);
  background: #c1121f;
  color: #fff;
  right: -45px
}

.process-style-03:nth-child(2n) .item img {
  transform: scale(1.4);
  margin-bottom: 60px
}

.process-style-03 .item:hover img {
  transform: scale(1.4);
  margin-bottom: 60px
}

@media screen and (max-width: 991px) {
  .process-style-03 img {
    transform: scale(1.4);
    margin-bottom: 60px
  }
  .main-process .line-shape {
    display: none
  }
}

.process-style-04:nth-child(2n) .item span {
  transform: scale(1.2);
  background: #c1121f !important;
  color: #fff;
  right: -45px
}

.process-style-04 .item:hover span {
  transform: scale(1.2);
  background: #ffffff;
  color: #1f2732;
  right: -45px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #1f2732
}

.process-style-04 span {
  display: inline-block;
  text-align: center;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: #c1121f;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  font-weight: 900;
  font-size: 22px;
  position: absolute;
  border-radius: 50%;
  z-index: 1;
  margin-bottom: 19px;
  transition: all 0.35s ease-in-out;
  bottom: 20px;
  right: -5px
}

.process-arrow .process-bg-line {
  position: absolute;
  top: -40px;
  left: 0;
  width: calc(100% + 370px);
  height: 100%;
  background: url(../img/icons/process-arrow-02.png) 50% 0 no-repeat;
  z-index: 1;
  margin: 0 -370px;
  transform-origin: 100% 50%
}

.process-style-05 {
  z-index: 1;
  position: relative;
  text-align: center
}

.process-style-05 .icon {
  display: inline-block;
  position: relative;
  height: 130px;
  width: 130px;
  border: 2px solid #f5f5f5;
  background-color: #fff;
  border-radius: 50%;
  transition: all 500ms ease;
  margin-bottom: 30px
}

.process-style-05 .icon:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 0px;
  top: 0px;
  right: 0px;
  transform: scale(0, 0);
  transition: all 500ms ease;
  background: #c1121f
}

.process-style-05 .icon span {
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #c1121f;
  transform: translate(-50%, -50%)
}

.process-style-05:hover .icon:before {
  transform: scale(1, 1)
}

.process-style-05:hover .icon span {
  color: #fff
}

.process-style-05 .process-contnet span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  background: #c1121f;
  padding: 8px 20px;
  text-align: center;
  transition: all 500ms ease;
  margin-bottom: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06)
}

.process-style-05 .process-contnet span:after {
  position: absolute;
  content: '';
  background: #c1121f;
  width: 15px;
  height: 15px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  bottom: -8px;
  z-index: 1;
  transition: all 500ms ease
}

@media screen and (max-width: 1199px) {
  .process-arrow .process-bg-line {
    top: -20px;
    left: 100px;
    width: calc(100% + 250px);
    background-size: contain
  }
  .process-style-05 .icon {
    width: 100px;
    height: 100px
  }
}

@media screen and (max-width: 991px) {
  .process-arrow .process-bg-line {
    display: none
  }
  .process-style-05 .icon {
    width: 90px;
    height: 90px;
    margin-bottom: 20px
  }
}

@media screen and (max-width: 767px) {
  .process-style-05 .process-contnet span {
    font-size: 13px;
    background: #c1121f;
    padding: 6px 15px;
    margin-bottom: 25px
  }
  .process-style-05 .process-contnet span:after {
    bottom: -5px
  }
}

@media screen and (max-width: 575px) {
  .process-style-05 .icon {
    margin-bottom: 15px
  }
}

.gallery-main .gallery-image {
  transition: all 1.2s ease
}

.gallery-main:hover .gallery-image {
  transform: scale(1.07, 1.07);
  will-change: transform;
  transition: all 1.2s ease
}

.gallery-main .gallery-info {
  position: absolute;
  width: 100%;
  bottom: 4%;
  left: 8%;
  z-index: 1;
  transition: all ease-in-out .6s;
  opacity: 0
}

.gallery-main .gallery-info .gallery-title {
  padding: 9px 15px;
  background: #c1121f;
  margin-bottom: 10px;
  display: block;
  width: 85%
}

.gallery-main:hover .gallery-info {
  transition: all ease-in-out .6s;
  opacity: 1;
  transform: translateY(-10px)
}

.gallery-main .gallery-info .gallery-data {
  padding: 3px 15px;
  background: #c1121f;
  display: inline-table
}

@media screen and (max-width: 1399px) {
  .gallery-main .gallery-info {
    left: 3%
  }
  .gallery-main .gallery-info .gallery-title {
    width: 96%
  }
}

@media screen and (max-width: 1199px) {
  .gallery-main .gallery-info .gallery-title {
    width: 65%
  }
}

.why-choose-style01 .why-choose-area {
  padding: 65px 40px;
  transition: all .4s ease
}

.why-choose-style01 .why-choose-area:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  transform: translateY(-8px)
}

@media screen and (max-width: 1399px) {
  .why-choose-style01 .why-choose-area {
    padding: 50px 30px
  }
}

@media screen and (max-width: 767px) {
  .why-choose-style01 .why-choose-area {
    padding: 30px 10px
  }
}

.why-choose-content {
  border-radius: 5px;
  padding: 50px 40px;
  background: #ffffff;
  box-shadow: 0px 5px 24.25px 0.75px rgba(0, 0, 0, 0.1);
  margin-left: -50px;
  z-index: 1;
  position: relative
}
.why-choose-content{
 text-align: justify;
}
.why-choose-img {
  margin-right: -50px
}

@media screen and (max-width: 991px) {
  .why-choose-img {
    margin-right: 0
  }
  .why-choose-content {
    margin-left: 0
  }
}

@media screen and (max-width: 575px) {
  .why-choose-content {
    padding: 40px 25px
  }
}

.faq-style-1 {
  margin-top: -245px;
  position: relative;
  overflow: visible;
  z-index: 99;
  background: transparent
}

.faq-style-1 .faq-video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

.faq-style-1 .faq-video a {
  display: block;
  width: 84px;
  height: 84px;
  background: #c1121f;
  text-align: center;
  line-height: 84px;
  color: #ffffff;
  font-size: 30px;
  border-radius: 50%;
  position: relative;
  border: 1px solid #c1121f
}

.faq-style-1 .faq-video a:before {
  content: " ";
  width: 130%;
  height: 130%;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  position: absolute;
  left: -12px;
  top: -12px;
  -webkit-animation: pulse 1s infinite;
  animation: pulse 1s infinite;
  z-index: -1
}

.faq-style-1 .faq-img {
  position: relative
}

.faq-style-1 .accordion-style .card {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08)
}

.faq-style-1 .accordion-style .btn-link {
  color: #063b8b
}

.faq-style-1 .accordion-style .btn-link:after {
  color: #c1121f
}

.faq-style-1 .accordion-style .btn-link.collapsed:after {
  color: #063b8b
}

.faq-style-2 .accordion-style .card {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08)
}

.faq-style-2 .accordion-style .btn-link {
  color: #063b8b
}

.faq-style-2 .accordion-style .btn-link:after {
  color: #c1121f
}

.faq-style-2 .accordion-style .btn-link.collapsed:after {
  color: #063b8b
}

.about-style01 .video_btn:before,
.about-style01 .video_btn:after {
  content: none
}

.about-style-01 .img-2 img {
  border-radius: 50%;
  border: 10px solid #fff;
  position: absolute;
  bottom: 10%;
  left: -10%
}

.about-style-01 .exp-box {
  position: absolute;
  right: 0;
  top: 15%;
  width: 220px;
  height: 90px;
  display: flex;
  align-items: center;
  text-align: center;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  background-color: #fff;
  padding: 0 25px
}

@media screen and (max-width: 1199px) {
  .about-style-01 .exp-box {
    right: -35px
  }
  .about-style-01 .img-2 img {
    left: -20%
  }
}

@media screen and (max-width: 991px) {
  .about-style-01 .img-2 img {
    left: 0
  }
}

@media screen and (max-width: 767px) {
  .about-style-01 .img-2 img {
    left: -10%
  }
}

@media screen and (max-width: 575px) {
  .about-style-01 .img-2 img {
    display: none
  }
}

.about-style-02 .about-img1,
.about-style-02 .about-img2 {
  display: inline-block
}

@media screen and (max-width: 575px) {
  .about-style-02 .about-img1 {
    display: inherit
  }
}

.about-style-03 .about-us-section .about-image {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden
}

.about-style-03 .about-us-section .about-image.one {
  margin-bottom: 30px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09)
}

.about-style-03 .about-us-section .about-image img {
  width: 100%;
  height: 285px;
  object-fit: cover
}

.about-style-03 .about-us-section .a-image {
  overflow: hidden;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.05)
}

.about-style-03 .about-us-section .about-us-inner {
  text-align: center;
  padding: 20px 30px;
  background: #c1121f;
  bottom: 20px;
  left: 20px;
  z-index: 10;
  position: absolute
}

.about-style-03 .about-us-section .about-us-inner.viceo {
  padding-right: 80px
}

.about-style-03 .about-us-section .about-us-inner h2 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #fff
}

.about-style-03 .about-us-section .about-us-inner .video-box {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  height: 40px;
  width: 40px;
  margin: auto
}

.about-style-03 .about-us-section .about-us-inner .video-box a {
  color: #fff;
  width: 40px;
  display: block;
  text-align: center;
  line-height: 43px;
  height: 40px;
  background: rgba(0, 0, 0, 0.1)
}

.about-style-03 .about-content .about-list {
  display: flex;
  align-items: center;
  padding-top: 15px;
  margin-top: 25px
}

.about-style-03 .about-content .about-list .about-author {
  background: #ffffff;
  box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.08);
  padding: 35px 30px 35px 45px;
  margin-right: 40px;
  margin-top: 25px;
  position: relative
}

.about-style-03 .about-content .about-list .about-author::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background: #c1121f;
  height: 3px;
  width: calc(100% - 30px)
}

.about-style-03 .about-content .about-list .about-author span {
  color: #4c4d56
}

.about-style-03 .about-content .about-list .about-author .author-img {
  position: absolute;
  left: -25px;
  top: 35px
}

.about-style-03 .about-content .about-list ul li {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #090d2f
}

.about-style-03 .about-content .about-list ul li i {
  color: #c1121f;
  margin-right: 5px
}

.about-style-03 .about-content .about-list ul li+li {
  margin-top: 15px
}

@media screen and (max-width: 1199px) {
  .about-style-03 .about-content .about-list {
    margin-top: 0px;
    padding-top: 0px
  }
  .about-style-03 .about-content .about-list .about-author {
    border-radius: 5px;
    margin-right: 20px;
    margin-top: 0px;
    padding: 24px 22px 19px 39px
  }
}

@media screen and (max-width: 575px) {
  .about-style-03 .about-us-section .about-us-inner {
    padding: 15px 21px
  }
  .about-style-03 .about-us-section .about-us-inner.viceo {
    padding-right: 65px
  }
  .about-style-03 .about-content .about-list {
    display: inline-block
  }
  .about-style-03 .about-content .about-list .about-author {
    margin-bottom: 2rem
  }
}

.about-style-04 .about-video {
  position: absolute;
  left: 5%;
  top: 31%;
  transform: translate(-50%, -50%)
}

.about-style-04 .about-video a {
  display: block;
  width: 84px;
  height: 84px;
  background: #c1121f;
  text-align: center;
  line-height: 84px;
  color: #ffffff;
  font-size: 30px;
  border-radius: 50%;
  position: relative;
  border: 1px solid #c1121f
}

.about-style-04 .about-video a:before {
  content: " ";
  width: 130%;
  height: 130%;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  position: absolute;
  left: -12px;
  top: -12px;
  -webkit-animation: pulse 1s infinite;
  animation: pulse 1s infinite;
  z-index: -1
}

.about-style-04 .about-video:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 80px;
  width: 80px;
  border: 2px solid #c1121f;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: .3;
  animation: pulse-border 1500ms ease-out infinite
}

.about-style-04 .about-video:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 95px;
  width: 95px;
  border: 2px solid #c1121f;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: .3;
  animation: pulse-border 1500ms ease-out infinite
}

.about-style-04 .about-img {
  width: 70px;
  height: 275px;
  border-radius: 10px;
  background-size: contain;
  background-position: center;
  margin-right: 30px
}

.about-style-04 .about-icon-box {
  background: #fff;
  padding: 20px 10px 20px 10px;
  border-bottom: 4px solid #c1121f
}

.about-style-04 .about-icon-box .about-icon {
  font-size: 40px;
  height: 70px;
  width: 70px;
  background: #063b8b;
  display: flex;
  text-align: center;
  justify-content: center;
  border-radius: 50%;
  align-items: center;
  transition: 0.4s;
  margin: 0 auto 15px auto
}

.about-5 .about-shape1 {
  position: absolute;
  height: 60px;
  width: 30px;
  background: #1388d7;
  bottom: 0;
  right: 30px;
  overflow: hidden
}

.about-5 .about-shape1:after {
  background: #1cbfaa;
  animation: move 3s infinite;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: ""
}

.about-5 .about-shape1:before {
  background: #1388d7;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: ""
}

.about-5 .about-shape2 {
  background: #1cbfaa;
  bottom: 40px;
  right: 68px;
  height: 38px;
  width: 18px;
  position: absolute;
  overflow: hidden
}

.about-5 .about-shape2:after {
  background: #1388d7;
  animation: move 3s infinite;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: ""
}

.about-5 .about-shape2:before {
  background: #1cbfaa;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: ""
}

.about-5 .about-shape3 {
  position: absolute;
  content: '';
  height: 52px;
  width: 35px;
  background: #fff;
  left: 20px;
  top: 0;
  overflow: hidden
}

.about-5 .about-shape3:after {
  background: #1cbfaa;
  animation: move 3s infinite;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: ""
}

.about-5 .about-shape3:before {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: ""
}

.about-5 .about-shape4 {
  position: absolute;
  content: '';
  height: 38px;
  width: 20px;
  background: #1cbfaa;
  top: -18px;
  left: 61px;
  overflow: hidden
}

.about-5 .about-shape4:after {
  background: #fff;
  animation: move 3s infinite;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: ""
}

.about-5 .about-shape4:before {
  background: #1cbfaa;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: ""
}

.about-5 .about-image {
  position: relative
}

.about-5 .about-img-text {
  margin: 0 auto;
  position: absolute;
  width: 90%;
  left: 0;
  right: 0;
  bottom: 40px
}

.about-5 .list-style2 li {
  line-height: 1.7;
  padding-left: 35px;
  position: relative;
  margin-bottom: 2rem
}

.about-5 .list-style2 li:last-child {
  margin-bottom: 0
}

.about-5 .list-style2 li:before {
  top: 2px;
  line-height: normal;
  content: "\e64c"
}

.about-5 h6 {
  font-size: 18px;
  font-weight: 700
}

.contact-wrapper-box {
  position: relative;
  background: #ffffff;
  box-shadow: 0px 3px 10px 0px rgba(41, 45, 194, 0.08);
  border-radius: 4px
}

.contact-wrapper-box .contact-form-area {
  position: relative;
  padding: 50px;
  height: 100%
}

.contact-wrapper-box .contact-image:before {
  height: 100%;
  content: '';
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: transparent;
  background-image: linear-gradient(180deg, transparent 9%, #001c41 100%);
  opacity: 1
}

.contact-wrapper-box .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  border-radius: 50%;
  display: inline-block
}

@media screen and (max-width: 767px) {
  .contact-wrapper-box .contact-form-area {
    padding: 30px
  }
}

.coming-soon-main .countdown li {
  display: inline-block;
  padding: 35px 12px;
  min-width: 145px;
  text-align: center;
  background: #c1121f;
  margin-right: 18px
}

.coming-soon-main .countdown li:last-child {
  margin-right: 0
}

.coming-soon-main .countdown li span {
  font-size: 50px;
  color: #fff;
  display: block;
  margin-bottom: 6px;
  line-height: 1;
  font-weight: 600;
  position: relative
}

.coming-soon-main .countdown li p.timeRefDays,
.coming-soon-main .countdown li p.timeRefHours,
.coming-soon-main .countdown li p.timeRefMinutes,
.coming-soon-main .countdown li p.timeRefSeconds {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: #ffff;
  padding: 0;
  text-transform: uppercase
}

.coming-soon-main .coming-soon-form .form-control {
  border-radius: 0;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  background: #fff;
  border: 1px solid lightgrey;
  min-height: 50px;
  height: 55px;
  position: relative;
  padding: 0.5rem 4rem 0.5rem 1rem;
  color: #fff
}

.coming-soon-main .coming-soon-form .quform-submit-inner {
  position: absolute;
  right: 1px;
  top: 1px;
  width: auto;
  background: transparent;
  height: 48px
}

.coming-soon-main .coming-soon-form .quform-submit-inner button {
  padding: 0.9rem 1.50rem
}

.coming-soon-main .coming-soon-list li i {
  color: #063b8b;
  transition: all .4s ease
}

.coming-soon-main .coming-soon-list li i:hover {
  color: #c1121f
}

@media screen and (max-width: 1599px) {
  .coming-soon-main .countdown li {
    padding: 25px 12px;
    min-width: 130px
  }
}

@media screen and (max-width: 992px) {
  .coming-soon-main .countdown li {
    min-width: 118px;
    margin-right: 10px
  }
  .coming-soon-main .countdown li span {
    font-size: 40px
  }
  .coming-soon-main .countdown li p.timeRefDays,
  .coming-soon-main .countdown li p.timeRefHours,
  .coming-soon-main .countdown li p.timeRefMinutes,
  .coming-soon-main .countdown li p.timeRefSeconds {
    font-size: 15px
  }
}

@media screen and (max-width: 575px) {
  .coming-soon-main .countdown li {
    margin: 10px;
    min-width: 161px
  }
  .coming-soon-main .countdown li:last-child {
    margin: 10px
  }
}

.countdown li {
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  text-align: center;
  min-width: 150px;
  position: relative;
  padding: 15px 10px;
  margin-right: 10px
}

.countdown li:last-child {
  margin-right: 0
}

.countdown li span {
  font-size: 50px;
  color: #fff;
  font-weight: 800
}

.countdown li p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9)
}

@media screen and (max-width: 991px) {
  .countdown li {
    min-width: 130px
  }
  .countdown li span {
    font-size: 40px
  }
}

@media screen and (max-width: 575px) {
  .countdown li {
    min-width: 120px
  }
}

.error-content {
  text-align: center
}

.error-box {
  height: 230px;
  max-width: 230px;
  width: 100%;
  margin: 0 auto;
  display: table;
  border-radius: 10px;
  text-shadow: 10px 10px 0 rgba(255, 255, 255, 0.2)
}

.error-box h4 {
  font-size: 170px;
  letter-spacing: 2px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
  text-align: center;
  justify-content: center
}

.error-box.center {
  text-shadow: 10px 10px 0 rgba(255, 255, 255, 0.3)
}

.error-box.center h4 {
  -webkit-text-stroke-color: #ffffff
}

@media screen and (max-width: 1399px) {
  .error-box {
    height: 204px
  }
}

@media screen and (max-width: 767px) {
  .error-box {
    height: 156px
  }
  .error-box h4 {
    font-size: 130px
  }
}

@media screen and (max-width: 575px) {
  .error-box {
    height: 82px
  }
  .error-box h4 {
    font-size: 70px
  }
}

.appinment-form .left-content {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px
}

.appinment-form .right-content {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px
}

.social-icon-style1 {
  margin-bottom: 0;
  display: inline-block;
  padding-left: 0px;
  list-style: none
}

.social-icon-style1 li {
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px
}

.social-icon-style1 li a {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  height: 41px;
  line-height: 41px;
  width: 41px
}

.social-icon-style1 li a:hover,
.social-icon-style1 li a:active,
.social-icon-style1 li a:focus {
  background: #c1121f
}

.social-icon-style1 li:last-child {
  margin-right: 0
}

.social-icon-style01 li {
  display: inline-block;
  margin-right: 10px
}

.social-icon-style01 li:last-child {
  margin-right: 0
}

.social-icon-style01 li a {
  font-size: 16px;
  background: #c1121f;
  color: #fff;
  height: 36px;
  width: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center
}

.social-icon-style01 li a:hover {
  color: #c1121f;
  background: #fff
}

.social-icon-style2 {
  margin-left: 0;
  display: block;
  padding-left: 0;
  list-style: none
}

.social-icon-style2 li {
  padding-right: 5px;
  display: inline-block;
  text-align: center
}

.social-icon-style2 li a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: rgba(6, 59, 139, 0.12);
  text-align: center;
  display: block;
  color: #063b8b;
  font-size: 16px;
  overflow: hidden;
  border-radius: 5px
}

.social-icon-style2 li a:hover {
  background-color: #c1121f;
  color: #fff
}

.social-icon-style2 li:last-child {
  padding-right: 0
}

.social-icon-style2 li a:hover i {
  animation: bottomtotop .6s linear forwards
}

@keyframes bottomtotop {
  49% {
    transform: translateY(-100%)
  }
  50% {
    opacity: 0;
    transform: translateY(100%)
  }
  51% {
    opacity: 1
  }
}

.social-icon-style3 {
  margin-bottom: 0;
  display: inline-block;
  padding-left: 0px;
  list-style: none
}

.social-icon-style3 li {
  vertical-align: middle;
  display: inline-block;
  margin-right: 12px
}

.social-icon-style3 li a {
  z-index: 1;
  width: 35px;
  height: 35px;
  color: white;
  font-size: 14px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-weight: 600;
  position: relative;
  border-radius: 5px;
  text-align: center;
  padding: 11px 11px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  background-color: #c1121f
}

.social-icon-style3 li a:before {
  z-index: -1;
  content: '';
  -webkit-transition: 0.75s;
  -o-transition: 0.75s;
  transition: 0.75s;
  position: absolute;
  width: 0;
  height: 0;
  background: transparent;
  left: 0;
  top: 0;
  border-bottom: 55px solid transparent;
  border-left: 350px solid #fff
}

.social-icon-style3 li a:after {
  z-index: -1;
  content: '';
  -webkit-transition: 0.75s;
  -o-transition: 0.75s;
  transition: 0.75s;
  position: absolute;
  width: 0;
  height: 0;
  background: transparent;
  right: 0;
  bottom: 0;
  border-top: 55px solid transparent;
  border-right: 350px solid #fff
}

.social-icon-style3 li a:hover {
  background: #fff;
  color: #c1121f
}

.social-icon-style3 li a:hover:before {
  border-bottom: 0px solid transparent;
  border-left: 0px solid #c1121f
}

.social-icon-style3 li a:hover:after {
  border-top: 0px solid transparent;
  border-right: 0px solid #c1121f
}

.social-icon-style3 li:last-child {
  margin-right: 0
}

.icon-style1 {
  display: block;
  color: #fff;
  background: #063b8b;
  font-size: 24px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  transition: all 0.3s linear 0s;
  vertical-align: top
}

.pricing-box {
  transition: all .4s ease;
  height: 100%;
  text-align: center;
  padding: 40px 28px
}

.pricing-box:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  transform: translateY(-8px)
}

@media screen and (max-width: 575px) {
  .pricing-box {
    padding: 20px 28px
  }
}

.pricing-block {
  position: relative;
  z-index: 99;
  background: #fff;
  height: 100%;
  border: 1px solid #ededed;
  margin-top: 20px
}

.pricing-block .pricing-head {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  margin-top: -15px
}

.pricing-block .pricing-head h4 {
  position: relative;
  background-color: #c1121f;
  padding: 15px 45px;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 30px
}

@media screen and (max-width: 991px) {
  .pricing-block .pricing-head h4 {
    padding: 15px 30px
  }
}

.ani-top-bottom {
  animation-name: float-y;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear
}

@keyframes float-y {
  0% {
    transform: translateY(-20px)
  }
  50% {
    transform: translateY(-10px)
  }
  to {
    transform: translateY(-20px)
  }
}

.ani-left-right {
  animation-name: float-x;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear
}

@keyframes float-x {
  0% {
    transform: translateX(-20px)
  }
  50% {
    transform: translateX(-10px)
  }
  to {
    transform: translateX(-20px)
  }
}

.ani-top-bottom2 {
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-name: TopBottom2;
  animation-timing-function: ease-in-out
}

@keyframes TopBottom2 {
  0% {
    transform: translate(0px, 0px)
  }
  65% {
    transform: translate(0, 30px)
  }
  100% {
    transform: translate(0px, 0px)
  }
}

.rotated {
  animation: rotated 45s infinite linear
}

@-webkit-keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes move {
  0% {
    transform: translate3d(-200%, 0, 0)
  }
  60% {
    transform: translate3d(100%, 0, 0)
  }
  100% {
    transform: translate3d(100%, 0, 0)
  }
}

.error-page-main h2 {
  font-size: 229px;
  font-weight: 700;
  color: #fff
}

@media only screen and (max-width: 991px) {
  .error-page-main h2 {
    font-size: 200px
  }
}

@media only screen and (max-width: 575px) {
  .error-page-main h2 {
    font-size: 165px
  }
}

.form-group {
  margin-bottom: 1rem
}

.form-group label {
  margin-bottom: .5rem
}

.form-control:focus {
  border-color: #c1121f
}

.form-check-input:checked {
  border-color: #c1121f;
  background-color: #c1121f
}

.quform-input {
  position: relative
}

.quform-input .quform-errors-wrap {
  position: absolute;
  right: 8px;
  top: 0;
  line-height: normal;
  z-index: 1
}

.quform-element>label {
  font-weight: 600;
  padding-bottom: 5px;
  margin-bottom: 0;
  color: #6a747b;
  font-size: 15px
}

.quform-element>label .quform-required {
  color: #cc0101;
  font-size: 10px
}

.quform-inner input {
  width: 100%
}

.quform-elements .quform-element textarea {
  margin-bottom: 0;
  padding: 8px 15px;
  vertical-align: top
}

.quform-elements .quform-element select {
  margin-bottom: 0;
  padding: 8px 35px 8px 15px
}

.quform-errors {
  padding: 0;
  margin: 0;
  line-height: normal
}

.quform-errors>.quform-error {
  padding: 0;
  background: none;
  border: none;
  float: none;
  color: #f5543f;
  font-size: 11px;
  line-height: normal;
  letter-spacing: normal
}

.quform-outer-no-js .quform-error {
  padding: 0;
  background: none;
  border: none;
  float: none;
  color: #f5543f;
  font-size: 11px;
  line-height: normal;
  letter-spacing: normal
}

.quform-outer-no-js .quform-success-message {
  padding: 0.75rem 1.25rem 0.75rem 3rem
}

.quform-has-error input,
.quform-has-error textarea,
.quform-has-error select,
.quform-has-error input[type=file],
.quform-has-error .custom-file-label {
  border-color: #f5543f
}

.quform-success-message {
  padding: 0.75rem 1.25rem 0.75rem 3rem
}

.quform-submit-inner {
  float: none
}

.quform-loading-wrap {
  float: none
}

.quform-loading-wrap .quform-loading {
  display: inline-block
}

.quform-element {
  margin-bottom: 1rem
}

.newsletter-form .quform-submit-inner button {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background-color: #063b8b;
  border-radius: 5px;
  color: #fff
}

.newsletter-form .quform-submit-inner button:active,
.newsletter-form .quform-submit-inner button:focus,
.newsletter-form .quform-submit-inner button:hover {
  background-color: #063b8b;
  color: #fff
}

.newsletter-form .quform-input .form-control {
  min-height: 54px;
  padding: .375rem 1.05rem
}

.newsletter-form.form2 .quform-input .form-control {
  background: rgba(255, 255, 255, 0.1)
}

.footer-logo {
  max-width: 214px;
  width: 100%;
  display: inline-block
}

.footer-logo>a {
  display: inline-block
}

footer .email {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  display: inline-block;
  padding-bottom: 5px
}

footer .email a {
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  transition: all 0.8s ease
}

footer .email a:hover:after,
footer .email a:active:after,
footer .email a:focus:after {
  width: 100%
}

footer .email a:hover,
footer .email a:active,
footer .email a:focus {
  color: #c1121f
}

footer .email a:after {
  border-bottom: 1px solid #fff;
  transition: all 0.8s ease;
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 0
}

footer .phone {
  padding-bottom: 0;
  margin-bottom: 0
}

footer .phone a {
  padding-bottom: 0;
  letter-spacing: -0.05rem;
  color: #fff
}

footer .phone a:hover,
footer .phone a:active,
footer .phone a:focus {
  color: #c1121f
}

@media screen and (max-width: 767px) {
  footer {
    padding-top: 60px
  }
}

.footer-style3 h3:before,
.footer-style3 h3:after {
  content: none
}

footer .list-style-1 li {
  padding: 0 0 5px 0
}

footer .list-style-1 li:last-child {
  padding: 0
}

.footer-list li a {
  color: #fff
}

.footer-list li a:hover {
  color: #c1121f
}

.conatct-info {
  margin-top: -70%
}

@media screen and (max-width: 1199px) {
  .conatct-info {
    margin-top: 0
  }
}

.footer-bar {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 80px;
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center
}

@media screen and (max-width: 767px) {
  .footer-bar {
    margin-top: 60px
  }
}

.footer-menu {
  padding: 0;
  margin-bottom: 0;
  list-style: none
}

.footer-menu li {
  display: inline-block
}

.footer-menu li:after {
  content: '|';
  margin: 0 15px;
  top: 0;
  margin-top: -2px;
  color: rgba(255, 255, 255, 0.5);
  height: auto;
  width: auto
}

.footer-menu li a {
  color: #ffffff
}

.footer-menu li.last:after {
  content: none
}

@media screen and (max-width: 575px) {
  .footer-menu li:after {
    margin: 0 12px
  }
}

.footer-section-title span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 800;
  color: #c1121f;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 2px
}

.footer-section-title span:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: #c1121f
}

.buy-theme {
  transition-timing-function: ease-in-out;
  transition-duration: .2s;
  position: fixed;
  top: 150px;
  right: -89px;
  background: #c1121f;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 9999
}

.buy-theme i {
  font-size: 16px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  color: #fff
}

.all-demo i {
  font-size: 15px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  color: #fff
}

.buy-theme:hover,
.all-demo:hover {
  transition-timing-function: ease-in-out;
  transition-duration: .2s;
  right: 0px;
  background: #c1121f
}

.all-demo:hover {
  background: #063b8b
}

.buy-theme span,
.all-demo span {
  padding: 0 9px;
  position: relative;
  top: 0;
  opacity: 0
}

.buy-theme:hover span,
.all-demo:hover span {
  opacity: 1;
  color: #fff
}

.buy-theme:hover i,
.all-demo:hover i {
  color: #fff
}

.buy-theme a,
.all-demo a {
  color: #232323;
  font-size: 10px;
  text-transform: uppercase;
  padding: 5px 10px;
  display: block;
  text-decoration: none;
  font-weight: 500
}

.all-demo {
  transition-timing-function: ease-in-out;
  transition-duration: .2s;
  position: fixed;
  top: 185px;
  right: -105px;
  background: #063b8b;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 9999
}

/* ==========================================================
   PRODUCTS SECTION (custom)
   ========================================================== */
.product-tabs {
  flex-wrap: wrap;
  row-gap: 12px;
}

.product-tabs .nav-link {
  background: #fff;
  color: #333;
 font-weight: 500;
  padding: 12px 12px;
  margin: 0 6px;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  transition: all .25s ease;
  font-size: 13px;
}

.product-tabs .nav-link:hover,
.product-tabs .nav-link.active {
  color: #fff;
  background: #012a42 ;
}

.product-carousel-wrap {
  padding: 60px 0 70px;
}

.product-circle-decor {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 480px;
  height: 480px;
  margin: -250px 0 0 -240px;
  border: 1px solid #f8f9fa;
  border-radius: 50%;
  opacity: .45;
  pointer-events: none;
  z-index: 0;
}

.product-carousel {
  position: relative;
  z-index: 1;
}

.product-carousel.owl-carousel .item {
  padding: 2px 8px;
}

.product-slide {
  position: relative;
  height: 350px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #dfe6ee;
  transition: all .4s ease;
  box-shadow: 6px 6px 12px rgba(225, 225, 225, 0.53);
}

.product-carousel .owl-item.center .product-slide {
  height: 400px;
 box-shadow: 0 15px 35px 3px 2px 8px rgb(1, 13, 20);
}

.ribbon-hot {
  position: absolute;
  top: 22px;
  right: -34px;
  width: 130px;
  padding: 5px 0;
  background: #012a42 ;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(45deg);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  z-index: 2;
}

.product-slide-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 25px;
  background: linear-gradient(to top, rgb(249, 249, 249), rgba(0, 0, 0, 0));
}

.product-slide-caption h4 {
  color: #fff;
  font-weight: 700;
  margin: 0;
}

.product-carousel.owl-carousel .owl-dots {
  margin-top: 25px;
  text-align: center;
}

@media (max-width: 767px) {
  .product-slide,
  .product-carousel .owl-item.center .product-slide {
    height: 280px;
  }

  .product-circle-decor {
    width: 320px;
    height: 320px;
    margin: -160px 0 0 -160px;
  }
}


/* ==========================================================
   BRAND STORY SECTION (custom)
   ========================================================== */
.brand-story-section {
  padding: 90px 0 110px;
}

.know-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  border-radius: 50px;
  padding: 8px 28px 8px 8px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  color: #333 !important;
  font-weight: 500;
  text-decoration: none !important;
  transition: all .3s ease;
}

.know-more-btn:hover {
  box-shadow: 0 6px 20px rgba(6, 59, 139, 0.2);
}

.know-more-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  background: linear-gradient(135deg, #063b8b 0%, #d3243a 100%);
}

.brand-story-gallery {
  align-items: flex-start;
  gap: 10px;
}

.bsg-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1 1 0;
  min-width: 0;
}

.bsg-img {
  width: 100%;
  border-radius: 2px;
  background-color: #dfe6ee;
  background-size: cover;
  background-position: center;
}

.ratio-portrait {
  aspect-ratio: 3 / 4;
}

.ratio-tall {
  aspect-ratio: 2 / 3.4;
}

.ratio-square-sm {
  aspect-ratio: 1 / 1;
}

.ratio-square-lg {
  aspect-ratio: 1 / 1.15;
}

.brand-logo-tile {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2f2f2;
  color: #063b8b;
  font-weight: 800;
  font-size: 1.6rem;
  letter-spacing: 2px;
}

.brand-logo-tile i {
  color: #d3243a;
  margin: 0 4px;
}

.bsg-accent {
  width: 100%;
  aspect-ratio: 1 / 1;
  background-color: #d3243a;
  border-radius: 2px;
}

.bsg-accent-top {
  margin-top: 0;
}

.brand-story-watermark {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  text-align: center;
  font-size: 11rem;
  font-weight: 800;
  letter-spacing: 20px;
  color: #f0f2f6;
  white-space: nowrap;
  z-index: 0;
  pointer-events: none;
  line-height: 1;
}

@media (max-width: 991px) {
  .brand-story-watermark {
    font-size: 5rem;
    letter-spacing: 10px;
  }
}


/* ==========================================================
   RUIAO FOOTER (custom)
   ========================================================== */
.site-footer .footer-section-title span {
  color: #fff;
  font-weight: 700;
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.site-footer .footer-section-title span:before {
  display: none;
}

.site-footer .list-style08 li a {
  color: rgba(255, 255, 255, 0.75);
}

.site-footer .list-style08 li a:hover {
  color: #c1121f;
}

.footer-logo-mark {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 70px;
}

.flm-text {
  position: relative;
  color: #fff;
  font-weight: 800;
  font-size: 1.7rem;
  letter-spacing: 2px;
  z-index: 2;
}

.flm-star-mid {
  color: #e63946;
  margin: 0 4px;
  font-size: 1.3rem;
}

.flm-star {
  position: absolute;
  color: #e63946;
  z-index: 1;
}

.flm-star-1 {
  top: -18px;
  left: 42%;
  font-size: 1rem;
  opacity: .85;
}

.flm-star-2 {
  bottom: -14px;
  left: 30%;
  font-size: .8rem;
  opacity: .7;
}

.flm-star-3 {
  bottom: -10px;
  right: 28%;
  font-size: .8rem;
  opacity: .7;
}

.footer-social {
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #2e4a4e;
  font-size: 14px;
  transition: transform .2s ease;
}

.footer-social li a:hover {
  transform: translateY(-3px);
}

.footer-social .si-facebook {
  background: #1877f2;
}

.footer-social .si-linkedin {
  background: #0a66c2;
}

.footer-social .si-twitter {
  background: #14171a;
}

.footer-social .si-tumblr {
  background: #34526f;
}

.footer-social .si-pinterest {
  background: #e60023;
}

.site-footer-bottom {
background-color: #012a42;
  border-top: 1px solid #ddd;
}

.site-footer-bottom p,
.site-footer-bottom a {
  color: #fff;
  font-size: .9rem;
}

.site-footer-bottom a:hover {
  color: #063b8b;
}


/* ==========================================================
   TYPOGRAPHY - custom font family (visible branded fonts)
   ========================================================== */
:root {
  --font-body: 'Jost', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  --font-heading: 'Jost', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; /* unified with body font per client request - single font-family site-wide */

  /* Brand colours - matched to the site's primary/secondary identity used across
     logo, buttons, ribbons and headings so every page reads as one brand. */
  --brand-navy: #063b8b;
  --brand-navy-dark: #001c41;
  --brand-gold: #c1121f; /* red accent (replaces gold) per client request */
  --brand-text: #444444;
  --brand-text-light: #6b7280;
  --brand-bg-soft: #f5f6f9;
  --brand-border: #e5e7eb;

  /* Modular type scale (1.25 ratio) for consistent heading hierarchy site-wide */
  --fs-h1: 2.4rem;
  --fs-h2: 2rem;
  --fs-h3: 1.6rem;
  --fs-h4: 1.28rem;
  --fs-h5: 1.1rem;
  --fs-h6: 1rem;
  --fs-body: 1rem;
  --fs-small: .875rem;
}

html, body {
  font-family: var(--font-body);
}

body,
p, a, span, li, input, textarea, button, label {
  font-family: var(--font-body);
}

h1, h2, h3, h4, h5, h6,
.display-1, .display-2, .display-3, .display-4, .display-5, .display-6,
.display-30, .display-31,
.small-title, .flm-text, .brand-story-watermark {
  font-family: var(--font-body);
}

.navbar-nav > li > a,
.footer-section-title span,
.butn,
.product-tabs .nav-link,
.know-more-btn {
  font-family: var(--font-body);
}

/* Ensure headings keep clear weight/contrast so they read distinctly
   from body copy at every size */
h1, h2, h3, .display-1, .display-2, .display-3, .display-4 {
  font-weight: 600;
}

h4, h5, h6, .display-5, .display-6 {
  font-weight: 600;
}

p {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75;
  color: #555;
}

/* ==========================================================
   RESPONSIVE FIXES - desktop / tablet / mobile
   ========================================================== */

/* ---- Banner ---- */
/* (sizing/colour for .banner-heading .title / .small-title is defined once,
   in the "FINAL BRAND CONSISTENCY PASS" block further down this file -
   removed the earlier duplicate rule set that used to live here to avoid
   two conflicting sources of truth for the same selectors) */

/* ---- Who We Are stats row ---- */
@media (max-width: 767px) {
  .display-31 {
    font-size: 1.25rem;
  }
}

/* ---- Products section ---- */
@media (max-width: 991px) {
  .product-tabs .nav-link {
    padding: 10px 16px;
    font-size: .85rem;
  }
}

@media (max-width: 575px) {
  .products-section .display-4 {
    font-size: 1.9rem;
  }
  .product-tabs {
    justify-content: flex-start !important;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 6px;
    -webkit-overflow-scrolling: touch;
  }
  .product-tabs .nav-item {
    flex: 0 0 auto;
  }
}

/* ---- Brand story ---- */
.brand-story-gallery img {
  border-radius: 4px;
}

@media (max-width: 991px) {
  .brand-story-section {
    padding: 60px 0 70px;
  }
  .brand-story-gallery {
    margin-top: 2rem;
  }
}

@media (max-width: 575px) {
  .brand-story-section .display-3 {
    font-size: 1.8rem;
  }
}

/* ---- Why choose us ---- */
@media (max-width: 767px) {
  .why-choose-content {
    margin-top: 2rem;
  }
  .media {
    flex-direction: row;
    align-items: flex-start;
  }
  .media img.w-60px {
    width: 44px !important;
    flex: 0 0 44px;
  }
}

@media (max-width: 575px) {
  .why-choose-content h2.font-weight-800 {
    font-size: 1.6rem;
  }
}

/* ---- Footer ---- */
.footer-products-list {
  columns: 2;
  column-gap: 30px;
}

.footer-products-list li a {
  color: rgba(255, 255, 255, 0.75);
  display: inline-block;
  padding: 3px 0;
}

.footer-products-list li a:hover {
  color: #c1121f;
}

@media (max-width: 767px) {
  .footer-products-list {
    columns: 1;
  }
}

@media (max-width: 575px) {
  .site-footer .col-lg-4 h5 {
    font-size: 1.1rem;
  }
  .site-footer-bottom .col-md-6 {
    text-align: center !important;
  }
}

/* ---- Global small-screen text safety ---- */
@media (max-width: 575px) {
  html {
    -webkit-text-size-adjust: 100%;
  }
  .display-2 { font-size: 2.2rem; }
  .display-3 { font-size: 1.9rem; }
  .display-4 { font-size: 1.7rem; }
  .display-5 { font-size: 1.5rem; }
}

img {
  max-width: 100%;
  height: auto;
}


/* ==========================================================
   BRAND STORY HEADING - fixed oversized font issue
   ========================================================== */
.brand-story-heading {
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: .5px;
  color: #063b8b;
}

@media (max-width: 991px) {
  .brand-story-heading {
    font-size: clamp(1.5rem, 1.2rem + 1.5vw, 1.9rem);
  }
}

@media (max-width: 575px) {
  .brand-story-heading {
    font-size: 1.5rem;
    line-height: 1.3;
  }
}


/* ==========================================================
   PRODUCT DETAIL PAGES (custom)
   ========================================================== */
.product-gallery-main {
  background-color: #eef1f6;
  height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 1px 1px 7px -1px rgba(0, 0, 0, 0.12);
}

.product-gallery-main img {
  display: block;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-gallery-thumbs {
  gap: 10px;
  flex-wrap: wrap;
}

.pg-thumb {
  width: 72px;
  height: 60px;
  object-fit: cover;
  border-radius: 3px;
  border: 2px solid transparent;
  cursor: pointer;
  opacity: .7;
  transition: all .2s ease;
  flex: 0 0 auto;
  box-shadow: 1px 1px 7px -1px rgba(0, 0, 0, 0.57);
}

.pg-thumb:hover,
.pg-thumb.active {
  opacity: 1;
  border-color: #063b8b;
}

.product-gallery-side {
  position: relative;
  background-color: #eef1f6;
  height: 420px;
  overflow: hidden;
}

.product-gallery-side img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-inquiry-btn {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 2;
  background: #063b8b;
  color: #fff !important;
  padding: 9px 26px;
  border-radius: 3px;
  font-weight: 600;
  font-size: .9rem;
  text-decoration: none !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .25);
  transition: background .2s ease;
}

.product-inquiry-btn:hover {
  background: #052d6b;
}

.product-title-banner {
  padding: 16px 0;
}

.product-title-banner h3 {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .3px;
  margin: 0;
}

.product-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-feature-list li {
  position: relative;
  padding: 6px 0 6px 26px;
  color: #444;
  line-height: 1.6;
}

.product-feature-list li:before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 6px;
  color: #ce0101;
  font-weight: 700;
}

.product-spec-table th {
  background-color: #012a42;
  color: #fff;
  font-weight: 600;
  width: 35%;
}

.product-spec-table td,
.product-spec-table th {
  vertical-align: middle;
  padding: 10px 14px;
}

.product-sidebar-card {
  background: #f5f6f9;
  border-radius: 4px;
  padding: 24px;
}

.product-sidebar-card h5 {
  color: #012a42;
  font-weight: 700;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid #063b8012a42b;
}

.product-sidebar-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-sidebar-card ul li {
  border-bottom: 1px dashed #ddd;
}

.product-sidebar-card ul li a {
  display: block;
  padding: 10px 4px;
  color: #444;
}

.product-sidebar-card ul li a:hover {
  color: #012a42;
  padding-left: 8px;
}

.product-sidebar-card ul li:last-child {
  border-bottom: none;
}

.product-contact-card {
  background: #012a42;
  border-radius: 4px;
  padding: 24px;
  color: #fff;
  margin-top: 24px;
}

.product-contact-card h5 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 12px;
}

.product-contact-card p {
  color: rgba(255, 255, 255, 0.85);
  font-size: .9rem;
  margin-bottom: 8px;
}

.product-contact-card a {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 991px) {
  .product-gallery-main,
  .product-gallery-side {
    height: 320px;
  }
  .product-title-banner h3 {
    font-size: 1.3rem;
  }
  .product-sidebar-card,
  .product-contact-card {
    margin-top: 2rem;
  }
}

@media (max-width: 767px) {
  .product-gallery-main,
  .product-gallery-side {
    height: 260px;
  }
  .product-title-banner h3 {
    font-size: 1.15rem;
  }
  .product-spec-table th,
  .product-spec-table td {
    font-size: .85rem;
    padding: 8px 10px;
  }
  .breadcrumb {
    flex-wrap: wrap;
  }
}

@media (max-width: 575px) {
  .product-gallery-main,
  .product-gallery-side {
    height: 220px;
  }
  .pg-thumb {
    width: 58px;
    height: 48px;
  }
  .product-inquiry-btn {
    left: 12px;
    bottom: 12px;
    padding: 7px 18px;
    font-size: .8rem;
  }
  .product-sidebar-card,
  .product-contact-card {
    padding: 18px;
  }
  .product-feature-list li {
    font-size: .92rem;
  }
}

@media (max-width: 400px) {
  .product-gallery-main,
  .product-gallery-side {
    height: 190px;
  }
  .product-title-banner h3 {
    font-size: 1rem;
  }
}


/* ==========================================================
   PRODUCT GALLERY INTRO TEXT (right column)
   ========================================================== */
.product-gallery-intro {
  background: #f5f6f9;
  border-left: 3px solid #063b8b;
  padding: 14px 18px;
  border-radius: 0 4px 4px 0;
}

.product-gallery-intro p {
  margin: 0;
  color: #444;
  font-size: .95rem;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .product-gallery-intro {
    padding: 12px 14px;
  }
  .product-gallery-intro p {
    font-size: .88rem;
  }
}


/* ==========================================================
   ABOUT / CERTIFICATE / APPLICATIONS / CONTACT / GALLERY PAGES
   ========================================================== */
.page-hero-banner {
  background-color: #f5f6f9;
  padding: 40px 0;
}

.page-hero-banner h1 {
  font-size: 2rem;
  color: #063b8b;
  margin: 0;
}

.about-intro-row {
  align-items: center;
}

.mission-vision-row {
  align-items: center;
  padding: 40px 0;
}

.mission-vision-row:nth-child(even) {
  background-color: #f8f9fb;
}

.mvc-icon-wrap img {
  border-radius: 6px;
}

.mvc-title {
  color: #063b8b;
  font-weight: 700;
  margin-bottom: 12px;
}

.core-values-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.core-values-list li {
  position: relative;
  padding: 10px 0 10px 30px;
  border-bottom: 1px dashed #ddd;
  color: #444;
}

.core-values-list li:last-child {
  border-bottom: none;
}

.core-values-list li:before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 10px;
  color: #063b8b;
  font-weight: 700;
  font-size: 1.1rem;
}

.certificate-card {
  background: #f5f6f9;
  border-radius: 6px;
  padding: 16px;
  text-align: center;
}

.certificate-card img {
  max-width: 100%;
  border-radius: 4px;
  box-shadow: 0 4px 15px rgba(0,0,0,.08);
}

.industry-card {
  background: #fff;
  border: 1px solid var(--brand-border, #eee);
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  transition: all .3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .04);
}

.industry-card:hover {
  border-color: var(--brand-navy, #063b8b);
  box-shadow: 0 14px 30px rgba(6, 59, 139, .14);
  transform: translateY(-5px);
}

.industry-card-img {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background-color: #eef1f6;
}

.industry-card-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 16, 41, .55) 0%, rgba(0, 16, 41, 0) 55%);
}

.industry-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.industry-card:hover .industry-card-img img {
  transform: scale(1.08);
}

.industry-card-body {
  position: relative;
  padding: 16px 16px 18px;
  text-align: center;
  border-top: 3px solid var(--brand-navy, #063b8b);
}

.industry-card h5 {
  font-size: .98rem;
  font-weight: 700;
  color: var(--brand-navy-dark, #001c41) !important;
  margin: 0;
  font-family: var(--font-body) !important;
}

@media (max-width: 575px) {
  .industry-card-body {
    padding: 12px 10px 14px;
  }
  .industry-card h5 {
    font-size: .85rem;
  }
}

.contact-info-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 26px 20px;
  text-align: center;
  height: 100%;
  transition: all .25s ease;
}

.contact-info-card:hover {
  box-shadow: 0 10px 25px rgba(6,59,139,.1);
  transform: translateY(-3px);
}

.contact-info-card img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  margin-bottom: 14px;
}

.contact-info-card h5 {
  color: #063b8b;
  font-weight: 700;
  margin-bottom: 10px;
}

.contact-info-card p,
.contact-info-card a {
  color: #555;
  font-size: .9rem;
  margin-bottom: 4px;
}

.contact-map-wrap iframe {
  width: 100%;
  height: 380px;
  border: 0;
  border-radius: 6px;
}

.gallery-grid-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background-color: #f2f4f8;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(1, 42, 66, 0.14);
}

.gallery-grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
  display: block;
}

.gallery-grid-item:hover img {
  transform: scale(1.12);
}

.gallery-grid-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  padding: 14px;
  background: linear-gradient(to top, rgba(6, 15, 41, .92) 0%, rgba(6, 15, 41, .35) 45%, rgba(6, 15, 41, 0) 75%);
  opacity: 0;
  transition: opacity .3s ease;
}

.gallery-grid-item:hover .gallery-grid-overlay {
  opacity: 1;
}

.gallery-zoom-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transform: translateY(10px);
  opacity: 0;
  transition: all .35s ease .05s;
}

.gallery-grid-item:hover .gallery-zoom-icon {
  transform: translateY(0);
  opacity: 1;
}

.gallery-zoom-icon svg {
  width: 18px;
  height: 18px;
}

.gallery-grid-caption {
  display: block;
  color: #fff !important;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.3;
  transform: translateY(10px);
  opacity: 0;
  transition: all .35s ease .1s;
}

.gallery-grid-item:hover .gallery-grid-caption {
  transform: translateY(0);
  opacity: 1;
}

/* touch devices can't hover - keep caption always legible at the bottom */
@media (hover: none) {
  .gallery-grid-overlay {
    opacity: 1;
    justify-content: flex-end;
    background: linear-gradient(to top, rgba(6, 15, 41, .85) 0%, rgba(6, 15, 41, 0) 60%);
  }
  .gallery-grid-caption,
  .gallery-zoom-icon {
    opacity: 1;
    transform: none;
  }
  .gallery-zoom-icon {
    display: none;
  }
}

@media (max-width: 767px) {
  .gallery-grid-caption {
    font-size: .75rem;
  }
  .gallery-zoom-icon {
    width: 34px;
    height: 34px;
  }
  .gallery-zoom-icon svg {
    width: 14px;
    height: 14px;
  }
}

@media (max-width: 767px) {
  .page-hero-banner h1 {
    font-size: 1.5rem;
  }
  .mission-vision-row {
    padding: 24px 0;
  }
  .mission-vision-row .row {
    flex-direction: column-reverse;
  }
  .mission-vision-row .mvc-icon-wrap {
    margin-bottom: 1rem;
  }
  .contact-map-wrap iframe {
    height: 260px;
  }
}


/* ==========================================================
   PRODUCT INFO PANEL (replaces right-side image)
   ========================================================== */
.product-info-panel {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #f7f8fb;
  border-radius: 6px;
  padding: 40px;
  border-left: 4px solid #012a42;
}

.pip-label {
  display: inline-block;
  color: #012a42;
  font-weight: 700;
  font-size: .8rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.pip-title {
  font-size: 2rem;
  font-weight: 600;
  color: #001c41;
  margin-bottom: 16px;
  line-height: 1.25;
}

.pip-desc {
  color: #555;
  font-size: .98rem;
  line-height: 1.75;
  margin-bottom: 22px;
}

.pip-highlights {
  list-style: none;
  padding: 0;
  margin: 0 0 26px;
}

.pip-highlights li {
  position: relative;
  padding: 7px 0 7px 30px;
  color: #333;
  font-weight: 500;
  font-size: .93rem;
}

.pip-highlights li .svg-icon.svg-icon-inline {
  position: absolute;
  left: 0;
  top: 9px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #063b8b;
  color: #fff;
  font-size: 10px;
}

.pip-cta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.pip-call {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #063b8b;
  font-weight: 700;
  text-decoration: none;
}

.pip-call i {
  font-size: 1.1rem;
}

.pip-call:hover {
  color: #001c41;
}

@media (max-width: 991px) {
  .product-info-panel {
    padding: 30px;
    margin-top: 1.5rem;
  }
  .pip-title {
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .product-info-panel {
    padding: 24px 22px;
    border-left-width: 3px;
  }
  .pip-title {
    font-size: 1.4rem;
  }
  .pip-desc {
    font-size: .92rem;
  }
  .pip-cta {
    gap: 14px;
  }
}

@media (max-width: 575px) {
  .product-info-panel {
    padding: 20px 18px;
    border-radius: 4px;
  }
  .pip-title {
    font-size: 1.25rem;
    margin-bottom: 12px;
  }
  .pip-desc {
    font-size: .88rem;
    margin-bottom: 16px;
  }
  .pip-highlights li {
    font-size: .85rem;
    padding: 6px 0 6px 26px;
  }
  .pip-cta {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}


/* ==========================================================
   ENQUIRY PAGE
   ========================================================== */
.enquiry-form-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 34px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.04);
}

.enquiry-form-card .form-control,
.enquiry-form-card .form-select {
  border-color: #ddd;
  padding: 10px 14px;
  font-size: .92rem;
}

.enquiry-form-card .form-control:focus,
.enquiry-form-card .form-select:focus {
  border-color: #063b8b;
  box-shadow: 0 0 0 3px rgba(6, 59, 139, 0.1);
}

.enquiry-form-card .form-label {
  font-weight: 600;
  font-size: .88rem;
  color: #333;
  margin-bottom: 6px;
}

@media (max-width: 767px) {
  .enquiry-form-card {
    padding: 22px;
  }
}


/* ==========================================================
   FINAL BRAND CONSISTENCY PASS
   (banner text colour matched to logo brand palette: navy + gold,
    modular heading scale applied uniformly across every page)
   ========================================================== */
.banner-heading .small-title {
  color: var(--brand-gold) !important;
}

.banner-heading .title {
  color: #fff;
}

.banner-heading .title .text-secondary {
  color: var(--brand-gold) !important;
}

/* Modular heading scale - applies to every page since all pages share styles.css */
h1, .display-1, .display-2 { font-size: var(--fs-h1); }
h2 { font-size: var(--fs-h2); }
h3 { font-size: var(--fs-h3); }
h4 { font-size: var(--fs-h4); }
h5 { font-size: var(--fs-h5); }
h6 { font-size: var(--fs-h6); }

/* Bootstrap's own .display-3/4/5/6 already carry fluid rfs sizing from plugins.css;
   we only harmonise weight + colour here, not raw size, to avoid breaking their
   existing responsive clamp behaviour. */
.display-3, .display-4, .display-5, .display-6 {
  color: var(--brand-navy-dark);
}

h1, h2, h3, h4, h5, h6 {
  color: var(--brand-navy-dark);
}

/* Section titles that are meant to stay white on dark/coloured backgrounds
   must not be forced dark by the rule above */
.text-white,
.product-title-banner h3,
.banner-heading .title,
.site-footer h5,
.brand-story-watermark {
  color: #fff !important;
}

.text-primary,
.pip-title,
.brand-story-heading,
.mvc-title {
  color: #2e4a4e !important;
}

p, li, span, a {
  font-family: var(--font-body);
}

/* consistent body copy colour across every page */
p {
  color: var(--brand-text);
}

.text-muted {
  color: var(--brand-text-light) !important;
}

@media (max-width: 575px) {
  :root {
    --fs-h1: 1.7rem;
    --fs-h2: 1.5rem;
    --fs-h3: 1.3rem;
    --fs-h4: 1.15rem;
  }
}


/* ==========================================================
   PROFESSIONAL BREADCRUMB BAR
   ========================================================== */
.page-breadcrumb-bar {
  background: linear-gradient(90deg, var(--brand-bg-soft) 0%, #eef1f7 100%);
  border-bottom: 1px solid var(--brand-border);
  border-top: 3px solid var(--brand-navy);
  padding: 22px 0;
}

.pbb-title {
  font-family: var(--font-body);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--brand-navy-dark) !important;
  letter-spacing: .2px;
}

.pbb-crumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .pbb-crumb {
    justify-content: flex-end;
  }
}

.pbb-crumb .breadcrumb-item {
  font-family: var(--font-body);
  font-size: .9rem;
  font-weight: 500;
}

.pbb-crumb .breadcrumb-item a {
  color: var(--brand-text-light);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: color .2s ease;
}

.pbb-crumb .breadcrumb-item a i {
  font-size: .85rem;
  color: var(--brand-navy);
}

.pbb-crumb .breadcrumb-item a:hover {
  color: var(--brand-navy);
}

.pbb-crumb .breadcrumb-item.active {
  color: var(--brand-navy);
  font-weight: 700;
}

.pbb-crumb .breadcrumb-item + .breadcrumb-item {
  padding-left: .6rem;
}

.pbb-crumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\276F";
  font-size: .7rem;
  color: #b7bec9;
  padding-right: .6rem;
  float: none;
}

@media (max-width: 767px) {
  .page-breadcrumb-bar {
    padding: 16px 0;
    text-align: center;
  }
  .pbb-title {
    font-size: 1.15rem;
    margin-bottom: 8px !important;
    text-align: center;
  }
  .pbb-crumb {
    justify-content: center;
  }
  .pbb-crumb .breadcrumb-item {
    font-size: .8rem;
  }
}

@media (max-width: 400px) {
  .pbb-title {
    font-size: 1rem;
  }
  .pbb-crumb .breadcrumb-item {
    font-size: .72rem;
  }
}


/* ==========================================================
   HERO / BANNER SLIDER - text bottom-left, modular gradient bg
   ========================================================== */
.hero-slide {
  position: relative;
  min-height: calc(100vh - 100px);
  height: calc(100vh - 100px);
  background-color: #060f1f; /* dark navy fallback - never shows white if an
                                 image is missing, still loading, or an
                                 unusual aspect ratio leaves any edge gap */
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  overflow: hidden;
}

.hero-slider-wrap {
  width: 100%;
  height: calc(100vh - 100px);
}

.hero-slider-wrap .owl-stage-outer,
.hero-slider-wrap .owl-stage,
.hero-slider-wrap .owl-item {
  height: 100%;
}

.hero-slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(0, 15, 40, .78) 0%, rgba(0, 15, 40, .5) 35%, rgba(0, 15, 40, .22) 62%, rgba(0, 15, 40, .08) 88%);
  z-index: 1;
}

.hero-slide .container {
  position: relative;
  z-index: 2;
}

.banner-heading .small-title {
  color: var(--brand-gold) !important;
  font-size: .85rem;
  letter-spacing: 2px !important;
}

.banner-heading .title {
  color: #fff;
  line-height: 1.28;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .3);
}

.banner-heading .title .text-secondary {
  color: var(--brand-gold) !important;
}

@media (max-width: 991px) {
  .hero-slide,
  .full-screen.top-position1 {
    min-height: 50vh;
    height: 50vh;
  }
  .hero-slider-wrap {
    height: 50vh;
  }
  .banner-heading {
    padding-bottom: 2.5rem;
  }
}

@media (max-width: 767px) {
  .hero-slide,
  .full-screen.top-position1 {
    min-height: 44vh;
    height: 44vh;
  }
  .hero-slider-wrap {
    height: 44vh;
  }
  .banner-heading .small-title {
    font-size: .72rem;
  }
  .banner-heading {
    padding-bottom: 2rem;
  }
}

@media (max-width: 575px) {
  .hero-slide,
  .full-screen.top-position1 {
    min-height: 40vh;
    height: 40vh;
  }
  .hero-slider-wrap {
    height: 40vh;
  }
  .banner-heading .title {
    font-size: 1.4rem;
    line-height: 1.35;
  }
  .banner-heading {
    padding-bottom: 1.5rem;
  }
}

@media (max-width: 400px) {
  .hero-slide,
  .full-screen.top-position1 {
    min-height: 38vh;
        height: 76vh;
        margin-top: 0px;
  }
  .hero-slider-wrap {
    height: 76vh;
  }
  .banner-heading .title {
    font-size: 1.2rem;
  }
}


/* ==========================================================
   MOBILE / TABLET OVERFLOW & HEADER SAFETY FIXES
   ========================================================== */
html, body {
  overflow-x: hidden;
  width: 100%;
}

/* Decorative circle behind product carousel was overflowing narrow
   mobile screens (460px wide, absolutely centred) - contain it */
.product-carousel-wrap {
  padding: 60px 0 90px;
  overflow: hidden;
}

@media (max-width: 575px) {
  .product-circle-decor {
    width: 260px;
    height: 260px;
    margin: -130px 0 0 -130px;
  }
}

/* Mobile header / nav menu polish */
@media (max-width: 991px) {
  .navbar-header-custom {
    padding: 10px 0;
  }
  .navbar-brand img {
    max-height: 42px;
  }
  #nav {
    background: #fff;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 12px 25px rgba(0, 0, 0, .12);
  }
  #nav li a {
    padding: 12px 18px !important;
    font-size: .95rem;
  }
  #nav > li > ul {
    position: static !important;
    box-shadow: none !important;
    width: 100% !important;
  }
  .attr-nav .butn {
    padding: 10px 20px !important;
    font-size: .8rem !important;
  }
}

@media (max-width: 575px) {
  .navbar-brand img {
    max-height: 36px;
  }
  #nav li a {
    padding: 10px 14px !important;
    font-size: .9rem;
  }
}

/* Ensure every section-level container never forces horizontal scroll,
   while still respecting Bootstrap's per-breakpoint max-width (540/720/960/1140/1320)
   and guaranteeing visible left/right breathing room on every page. */
.container {
  width: 100%;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.container-fluid {
  max-width: 100%;
}

@media (min-width: 576px) {
  .container {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

@media (min-width: 992px) {
  .container {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

/* Tablet-specific spacing pass (768px - 991px) so sections don't feel cramped
   or overly stretched between the mobile and desktop breakpoints */
@media (min-width: 768px) and (max-width: 991px) {
  .brand-story-section,
  .products-section,
  .why-choose-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .product-info-panel {
    padding: 34px;
  }
  .pip-title {
    font-size: 1.7rem;
  }
}


/* ==========================================================
   BANNER SLIDER - bottom-left text + modular CSS overlay
   (overlay no longer depends on JS reading data-overlay-dark;
    a pure-CSS gradient guarantees the same look on every device)
   ========================================================== */
/* NOTE: banner darkening overlay is handled by .hero-slide-overlay below.
   (A duplicate ::before overlay used to exist here too and the two were
   stacking, compounding to near-solid black - removed for a single,
   correctly-tuned overlay.) */
.full-screen .item {
  position: relative;
  display: flex;
  align-items: flex-end;
}

.full-screen .item > .container {
  position: relative;
  z-index: 2;
}

.banner-heading {
  padding-bottom: 0px;
  padding-top: 0;
  max-width: 720px;
  background-color: #fff;
}

.banner-heading .title {
  line-height: 1.3;
}

@media (max-width: 991px) {
  .banner-heading {
    padding-bottom: 64px;
  }
}

@media (max-width: 767px) {
  .banner-heading {
    padding-bottom: 48px;
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .banner-heading {
    padding-bottom: 36px;
  }
}


/* ==========================================================
   HEADER / MOBILE & TABLET MENU - final polish
   ========================================================== */
@media (max-width: 991px) {
  #nav {
    display: none;
    width: 100%;
  }
  #nav > li {
    border-bottom: 1px solid #eee;
  }
  #nav > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #001c41 !important;
  }
  #nav li:has(ul) > a::after {
    content: "\25BE";
    font-family: inherit;
    font-weight: 900;
    font-size: 1rem;
    color: #063b8b;
    margin-left: 8px;
  }
  #nav > li > ul {
    display: none;
    background: #f7f8fb;
  }
  #nav > li > ul > li > a {
    padding-left: 30px !important;
    font-size: .88rem !important;
    color: #444 !important;
  }
  .navbar-toggler {
    width: 48px;
    height: 48px;
    border-radius: 4px;
    cursor: pointer;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }
}


/* ==========================================================
   FONT-FAMILY — FINAL BULLETPROOF CONSISTENCY PASS
   Guarantees the exact same two-font system (Playfair Display for
   headings, Jost for everything else) renders identically on every
   single page, regardless of any 3rd-party plugin CSS that runs
   before this stylesheet. Icon fonts (themify / Font Awesome) are
   untouched because they render via ::before/::after with their own
   explicit font-family, which always wins over these tag rules.
   ========================================================== */
html, body {
  font-family: var(--font-body) !important;
}

h1, h2, h3, h4, h5, h6,
.display-1, .display-2, .display-3, .display-4, .display-5, .display-6,
.display-30, .display-31,
.pbb-title, .pip-title, .mvc-title, .brand-story-heading,
.flm-text, .small-title, .navbar-brand,
.pg-thumb, /* no-op safety, image element, ignored by browsers */
.footer-section-title span {
  font-family: var(--font-body) !important;
}

p, a, li, span, td, th, label, blockquote, figcaption,
input, textarea, select, button,
.butn, .know-more-btn, .product-tabs .nav-link,
.footer-products-list li a, .breadcrumb, .pbb-crumb,
.core-values-list li, .pip-desc, .pip-highlights li,
.product-feature-list li, .product-spec-table, .form-control {
  font-family: var(--font-body) !important;
}

/* icon glyphs always keep their own icon font regardless of the rule above */
[class*="ti-"]::before,
[class*="fa-"]::before,
[class^="ti-"]::before,
i[class*="ti-"],
i[class*="fa-"] {
  font-family: inherit;
}
.ti-arrow-left::before{
  content: "<";
}
.ti-arrow-left::before{
  content: "<";
}
.ti-arrow-right::before {
  content: ">";
}

/* ==========================================================
   SELF-CONTAINED GALLERY LIGHTBOX
   ========================================================== */
.gallery-grid-item.lightbox-trigger {
  cursor: pointer;
}

body.hg-lb-open {
  overflow: hidden;
}

.hg-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 10, 26, .94);
  padding: 30px;
}

.hg-lightbox.active {
  display: flex;
}

.hg-lb-stage {
  position: relative;
  max-width: 900px;
  max-height: 85vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hg-lb-stage img {
  max-width: 100%;
  max-height: 75vh;
  object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .5);
  background: #fff;
}

.hg-lb-caption {
  color: #fff;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 1rem;
  margin-top: 16px;
  text-align: center;
}

.hg-lb-counter {
  color: rgba(255, 255, 255, .6);
  font-size: .82rem;
  margin-top: 4px;
}

.hg-lb-close {
  position: absolute;
  top: 20px;
  right: 26px;
  background: none;
  border: none;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
  cursor: pointer;
  opacity: .8;
  transition: opacity .2s ease;
  z-index: 2;
}

.hg-lb-close:hover {
  opacity: 1;
}

.hg-lb-nav {
  background: rgba(255, 255, 255, .12);
  border: none;
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 1.1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s ease;
  flex-shrink: 0;
}

.hg-lb-nav:hover {
  background: var(--brand-navy, #063b8b);
}

.hg-lb-prev {
  margin-right: 20px;
}

.hg-lb-next {
  margin-left: 20px;
}

@media (max-width: 767px) {
  .hg-lightbox {
    padding: 16px;
  }
  .hg-lb-nav {
    width: 40px;
    height: 40px;
    font-size: .95rem;
  }
  .hg-lb-prev {
    margin-right: 10px;
  }
  .hg-lb-next {
    margin-left: 10px;
  }
  .hg-lb-close {
    top: 12px;
    right: 14px;
    font-size: 2rem;
  }
  .hg-lb-caption {
    font-size: .88rem;
  }
}

@media (max-width: 480px) {
  .hg-lightbox {
    padding: 8px;
  }
  .hg-lb-stage {
    max-height: 78vh;
  }
  .hg-lb-nav {
    width: 34px;
    height: 34px;
    font-size: .85rem;
  }
}


/* ==========================================================
   ABSOLUTE FINAL FONT SAFETY NET
   A universal selector has the LOWEST possible CSS specificity,
   so this can never break the heading rule (h1, .display-*, etc.
   further up this file) — those always win because a tag/class
   selector out-specifies "*". This just guarantees that literally
   every remaining element on every page (dropdowns, tables, forms,
   breadcrumbs, cards, modals, anything) renders in the same body
   font-family, with zero exceptions, on every single page.
   ========================================================== */
* {
  font-family: var(--font-body) !important;
}

h1, h2, h3, h4, h5, h6,
.display-1, .display-2, .display-3, .display-4, .display-5, .display-6,
.display-30, .display-31,
.pbb-title, .pip-title, .mvc-title, .brand-story-heading,
.flm-text, .small-title, .navbar-brand,
.footer-section-title span {
  font-family: var(--font-body) !important;
}

/* icon glyphs must keep their icon font no matter what */
[class^="ti-"], [class*=" ti-"],
[class^="fa-"], [class*=" fa-"],
[class*="fas fa-"], [class*="far fa-"], [class*="fab fa-"] {
  font-family: inherit !important;
}


/* ==========================================================
   INLINE SVG ICONS
   Replaces icon-font (Themify / Font Awesome) usage with inline
   SVG markup so icons render with ZERO dependency on any external
   font file, CDN, or local /fonts folder — guaranteed to display
   even if the server blocks external requests entirely.
   ========================================================== */
.svg-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: currentColor;
}

.svg-icon svg {
  width: 1em;
  height: 1em;
  display: block;
}

/* default inline size for icons sitting next to text (checkmarks, home, arrow) */
.svg-icon-inline {
  width: .85em;
  height: .85em;
  vertical-align: -0.05em;
}

.svg-icon-inline svg {
  width: 100%;
  height: 100%;
}

/* larger stat icons (world / vector on the about-page counters) */
.svg-icon-lg svg {
  width: 28px;
  height: 28px;
}

/* social icon circles in the footer already size via .footer-social a;
   make sure the svg fills that circle nicely */
.footer-social a .svg-icon svg,
.ruiao-social a .svg-icon svg {
  width: 16px;
  height: 16px;
}

/* scroll-to-top + search/close buttons: icon should fill the button */
.scroll-to-top .svg-icon svg,
.search-form_submit svg,
#search-close .svg-icon svg {
  width: 18px;
  height: 18px;
}

/* breadcrumb home icon */
.pbb-crumb .svg-icon-inline {
  color: var(--brand-navy, #063b8b);
}

/* feature-list checkmarks already have their own circular badge */
.product-feature-list li .svg-icon-inline,
.core-values-list li .svg-icon-inline {
  position: absolute;
  left: 0;
  top: 8px;
  width: .8em;
  height: .8em;
}

.pip-highlights li .svg-icon.svg-icon-inline {
  position: absolute;
  left: 0;
  top: 9px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ce0101;
}

.pip-highlights li .svg-icon.svg-icon-inline svg {
  width: 10px;
  height: 10px;
  color: #fff;
}


/* ==========================================================
   COMPREHENSIVE TYPOGRAPHY, SPACING & COLOUR POLISH PASS
   Scope: font sizing/weight/line-height, vertical rhythm, colour
   consistency, and final responsive safety. No layout, structure,
   section order, images, or functionality is touched here.
   ========================================================== */

/* ---- Body copy: comfortable reading rhythm everywhere ---- */
p {
  line-height: 1.75;
  margin-bottom: 1rem;
  color: var(--brand-text, #444);
}

p:last-child {
  margin-bottom: 0;
}

li {
  line-height: 1.65;
}

/* ---- Headings: consistent weight + tighter, readable line-height ---- */
h1, h2, h3 {
  line-height: 1.25;
  letter-spacing: -.01em;
}

h4, h5, h6 {
  line-height: 1.35;
}

/* ---- Links: one clear, predictable hover behaviour site-wide ---- */
a {
  transition: color .2s ease;
}

a:not(.butn):not(.know-more-btn):not(.product-inquiry-btn):not(.navbar-brand):hover {
 color: #ce0101;
}

/* ---- Buttons: consistent letter-spacing + weight for a premium feel ---- */
.butn, .know-more-btn, .product-inquiry-btn {
  font-weight: 600;
  letter-spacing: .4px;
}

/* ---- Section vertical rhythm: keep consistent breathing room between
   stacked sections without altering their order or content ---- */
section + section,
section + div.py-4,
section + footer {
  border-top: 0;
}

/* ---- Muted/secondary text: one consistent tone across every page ---- */
.text-muted {
  color: var(--brand-text-light, #6b7280) !important;
  line-height: 1.7;
}

/* ---- Cards: consistent, professional elevation language ---- */
.industry-card,
.contact-info-card,
.certificate-card,
.gallery-grid-item,
.product-sidebar-card,
.product-contact-card {
  transition: box-shadow .25s ease, transform .25s ease, border-color .25s ease;
}

/* ---- Form fields: consistent sizing/typography across every form ---- */
.form-control,
.quform-element input[type="text"],
.quform-element input[type="email"],
.quform-element input[type="tel"],
.quform-element textarea,
.quform-element select {
  font-size: .95rem;
  line-height: 1.5;
}

/* ---- Final responsive safety: no element wider than the viewport ---- */
img, svg, table, .table-responsive, iframe, video {
  max-width: 100%;
}

table {
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

* {
  box-sizing: border-box;
}

/* Tighten line-length on very large screens so paragraphs stay readable */
.product-gallery-intro p,
.pip-desc,
.mission-vision-row p {
  max-width: 68ch;
}

/* ---- Small-screen final pass: ensure nothing feels cramped or oversized ---- */
@media (max-width: 575px) {
  body {
    font-size: .95rem;
  }
  h1 { font-size: 1.65rem; }
  h2 { font-size: 1.4rem; }
  h3 { font-size: 2.2rem; }
  p, li {
    font-size: .93rem;
  }
  .container {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  h1 { font-size: 2rem; }
  h2 { font-size: 1.7rem; }
  h3 { font-size: 1.4rem; }
}
.products-section{
  margin-bottom: 0px;
}
.footer-link a{
  color: #fff;
}

/* ==========================================================
   BANNER TEXT BOX — flush to left + bottom edge, compact height,
   dark readable text (the box has a solid white background, so
   white text was invisible on it - matches client's reference).
   This consolidated block wins over the older scattered
   .banner-heading rules above via !important + being loaded last.
   ========================================================== */
.banner-heading {
  background-color: #fff !important;
  margin: 0 !important;
  padding: 28px 34px 24px !important;
  max-width: 640px;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, .18);
  z-index:999;
}

.banner-heading .small-title {
  color: var(--brand-gold, #c1121f) !important;
  margin-bottom: 10px !important;
}

.banner-heading .title {
  color: #001c41 !important;
  line-height: 1.25;
  margin-bottom: 0 !important;
}

.banner-heading .title .text-secondary {
  color: var(--brand-gold, #c1121f) !important;
}

.text-dark-navy {
  color: #001c41 !important;
}

@media (min-width: 992px) {
  .banner-heading {
    padding: 32px 40px 28px !important;
  }
}

@media (max-width: 991px) {
  .banner-heading {
    padding: 24px 26px 20px !important;
    max-width: 92%;
  }
}

@media (max-width: 575px) {
  .banner-heading {
            padding: 4px 4px 0px !important;
        max-width: 100%;
  }
  .banner-heading .small-title {
    font-size: .68rem;
    display: none !important;
  }
}
