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

/* 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: "DM 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: 25px;
  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;
}

@keyframes shape-zoom {
  50% {
    right: -15px;
    top: -15px;
  }
  100% {
    right: 0;
    top: 0;
  }
}
@keyframes float-bob {
  0% {
    transform: translatex(-50px);
  }
  50% {
    transform: translatex(-15px);
  }
  100% {
    transform: translatex(-50px);
  }
}
@keyframes zoom-inout {
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.5;
  }
}
@keyframes infoslide {
  0% {
    left: 0;
    box-shadow: 3px 5px 4px 4px rgba(0, 0, 0, 0.3);
  }
  50% {
    left: calc(100% - 150px);
    box-shadow: -3px 5px 4px 4px rgba(0, 0, 0, 0.3);
  }
  100% {
    left: 0;
    box-shadow: 3px 5px 4px 4px rgba(0, 0, 0, 0.3);
  }
}
@keyframes machine-rotate {
  100% {
    transform: rotate(360deg);
  }
}
header {
  background-color: #2459AA;
  overflow-x: clip;
}
header .logo-wrap {
  display: flex;
  align-items: center;
}
header .logo-wrap > a {
  background-color: #fff;
  padding: 5px 2px;
  flex-shrink: 0;
  border-radius: 10px;
  position: relative;
}
header .logo-wrap > a:before {
  content: "";
  position: absolute;
  background: #fff;
  right: 0;
  left: -999999px;
  top: 0;
  bottom: 0;
}
header .logo-wrap > a img {
  position: relative;
  z-index: 2;
  max-width: 360px;
  width: 100%;
}
header .slogan h1 {
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 0 20px;
  font-size: 2.2rem;
}
header .slogan strong {
  font-size: 20px;
  text-transform: capitalize;
  color: #2459AA;
}
header .top-b .social-bar {
  list-style: none;
  padding: 0 0 0 20px;
  margin: 0 0 10px 0;
  text-align: left;
}
header .top-b .social-bar li {
  display: inline-block;
}
header .top-b .social-bar li a i {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  border: 1px solid #EB1E27;
  height: 26px;
  width: 26px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  transition: 0.4s ease-in-out;
}
header .top-b .social-bar li a:hover i {
  background-color: #2459AA;
}
header .t-contact {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}
header .t-contact .tc-wrap {
  list-style: none;
  padding: 0;
  margin: 0 0 0 15px;
}
header .t-contact .tc-wrap a {
  font-weight: 500;
  font-size: 18px;
  display: flex;
  align-items: center;
}
header .t-contact .tc-wrap a:hover {
  color: #EB1E27;
}
header .t-contact .tc-wrap a span {
  font-size: 36px;
  text-align: center;
  transition: 0.4s ease-in-out;
  margin: 0 10px 0 0;
  flex-shrink: 0;
  background: rgb(30, 77, 157);
  background: linear-gradient(270deg, rgb(238, 28, 37) 22%, rgb(255, 138, 138) 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
header .t-contact .tc-wrap a .tc-dtl small {
  display: block;
  line-height: 20px;
  color: #fff;
  font-size: 14px;
}
header .t-contact .tc-wrap a .tc-dtl strong {
  display: block;
  color: #fff;
  font-size: 18px;
  transition: 0.4s ease-in-out;
}
header .t-contact .tc-wrap a .tc-dtl strong:hover {
  color: #EB1E27;
}
header .g-quote a {
  background-color: #2459AA;
  padding: 12px 20px;
  border-radius: 4px;
  color: #EB1E27;
  text-transform: capitalize;
  transition: 0.4s ease-in-out;
  border: 1px solid #999;
  border-radius: 0;
  font-weight: 500;
  display: block;
  text-align: center;
}
header .g-quote a i {
  margin: 0 0 0 5px;
}
header .g-quote a:hover {
  background-color: #EB1E27;
  color: #fff;
}

.nav-wrap {
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(36, 89, 170, 0.4);
  background-color: #EB1E27;
}

.nav-sec .navbar {
  padding: 0;
}
.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: 4px;
}
.nav-sec .main-navigation .menu-item {
  position: relative;
}
.nav-sec .main-navigation .menu-item:before {
  content: "";
  height: 8px;
  width: 1px;
  background: #1f1f1f;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.nav-sec .main-navigation .menu-item:last-of-type:before {
  display: none;
}
.nav-sec .main-navigation .menu-item:hover {
  background-color: #2459AA;
  transition: 0.4s ease-in-out;
  border-color: #2459AA;
}
.nav-sec .main-navigation .menu-item a {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 17px;
  padding: 25px 15px;
  display: inline-block;
  position: relative;
  top: 0;
  color: #fff;
  border-radius: 0;
  letter-spacing: 2px;
  font-weight: 500;
}
.nav-sec .main-navigation .menu-item a:hover {
  background-color: #2459AA;
  transition: 0.4s ease-in-out;
  border-color: #2459AA;
  color: #fff;
}
.nav-sec .main-navigation .menu-item.active a {
  background-color: #2459AA;
  transition: 0.4s ease-in-out;
  border-color: #2459AA;
  color: #fff;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children {
  position: relative;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children .sub-menu {
  top: 100%;
  left: 0;
  z-index: 1000;
  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: #111;
  border-radius: 0;
  padding: 0;
  width: 310px;
  animation-duration: 0.3s;
  opacity: 0;
  transition: 0.8s ease-in-out;
}
.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: #2459AA;
}
.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;
}

/*slider section*/
.slider-wrap .slider-bg {
  position: relative;
}
.slider-wrap .slider-bg .slide-sec {
  position: relative;
}
.slider-wrap .slider-bg .slide-sec:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  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 .s-caption {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: 5%;
  z-index: 1;
  padding: 50px 40px;
  text-align: left;
  max-width: 700px;
}
.slider-wrap .slider-bg .slide-sec .s-caption .s-dtl {
  padding: 0 0 0 20px;
  border-left: 5px solid rgba(235, 30, 39, 0.4);
}
.slider-wrap .slider-bg .slide-sec .s-caption small {
  font-size: 20px;
  display: block;
  color: #eee;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0 0 20px 0;
}
.slider-wrap .slider-bg .slide-sec .s-caption strong {
  font-size: 66px;
  color: #ffffff;
  text-transform: capitalize;
  display: block;
  line-height: 72px;
  margin: 0 0 15px 0;
}
.slider-wrap .slider-bg .slide-sec .s-caption .btn-wrap a {
  background-color: #2459AA;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  position: relative;
  border-radius: 10px;
}
.slider-wrap .slider-bg .slide-sec .s-caption .btn-wrap a:hover {
  background-color: #EB1E27;
}
.slider-wrap .slider-bg .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translatex(-50%);
}
.slider-wrap .slider-bg .owl-dots .owl-dot span {
  width: 10px;
  height: 5px;
  background: #EB1E27;
  border-radius: 0;
}
.slider-wrap .slider-bg .owl-dots .owl-dot.active span {
  background: #2459AA;
}
.slider-wrap .slider-bg .quick-form {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translatey(-50%);
  z-index: 2;
  max-width: 400px;
  background: rgba(36, 89, 170, 0.4);
  padding: 20px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 10px;
}
.slider-wrap .slider-bg .quick-form h3 {
  color: #fff;
  margin: 0 0 15px 0;
}
.slider-wrap .slider-bg .quick-form form h4 {
  color: #eee;
}

