@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
  max-width: 100%;
  width: auto;
}

body {
  padding: 0 !important;
  font-family: 'Lato', sans-serif;
}

body a,
body button {
  color: #000;
  outline: none !important;
  text-decoration: none !important;
  transition: all ease 0.5s;
}

.what {
  position: fixed;
  bottom: 30px;
  left: 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 #000;
  background: #2cad0c;
}

.what a:last-child {
  font-size: 20px;
}

* {
  padding: 0;
  margin: 0;
}

h2 {
  font-size: 45px;
  font-weight: 700;
  margin: 10px 0px;
}

.m-100 {
  margin-bottom: 80px;
}

.sec-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #da251c;
  color: #fff;
  transition: .5s;
  border: 1px solid #da251c;
  position: relative;
  margin-top: 20px;
  font-size: 18px;
}

.sec-btn::after {
  position: absolute;
  bottom: 0;
  background-color: #070212;
  height: 0px;
  width: 0px;
  transition: .5s;
  content: "";
  right: 0;
}

.sec-btn:hover::after {
  height: 100%;
  width: 100%;
}

.sec-btn:hover {
  background-color: transparent;
  color: #da251c;
}

.sec-btn span {
  position: relative;
  z-index: 32;
}

.under {
  color: #da251c;
  font-weight: 600;
  padding: 8px 10px;
  background-color: #eee;
  border-radius: 5px;
}

.under i {
  color: #070212;
  padding-right: 10px;
}

.thank {
  text-align: center;
  height: 100vh;
  width: 100%;
  margin-top: 100px;
}

.thank-section ul {
  display: flex;
  list-style: none;
  justify-content: center;
}

/*-----popup-section-----*/


.pop {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999999;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.539);
}

.pop-form {
  background-color: #edf6f7;
  padding: 40px 20px 20px;
  width: 50%;
  position: relative;
}

.pop-form .close {
  position: absolute;
  top: 7px;
  right: 20px;
  cursor: pointer;
  color: #bba850;
  font-size: 30px;
  line-height: 50px;
}

.pop-form input,
.pop-form select,
.pop-form textarea {
  width: 100%;
  padding: 13px;
  outline: none;
  border-radius: 5px;
  margin-top: 15px;
  background-color: #efe6bf;
  border: none;
  color: rgb(120, 115, 115);
  font-size: 18px;
}

.pop-form button {
  outline: none;
  border: none;
}

/*-----popup-section-----*/

/* -------Globle-css-end------- */

/* ------header-section-start------- */

.top-bar {
  padding: 10px 0px;
  background-color: #e8f0ef;
}

.top-left-bar {
  display: flex;
  align-items: center;
}

.top-bar .top-left-bar .email {
  margin-right: 10px;
}

.top-left-bar a {
  padding-left: 10px;
}

.top-bar .top-left-bar .phone {
  display: none;
}

.top-bar .top-right-bar ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: flex-end;
}

.top-right-bar ul li a {
  background-color: #070212;
  color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 6px;
}

.top-right-bar ul li a:hover {
  background-color: transparent;
  border: 1px solid #070212;
  color: #070212;
}

.logo-bar {
  padding: 7px 0px;
  position: relative;
  color: #fff;
  background-color: #da251c;
}

.logo-bar::after {
  position: absolute;
  top: 0px;
  left: -7%;
  height: 100%;
  width: 34%;
  content: "";
  background-color: #e8f0ef;
  transform: skew(28deg);
}

.logo-bar .logo img {
  width: 200px;
  position: relative;
  z-index: 434;
}

