html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
  max-width: 100%;
  width: auto;
}

body {
  padding: 0 !important;
  font-family: "Outfit", sans-serif;
}


body a,
body button {
  color: #000;
  outline: none !important;
  text-decoration: none !important;
  transition: all ease 0.5s;
}

h2 {
  font-size: 35px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 10px 0px;
}

.p-100 {
  padding: 80px 0px;
}

* {
  padding: 0;
  margin: 0;
}

.m-100 {
  margin-bottom: 80px;
}

.under {
  color: #f50000;
  padding-left: 5px;
  border-left: 3px solid #3c2b98;
  display: inline-block;
  font-variant: small-caps;
  font-weight: 500;
}

.sec-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #3c2b98;
  color: #fff;
  transition: .5s;
  border-radius: 5px;
  text-transform: capitalize;
  margin-top: 10px;
  position: relative;
}

.sec-btn:hover {
  background-color: transparent;
  color: #fff;
  box-shadow: 0px 10px 20px 0px #00125315;
}

.sec-btn::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: scale(1, 0);
  transition: .5s;
  height: 100%;
  border-radius: 5px;
  background-color: #f50000;
  content: "";
}

.sec-btn:hover:after {
  transform: scale(1);
}

.sec-btn span {
  position: relative;
  z-index: 3;
}



.what {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 999;
}

.what a {
  color: #fff;
  font-size: 30px;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 5px 10px 0px #00000052;
  background: rgb(72, 156, 8);
}

.what a:last-child {
  font-size: 20px;
  background-color: #f50000;
}

/* -----Globle-Style----- */

/* ---header-section-start--- */

header {
  position: relative;
  z-index: 9999;
  background-color: #fff;
  width: 100%;
}

header::after {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #eee;
  width: 35%;
  content: "";
  height: 100%;
}

.top-bar {
  padding: 8px 0px;
  position: relative;
}

.top-bar::after {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #eee;
  content: "";
  height: 100%;
  width: 100%;
}

.top-left ul {
  padding: 0;
  position: relative;
  z-index: 3;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: flex-end;
}

.top-left ul li {
  margin: 0px 5px;
}
.top-left ul li:last-child{
    display:none;
}
.top-left ul li a {
  height: 35px;
  width: 35px;
  display: flex;
  transition: .5s;
  font-size: 18px;
  color: #fff;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
}

.top-left ul li:nth-child(1) a {
  background-color: #0866ff;
}

.top-left ul li:nth-child(3) a {
  background-color: #f50000;
}

.top-right {
  display: flex;
  padding: 5px 0px;
  position: relative;
  z-index: 3;
  justify-content: space-around;
  align-items: center;
}

.top-right .phone {
  margin-right: 30px;
  display: flex;
  align-items: center;
}

.top-right .phone .icon {
  margin-right: 10px;
  font-size: 18px;
  color: #f50000;
}

.top-right .phone:hover .icon {
  color: #3c2b98;
}

.top-right .phone:hover a {
  color: #f50000;
}

header .book {
  position: absolute;
  top: 0;
  left: 0;
  width: 23%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-size: cover;
}

header .get-quote .sec-btn {
  margin-top: 0;
}

header .navbar-brand {
  display: none;
}



header .book img {
  width: 230px;
  position: relative;
  z-index: 3;
}

.menu {
  position: relative;
  overflow-x: clip;
  transition: 1s;
  background-color: #ff3500;
}

.menu .navbar-brand {
  display: none;
}

.menu img {
  width: 90px;
}

.menu .navbar-nav {
  display: flex;
  align-items: center;
  width: 100%;
  flex: 1;
  margin-left: 30px;
}

.menu .navbar {
  padding: 16px 0px;
  background-color: #ff3500;
  z-index: 33;
  position: relative;
  border-radius: 40px 0px 0px 40px;
}

.menu .navbar-expand-lg .navbar-nav .nav-link {
  position: relative;
  padding: 10px 20px;
  font-size: 17px;
  text-transform: capitalize;
  transition: .5s;
  font-weight: 500;
  color: #fff;
}

.menu .navbar-expand-lg .navbar-nav .nav-link:hover,
.menu .navbar-expand-lg .navbar-nav .nav-link.active {
  color: #3c2b98;
}