.slider-wrap .slider-bg .quick-form input::placeholder  {
    color:#fff;
}
.slider-wrap .slider-bg .quick-form form .form-control,
.slider-wrap .slider-bg .quick-form form .form-select {
  border-color: rgba(255, 255, 255, 0.7);
  color: #95a5bd;
}
.slider-wrap .slider-bg .quick-form form input {
  color: #ffffff;
}
.slider-wrap .slider-bg .quick-form form textarea::-moz-placeholder {
  color: #ffffff;
}
.slider-wrap .slider-bg .quick-form form textarea::placeholder {
  color: #ffffff;
}

/*mission goal section*/
.mission-goal {
  padding: 50px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.mission-goal:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(31, 78, 157, 0.85);
}
.mission-goal .container {
  position: relative;
}
.mission-goal .misn-card {
  display: flex;
}
.mission-goal .misn-card .icon-wrap i {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  line-height: 70px;
  font-size: 50px;
  background-color: rgba(237, 27, 37, 0.6);
  text-align: center;
  color: #fff;
}
.mission-goal .misn-card .misn-dtl {
  padding: 0 0 0 10px;
}
.mission-goal .misn-card .misn-dtl strong {
  font-size: 24px;
  color: #fff;
  display: block;
  margin: 0 0 10px 0;
}
.mission-goal .misn-card .misn-dtl p {
  color: #eee;
}
.mission-goal .img-wrap {
  margin: 0 0 -150px 0;
  position: relative;
  z-index: 1;
}