.logo-bar .phone,
.logo-bar .address {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-bar a {
  color: #fff;
}

.logo-bar .address .text,
.logo-bar .phone .text {
  flex: 1;
  line-height: 20px;
}

.logo-bar .address address {
  margin-bottom: 0;
}

.logo-bar .phone .icon,
.logo-bar .address .icon {
  height: 40px;
  width: 40px;
  border-radius: 5px;
  margin-right: 10px;
  background-color: #070212;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu {
  
  padding: 10px 0px;
}

.menu .navbar {
  padding: 0;
}

.menu .navbar-light .navbar-nav .nav-link {
  color: #070212;
  letter-spacing: 1px;
  padding: 0px;
  transition: .5s;
  position: relative;
}

.menu .navbar-nav .nav-link::before {
  border-bottom: 4px solid #da251c;
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  height: 100%;
  transition: .5s;
  width: 0%;
}

.menu .sec-btn {
  margin-top: 0px;
}

.menu .navbar-nav .nav-link:hover:before {
  width: 100%;
}

.menu .nav-item {
  margin: 0px 17px;
}

.menu .navbar-nav .active {
  border-bottom: #da251c 4px solid;
}

.sticky {
  background-color: #fff !important;
  position: fixed !important;
  top: 0 !important;
  left: 0;
  padding: 0px;
  width: 100%;
  box-shadow: 0px 10px 20px 0px #16161632;
  z-index: 999;
}

.sticky .navbar-light .navbar-nav .nav-link {
  color: #000 !important;
}

.menu .navbar-light .navbar-nav .nav-link:hover,
.menu .navbar-light .navbar-nav .nav-link.active {
  color: #da251c;
}

.sticky .navbar-expand-lg .navbar-nav {
  padding-left: 100px;
}

.menu .navbar-light .navbar-brand {
  display: none;
}

.sticky .navbar-light .navbar-brand {
  display: block;
}

.menu .navbar-light .navbar-brand img {
  width: 200px;
}

.dropdown-item:hover {
  color: #fff;
  background-color: #070212;

}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  padding: 0;
  width: 240px;
}

.sticky .navbar-light .navbar-nav .nav-link:hover,
.sticky .navbar-light .navbar-nav .active {
  color: #da251c !important;
}

/* -------header-section-end------ */

/* ----Hero-Section-Start---- */
.hero-section {
  background-image: url(../images/hero.jpg);
  background-size: cover;
  background-position: center;
  height: 650px;
  display: flex;
  align-items: center;
}

.hero-text {
  color: #fff;
  text-align: center;
  margin-top: 50px;
}

.hero-text h2 {
  font-weight: 700;
  margin-top: 20px;
  font-size: 40px;
}

.hero-text .sec-btn {
  background-color: #070212;
}

/* -----hero-section-End---- */

