* {
  padding: 0;
  margin: 0;
  outline: 0;
  scrollbar-width: auto;
  scrollbar-color: #a0a1ca #dedede;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #ebebeb;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #a0a1ca;
}

body {
  min-width: 320px;
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  overflow-x: hidden;
  background: #fff;
}

a {
  text-decoration: none;
  color: #111;
  transition: 0.4s ease-in-out;
}

a:hover {
  text-decoration: none;
  color: #978484;
}

p {
  font-size: 16px;
  line-height: 30px;
  color: #555;
  margin: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}

article {
  margin: 0 0 30px 0;
  overflow: hidden;
}

figure {
  margin: 0;
}

.img-wrap {
  position: relative;
}

.img-wrap figure {
  position: relative;
  width: 100%;
  padding-top: 75%;
  margin: 0;
}

.img-wrap figure img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.imgp-wrap {
  background: #fff;
  transition: all 0.5s ease;
  display: block;
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
}

.imgp-wrap img {
  position: absolute;
  display: block;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/*header*/
header {
  background-repeat: repeat;
  background-position: center;
}
header .top-bar {
  background-color: #0b4369;
  overflow: hidden;
}
header .mid-header {
  background-color: #fff;
}
header .logo-wrap {
  padding: 10px 0;
  display: flex;
  gap: 15px;
  align-items: center;
}
header .logo-wrap a img {
  width: 220px;
}
header .logo-wrap .slogan h1 {
  color: #ed1f2a;
  font-weight: 500;
}
header .logo-wrap .slogan small {
  color: #0b4369;
  font-weight: 500;
  font-size: 22px;
}
header .h-email a {
  color: #111;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  padding: 10px 5px;
  font-size: 16px;
}
header .h-email a:hover {
  color: #ed1f2a;
}
header .h-email a span {
  color: #0b4369;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #ed1f2a;
  text-align: center;
  color: #fff;
}
header .h-call {
  position: relative;
}
header .h-call a {
  justify-content: flex-start;
  font-size: 28px;
}
header .h-call a:hover {
  color: #0b4369;
}
header .h-call a span {
  background-color: #0b4369;
}
header .social-bar {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
  text-align: right;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  align-items: center;
}
header .social-bar li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  background-color: #f9f9f9;
  display: inline-block;
  text-align: center;
  color: #0b4369;
}
header .social-bar li a:hover {
  background-color: #0b4369;
  color: #fff;
}
header .quick-contacts {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-end;
}
header .quick-contacts .q-inq a {
  border-radius: 0;
  padding: 0 5px 0 0;
  border: 1px solid #0b4369;
  background-color: #f9f9f9;
  color: #0b4369;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
}
header .quick-contacts .q-inq a:hover {
  background-color: #ed1f2a;
  color: #fff;
}
header .quick-contacts .q-inq a span {
  font-size: 36px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  background-color: #ed1f2a;
  transform: scalex(-1);
}

