/* ======= Basic style ======= */
html,
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75em;
  color: #555;
  overflow-x: hidden;
}

p {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75em;
  color: #555;
  margin-bottom: 5px;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 21px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.5em;
  margin: 0 0 15px 0;
  color: #000;
}

img {
  width: 100%;
  height: auto;
}

img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #f4f4f4;
}

span,
a,
a:hover {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

b {
  font-weight: 400;
  color: #555;
}

/* text field */
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
  outline: none;
}

input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea {
  max-width: 100%;
  margin-bottom: 10px;
  /* padding: 15px 0; */
  height: auto;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 0 0 1px;
  border-style: solid;
  display: block;
  width: 100%;
  line-height: 1.5em;
  font-size: 16px;
  font-weight: 400;
  color: #555;
  background-image: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input:focus,
textarea:focus {
  border-bottom-width: 1px;
  border-color: #c6321b;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 1.75em;
  -webkit-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
  background: #fff;
  border: none;
}

input[type="submit"]:hover {
  background-color: #f4f4f4;
  color: #555;
  border: none;
}

select {
  padding: 10px;
  border-radius: 5px;
}

table,
th,
tr,
td {
  border: 1px solid #f4f4f4;
}

th,
tr,
td {
  padding: 10px;
}

input[type="radio"],
input[type="checkbox"] {
  display: inline;
}

/* placeholder */
::-webkit-input-placeholder {
  color: #555;
  font-size: 16px;
  font-weight: 400;
}

/* Top head style start */
.top-head {
  background: #b02b31;
  height: 60px;
  line-height: 60px;
}

.top-head .top-area {
  display: flex;
}

.top-head .top-area li {
  display: flex;
}

.top-head .top-area li:first-child {
  padding-right: 30px;
}

#google_translate_element span {
  display: none !important;
}

.goog-te-gadget .goog-te-combo {
  margin: 4px 0;
  border: 2px solid #b03333;
  color: #b03333;
  font-weight: bold;
  font-size: 16px;
}

.top-head .top-area li a {
  padding-left: 20px;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.top-head .top-area li i {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #081447;
  border-radius: 6px;
  margin-top: 13px;
  font-size: 17px;
  width: 34px;
  height: 34px;
  color: #fff;
}

.top-head .social-media a i {
  width: 40px;
  height: 40px;
  background: linear-gradient(15deg, #0c58ba, #1877f2);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
  margin-top: 10px;
  font-size: 19px;
}

.top-head .social-media a {
  text-decoration: none;
}

/* Top Head style end */
/* Nav section style start */
/* .navbar img{width:200px;} */
.nav-section .navbar ul li a {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  color: #000000;
  font-family: "Jost", sans-serif;
}

.nav-section .navbar ul li {
  padding-right: 10px;
}

.nav-section .navbar .dropdown .dropdown-menu li {
  border-bottom: 1px solid #e5e3e3;
  padding: 5px 0;
  transition: 0.5s;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background: #b03333 !important;
}

.nav-section .navbar .dropdown .dropdown-menu li a {
  color: #000;
}

.nav-section .navbar .dropdown .dropdown-menu li:hover a {
  color: #ffffff;
}

.nav-section .navbar .dropdown .dropdown-menu li:last-child {
  border: none;
}

.nav-section .navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .show > .nav-link {
  color: #f25c27;
}

.nav-section .navbar form p {
  width: 100%;
  margin-bottom: 0;
  padding-top: 5px;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 500;
  color: #f25c27;
}

.nav-section .navbar form .form-select {
  width: 50%;
  margin-left: 20px;
  background-image: url(../img/dw.png) !important;
}

.call-area {
  background: #f25c27;
  border-radius: 6px;
}

.call-area a {
  color: #fff !important;
}

.call-area i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  color: #000000;
  text-align: center;
  line-height: 30px;
  margin-right: 10px;
  font-size: 15px;
}

/* Nav section style end */

/* banner style start */

.carousel-inner {
  position: relative;
  z-index: 1;
}

.carousel-inner::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #00000073;
}

.banner-btn {
  text-transform: uppercase;
}

.carousel-caption {
  position: absolute;
  right: 12% !important;
  top: 22%;
  left: 12% !important;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: left;
  z-index: 99999;
}

.carousel-item {
  position: relative;
}

.carousel-item::before {
  position: absolute;
  left: 0;
  top: 23%;
  width: 44%;
  height: 60px;
  content: "";
  background: #fff;
  z-index: 1;
}