/* ----about-Section-start---- */
.about-section {
  background-image: linear-gradient(to right, #ffffffef, #ffffff9f), url(../images/ser-shape1.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
}

.about-section .as-item img {
  width: 100%;
}

.about-section .as-item .as-img {
  height: 100%;
}

.about-section .as-item .text h4 {
  font-size: 25px;
  list-style: 35px;
  font-weight: 500;
}

.about-section .as-item .text h4 span {
  color: #070212;
}

.as-content p {
  margin-bottom: 5px;
}

/* ----About-Section-End---- */

/* ---cta-section-start--- */

.cta-section {
  background-image: url(../images/cta.png);
  margin: 40px 0px;
  background-repeat: no-repeat;
  background-position: bottom;
}

.cta-section .cta {
  color: #fff;
  padding: 100px 0px;
}

.cta-section .cta h4 {
  display: flex;
  align-items: center;
}

.cta-section .cta h4 i {
  height: 50px;
  width: 50px;
  background-color: #da251c;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  position: relative;
  border-radius: 100%;
}

.cta-section .cta h4 a {
  color: #fff;
}

.cta-section .cta h4 i::after {
  height: 100%;
  width: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  content: '';
  animation: zoom 2s infinite;
}

@keyframes zoom {
  0% {
    box-shadow: 0px 0px 0px 0px transparent;
  }

  50% {
    box-shadow: 0px 0px 0px 0px #070212;
  }

  100% {
    box-shadow: 0px 0px 0px 16px transparent;
  }
}

/* ---cta-section-end--- */

/* -------Service-section-start------- */

.service-section {
  background-image: linear-gradient(#ffffffa1, #fffffff5), url(../images/ser-shape.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ser-head h2 {
  font-weight: 600;
  text-align: center;
}

.ser-head h2 span {
  font-size: 55px;
  color: #da251c;
}

.ser-box {
  border-radius: 10px;
  padding: 20px;
  height: 100%;
  position: relative;
  background-color: #eee;
  overflow: hidden;
}

.ser-box .layer {
  position: absolute;
  bottom: -100%;
  right: -100%;
  transition: .5s;
  height: 300px;
  width: 300px;
  border-radius: 100%;
  background-color: rgba(233, 224, 224, 0.162);
}

.ser-box:hover .layer {
  bottom: -100px;
  right: -100px;
}

.ser-box:hover {
  color: #fff;
  background: linear-gradient(#da251c, #da251c);
}

.ser-box .sec-btn {
  background-color: #070212;
}

.cit-head h2 {
  font-size: 30px;
}

.ser-box .ser-btn {
  margin-left: 20px;
  color: #fff;
  background-color: #da251c;
}

.ser-box:hover .ser-btn {
  background-color: #fff;
  color: #da251c;
}

.sec-btn.ser-btn::after {
  background-color: #fff;
}

.ser-box .layer::after {
  background-color: rgba(240, 227, 227, 0.227);
  border-radius: 100%;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 75%;
  transform: translate(-50%, -50%);
  width: 75%;
}

.ser-box p {
  margin-bottom: 0px;
}

.ser-box .layer::before {
  background-color: #070212;
  border-radius: 100%;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 45%;
  transform: translate(-50%, -50%);
  width: 45%;
}

.ser-box h4 {
  margin-top: 15px;
  font-size: 22px;
}

.ser-box img {
  width: 60px;
}

.service2 .ser-box img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

/* -------Service-section-end--------- */


/* -----------counter-section-start--------- */

.counter-section {
  position: relative;
  padding: 60px 0px;
  background-image: linear-gradient(#000000b3, #000000b3), url(../images/counter.jpg);
  margin: 80px 0px;
}

.cont-box {
  text-align: center;
  margin-top: 20px;
  color: #fff;
  border-radius: 10px;
}

.cont-box p {
  font-size: 20px;
  margin-bottom: 0px;
}

.cont-box h2 {
  font-size: 35px;
  font-weight: 700;
  margin-top: 10px;
  color: #da251c;
  position: relative;
  line-height: 30px;
}

.cont-box h2::after {
  content: "+";
  font-size: 45px;
}

.count-box2 h2::after {
  content: "Y";
  font-size: 30px;
  padding-left: 5px;
}

/* -----------counter-section-end----------- */

/* ---Testimonial-Section-Start---- */

.tes-box {
  padding: 20px;
  background-color: #fff;
  margin: 15px;
  box-shadow: 0px 5px 20px 0px #517cc028;
}

.tes-box .tes-img img {
  width: 100px;
  display: block;
  height: 100px;
  object-fit: cover;
}

.tes-box .tes-title {
  flex: 1;
}

.tes-box .tes-title p {
  font-style: italic;
  margin-top: 10px;
}


.tes-box .tes-title h5 {
  color: #070212;
  font-size: 19px;
  font-weight: 600;
}

.tes-box .tes-title h5 span {
  color: #da251c;
  font-size: 14px;
  font-weight: normal;
}

.tes-box .testimonial-title>span {
  padding: 20px;
  background-color: #da251c;
}

.tes-box .testimonial-title i {
  font-size: 80px;
}

.tes-cart {
  display: flex;
  border: 4px double #070212;
  align-items: center;
  background-color: #fff;
  margin-top: 20px;
  padding: 20px;
}

.tes-cart img {
  width: 60px;
}

.tes-cart h5 {
  font-size: 20px;
  margin-bottom: 0px;
  font-weight: 600;
}

.tes-cart .tes-text {
  margin-left: 20px;
}

.tes-box .shape {
  position: absolute;
  bottom: 20px;
  right: 20px;
  height: 120px;
  width: 120px;
}

.testimonial-section h2 {
  font-weight: 700;
  line-height: 45px;
  text-transform: capitalize;
}

.testimonial-section h2 span {
  color: #070212;
}

.testimonial-section .head p {
  font-size: 18px;
}

/* ----Testimonial-Section-End---- */


/* -----Brand-Section-Start----- */

.brand-section {
  text-align: center;
}

.brand-section .brand-box {
  padding: 20px;
  border: 1px solid #da251c;
  margin: 10px;
  border-radius: 10px;
}

.brand-section .brand-box img {
  margin: auto;
  width: 200px;
}

.brand-section h3 {
  font-size: 35px;
  font-weight: 700;
  color: #da251c;
}

/* ---Brand-Section-End---- */

/* ------footer-section-start------- */

.footer-section {
  padding-top: 50px;
  background-image: linear-gradient(#eeeeeee2, #eeeeeee2), url(../images/hero.avif);
  background-size: cover;
  background-position: center;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-logo img {
  width: 200px;
}

.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 a {
  height: 40px;
  width: 40px;
  display: flex;
  transition: .5s;
  color: #fff;
  font-size: 18px;
  align-items: center;
  justify-content: center;
}

.footer-box .social li a {
  background-color: #070212;
}

.footer-box .social li a:hover {
  color: #070212;
  background-color: #da251c;
  border-radius: 100%;
}

.footer-box .footer-title h4 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #070212;
  position: relative;
}

.footer-box .footer-title h4::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #da251c;
  width: 50px;
  border-radius: 10px;
  height: 3px;
  content: '';
}

.footer-link ul li a:hover {
  color: #070212;
}

.footer-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-box ul li {
  margin: 10px 0px;
}


.footer-link2 ul li {
  display: flex;
  align-items: center;
  margin: 15px 0px;
}

.footer-link2 ul li a:hover {
  color: #070212;
}

.footer-link2 ul li i {
  margin-right: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: #070212;
  border-radius: 5px;
}

.footer-link2 ul li span,
.footer-link2 ul li a {
  flex: 1;
}

.footer-section .copy-right {
  text-align: center;
  padding: 10px;
  background-color: #da251c;
  margin-top: 30px;
}

.footer-section .copy-right p {
  margin-bottom: 0;
  color: #fff;
}

/* ------footer-section-end-------- */

/* -----Banner-Section-Start---- */

.banner-section {
  padding: 80px 0px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.564), rgba(0, 0, 0, 0.541)), url(../images/banner.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
}

.banner-section .banner-img img {
  width: 100%;
}

.banner-title h2 {
  font-size: 60px;
  font-weight: 700;
}

.banner-title ul {
  padding: 0px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-title ul li a {
  padding: 4px;
  color: #fff;
}

/* -----Banner-Section-End---- */

/* ---mission-section-start--- */

.mission-section .mission {
  padding: 50px;
  background-image: url(../images/mission.png);
  border-radius: 20px;
}

.mission .ms-list ul {
  padding: 0px;
  list-style: none;
  margin: 0;
}

.mission .ms-list ul li {
  padding: 10px 30px;
  background-color: #fff;
  display: flex;
  cursor: pointer;
  border-radius: 10px;
  margin: 7px 0px;
  transition: .5s;
  align-items: center;
}

.mission .ms-list ul li:hover,
.mission .ms-list li.new-tab {
  background-color: #070212;
  box-shadow: 0px 5px 10px 0px #da251c2c;
  color: #fff;
}

.mission .ms-list ul li img {
  width: 50px;
}

.mission .ms-list ul li span {
  font-size: 25px;
  display: inline-block;
  margin-left: 25px;
  font-weight: 600;
}

.mission .ms-item {
  padding-left: 20px;
}

.mission .ms-item p {
  font-size: 20px;
}

.mission .ms-item .ms-box {
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
}

.mission .ms-item .ms-box h4 {
  font-weight: 600;
}

.mission .ms-box2,
.mission .ms-box3,
.mission .ms-box4 {
  display: none;
}

/* ---mission-section-end--- */

/* ----form-section-start--- */
.form-section {
  margin-top: -120px;
  z-index: 366;
  position: relative;
}

.form-box {
  padding: 80px 60px;
  box-shadow: 0px 10px 20px 0px #16003b25;
  border-radius: 20px;
  border: 1px solid #eee;
  background-color: #fff;
}

.form-section .form-img {
  margin-bottom: 20px;
}

.form-section .form {
  padding: 50px 30px;
  border: 1px solid #070212;
  border-radius: 10px;
}

.form-section .form h2 {
  margin-bottom: 30px;
}

.form-section .form-text p {
  font-size: 20px;
  font-weight: 500;
}

.form-section .form input {
  width: 100%;
  border: none;
  border-bottom: 2px solid #eee;
  margin-top: 20px;
  font-size: 22px;
  font-weight: 600;
  padding: 10px 0px;
}

.form-section .form .sec-btn {
  margin-top: 30px;
  padding: 10px 40px;
  border: none;
}

/* ----form-section-end--- */


/* ---price-section-start--- */

.price-section {
  padding: 80px 0px;
}

.price-section .price-left {
  margin-bottom: 40px;
}

.price-section .price-box {
  padding-top: 25px;
  text-align: center;
  border: 1px solid #9a9797;
  border-radius: 10px;
  margin: 0px 10px;
}

.price-section .price-box h4 {
  font-size: 30px;
  margin: 20px 0px;
  font-weight: 700;
}

.price-box .price-img2 {
  padding: 20px 0px;
}

.price-section .price-box img {
  width: 200px;
  margin: auto;
  max-height: 150px;
  object-fit: cover;
}

.price-section .price-box ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.price-section .price-box ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}

.price-section .price-box ul li span {
  font-size: 14px;
}

.price-section .price-box ul li:nth-child(even) {
  background-color: #eee;
}

.price-section .slick-arrow {
  position: absolute;
  top: -80px;
  right: 100px;
  display: flex;
  align-items: center;
  border: none;
  font-size: 0;
  background-color: #070212;
  color: #fff;
  justify-content: center;
  height: 40px;
  width: 60px;
}

.price-section .slick-next {
  right: 20px;
}

.price-section .slick-next::after {
  content: "\f061";
  font-family: "FontAwesome";
  font-size: 30px;
}

.price-section .slick-prev::after {
  content: "\f060";
  font-family: "FontAwesome";
  font-size: 30px;
}

/* ---price-section-end---- */


/* ----city-section-start----- */
.cit-head h2 {
  font-size: 40px;
}

.cit-head h2 span {
  color: #070212;
}

.city-box {
  margin: 15px 5px;
}

.city-box a {
  padding: 20px;
  border-radius: 10px;
  background-color: #eee;
  border: 1px solid #070212;
  margin: 10px;
  display: block;
}

.city-box a:hover {
  box-shadow: 0px 10px 20px 0px #da251c26;
  background-color: #fff;
  border: none;
}

.city-box .city-img img {
  width: 130px;
  margin: auto;
}

.city-box h4 {
  font-weight: 600;
  color: #070212;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 15px;
}

/* ----city-section-start----- */

/* -----work-section-start----- */

.work-section {
  padding: 80px 0px;
  position: relative;
  overflow-x: hidden;
}

.work-section .work-head {
  text-align: center;
  margin-bottom: 34px;
}

.work-box {
  padding: 30px;
  box-shadow: 0px 10px 20px 0px #19206328;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
}

.work-box::after {
  position: absolute;
  top: 50%;
  left: -60px;
  height: 12px;
  background-color: transparent;
  width: 70px;
  content: "";
  background-color: #070212;
}

.work-section .m1::after {
  top: 50%;
  right: -60px;
  height: 12px;
  left: auto;
}

.work-box::before {
  position: absolute;
  top: 47%;
  left: 0px;
  height: 25px;
  background-color: transparent;
  width: 25px;
  background-color: #070212;
  border-radius: 100%;
  border: 4px double #da251c;
  content: "";
}

.work-box p {
  font-size: 20px;
}

.work-section .m1::before {
  top: 47%;
  left: auto;
  right: 0;
}

.work-box img {
  width: 100px;
}

.work-box h4 {
  font-size: 22px;
  font-weight: 600;
  color: #070212;
  margin-top: 16px;
  display: flex;
  align-items: center;
}

.work-box h4 span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 50px;
  background-color: #070212;
  color: #fff;
  margin-right: 10px;
  border-radius: 5px;
}

.work-section .work-shape {
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 55%;
  justify-content: center;
  height: 454px;
  width: 15px;
  background-color: #070212;
  transform: translate(-50%, -50%);
}

/* -----work-section-end----- */

/* ---pro-section-start--- */
.pro-section {
  padding: 60px 0px;
  background-image: linear-gradient(#0000009a, #0000009a), url(../images/pro-banner.jpg);
  background-size: cover;
  color: #fff;
}

.pro-section p {
  font-size: 20px;
  font-weight: 500;
}


/* ---price-section-start--- */

.price-section {
  padding: 80px 0px;
}

.price-section .price-left {
  margin-bottom: 40px;
}

.price-section .price-box {
  padding-top: 25px;
  text-align: center;
  border: 1px solid #9a9797;
  border-radius: 10px;
  margin: 0px 10px;
}

.price-section .price-box h4 {
  font-size: 30px;
  margin: 20px 0px;
  font-weight: 700;
}

.price-box .price-img2 {
  padding: 20px 0px;
}

.price-section .price-box img {
  width: 200px;
  margin: auto;
  max-height: 150px;
  object-fit: cover;
}

.price-section .price-box ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.price-section .price-box ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}

.price-section .price-box ul li span {
  font-size: 14px;
}

.price-section .price-box ul li:nth-child(even) {
  background-color: #eee;
}

.price-section .slick-arrow {
  position: absolute;
  top: -80px;
  right: 100px;
  display: flex;
  align-items: center;
  border: none;
  font-size: 0;
  background-color: #070212;
  color: #fff;
  justify-content: center;
  height: 40px;
  width: 60px;
}

.price-section .slick-next {
  right: 20px;
}

.price-section .slick-next::after {
  content: "\f061";
  font-family: "FontAwesome";
  font-size: 30px;
}

.price-section .slick-prev::after {
  content: "\f060";
  font-family: "FontAwesome";
  font-size: 30px;
}

/* ---price-section-end---- */

/* ---faq-section-start--- */

.faq-section h2 {
  text-align: center;
}

.location-section .ls-box a {
  font-size: 16px;
}

.faq {
  padding-left: 30px;
}

.faq h2 span {
  font-size: 45px;
  font-weight: 700;
  color: #070212;
}

.faq .accordion-body {
  color: #161616;
  font-size: 22px;
  font-weight: 500;
  border: 1px solid #da251c;
}

.faq .accordion-item h2 button {
  font-size: 28px;
  padding: 20px;
  font-weight: 700;
}

.faq .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #da251c;
  box-shadow: none;
}

.faq .accordion-button::after {
  background-image: url(../images/plus.png);
  opacity: 1;
  background-size: auto;
}

.faq .accordion-button:not(.collapsed)::after {
  background-image: url(../images/remove.png);
}

.faq .accordion-item {
  border: none;
  box-shadow: 0px 4px 8px 0px #da251c2c;
  margin-top: 15px;
  border: 1px solid #8d8b8b;
}

.faq .accordion-item h2 {
  margin: 0px;
}

/* ---faq-section-end--- */

/* ---location-section-start--- */

.location-section {
  padding: 80px 0px;
}

.location-section .ls-head {
  text-align: center;
  margin-bottom: 20px;
}

.location-section .ls-box {
  margin-top: 10px;
}

.location-section .ls-box a {
  padding: 10px 20px;
  font-size: 18px;
  width: 100%;
  display: inline-block;
  color: #fff;
  background-color: #da251c;
  border-radius: 5px;
}

/* ---location-section-end--- */

/* -------branch-section-start------- */
.branch-section {
  background-image: url(../images/network.webp);
  background-attachment: fixed;
  padding-top: 40px;
  padding-bottom: 80px;
}

.branch-head h2 {
  text-align: center;
  margin: 0;
}

.branch-box {
  border: 2px solid #070212;
  border-radius: 5px;
  height: 100%;
  position: relative;
  background-color: #eee;
  transition: .5s;
  padding: 20px;
}

.branch-box p,
.branch-box a,
.branch-box img,
.branch-box h4,
.branch-box span,
.branch-box b {
  position: relative;
  z-index: 3;
}

.branch-box::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 100%;
  background-color: #da251c;
  z-index: 1;
  content: "";
  transition: .7s;
}