.nav-sec {
  position: relative;
  z-index: 9;
  margin-bottom: -30px;
}
.nav-sec .navbar {
  padding: 0;
}
.nav-sec .navbar-collapse {
  justify-content: center;
}
.nav-sec .main-navigation {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  position: relative;
  z-index: 5;
  justify-content: center;
  border-radius: 0;
  background-color: #fff;
  box-shadow: 0px 0px 9px 0px rgba(6, 22, 58, 0.07);
}
.nav-sec .main-navigation .menu-item {
  position: static;
}
.nav-sec .main-navigation .menu-item:hover {
  background-color: #ed1f2a;
  transition: 0.4s ease-in-out;
  border-color: #ed1f2a;
  color: #0b4369;
}
.nav-sec .main-navigation .menu-item:hover a {
  color: #0b4369;
}
.nav-sec .main-navigation .menu-item a {
  font-size: 16px;
  text-transform: capitalize;
  line-height: 17px;
  padding: 20px;
  display: inline-block;
  position: relative;
  top: 0;
  color: #111;
  border-radius: 0;
  border-left: none;
  border-right: none;
  font-weight: 500;
}
.nav-sec .main-navigation .menu-item a:hover {
  transition: 0.4s ease-in-out;
  background-color: #0b4369;
  color: #fff;
}
.nav-sec .main-navigation .menu-item.active a {
  transition: 0.4s ease-in-out;
  background-color: #0b4369;
  color: #fff;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children .sub-menu {
  top: 100%;
  z-index: 999999;
  min-width: 10rem;
  font-size: 1rem;
  color: #111;
  text-align: left;
  list-style: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  display: none;
  position: absolute;
  margin: 0;
  background: #0b4369;
  border-radius: 0;
  padding: 0;
  width: 310px;
  animation-duration: 0.3s;
  opacity: 0;
  transition: 0.8s ease-in-out;
  border-radius: 0;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children .sub-menu .menu-item::before {
  display: none;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children .sub-menu .menu-item a {
  padding: 10px;
  color: #fff;
  font-size: 14px;
  transition: 0.4s ease-in-out;
  text-align: left;
  line-height: 30px;
  border-radius: 0;
  display: block;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children .sub-menu .menu-item a:hover {
  background-color: #ed1f2a;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children:hover .sub-menu {
  display: block !important;
  opacity: 1;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children > a::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children .mega-menu {
  width: 100% !important;
  z-index: 9;
  left: 0 !important;
  right: 0 !important;
  background-image: url(../images/act-bg.jpeg) !important;
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px !important;
  max-height: 400px;
  overflow-y: auto;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children .mega-menu ul {
  padding: 0;
  list-style: none;
  margin: 0 0 20px 0;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children .mega-menu ul h3 {
  font-size: 20px;
  padding: 10px;
  border-radius: 10px;
  background-color: #ed1f2a;
  color: #fff;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children .mega-menu ul .menu-item {
  border-bottom: 1px dashed #999;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children .mega-menu ul .menu-item:hover {
  background-color: transparent !important;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children .mega-menu ul .menu-item a {
  color: #111 !important;
  font-size: 14px !important;
  font-weight: 500;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children .mega-menu ul .menu-item a:hover {
  background-color: none !important;
  color: #fff !important;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children .mega-menu ul .menu-item:last-of-type {
  border: none;
}

/*slider section*/
.slider-wrap {
  position: relative;
}
.slider-wrap .slider-bg {
  position: relative;
}
.slider-wrap .slider-bg .slide-sec {
  position: relative;
  overflow: hidden;
}
.slider-wrap .slider-bg .slide-sec:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.slider-wrap .slider-bg .slide-sec .slide-img {
  position: relative;
  width: 100%;
  padding-top: 100vh;
  margin: 0;
}
.slider-wrap .slider-bg .slide-sec .slide-img img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-wrap .slider-bg .slide-sec .slider-cap {
  text-align: left;
  margin: 0 0 50px 0;
  position: absolute;
  left: 5%;
  top: 100%;
  transform: translatey(-50%);
  z-index: 5;
  transition: 0.4s ease-in-out;
  max-width: 600px;
}
.slider-wrap .slider-bg .slide-sec .slider-cap h2 {
  color: #fff;
  font-size: 64px;
  margin: 0 0 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.slider-wrap .slider-bg .slide-sec .slider-cap h2 span {
  color: #0b4369;
  display: block;
}
.slider-wrap .slider-bg .slide-sec .slider-cap small {
  color: #eee;
  font-size: 18px;
  margin: 0 0 10px 0;
}
.slider-wrap .slider-bg .slide-sec .slider-cap P {
  color: #eee;
  margin: 0 0 30px 0;
}
.slider-wrap .slider-bg .slide-sec .slider-cap a {
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-color: #ed1f2a;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 15px 30px;
  border-radius: 0;
  display: inline-block;
}
.slider-wrap .slider-bg .slide-sec .slider-cap a span {
  vertical-align: middle;
}
.slider-wrap .slider-bg .slide-sec .slider-cap a:hover {
  background-color: #0b4369;
}
.slider-wrap .slider-bg .owl-item.active .slider-cap {
  top: 50%;
  transition: 2s ease-in-out;
}
.slider-wrap .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translatex(-50%);
}
.slider-wrap .owl-dots .owl-dot span {
  width: 10px;
  height: 5px;
  background: #0b4369;
  border-radius: 0;
}
.slider-wrap .owl-dots .owl-dot.active span {
  background: #ed1f2a;
}

/*headings*/
.headings {
  text-align: center;
  margin: 0 0 50px 0;
}
.headings h3 {
  color: #111;
  font-size: 3rem;
  text-transform: capitalize;
  font-weight: 600;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.headings h3 small span {
  vertical-align: middle;
  font-size: 42px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  background-color: #ed1f2a;
  color: #fff;
  position: absolute;
  left: -20px;
  opacity: 0.2;
  z-index: -1;
}

/*services*/
.sub-headings {
  display: flex;
  align-items: center;
  background-repeat: repeat;
  background-position: center;
  position: relative;
  margin: 0 0 30px 0;
  background-color: rgba(12, 68, 105, 0.2);
}
.sub-headings h3 {
  margin: 0;
  position: relative;
  color: #fff;
  display: inline-block;
  border-right: 10px solid #0b4369;
  padding: 10px 20px 10px 5px;
  border-radius: 0;
  background-color: #ed1f2a;
  text-transform: uppercase;
  font-size: 24px;
}
.sub-headings h3 span {
  font-size: 30px;
  position: relative;
  color: #0b4369;
  transform: scaleX(-1);
  vertical-align: middle;
}

.services {
  padding: 60px 0 30px 0;
}
.services .service-heating {
  padding: 0 0 30px 0;
}
.services .service-heating .sub-headings {
  margin: 0 0 30px 0;
}
.services .service-heating .serv-card {
  margin: 0 0 30px 0;
  padding: 10px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.07);
}
.services .service-heating .serv-card .img-wrap {
  position: relative;
}
.services .service-heating .serv-card .serv-dtl {
  padding: 10px;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  gap: 15px;
  display: flex;
}
.services .service-heating .serv-card .serv-dtl .icon-wrap span {
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  font-size: 30px;
  border-radius: 0;
  background-color: #ed1f2a;
  color: #fff;
}
.services .service-heating .serv-card .serv-dtl .contn h4 {
  font-size: 22px;
}
.services .service-heating .serv-card .serv-dtl .contn h4 a {
  font-weight: 600;
}
.services .service-heating .serv-card .serv-dtl .contn h4 a:hover {
  color: #0b4369;
}
.services .service-heating .serv-card .serv-dtl .contn P {
  margin: 0 0 15px 0;
}
.services .service-heating .serv-card .serv-dtl .contn .r-more {
color: #0b4369;
    display: inline-block;
    border: 1px solid #000;
    padding: 10px 20px;
    margin: 0 10px;
  
}
.services .service-heating .serv-card .serv-dtl .contn .r-more:hover {
  color: #ed1f2a;
}
.services .service-heating .serv-card .serv-dtl .contn .r-more span {
  vertical-align: middle;
}

/*HIghlights*/
.highlights {
  padding: 100px 0 70px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.highlights:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(12, 68, 105, 0.8);
}
.highlights .headings h3 {
  color: #fff;
}
.highlights .container {
  position: relative;
  z-index: 1;
}
.highlights .img-wrap {
  margin: 20px 0 30px 50px;
  position: relative;
}
.highlights .img-wrap:after {
  content: "";
  position: absolute;
  left: -20px;
  top: -20px;
  right: 20px;
  bottom: 20px;
  z-index: -1;
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.highlights .high-card {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0;
  text-align: center;
  padding: 30px 10px;
  margin: 0 0 30px 0;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
}
.highlights .high-card .icon-wrap {
  text-align: center;
  margin: 0 0 20px 0;
}
.highlights .high-card .icon-wrap span {
  font-size: 44px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  background-color: #ed1f2a;
  color: #fff;
  border-radius: 0;
  position: relative;
}
.highlights .high-card .icon-wrap span:before {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  right: 5px;
  bottom: 5px;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.highlights .high-card a {
  display: block;
  font-size: 20px;
  color: #111;
  font-weight: bolder;
}
.highlights .high-card a:hover {
  color: #ed1f2a;
}
.highlights .high-card strong {
  display: block;
  font-size: 20px;
  color: #111;
}

/*our portfolio*/
.pictures-wrap {
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.pictures-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
}
.pictures-wrap .headings {
  margin: 0 0 30px 0;
}
.pictures-wrap .headings-bottom {
  margin: 0 0 30px 0;
}
.pictures-wrap .headings-bottom p {
  margin: 0 0 20px 0;
}
.pictures-wrap .headings-bottom .v-more a {
  color: #ed1f2a;
  display: inline-block;
  padding: 10px 20px;
  position: relative;
  border: 2px solid #ed1f2a;
  border-radius: 4px;
  font-weight: 500;
  text-transform: uppercase;
}
.pictures-wrap .headings-bottom .v-more a:hover {
  background-color: #ed1f2a;
  color: #fff;
}
.pictures-wrap .container {
  position: relative;
}
.pictures-wrap .picture-card {
  position: relative;
  overflow: hidden;
  margin: 0 0 30px 0;
}
.pictures-wrap .picture-card .img-wrap {
  border-radius: 5px;
  position: relative;
}
.pictures-wrap .picture-card .img-wrap figure {
  padding-top: 100%;
  overflow: hidden;
  margin: 0 0 0 0;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.pictures-wrap .picture-card .img-wrap figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
  opacity: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
}
.pictures-wrap .picture-card .img-wrap figure img {
  transform: scale(1);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}
.pictures-wrap .picture-card .img-wrap .pic-title {
  background-color: rgba(12, 68, 105, 0.8);
  padding: 20px 10px;
  color: #eee;
  text-align: left;
  text-transform: capitalize;
  border-radius: 0 0 5px 5px;
  text-align: center;
  display: flex;
  min-height: 98px;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 1;
}
.pictures-wrap .picture-card .img-wrap .pic-title strong {
  font-size: 1.2rem;
}
.pictures-wrap .picture-card:hover figure:before {
  opacity: 1;
}
.pictures-wrap .picture-card:hover figure img {
  transform: scale(1.2) rotate(-5deg);
}
.pictures-wrap .picture-card .pic-dtls {
  position: absolute;
  z-index: 2;
  left: 10px;
  top: 10px;
  text-align: center;
  transition: 0.6s ease-in-out;
  opacity: 0;
}
.pictures-wrap .picture-card .pic-dtls a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  margin: 0;
  display: inline-block;
  letter-spacing: initial;
  background: #ed1f2a;
  opacity: 0.5;
  font-size: 18px;
  border-radius: 0;
  color: #fff;
}
.pictures-wrap .picture-card .pic-dtls a:hover {
  opacity: 1;
  color: #fff;
}
.pictures-wrap .picture-card:hover .pic-dtls {
  opacity: 1;
}
.pictures-wrap .gal-opt {
  margin-top: 30px;
}
.pictures-wrap .gal-opt a {
  color: #fff;
  display: block;
  padding: 10px 20px;
  position: relative;
  border-radius: 0;
  text-transform: uppercase;
  color: #0b4369;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  background-color: rgba(41, 124, 65, 0.2);
}
.pictures-wrap .gal-opt a:before {
  content: "";
  display: block;
  position: absolute;
  border-color: #ed1f2a;
  box-sizing: border-box;
  border-style: solid;
  width: 100%;
  height: 50%;
  transition: all 0.3s ease-in-out;
  bottom: -6px;
  right: -6px;
  border-width: 0 5px 5px 0;
  z-index: 5;
}
.pictures-wrap .gal-opt a:after {
  content: "";
  display: block;
  position: absolute;
  border-color: #ed1f2a;
  box-sizing: border-box;
  border-style: solid;
  width: 100%;
  height: 50%;
  transition: all 0.3s ease-in-out;
  top: -6px;
  left: -6px;
  border-width: 5px 0 0 5px;
  z-index: 5;
}
.pictures-wrap .gal-opt a:hover:after, .pictures-wrap .gal-opt a:hover:before {
  width: calc(100% + 12px);
  height: calc(100% + 12px);
}
.pictures-wrap .v-more {
  text-align: right;
  border-top: 1px solid #0b4369;
}
.pictures-wrap .v-more a {
  padding: 10px 20px;
  display: inline-block;
  background-color: #ed1f2a;
  color: #fff;
}
.pictures-wrap .v-more a:hover {
  background-color: #0b4369;
}
.pictures-wrap .v-more a span {
  vertical-align: middle;
  margin: 0 0 0 5px;
}

/*testimonials*/
.testimonials {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0 100px 0;
  position: relative;
}
.testimonials:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(12, 68, 105, 0.1);
  z-index: 0;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
}
.testimonials .container {
  position: relative;
  z-index: 2;
}
.testimonials .testi-main .headings {
  text-align: center;
}
.testimonials .testi-main .headings h3 {
  color: #fff;
}
.testimonials .testi-main .headings .heading-line span:after, .testimonials .testi-main .headings .heading-line span:before {
  background-color: #eee;
}
.testimonials .testi-main .testi-card {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 30px;
  margin: 0 15px;
  position: relative;
  transition: 0.4s ease-in-out;
  text-align: center;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.07);
}
.testimonials .testi-main .testi-card q {
  color: #111;
  display: block;
  text-align: center;
  font-style: italic;
  border-radius: 4px;
  padding: 10px 20px;
  margin: 0 0 20px 0;
}
.testimonials .testi-main .testi-card .testi-profile {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 15px;
  margin: 0 0 10px 0;
}
.testimonials .testi-main .testi-card .testi-profile .testi-dtl {
  position: relative;
  text-align: center;
}
.testimonials .testi-main .testi-card .testi-profile .testi-dtl strong {
  color: #ed1f2a;
  font-size: 20px;
  display: block;
  border-radius: 4px;
  font-weight: 600;
  text-transform: capitalize;
}
.testimonials .testi-main .testi-card .testi-profile .testi-dtl small {
  color: #0b4369;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 3px;
  letter-spacing: 2px;
}
.testimonials .testi-main .testi-card .testi-dtl strong {
  display: block;
  color: #0b4369;
}
.testimonials .testi-main .testi-card .img-wrap {
  padding: 2px;
  border-radius: 0;
  display: inline-block;
  margin: 0 auto 20px auto;
}
.testimonials .testi-main .testi-card .img-wrap figure {
  background: #ffffff;
  border: 2px solid #ed1f2a;
  padding-top: 90px;
  width: 90px;
  overflow: hidden;
  border-radius: 0;
}
.testimonials .testi-main .testi-card .img-wrap .i-wrap {
  margin: 0 0 20px 0;
  margin-top: -15px;
  position: relative;
}
.testimonials .testi-main .testi-card .img-wrap .i-wrap i {
  font-size: 20px;
  background-color: #ed1f2a;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 0;
  color: #fff;
}
.testimonials .testi-main .owl-dots {
  text-align: center;
}
.testimonials .testi-main .owl-dots .owl-dot span {
  border-radius: 0;
  margin: 0 10px 0 0;
  opacity: 0.3;
  width: 15px;
  height: 5px;
  border-radius: 10px;
  background: #999;
}
.testimonials .testi-main .owl-dots .owl-dot.active span {
  background: #ed1f2a;
  opacity: 1;
}

/*counter banner*/
.mid-banner {
  padding: 50px 0 30px 0;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.mid-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(12, 68, 105, 0.8);
}
.mid-banner .container {
  position: relative;
  z-index: 1;
}
.mid-banner .contn {
  margin: 0 0 50px 0;
  text-align: center;
}
.mid-banner .contn h4 {
  font-size: 24px;
  color: #eee;
}
.mid-banner .contn strong {
  font-size: 34px;
  color: #fff;
}
.mid-banner .banner-card {
  min-height: 210px;
  text-align: center;
  position: relative;
  border: none;
  padding: 20px;
  background-color: #fde9eb;
  margin: 0 20px 30px 20px;
}
.mid-banner .banner-card:before {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  bottom: -10px;
  right: 75%;
  border: 2px solid #ed1f2a;
  z-index: -1;
}
.mid-banner .banner-card:after {
  content: "";
  position: absolute;
  right: -10px;
  top: -10px;
  bottom: -10px;
  left: 30%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  z-index: -1;
}
.mid-banner .banner-card .icon-wrap {
  margin: 0 0 10px 0;
}
.mid-banner .banner-card .icon-wrap span {
  font-size: 62px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #ed1f2a;
}
.mid-banner .banner-card .counter {
  font-size: 18px;
  color: #0b4369;
  font-weight: 500;
}
.mid-banner .banner-card .counter span {
  display: block;
  font-size: 28px;
  color: #111;
}

/*about page*/
.about {
  padding: 50px 0;
  background-color: #eee;
}
.about .about-image {
  position: relative;
}
.about .about-image .main-image .img-wrap {
  margin: 0 0 30px 0;
  padding-bottom: 60px;
}
.about .about-image .main-image .img-wrap figure {
  padding-top: 100%;
}
.about .about-image .small-image {
  border: 10px solid #0b4369;
  position: absolute;
  right: 0;
  bottom: 0;
}
.about .about-image .small-image .img-wrap figure {
  width: 200px;
  padding-top: 200px;
}
.about .about-image .about-info {
  position: absolute;
  right: -50px;
  top: 75px;
  display: flex;
  flex-direction: row;
  transform: rotate(90deg);
  align-items: center;
}
.about .about-image .about-info .num {
  font-size: 42px;
  font-weight: 700;
  color: #0b4369;
  transform: rotate(-90deg);
}
.about .about-image .about-info .info-wrap strong {
  display: block;
  font-size: 20px;
}
.about .about-image .about-info .info-wrap small {
  display: block;
  font-size: 16px;
  font-weight: 500;
}
.about .about-wrap small {
  font-size: 20px;
  color: #0b4369;
  font-weight: 500;
  display: block;
  margin: 0 0 10px 0;
}
.about .about-wrap small span {
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.about .about-wrap h2 {
  font-size: 2.8rem;
  font-weight: 700;
}
.about .about-wrap p {
  margin: 0 0 20px 0;
}
.about .about-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  display: flex;
  gap: 30px;
}
.about .about-wrap ul li {
  display: inline-block;
  padding: 10px;
  border: 2px solid #999;
  font-size: 20px;
  font-weight: 500;
}
.about .about-wrap ul li span {
  vertical-align: middle;
  color: #ed1f2a;
}
.about .about-wrap a {
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-color: #ed1f2a;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 20px 30px;
  border-radius: 5px;
  display: inline-block;
}
.about .about-wrap a:before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #0b4369;
  z-index: -1;
  transition: all 0.3s ease-out;
  border-radius: 0;
  transform: scale(0) rotate(-45deg);
}
.about .about-wrap a:hover:before {
  border-radius: 0;
  transform: scale(1) rotate(0);
}
.about .about-wrap a:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #0b4369;
  z-index: -1;
  transition: all 0.3s ease-out;
  border-radius: 0;
  transform: scale(0) rotate(45deg);
}
.about .about-wrap a:hover:after {
  border-radius: 0;
  transform: scale(1) rotate(0);
}
.about .about-wrap a span {
  vertical-align: middle;
}

/*why choose us*/
.why-us {
  padding: 100px 0 0 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.why-us:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.why-us .container {
  position: relative;
}
.why-us .whyus-wrap h2 {
  font-size: 2.8rem;
  font-weight: 700;
}
.why-us .whyus-wrap p {
  margin: 0 0 20px 0;
}
.why-us .whyus-wrap ul {
  list-style: none;
  padding: 0;
}
.why-us .whyus-wrap ul li {
  margin: 0 0 10px 0;
}
.why-us .whyus-wrap ul li .why-list {
  display: flex;
  gap: 15px;
}
.why-us .whyus-wrap ul li .why-list .icon-wrap span {
  width: 70px;
  line-height: 70px;
  text-align: center;
  background-color: #e9e9e9;
  font-size: 32px;
  color: #ed1f2a;
}
.why-us .whyus-wrap ul li .why-list .list-dtl strong {
  font-size: 20px;
}

/*blogs*/
.blogs {
  padding: 50px 0 70px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}
.blogs:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.9);
}
.blogs .container {
  position: relative;
}
.blogs .img-wrap {
  position: relative;
}
.blogs .img-wrap figure {
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.blogs .img-wrap .b-date {
  background-color: #0b4369;
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  align-items: center;
  border-radius: 5px;
  position: absolute;
  text-align: center;
  top: 20px;
  right: 20px;
  padding: 5px 10px;
}
.blogs .img-wrap .b-date strong {
  color: #fff;
  line-height: 20px;
}
.blogs .img-wrap .b-date small {
  color: #eee;
  font-size: 12px;
  line-height: 16px;
}
.blogs .blog-card {
  margin: 0 0 30px 0;
}
.blogs .blog-card .blog-dtl {
  position: relative;
  padding: 20px;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
}
.blogs .blog-card .blog-dtl h4 {
  display: block;
  font-size: 1.3rem;
  line-height: 28px;
}
.blogs .blog-card .blog-dtl h4 a {
  color: #111;
  display: block;
  background-color: rgba(112, 168, 57, 0.1);
  padding: 5px;
  border-radius: 5px;
}
.blogs .blog-card .blog-dtl h4 a:hover {
  color: #0b4369;
}
.blogs .blog-card .blog-dtl p {
  margin: 0 0 30px 0;
}
.blogs .blog-card .blog-dtl .r-more a {
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-color: #ed1f2a;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 20px 30px;
  border-radius: 5px;
  display: inline-block;
}
.blogs .blog-card .blog-dtl .r-more a:before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #0b4369;
  z-index: -1;
  transition: all 0.3s ease-out;
  border-radius: 0;
  transform: scale(0) rotate(-45deg);
}
.blogs .blog-card .blog-dtl .r-more a:hover:before {
  border-radius: 0;
  transform: scale(1) rotate(0);
}
.blogs .blog-card .blog-dtl .r-more a:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #0b4369;
  z-index: -1;
  transition: all 0.3s ease-out;
  border-radius: 0;
  transform: scale(0) rotate(45deg);
}
.blogs .blog-card .blog-dtl .r-more a:hover:after {
  border-radius: 0;
  transform: scale(1) rotate(0);
}
.blogs .blog-card .blog-dtl .r-more a span {
  vertical-align: middle;
}

/*contact section*/
.cntct .high-card {
  min-height: 240px;
}

.contact-section {
  background-color: #ed1f2a;
}
.contact-section .contact-form {
  padding: 40px;
}
.contact-section .contact-form h3 {
  color: #fff;
  padding: 0 0 0 10px;
  border-left: 3px solid #0b4369;
}
.contact-section .contact-form .form-wrap form .form-control,
.contact-section .contact-form .form-wrap form .form-select {
  line-height: 40px;
  border: none;
  border-bottom: 2px solid #999;
  border-radius: 0;
  color: #fff;
}
.contact-section .contact-form .form-wrap form .form-control::-moz-placeholder, .contact-section .contact-form .form-wrap form .form-select::-moz-placeholder {
  color: #fff;
}
.contact-section .contact-form .form-wrap form .form-control::placeholder,
.contact-section .contact-form .form-wrap form .form-select::placeholder {
  color: #fff;
}
.contact-section .contact-form .form-wrap form .form-select option {
  color: #111;
}
.contact-section .contact-form .form-wrap form .btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: inline-block;
  border: 2px solid #eee;
  text-transform: uppercase;
  text-align: center;
  background-color: #ed1f2a;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 20px 30px;
  border-radius: 5px;
  display: inline-block;
}
.contact-section .contact-form .form-wrap form .btn:before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #0b4369;
  z-index: -1;
  transition: all 0.3s ease-out;
  border-radius: 0;
  transform: scale(0) rotate(-45deg);
}
.contact-section .contact-form .form-wrap form .btn:hover:before {
  border-radius: 0;
  transform: scale(1) rotate(0);
}
.contact-section .contact-form .form-wrap form .btn:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #0b4369;
  z-index: -1;
  transition: all 0.3s ease-out;
  border-radius: 0;
  transform: scale(0) rotate(45deg);
}
.contact-section .contact-form .form-wrap form .btn:hover:after {
  border-radius: 0;
  transform: scale(1) rotate(0);
}
.contact-section .contact-form .form-wrap form .btn span {
  vertical-align: middle;
}