.carousel-caption h4 {
  padding: 10px;
  font-weight: 600;
  text-align: left;
  width: 43%;
}

.carousel-caption h2 {
  color: #fff;
  text-align: left;
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
}

.carousel-caption p {
  text-align: left;
  font-size: 18px;
  color: #fff;
  line-height: 27px;
}

.carousel-caption h2 span {
  color: #ed1b24;
}

/* banner style end */
/* usp style start */
.usp-sec {
  padding: 60px 0;
  position: relative;
}

.usp-sec .usp-box {
  padding: 20px;
  border-radius: 6px;
  /* margin-top: -100px; */
  z-index: 99;
  position: relative;
  height: 256px;
}

.usp-sec .usp-box .usp_icon {
  width: 150px;
  height: 150px;
  background: #081447;
  border-radius: 50%;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.usp-sec .usp-box .usp_icon img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
    hue-rotate(279deg) brightness(101%) contrast(102%);
}

.usp-head {
  margin-top: -20px;
}

.usp-sec .usp-box .usp-head h4 {
  font-weight: 700;
  color: #ffffff;
  font-size: 25px;
  padding: 12px;
  background: #b02b31;
  border-radius: 41px;
  text-align: center;
}

.usp-sec .usp-box .usp_para p {
  text-align: center;
  line-height: 22px;
  padding-top: 10px;
}

/* usp style end */

/* service style start */
.service-sec {
  padding: 80px 0;
  position: relative;
  background: linear-gradient(15deg, #091031db, #0b0f38d9),
    url(../img/service_bg.jpg) no-repeat;
  background-size: cover;
}

.service-sec .plus-img {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: -1;
  opacity: 0.4;
}

.service-sec .belcha-img {
  position: absolute;
  top: 50px;
  right: 0px;
  z-index: -1;
  opacity: 0.4;
}

.service-sec .house-img {
  position: absolute;
  bottom: 50px;
  right: 0;
  z-index: -1;
  opacity: 0.1;
}

.service-sec .service-head {
  margin-bottom: 20px;
  margin-bottom: 40px;
}

.service-sec .service-head h6 {
  font-size: 20px;
  font-weight: 600;
  color: #b02b31;
}

.service-sec .service-head h1 {
  font-size: 46px;
  font-weight: 700;
  color: #fff;
}

.service-sec .service-item {
  box-shadow: 0 0.7rem 1.3rem rgba(0, 0, 0, 0.22);
  margin-bottom: 30px;
  padding-bottom: 20px;
  background: #fff;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.service-sec .service-item:hover::after {
  right: -90px;
  top: -160px;
}

.service-sec .service-item .service-content p {
  margin-bottom: 0;
}

.service-sec .service-item .service-img {
  width: 100%;
  height: 295px;
  overflow: hidden;
  /* position: relative; */
  transition: 0.9s;
}

.service-sec .service-item .service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-sec .service-item:hover .service-img img {
  transform: scale(1.1);
}

.service-sec .service-item .service-content {
  padding: 20px 20px 10px 20px;
}

.service-sec .service-item .service-content .service_icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding: 25px;
  background: #b02b31;
  margin: auto;
  border: 3px solid #ffffff;
  margin-top: -120px;
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-sec .service-item .service-content .service_icon img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
    hue-rotate(279deg) brightness(101%) contrast(102%);
}

.service-sec .service-item .service-content h3 {
  color: #fff;
  font-weight: 600;
  text-align: center;
  background: #081447;
  border-radius: 25px;
  padding: 10px;
  width: 81%;
  margin: auto;
  font-size: 18px;
  margin-top: -14px;
  position: relative;
  z-index: 1;
}

.service-sec .service-item .service-content p {
  line-height: 23px;
}

/* service style end */

/* count-sec style start */

.count-sec {
  padding: 60px 0;
  position: relative;
  background: #efefef;
}

.count-sec::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  /* background: url(../img/line-wave.png) no-repeat; */
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  z-index: -1;
}

.count-area {
  display: flex;
}

.count-sec .count-area img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%)
    hue-rotate(245deg) brightness(107%) contrast(104%);
}

.count-sec .count-area .count-number {
  padding-left: 20px;
}

.count-sec .count-area .count-number h3 {
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 0;
  color: #000;
}

.count-sec p {
  font-size: 22px;
  color: #000;
  font-weight: 500;
  margin-bottom: 0;
}

.count-icon {
  width: 90px;
  height: 90px;
  background: #ed1b24;
  padding: 15px;
  border-radius: 10px;
  margin-top: 6px;
}