.branch-box::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 0px;
  height: 100%;
  background-color: #070212;
  content: "";
  transition: .7s;
}

.branch-box:hover:before,
.branch-box:hover:after {
  width: 100%;
}

.branch-box:hover,
.branch-box:hover a {
  color: #fff;
}

.branch-box .icon {
  text-align: center;
  margin-bottom: 10px;
}

.branch-box p {
  margin-bottom: 0;
}

.branch-box a:hover {
  color: #070212;
}

.branch-box address {
  margin-bottom: 0;
}


/* -------branch-section-end--------- */

/* ----Contact-Section-Start---- */

.contact-box {
  border: 1px solid #b0b4b4;
  padding: 20px;
  display: flex;
  transition: .5s;
  height: 100%;
  align-items: center;
}

.contact-box:hover {
  background-color: #da251c;
  color: #fff;
}

.contact-box:hover a {
  color: #fff;
}

.contact-box address {
  margin-bottom: 0px;
}

.cont-img {
  margin-right: 20px;
}

.contact-box .text {
  flex: 1;
}

.cont-img img {
  width: 50px;
}

.cont-box .icon img {
  width: 50px;
  filter: brightness(228);
}

.contact-section .map {
  height: 100%;
  width: 100%;
}

/* ----Contact-Section-End------ */

