html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
  max-width: 100%;
  width: auto;
}

body {
  padding: 0 !important;
  font-family: 'Saira Extra Condensed', sans-serif;
}

body a,
body button {
  color: #000;
  outline: none !important;
  text-decoration: none !important;
  transition: all ease 0.5s;
}

a,
p,
span,
li {
  font-size: 19px;
}

* {
  padding: 0;
  margin: 0;
}

.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 #0000002b;
  background: #0ea978;
}

.what a:last-child {
  font-size: 20px;
}

h2 {
  font-size: 40px;
  margin: 10px 0px;
  font-weight: 700;
}

p {
  font-size: 18px;
}

.m-100 {
  margin-bottom: 80px;
}

.sec-btn {
  display: inline-block;
  padding: 12px 20px;
  background-color: #000000;
  color: #fff;
  transition: .5s;
  position: relative;
  text-transform: uppercase;
}

.sec-btn::after {
  height: 100%;
  width: 100%;
  background-color: #f11515;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  transform: scale(1, 0);
  transition: .5s;
}

.sec-btn:hover:after {
  transform: scale(1);
}

.sec-btn span {
  position: relative;
  z-index: 33;
}

.sec-btn:hover {
  background-color: transparent;
  color: #fff;
}

.under {
  color: #f11515;
  text-transform: uppercase;
  word-spacing: 1px;
  font-weight: 600;
}

.head {
  padding-left: 30px;
  position: relative;
}

.head::after {
  position: absolute;
  top: 0;
  left: 5px;
  width: 4px;
  height: 100%;
  background-color: #f11515;
  content: "";
}

/* -------header-section-start-------- */

header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}

header .top-bar {
  position: relative;
  background-color: #ffffff2f;
  padding: 10px 0px;
  border-bottom: 2px solid #f11515;
}

header .top-bar .logo {
  position: relative;
  z-index: 44;
  padding-bottom: 35px;
}

.top-bar .logo img {
  width: 170px;
}

.top-bar .top-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -28px;
}

.top-bar .top-box ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.top-bar .top-box ul li a {
  padding: 0px 4px;
  color: #000000;
  font-size: 35px;
}

.top-bar .top-box>i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  margin-right: 10px;
  border-radius: 8px;
  color: #fff;
  background-color: #f11515;
}

.top-bar .top-box a{
  color: #fff;
}
.menu .navbar {
  background-color: #f11515;
  margin-top: -35px;
  position: relative;
  padding: 10px 0px;
  z-index: 55;
}

.menu .book {
  margin-right: 30px;
}

.menu .book:hover a {
  color: #000000;
}

.menu .book .sec-btn::after {
  background-color: #fff;
}

.menu .navbar-nav .nav-link {
  padding: 0px 20px;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
}

.menu .navbar-nav .nav-link.active,
.menu .navbar-nav .nav-link:hover {
  color: #000000;
}

.menu .navbar-nav .dropdown .dropdown-menu {
  width: 250px;
}

.menu .navbar-expand-lg .navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
}

.menu .navbar-brand {
  display: none;
}

header .new {
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.196);
  position: fixed;
  top: 0px;
  z-index: 999;
  left: 0;
  width: 100%;
}

.new .navbar-brand {
  display: block;
}

.new .navbar {
  margin-top: 0px;
  background-color: transparent;
}

/* ------header-section-end------ */

/* --------hero-section-start------- */

.hero-slide {
  padding-top: 240px;
  padding-bottom: 140px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.527), rgba(0, 0, 0, 0.521)), url(../images/hero1.webp);
  background-size: cover;
  background-position: center;
}

.hero-text h2 {
  font-size: 60px;
  color: #fff;
  margin: 15px 0px;
  line-height: 70px;
  font-weight: 400;
}

.hero-text p {
  color: #fff;
}

/* ------hero-section-end------- */

/* ---------feature-section-start---------- */

.feature-section {
  position: relative;
  z-index: 9;
  margin-top: -100px;
}

.fea-box {
  background-color: #fff;
  position: relative;
  padding: 20px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.13);
  text-align: center;
  height: 100%;
}

.fea-box .icon {
  margin: 20px auto;
  position: relative;
  z-index: 6;
}

.fea-box .icon img {
  width: 60px;
}

.fea-box p {
  position: relative;
  z-index: 5;
}

.fea-box h4 {
  z-index: 6;
  position: relative;
  font-size: 20px;
  font-weight: 600;
}