.choose-sec .choose-head h1 {
  font-size: 32px;
}

/* count sec style end */

/* about style start */

.about {
  padding: 120px 0;
  position: relative;
  z-index: 1;
  background: #f7f7f7;
  z-index: 1;
}

.about::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 483px;
  content: "";
  background: url(../img/abt-bg.png) no-repeat;
  background-size: contain;
  z-index: -1;
  opacity: 0.5;
}
.about .main-btn.book-btn {
  background: #081447;
}

.about .about-img {
  position: relative;
  z-index: 1;
}

.about-first-img {
  height: 517px;
}

.about .about-first-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.about .about-content h6 {
  color: #b02b31;
}

.about .count-area {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 267px;
  height: 138px;
  background: #b02b31;
  border-radius: 47px 0 0 0;
}

.about .count-area .count-icon {
  width: 80px;
  height: 80px;
  border-radius: 0 0 37px 37px;
  background: #fff;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  padding: 18px;
  border-radius: 50%;
}

.about-list li {
  display: flex;
  margin-bottom: 15px;
}

.about-list li i {
  padding-top: 11px;
  padding-right: 20px;
  color: #b02b31;
}

.about .count-area .count-cont {
  margin: auto;
  margin-top: 42px;
}

.about .count-area .count-cont p {
  color: #ffffff;
  font-size: 17px;
  text-align: center;
  font-weight: 600;
}

.about .count-area h2 {
  color: #ffffff;
  text-align: center;
  font-size: 47px;
  font-weight: 700;
  margin-bottom: 0;
}

.about .about-content h6 {
  font-size: 20px;
  font-weight: 600;
}

.about .about-content h1 {
  font-size: 46px;
  font-weight: 700;
  color: #000000;
}

/* about style end */

/* Main button  */
.main-btn {
  text-decoration: none;
  padding: 12px 30px;
  background: #b02b31;
  border-radius: 7px;
  color: #ffffff;
  font-size: 15px;
  margin-top: 20px;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  transition: 1s;
  z-index: 1;

  text-align: center;
}

.main-btn.book-btn {
  margin-left: 20px;
  background: #000;
  color: #fff;
}

.main-btn.book-btn::before {
  background: #b02b31 !important;
}

.main-btn:hover:after {
  bottom: 70px;
}

.main-btn::before {
  position: absolute;
  content: "";
  bottom: -340px;
  left: -80px;
  width: 400px;
  height: 200px;
  border-radius: 50%;
  background: #081447;
  transition: 0.8s;
  /* transition-delay: 0.6s; */
  z-index: -1;
}

.main-btn:hover:before {
  bottom: -100px;
}

.main-btn:hover {
  color: #ffffff;
}

/* main button style end */

/* project-sec style start */
.project-sec {
  padding: 80px 0;
  position: relative;
  background: linear-gradient(15deg, #0814477e, #14246dd9),
    url(../img/pro_bg.jpg) no-repeat;
  background-size: cover;
  z-index: 1;
}
.inner-gallery {
  background: #fff;
}
.inner-gallery:after {
  display: none;
}

.project-sec::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: #0000007b;
  top: 0;
  left: 0;
  z-index: -1;
}

.project-sec .project-content h6 {
  font-size: 20px;
  color: #b02b31;
  font-weight: 700;
}

.project-sec .project-content h1 {
  font-size: 46px;
  font-weight: 700;
}

.pro-btn {
  background: #fff;
  color: #000;
}

.pro-btn::before {
  background: #b02b31;
}

/* choose style start */
.choose-sec {
  padding: 80px 0;
  background: #e6e7e7;
}

.choose-sec .choose-head {
  text-align: center;
}

.choose-sec .choose-head h1 {
  color: #000;
  font-size: 46px;
  font-weight: 700;
}

.choose-sec .choose-head h1 span {
  color: #b02b31;
  font-size: 46px;
  font-weight: 700;
}

.choose-sec .choose-icon {
  background: #b02b31;
  padding: 30px;
  height: 100%;
  border-radius: 7px 0 0 7px;
}

.choose-sec .choose-icon img {
  /* width: 70px;
height: 70px; */
  position: relative;
  top: 10px;
}

.choose-sec .choose-content {
  padding-top: 15px;
}

.choose-sec .choose-content h4 {
  color: #f25c27;
  font-weight: 600;
}

/* For gallery style start */

#gallery .img-wrapper {
  position: relative;
  margin-top: 15px;
  transition: 0.5s;
  height: 268px;
  overflow: hidden;
  border-radius: 6px;
}