/* ---map-section--- */

.map-section{
  padding: 80px 0px;
}
.map-section .map{
  height: 350px;
}

/* ---map-section--- */

/* ----quote-section-start--- */
.quote-section {
  padding: 80px 0px;
}

.quote-section .quote {
  padding: 50px 30px;
  background: linear-gradient(#da251c, #da251c);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.quote-section .quote::after {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #070212;
  width: 30%;
  height: 100%;
  content: "";
}

.quote-section .quote::before {
  position: absolute;
  top: -1px;
  right: -1px;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 15% 100%);
  width: 30%;
  height: 65px;
  background: #fff;
  content: "";
}

.quote-section .quote .quote-item h5 {
  margin: 0;
}

.quote-section .quote-item a {
  font-weight: 600;
  color: #da251c;
  font-size: 18px;
}

.quote-form .f-group input,
.quote-form .f-group select,
.quote-form .f-group textarea {
  padding: 15px 20px;
  width: 100%;
  margin: 10px 0px;
  border: 1px solid #eee;
  outline: none;
}

.quote-section .quote-item {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  right: 0;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 15% 100%);
  width: 30%;
  height: 65px;
  justify-content: center;
  background: linear-gradient(#070212d8, #070212d8), url(../images/shape.svg);
  content: "";
}