/*services section*/
.headings {
  text-align: center;
  margin: 0 0 50px 0;
}
.headings > small {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
  position: relative;
  display: block;
  margin: 0 0 15px 0;
  color: #1f1f1f;
}
.headings > small .shape-left {
  margin: 0 10px 0 0;
  background: rgb(30, 77, 157);
  background: linear-gradient(270deg, rgb(30, 77, 157) 22%, rgb(135, 173, 238) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.headings > small .shape-right {
  background: rgb(30, 77, 157);
  background: linear-gradient(270deg, rgb(135, 173, 238) 22%, rgb(30, 77, 157) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 0 10px;
}
.headings > small i {
  font-size: 14px;
}
.headings h3 {
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #2459AA;
  margin: 0;
  font-weight: 600;
}

.services {
  padding: 100px 0 70px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}
.services .container {
  position: relative;
}
.services .container .serv-card {
  margin: 0 0 30px 0;
  text-align: center;
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 10px;
  background: rgba(31, 78, 157, 0.1);
}
.services .container .serv-card .img-wrap {
  padding: 10px;
  position: relative;
  transition: 0.4s ease-in-out;
  display: inline-block;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  bottom: 0;
}
.services .container .serv-card .img-wrap:before {
  content: "";
  border: 1px solid #EB1E27;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  border-radius: 50%;
}
.services .container .serv-card .img-wrap figure {
  width: 180px;
  padding-top: 180px;
  border-radius: 50%;
  overflow: hidden;
}
.services .container .serv-card:hover .img-wrap {
  bottom: 10px;
}
.services .container .serv-card .serv-dtl {
  position: relative;
  padding: 10px 0 0 0;
  transition: 0.4s ease-in-out;
  min-height: 120px;
}
.services .container .serv-card .serv-dtl h2 {
  font-size: 1.5rem;
}
.services .container .serv-card .serv-dtl h2 a {
  color: #2459AA;
  text-transform: capitalize;
  font-weight: 600;
}
.services .container .serv-card .serv-dtl h2 a:hover {
  color: #EB1E27;
}
.services .container .serv-card .serv-dtl p {
  color: #555;
  margin: 0 0 5px 0;
}
.services .container .serv-card .r-more {
  text-align: right;
  position: relative;
  right: -30px;
  bottom: -40px;
}
.services .container .serv-card .r-more a {
  display: inline-block;
}
.services .container .serv-card .r-more a i {
  color: #fff;
  display: inline-block;
  background-color: #EB1E27;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  transition: 0.4s ease-in-out;
  border-radius: 50%;
}
.services .container .serv-card .r-more a:hover i {
  background-color: #2459AA;
  color: #fff;
}
.services .container .serv-card:hover .serv-dtl {
  border-color: #2459AA;
}

/*Auto and business Insurance*/
.auto-insurance {
  padding: 100px 0 70px 0;
  background-color: #eee;
}
.auto-insurance .auto-card {
  margin: 0 0 30px 0;
}
.auto-insurance .auto-card .img-wrap {
  position: relative;
}
.auto-insurance .auto-card .img-wrap figure {
  padding-top: 100%;
}
.auto-insurance .auto-card .img-wrap .auto-dtl {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.auto-insurance .auto-card .img-wrap .auto-dtl a {
  color: #fff;
  text-align: center;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 700;
  text-transform: capitalize;
}
.auto-insurance .auto-card .img-wrap .auto-dtl a:hover {
  color: #EB1E27;
}

/*about section*/
.welcome-sec {
  padding: 100px 0;
  overflow: hidden;
  position: relative;
}
.welcome-sec .container {
  position: relative;
}
.welcome-sec .welcome-wrap > small {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
  position: relative;
  display: block;
  margin: 0 0 15px 0;
  color: #1f1f1f;
}
.welcome-sec .welcome-wrap > small .shape-left {
  margin: 0 10px 0 0;
  background: rgb(30, 77, 157);
  background: linear-gradient(270deg, rgb(30, 77, 157) 22%, rgb(135, 173, 238) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.welcome-sec .welcome-wrap > small .shape-right {
  background: rgb(30, 77, 157);
  background: linear-gradient(270deg, rgb(135, 173, 238) 22%, rgb(30, 77, 157) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 0 10px;
}
.welcome-sec .welcome-wrap > small i {
  font-size: 14px;
}
.welcome-sec .welcome-wrap h3 {
  color: #1f1f1f;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 24px;
}
.welcome-sec .welcome-wrap h3 strong {
  display: block;
  color: #EB1E27;
}
.welcome-sec .welcome-wrap h3 strong span {
  font-size: 48px;
}
.welcome-sec .welcome-wrap h3 strong span:last-child {
  color: #2459AA;
}
.welcome-sec .welcome-wrap ul {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}
.welcome-sec .welcome-wrap ul li {
  display: inline-block;
  padding: 10px;
  background-color: #1f1f1f;
  color: #2459AA;
  padding: 10px 10px 10px 40px;
  text-transform: capitalize;
  position: relative;
  margin: 0 10px 20px 0;
}
.welcome-sec .welcome-wrap ul li:after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #1f1f1f;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.welcome-sec .welcome-wrap ul li:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 20px;
  left: 10px;
  top: 50%;
  transform: translatey(-50%);
  background: #2459AA;
}
.welcome-sec .welcome-wrap p {
  color: #333;
  margin: 0 0 20px 0;
}
.welcome-sec .welcome-wrap .btn-primary a {
  background: rgb(30, 77, 157);
  background: linear-gradient(270deg, rgb(135, 173, 238) 22%, rgb(30, 77, 157) 100%);
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
  position: relative;
  border-radius: 10px;
}
.welcome-sec .welcome-wrap .btn-primary a:hover {
  background: linear-gradient(270deg, rgb(135, 173, 238) 0%, rgb(30, 77, 157) 100%);
}
.welcome-sec .wel-img {
  position: relative;
}
.welcome-sec .wel-img img {
  width: 100%;
}
.welcome-sec .wel-img .float-shape {
  position: absolute;
  right: 0;
  bottom: 100%;
  opacity: 0.5;
  animation: float-bob 5s infinite;
}
.welcome-sec .wel-img .why-info {
  width: 150px;
  height: 120px;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 10px;
  border: 1px dashed #1f1f1f;
  position: absolute;
  top: -40px;
  left: -55px;
  transition: 0.4s ease-in-out;
  overflow: hidden;
  background-color: #2459AA;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.4);
}
.welcome-sec .wel-img .why-info:before {
  content: "";
  position: absolute;
  background-image: url(../images/shape-2.png);
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: top right;
  width: 100px;
  height: 100px;
  top: -20px;
  right: -20px;
}
.welcome-sec .wel-img .why-info p {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: left;
  position: relative;
}

/*for banner counter*/
.banner-count {
  padding: 50px 0 20px 0;
}
.banner-count .banr-card {
  text-align: center;
  margin: 0 0 30px 0;
}
.banner-count .banr-card .icon-wrap {
  margin: 0 0 30px 0;
  position: relative;
  display: inline-block;
}
.banner-count .banr-card .icon-wrap:before {
  content: "";
  position: absolute;
  left: -5px;
  right: -5px;
  top: -5px;
  bottom: -5px;
  border: 2px solid #2459AA;
  opacity: 0.5;
  animation-name: zoom-inout;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  box-shadow: 0px 0px 5px 5px rgba(237, 27, 36, 0.4);
}
.banner-count .banr-card .icon-wrap i {
  width: 80px;
  height: 80px;
  background-color: #2459AA;
  font-size: 36px;
  line-height: 80px;
  color: #fff;
  display: inline-block;
}
.banner-count .banr-card .banr-counter strong {
  font-size: 24px;
  color: #333;
  line-height: 30px;
  display: block;
  margin: 0 0 20px 0;
  text-transform: capitalize;
}
.banner-count .banr-card .banr-title strong {
  color: #999999;
  font-weight: 400;
}
.welcome-wrap h2{
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #2459AA;
    margin: 0;
    font-weight: 600;
    padding-bottom:40px;
}
/*for why choose us section*/
.why-us {
    background-color:#fafafa;
  padding: 100px 0;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.why-us .headings {
  text-align: left;
}
.why-us .headings h3 {
  color: #2459AA;
}
.why-us .headings .heading-line span:before {
  display: none;
}
.why-us .headings .heading-line span:after {
  background-color: #eee;
}
.why-us .why-card p {
  color: #333;
  margin: 0 0 30px 0;
}
.why-us .why-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.why-us .why-card ul li {
  color: #000;
  font-weight:400;
  margin: 0 0 20px 0;
  width: 48%;
  display: flex;
  flex-shrink: 0;
  padding: 0 10px;
}
.why-us .why-card ul li span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #EB1E27;
  border-radius: 50%;
  margin: 0 10px 0 0;
  flex-shrink: 0;
  color: #2459AA;
  box-shadow: -2px -2px 3px -2px rgba(0, 0, 0, 0.5);
}
.why-us .why-img {
  position: relative;
  padding: 30px 30px 0 30px;
  text-align: center;
}
.why-us .why-img img {
    
  margin: 0 auto;
      border-radius: 20px;
    border: 3px solid #666;
}
.why-us .why-img img {
  position: relative;
}

/*for highlights*/
.highlights {
  padding: 50px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}
.highlights:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(31, 78, 157, 0.85);
}
.highlights .headings h3 {
  color: #fff;
}
.highlights .container {
  position: relative;
}
.highlights .high-card {
  text-align: center;
  padding: 20px;
  position: relative;
}
.highlights .high-card .img-wrap {
  display: inline-block;
  margin: 0 0 30px 0;
}
.highlights .high-card .img-wrap:before {
  content: "";
  position: absolute;
  top: -15px;
  right: -15px;
  left: 50%;
  bottom: -15px;
  border: 10px solid #EB1E27;
  opacity: 0.7;
}
.highlights .high-card .img-wrap figure {
  width: 200px;
  padding-top: 200px;
}
.highlights .high-card .img-wrap .icon-wrap {
  display: inline-block;
  margin: 0 0 20px 0;
  position: absolute;
  top: 50%;
  right: -45px;
  transform: translatey(-50%);
}
.highlights .high-card .img-wrap .icon-wrap i {
  font-size: 40px;
  background-color: #2459AA;
  width: 70px;
  height: 70px;
  line-height: 70px;
  color: #fff;
  border-radius: 50%;
}
.highlights .high-card h3 {
  display: block;
  color: #eee;
  text-transform: capitalize;
  position: relative;
  font-size: 24px;
  font-weight: 700;
}

/*partners*/
.partners {
  padding: 50px 0;
  background: #eee;
}
.partners .partner-slide {
  margin: 5px;
}
.partners .partner-slide .img-wrap {
  text-align: center;
}
.partners .partner-slide .img-wrap img {
  max-width: 250px;
  margin: 0 auto;
}

/*testimonials section*/
.testimonials {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-size: cover;
  padding: 100px 0;
  position: relative;
}
.testimonials:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(30, 77, 157, 0.7);
}
.testimonials .container {
  position: relative;
}
.testimonials .testi-main .headings h3 {
  color: #fff;
}
.testimonials .testi-main .headings .heading-line span {
  background-color: #1f1f1f;
}
.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: #fff;
  padding: 30px 40px 50px;
  margin: 30px 50px 10px 50px;
  position: relative;
  transition: 0.4s ease-in-out;
  box-shadow: -3px -3px 4px 1px rgba(0, 0, 0, 0.2);
  border-bottom: 1px dashed #999;
  border-right: 1px dashed #999;
}
.testimonials .testi-main .testi-card q {
  color: #333;
  margin: 0 0 20px 0;
  display: block;
  text-align: left;
  font-style: italic;
}
.testimonials .testi-main .testi-card .testi-profile {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.testimonials .testi-main .testi-card .testi-profile .testi-dtl {
  position: relative;
  text-align: left;
}
.testimonials .testi-main .testi-card .testi-profile .testi-dtl strong {
  color: #1f1f1f;
  font-size: 20px;
}
.testimonials .testi-main .testi-card .testi-profile .testi-dtl small {
  color: #2459AA;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
}
.testimonials .testi-main .testi-card .testi-profile .icon-wrap {
  position: absolute;
  right: -40px;
  top: -30px;
  animation: float-bob 5s infinite;
}
.testimonials .testi-main .testi-card .testi-profile .icon-wrap i {
  font-size: 40px;
  background-color: rgba(237, 27, 36, 0.4);
  border-radius: 50%;
  padding: 20px;
  color: #EB1E27;
}
.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: 20px;
  height: 5px;
}
.testimonials .testi-main .owl-dots .owl-dot.active span {
  background: #2459AA;
  opacity: 1;
}

/*blog section*/
.blogs {
  padding: 100px 0 50px 0;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
}
.blogs:before {
  content: "";
  position: absolute;
  left: 0;
  right: -50px;
  bottom: 0;
  top: 0;
  background-image: url(assets_front/images/shape-4.png);
  background-repeat: no-repeat;
  background-position: top right;
  opacity: 0.2;
  transition: 0.4s ease-in-out;
  animation: float-bob 4s infinite;
}
.blogs .container {
  position: relative;
}
.blogs .blog-card {
  margin: 0 0 50px 0;
  background-color: rgba(255, 255, 255, 0.3);
}
.blogs .blog-card .img-wrap .tags {
  position: absolute;
  right: 0;
  bottom: -20px;
}
.blogs .blog-card .img-wrap .tags a {
  display: inline-block;
  background-color: #EB1E27;
  padding: 5px 10px;
  color: #fff;
  text-transform: capitalize;
  border-radius: 20px 0 0 20px;
}
.blogs .blog-card .img-wrap .tags a:hover {
  background-color: #2459AA;
}
.blogs .blog-card .b-date {
  color: #999;
  padding: 10px 0;
  font-size: 20px;
}
.blogs .blog-card .blog-dtl {
  border: 1px solid #97a2b7;
  padding: 10px;
}
.blogs .blog-card .blog-dtl h4 a {
  color: #2459AA;
  font-size: 20px;
}
.blogs .blog-card .blog-dtl h4 a:hover {
  color: #EB1E27;
}
.blogs .blog-card .blog-dtl p {
  color: #333;
  margin: 0 0 20px 0;
  font-size: 16px;
}
.blogs .blog-card .blog-dtl .r-more {
  text-align: center;
  margin: 0 0 -30px 0;
}
.blogs .blog-card .blog-dtl .r-more a {
  display: inline-block;
  margin: 0 0 0 0;
  border: 1px solid #EB1E27;
  border-radius: 10px;
  padding: 5px 10px;
  background: #fff;
  font-weight: 500;
  color: #333;
}
.blogs .blog-card .blog-dtl .r-more a i {
  color: #EB1E27;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  transition: 0.4s ease-in-out;
}
.blogs .blog-card .blog-dtl .r-more a:hover {
  background-color: #2459AA;
  color: #fff;
}
.blogs .view-all {
  text-align: right;
  margin: 10px 0 0 0;
  border-top: 1px solid rgba(151, 162, 183, 0.3);
}
.blogs .view-all a {
  display: inline-block;
  padding: 5px 10px;
  background: rgb(30, 77, 157);
  background: linear-gradient(270deg, rgb(30, 77, 157) 22%, rgb(135, 173, 238) 100%);
  color: #fff;
  border-radius: 0 0 10px 10px;
}
.blogs .view-all a:hover {
  background: rgb(30, 77, 157);
  background: linear-gradient(270deg, rgb(30, 77, 157) 0%, rgb(135, 173, 238) 100%);
}

/*contact info section*/
.contact-info {
  padding: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #eee;
  position: relative;
}
.contact-info:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.02);
}
.contact-info .container {
  position: relative;
}
.contact-info .headings {
  text-align: left;
}
.contact-info .contc-card {
  display: flex;
  padding: 10px 30px;
  border: 1px solid rgba(151, 162, 183, 0.3);
  margin: 0 0 20px 0;
  border-radius: 10px;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.contact-info .contc-card a {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.contact-info .contc-card .icon-wrap i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #EB1E27;
  text-align: center;
  color: #fff;
  border-radius: 50%;
}
.contact-info .contc-card .contc-dtl h3 {
  color: #2459AA;
  font-size: 20px;
  font-weight: 600;
}
.contact-info .contc-card .contc-dtl p {
  color: #333;
  font-weight: 500;
}
.contact-info .form-wrap {
  background-color: #fff;
  padding: 30px;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.contact-info .form-wrap form h4 {
  color: #2459AA;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.contact-info .form-wrap form .f-wrap {
  position: relative;
  border: 1px solid rgba(151, 162, 183, 0.3);
  display: block;
  border-radius: 5px;
  margin: 0 0 20px 0;
}
.contact-info .form-wrap form .f-wrap .form-control,
.contact-info .form-wrap form .f-wrap .form-select {
  border: none;
  margin: 0;
  padding: 10px 40px 10px 10px;
}
.contact-info .form-wrap form .f-wrap i {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #2459AA;
}

/*for footer*/
footer {
  background-color: #16243c;
  padding: 30px 0 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
footer:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(22, 36, 60, 0.95);
}
footer .container {
  position: relative;
}
footer .f-logo {
  margin: 0 0 40px 0;
  text-align: center;
}
footer .f-logo img {
  max-width: 200px;
}
footer .social-bar {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
footer .social-bar li {
  display: inline-block;
}
footer .social-bar li a i {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  border: 1px solid #EB1E27;
  height: 26px;
  width: 26px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  transition: 0.4s ease-in-out;
}
footer .social-bar li a:hover i {
  background-color: #2459AA;
}
footer .foot-wrap {
  position: relative;
  padding: 20px;
}
footer .foot-wrap h4 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 0 0 20px 0;
  position: relative;
  position: relative;
  display: inline-block;
  padding: 0 20px 0 0;
}
footer .foot-wrap h4:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 1px;
  background-color: #2459AA;
}
footer .foot-wrap .foot-list {
  list-style: none;
  padding: 0;
  position: relative;
}
footer .foot-wrap .foot-list li {
  margin: 0 0 10px 0;
  padding: 0 0 0 25px;
  position: relative;
}
footer .foot-wrap .foot-list li:before {
  content: "\f21e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #2459AA;
  transition: 0.4s ease-in-out;
}
footer .foot-wrap .foot-list li:hover:before {
  color: #EB1E27;
}
footer .foot-wrap .foot-list li a {
  color: #999;
  text-transform: capitalize;
}
footer .foot-wrap .foot-list li a:hover {
  color: #2459AA;
}
footer .foot-wrap .foot-contact {
  list-style: none;
  padding: 0;
}
footer .foot-wrap .foot-contact li {
  margin: 0 0 10px 0;
}
footer .foot-wrap .foot-contact li a {
  color: #999;
  display: flex;
}
footer .foot-wrap .foot-contact li a:hover {
  color: #2459AA;
}
footer .foot-wrap .foot-contact li a i {
  font-size: 14px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 5px 0 0;
  color: #2459AA;
  border: 1px dashed #2459AA;
}
footer .copy-r {
  border-top: 1px dashed #777;
  padding: 40px 0;
  margin: 20px 0 0 0;
  background-color: rgba(30, 77, 157, 0.8);
}
footer .copy-r .copy-contn {
  justify-content: space-between;
  display: flex;
  color: #fff;
}
footer .copy-r .copy-contn strong {
  font-weight: 400;
}
footer .copy-r .copy-contn a {
  color: #EB1E27;
}

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

/*inner page page-banner*/
.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.5);
}
.page-banner .container {
  position: relative;
}
.page-banner .container .banr-wrap {
  text-align: center;
}
.page-banner .container .banr-wrap h2 {
     font-size: 50px;
    text-transform: uppercase;
    letter-spacing: 3px;
  color: #fff;
  display: inline-block;
  position: relative;
  padding: 0 50px 0 50px;
}
.page-banner .container .banr-wrap h2:before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #EB1E27;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translatey(-50%);
}
.page-banner .container .banr-wrap h2:after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #EB1E27;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
}