#gallery .img-wrapper img {
  width: 100%;
}

#gallery .img-wrapper:hover .img-overlay {
  opacity: 1;
}

#gallery .img-wrapper .img-overlay {
  background: #b02b31b3;
  width: 90%;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.5s;
}

#gallery .img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgb(0 0 0 / 91%);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 5%;
}

@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}

@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.5s;
}

#nextButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}

#prevButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15%;
  right: 28%;
  cursor: pointer;
}

#exitButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}

/* project-sec style end */

/* testimonial style start */

/* =======  Testimonials style ======= */
.testimonials {
  padding: 80px 0 120px;
  /* background: #0096c8; */
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.testimonials::after {
  position: absolute;
  top: 0;
  left: -136px;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/testi-bg.png) no-repeat;
  opacity: 0.7;
  z-index: -1;
}

.testimonials h2 span {
  color: #df170d;
}

.testimonials .mini-head {
  margin-bottom: 0;
}

.testimonials .para p {
  color: #000;
}

.testi-head h1 {
  color: #000;
  font-size: 46px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 20px;
}

.testi-head h6 {
  color: #b02b31;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.review-box {
  background: #e9e9e9;
  border-radius: 7px;
  width: 90%;
  margin: auto;
  margin-bottom: 20px;
  padding: 20px;
}

.review-box .google {
  width: 50px;
  height: 50px;
}

.review-box .star i {
  font-size: 23px;
  color: #ffc107;
}

.review-box .review-button {
  margin-top: 10px;
}

.review-box p {
  padding-left: 78px;
  color: #000;
  font-weight: 600;
  font-size: 20px;
}

.review-box .review-button i {
  padding-right: 20px;
}

.review-box .review-button a {
  font-size: 17px;
}

.review-box .review-button a i {
  font-size: 20px;
}

/* testimonials */
.testimonials h5 {
  font-size: 24px;
  margin-bottom: 7px;
}

.testimonials .item .client-desk p.star-para {
  padding-left: 70px;
  color: #000;
  font-size: 17px;
  margin-bottom: 0;
  position: relative;
  top: -10px;
  left: 26px;
}

.testimonials .item .client-desk .cont {
  position: relative;
  text-align: center;
}

.testimonials .item .client-desk .google {
  padding-top: 10px;
}

.testimonials .item .client-desk .cont h6 {
  margin-bottom: 0;
  text-align: left;
  color: #fff;
  font-weight: 400;
  line-height: 30px !important;
}

.testimonials .item .client-desk .cont h6 span {
  color: #6b6b6b;
}

.rating {
  padding-left: 18px;
}

.testimonials .item .client-desk .star i {
  color: #ffc107;
}

.testimonials-box .head-box h6 {
  position: relative;
  font-weight: 400;
  color: #555;
  font-size: 19px;
  margin-bottom: 0px;
  padding-left: 50px;
}

.testimonials .item {
  width: 86%;
  height: 280px;
  padding: 20px;
  background: #ffffff;
  border-radius: 30px;
  box-shadow: -1px 0rem 5rem #00000012;
  margin: auto;
}

.testimonials .item .client-desk {
  margin-top: 16px;
}

.testimonials .owl-carousel .owl-stage-outer {
  padding: 50px 0;
}

.testimonials .item .client-desk .client-area p {
  color: #000;
  padding-top: 20px;
  text-align: start;
}

.testimonials .owl-theme .owl-nav.disabled + .owl-dots {
  display: none;
}

.view-para {
  text-decoration: underline !important;
  color: #287ff9;
}

.testimonials-box .head-box h6:after {
  content: "";
  width: 40px;
  height: 1px;
  background: #c6321b;
  position: absolute;
  left: 0;
  top: 50%;
}

.testimonials-box .head-box h4 {
  font-size: 27px;
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  padding-bottom: 15px;
}

.testimonials-box .head-box h4 span {
  color: #000;
}

.testimonials .item {
  position: relative;
}

.testimonials .item p.v-border {
  margin-bottom: 20px;
  margin: auto;
  text-align: center;
}

.testimonials .item p {
  color: #ffffff;
}

.testimonials-box ul {
  display: flex;
  padding-top: 22px;
}

.testimonials-box ul li i {
  color: #ffd000;
}

.owl-next > span.ti-angle-right {
  position: absolute;
  line-height: 0;
  top: 27%;
  left: 42%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 43px;
  height: 17px;
  background: url(../../assets/img/next.png) no-repeat !important;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%)
    hue-rotate(245deg) brightness(107%) contrast(104%);
}