.quote-form .sec-btn {
  width: 100%;
  padding: 14px 20px;
  margin: 10px 0px;
  border-radius: 0;
  background-color: #070212;
}

.quote-img {
  position: relative;
  z-index: 3;
  margin-bottom: -50px;
}

/* ----quote-section-end--- */


/* ------other-section-start------ */

.other-section {
  padding: 80px 0px;
}

.other-section img {
  width: 100%;
}

.ot-content p {
  margin-bottom: 5px;
}

/* ------other-section-End------ */

/* ---why-section-start--- */
.why-section {
  background-image: linear-gradient(#ffffffca, #ffffffd6), url(../images/why-banner.png);
  background-position: center;
  background-size: cover;
  padding-bottom: 80px;
  background-repeat: no-repeat;
}

.why-section .why-box .accordion-body p {
  margin-bottom: 0;
}

.why-box .accordion-item {
  border: 1px solid #da251c;
  margin: 8px 0px;
  background-color: #eee;
}

.why-box .accordion-item h2 {
  margin: 0;
}

.why-box .accordion-item .accordion-button {
  padding: 10px 20px;
  font-weight: 600;
  font-size: 22px;
  background-color: transparent;
}

.why-box .accordion-flush .accordion-item:first-child,
.why-box .accordion-flush .accordion-item:last-child {
  border-top: 1px solid #da251c;
  border-bottom: 1px solid #da251c;
}

.why-box .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #da251c;
}