.page-banner .banr-wrap {
  margin: 0 0 20px 0;
}
.page-banner .banr-wrap h3 {
  color: #eee;
  text-transform: capitalize;
  font-size: 18px;
}
.page-banner .quick-form {
  border: 1px solid #fff;
  padding: 20px;
  border-radius: 10px;
}
.page-banner .quick-form > h4 {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 0 0 5px 0;
  margin: 0 0 20px 0;
}
.page-banner .quick-form .form-wrap form .btn {
  margin: 0 0 17px 0;
}

/*service single page*/
.form-wrap h3 {
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 0 100px 0 0;
  text-transform: capitalize;
  margin: 0 0 20px 0;
}
.form-wrap h3:before {
  content: "";
  width: 80px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  right: 0;
}
.form-wrap form h4 {
  color: #fff;
  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: #c1c1cd24;
  border-color: rgba(255, 255, 255, 0.9);
  color: #101010;
}
.form-wrap form .form-control::-moz-placeholder, .form-wrap form .form-select::-moz-placeholder {
  color: #fff;
}
.form-wrap form .form-control::placeholder,
.form-wrap form .form-select::placeholder {
  color: #fff;
}
.form-wrap form .form-control:focus,
.form-wrap form .form-select:focus {
  border-color: #fff;
  box-shadow: none;
}
.form-wrap form .btn {
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  position: relative;
  text-transform: capitalize;
  background: #b51d1d;
  border: none;
  font-weight: 500;
  border-radius: 10px;
}
.form-wrap form .btn:hover {
  background: #EB1E27;
}