/*modal form*/
#quoteModal .modal-dialog .modal-header {
  background-color: #0b4369;
}
#quoteModal .modal-dialog .modal-header h5 {
  color: #fff;
}
#quoteModal .modal-dialog .modal-content {
  background-color: #f7f7f7;
}
#quoteModal .form-wrap form .form-control,
#quoteModal .form-wrap form .form-select {
  line-height: 40px;
  border: none;
  border-bottom: 2px solid #cac8c8;
  border-radius: 0;
  color: #999;
}
#quoteModal .form-wrap form .form-control::-moz-placeholder, #quoteModal .form-wrap form .form-select::-moz-placeholder {
  color: #999;
}
#quoteModal .form-wrap form .form-control::placeholder,
#quoteModal .form-wrap form .form-select::placeholder {
  color: #999;
}
#quoteModal .form-wrap form .form-select option {
  color: #111;
}

/*service single page*/
.serv-single {
  padding: 50px 0;
}

.sngle {
  padding: 50px;
}
.sngle .why-list {
  padding: 10px;
  background-color: rgba(237, 32, 42, 0.1);
}
.sngle .why-list .icon-wrap span {
  background-color: #ed1f2a !important;
  color: #fff !important;
}
.sngle .contact-form {
  padding: 50px;
  background-color: rgba(12, 68, 105, 0.7);
}
.sngle .contact-form h3 {
  color: #fff;
  padding: 10px;
  border-left: 5px solid #ed1f2a;
  background-color: #0b4369;
}
.sngle .contact-form .form-wrap form .form-control,
.sngle .contact-form .form-wrap form .form-select {
  line-height: 40px;
  border: none;
  border-bottom: 2px solid #999;
  border-radius: 0;
  color: #fff;
}
.sngle .contact-form .form-wrap form .form-control::-moz-placeholder, .sngle .contact-form .form-wrap form .form-select::-moz-placeholder {
  color: #fff;
}
.sngle .contact-form .form-wrap form .form-control::placeholder,
.sngle .contact-form .form-wrap form .form-select::placeholder {
  color: #fff;
}
.sngle .contact-form .form-wrap form .form-select option {
  color: #111;
}