.fea-item {
  position: absolute;
  bottom: 20px;
  z-index: 6;
  right: 20px;
}

.fea-item img {
  width: 50px;
  filter: brightness(.6);
}

/* ---------feature-section-end------------ */

/* -----------choose-section-start--------- */

.choose-section {
  position: relative;
  margin: 80px 0px;
  padding: 80px 0px;
  background: linear-gradient(#000000b6, #000000b6), url(../images/choose.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.ch-title,
.ch-text {
  color: #fff;
}

.choose-section p {
  margin-bottom: 0px;
}
.ch-box {
  padding: 30px 20px;
  text-align: center;
  background-color: #f1151565;
  height: 100%;
  position: relative;
  border: 1px solid #000000;
  outline-offset: 2px;
  color: #fff;
  cursor: pointer;
}
.ch-box::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
  background-color: #f11515;
  content: "";
  transition: 0.5s;
}
.ch-box:hover:after {
  height: 100%;
}
.ch-box img {
  width: 70px;
}
.ch-box h4 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 20px;
}
.ch-box .icon,
.ch-box p,
.ch-box h4 {
  position: relative;
  z-index: 2;
}
/* -----------choose-section-end----------- */


/* -----About-Section-Start---- */

.about-section {
  padding: 80px 0px;
}

.about-section .as-img {
  position: relative;
}

.as-img .as-text p {
  font-size: 20px;
}

.about-section .as-item {
  display: flex;
  align-items: center;
  margin: 10px 0px;
}

.about-section .as-item h4 {
  flex: 1;
  margin-left: 20px;
  font-size: 22px;
  font-weight: 600;
}

.as-item2 .as-img img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 10px;
}

.as-item2 ul {
  display: flex;
  list-style: none;
  padding: 0px;
  z-index: 9;
  position: relative;
  align-items: center;
  justify-content: space-around;
}

.as-item2 ul li {
  padding: 10px 30px;
  background-color: #fff;
  box-shadow: 0px 3px 6px 0px #c9100d1a;
  font-size: 18px;
  margin-bottom: -35px;
  cursor: pointer;
  text-transform: uppercase;
  color: #f11515;
}

.as-item2 .new {
  background-color: #f11515;
  color: #fff;
}

.as-box {
  background-color: #f7f4ef;
  padding: 20px;
  padding-top: 40px;
}

.as-box2,
.as-box3 {
  display: none;
}

.as-img .as-img1 {
  margin-bottom: 20px;
}

.as-img .as-img2 {
  margin-top: 35px;
}

.as-images {
  position: relative;
}

.as-images .as-img {
  margin: 20px 0px;
}

.as-images .as-img img {
  border-radius: 10px;
}

/* -----About-Section-End---- */


/* -----Process-Section-Start---- */

.process-section {
  text-align: center;
}

.ps-head h2 {
  font-size: 40px;
  margin: 20px 0px;
}

.process-section .ps-box {
  padding: 30px;
  background-color: #fff;
  box-shadow: 10px 10px 20px 10px #517cc01b;
}

.process-section .ps-box .icon {
  display: flex;
  align-items: center;
  border-left: 2px solid #f11515;
  width: 70px;
  justify-content: center;
  padding: 15px 10px;
  background-color: rgba(235, 232, 232, 0.511);
  margin: 25px auto;
}

.process-section .ps-box .icon img {
  width: 32px;
}

.process-section .ps-box .icon p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  transition: .5s;
  height: 30px;
  background-color: #f11515;
  color: #fff;
  border-radius: 100%;
  flex: 1;
  margin-bottom: 0px;
  margin-right: -24px;
  margin-left: 10px;
}

.ps-box .icon:hover p {
  background-color: #000000;
}

/* ----Process-Section-End---- */

/* ----service-section-start----- */

.service-section {
  padding-top: 80px;
}

.ser-head {
  text-align: center;
}

.ser-box {
  overflow: hidden;
  position: relative;
  height: 100%;
  box-shadow: 0px 10px 20px 0px #00000026;
}

.ser-box .ser-img img {
  width: 100%;
  height: 280px;
  transition: .5s;
  object-fit: cover;
}

.service1 .ser-box .ser-img img {
  height: 260px;
}

.ser-box:hover .ser-img {
  overflow: hidden;
}

.ser-box:hover .ser-img img {
  transform: scale(1.15);
}