.service-inq {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.service-inq .form-wrap {
  padding: 40px 20px;
  border-radius: 10px;
  background-color: rgba(31, 78, 157, 0.9);
}
.service-inq .form-wrap form h4 {
  color: #fff;
}
.service-inq .form-wrap form .form-control {
  border-color: #fff;
}
.service-inq .welcome-wrap ul li {
  display: block;
  background-color: transparent;
  color: #1f1f1f;
  font-weight: 700;
}
.service-inq .welcome-wrap ul li:after {
  height: 1px;
  opacity: 0.2;
}

/*gallery page*/
.pictures-wrap {
  padding: 100px 0 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.pictures-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
}
.pictures-wrap .container {
  position: relative;
}
.pictures-wrap .picture-card {
  position: relative;
  overflow: hidden;
  margin: 0 0 20px 0;
}
.pictures-wrap .picture-card .img-wrap {
  border: 1px solid rgba(215, 171, 121, 0.4);
  border-radius: 5px;
}
.pictures-wrap .picture-card .img-wrap figure {
  padding-top: 100%;
  border-radius: 5px;
  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 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
  padding: 20px 20px;
  color: #2459AA;
  text-align: left;
  text-transform: capitalize;
  border-radius: 0 0 5px 5px;
  text-align: center;
}
.pictures-wrap .picture-card .img-wrap .pic-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
  width: 10px;
  height: 1px;
  background-color: #2459AA;
}
.pictures-wrap .picture-card .img-wrap .pic-title:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translatey(-50%);
  width: 10px;
  height: 1px;
  background-color: #2459AA;
}
.pictures-wrap .picture-card .img-wrap .pic-title strong {
  font-size: 1.5rem;
}
.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;
  right: 10px;
  top: 10px;
  text-align: center;
  transition: 0.6s ease-in-out;
  opacity: 0;
}
.pictures-wrap .picture-card .pic-dtls a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
  margin: 0;
  display: inline-block;
  letter-spacing: initial;
  background: #2459AA;
  opacity: 0.5;
  font-size: 14px;
}
.pictures-wrap .picture-card .pic-dtls a:hover {
  opacity: 1;
  color: #fff;
}
.pictures-wrap .picture-card:hover .pic-dtls {
  opacity: 1;
}

