/**
* Template Name: Mamba
* Updated: Sep 18 2023 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/mamba-one-page-bootstrap-template-free/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
  font-family: "Montserrat", serif;
  color: #444;
}

a {
  color: #428bca;
  text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
  font-family: 'Roboto', sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #e48824;
  width: 40px;
  height: 40px;
  border-radius:0 0 0 10px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #629fd3;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #fff;
  border-bottom: 1px solid #eee;
  font-size: 15px;
  height: 40px;
  padding: 0;
}

#topbar .contact-info a {
  line-height: 0;
  color: #444;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #428bca;
}

#topbar .contact-info i {
  color: #428bca;
  line-height: 0;
  margin-right: 5px;
}

#topbar .contact-info .phone-icon {
  margin-left: 15px;
}

#topbar .social-links a {
  color: #5c768d;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #428bca;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  /* height: 70px; */
  z-index: 997;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.06);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 10px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #1c5c93;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 66px;
}

.scrolled-offset {
  margin-top: 0;
}
.head-main{   

  display: flex;
  width: 100%; 
  z-index:9;     
  
  /* padding: 0 25px 0 25px; */
}
.carousel-indicators{margin-bottom: 5rem;}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10px 0 10px 21px;
      font-size: 16px;
      font-weight: 600;
      color: #142b64;
      white-space: nowrap;
      transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #f3850b;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: 100%;
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #428bca;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #1f3548;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(31, 53, 72, 0.9);
  transition: 0.3s;
  z-index: 998;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #1f3548;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #428bca;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #428bca;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  /* height: calc(100vh - 110px); */
  height:448px;
  padding: 0;
  overflow: hidden;
  background: #000;
  
}

#hero .carousel-item {
  width: 100%;
  /* height: calc(100vh - 110px); */
  height:448px;
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  overflow: hidden;
}

/* #hero .carousel-item::before {
  content: "";
  background-color: #273679DB;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
} */

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

#hero .carousel-content {
  text-align: center;
}

@media (max-width: 992px) {

  #hero,
  #hero .carousel-item {
    height: calc(100vh - 70px);
  }

  #hero .carousel-content.container {
    padding: 0 50px;
  }
}

#hero h2 {
  color: #fff;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 600;
}

#hero p {
  width: 100%;
  animation-delay: 0.4s;
  color: #fff;
}
#hero span {
  width: 100%;
  animation-delay: 0.4s;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}
#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero .carousel-indicators li {
  list-style-type: none;
  cursor: pointer;
}

#hero .btn-get-started {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 16px 37px;
  border-radius: 0 0 0 10px;
  transition: 0.5s;
  line-height: 1;
  margin: 66px 0 0;
  color: #fff;
  animation-delay: 0.8s;
  border: 0;
  background: linear-gradient(to right,#e83819,#f3850b);
}

#hero .btn-get-started:hover {
  background: #fff;
  color:#e83819;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (max-height: 500px) {

  #hero,
  #hero .carousel-item {
    height: 120vh;
  }
}

@media (min-width: 1024px) {
  #hero p {
    width: 100%;
  }

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {

  overflow: hidden;
  width: 100%;
    float: left;
}

.section-bg {
  background-color: #f5f9fc;
}

.section-title {
  text-align: left;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 47px;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-bottom: 0;
  color: #fff;
}

.section-title p {
  margin-bottom: 0;
}
.section-title strong{color:#e48824; font-size:26px; font-weight:400;}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background-color: #f5f9fc;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about {
  padding-bottom: 30px;
}

.about .container {
  box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
}

.about .video-box img {
  padding: 15px 0;
}

.about .section-title p {
  text-align: left;
  color: #fff;
  color: #fff;
  font-size: 17px;
  font-weight: 300;
}

.about .about-content {
  padding: 40px;
  background: #273679;

}
.about-content1{position: relative;}
.about-content1 img{
  max-width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.about .icon-box+.icon-box {
  margin-top: 40px;
}

.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background: #f1f7fb;
  border-radius:0 0 0 10px;
  transition: 0.5s;
}