/*faqs page*/
.faq-body {
  padding: 50px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.faq-body .container {
  position: relative;
}
.faq-body .container .card {
  border: none;
  margin: 0 0 20px 0;
  background: none;
}
.faq-body .container .card .card-header {
  background: #0b4369;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 15px;
  color: #000;
}
.faq-body .container .card .card-header .mb-0 > a {
  display: block;
  position: relative;
  font-size: 18px;
  color: #fff;
}
.faq-body .container .card .card-header .mb-0 > a:after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 0;
  font-weight: 600;
  color: #fff;
}
.faq-body .container .card .card-header .mb-0 > a[aria-expanded=true]:after {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}
.faq-body .container .card .card-body {
  background: #eee;
  color: #111;
  font-size: 18px;
  line-height: 26px;
  padding: 20px;
  border-radius: 10px;
}
.faq-body .container .card .card-body ul {
  margin: 0 0 20px 0;
}

/*contact us page*/
.contactus-wrap {
  padding: 50px 0;
}
.contactus-wrap .contct-card {
  text-align: center;
  background-color: #eee;
  padding: 20px;
  min-height: 200px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.contactus-wrap .contct-card .icon-wrap {
  margin: 0 0 10px 0;
}
.contactus-wrap .contct-card .icon-wrap span {
  font-size: 60px;
  color: #ed1f2a;
}
.contactus-wrap .contct-card small {
  display: block;
  font-size: 14px;
  text-transform: capitalize;
}
.contactus-wrap .contct-card strong {
  font-size: 20px;
}
.contactus-wrap .contct-card.green-bg {
  background-color: #0b4369;
}
.contactus-wrap .contct-card.green-bg .icon-wrap span {
  color: #fff;
}
.contactus-wrap .contct-card.green-bg small {
  color: #eee;
}
.contactus-wrap .contct-card.green-bg strong {
  color: #fff;
  font-size: 24px;
}

/*footer*/
footer {
  padding: 30px 0 0 0;
  background-repeat: repeat;
  background-position: center;
  position: relative;
  background-color: #0b4369;
}
footer .container {
  position: relative;
}
footer .social-bar {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
footer .social-bar li {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
}
footer .social-bar li a i {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  height: 35px;
  width: 35px;
  line-height: 33px;
  text-align: center;
  border-radius: 0;
  transition: 0.4s ease-in-out;
  background-color: #0b4369;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
footer .social-bar li a:hover i {
  background-color: #ed1f2a;
  color: #fff;
}
footer .f-logo {
  margin: 0 0 30px 0;
  border-radius: 0;
  text-align: center;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.1);
}
footer .f-logo img {
  max-width: 130px;
  margin: 0 auto;
}
footer .foot-wrap h4 {
  position: relative;
  margin: 0 0 30px 0;
  font-size: 20px;
  color: #ed1f2a;
  font-weight: 700;
  text-transform: uppercase;
}
footer .foot-wrap h4 span {
  color: #fff;
  position: relative;
}
footer .foot-wrap .foot-list {
  list-style: none;
  padding: 0;
  position: relative;
}
footer .foot-wrap .foot-list li {
  margin: 0 0 20px 0;
  padding: 0 0 0 25px;
  position: relative;
}
footer .foot-wrap .foot-list li:before {
  content: "\f152";
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.4s ease-in-out;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ed1f2a;
}
footer .foot-wrap .foot-list li:last-of-type {
  border: none;
}
footer .foot-wrap .foot-list li:hover:before {
  left: 5px;
}
footer .foot-wrap .foot-list li a {
  color: #eee;
  text-transform: capitalize;
  font-weight: 600;
}
footer .foot-wrap .foot-list li a:hover {
  color: #ed1f2a;
}
footer .foot-wrap .foot-contact {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 30px;
}
footer .foot-wrap .foot-contact li {
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
  display: block;
}
footer .foot-wrap .foot-contact li:last-child {
  border: none;
}
footer .foot-wrap .foot-contact li a {
  color: #fff;
  display: flex;
  align-items: center;
  line-break: loose;
  font-weight: 500;
}
footer .foot-wrap .foot-contact li a strong {
  margin: 0 5px 0 0;
}
footer .foot-wrap .foot-contact li a strong span {
  height: 40px;
  width: 40px;
  background-color: #ed1f2a;
  line-height: 40px;
  text-align: center;
}
footer .foot-wrap .foot-contact li a:hover {
  color: #ed1f2a;
}
footer .foot-wrap .foot-contact li a:hover span {
  color: #0b4369;
}
footer .foot-mid {
  border-bottom: 1px solid #fff;
  padding: 20px 0;
  margin: 0 0 50px 0;
  background-color: rgba(0, 0, 0, 0.2);
}
footer .copy-r {
  padding: 20px 0;
  background-color: rgba(0, 0, 0, 0.2);
  position: relative;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(2px);
  margin: 50px 0 0 0;
}
footer .copy-r .copy-contn {
  justify-content: space-between;
  display: flex;
  color: #fff;
}
footer .copy-r .copy-contn strong {
  font-weight: 500;
}
footer .copy-r .copy-contn a {
  color: #fff;
  font-weight: 500;
}
footer .copy-r .copy-contn a:hover {
  color: #ed1f2a;
}

.scrollTop {
  position: fixed;
  right: 4%;
  bottom: 60px;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  z-index: 9;
  color: #fff;
}
.scrollTop:hover {
  bottom: 85px;
}
.scrollTop span {
  color: #fff;
  background-color: #ed1f2a;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 50%;
  transition: 0.4s ease-in-out;
  font-size: 20px;
}

/*about page*/
.welcome-sec {
  padding: 50px 0;
}
.welcome-sec .welcome-wrap {
  padding: 0 0 30px 0;
}
.welcome-sec .welcome-wrap h2 {
  color: #ed1f2a;
  font-weight: 700;
}
.welcome-sec .welcome-wrap h2 small {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  color: #0b4369;
  margin: 0 0 10px 0;
}
.welcome-sec .welcome-wrap p {
  margin: 0 0 20px 0;
}
.welcome-sec .welcome-wrap a {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
  border: 1px solid #ed1f2a;
  color: #ed1f2a;
  position: relative;
  z-index: 0;
  background-color: #ed1f2a;
  color: #fff;
  text-align: center;
}
.welcome-sec .welcome-wrap a span {
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.welcome-sec .welcome-wrap a:before {
  transition: all 0.5s ease;
  position: absolute;
  border-radius: 5px;
  top: -1px;
  left: 50%;
  right: 50%;
  bottom: -1px;
  opacity: 0;
  content: "";
  background-color: #0b4369;
  z-index: -1;
}
.welcome-sec .welcome-wrap a:hover:before {
  transition: all 0.5s ease;
  left: -1px;
  right: -1px;
  opacity: 1;
}
.welcome-sec .welcome-wrap a:hover {
  color: #fff;
}

.form-wrap h3 {
  color: #ed1f2a;
  position: relative;
  display: inline-block;
  padding: 0 100px 0 0;
  text-transform: capitalize;
  margin: 0 0 20px 0;
  font-size: 2.6rem;
}
.form-wrap form h4 {
  color: #999;
  font-size: 14px;
  text-transform: capitalize;
}
.form-wrap form .form-control,
.form-wrap form .form-select {
  margin: 0 0 20px 0;
  border-radius: 4px;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.3);
  color: #777;
}
.form-wrap form .form-control::-moz-placeholder, .form-wrap form .form-select::-moz-placeholder {
  color: #777;
}
.form-wrap form .form-control::placeholder,
.form-wrap form .form-select::placeholder {
  color: #777;
}
.form-wrap form .form-control:focus,
.form-wrap form .form-select:focus {
  border-color: #ed1f2a;
  box-shadow: none;
}
.form-wrap form textarea {
  width: 100%;
  margin: 0 0 20px 0;
  border-radius: 4px;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.3);
  color: #777;
  padding: 5px;
}
.form-wrap form textarea::-moz-placeholder {
  color: #777;
}
.form-wrap form textarea::placeholder {
  color: #777;
}
.form-wrap form .btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 15px;
  border: 1px solid #ed1f2a;
  color: #ed1f2a;
  position: relative;
  z-index: 0;
  background-color: #ed1f2a;
  color: #fff;
  text-align: center;
}
.form-wrap form .btn:hover {
  background-color: #0b4369;
}
.form-wrap form .btn span {
  vertical-align: middle;
  margin: 0 5px 0 0;
}