.owl-prev > span.ti-angle-left {
  position: absolute;
  line-height: 0;
  top: 58%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 38px;
  height: 17px;
  background: url(../../assets/img/prev.png) no-repeat !important;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%)
    hue-rotate(245deg) brightness(107%) contrast(104%);
}

.owl-carousel .owl-nav .owl-next i.norc-small-right,
.owl-carousel .owl-nav .owl-prev i.norc-small-left {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}

/* .client-desk{
      margin-top: 80px;
  } */
.testimonials .item .info {
  text-align: left;
  padding: 10px 0 10px 0px;
  /* margin-top: 20px; */
}

.testimonials .item .info .author-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  /* float: left; */
  overflow: hidden;
  /* margin: auto; */
  margin-top: 10px;
}

.testimonials .item .client-desk .info h6 {
  font-size: 16px;
  margin-bottom: 0px;
  padding-top: 7px;
  color: #000;
  line-height: 1em;
  font-weight: 700;
}

.testimonials .item .info span {
  font-size: 14px;
  color: #555;
  margin-right: 5px;
  line-height: 1em;
}

.testimonials .item .info .rate {
  float: right;
}

/* video-sec style start */

.owl-carousel {
  z-index: unset !important;
}

.owl-carousel .owl-nav.disabled {
  display: block !important;
}

.testi-slider button {
  position: absolute;
  top: 40px;
  top: 93%;
  width: 60px;
  height: 60px;
  background: #b02b31 !important;
  border-radius: 50%;
  box-shadow: 0 0.5rem 1.1rem #00000068;
  border: 2px solid #fff !important;
  z-index: 1;
  margin-top: 20px;
}

.testi-slider button.next-arrow {
  position: absolute;
  right: 44%;
}

.testi-slider button.prev-arrow {
  position: absolute;
  left: 44%;
}

.testi-slider button i {
  color: #fff;
}

.owl-carousel .owl-nav button.owl-next span {
  font-size: 60px;
  position: relative;
  z-index: 1;
  color: #fff;
}

.owl-carousel .owl-nav button.owl-prev span {
  font-size: 60px;
  color: #fff;
}

/* owl */

.contact-form {
  padding: 60px 0;
  position: relative;
  background: url(../img/contact-bg.jpg) no-repeat;
  background-size: cover;
}

.contact-form .main-form form {
  padding: 40px 20px 40px 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0.7rem 1.3rem rgba(0, 0, 0, 0.22);
  border-bottom: 5px solid #b92121;
}

.contact-form .main-form form input {
  background: #c4c4c4;
  height: 45px;
}

.contact-form .main-form form label {
  margin-top: 15px;
}

.contact-form .main-form form textarea {
  background: #c4c4c4;
}

.form-control:focus {
  color: #212529;
  background-color: #fff !important;
  /* border-color: transparent !important; */
  border: 2px solid #b92121 !important;
  outline: 0;
  box-shadow: none !important;
  transition: 0.5s;
}

.cnt-button {
  padding: 10px 60px;
  background: #e55a29;
  border-radius: 7px;
  color: #000;
  font-weight: 700;
  text-decoration: none;
  margin-top: 20px;
}

.contact-head h1 {
  font-size: 46px;
  font-weight: 700;
}

.footer {
  padding: 60px 0;
  background: #081447;
  position: relative;
  z-index: 1;
}

.footer::before {
  position: absolute;
  content: " ";
  top: 0;
  right: 0;
  width: 429px;
  height: 291px;
  background: url(../img/hx2.png) no-repeat;
  z-index: -1;
  opacity: 0.2;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
    hue-rotate(93deg) brightness(103%) contrast(103%);
}

.footer::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 429px;
  height: 291px;
  background: url(../img/hx1.png) no-repeat;
  z-index: -1;
  opacity: 0.2;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
    hue-rotate(93deg) brightness(103%) contrast(103%);
}

.footer .footer_logo_area p {
  color: #fff;
  font-size: 18px;
  padding-top: 17px;
}

.footer-logo {
  width: 300px;
  height: auto;
}

.wideget-area h3 {
  border-bottom: 3px solid #b02b31;
  display: inline-block;
  color: #fff;
  padding-bottom: 4px;
  text-transform: uppercase;
  font-size: 23px;
}

.wideget-area ul {
  padding-top: 20px;
}