.about .icon-box .icon i {
  color: #428bca;
  font-size: 32px;
}

/* .about .icon-box:hover .icon {
  background: #428bca;
} */

.about .icon-box:hover .icon i {
  color: #fff;
}

.about .icon-box .title {
  margin-left: 95px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
}

.about .icon-box .title a {
  color: #fff;
  transition: 0.3s;
  text-transform: capitalize;
  font-size: 26px;
}

.about .icon-box .title a:hover {
  color: #fff;
}

.about .icon-box .description {
  margin-left: 95px;
  line-height: 24px;
  font-size: 14px;
  color: #fff;
}
.getaquote{    background: linear-gradient(to right,#e83819,#f3850b);
  color: #fff;
  
  padding: 10px 32px 15px;
  border-radius: 0 0 0 10px;
  width: 21%;


}
  .getaquote a{display: inline-block;}
.about .video-box {
  position: relative;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#428bca 50%, rgba(66, 139, 202, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(66, 139, 202, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #428bca;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# About Lists
--------------------------------------------------------------*/
.about-lists {
  padding: 40px;
  margin-top:30px;
}

.about-lists .row {
  overflow: hidden;
}

.about-lists .content-item {
  border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #e48824;
    margin: 0px 15px 27px 15px;
    --e-column-margin-right: 15px;
    --e-column-margin-left: 15px;
    padding: 21px 0 24px 27px;
    display: inline-block;
    width: 30.8%;
    border-radius: 0px 0px 0px 30px;
}
.about-lists .content-item strong{display: inline-block;width: 44%;}
.about-lists .content-item strong i{float:right; color:#e48824; font-size:24px;}
.about-lists .content-item span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #9eccf4;
}

.about-lists .content-item h4 {
  font-size: 28px;
  font-weight: 600;
  padding: 0;
  margin: 0 0 18px;
}

.about-lists .content-item p {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 30px;
  padding: 0;
}

@media (max-width: 768px) {
  .about-lists .content-item {
    padding: 40px 0;
  }
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  margin: 20px 0 0;
  width: 100%;
  float: left;
}

.counts .count-box {
  /* box-shadow: 0px 0 16px rgba(0, 0, 0, 0.1); */
  padding: 30px;
  /* background: #fff;
  margin-bottom: 30px; */
}

.counts .count-box i {
  display: block;
  font-size: 64px;
  margin-bottom: 15px;
}

.counts .count-box span {
  font-size: 35px;
  display: inline;
  font-weight: 700;
  color: #333;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
  padding-bottom: 30px;
}

.services .icon-box {
  margin-bottom: 20px;
  text-align: center;
}

.services .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  color: #428bca;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.services .icon i {
  font-size: 36px;
  line-height: 0;
}

.services .icon-box:hover .icon {
  box-shadow: 0px 0 30px rgba(66, 139, 202, 0.5);
}

.services .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
  padding-bottom: 15px;
}

.services .title a {
  color: #444;
  transition: 0.3s;
}

.services .title a:hover {
  color: #428bca;
}

.services .title::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #428bca;
  bottom: 0;
  left: calc(50% - 25px);
}