/*about page*/
.page-banner {
  padding: 100px 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.page-banner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.page-banner .container {
  position: relative;
}
.page-banner .container .banr-wrap {
  text-align: center;
}
.page-banner .container .banr-wrap h2 {
  display: inline-block;
  position: relative;
  padding: 10px 20px;
  margin: 0;
  color: #fff;
  border: 2px solid #ed1f2a;
}
.page-banner .main-search .slider-cap {
  text-align: center;
  margin: 0 0 50px 0;
}
.page-banner .main-search .slider-cap h2 {
  color: #fff;
  font-size: 56px;
}
.page-banner .main-search .slider-cap h2 span {
  color: #0b4369;
  display: block;
}
.page-banner .main-search .slider-cap small {
  color: #eee;
  font-size: 18px;
}
.page-banner .main-search form {
  gap: 5px;
  padding: 10px;
  background: #fff;
  border-radius: 100px;
  outline: 10px solid rgba(255, 255, 255, 0.2);
}
.page-banner .main-search form .form-control,
.page-banner .main-search form .form-select {
  background-color: rgba(20, 69, 47, 0.1);
  font-size: 14px;
  outline: none;
  border: none;
  border-bottom: 1px solid #f1f1f1;
  color: #555;
  line-height: 40px;
  border-radius: 0;
}
.page-banner .main-search form .form-control:focus,
.page-banner .main-search form .form-select:focus {
  box-shadow: none;
  box-shadow: none;
}
.page-banner .main-search form .form-control::-moz-placeholder, .page-banner .main-search form .form-select::-moz-placeholder {
  color: #555;
}
.page-banner .main-search form .form-control::placeholder,
.page-banner .main-search form .form-select::placeholder {
  color: #555;
}
.page-banner .main-search form .form-control {
  border-radius: 50px 0 0 50px;
}
.page-banner .main-search form .btn {
  display: inline-block;
  overflow: hidden;
  padding: 5px 20px;
  border-radius: 0 50px 50px 0;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 15px;
  border: 1px solid #14452f;
  color: #14452f;
  position: relative;
  z-index: 0;
  background-color: #14452f;
  color: #fff;
  text-align: center;
  min-width: 100px;
}
.page-banner .main-search form .btn:before {
  transition: all 0.5s ease;
  position: absolute;
  border-radius: 5px;
  top: -1px;
  left: 50%;
  right: 50%;
  bottom: -1px;
  opacity: 0;
  content: "";
  background-color: #fe0000;
  z-index: -1;
}
.page-banner .main-search form .btn:hover:before {
  transition: all 0.5s ease;
  left: -1px;
  right: -1px;
  opacity: 1;
}

.pgnation .pagination {
  justify-content: center;
}
.pgnation .pagination .page-item .page-link {
  margin: 5px;
  border-color: #0b4369;
  color: #fff;
  background-color: transparent;
  width: 40px;
  height: 40px;
  line-height: 38px;
  padding: 0;
  text-align: center;
  color: #0b4369;
  border-radius: 0;
}
.pgnation .pagination .page-item .page-link:hover {
  background: #ed1f2a;
  border-color: #ed1f2a;
  color: #fff;
}
.pgnation .pagination .page-item.active .page-link {
  background: #ed1f2a;
  border-color: #ed1f2a;
  color: #fff;
}

/*contact us*/
.contact-body {
  padding: 50px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-position: center;
  position: relative;
}
.contact-body:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
}
.contact-body .container {
  position: relative;
}
.contact-body .ft-card {
  align-items: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
  display: flex;
  padding: 0 10px 10px 10px;
  flex-direction: column;
  min-height: 142px;
  background-color: #eee;
  border-radius: 5px;
  justify-content: flex-start;
  border-top: 5px solid #0b4369;
}
.contact-body .ft-card .icon-wrap {
  display: block;
  margin-top: -30px;
  margin-bottom: 20px;
}
.contact-body .ft-card .icon-wrap span {
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 34px;
  background-color: #0b4369;
  border-radius: 5px;
}
.contact-body .ft-card .ft-dtl {
  text-align: left;
}
.contact-body .ft-card .ft-dtl strong {
  text-transform: capitalize;
  color: #111;
  font-size: 16px;
  display: block;
}
.contact-body .ft-card .ft-dtl small {
  font-weight: 500;
  color: #b22b2c;
  font-size: 18px;
}
.contact-body .ft-card .ft-dtl small a {
  font-weight: 500;
  color: #b22b2c;
}
.contact-body .ft-card .ft-dtl small a:hover {
  color: #ed1f2a;
}

.sub-contact {
  padding: 50px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: rgba(20, 69, 47, 0.1);
}
.sub-contact .headings {
  text-align: left;
  margin: 0 0 10px 0;
}
.sub-contact .form-wrap {
  padding: 50px 20px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 6px 1px rgba(42, 124, 66, 0.5);
}
.sub-contact .form-wrap .f-headings h3 {
  font-size: 20px;
  display: block;
  border-bottom: 1px solid #fff;
  padding: 0 0 10px 0;
  font-weight: 700;
}
.sub-contact .form-wrap h4 {
  color: #ed1f2a;
}
.sub-contact .form-wrap .btn {
  border-radius: 5px;
}
.sub-contact .map-wrap {
  overflow: hidden;
}

.navbar-fixed-top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: #b22b2c;
  animation: slideInDown 1s linear;
  left: 0;
  right: 0;
}

.fixed-top {
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1040;
  animation: slideInDown 1s linear;
  background-color: rgba(255, 255, 255, 0.6);
}

.fixed-topbar {
  position: fixed !important;
  top: 48px;
  right: 10px;
  left: 10px;
  z-index: 1030;
  animation: slideInDown 1s linear;
}/*# sourceMappingURL=custom.css.map */