.v-all {
  text-align: right;
  padding: 30px 0 0 0;
}
.v-all a {
  border-top: 2px dashed #2459AA;
  border-top: 2px dashed #2459AA;
  border-left: 2px dashed #2459AA;
  display: inline-block;
  padding: 10px 40px;
  color: #2459AA;
  font-weight: 500;
}
.v-all a:hover {
  background-color: #2459AA;
  color: #1f1f1f;
}
.v-all a i {
  transform: scale(-1) rotate(90deg);
  margin: 0 5px 0 0;
}

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

/*FAQs page*/
.faq-body {
  padding: 50px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.faq-body:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
}
.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: #2459AA;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 15px;
  color: #000;
  border-radius: 4px;
}
.faq-body .container .card .card-header .mb-0 > a {
  display: block;
  position: relative;
  font-size: 18px;
  color: #000;
}
.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: #EB1E27;
  color: #999;
  font-size: 18px;
  line-height: 26px;
  padding: 10px 10px 20px 10px;
}

/*contact page*/
.contact-body {
  padding: 100px 0 0 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(0, 0, 0, 0.6);
}
.contact-body .container {
  position: relative;
}
.contact-body .ft-card {
  text-align: left;
  margin: 0 0 30px 0;
  display: flex;
}
.contact-body .ft-card .icon-wrap {
  display: inline-block;
  margin: 0 10px 20px 0;
}
.contact-body .ft-card .icon-wrap span {
  color: #2459AA;
  width: 60px;
  height: 60px;
  line-height: 62px;
  text-align: center;
  border: 1px dashed #555;
  font-size: 32px;
}
.contact-body .ft-card .ft-dtl strong {
  display: block;
  text-transform: capitalize;
  color: #999;
}
.contact-body .ft-card .ft-dtl small {
  font-weight: 500;
  color: #eee;
  font-size: 20px;
}
.contact-body .ft-card .ft-dtl small a {
  font-weight: 500;
  color: #eee;
}
.contact-body .ft-card .ft-dtl small a:hover {
  color: #2459AA;
}
.contact-body .form-wrap {
  margin: 0 0 30px 0;
}