.ser-box .ser-item {
  background-color: #fff;
  padding: 20px;
  position: relative;
  border: 1px solid #000000;
  transition: .5s;
  z-index: 2;
}
.ser-box:hover .ser-item{
  background-color: #000000;
  color: #fff;
}
.ser-item h4 {
  font-size: 25px;
  font-weight: 600;
}

.ser-box .ser-item h4 {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}

.ser-box .sec-btn {
  border: 1px solid #fff;
  background-color: #fff;
  color: #f11515;
}

/* ----service-section-start---- */

/* --------testimonial-section-start--------- */
.testimonial-section{
  padding-top: 80px;
  padding-bottom: 40px;
  background-image: url(../images/shape.jpg);
}
.ts-head{
  position: relative;
  z-index: 6;
  text-align: center;
}
.ts-head h2{
  font-size: 40px;
  font-weight: 600;
}
.tes-head h2 span{
  color: #f11515;
  font-size: inherit;
}
.tes-slide{
  margin: 15px;
}
.quote{
  padding: 30px;
  position: relative;
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px #ed642422;
  text-align: center;
}
.quote::after {
  height: 40px;
  width: 40px;
  background-color: #fff;
  position: absolute;
  bottom: -19px;
  left: 45%;
  content: "";
  transform: rotate(44deg);
}
.tes-slide .quote p{
  font-size: 20px;
  line-height: 30px;
  margin: 10px 0px;
}
.tes-slide .quote span{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 50px;
  width: 50px;
  border-radius: 5px;
  color: #fff;
  transition: .3s;
  background-color: #f11515;
  margin: auto;
  font-size: 52px;
  line-height: 75px;
}
.tes-slide:hover .quote span{
  transform: rotate(180deg);
}
.tes-info {
  text-align: center;
  margin-top: 35px;
}
.tes-info img{
  margin: auto;
}
.ts-img img {
  width: 100px;
}

.tes-info .text {
  margin-left: 20px;
}

.tes-info .text h3 {
  font-size: 20px;
  margin-bottom: 0px;
}
.tes-slide .ratting{
  color: #f11515;
}
.tes-info span {
  color: #f11515;
  font-size: 15px;
}

.tes-slider .slick-prev,.tes-slider .slick-next{
  display: none !important;
}
.tes-slider .slick-dots li button:before {
  font-size: 45px;
}
.tes-slider .slick-dots li.slick-active button:before {
  opacity: .85;
  color: #000000;
}
.tes-slider .slick-dots{
  bottom: -40px;
}
.testimonial-section .sup-title{
  justify-content: center;
}
.quote-form{
  background-color: #f11515;
  padding:40px 30px;
  color: #fff;
  border-radius: 15px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.122);
}
.quote-form .under::after,.quote-form .under::before{
  border-color: #000000;
}
.quote-form h2{
  font-weight: 600;
  margin: 10px 0px;
}

.quote-form .f-group input,.quote-form .f-group textarea,.quote-form .f-group select{
  width: 100%;
  padding: 13px 20px;
  margin: 7px 0px;
  border-radius: 10px;
  border: none;
  outline: none;
}
.quote-form .f-group button{
  border: none;
  outline: none;
}

.quote-form .sec-btn{
  background-color: #fff;
  margin-top: 25px;
}
.quote-form .sec-btn span{
  color: #f11515;
}
.quote-form .sec-btn:hover::after{
    background-color:#000000;
}
.quote-form .sec-btn:hover span{
    color:#fff;
}
/* -------testimonial-section-end-------- */

/* ------gallery-section------- */
.gallery-section .gs-head {
  text-align: center;
}

.gallery-section .gallery-box {
  position: relative;
  margin-top: 20px;
}

.gallery-box a img {
  width: 100%;
  height: 328px;
  object-fit: cover;
}

/* -----Gallery-section-start----- */


/* -----Brand-Section-Start----- */

.brand-section {
  padding: 50px 0px;
  text-align: center;
}

.brand-section .brand-box {
  padding: 20px;
  border: 1px solid #f11515;
  margin: 10px;
  border-radius: 10px;
}

.brand-section .brand-box img {
  margin: auto;
  width: 200px;
}

.brand-section h3 {
  font-size: 35px;
  font-weight: 700;
}

/* ---Brand-Section-End---- */

/* ------footer-section-start------- */

.footer-section {
  padding-top: 50px;
  background-color: #edf3fd;
  background-size: cover;
  background-position: center;
}

