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

/***** General CSS *****/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  word-break: break-word;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #fff;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #fff;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  white-space: initial;
  display: inline-block;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #ff1212;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
  color: #000;
}

::-moz-placeholder {
  color: #000;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #000;
}

:-moz-placeholder {
  color: #000;
  opacity: 1;
}

ul {
  margin: 0 0 0px;
  padding: 0;
  list-style-type: none;
}

img {
  max-width: 100%;
}

/***** Font Files *****/

@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff) format("woff"),
    url(../fonts/fontawesome-webfont.ttf) format("truetype"),
    url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
}
@font-face {
  font-family: "american-captain";
  src: url("../fonts/american-captain.ttf");
}

/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.mt-5 {
  margin-top: 50px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mt-8 {
  margin-top: 80px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-2 {
  margin-top: 20px;
}

.pt-5 {
  padding-top: 50px;
}

.pb-1 {
  padding-bottom: 10px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pb-3 {
  padding-bottom: 30px;
}

.pb-4 {
  padding-bottom: 40px;
}

.pb-8 {
  padding-bottom: 80px;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-8 {
  padding-top: 80px;
}

.pt-4 {
  padding-top: 40px;
}

.pt-3 {
  padding-top: 30px;
}

.pt-2 {
  padding-top: 20px;
}

.all-section {
  padding: 80px 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.d-flex {
  display: flex;
  align-items: center;
}

.over-flow-h {
  overflow: hidden;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: "american-captain";
  font-size: 73px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 0px;
}

h2 {
  font-family: "american-captain";
  font-size: 58px;
  color: #000;
  font-weight: 500;
  margin: 0 0 0px;
}

h3 {
  font-family: "american-captain";
  font-size: 55px;
  color: #fff;
  font-weight: 600;
  margin: 0 0 0px;
}

h4 {
  font-family: "american-captain";
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 0px;
}

h5 {
  font-family: "american-captain";
  font-size: 23px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 0px;
}

h6 {
  font-family: "american-captain";
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 0px;
}

p {
  color: #000;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  margin: 0px;
}
.web-padding {
  padding: 0 3%;
}
/*header css start */
.header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-list {
  gap: 10%;
}

li.nav-item a {
  text-transform: uppercase;
}
.web-btn {
  height: 55px;
  width: fit-content;
  background-color: #ff1212;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  font-size: 0.79vw;
  color: #fff;
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.web-btn:hover {
  color: #fff;
  transform: scale(1.05);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  background-color: #e60000;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

input#gform_submit_button_1{
  height: 55px;
  width: 100%;
  background-color: #ff1212;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  font-size: 0.79vw;
  color: #fff;
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
input#gform_submit_button_1:hover{
	  color: #fff;
  transform: scale(1.05);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  background-color: #e60000;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.web-btn i {
  width: 30px;
  height: 30px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: black;
  font-size: 13px;
  border-radius: 50%;
  margin-left: 8px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.web-btn:hover i {
  transform: rotate(360deg);
  background-color: #f0f0f0;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
/*header css start */

/* banner css start */
.hero-section {
  width: 100%;
  height: 900px;
  background: url("../images/banner.png") no-repeat center center;
  background-size: cover;
  position: relative;
}
section.hero-section .container-fluid {
  height: 100%;
}

section.hero-section .container-fluid .row {
  height: 100%;
}

.hero-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
}
.hero-content h1 {
  color: white;
}

.hero-content h1 span {
  color: #ff1212;
}
.hero-content p {
  color: white;
  padding: 17px 0 34px 0;
  width: 65%;
}
.hero-content .web-btn {
  background-color: #0600fe;
  font-weight: 500;
}

.banner-number {
  padding: 10px 0;
  position: relative;
}

.banner-link-meda h4 {
  z-index: 1;
  color: #fff;
  padding: 0px 5px;
  position: relative;
  background-color: transparent;
  font-weight: 400;
}

.banne-main {
  padding: 60px 0;
}

.progress {
  display: block;
  width: 85%;
  height: 2px;
  border-radius: 10px;
  overflow: hidden;
  background-color: gray;
  background-image: linear-gradient(to right, black, black);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out;
  position: absolute;
  left: 30px;
  bottom: 0;
  top: 10px;
  right: 0;
  margin: auto;
}

.banner-number {
  gap: 25px;
  display: flex;
  position: relative;
  align-items: center;
}

.discover-sec {
  padding: 100px 0px;
}

.banner-bottom-box {
  gap: 5px;
  display: flex;
  position: relative;
  text-align: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.banner-bottom-box h4 {
  font-size: 16px;
}

.banner-bottom-box p {
  text-align: center;
}
.banner-slider {
  height: 96%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-slider .slick-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  right: 17px;
  text-align: left;
}
.banner-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #ff1212 !important;
  z-index: 1;
  border: 1px solid red;
  border-radius: 50%;
}
.banner-slider .banner-slider .slick-dots li button:before {
  font-family: "slick";
  font-size: 8px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  content: "•";
  text-align: center;
  opacity: 1;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.hero-section .slick-slider {
  margin-bottom: 0px !important;
}

.banner-link-meda {
  z-index: 1;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  margin-top: -13px;
}
.banner-link-meda::before {
  content: "";
    position: absolute;
    width: 56%;
    height: 1px;
    background-color: white;
    top: 50%;
    left: 217px;
}
.banner-link-meda ul {
  gap: 15px;
  display: flex;
  align-items: center;
  z-index: 1;
  background: transparent;
}

.banner-link-meda ul li a {
  width: 40px;
  height: 40px;
  display: flex;
  font-size: 18px;
  color: white;
  transition: 0.5s;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid white;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  position: relative;
}
/* .banner-link-meda ul li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: white;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
} */
.banner-link-meda ul li a:hover {
  background-color: white;
  color: red;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
/* banner css end */
/* Video Section Starts */

.mechanic-video-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.mechanic-video {
  width: 100%;
  height: 650px;
  object-fit: cover;
  display: block;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-color: #ff1212;
  border: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.play-button:hover {
  background-color: #e60000;
  transform: translateY(-50%) scale(1.1);
}

.play-button .fas {
  color: #fff;
  font-size: 24px;
}

.mechanic-content-box {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  width: 570px;
  max-width: 90%;
  height: auto;
  background-color: rgba(255, 248, 248, 0.5);
  color: #fff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 0;
  font-size: 16px;
  line-height: 1.6;
  padding: 50px;
}
section.video-section {
  padding: 100px;
}
.mechanic-content-box h2 {
  padding: 10px 0;
}

.mechanic-content-box p {
  padding: 0px 0 20px 0;
}
/* Video Section Ends */

/* Services Section Starts  */
.services-slidder .slick-active {
  opacity: 1;
}
.services-slidder .slick-slide {
  opacity: 1;
  margin: 0px 10px;
}

.services-slidder .slick-prev {
  left: -50px;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
}

.services-slidder .slick-next {
  right: -40px;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
}

.services-slidder .slick-prev:before {
  position: absolute;
  width: 40px;
  height: 40px;
  content: "\f177";
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  left: 0;
  font-size: 16px;
  color: white;
  font-weight: 900;
  border-radius: 50%;
  background: transparent;
  font-family: "Font Awesome 6 Free";
}

.services-slidder .slick-next:before {
  position: absolute;
  width: 40px;
  height: 40px;
  content: "\f178";
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  left: 0;
  font-size: 16px;
  color: white;
  font-weight: 900;
  border-radius: 50%;
  background: transparent;
  font-family: "Font Awesome 6 Free";
}
.service-img img {
  height: 325px;
  width: 100%;
  object-fit: cover;
}

.service-content h5 {
  font-size: 23px;
}
.services-sec {
  height: 1100px;
  width: 100%;
  background: url("../images/services-bg.png") no-repeat center center;
  background-size: cover;
}
.service-content p {
  color: white;
  padding: 15px 0;
}

.service-content {
  padding: 20px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  border-left: 2px solid white;
}
.services-slidder {
  padding: 30px 0 100px 0;
}
.services-heading h2 {
  font-size: 55px;
  color: white;
}

.services-heading p {
  color: white;
  width: 30%;
}

.services-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
section.services-sec {
  padding-top: 300px;
  margin-top: -16%;
}

/*services*/
section.services.services1 {
  background: #f7f7f7;
}

.watch-video {
  padding-top: 4%;
  background-position: center;
  background-size: cover !important;
  background: url(../images/video-bg.png) no-repeat;
  padding-bottom: 6%;
}

.video-slide .slick-slide.slick-current.slick-active.slick-center {
  transform: scale(1.4);
}

.video-slide .slick-slide.slick-active img {
  width: 271px;
  height: 250px;
  object-fit: cover;
  margin: 0 auto;
  object-position: top;
}

.video-slide .slick-slide.slick-current.slick-active.slick-center img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.video-slide .slick-track {
  display: flex;
  align-items: center;
}

.vido-img img:not(a img) {
  border: 5px solid #fff;
}

.vido-img {
  position: relative;
}

.vido-img a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
}

.vido-img a img {
  width: 52px !important;
  height: 56px !important;
  object-fit: cover;
}

.video-slide
  .slick-slide.slick-current.slick-active.slick-center
  .vido-img:after {
  content: "";
  position: absolute;
  width: 92%;
  height: 19px;
  background: url(../images/cnetr-ply-scrol.png);
  background-size: cover;
  bottom: 7%;
  left: 4%;
  background-repeat: no-repeat;
}

.video-slide .slick-slide.slick-active .vido-img:after {
  content: "";
  position: absolute;
  width: 62%;
  height: 19px;
  background: url(../images/activ-ply.png);
  background-size: cover;
  bottom: 7%;
  left: 19%;
  background-repeat: no-repeat;
}

.video-slide .slick-prev:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #6785ff;
  font-size: 25px;
}

.video-slide .slick-next:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 25px;
  color: #6785ff;
}

.video-slide .slick-next:hover:before,
.video-slide .slick-prev:hover:before {
  color: #0062a6;
}

.video-slide .slick-slide {
  margin: 62px 20px;
}

.video-slide .slick-active {
  opacity: 1;
}

.watch-heading {
  text-align: center;
  margin-bottom: 4%;
}

.watch-heading h2 {
  color: #fff;
}

.watch-heading p {
  font-size: 18px;
  width: 50%;
  color: #fff;
  line-height: 25px;
  margin: 0 auto;
}

/*services end*/

/* Services Section Ends */
/* About US Sec Starts  */
.about-left-heading p {
  font-size: 30px;
  font-weight: 500;
}

.about-left-heading h3 {
  color: #ff1212;
  font-size: 55px;
  font-weight: 400 !important;
}
.about-left-heading {
  display: flex;
  justify-content: center;
}

section.about-us-sec {
  padding: 100px 0 0;
  background-color: #f3f0f0;
}

section.about-us-sec .col-md-6 {
  margin: 0;
  padding: 0;
}
.about-right-heading {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-right-txt p {
  padding: 20px 0;
}

.about-left-img img {
  height: 595px;
  width: 100%;
  object-fit: cover;
  object-position: 0 -92px;
}

.about-left-img {
  padding-top: 12px;
  margin-bottom: -8%;
}

.about-right-txt {
  padding: 0 25% 0 2%;
}
/* About US Sec Ends */
/* Our Gallery Starts  */
.gallery-img img {
  height: 275px;
  width: 100%;
  object-fit: cover;
  object-position: 10px 0;
}

section.our-gallery {
  margin: 170px 0 0 0;
}
.gallery-img a {
  height: 100%;
  width: 100%;
}
section.our-gallery .row {
  padding: 16px 0;
}

section.our-gallery .col-md-6 {
  margin: 0;
  padding: 0px 6px;
}
section.our-gallery .col-md-3 {
  margin: 0;
  padding: 0px 6px;
}
.gallery-heading h2 {
  color: #ff1212;
}

.gallery-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.gallery-heading p {
  width: 35%;
  padding-top: 10px;
}
/* Our Gallery Ends */
/* Choose Sec Starts  */
.choose-left img {
  height: 770px;
  width: 100%;
  object-fit: cover;
}

section.choose-sec .col-md-6 {
  margin: 0;
  padding: 0;
}
.choose-left img {
  height: 770px;
  width: 100%;
  object-fit: cover;
  margin-top: -5%;
}

section.choose-sec .col-md-6 {
  margin: 0;
  padding: 0;
}

section.choose-sec .row {
  background-color: black;
  height: 700px;
  align-items: center;
}
section.choose-sec {
  margin: 120px 0 100px;
}
.choose-right p:nth-child(1) {
  color: #ff1212;
  font-size: 30px;
}
.choose-right h2 {
  color: white;
  font-size: 55px;
  font-weight: 400 !important;
}

.choose-right p {
  color: white;
  padding: 15px 0;
}
.choose-right .web-btn {
  margin: 17px 0 0 0;
  background-color: #0600fe;
}

.choose-right {
  padding-right: 40%;
}
/* Choose Sec Ends */
/* Testmonial Start */

.testi-slider-item {
  background: #fff;
  padding: 70px 30px 40px 20px;
  position: relative;
  box-shadow: 1px 1px 19px 1px #0000005e;
  border-radius: 0;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.testi-slider-item img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  object-fit: none;
  background-color: #060538;
  margin: -100px 0 60px 0;
}

.testi-slider
  .slick-slide.slick-current
  .testi-slider-item
  .testi-slider-quote {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  object-fit: none;
  background-color: #fff;
  border-radius: 10px;
  border-top-right-radius: 0;
  margin: -100px 0 60px 0;
}

.testi-slider
  .slick-slide.slick-current
  .testi-slider-item
  .testi-slider-quote
  img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  object-fit: none;
  border-radius: 10px;
  border-top-right-radius: 0;
  margin: 0;
  background-color: d93c26;
  /* filter: brightness(0); */
}

.testi-slider .slick-track {
  padding: 50px 0;
  display: flex;
  justify-content: start;
}

.testi-slider .slick-slide {
  opacity: 1;
  margin: 0 10px;
}

.testi-slider-item p {
  font-weight: 500;
  font-size: 17px;
}

.testi-user-details {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px 0 0 0;
  border-top: 1px solid #00000040;
  margin: 40px 0 0 0;
}

.testi-user-name h4 {
  font-family: auto;
  margin: 0;
  font-size: 19px;
  line-height: 36px;
  font-weight: 500;
  font-family: montserrat;
  text-transform: capitalize;
  color: black;
}

.testi-user-name span {
  font-weight: 500;
  font-size: 19px;
  font-family: montserrat;
  color: #fe1212;
}

.testi-slider-item .rating-star {
  margin-bottom: 22px;
}

.testi-slider .slick-slide.slick-current testi-slider-item {
  background: var(--lmustard);
}

.testi-slider .slick-slide.slick-current .testi-slider-item {
  background-color: #ff1212;
}

.testi-slider .slick-slide.slick-current {
  /* width: 500px !important; */
  transition: 0.5s all;
}

.testi-slider
  .slick-slide.slick-current
  .testi-slider-item
  .testi-user-details {
  /* margin-top: 55px; */
  /* margin-bottom: 20px; */
}

.testi-slider
  .slick-slide.slick-current
  .testi-slider-item
  i.fas.fa-quote-left {
  background: #f79a48;
}

.testi-slider
  .slick-slide.slick-current
  .testi-slider-item
  .rating-star
  ul
  li
  a {
  color: #f79a48;
}

.testi-slider
  .slick-slide.slick-current
  .testi-slider-item
  .rating-star
  ul
  li
  .grey-star {
  opacity: 1;
}

.testi-slider
  .slick-slide.slick-current
  .testi-slider-item
  .rating-star
  ul
  li.grey-star {
  opacity: 1;
}

.testi-slider .slick-list {
  padding-left: 35px;
  padding-right: 30px;
}

.testi-user-details img {
  width: auto;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  object-fit: cover;
  margin: 0;
}

.rating-star ul {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 10px;
}

.testi-item-single i.fas.fa-quote-left {
  background: #af8d53;
}

.testi-item-single {
  background: #141516;
}

span.desg {
  font-size: 13px;
  font-family: "Montserrat";
  color: rgba(255, 255, 255, 0.8);
}

.testimonail-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonail-heading p {
  width: 40%;
}

section.testimonail {
  position: relative;
}

.testimonail-heading * {
  color: #fff;
}

section.testimonail.testimonail1.short_sec.sec {
  background: #742114;
}

section.testimonail.testimonail1 .heading.text_center.topbar * {
  color: #fff;
}

section.testimonail.testimonail1 .anim_heading::before {
  position: absolute;
  top: -10px;
  right: -40px;
  width: 30px;
  height: 30px;
  content: "";
  background-image: url(../images/anim_head_bef.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(7475%)
    hue-rotate(312deg) brightness(118%) contrast(116%);
}

section.testimonail1 .slick-dots li button:before {
  width: 15px;
  height: 15px;
  content: "";
  opacity: 1;
  background-color: #fff !important;
  border-radius: 100px;
}

section.testimonail .slick-dots li button:before {
  width: 15px;
  height: 15px;
  content: "";
  opacity: 1;
  background-color: #000000;
  border-radius: 100px;
}

section.testimonail .slick-dots li.slick-active button:before {
  opacity: 1 !important;
  background-color: black;
}

section.testimonail .slick-active {
  opacity: 1;
}

.testi-slider .slick-slide.slick-current .testi-slider-item * {
  color: #fff;
}

.testi-slider .slick-slide.slick-current .testi-slider-item::before {
  opacity: 0;
}

.testi-slider .slick-slide.slick-current .testi-user-details {
  border-top: 1px solid #bdb7b7b5;
}
.anim_heading h2 {
  color: #ff1212;
}

.heading.text_center.topbar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.heading.text_center.topbar p {
  width: 40%;
}
/* testimonial End */

/* Get in touch Starts  */
.get-touch {
  height: 715px;
  width: 100%;
  background: url("../images/get-touch.png") no-repeat center center;
  background-size: cover;
  position: relative;
  /* background-color: #0e0d0d; */
  position: relative;
}
section.get-touch .container {
  height: 100%;
  width: 100%;
}
section.get-touch:before {
  content: "";
  position: absolute;
  background: #0e0d0d;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: -1;
}
section.get-touch .container .row {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.get-in-content h2 {
  font-size: 78px;
  color: white;
}

.get-in-content p {
  color: white;
  padding: 10px 0 20px 0;
  width: 40%;
}

.testi-slider .slick-prev {
  left: -50px;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
}

.testi-slider .slick-next {
  right: -40px;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
}

.testi-slider .slick-prev:before {
  position: absolute;
  width: 40px;
  height: 40px;
  content: "\f177";
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  left: 0;
  font-size: 16px;
  color: black;
  font-weight: 900;
  border-radius: 50%;
  background: transparent;
  font-family: "Font Awesome 6 Free";
}

.testi-slider .slick-next:before {
  position: absolute;
  width: 40px;
  height: 40px;
  content: "\f178";
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  left: 0;
  font-size: 16px;
  color: black;
  font-weight: 900;
  border-radius: 50%;
  background: transparent;
  font-family: "Font Awesome 6 Free";
}
/* Get in touch ENds */
/*Footer Start*/

.footerSec {
  background-color: #0e0d0d;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  padding: 70px 0px 0px;
}

.foot-abt img {
  margin-bottom: 30px;
}

.foot-abt p {
  color: white;
}

.foot-links {
  padding-left: 20px;
}

.news-letter p {
  color: white;
  font-family: "brandon";
  font-size: 16px;
}

.footerSec h5 {
  color: white;
  font-size: 24px;
  line-height: 35px;
  display: inline-block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 500;
  /* margin-top: 70px; */
}

.foot-links li a {
  text-transform: capitalize;
  color: white;
  font-size: 16px;
  line-height: 32px;
  font-family: "Montserrat";
  font-weight: 200;
}

.foot-links li {
  margin-bottom: 5px;
}

.foot-abt ul {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.foot-abt ul a i {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: black;
  transition: 0.3s ease-in-out;
  background-color: white !important;
}

.fl-1 {
  background-color: #3b5998;
  display: flex;
}

.fl-2 {
  background-color: #0e76a8;
}

.fl-3 {
  background-color: #2296f9;
}

.fl-4 {
  background-color: #cd1f29;
}

.foot-abt ul a i:hover {
  /*background: #00c195;*/
  transform: scale(1.08);
  background-color: #ff1212 !important;
  color: #fff;
}

.foot-abt ul li:not(:last-child) {
  margin-right: 10px;
}

.news-letter input {
  width: 100%;
  height: 55px;
  background-color: #ffffff;
  border: none;
  padding: 10px 20px;
  border-radius: 50px;
  border: 2px solid #fff;
  color: #000;
  font-family: montserrat;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
}

.news-letter input::placeholder {
  color: #000;
  font-family: montserrat;
  font-size: 15px;
}

.news-letter input[type="submit"] {
  width: 100%;
  margin-top: 20px;
  height: 55px;
  background: linear-gradient(
    0deg,
    rgba(151, 114, 60, 1) 0%,
    rgba(209, 183, 112, 1) 100%
  );
  border: 0;
  color: #fff !important;
  font-size: 18px;
  text-transform: capitalize;
  border-radius: 50px;
  font-weight: 400;
}

.news-letter input[type="submit"]:hover {
  /* background: black; */
  color: white;
}

.copy-txt p {
  margin: 0;
  color: white;
  font-size: 14px;
  padding: 0px 0;
  font-weight: 500;
  line-height: 1.5;
  font-family: montserrat;
}

.card-img {
  text-align: end;
}

.footer-btm .row {
  padding: 20px 0px;
}

.footer-btm {
  margin-top: 50px;
  background: #040303;
  border-top: 1px solid #454545;
}

.copy-txt {
  text-align: center;
}

.footer_desc p {
  font-size: 16px;
  line-height: 27px;
  font-weight: 300;
  margin: 20px 0 0 0;
  color: #fff;
}

.foot-abt h3 {
  color: white;
  font-size: 31px;
  line-height: 35px;
  display: inline-block;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "DM Sans", serif;
  margin-top: 20px;
}

.img-fluid.f-logo {
  height: 150px;
  width: 150px;
  object-fit: contain;
}

.copy-payment.text-end img {
  float: right;
  object-fit: scale-down;
  object-position: right;
}

.footer_desc a {
  color: #fff;
  font-size: 30px;
  font-family: "DM Sans", serif;
  text-transform: uppercase;
  font-weight: 500;
  line-height: normal;
}

.footer-links.footer-links-contact li:hover a {
  color: #a7854b;
  transition: 0.3s ease-in-out;
}

.footer-links.footer-links-contact li {
  margin: 0 0 22px 0;
  gap: 20px;
  display: flex;
  align-items: center;
}

.footer-links.footer-links-contact li a {
  color: white;
  font-weight: 200;
}

.footer-links.footer-links-contact li i {
  color: white;
}

.footer-links.footer-links-contact li img {
  width: 20px;
}
.news-letter .web-btn {
  margin: 20px 0 0 0;
  color: white;
  text-transform: capitalize;
  border: 1px solid transparent;
}
.footer-txt {
  padding-right: 10px;
}
/*Footer End*/
/* About page Starts  */
.inner-banner {
  width: 100%;
  height: 500px !important;
  background: url("../images/innner-banner.png") no-repeat center center;
  background-size: cover;
  background-position: 0px -140px;
}
section.inner-banner .row {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.inner-banner .container-fluid {
  width: 100%;
  height: 100%;
}
.inner-banner-content h1 {
  font-size: 50px;
  font-weight: 400;
}
.inner-banner-content h1 span {
  color: red;
}
section.abt-para {
  margin-top: 115px;
}

section.abt-para p {
  padding: 15px 0;
}
.about-page-wrapper .choose-right {
  padding: 0 0 0 40%;
}
.about-page-wrapper section.testimonail {
  position: relative;
  background-color: #f3f0f0;
  padding-top: 17px;
}

/* About page Ends */
/* Galklery page Starts  */
.pagination-row-galloery {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid #dfdede;
}
.gallery-page-wrapper .our-gallery {
  margin: 100px 0 0 0 !important;
}
/* Galklery page Ends */
/* Services page Starts  */
.service-content h5 {
  font-size: 23px;
  /* color: black; */
}
.service-content p {
  color: white;
  padding: 15px 0;
  /* color: black; */
}
.service-content {
  padding: 20px;
  /* border-right: 2px solid black; */
  /* border-bottom: 2px solid black; */
  /* border-left: 2px solid black; */
}
section.services-page-sec .row {
  margin-bottom: 50px;
}

section.services-page-sec .service-content h5 {
  color: black;
}

section.services-page-sec .service-content p {
  color: black;
}

section.services-page-sec .service-content {
  border: 2px solid #000;
  border-top: 0;
  height:215px;
}

section.services-page-sec {
  padding: 50px 0;
}
/* Services page Ends */
/* Services Detail Starts  */
section.services-detail {
  padding: 50px 0;
}

section.services-detail .col-md-6 {
  margin: 0;
  padding: 0;
}
.serviced-left img {
  height: 780px;
  width: 100%;
  object-fit: cover;
}

.serviced-right h2 {
  color: red;
}

.serviced-right p {
  padding: 12px 0;
}

.serviced-right {
  padding-right: 40%;
  margin-left:5%;
}

section.services-detail .row {
  align-items: center;
}

.serd-img a{
  width:100%;
}
.serd-img img {
  height: 314px;
  width: 100%;
  object-fit: cover;
}

section.servicedb .container {
  display: flex;
  flex-direction: column;
  gap: 55px;
}

.service-d-para p {
  padding: 10px 0;
}
.servicedb {
  padding-bottom: 50px;
}

/* Services Detail Ends */

/*Faq Start*/

.menuSec.chg {
  background: #000;
}

.frequently-asked-questions {
  background: #172572;
  text-align: center;
  padding: 100px 0 180px;
}

.frequently-asked-questions-box h2 {
  font-size: 25px;
  margin-bottom: 0;
  color: #fff;
  font-weight: 600;
}

.frequently-asked-questions-box h3 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 16px;
  margin-top: 10px;
}

.frequently-asked-questions-box p {
  color: #fff;
  width: 60%;
  margin: 0 auto;
}

.frequently-asked-questions-box ul {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.frequently-asked-questions-box ul li a {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  color: #29292d;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}

.buzzing-universe-overview-sec .row {
  justify-content: center;
}

.buzzing-universe-overview-faqs-box {
  background: transparent;
  padding: 20px 0;
}

.buzzing-universe-overview-sec {
  margin-top: 0;
}

.buzzing-universe-overview-faqs-box h2 {
  text-align: center;
  /* color: #2e58a6 !important; */
  font-size: 35px;
  font-weight: 600;
}

.buzzing-universe-overview-sec .accordion-item:not(:first-of-type) {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.buzzing-universe-overview-sec .accordion-item {
  margin: 0 0 15px;
  border-radius: 8px !important;
}

.buzzing-universe-overview-sec .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: red;
  font-weight: 300;
  font-size: 40px;
}

.buzzing-universe-overview-sec .accordion-button {
  font-size: 40px;
  font-weight: 400;
  color: white;
  line-height: 30px;
  border-radius: 8px !important;
  background-color: blue;
  border-radius: 50px !important;
  border: 1px solid transparent !important;
  padding: 20px 30px;
}

.buzzing-universe-overview-sec .accordion-button:focus {
  border-color: inherit;
  box-shadow: none;
}

.buzzing-universe-overview-sec .accordion-button:not(.collapsed)::after {
  filter: invert(1) brightness(73.5);
}

.buzzing-universe-overview-sec .accordion-body p {
  margin: 0;
  color: #6f787e;
  font-size: 15px;
}

.banner-text.faqtxt h1 {
  font-size: 60px;
}
.accordion-item {
  background-color: transparent;
  border: 1px solid transparent;
}
.faq-sec-page .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
  border: 1px solid transparent !important;
  font-size: 40px;
  font-weight: 300;
}

.faq-sec-page .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%23212529"%3E%3Cpath fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1821%)
    hue-rotate(299deg) brightness(116%) contrast(100%);
}
.faq-heading-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.faq-heading-row p {
  width: 60%;
}
.faq-sec-page {
  background: url("../images/faq-bg.png") no-repeat center center;
  background-size: cover;
  margin-top: 0;
  padding: 50px 0;
}
.faq-heading-row h2 {
  color: white;
}

.faq-heading-row p {
  color: white;
}
.faq-sec-page .accordion-body {
  padding: 20px;
  background-color: white;
  margin-top: 11px;
  border-radius: 50px;
}
/*Faq End*/
/* Inner Contact Start*/

.contact1 p,
.contact2 > p {
  margin-bottom: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.contact2 ul {
  margin-top: 40px;
}

.contact1 input,
.contact1 textarea {
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  background: #fff;
  border: 1px solid #000;
  color: #000;
}

.contact1 .theme_btn {
  width: 100%;
  border: 0;
  background: #f01414;
  color: #fff;
  padding: 10px;
  font-size: 23.64px;
  font-family: "Nunito";
  font-weight: 500;
  border-radius: 0;
  height: 60px;
}

.contact1 textarea {
  height: 200px;
}

.contact2 ul li {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  gap: 25px;
}

.contact2 ul li h4 {
  text-transform: capitalize;
  font-size: 30px;
  color: #000000;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 8px;
}

.contact2 ul li p {
  color: #000;
  font-size: 18px;
  width: 100%;
  margin-bottom: 0;
  font-weight: 500;
}

.contact1 button {
  border: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 70px;
  font-size: 20px;
  text-transform: uppercase;
  border-radius: 35px;
  color: #fff;
  background: red;
}

.contact2 .icon i {
  height: 90px;
  width: 90px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: blue;
}

.contact2 .icon i {
  font-size: 40px;
  color: #fff;
}

section.contact_us {
  padding: 80px 0;
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top;
}

section.contact_us::before {
  top: 55px;
  right: -24%;
  width: 56%;
  content: "";
  height: 800px;
  position: absolute;
  background-size: contain;
  background: url(../images/about-bg.png) no-repeat;
  /* filter: brightness(0) saturate(100%) invert(97%) sepia(32%) saturate(300%) hue-rotate(191deg) brightness(116%) contrast(80%); */
  opacity: 0.5;
}

section.contact_us a{
	color:#000;
	position:relative;
	z-index:9999;
}

.contact-before-after {
  position: relative;
}

.contact-left-right-img {
  position: relative;
}

.map {
  margin-top: 50px;
}

.map.wow.fadeInUp iframe {
    width: 100%;
}

.contact1 input {
  border-radius: 30px;
}

.contact1 textarea {
  border-radius: 30px;
  resize: none;
}

.contact1 input::placeholder,
.contact1 textarea::placeholder {
  color: #000;

  font-weight: 500;
}

.contact1 {
  position: relative;
  width: 95%;
}

i.far.fa-phone-alt {
  transform: rotate(98deg);
}

.map iframe {
  box-shadow: 0 0 20px 0 #0000003d;
}

img.contact_img_1 {
  position: absolute;
  left: 0;
  top: -30px;
}

img.contact_img_2 {
  position: absolute;
  right: -20px;
  top: 30px;
}

.contact1 h2 {
  color: red;
  font-size: 50px;
  margin-bottom: 10px;
  font-weight: 400;
}

.contact2 h2 {
  color: red;
  font-size: 50px;
  margin-bottom: 10px;
  font-weight: 400;
}

/* Inner Contact End*/
/* Inner Contact Starts  */
/*contact */

.form-group .input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  color: #00000085;
  margin: 0 0 20px 0;
  height: 60px;
}

.contact-form form {
  position: relative;
}

.contact-form .form-group {
  position: relative;
}

.contact-form .form-group::after {
  content: "";
  height: 53px;
  width: 10px;
  position: absolute;
  right: 45px;
  top: 6px;
  background-size: 10px 50px;
  background-image: url(../images/contact-input-bef.png);
  background-repeat: no-repeat;
}

.contact-form  input.form-control {
  height: 60px;
  font-size: 15px;
  padding-left: 19px;
  border: 1px solid #000;
  line-height: 0;
  box-shadow: none;
  color: black;
  font-weight: 400;
  background-color: transparent;
  margin-top: 0;
  display: flex;
  margin-bottom: 20px;
  border-radius: 50px;
}

.contact-form select.form-control {
  height: 60px;
  font-size: 15px;
  padding-left: 19px;
  border: 1px solid #000;
  line-height: 0;
  box-shadow: none;
  color: black;
  font-weight: 400;
  background-color: transparent;
  margin-top: 0;
  display: flex;
  margin-bottom: 20px;
  border-radius: 50px;
}

.contact-form input.form-control.wpcf7-date {
  height: 60px;
  font-size: 15px;
  padding-left: 19px;
  border: 1px solid #000;
  line-height: 0;
  box-shadow: none;
  color: black!important;
  font-weight: 400;
  background-color: transparent;
  margin-top: 0;
  display: block;
  margin-bottom: 25px;
  border-radius: 50px;
	width:100%;
}
.contact-form  select::placeholder {
  color: #909091!important;
}

.gform-body input {
  height: 60px;
  font-size: 19px!important;
  padding-left: 19px!important;
  border: 1px solid #000;
  line-height: 0;
  box-shadow: none;
  color: black;
  font-weight: 400;
  background-color: transparent;
  margin-top: 0;
  display: flex;
  margin-bottom: 20px;
  border-radius: 50px;
	width:100%;
}

.gform-body select {
  height: 60px;
  font-size: 19px!important;
  padding-left: 19px!important;
  border: 1px solid #000;
  color: black;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 20px;
  border-radius: 50px;
	width:100%;
}

.gform-body textarea {
  height: 200px;
  font-size: 19px!important;
  padding-left: 22px !important;
  padding-top: 44px !important;
  border: 1px solid #000;
  line-height: 0;
  box-shadow: none;
  color: black;
  font-weight: 400;
  background-color: transparent;
  margin-top: 0;
  display: flex;
  margin-bottom: 20px;
  border-radius: 50px;
	width:100%;
	
}

.gform-body .datepicker::placeholder, .gform-body input::placeholder, .gform-body textarea::placeholder, .gform-body select option{
	color: #909091!important;
}

.gform-body .datepicker{
	height: 60px;
  font-size: 15px;
  padding-left: 19px;
  border: 1px solid #000;
  line-height: 0;
  box-shadow: none;
  color: black;
  font-weight: 400;
  background-color: transparent;
  margin-top: 0;
  display: flex;
  margin-bottom: 20px;
  border-radius: 50px;
	width:100%;
}

.contact-form  input.form-control::placeholder {
  color: #909091;
}

.contact-main-sec .them-btn-1:hover {
  background-color: #00006d;
  transition: 0.3s all;
}

.contact-form  textarea.form-control {
  font-size: 15px;
  /* padding-left: 65px; */
  padding-top: 13px;
  border: 1px solid #000;
  letter-spacing: 0;
  box-shadow: none;
  resize: none;
  background-color: transparent;
  margin-top: 0;
  color: #000000;
  border-radius: inherit;
  margin: 0 0 20px;
  border-radius: 50px;
  padding: 20px;
}

.contact-form .email {
  padding: 0;
}

.contact-form h4 {
  font-size: 62px;
  line-height: 70px;
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
}

.contact-form form textarea.form-control::placeholder {
  color: #909091;
}

.contact-form ::-webkit-input-placeholder {
  color: #909091;
}

.contact-form ::-moz-placeholder {
  color: rgba(18, 28, 42, 0.55);
}

.contact-form :-ms-input-placeholder {
  color: rgba(18, 28, 42, 0.55);
}

.contact-form :-moz-placeholder {
  color: rgba(18, 28, 42, 0.55);
}

.cicle-icon {
  background-color: #ee6b97;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.cicle-icon i {
  color: white;
  font-size: 21px;
}

.cicle-icon img {
  margin: 0 auto;
}

.contact-main-sec .contact-info {
  background: var(--orange-color);
  width: 100%;
  display: inline-block;
  padding: 14px;
  margin-bottom: 10px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 130px;
  margin-bottom: 25px;
  border: 1px solid #c6c6c6;
}

.contact-main-sec h4 {
  font-size: 40px;
  color: #000000;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0;
}

.contact-main-sec p span {
  display: block;
	margin-bottom:0px;
}

.contact-main-sec p {
  font-size: 16px;
  color: #000;
  margin-bottom: 0%;
}

.contact-main-sec h2 {
  margin: 0;
  font-size: 20px;
  color: #696767;
  font-weight: 700;
  line-height: 30px;
  font-family: "Montserrat";
  text-transform: uppercase;
}

.contact_text {
  padding-top: 0px;
}

.contact_text p {
  font-size: 16px;
  line-height: 25px;
  color: #918f8f;
  padding-top: 0px;
  font-weight: 500;
  letter-spacing: 1px;
}

.contact_text p a {
  font-size: 16px;
  color: black;
  text-decoration: none;
  transition: 0.5s ease-in-out;
  margin-top: 3px;
  display: block;
}

.mailt {
  padding-left: 30px;
}

.contact_text a:hover {
  color: black;
}

.contact_text a {
  color: black;
}

.contact_text p a.email-text {
  font-size: 15px;
  color: black;
}

.contact_text p a.email-text:hover {
  color: #8b8b8b;
}

.contact-us {
  padding: 6% 0;
}

.contact-head {
  text-align: center;
}

.contact-head h2 {
  font-size: 50px;
  color: #000;
  text-transform: uppercase;
}

.lg-btn {
  width: 100%;
}

.cp {
  font-size: 17px;
  line-height: 27px;
}

.contact_heading {
  margin-bottom: 30px;
}

.contact_heading h2 {
  font-size: 45px;
  color: #000000;
  font-weight: bolder;
}

.contact-side-bar {
  padding-top: 50px;
}

.contact-main-sec {
  padding: 100px 0;
}

.contact-main-sec .them-btn-1 {
  margin-top: 20px;
  border: none;
  padding: 12px 20px;
  background-color: #ff0000;
  color: white;
  border-radius: 25px;
}

.b-img img {
  border-radius: 20px;
}

.contact-form .form-group i {
  position: absolute;
  top: 20px;
  left: 13px;
  font-size: 20px;
  background: linear-gradient(
    180deg,
    rgba(150, 31, 30, 1) 0%,
    rgba(233, 72, 36, 1) 100%
  );
  text-transform: uppercase;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact-form {
  margin-top: 23px;
}

.contact-form button {
  border: none;
  margin-top: 5%;
}

.contact-main-sec h1 {
  font-size: 49px;
}

.contact-form .input-group > .form-control,
.order-form .input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  border-color: #bdbdbd;
  color: #909091;
  font-family: "Montserrat";
  border-radius: 5px;
  font-weight: 500;
  padding: 17px;
  margin-bottom: 0;
}

.order-form .form-select {
  background-image: url(../images/arrow-icon.png);
  background-size: unset;
}

.service-drop-down .col-md-12 {
  margin: 0 !important;
}

.service-drop-down .input-group {
  width: 856px;
}

.contact-inner-imge img {
  width: 100%;
  height: 546px;
  object-fit: cover;
  border-radius: 10px;
}
.contact-main-sec select {
  height: 60px;
  font-size: 15px;
  padding-left: 19px;
  border: 1px solid #000;
  box-shadow: none;
  color: black !important;
  font-weight: 400;
  background-color: transparent;
  margin-top: 0;
  display: flex;
  margin-bottom: 20px;
  border-radius: 50px;
}
.contacy-submit-btn-wrapper .web-btn {
  width: 100%;
  color: white;
}
/* Inner Contact Ends */


.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232;
    background: #ff0000;
    padding: 20px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    background: red;
    padding: 20px!important;
    text-align: center;
}