.wideget-area ul li a {
  text-decoration: none;
  color: #fff;
  padding-bottom: 10px;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  position: relative;
  /* padding-left: 25px; */
}

/* .wideget-area ul li a::after{
    position: absolute;
    top: 10px;
    left: 0;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #dc5628;
    } */

.wideget-area ul li i {
  color: #e55a29;
  font-size: 6px;
  position: relative;
  top: -3px;
  padding-right: 20px;
}

.wideget-contact-area ul li i {
  color: #c8121a;
  padding-top: 6px;
  padding-right: 20px;
  font-size: 28px;
}

.wideget-contact-area h3 {
  border-bottom: 3px solid #c8121a;
  display: inline-block;
  color: #fff;
  font-size: 23px;
  text-transform: uppercase;
}

.wideget-contact-area ul {
  padding-top: 20px;
}

.wideget-contact-area ul li p {
  color: #fff;
  font-size: 18px;
}

.wideget-contact-area ul li {
  display: flex;
}

.wideget-contact-area a {
  text-decoration: none;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 18px;
}

.wideget-contact-area a:hover {
  color: #fff;
}

/* footer style end */
/* footer-bottom style start */

.footer-bottom {
  padding: 10px 0;
  background: #000;
}

.footer-bottom p {
  padding-top: 10px;
  font-size: 18px;
  margin-bottom: 0;
}

.footer-bottom a {
  color: #e55a29;
  text-decoration: none;
}

.footer-bottom a:hover {
  color: #e55a29;
}

/* Modal form start */
.modal .modal-dialog .modal-body .form-box {
  background: #ffffff;
  border-radius: 7px;
  padding: 26px 20px 10px;
  position: relative;
  /* top: -140px; */
  z-index: 11111;
}

.modal .modal-dialog .modal-body .form-box h3 {
  color: #e55a29;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

.modal .modal-dialog .modal-body .form-box input {
  height: 50px;
  margin-bottom: 15px;
  border: 1px solid #000;
}

.modal .modal-dialog .modal-body .form-box select {
  height: 50px;
  margin-bottom: 15px;
  border: 1px solid #000;
}

.modal .modal-dialog .modal-body .form-box textarea {
  margin-bottom: 15px;
  border: 1px solid #000;
}

.modal .modal-dialog .modal-body .form-box input[type="submit"] {
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  background: #e55a29;
  width: 140px;
  margin: auto;
  color: #fff;
  font-size: 18px;
  border: none;
}

.modal .modal-dialog .modal-body .form-box input[type="submit"]:focus {
  background-color: #000000 !important;
  border: none !important;
}

.modal .modal-dialog .modal-body .form-box input[type="submit"].form-control {
  position: relative;
}

.modal
  .modal-dialog
  .modal-body
  .form-box
  input[type="submit"].form-control::after {
  position: absolute;
  content: "";
  bottom: -40px;
  left: 0;
  width: 300px;
  height: 200px;
  border-radius: 50%;
  background: #000;
}

.modal-header {
  border: 0 !important;
}

.btn-close {
  position: relative;
  z-index: 1;
  opacity: 1 !important;
  background: unset !important;
}

.btn-close i {
  font-size: 22px;
  color: #fff;
}

.btn-close::after {
  position: absolute;
  top: -1px;
  right: -3px;
  width: 40px;
  height: 40px;
  content: "";
  background: #e55a29;
  z-index: -1;
  border-radius: 50%;
}

.modal-content {
  background: #e55a29 !important;
}

.nav-section-scrolled {
  position: fixed !important;
  width: 100%;
  top: 0;
  transition: 0.5s;
}

.nav-section main {
  position: relative;
}

.nav-section {
  background: #ffffff;
  position: relative;
  z-index: 150;
  height: auto;
  padding: 7px 0;
  box-shadow: 0 0.5rem 0.6rem #00000040;
}

.nav-section .navbar {
  padding: 0;
  /* overflow: hidden; */
}

.navbar-expand-lg .navbar-nav {
  margin-top: 10px;
}

.contact_page_area {
  padding: 70px 0;
}

.contact_address h2.head {
  border-bottom: 2px solid #ff0c0c;
  padding-bottom: 5px;
  display: inline-block;
  padding-right: 20px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 800;
}

.contact_page_area p,
.contact_page_area p a {
  color: #fff;
  text-decoration: none;
}

.contact_page_area p i,
.contact_page_area p a i {
  color: #ff0c0c;
  background: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  margin-right: 10px;
}

.inner_banner_caption {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 10px;
}

.get-bnt-area input {
  color: #fff;
  border: 3px solid #fff;
  box-shadow: 0 0 5px #000;
}

.inner_banner {
  position: relative;
  z-index: 1;
  margin-top: 0;
}

.inner_banner img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.inner_banner:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.inner_banner h1 {
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  color: #fff;
}

.single_service img {
  float: right;
  width: 40%;
  height: auto;
  margin: 0 0 20px 20px;
}

.single_service p {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  line-height: 28px;
  margin: 20px 0;
  color: #505050;
}

.single_service p a {
  color: #fc7500;
  font-weight: bold;
}

.single_service ul li {
  list-style: none;
  color: #505050;
  margin: 5px 0;
  font-weight: 400;
  padding-left: 20px;
  position: relative;
  font-size: 16px;
}

.single_service ul li:before {
  content: "\f00c";
  color: #b02b31;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  position: absolute;
  left: 0;
}

.get-form {
  box-shadow: 0 0.5rem 1.1rem rgba(0, 0, 0, 0.5);
  padding: 50px 30px;
  background: #fff;
  border-radius: 10px;
}

.contact_address {
  background: #081447;
  padding: 50px;
}

.single_service {
  padding: 80px 0;
}

.get-form input {
  margin-bottom: 20px;
  height: 45px;
  border: 1px solid #ccc;
  border-radius: 0;
  width: 100%;
  background-color: #fff;
  color: #000;
}

.get-form input.form_btn {
  margin-bottom: 20px;
  height: 45px;
  border: none;
  border-radius: 6px;
  width: 100%;
  background-color: #e5ac00;
  color: #000;
}

.wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
}