/*for quick quote*/
#quoteModal .modal-header {
  background-color: #2459AA;
}
#quoteModal .modal-body {
  background-color: #EB1E27;
  border: 1px solid #2459AA;
}

/*team page*/
.team-wrap {
  background-color: rgb(32, 33, 36);
  padding: 50px 0 20px 0;
}
.team-wrap .team-card {
  margin: 0 0 30px 0;
}
.team-wrap .team-card .img-wrap figure {
  width: 100%;
  padding-top: 100%;
}
.team-wrap .team-card .team-dtl {
  padding: 20px;
  background-color: #EB1E27;
}
.team-wrap .team-card .team-dtl strong {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 18px;
}
.team-wrap .team-card .team-dtl small {
  display: block;
  color: #eee;
  text-transform: capitalize;
}
.team-wrap .team-card .team-dtl .team-contact {
  position: relative;
  list-style: none;
  padding: 30px 0 10px 0;
  margin: 0;
  margin: 20px 0 0 0;
}
.team-wrap .team-card .team-dtl .team-contact:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 40px;
  background: #2459AA;
}
.team-wrap .team-card .team-dtl .team-contact li {
  display: inline-block;
  margin: 0 10px 0 0;
}
.team-wrap .team-card .team-dtl .team-contact li a i {
  font-size: 14px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 5px 0 0;
  color: #faa10b;
  border: 1px dashed #333333;
  transition: 0.4s ease-in-out;
}
.team-wrap .team-card .team-dtl .team-contact li a:hover i {
  background-color: #2459AA;
  color: #fff;
}