.why-box .accordion-button:not(.collapsed)::after {
  filter: brightness(44);
}

.why-box .accordion-button:focus {
  box-shadow: none;
}

/* ---why-section-start--- */

/* ------gallery-section------- */
.gallery-section{
  padding: 80px 0px;
}
.gallery-section .gs-head {
  text-align: center;
}

.gallery-section .gallery-box {
  position: relative;
  border: 5px solid #fff;
  transition: .5s;
}
.gallery-box:hover a img{
  transform: scale(.95);
}
.gallery-box a img {
  width: 100%;
  height: 328px;
  transition: .5s;
  object-fit: cover;
}

/* -----Gallery-section-start----- */

/* -----Responsive-Style----- */

@media screen and (max-width:1024px) {
  .hero-section {
    height: 100%;
    padding: 100px 0px;
  }

  .sticky .navbar-expand-lg .navbar-nav {
    padding-left: 0px;
  }

  .cit-head h2 {
    font-size: 30px;
  }

  .thank {
    margin-top: 80px;
  }

  .hero-text h2 {
    font-size: 40px;
  }

  .quote-form .f-group input,
  .quote-form .f-group select,
  .quote-form .f-group textarea {
    padding: 10px 20px;
    margin: 5px 0px;
  }

  .quote-form .sec-btn {
    padding: 10px 20px;
    margin: 5px 0px;
  }

  h2 {
    font-size: 35px;
  }

  .process-section,
  .choose-section,
  .gallery-section,
  .details-section {
    padding: 50px 0px;
  }

  .tes-box .tes-title p {
    font-size: 15px;
  }

  .banner-section {
    padding: 80px 0px;
  }

  .m-100 {
    margin-bottom: 25px;
  }

  .counter-section {
    background-position: center;
    padding: 40px 0px;
  }

  .work-section .work-shape {
    top: 53%;
    height: 509px;
  }

  .ot-content p {
    margin-bottom: 5px;
  }
}

@media screen and (max-width:992px) {

  .logo,
  .logo-bar::after {
    display: none;
  }

  .menu .navbar-light .navbar-brand {
    display: block;
  }

  .menu {
    padding: 0px;
    background-color: #eee;
  }

  .menu .navbar-light .navbar-brand img {
    width: 170px;
  }

  .menu .nav-item {
    margin: 4px 0px;
  }

  .menu .navbar-light .navbar-nav .nav-link {
    display: inline-block;
    color: #000;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .navbar-light .navbar-toggler {
    border-color: #da251c;
    border-width: 2px;
  }

  .menu .book {
    margin-bottom: 20px;
  }

  .faq {
    padding-left: 0px;
  }
}