.get-form textarea {
  width: 100%;
  display: inline-block;
}

.get-form .nice-select {
  width: 100%;
}

.get-form .nice-select .list {
  width: 100% !important;
}

.get-form .nice-select:after {
  border-bottom: 2px solid rgba(153, 153, 153, 0);
  border-right: 2px solid rgba(153, 153, 153, 0);
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #f85507;
  outline: 0;
  box-shadow: 0 0 0 1px #f8550747;
}

.form-select:focus {
  border-color: #fe0000;
  outline: 0;
  box-shadow: 0 0 0 1px #fe00002c;
}

.form-select {
  padding-top: 0 !important;
}

.textarea {
  width: 100%;
}

.get-bnt-area {
  margin-top: 27px;
}

.get-btn {
  padding: 14px 30px;
  text-align: center;
  background: #f85508 !important;
  border-radius: 40px;
  font-weight: 700;
  position: relative;
  height: auto !important;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.get-btn:hover {
  background: #ba0303;
}

/* slider area */
.slider_area {
  /* top: -90px; */
}

.slide {
  position: relative;
  padding: 230px 0;
}

.slide h2 {
  font-weight: bold;
}

.slide .slide_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.slide:after {
  content: "";
  background: #0000003b;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.slide p {
  font-size: 18px;
  margin-top: 20px;
  line-height: 28px;
}

.cont_center {
  position: relative;
  z-index: 1;
}

.slide .slide_img img {
  max-width: 100%;
  height: 100%;
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  transition: all 1s ease;
  width: 100%;
  object-fit: cover;
}

.slide .slide_content--headings {
  color: #fff;
}

.slide .slide_content--headings h4 {
  color: #fff;
  font-weight: bold;
}

.slide .slide_content--headings .banner-btn {
  padding: 13px 30px;
  border: 3px solid #fff;
  background: #b02b31;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 15px;
}

.slide .slide_content--headings .book-btn {
  background: #081447 !important;
  color: #fff !important;
}

.slide .slide_content--headings .banner-btn::before {
  background: #081447;
}

.slide .slide_content--headings .banner-btn:hover {
  color: #fff;
}

.slide .slide_content--headings h2 {
  font-size: 63px;
  margin: 10px 0;
  color: #fff;
}

.slide .slide_content--headings h2 span {
  color: #fff;
}

.slide .slide_content--headings .animated {
  transition: all 0.5s ease;
}

.slider_area [data-animation-in] {
  opacity: 1;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
}

.slider_area .slick-arrow {
  border: none;
  background: transparent;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  width: 45px;
  z-index: 1;
}

.slider_area .slick-arrow.slick-next {
  right: 8px;
  left: auto;
}

.slider_area .slick-arrow i {
  font-size: 26px;
  transition: all 0.3s;
  background: #b02b31;
  padding: 14px 20px;
  color: #ffffff !important;
  border-radius: 10px;
}

.slider_area .slick-arrow i:hover {
  background: #081447;
  color: #fff !important;
}

.slider_area .slick-arrow:before {
  display: none;
}

@-webkit-keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }

  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}