/*career hiring page*/
#career-form .modal-header {
  background-color: #faa10b;
}
#career-form .modal-body {
  background-color: #000000;
  border: 1px solid #faa10b;
}

.faq-body .card .btn-wrap a {
  background-color: #2459AA;
  color: #fff;
  display: inline-block;
  padding: 5px 50px 5px 10px;
  position: relative;
  text-transform: capitalize;
}
.faq-body .card .btn-wrap a:before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translatey(-50%);
  transition: 0.4s ease-in-out;
}
.faq-body .card .btn-wrap a:hover:before {
  right: 0;
}/*# sourceMappingURL=custom.css.map */

.slider-wrap .slider-bg .slide-sec .s-caption {
  position: absolute;
  top: 80%;
  transform: translatey(-50%);
  left: 5%;
  z-index: 1;
  padding: 50px 40px;
  text-align: left;
  max-width: 700px;
}

.slider-wrap .slider-bg .owl-item.active .s-caption {
  top: 50%;
  transition: 2s ease-in-out;
}

.page-banner .container .banr-wrap {
    font-size: 90px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #2459AA;
    margin: 0;
    font-weight: 900;
  text-align: center;
  position: relative;
  top: -100px;
  transition: 0.5s ease-in-out;
}

.page-banner .container .owl-item.active .banr-wrap {
  top: 0;
  transition: 2s ease-in-out;
}