.menu .navbar-expand-lg .navbar-nav .nav-link::before {
  left: 10px;
  top: 43%;
  content: "";
  transition: .5s;
  height: 7px;
  width: 7px;
  display: none;
  position: absolute;
  transform: translate(-50%, -50%);
  background-color: #ff3500;
}

.menu .navbar-expand-lg .navbar-nav .nav-link:hover:before {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: round 1.4s linear infinite alternate;
}

.menu .navbar-expand-lg .navbar-nav .nav-link.active::before {
  animation: round 1.4s linear infinite alternate;
  display: flex;
  align-items: center;
  justify-content: center;
}


@keyframes round {
  0% {
    transform: rotate(0deg) scale(0);
    border-radius: 100%;
  }

  100% {
    transform: rotate(360deg) scale(1);
    border-radius: 0;
  }
}

.menu .container-fluid {
  padding: 0px;
}

.menu .navbar-nav .dropdown .dropdown-menu {
  width: 250px;
}

.menu .navbar-expand-lg .navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
}

.menu .dropdown-menu {
  width: 280px;
  padding: 0;
  transition: 5s;
}

.menu .dropdown:hover .dropdown-menu {
  display: block;
  animation: up .4s linear alternate;
}

.menu .dropdown-menu .dropdown-item {
  font-size: 18px;
  border-bottom: 1px solid #ff3500;
  padding: 8px 16px;
}

.menu .dropdown-menu .dropdown-item:hover {
  background-color: #ff3500;
  color: #fff;
}

header .menu .logo-img {
  display: none;
}

header .sticky .navbar-nav {
  z-index: 9999;
  position: relative;
  margin-left: 0px;
}

header .sticky {
  display: block;
  z-index: 99999;
  background-color: #fff;
  position: fixed;
  box-shadow: 0px 10px 20px 0px #0006710e;
  top: 0;
  transition: 1s;
  left: 0;
  width: 100%;
}

header .sticky .logo-img {
  display: block;
}

header .sticky .logo-img img {
  width: 180px;
}

/* ----header-section-end---- */

/* ---Hero-Section-Start--- */