@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }

  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}

.zoomInImage {
  -webkit-animation-name: zoomInImage;
  animation-name: zoomInImage;
}

@-webkit-keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
  animation-name: zoomOutImage;
}

.slider_area .btn_area {
  margin-top: 30px;
}

.nav-section-scrolled img {
  width: 150px;
}

.address li {
  margin-bottom: 20px;
}

.single_service ul {
  padding-left: 0;
}

.logo_box {
  text-align: center;
  margin: auto;
}

.call_float {
  position: fixed;
  right: 15px;
  bottom: 50px;
  z-index: 9999;
}

.call_float a {
  text-decoration: none;
}

.call_float a i {
  width: 50px;
  height: 50px;
  background: #ff0000;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 20px;
  transition: 0.5s;
}

.nav-open {
  border: 3px solid white;
  height: 35px;
  width: 45px;
  position: relative;
}

.nav-open .inner,
.nav-open .inner::before,
.nav-open .inner::after {
  background-color: rgb(255, 255, 255);
  content: "";
  display: block;
  height: 3px;
  width: 14px;
  transition: all 0.5s ease;
}

.nav-open .inner {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.nav-open .inner::before {
  margin-top: -6px;
  position: absolute;
}

.nav-open .inner::after {
  margin-top: 6px;
  position: absolute;
}

.nav-open.nav-close .inner {
  background-color: transparent;
  left: 54%;
}

.nav-open.nav-close .inner::before,
.nav-open.nav-close .inner::after {
  transform: rotate(45deg);
  transform-origin: 0 50%;
  width: 17px;
}

.nav-open.nav-close .inner::after {
  transform: rotate(-45deg);
}

.logo {
  width: 150px;
}

/* choose style start */
.choose-sec {
  padding: 80px 0;
  background: #ffffff;
}

.choose-sec .choose-head {
  text-align: center;
}

.choose-sec .choose-head h1 {
  color: #000;
  font-size: 46px;
  font-weight: 700;
  text-transform: uppercase;
}

.choose-sec .choose-head h6 {
  color: #b02b31;
  font-weight: 600;
  text-transform: uppercase;
}

.choose-sec .choose-head h1 span {
  color: #f25c27;
  font-size: 46px;
  font-weight: 700;
}

.choose-sec .choose-box {
  margin-top: 40px;
}

.choose-sec .choose-box {
  transition: 0.5s;
}

.choose-sec .choose-box .choose-icon {
  padding: 25px;
  /* height: 100%; */
  border-radius: 7px 0 0 7px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.choose-sec .choose-box:hover .choose-icon {
  background: #000;
  transition: 0.5s;
  transform: rotate(360deg);
}

.choose-sec .choose-icon i {
  position: relative;
  top: 0;
  font-size: 40px;
  color: #fff;
}

.choose-sec .choose-content {
  padding-top: 15px;
}

.choose-sec .choose-content h4 {
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 22px;
}

.choose-img {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 15px solid #b02b31;
  overflow: hidden;
}

.choose-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bnr_form_area {
  margin-top: -50px;
  background: #fff;
  border-radius: 8px;
  padding: 50px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}

.bnr_form_area h3 {
  font-weight: bold;
  font-size: 36px;
  color: #000;
  margin: 0;
}

.bnr_form_area form {
  margin-top: 5px;
}

.bnr_form_area form input,
.bnr_form_area form select,
.bnr_form_area form textarea {
  border: 1px solid #b7b7b7;
  color: #5a5a68;
  height: 62px;
  margin: 5px 0;
  border-radius: 8px;
  appearance: auto;
}

.bnr_form_area form input::placeholder,
.bnr_form_area form select::placeholder,
.bnr_form_area form textarea::placeholder {
  color: #5a5a68;
}

.bnr_form_area form input:focus,
.bnr_form_area form select:focus,
.bnr_form_area form textarea:focus {
  box-shadow: 0 0 5px rgba(232, 168, 19, 0.5);
  border: 1px solid #b02b31;
}

.form_btn {
  position: relative;
  overflow: hidden;
  transition: all 0.3s linear !important;
  z-index: 2;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff !important;
  border-radius: 8px !important;
  border: none !important;
  background: #b02b31 !important;
  height: 62px !important;
  width: 100%;
}