.services .description {
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Our Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #444;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #428bca;
  color: #fff;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}

.portfolio .portfolio-wrap img {
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.3s;
  text-align: center;
  background: rgba(31, 53, 72, 0.6);
  padding-bottom: 30px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.portfolio .portfolio-wrap .portfolio-info a {
  color: #428bca;
  margin: 0 4px;
  line-height: 0;
  background-color: #fff;
  border-radius: 50px;
  text-align: center;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info a i {
  font-size: 22px;
  line-height: 0;
}

.portfolio .portfolio-wrap .portfolio-info a:hover {
  background: #428bca;
  color: #fff;
}

.portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  padding-bottom: 0;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #428bca;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #428bca;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(31, 53, 72, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 22px 0 30px 0;
}

.team .member {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.team .member .pic {
  border-radius: 4px;
  overflow: hidden;
}

.team .member img {
  transition: all ease-in-out 0.4s;
}

.team .member:hover img {
  transform: scale(1.1);
}

.team .member .member-info {
  position: absolute;
  bottom: -48px;
  left: 20px;
  right: 20px;
  background: linear-gradient(360deg, rgb(92, 118, 141) 0%, rgba(92, 118, 141, 0.9) 35%, rgba(140, 167, 191, 0.8) 100%);
  padding: 15px 0;
  border-radius: 4px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #fff;
  position: relative;
  padding-bottom: 10px;
}

.team .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: calc(50% - 25px);
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  transition: color 0.3s;
  color: #fff;
}

.team .member .social a:hover {
  color: #9eccf4;
}

.team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

@media (max-width: 992px) {
  .team .member {
    margin-bottom: 100px;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  padding-bottom: 30px;
}

.faq .faq-item {
  margin-bottom: 40px;
}

.faq .faq-item h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #1f3548;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .info-box {
  color: #444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  margin-bottom: 30px;
  width: 100%;
}

.contact .info-box i {
  font-size: 32px;
  color: #428bca;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #9eccf4;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #666;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
 
  padding: 30px;
  background:#fff;
  margin: 0 0 -126px 0;
  box-shadow: 5px 5px 24px 0px rgb(86 85 85 / 12%);
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;

}

.contact .php-email-form input,
.contact .php-email-form textarea,.contact .php-email-form select {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus,
.contact .php-email-form select,
.contact .php-email-form textarea::focus {
  background-color: #428bca;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form select{ padding: 12px 15px;}
.contact .php-email-form button[type=submit] {
  background: linear-gradient(to right,#e83819,#f3850b);
  color: #fff;
  padding: 10px 32px 15px;
  border-radius: 0 0 0 10px;
  border: 0;
  transition: 0.4s;
}

.contact .php-email-form button[type=submit]:hover {
  background: #629fd3;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#footer {
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
  width: 100%;
  float: left;
}

#footer .footer-top {

  padding: 30px 0 0 0;
}

#footer .footer-top .footer-info {
  /* margin-bottom: 30px; */
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #768fa6;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #428bca;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
  position: relative;
}


#footer .footer-top .footer-links {
  margin-bottom: 0;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #9eccf4;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 20px;
  font-size: 15px;
  font-weight: 500;
}

#footer .footer-top .footer-links ul a:hover {
  color: #ce282c;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4;
}
.footer-newsletter p{color:#fff;}
#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
  background: transparent;
  border:0;
  outline: none;
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #ce282c;
  color: #fff;
  transition: 0.3s;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #E48824;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
  font-size: 14px;
  font-weight: 400;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #9eccf4;
}

.navbar-right li a{   
  background: linear-gradient(to right,#e83819,#f3850b);
  color:#fff;   
  display: inline;
  padding: 10px 32px 15px;
  border-radius: 0 0 0 10px;
}
.navbar {
  padding: 0;
  
}
.top-con{       
  margin-top:25px;
  width: 100%;
  /* display: flex; */
  z-index: 9;
  position: relative;
}
.top-con h1{
  background: #000000;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
  padding: 12px 20px 12px;
  border-radius: 10px 10px 0 0;
}
.top-con h1 i{font-size:20px;}
.track-1{
  background:#e48824;
  box-shadow: 5px 5px 24px 0px rgb(86 85 85 / 12%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0px 15px 0px 15px;
  --e-column-margin-right: 15px;
  --e-column-margin-left: 15px;
  padding: 52px 30px 52px 30px;
  border-radius: 0 0 0 20px;
  position: relative;
}
.track-1 img
{
  position: absolute;
  right: 0;
  bottom: 0;
}
.track-1 h1{
  color:#fff;    
  font-size: 31px;
  line-height: 30px;}
  .track-1 i{float:right;}
.email{    
  background: #142b64;
  box-shadow: 5px 5px 10px 0px rgb(86 85 85 / 18%);
  border-radius: 0;
  width:100%;
  float: left;
  /* display: flex;
  align-items: center; */
  padding: 7px 0 11px 10px;
}
.email ul{
      /* display: flex;
      justify-content: space-around; */
      padding: 0;
      margin-bottom: 0;
      background: #fff;
     
    }

.email ul li{
  
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  width: 100%;
  float: left;
  padding:10px 10px 6px 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  
}
.email ul li label{color:#fff;    width: 42%;}

.email p{
  font-size: 28px;
  color: #333;
  font-weight: 600;
}
.email .data1{width:100%; float: left;}
.email .data2{width:100%; float: left;}
.email .data2 button{   
  background: #ec2324;
  border: 0;
  width: 98%;
  padding: 8px 0;
  border-radius: 8px;
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  margin-top: 7px;
}
.email span{
  font-size: 18px;
  color: #949494;
  font-weight: 400;
}
.email span img{
  margin-right: 34px;
}
.email ul li input::placeholder{font-weight: 600;}
.email ul li input{   
  font-size: 14px;
  padding: 12px 10px;
}
.email ul li select{   
  font-size: 14px;
  padding: 12px 10px;
  font-weight: 600;
}
.counts ul{}
.counts ul li{
  list-style-type: none;
  width: 46%;
  float: left;
  margin: 0 2% 4%;
  border-radius: 0px 0px 0px 15px;
  border: 1px solid #e48824;
}
.ourwork h2{
  font-size: 18px;
  color:#273679;
  font-weight: 400;
}
.ourwork h3{
  font-size: 41px;
  color: #333;
  font-weight: 500;
  padding-bottom: 54px;
}

.box img {
  border-radius: 0px 0px 0px 30px;
}

.about-lists h2{    font-size: 20px;
  color: #273679;
  font-weight: 400;}
.about-lists p{
  font-size: 41px;
  color: #333;
  font-weight: 500;
  padding-bottom: 54px;
}

.get-cote{
  background: #273679;
  display: flex;
  justify-content: space-between;
  border-radius: 0 0 0 30px;

}
.get-data{
  width: 60%;
  padding: 50px 50px 0;
}
.get-data h2{
  color: #fff;
  font-size: 42px;
  margin: 0 0 21px;
}
.get-data-1{
  width: 40%;
  position: relative;}
.get-data-1 img {
  position: absolute;
  left: 50px;
  bottom: 0px;
  height: 541px;
}

.get-cote-box{ position: relative;}

.get-cote-box img{ position: absolute;
  right:0;
  bottom: 0;
}

.track-2{
  background: #e48824;
  box-shadow: 5px 5px 24px 0px rgb(86 85 85 / 12%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 25px 69px 27px 28px;
  border-radius: 0 0 0 20px;
  position: relative;
  left: 66%;
  top: 8px;
  display: inline-block;
}

  
.track-2 img
{
  position: absolute;
  right: 0;
  bottom: 0;
}
.track-2 h1{color:#fff;    font-size: 26px;
  line-height: 30px;}
  .track-2 i{float:right;}

.time__input {
  width: 100%;
}
.time__input .timepicker {
  width: 100%;
  font-size: 25px;
  padding: 10px;
  font-weight: 300;
  text-align: center;
  border: solid 1px #dee2e6;
  color: #303233;
  outline: none;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.1);
}

div[id^=tp_].timepicker__wrapper {
  opacity: 0;
  height: auto;
  min-width: 150px;
  max-height: 0px;
  overflow: hidden;
  position: absolute;
  transition: max-height 0.1s ease-in-out;
  background: #f4f5f7;
  background: linear-gradient(to bottom, #e3e3e5 0%, #efefef 7%, #f4f5f7 100%);
  border-radius: 0px 0px 5px 5px;
  border: solid 1px #dee2e6;
  border-top: transparent;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
}
div[id^=tp_].timepicker__wrapper * {
  box-shadow: border-box;
}
div[id^=tp_].timepicker__wrapper-active {
  opacity: 1;
  max-height: 150px;
  padding: 15px;
}
div[id^=tp_].timepicker__wrapper-full > div {
  width: 33% !important;
}
div[id^=tp_].timepicker__wrapper > div {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  text-align: center;
  width: 50%;
  max-width: 75px;
}
div[id^=tp_].timepicker__wrapper > div .display {
  color: #303233;
  font-size: 24px;
  font-weight: 100;
  line-height: 35px;
  margin: 0px;
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
div[id^=tp_].timepicker__wrapper > div .timepicker__button {
  margin: 15px auto;
  padding: 0px;
  background: #fff;
  cursor: pointer;
  background: transparent;
  border: solid 5px transparent;
}
div[id^=tp_].timepicker__wrapper > div .timepicker__button__up > div {
  width: 0px;
  height: 0px;
  margin: auto;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
  border-bottom: solid 5px #303233;
}
div[id^=tp_].timepicker__wrapper > div .timepicker__button__down > div {
  width: 0px;
  height: 0px;
  margin: auto;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
  border-top: solid 5px #303233;
}

.ourproject{background:url(../img/project_banner_bg.jpg) no-repeat; width:100%; height: 573px; position: relative;    margin-top: 47px;}
.ourproject::after{content:""; background:#273679db; position: absolute; top:0; left:0; right:0; bottom:0;  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;}

.ourproject .project-txt{position: absolute;     z-index: 9;    top: 21%;}
.ourproject .project-txt h2{color: #fff;
  font-size: 21px;
  font-weight: 400;margin-bottom: 20px;}
.ourproject .project-txt h3{color:#fff; font-size:45px; font-weight: 500;margin-bottom: 20px;}
.ourproject .project-txt p{color:#fff; font-size:20px; font-weight: 300;}
.ourproject .project-txt a{    background: linear-gradient(to right,#e83819,#f3850b);
  color: #fff;
  padding: 10px 32px 15px;
  border-radius: 0 0 0 10px;
  border: 0;
  transition: 0.4s;    
  margin-top: 35px;
  display: inline-block;}

  .ourproject .image-slidenew{position: absolute; left: 74%;}

  .ourproject .image-slidenew img{border-radius: 0px 0px 0px 30px;}
  .services .works{text-align: center;}
  .services .works p{    font-size: 25px;
    color: #273679;
    font-weight: 400;}
  .services .works h2{
    font-size: 40px;
    color: #333;
    font-weight: 500;
    padding-bottom: 54px;
  }
  .contact-main{
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color:#e48824;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0 15px 0px 15px;
    padding: 18px 30px 30px 26px;
    border-radius:0 0 0 30px;
    text-align: left;
  }
  .contact-main h4{
    font-size: 28px;
    font-weight:500;
    margin-bottom: 14px;
  }
  .contact-main p{
    font-weight:300;
    line-height: 27px!important;
    font-size: 20px!important;
    margin-bottom: 23px;
  }
  .contact-main strong{display: inline-block;width: 100%;}
  .contact-main strong i{    
    float: right;
    color: #e48824;
    font-size: 24px;
    margin-top: 20px;
  }
.testomonial{display: flex;}
.testomonial img{
      height: 379px;
}
.testomonial .add{background:#273679;height: 500px; width:68%;padding:54px 0 0 105px}

.testomonial .add p{
  color: #e48824;
  font-size: 24px;
}
.testomonial .add h2{
  color: #fff;
  font-weight: 500;
  font-size: 37px;
  margin-bottom: 26px;
}
.testomonial .add strong{
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 33px;
}
.swiper-wrapper .clint{display: flex;margin-top: 34px;}
.swiper-wrapper .clint h3{
  color: #fff;
  font-weight: 500;
  font-size: 22px;
  text-transform: uppercase;
}
.swiper-wrapper .clint span{
  color: #c5c5c5;
  font-weight: 300;
  font-size: 19px;
  text-transform:capitalize;
}
.swiper-wrapper .clint img{
  border-radius: 50%;
  height: 70px;
  width: 70px;
  border:2px solid#e48824;
  margin-right: 16px;
}
.section-title-1{text-align: center;}
.section-title-1 h2{    font-size: 40px;
  color: #333;
  font-weight: 500; margin-bottom:30px;}
.section-title-1 p{    font-size: 25px;
  color: #273679;
  font-weight: 400;}

.add-1{
  background:#273679;
  height: 517px;
}
.add-1 img{
  height: 571px;
    margin-top: -54px;
}

.add-1 h3{color:#fff; font-size: 45px; margin-top: 50px;margin-bottom: 36px;}

.accordion-body{font-size:18px; font-weight: 300;}
.accordion-button{font-size:20px;}
#footer .footer-top .footer-links ul li img{    margin-right: 11px;}
.footer-info img{    height: 133px;}
.social-all-new{
  display: flex;
      justify-content: left;
      margin-top: 20px;
}

.social-all-new a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #e48824;
  line-height: 1;
  padding: 8px 0;
  margin-right: 11px;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  transition: 0.3s;
}
.bx{line-height:0;}
.about-lists.add-new h2{
  color: #e48824; 
  text-align: left;    
  font-size: 27px;}
.about-lists.add-new p{
  text-align: left; 
  color:#282828;
  font-size: 42px;
  font-weight: 500;
  padding-bottom: 17px;
  line-height: 44px;

}
.about-lists.add-new span{
  text-align: left;
  color: #282828;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  display: inherit;

}


.about-lists.add-new .contact-main1 {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #e48824;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 25px 0 0;
  padding: 16px 0 3px 30px;
  border-radius: 0 0 0 30px;
  text-align: left;
  display: flex;
  width: 98%;
}
.about-lists.add-new .contact-main1 h4 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 5px;
  margin-left: 24px;
}

.about-lists.add-new .contact-main1 p{
  font-weight: 300;
  line-height: 27px;
  font-size: 17px;
  padding-bottom: 0;
  margin-left: 24px;
}

.about-lists.add-new .contact-main1 img{float: left;}

.video-box {
  position: relative;
}
.video-box::before {
  content: "";
  background-color: #273679DB;
  position: absolute;
  height: 100%;
  width: 666px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: 0px 0px 0px 30px;

}
.video-box .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#e48824 50%, rgba(228, 136, 36, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}
.video-box .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(228, 136, 36, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.video-box .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}


.video-box .play-btn:hover::after {
  border-left: 15px solid #e48824;
  transform: scale(20);
}

.video-box  .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
.about-lists.add-new1{position: relative;}
.about-lists.add-new1 img{height: 495px; position: absolute; right:0;}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{border: 1px solid #e48824!important; background: #e48824!important; color: #fff!important;text-align: center;}
.navbar li input{width: 374px;}
.add-read-more.show-less-content .second-section,
.add-read-more.show-less-content .read-less {
   display: none;
}

.add-read-more.show-more-content .read-more {
   display: none;
}

.add-read-more .read-more,
.add-read-more .read-less {
   font-weight: 500;
   margin-left: 2px;
   color: #ce282c;
   cursor: pointer;
}

.add-read-more{
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
.counts h2{
  font-size: 23px;
  color: #142b64;
  font-weight: 800;
  position: relative;
}
.counts h2:after, .counts h2:before {
  display: block;
  content: "";
  background-color: #ce282c;
}
.counts h2:before {
  width: 30px;
  height: 4px;
  position: absolute;
  bottom: 1px;
}
.counts h2:after {
  width: 120px;
  height: 1px;
  position: relative;
  margin-top: 13px;
}

.counts p{
  color: #3e3c3c;
  font-weight: 500;
  font-size: 15px;
}
.back-txtbanner{background:url(../img/banner-2.png) no-repeat; background-size:cover; height:381px;}
.back-txtbanner h2{    
  float: right;
  text-align: center;
  margin: 115px 74px 0;
  font-size: 35px;
  font-weight: 600;
  color: #fff;
}
.back-txtbanner p{
  display: inline-block;
    float: right;
    font-size: 15px;
    color: #142b64;
    margin: 23px 28px 0;
    text-align: center;
    line-height: 18px;
}
.popupall{
  width: 24.1%;
  float: left;
  background: #fff;
  box-shadow: rgba(0, 0, 0, .25) 0px .0625em .0625em, rgba(0, 0, 0, .25) 0px .125em .5em, rgba(255, 255, 255, .1) 0px 0px 0px 1px inset;
  padding: 9px;
  position: relative;
  border-bottom: 2px solid #ce282c;
  margin-bottom: 14px;
  margin-right: 10px;}
.popupall .sales-enquires{position: relative;}
.popupall .sales-enquires .off{    
  position: absolute;
  top: 0;
  right: 0;
  background: #ce282c;
  border-radius: 0px 0px 25px 25px;
  padding: 3px 7px 5px;
  line-height: 18px;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}
.popupall ._sale_text.jsx-d824998ba256ce6 {
  position: absolute;
  top: -18px;
  left: -69px;
  background: green;
  z-index: 9999;
  color: #f9f9f9;
  -webkit-transform: rotate(-61deg);
  -moz-transform: rotate(-61deg);
  -ms-transform: rotate(-61deg);
  -o-transform: rotate(-61deg);
  transform: rotate(-61deg);
  padding: 26px 40px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .4px;
  font-style: italic;
}

.popupall .sales-enquires button{     
  background: #ce282c;
  color: #fff;
  border: 0;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  padding: 8px 0;
  margin-top: 10px;
}
.popupall .sales-enquires h2{
  color: #0f1111;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  margin: 7px 0 5px;
}
.popupall .sales-enquires .milesall{width: 100%;float: left;}
.popupall .sales-enquires .milesall span{
  font-weight: 500;
  color: #000;
  font-size: 12px;
}
.green{color: #008a00 !important;; font-weight: 600!important;font-size: 13px!important;}
.modal{--bs-modal-width: 673px;}
.popup{}
.popup h5{font-weight: 600;
  font-size: 17px;
  color: #fff;
}

  .popup .modal-header{background: #142b64;}
  .popup label{font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 10px;}
    .popup input::placeholder{font-size:16px;}
    .popup .btn-close{
      -webkit-filter: grayscale(1) invert(1);
      filter: grayscale(1) invert(1);
    }
    .popup .subbtn{
      outline: none;
      border: none;
      background: #ce282c;
      color: #ffff;
      max-width: 170px;
      width: 100%;
      padding: 10px 16px 10px 12px;
      font-size: 20px;
      font-weight: 500;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      cursor: pointer;
      margin-top: 14px;
    }
    .counts.add p{
      line-height: 26px;
      font-size: 16px;
    }
    .newdata{
      width:100%; float: left;
    }
    .newdata ul{
      margin: 0;
      padding: 0;
    }
    .newdata ul li{
      width: 100%;
      border-radius: 0;
      border: 0;
      list-style-type: disc;
      margin: 9px 16px 0;
      font-size: 14px;
      font-weight: 600;
    }

    .fastdata{width:100%; float: left; margin-top:15px;}
    .fastdata ul{display: flex; margin:0; padding:0;    justify-content: space-around;}
    .fastdata ul li{    width: 24%;
      text-align: center;
      list-style-type: none;
      border: 1px solid #c2c2c2;
      border-radius: 10px;
      padding: 9px;}
    .fastdata ul li h2{    
      font-size: 17px;
      margin-top: 10px;}
    .fastdata ul li p{ font-size: 14px;
      font-weight: 500;}
    .fastdata ul li img{}

    .fastdata ul li:hover {
      -webkit-box-shadow: 0 0 12px -4px #333;
      -moz-box-shadow: 0 0 12px -4px #333;
      box-shadow: 0 0 12px -4px #333;
  }

  .purchase{width:100%; float: left; margin-top:25px;}
  .purchase ul{display: flex; margin:0; padding:0;    justify-content: space-around;}
  .purchase ul li{      width: 24%;
    text-align: left;
    list-style-type: none;
    border: 1px solid #c2c2c2;
    border-radius: 10px;
    padding: 9px;
    margin: 0; position: relative;}
  .purchase ul li h2{    
    font-size: 17px;
    margin-top: 10px;}
  .purchase ul li p{ font-size: 14px;
    font-weight: 500;}
  .purchase ul li img{}

  .purchase ul li:hover {
    -webkit-box-shadow: 0 0 12px -4px #333;
    -moz-box-shadow: 0 0 12px -4px #333;
    box-shadow: 0 0 12px -4px #333;
}

.purchase ul li h2::after{display:none;}
.purchase ul li h2::before{display:none;}
.purchase ul li span{
  position: absolute;
  top: -15px;
  left: 38%;
  background: #ce282c;
  border-radius: 34px;
  padding: 4px 19px;
  color: #fff;
}
.brand{width:100%; float: left; margin-top:20px;}
.brand ul{    
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 16.3%;
}
.brand ul li{    
  list-style-type: none;
  width: auto;
  float: inherit;
  margin: 0;
  border: 0;     
  padding: 4px 0; cursor: pointer;
  font-size: 15px;
  color: #333;
  font-weight: 500;

}
.brand ul li:hover{color:#ce282c;}
.conter{   
  width: 100%;
  float: left;
  margin-top: 30px;
  background: #f5f6f9;
  padding: 27px 0 12px;
}
.conter ul{display: flex; justify-content: space-around;}
.conter ul li{    
  list-style: none;
  background: #fff;
  padding: 0;
  text-align: center;
  width: 18%;
}
  .conter ul li img{      
    display: block;
    margin: 11px auto 0;
    height: 65px;
  }
  .conter ul li span{font-size:30px; font-weight: 700;}
  .conter ul li p{font-size:15px; font-weight: 500;}
  .red{color: #ce282c;}
  .ourengine{}
  .ourengine h3{    
    color: #142b64;
    font-size: 22px;
    font-weight: 600; 
    margin-top: 15px;
  }
  .ourengine h4{
    color: #ce282c;
    font-size: 40px;
    font-weight: 800;
  }
  .whywithus{width:100%; float: left; margin-top:20px;}
  .whywithus h2{   color: #142b64;
    font-size: 30px;
    font-weight: 600; position: relative;    display: inline-block;}
    .whywithus h2:before {
      width: 30px;
      height: 4px;
      position: absolute;
      bottom: 1px;
          display: inline-block;
  }
  .whywithus h2:after, .whywithus h2:before {
    display: block;
    content: "";
    background-color: #ce282c;
}
.whywithus h2:after {
  width: 120px;
  height: 1px;
  position: relative;
  margin-top: 13px;
}

.chooseus{width:100%; float: left;    float: left;
  margin-top: 30px;}

.chooseus ul{}
.chooseus ul li{ 
  list-style-type: none;
  display: inline-block;
  width: 46%;
  float: left;
  min-height: 389px;
  margin-right: 4%;
  padding: 15px 16px 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
  margin-bottom: 27px;
}

  .chooall{display:flex;}
  .chooall .firstdiv{    flex: 0 0 100px;}
  .chooall .seconddiv{    flex-basis: calc(100% - 100px);}
  .chooall .seconddiv h3{color: #142b64;
    font-size: 20px;
    font-weight: 600;}
  .chooall .seconddiv p{
    color: #142b64;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
  }

  .faq-falsetop{margin-top:15px;}
  .accordion-header {
    margin-bottom: 0;
    border: 1px solid #142b64;
    /* background: #142b64; */
}
.accordion-button{background: #142b64; color:#fff; font-size:16px;}
.accordion-button:not(.collapsed){background: #142b64; color:#fff; font-size:16px;}
.accordion-button::after{-webkit-filter: grayscale(1) invert(1);
  filter: grayscale(1) invert(1);}
  .accordion{
    border: 1px solid #142b64;
   
  }
  .accordion-item{margin-bottom:10px;}
  .accordion-body{ font-size:15px;
    font-weight: 500;}
    footer {background:#142b64;}


    #footer .footer-top h4:after {
      width: 120px;
      height: 1px;
      position: relative;
      margin-top: 13px;
    }
    #footer .footer-top h4:after {
      width: 120px;
      height: 1px;
      position: relative;
      margin-top: 13px;
    }
    #footer .footer-top h4:after, #footer .footer-top h4:before {
      display: block;
      content: "";
      background-color: #ce282c;
    }