.hero-section .hero-slide {
  background-image: linear-gradient(#3b2b9867, #3b2b9867), url(../images/hero2.jpg);
  background-position: center;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-size: cover;
}

.hero-section .hero-slide2 {
  background-image: linear-gradient(#3b2b9867, #3b2b9867), url(../images/hero5.jpg);
}

.hero-section .hero-slide3 {
  background-image: linear-gradient(#3b2b9867, #3b2b9867), url(../images/hero3.jpg);
}

.hero-section .hero-slide4 {
  background-image: linear-gradient(#3b2b9867, #3b2b9867), url(../images/hero4.jpg);
}

.hero-section {
  position: relative;
}

.hero-content h2 {
  font-size: 36px;
}

.hero-section .slick-arrow {
  position: absolute;
  top: 45%;
  height: 50px;
  width: 50px;
  font-size: 0;
  border-radius: 100%;
  background-color: #f50000;
  color: #fff;
  display: flex;
  z-index: 99;
  align-items: center;
  justify-content: center;
  border: none;
}

.hero-section .slick-arrow:hover {
  background-color: #3c2b98;
}

.hero-section .slick-next {
  right: 20px;
}

.hero-section .slick-prev {
  left: 20px;
}

.hero-section .slick-arrow::after {
  position: absolute;
  font-size: 20px;
  font-family: "FontAwesome";
  content: "22";
}

.hero-section .slick-next::after {
  content: "\f061";
}

.hero-section .slick-prev::after {
  content: "\f060";
}

.hero-content {
  padding: 40px;
  background-color: #eeeeee94;
  position: relative;
}
.hero-content h2{
    color:#f50000;
}
.hero-content p {
  font-size: 20px;
  color:#3c2b98;
  line-height: 35px;
}

/* ---Hero-Section-End--- */

/* ---feature-section-start--- */
.feature-section {
  position: relative;
}

.feature-section .fea-box {
  padding: 30px;
  display: flex;
  flex-direction: column;
  transition: .5s;
  background-position: right;
  align-items: center;
  text-align: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0 10px 20px 0px #4e148c1a;
}

.feature-section .fea-box:hover,
.feature-section .fea-box.active {
  background-image: linear-gradient(#3b2b98ab, #3b2b98ab), url(../images/feature.jpg);
  background-position: center;
  background-size: cover;
  color: #fff;
}

.feature-section .fea-box h4 {
  font-size: 25px;
  font-weight: 700;
  margin: 20px 0px;
}

.fea-box .fea-icon {
  height: 80px;
  width: 90px;
  display: flex;
  border-radius: 5px;
  transition: .5s;
  align-items: center;
  background-color: #3c2b98;
  justify-content: center;
}

.fea-box:hover .fea-icon,
.fea-box.active .fea-icon {
  background-color: #f50000;
}

.fea-box .fea-icon img {
  width: 60px;
  filter: brightness(99);
}

/* ---feature-section-end---- */
.other-section .oth-content h2 {
  color: #f50000;
}

.os-para {
  font-size: 20px;
  font-weight: 500;
}

.oth-img {
  text-align: center;
}

.oth-img img {
  width: 70%;
}

.oth-img2 img {
  width: 80%;
}

.oth-content ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.oth-content ul li {
  display: flex;
  margin: 10px 0px;
}

.oth-content ul li i {
  font-size: 18px;
  color: #3c2b98;
  margin-right: 10px;
}
/*.oth-img3{*/
/*    width:auto;*/
/*}*/
/* ---cta-section-start--- */

.cta-section .cta {
  background-image: linear-gradient(#3b2b98d3, #3b2b98d3), url(../images/hero2.jpg);
  color: #fff;
  background-size: cover;
  background-position: left;
  padding: 40px;
}

.cta p {
  font-size: 19px;
  margin-top: 20px;
  margin-bottom: 0;
}

.cta-section .cta h3 {
  font-size: 25px;
  font-weight: 600;
  color: #f50000;
}

.cta-section .call-info {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.cta-section .call-info .call-img a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 70px;
  border-radius: 3px;
  background-color: #f50000;
  animation: zoom 2s infinite;
}

.cta-section .call-info .call-img img {
  width: 45px;
}

.cta-section .call-info .text {
  margin-left: 20px;
}

.cta-section .call-info .text a {
  font-size: 25px;
  color: #fff;
  font-weight: 600;
}

@keyframes zoom {
  0% {
    box-shadow: 0px 0px 0px 0px transparent;
  }

  50% {
    box-shadow: 0px 0px 0px 0px #fff;
  }

  100% {
    box-shadow: 0px 0px 0px 20px transparent;
  }
}

/* ---cta-section-end--- */

/* ---Product-section-start--- */
.product-section {
  background-image: linear-gradient(#3b2b98d3, #a4a0bbd3), url(../images/cta2.webp);
  background-position: center;
  background-size: cover;
  padding: 50px 0px;
  color: #fff;
  background-attachment: fixed;
}

.product-section2 {
  background-image: linear-gradient(to right, #fff, #e2e2e4d3, #fff), url(../images/cta2.webp);
  padding-top: 80px;
  padding-bottom: 0;
  color: #051301;
}

.pro-content h3 {
  font-size: 25px;
  font-weight: 600;
}

.pro-content ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.pro-content ul li {
  display: flex;
  align-items: center;
  margin-top: 10px;
}


.pro-content ul li i {
  height: 25px;
  width: 25px;
  background-color: #f50000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border-radius: 3px;
}

.pro-content .sec-btn {
  margin-top: 20px;
  background-color: #fff;
  color: #3c2b98;
}

.pro-content .sec-btn:hover {
  color: #fff;
}

.pro-content .sec-btn:nth-child(2) {
  background-color: #f50000;
  color: #fff;
}

.pro-content .sec-btn:nth-child(2):hover {
  color: #3c2b98;
}

.pro-content .sec-btn:nth-child(2):hover::after {
  background-color: #fff;
}

.product-section .pro-img img {
  width: 100%;
}

.product-section2 .sec-btn:nth-child(1) {
  background-color: #3c2b98;
  color: #fff;
}

.pro-dis {
  padding: 30px;
  border-radius: 10px;
  color: #fff;
  background-color: #3c2b98;
  margin-top: 40px;
}

.pro-dis h2 {
  font-size: 35px;
  color: #f50000;
}

.pro-dis h3 {
  font-size: 25px;
  font-weight: 600;
}

/* ---Product-section-start--- */

/* ---product-list-start--- */

.product-list .list {
  background-color: #eee;
  border: 2px solid #3b2b98dc;
  border-radius: 10px;
}

.product-list .list ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.product-list .list ul li {
  margin: 10px 0px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #3c2b98;
}

.product-list .list ul li:last-child {
  border: none;
}

/* ---choose-section-start--- */

.choose-section .ch-head {
  text-align: center;
}

.ch-box {
  padding: 30px;
  display: flex;
  background-color: #fff;
  align-items: center;
  box-shadow: 0 0 20px rgba(116, 116, 116, 0.171);
  border-radius: 5px;
  justify-content: space-between;
}

.ch-box h4 {
  font-weight: 600;
  font-size: 22px;
}

.ch-box .ch-img {
  height: 100px;
  width: 100px;
  background-color: #3c2b98;
  display: flex;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.ch-box .ch-img img {
  filter: brightness(87);
  width: 60px;
}

.ch-box .text {
  flex: 1;
}

.ch-box .text p {
  margin-bottom: 0;
}

/* ---Choose-Section-End--- */

/* ----testimonial-section-start---- */
.tes-slider,
.tes-slider2 {
  position: relative;
  margin-top: 20px;
  padding: 40px 0px;
}

.tes-slider::after,
.tes-slider2::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 60%;
  background-color: #3c2b98;
  background-position: center;
  border-radius: 20px;
  content: "";
  opacity: .7;
  z-index: -1;
  background-size: cover;
}

.tes-slider2::after {
  width: 65%;
}

.testimonial-section .tes-head {
  text-align: center;
}

.tes-box {
  padding: 20px;
  border: 1px solid #e9edf3;
  position: relative;
  border-radius: 8px;
  margin: 10px 20px;
  background-color: #ffffffda;
  height: 300px;
  box-shadow: 0 0 12px rgb(116, 116, 116, 0.25);
}

.tes-slider2 .tes-box {
  margin: 10px;
}

.tes-box .tes-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.tes-box .tes-info {
  display: flex;
  align-items: center;
}

.tes-box .tes-info .text {
  margin-left: 15px;
}

.tes-box .tes-info .text h5 {
  font-size: 16px;
  margin-bottom: -5px;
  color: #f50000;
}

.tes-box .tes-info .text span {
  font-size: 14px;
}

.tes-box p {
  font-style: italic;
  font-size: 15px;
}

.tes-slider2 .tes-box p {
  font-size: 14px;
}

.tes-box .tes-info .tes-img img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 100%;
}

.tes-box .ratting {
  color: #ffc400;
  font-size: 13px;
  margin-top: -4px;
}

.tes-box .ratting i {
  padding: 1px;
}

.ch-title,
.ch-text {
  color: #fff;
}

.tes-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  margin-top: 20px;
}

.tes-slider .slick-dots li {
  height: 4px;
  background-color: #eee;
  border-radius: 2px;
  margin: 0px 4px;
  width: 30px;
}

.tes-slider .slick-dots .slick-active {
  background-color: #3c2b98;
}

.tes-slider .slick-dots li button {
  font-size: 0;
  height: 14px;
  border-radius: 2px;
  background-color: transparent;
  width: 30px;
  margin-top: -2px;
  display: block;
  line-height: 0;
  border: none;
}

/* ----testimonial-section-end--- */

/* ---map-section-start--- */
.map-section .map {
  border-radius: 10px;
  height: 400px;
}

.map-section .map iframe {
  border-radius: 10px;
}

/* ---map-section-end--- */

/* ----contact-box---- */

.contact-box {
  padding: 20px;
  display: flex;
  align-items: center;
  background-color: #eee;
  position: relative;
  height: 100%;
  transition: .5s;
}

.contact-box:hover {
  color: #fff;
}

.contact-box::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  transition: .5s;
  background-color: #3c2b98;
  content: "";
}

.contact-box:hover:after {
  height: 100%;
}

.contact-box .icon {
  height: 80px;
  background-color: #3c2b98;
  border-radius: 100%;
  margin-right: 20px;
  z-index: 9;
  transition: .5s;
  position: relative;
  color: #fff;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-box:hover .icon {
  background-color: #f50000;
}

.contact-box .icon img {
  width: 45px;
  transition: .5s;
}

.contact-box:hover .icon img {
  filter: brightness(600);
}

.contact-box .text {
  flex: 1;
  position: relative;
  z-index: 9;
}

.contact-box .text h4 {
  font-size: 22px;
  font-weight: 700;
  transition: .5s;
  color: #3c2b98;
}

.contact-box:hover .text h4 {
  color: #f50000;
}

.contact-box:hover .text a {
  color: #fff;
}

.contact-box .text address {
  margin-bottom: 0;
}


/* ----Contact-box--- */

/* ----Quote-Section-Start---- */

.quote-section {
  position: relative;
}


.qs-item h4 {
  font-size: 24px;
  margin-bottom: 0px;
}

.quote .form-box {
  padding: 30px;
  background: #3c2b98;
}

.quote .form-box p {
  margin-bottom: 0;
  color: #fff;
  margin-top: 10px;
}

.quote-section .q-img {
  margin-right: -25px;
  height: 100%;
}

.quote-section .q-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quote-section h2 {
  margin: 0;
}

.quote-section .form-box h2 {
  color: #fff;
  font-size: 30px;
}

.quote-section .dealership {
  padding: 20px;
  color: #fff;
  background-color: #f50000;
}

.quote-section .dealership h2 {
  font-size: 30px;
  color: #3c2b98;
}

.form-box .f-group input,
.form-box .f-group select,
.form-box .f-group textarea {
  width: 100%;
  padding: 16px 20px;
  border: none;
  margin-top: 20px;
  outline: none;
  background-color: #fff;
}

.form-box .f-group input::placeholder,
.form-box .f-group textarea::placeholder {
  color: #000;
}

.form-box .f-group select {
  padding: 18px 20px;
}

.form-box .f-group .sec-btn {
  width: 100%;
  margin-top: 18px;
  background-color: #051301;
  padding: 14px 20px;
  border: none;
}

.qs-item {
  margin-right: -30px;
}

/* ----Quote-Section-End---- */

/* ---Cta-Two-start--- */

.cta-two .cta {
  padding: 40px 30px;
  background-image: linear-gradient(#3b2b98dc, #3b2b98dc), url(../images/cta2.jpg);
  background-position: center;
  color: #fff;
  margin-bottom: -60px;
  border-radius: 10px;
  background-size: cover;
  position: relative;
  z-index: 8;
}

.cta-two .cta h2 {
  font-size: 30px;
}

.cta-two .cta p {
  margin-top: 0px;
  margin-bottom: 0;
  color: #f50000;
}

.cta-two .cta-call {
  text-align: right;
}

.cta-two .cta-call .sec-btn {
  background-color: #fff;
  color: #3c2b98;
}

.cta-two .cta-call .sec-btn:hover {
  color: #fff;
}

/* ------footer-section-start------- */

.footer-section {
  padding-top: 80px;
  background-color: #eee;
  position: relative;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
}

.footer-section::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 67%;
  background-size: contain;
  z-index: 1;
  height: 100%;
}

.footer-logo {
  margin-bottom: 10px;
}

.footer-box .footer-text p {
  color: #000;
  line-height: 27px;
}

.footer-box {
  position: relative;
  z-index: 4;
}

.footer-logo img {
  width: 170px;
}

.footer-box .social {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
}

.footer-box .social li {
  margin: 0px 5px;
}
.footer-box .social li:nth-child(2){
    display:none;
}
.footer-box .social li a {
  height: 40px;
  width: 40px;
  display: flex;
  transition: .5s;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
  align-items: center;
  justify-content: center;
}

.footer-box .social li:nth-child(1) a {
  background-color: #0866ff;
}

.footer-box .social li:nth-child(2) a {
  background-color: #f50000;
}

.footer-box .footer-title h4 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #3c2b98;
  position: relative;
}

.footer-box .footer-title h4::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #3c2b98;
  width: 50px;
  border-radius: 10px;
  height: 3px;
  content: '';
}

.footer-link ul li a:hover {
  color: #3c2b98;
}

.footer-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-box ul li {
  margin: 10px 0px;
  font-weight: 500;
}

.footer-link2 ul li {
  display: flex;
  margin: 15px 0px;
  align-items: center;
}

.footer-link2 ul li a:hover {
  color: #3c2b98;
}

.footer-link2 ul li i {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  margin-right: 10px;
  border-radius: 4px;
  background-color: #3c2b98;
  font-size: 20px;
}

.footer-link2 ul li span,
.footer-link2 ul li a {
  flex: 1;
}

.footer-section .copy-right {
  text-align: center;
  padding: 10px;
  z-index: 7;
  background-color: #3c2b98;
  margin-top: 30px;
  position: relative;
}

.footer-section .copy-right p {
  margin-bottom: 0;
  color: #fff;
}

.footer-section .copy-right p a {
  color: #f50000;
  font-weight: 600;
}

.footer-section .map {
  height: 100%;
  border-radius: 10px;
}

.footer-section .map iframe {
  border-radius: 10px;
}

/* ------footer-section-end-------- */


/* ---Banner-Section-Start--- */

.banner-section {
  padding: 90px 0px 100px;
  color: #fff;
  position: relative;
  background-image: linear-gradient(#3b2b98c7, #3b2b98c7), url(../images/hero2.jpg);
  background-size: cover;
  background-position: center;
}

.banner-two {
  background-image: linear-gradient(#3b2b98c7, #3b2b98c7), url(../images/deal.jpeg);
}

.banner-section .banner-title ul {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 100px;
  background-color: #f50000;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  list-style: none;
  padding: 13px 20px;
}

.banner-title ul li a {
  padding: 5px;
  color: #fff;
  transition: .5s;
  font-weight: 600;
}

.banner-title ul li a:hover {
  color: #3c2b98;
}

/* ---Banner-Section-End--- */

/* ---Mission-Section-Start--- */

.mission-section .ms-box {
  padding: 30px;
  background-color: #3c2b98;
  color: #fff;
  border-radius: 5px;
}

.mission-section .ms-box p {
  margin-bottom: 0;
}

.ms-box h4 {
  font-weight: 600;
  margin-top: 20px;
}

.mission2 .ms-box {
  padding: 20px;
  background-color: #eee;
  color: #051301;
}

.mission2 .ms-para h2 {
  font-size: 32px;
  margin-top: 20px;
  color: #3c2b98;
}

/* ---Mission-Section-End--- */

/* ---Team-Section-Start--- */

.team-section .team-head {
  text-align: center;
}

.team-section .team-box {
  padding: 20px;
  background-color: #fff;
  margin-top: 20px;
  border-radius: 5px;
  border: 3px double #3c2b98;
}

.team-box .team-img img {
  border-radius: 5px;
}

.team-box h5 {
  font-size: 18px;
  font-weight: 600;
  color: #3c2b98;
}

.team-box h5 span {
  color: #f50000;
}

.team-table {
  margin-top: 30px;
}

.team-table h2 {
  color: #f50000;
  font-size: 30px;
  text-align: center;
}

.team-table ul {
  padding: 0px;
  background-color: #3c2b98;
  border-radius: 5px;
  margin: 0;
  list-style: none;
  color: #fff;
}

.team-table ul li {
  padding: 5px 10px;
  text-transform: capitalize;
  font-size: 14px;
  border-bottom: 1px solid #fff;
}

/* ---Team-Section-Start--- */

@media screen and (max-width:1024px) {
  h2 {
    font-size: 34px;
  }

  .ch-box h4 {
    font-size: 21px;
  }

  .tes-box {
    height: 250px;
  }

  .p-100 {
    padding: 60px 0px;
  }

  header .book img {
    width: 170px;
  }

  .menu .navbar {
    padding: 10px 0px;
  }

  .cta-two .cta h2 {
    font-size: 25px;
  }

  .m-100 {
    margin-bottom: 60px;
  }

  .team-box p {
    font-size: 15px;
  }

  .team-table ul li {
    text-transform: lowercase;
  }

  .team-box h5 {
    font-size: 16px;
  }
}

@media screen and (max-width:992px) {

  .top-left,
  header .book,
  .quote-section .q-img img {
    display: none;
  }

  .team-box h5 {
    font-size: 20px;
  }

  .team-box p {
    font-size: 18px;
  }

  header::after,
  .top-bar::after {
    background-color: #3c2b98;
  }

  .team-table h2 {
    font-size: 26px;
  }

  .menu .navbar,
  .menu {
    background-color: #fff;
  }

  .menu .navbar-brand {
    display: block;
  }

  .menu .navbar {
    padding: 0;
  }

  .navbar-toggler {
    border: 1px solid #3c2b98;
  }

  .navbar-toggler-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
  }

  .menu .navbar-toggler:focus {
    box-shadow: none;
  }

  .menu .navbar-nav {
    margin-left: 0;
    display: block;
  }

  .pro-dis h2 {
    font-size: 28px;
  }

  .other-section .mt-5 {
    margin-top: 10px !important;
  }

  .menu .navbar-expand-lg .navbar-nav .nav-link {
    color: #051301;
  }

  .menu .get-quote {
    margin: 20px;
  }

  .menu img {
    width: 160px;
  }

  .product-section2 {
    padding-top: 40px;
  }

  .feature-section .fea-box,
  .mission-section .ms-box,
  .team-table ul {
    margin-top: 20px;
  }

  .team-table ul li {
    text-transform: capitalize;
  }

  .p-100 {
    padding: 50px 0px;
  }

  .m-100 {
    margin-bottom: 50px;
  }

  .ch-box {
    padding: 20px;
    text-align: center;
    flex-direction: column;
  }

  .banner-section {
    padding: 40px 0px 80px;
  }

  .map-section .map {
    height: 300px;
  }

  .quote .form-box {
    margin-bottom: 30px;
  }

  .ch-box .ch-img {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .banner-section .banner-title ul {
    right: 0;
  }

  .tes-box {
    margin: 10px;
    height: 300px;
  }

  .other-section .oth-img {
    text-align: center;
  }

  .footer-box {
    margin-top: 20px;
  }

  .top-right .phone .text a {
    color: #fff;
  }

  .product-section .pro-img {
    margin-top: 20px;
  }

  .product-section .pro-img img {
    width: 60%;
  }

  .hero-content h2 {
    font-size: 30px;
  }
}

@media screen and (max-width:580px) {

  .hero-content,
  .cta-section .cta {
    padding: 20px;
  }

  .team-table h2 {
    font-size: 22px;
  }
  .product-section .pro-img img {
    width: 100%;
  }
  .team-box .text {
    margin-top: 20px;
    text-align: center;
  }

  .os-para,
  .team-box p {
    font-size: 16px;
    margin-bottom: 0;
  }

  .cta-two .cta {
    padding: 30px 20px;
  }

  .footer-section {
    background-color: transparent;
    margin-top: 20px;
  }

  .footer-section .footer {
    background-color: #eee;
    border-radius: 10px;
  }

  .cta-two .cta h2 {
    font-size: 20px;
  }

  .pro-dis h3 {
    font-size: 20px;
  }

  .pro-dis {
    padding: 20px;
  }

  .ms-box h4 {
    font-size: 20px;
  }

  h2,
  .mission2 .ms-para h2 {
    font-size: 26px;
  }

  .hero-content h2 {
    font-size: 24px;
  }

  .product-list .list ul li {
    font-size: 15px;
    padding: 10px;
  }

  .product-list .list ul li b {
    margin-right: 20px;
  }

  .hero-content p,
  .cta p {
    font-size: 16px;
    line-height: 25px;
  }

  .hero-section .hero-slide {
    height: 70vh;
  }

  .oth-img2 img {
    width: auto;
  }

  .oth-content ul li {
    text-align: left;
  }

  .cta-section {
    text-align: center;
  }

  .cta p {
    margin-top: 10px;
  }

  .cta-section .cta h3 {
    font-size: 20px;
    margin-top: 0;
    font-weight: 500;
  }

  .tes-slider,
  .tes-slider2 {
    margin-top: 0px;
    padding: 20px 0px;
  }

  .tes-slider::after {
    width: 80%;
  }

  .tes-box p {
    font-size: 16px;
  }

  .other-section {
    text-align: center;
  }

  .other-section p {
    margin-bottom: 0;
  }

  .footer-section .footer {
    padding: 20px;
  }

  .p-100 {
    padding: 40px 0px;
  }

  .m-100 {
    margin-bottom: 40px;
  }

  .top-right {
    justify-content: flex-start;
  }

  .top-right .phone:first-child {
    display: none;
  }

  .top-right .phone .text a {
    font-size: 18px;
  }

  .cta-section .cta {
    padding: 10px;
    padding-bottom: 30px;
  }

  .cta-section .cta h2 {
    font-size: 24px;
  }
  .hero-section .slick-arrow {
    top: auto;
    bottom:10%;
}
.menu img {
    width: 130px;
}
  .cta-section .call-info {
    text-align: left;
  }

  .pro-content ul li span {
    flex: 1;
  }
  .menu .get-quote {
    margin: 10px;
}
}