.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: #000000;
}

.footer-box .social li a:hover {
  color: #000000;
  background-color: #f11515;
  border-radius: 100%;
}

.footer-box .footer-title h4 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #000000;
  position: relative;
}

.footer-box .footer-title h4::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #f11515;
  width: 50px;
  border-radius: 10px;
  height: 3px;
  content: '';
}

.footer-link ul li a:hover {
  color: #000000;
}

.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: #000000;
}

.footer-link2 ul li i {
  margin-right: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: #000000;
  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: #f11515;
  margin-top: 30px;
}

.footer-section .copy-right p {
  margin-bottom: 0;
  color: #fff;
}

.footer-section .map {
  height: 100%;
  width: 100%;
}

/* ------footer-section-end-------- */

/* ----Responsive-Style---- */

@media screen and (max-width:1024px) {
  .hero-slide {
    padding-top: 200px;
    padding-bottom: 100px;
  }

  .hero-text h2 {
    font-size: 50px;
    margin: 10px 0px;
    line-height: 55px;
    font-weight: 600;
  }

  h2 {
    font-size: 35px;
  }

  .fea-box {
    padding: 10px;
  }

  .about-section {
    padding: 60px 0px;
  }

  .service-section,
  .testimonial-section {
    padding-top: 60px;
  }

  .ser-box .ser-item {
    height: 100%;
  }

  .testimonial-section {
    padding-bottom: 20px;
  }

  .quote-section {
    margin-bottom: 60px;
  }
}

@media screen and (max-width:992px) {
  header .top-bar .logo {
    display: none;
  }

  .menu .navbar-brand {
    display: block;
  }
.menu .navbar-brand img{
    width:150px;
}
  .top-bar .top-box {
    margin-top: 0px;
    justify-content: flex-start;
  }

  .menu .navbar {
    margin-top: 0px;
    padding: 0px;
    border-radius: 0%;
  }

  .menu .book {
    margin-bottom: 20px;
    margin-right: 0px;
  }

  .menu {
    background-color: #fff;
  }

  header .top-bar {
    padding: 10px 0px;
    background-color: #000000;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .navbar-light .navbar-toggler {
    
    border:4px double #f11515;
    background-color: #000000;
  }

  .menu .navbar-nav .nav-link {
    padding: 0px;
    color:#f11515;
  }
}

@media screen and (max-width:780px) {
  .hero-text h2 {
    font-size: 40px;
  }
  .choose-section{
    padding: 50px 0px;
    margin: 50px 0px;
  }
  .feature-section {
    margin-top: 40px;
  }
  .menu .navbar{
    background-color: transparent;
  }
  .about-section {
    padding: 40px 0px;
  }

  .process-section .ps-box {
    margin-top: 20px;
  }

  .service-section,
  .testimonial-section {
    padding-top: 40px;
  }

  .quote-section .quote-img img {
    display: none;
  }

  .form {
    margin-left: 0px;
    box-shadow: 0px 10px 20px 0px #f1151525;
  }

  .quote-section {
    margin-bottom: 40px;
  }

  .footer-box {
    margin-top: 20px;
  }

  .footer-section .map {
    margin-top: 20px;
  }
}

@media screen and (max-width:580px) {
  .hero-text h2 {
    font-size: 30px;
    line-height: 34px;
    margin: 5px 0px;
  }

  .hero-slide {
    padding-top: 160px;
    padding-bottom: 40px;
  }

  .as-images .as-img {
    display: none;
  }

  .as-images .mt-5 {
    display: none;
  }

  .as-images .as-image {
    display: block;
  }

  .as-image img {
    width: 100%;
  }

  .testimonial-section h2 {
    font-size: 35px;
  }

  h2 {
    font-size: 32px;
  }

  .testimonial-section h2 span {
    font-size: 35px;
  }

  .counter-section {
    padding: 40px 0px;
  }

  .tes-box {
    flex-direction: column;
    margin-bottom: 20px;
    padding: 30px;
  }

  .testimonial-section {
    padding-bottom: 0px;
  }

  .tes-title i {
    display: none;
  }

  .footer-section {
    padding-top: 10px;
  }

  .tes-box .tes-title p {
    font-size: 18px;
    line-height: 24px;
  }

  .top-bar .top-box a {
    font-size: 17px;
  }

  .top-bar .top-box>i {
    margin-right: 5px;
  }
}