@media screen and (max-width:770px) {
  .hero-section #js-main-slider {
    padding-bottom: 53% !important;
  }

  .about-section .as-item .as-img img,
  .about-section .as-item .text,
  .work-box::after,
  .work-box::before {
    display: none;
  }

  .work-section .m2 {
    display: none;
  }

  .location-section .ls-box a {
    font-size: 15px;
  }

  .about-section .as-item .as-img.mt-4 img {
    display: block;
  }

  .thank {
    margin: 50px 0px;
    height: auto;
  }

  .hero-section {
    color: #fff;
    padding: 70px 0px;
  }

  .hero-text {
    margin-top: 10px;
  }

  .dsl-list ul {
    margin-top: 20px;
  }

  .why-section {
    padding-bottom: 40px;
  }

  .as-content {
    margin-top: 30px;
  }

  .process-section,
  .choose-section,
  .brand-section,
  .contact-section,
  .quote-section,
  .details-section,
  .location-section,
  .quote-section,
  .work-section,
  .other-section {
    padding: 40px 0px;
  }

  .form-box {
    padding: 40px;
  }

  .form-box p {
    margin-bottom: 5px;
  }

  .quote-form {
    position: relative;
    z-index: 3;
  }

  .cta-section {
    background-position: inherit;
  }

  .faq .accordion-item h2 button {
    font-size: 23px;
    padding: 10px;
  }

  .process-section .ps-box {
    margin-top: 20px;
  }

  .gallery-section {
    padding-top: 30px;
    padding-bottom: 0px !important;
  }

  .contact-section .map {
    height: 300px;
  }

  .footer-section {
    padding-top: 20px;
  }

  .counter-section {
    margin: 45px 0px;
  }

  .banner-title h2 {
    font-size: 35px;
  }

  .footer-box {
    margin-top: 20px;
  }

  .mission-section .mission {
    padding: 20px;
  }

  .mission .ms-list ul li {
    padding: 8px 16px;
  }

  .mission .ms-list ul li span {
    margin-left: 15px;
    font-size: 20px;
  }

  .banner-section{
    padding: 50px 0px;
  }
  .map-section{
    padding: 0;
    margin-bottom: 40px;
  }
  .mission .ms-item {
    padding: 0px;
  }
 
  .branch-section {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width:580px) {

  .logo-bar .address .text b,
  .logo-bar .phone .text b,
  .logo-bar br,
  .quote-section .quote::after {
    display: none;
  }

  .logo-bar .phone .icon,
  .logo-bar .address .icon {
    height: auto;
    width: auto;
    border-radius: 3px;
    margin-right: 8px;
    background-color: transparent;
    color: #fff;
    font-size: 15px;
  }

  .hero-text h2 {
    font-size: 25px;
  }

  .quote-section .quote-item {
    width: 70%;
  }

  .cta-section {
    background-color: #070212;
  }

  .cta-section .cta h4 a {
    color: #070212;
  }
  .service-section{
    background-image: none;
  }
  .cta-section .cta {
    padding: 50px 0px;
  }
  .testimonial-section h2 {
    line-height: 35px;
}

  .hero-section .hero-box h2 {
    font-size: 30px;
    font-weight: 600;
  }

  .hero-text .sec-btn {
    margin-top: 0;
  }

  .branch-head h2 {
    font-size: 30px;
    margin: 0px;
  }

  .hero-section .pogoSlider-slide {
    padding: 25px 0px;
  }

  .hero-section #js-main-slider {
    padding-bottom: 90% !important;
  }

  .hero-box .sec-btn {
    margin-top: 0px;
  }

  h2,
  .ser-head h2 {
    font-size: 26px;
  }

  .work-section .pt-5 {
    padding-top: 0px !important;
  }

  .work-section .mt-5 {
    margin-top: 0px !important;
  }

  .work-box {
    margin-bottom: 20px;
  }

  .form-section {
    margin-top: -70px;
  }

  .ps-head h2 {
    font-size: 30px;
    margin: 0px 0px;
  }

  .choose-section .choose {
    padding: 15px;
  }

  .banner-title h2 {
    font-size: 35px;
    margin: 0px 0px;
  }

  .form-section .form h2 {
    margin: 0px;
  }

  .banner-section {
    padding: 50px 0px;
  }

  .form-section .form,
  .form-box {
    padding: 20px;
  }

  .form-section .form input {
    margin-top: 10px;
  }

  .hero-section {
    padding: 60px 0px;
    background-position: left;
  }
  .quote-section .quote{
    padding: 40px 20px;
  }
  .logo-bar .phone .text {
    font-size: 14px;
  }

  .thank {
    margin: 20px 0px;
  }
  .map-section .map {
    padding: 20px 0px;
}
}