/* ======= 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: "Jost", 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: "Jost", 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;
  border-radius: 6px;
}

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;
}

.sticky_menu {
  margin-top: 0 !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.5s;
}

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

.phone_area {
  position: fixed;
  right: 30px;
  bottom: 60px;
  z-index: 100;
}
.phone_area a {
  text-align: center;
}
.foot_phone {
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  background: #bc1119;
  border-radius: 100%;
}
.foot_phone i {
  font-size: 23px;
  line-height: 50px;
  color: #fff;
}

/* Top head style start */
.top-head {
  background: #ffffff;
  height: 60px;
  line-height: 60px;
  padding-top: 10px;
}
.top-head .top-area {
  display: flex;
  margin-top: 20px;
}
.top-head .top-area li {
  display: flex;
}
/* .top-head .top-area li a{
color: #000;
} */
.top-head .top-area li:first-child {
  padding-right: 5px;
}
#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: 14px;
  text-decoration: none;
  color: #000000;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  word-break: break-all;
}
.top-head .top-area li p span {
  font-weight: 700;
  color: #0823cc;
}
.top-head .top-area li p {
  font-weight: 700;
}

.top-head .top-area li i {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0823cc;
  border-radius: 6px;
  margin-top: 5px;
  font-size: 48px;
  margin-top: -5px;
}
.social-media a i {
  width: 40px;
  height: 40px;
}
.top-head .social-media a i {
  width: 40px;
  height: 40px;
  background: #f70600;
  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 */
.nav-section {
  margin-top: 70px;
  background: #0823cc;
}
.navbar {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.nav-section .navbar ul li a {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  color: #ffffff;
  font-family: "Jost", sans-serif;
}
.nav-section .navbar ul li ul li a {
  color: #000;
}
.nav-section .navbar ul li {
  padding-right: 30px;
}

.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: #f70600 !important;
}
.nav-section .navbar .dropdown .dropdown-menu li a:hover {
  color: #fff;
}
.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: #f70600;
} */
.nav-section .navbar form p {
  width: 100%;
  margin-bottom: 0;
  padding-top: 5px;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 500;
  color: #f70600;
}
.nav-section .navbar form .form-select {
  width: 50%;
  margin-left: 20px;
  /* background-color: #f70600 !important;
    color: #fff; */
  background-image: url(../img/dw.png) !important;
}
.call-area {
  background: #f70600;
  /* border-radius: 6px;  */
  position: relative;
  top: 0;
  padding-right: 0 !important;
  overflow: hidden;
}
.call-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  -webkit-transform: skewX(-25deg);
  -khtml-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  -o-transform: skewX(-25deg);
  transform: skewX(-25deg);
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.6)
  );
  transition: all 500ms linear 0ms;
}

.call-area:hover:before {
  animation: shine 1s;
}

.call-area a {
  color: #fff !important;
  height: 70px;
  line-height: 55px;
  text-align: center;
}
.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 */
.banner-sec {
}
.carousel-inner {
  position: relative;
  z-index: 1;
  /* height: 600px; */
}
.carousel-inner::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #f3f6fd;
}
.carousel-inner::before {
  position: absolute;
  top: 23px;
  right: 12%;
  content: "";
  width: 173px;
  height: 45px;
  background: url(../img/dot.png) no-repeat;
  z-index: 9;
}
.banner-btn {
  text-transform: uppercase;
}

.carousel-caption {
  position: absolute;
  right: 12% !important;
  top: 35%;
  left: 12% !important;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: left;
  z-index: 99999;
}
.banner-img {
  position: relative;
  z-index: 999;
}
.banner-img img {
  margin-top: -300px;
}
.carousel-caption h2 {
  color: #ffffff;
  text-align: left;
  font-size: 43px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0 0 5px #222;
}
.carousel-caption p {
  text-align: left;
  font-size: 18px;
  color: #fff;
  line-height: 27px;
}
.carousel-caption h2 span {
  color: #000000;
}

/* banner style end */

/* service style start */
.service-sec {
  padding: 80px 0 200px;
  position: relative;
  background: #f3f6fd;
  background-size: cover;
}
.service-sec::before {
  position: absolute;
  bottom: 0;
  left: -135px;
  content: "";
  width: 500px;
  height: 500px;
  border-radius: 50%;
  border: 74px solid #6a162cb0;
}

.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 h6 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #f70600;
}
.service-sec .service-head h1 {
  font-size: 46px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
}
.service-sec .service-item {
  box-shadow: 0 0.7rem 1.3rem rgba(0, 0, 0, 0.22);
  transition: 0.5s;
  margin-top: 100px;
  position: relative;
}
.service-sec .service-item .service-content {
  padding: 15px;
  width: 85%;
  background: #fff;
  box-shadow: 0 0.5rem 1.1rem #00000054;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.service-sec .service-item .service-content h4 {
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 10px;
}
.service-sec .service-item .service-content {
  /* padding: 20px 20px 10px 20px; */
  height: 80px;
  transition: 0.5s;
  overflow: hidden;
  border-radius: 6px;
}
.service-sec .service-item .service-content p {
  opacity: 0;
}
.service-sec .service-item:hover .service-content {
  height: 220px;
}
.service-sec .service-item:hover .service-content p {
  opacity: 1;
}
.service-sec .service-item:hover .service-content a {
  text-decoration: none;
  color: #0823cc;
  font-weight: 700;
}
.service-sec .service-item:hover .service-content a i {
  padding-left: 20px;
  color: #0823cc;
  font-weight: 700;
}

.service-sec .service-item .service-icon {
  position: absolute;
  top: -16%;
  width: 100px;
  height: 100px;
  padding: 15px;
  left: 50%;
  transform: translateX(-50%);
  background: #f70600;
  overflow: hidden;
  transition: 0.5s;
}
.service-sec .service-item .service-icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}
.service-sec .service-item .service-icon::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100px;
  background: linear-gradient(to right, #f70600 0%, #0823cc 100%);
  transform: translateX(-100px);
  transition: 0.9s;
  z-index: -1;
}
.service-sec .service-item:hover .service-icon::after {
  transform: translateX(150px);
}
.service-sec .service-item:hover .service-icon {
  top: -12%;
}

.service-sec .service-item .service-content p {
  margin-bottom: 0;
}
.service-sec .service-item .service-img {
  width: 100%;
  height: 295px;
  position: relative;
  /* overflow: hidden;  */
}
.service-sec .service-item .service-img .button-area {
  position: absolute;
  top: 100px;
  left: 100px;
}
.service-sec .service-item .service-img .button-area a {
  font-size: 15px;
  background: #fff;
  color: #000;
  transition-delay: 0.5s;
  opacity: 0;
  transform: translateY(200px);
}
.service-sec .service-item .service-img .button-area a::after,
.service-sec .service-item .service-img .button-area a::before {
  background: #000;
}
.service-sec .service-item:hover .service-img .button-area a {
  opacity: 1;
  transform: translateY(0px);
}
.service-sec .service-item .service-img .button-area a:hover {
  /* background: #f70600; */
  color: #fff;
}

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

.service-sec .service-item .service_icon {
  padding-left: 10px;
  padding-top: 29px;
}
.service-sec .service-item .service-content h3 {
  color: #f70600;
  font-weight: 600;
}
.service-sec .service-item .service-content p {
  line-height: 23px;
}

.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 #e8a813;
}
.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: #fff !important;
  border-radius: 8px !important;
  border: none !important;
  background: #f70600 !important;
  height: 62px !important;
  width: 100%;
}

/* service style end */

.count-sec {
  padding-bottom: 30px;
  position: relative;
  margin-top: -80px;
}
.count-sec .count-content-box {
  width: 100%;
  box-shadow: 0 0.5rem 1.1rem #0000007f;
  padding: 30px;
  height: 160px;
  background: #fff;
}
.count-sec .count-content-box h3 {
  font-weight: 700;
  text-transform: uppercase;
}
.count-sec .count-content-box p {
  font-size: 20px;
  font-weight: 600;
}
.count-sec .count-content-box a,
.count-sec .count-content-box a i {
  text-decoration: none;
  color: #0823cc;
  font-weight: 700;
}
.count-box {
  background: #0823cc;
  padding: 30px;
  height: 160px;
}
.count-box .count-number h2 {
  font-size: 40px;
  font-weight: 700;
}
.count-box .count-number h2 span,
.count-box .count-number p {
  color: #fff;
}
.count-sec .count-icon {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  background: #f70600;
  border-radius: 50%;
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 10px solid #fff;
  box-shadow: 0 0.5rem 1.1rem #0000007f;
}

/* process-sec style start */
.process-sec {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
.process-sec::after {
  position: absolute;
  top: 50px;
  left: -60px;
  content: "";
  background: url(../img/saw.png) no-repeat;
  width: 296px;
  height: 223px;
  z-index: -1;
  opacity: 0.2;
}
.process-sec::before {
  position: absolute;
  top: 0;
  right: -60px;
  content: "";
  background: url(../img/roller.png) no-repeat;
  width: 304px;
  height: 324px;
  z-index: -1;
  opacity: 0.2;
}

.process-sec .process-head h1 {
  font-size: 46px;
  font-weight: 700;
  color: #000000;
}
.process-sec .process-head h1 span {
  color: #f70600;
}
.process-sec .circle-a,
.process-sec .circle-b,
.process-sec .circle-c,
.process-sec .circle-d {
  position: relative;
  /* z-index: 1;       */
}
.process-sec .process-circle .process-icon.circle-a::after,
.process-sec .process-circle .process-icon.circle-b::after,
.process-sec .process-circle .process-icon.circle-c::after,
.process-sec .process-circle .process-icon.circle-d::after {
  position: absolute;
  top: 0;
  right: -30px;
  content: "";
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #000000;
  z-index: -1;
  transition: 0.6s;
}
.process-sec .process-circle {
  transition: 0.6s;
}
.process-sec .process-circle:hover .process-icon.circle-a::after,
.process-sec .process-circle:hover .process-icon.circle-b::after,
.process-sec .process-circle:hover .process-icon.circle-c::after,
.process-sec .process-circle:hover .process-icon.circle-d::after {
  right: 0px;
}
.process-sec .process-circle:hover .process-icon img {
  transform: rotate(360deg);
}

.process-sec .process-circle .process-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #f70600;
  padding: 24px;
  margin: auto;
  margin-top: 40px;
  transition: 0.6s;
}
.process-sec .process-content {
  text-align: center;
  padding-top: 20px;
}
.process-sec .process-content h4 {
  font-weight: 600;
}
.process-sec .process-content p {
  color: #000;
}

/* process-sec style end */

/* about style start */

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

.list-area .abt-icon {
  width: 122px;
  height: 90px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  position: relative;
  z-index: 1;
  box-shadow: 0 0.5rem 1.1rem #00000042;
}
.list-area .abt-icon i {
  font-size: 40px;
  color: #f70600;
}
.list-area:hover .abt-icon i {
  color: #ffffff;
}

.list-area .abt-content {
  width: 100%;
  padding: 10px;
  padding-left: 40px;
  margin-top: 24px;
  margin-left: 40px;
  position: relative;
  margin-bottom: 20px;
}
.list-area .abt-content::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: #0724ca;
  opacity: 0;
  transition: 0.5s;
}
.list-area .abt-content p {
  margin-bottom: 0;
}
.list2 {
  position: relative;
  top: -35px;
}
.list3 {
  position: relative;
  top: -70px;
}

.list-area:hover .abt-content::after {
  opacity: 1;
  transition-delay: 0.12s;
}
.list-area:hover .abt-content {
  box-shadow: 0 0.5rem 1.1rem #00000042;
  background: #fff;
}

.list-area .abt-icon:before {
  position: absolute;
  content: "";
  top: 50px;
  left: 50px;
  bottom: 50px;
  right: 50px;
  opacity: 0;
  border-radius: 1000px;
  -webkit-transition: 200ms all ease 0ms;
  -khtml-transition: 200ms all ease 0ms;
  -moz-transition: 200ms all ease 0ms;
  -ms-transition: 200ms all ease 0ms;
  -o-transition: 200ms all ease 0ms;
  transition: 200ms all ease 0ms;
  background: #0724ca;
  z-index: -1;
}
.list-area .abt-icon:after {
  position: absolute;
  content: "";
  top: 46px;
  left: 46px;
  bottom: 0;
  right: 0;
  opacity: 0;
  width: 0px;
  height: 3px;
  background: #0724ca;
  -webkit-transition: 200ms all ease 0ms;
  -khtml-transition: 200ms all ease 0ms;
  -moz-transition: 200ms all ease 0ms;
  -ms-transition: 200ms all ease 0ms;
  -o-transition: 200ms all ease 0ms;
  transition: 200ms all ease 0ms;
  z-index: -2;
}
.list-area:hover .abt-icon:before {
  opacity: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.list-area:hover .abt-icon:after {
  width: 90px;
  height: 3px;
  opacity: 1;
}

.about .about-img {
  position: relative;
  z-index: 1;
}
.about .about-first-img {
  width: 500px;
  height: 436px;
}
.about .about-first-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .about-second-img {
  width: 390px;
}
.about .about-second-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .about-third-img {
  width: 210px;
  padding-left: 13px;
}
.about .about-third-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .about-content h6 {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  color: #f70600;
}
.about-content .button_area {
  justify-content: left;
}
.about .about-content h1 {
  text-transform: uppercase;
}
.about .about-content h1 span {
  color: #f70600;
}
.about .count-area {
  position: absolute;
  top: -40px;
  right: 50px;
  width: 200px;
  height: 160px;
  background: #f70600;
  border-radius: 7px;
  overflow: hidden;
}
.about .count-area .count-icon {
  width: 90px;
  height: 67px;
  border-radius: 0 0 37px 37px;
  background: #fff;
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px;
}
.about .count-area .count-cont {
  margin-top: 65px;
}
.about .count-area .count-cont p {
  color: #fff;
  font-size: 17px;
  text-align: center;
  font-weight: 600;
}
.about .count-area h2 {
  color: #fff;
  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: 42px;
  font-weight: 700;
  color: #000000;
}
/* about style end */

/* Main button  */
.main-btn {
  text-decoration: none;
  padding: 12px 30px;
  background: #f70600;
  /* border-radius: 7px; */
  color: #ffffff;
  font-size: 22px;
  margin-top: 20px;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  transition: 1s;
  z-index: 1;
  text-transform: uppercase;
}
.main-btn.book-btn {
  margin-left: 20px;
  background: #f70600;
}
.main-btn.book-btn::after,
.main-btn.book-btn::before {
  background: #f70600;
}
/* .main-btn::after{
position: absolute;
content: "";
bottom: -210px;
left: -80px;
width: 400px;
height: 200px;
border-radius: 50%;
background: #000000;
transition: 0.8s;
z-index: -1;
} */
.main-btn:hover:after {
  bottom: 70px;
}
.main-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  -webkit-transform: skewX(-25deg);
  -khtml-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  -o-transform: skewX(-25deg);
  transform: skewX(-25deg);
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.6)
  );
  transition: all 500ms linear 0ms;
}
.main-btn:hover:before {
  bottom: -100px;
}
.main-btn:hover {
  color: #ffffff;
}
.main-btn:hover:before {
  animation: shine 1s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

/* main button style end */

/* project-sec style start */
.project-sec {
  padding: 80px 0;
  position: relative;
  background: url(../img/pro_bg.jpg) no-repeat;
  background-size: cover;
  z-index: 1;
}
.project-sec .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: 0px;
  opacity: 0;
  transition: 0.5s;
}
.project-sec .owl-carousel {
  transition: 0.5s;
}
.project-sec .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: 0;
  opacity: 0;
  transition: 0.5s;
}
.project-sec .owl-carousel:hover .owl-nav button.owl-prev,
.project-sec .owl-carousel:hover .owl-nav button.owl-next {
  opacity: 1;
}
.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;
  text-transform: uppercase;
  font-weight: 600;
  color: #be1c14;
}
.project-sec .project-content h1 {
  font-size: 46px;
  font-weight: 700;
  text-transform: uppercase;
}
.pro-btn {
  background: #f70600;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  padding: 13px 60px;
}
/* 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: #f70600;
  font-weight: 600;
  text-transform: uppercase;
}
.choose-sec .choose-head h1 span {
  color: #f70600;
  font-size: 46px;
  font-weight: 700;
}
.choose-sec .choose-box {
  /* background: #fff; */
  /* box-shadow: 0 0.5rem 1.1rem #00000037; */
  border-radius: 7px;
  margin-top: 40px;
}
.choose-sec .choose-box {
  transition: 0.5s;
}
.choose-sec .choose-box .choose-icon {
  background: #f70600;
  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: #0823cc;
  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 #2e00c4;
  overflow: hidden;
}
.choose-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* For gallery style start */

#gallery .img-wrapper {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  transition: 0.5s;
  height: 300px;
  overflow: hidden;
  border-radius: 6px;
}
#gallery .img-wrapper a {
  display: contents;
}
#gallery .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-sec .owl-carousel.owl-drag .owl-item {
  width: 485px;
}

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

#gallery .img-wrapper .img-overlay {
  background: transparent;
  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-wrapper .img-overlay h5 {
  position: absolute;
  left: 70px;
  bottom: 50px;
  color: #fff;
}
#gallery .img-wrapper .img-overlay::after {
  position: absolute;
  content: "";
  bottom: 20px;
  left: 37px;
  height: 1px;
  width: 1px;
  background: #fff;
  transition: 0.5s;
}
#gallery .img-wrapper .img-overlay::before {
  position: absolute;
  content: "";
  bottom: 37px;
  left: 20px;
  height: 1px;
  width: 1px;
  background: #fff;
  transition: 0.5s;
}
#gallery .img-wrapper:hover .img-overlay {
  opacity: 1;
}

#gallery .img-wrapper:hover .img-overlay:after {
  height: 200px;
}
#gallery .img-wrapper:hover .img-overlay:before {
  width: 200px;
}

#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;
  background: url(../img/pattren.png) no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
/* .testimonials::after {
    position: absolute;
    top: 30px;
    left: -136px;
    content: "";
    width: 544px;
    height: 222px;
    background: url(../img/cutter.png) no-repeat;
    opacity: 0.4;
    z-index: -1;
  } */
/* .testimonials::before {
    position: absolute;
    bottom: 0px;
    right: -60px;
    content: "";
    width: 243px;
    height: 192px;
    background: url(../img/plus.png) no-repeat;
    opacity: 0.4;
    z-index: -1;
  } */

.testimonials h2 span {
  color: #df170d;
}
.testimonials .mini-head {
  margin-bottom: 0;
}

.testimonials .para p {
  color: #000;
}
.testi-head h6 {
  text-transform: uppercase;
  color: #f70600;
  font-weight: 600;
}
.testi-head h1 {
  color: #000;
  font-size: 46px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.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: 100%;
  height: auto;
  /* padding: 10px; */
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0.5rem 1.1rem #00000012;
}
.testimonials .owl-carousel .owl-stage-outer {
  padding: 23px 0;
}
.testimonials .item .client-desk .client-area p {
  color: #000;
  padding-top: 20px;
  text-align: start;
}
.testimonials .item .client-desk {
  padding: 15px;
}
.testimonials .owl-theme .owl-nav.disabled + .owl-dots {
  display: block;
  position: relative;
  left: 50%;
}
.testimonials .owl-carousel button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #a2a2a2 !important;
  margin-right: 8px;
}
.testimonials .owl-carousel button.owl-dot.active {
  background: #0724ca !important;
}

.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: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 22px;
  height: 28px;
  background: url(../../assets/img/next.png) no-repeat !important;
}

.owl-prev > span.ti-angle-left {
  position: absolute;
  line-height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 22px;
  height: 28px;
  background: url(../../assets/img/prev.png) no-repeat !important;
}

.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);
}
.testimonials .item .info {
  text-align: left;
  padding: 2px 0 10px 20px;
  background: #0724ca;
}
.testimonials .item .cont h6 {
  color: #fff;
}
.testimonials .item .cont ul li i {
  color: #ffc107;
}

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

.testimonials .item .info .cont {
  margin-left: 40px;
  padding-top: 16px;
}

.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;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 33%;
  width: 60px;
  height: 60px;
  background: #ffffff !important;
  border-radius: 50%;
  box-shadow: 0 0.5rem 1.1rem #00000068;
}
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: -50px;
}
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -50px;
}
.owl-carousel .owl-nav button.owl-next span {
  font-size: 60px;
  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: 1px solid #0823cc !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: #0f1c67;
}
.footer .footer_logo_area p {
  color: #fff;
  font-size: 18px;
  padding-top: 20px;
}
.footer-logo {
  width: 300px;
  height: auto;
}
.wideget-area h3 {
  border-bottom: 3px solid #f70600;
  display: inline-block;
  color: #fff;
  padding-bottom: 4px;
  text-transform: uppercase;
  font-size: 23px;
}
.wideget-area ul {
  padding-top: 20px;
}
.home_map ul li span h4 {
  color: #fff;
}
.wideget-area ul li a {
  text-decoration: none;
  color: #fff;
  padding-bottom: 10px;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  position: relative;
}
.wideget-area ul li i {
  font-size: 25px;
  color: #bc1119;
}

.wideget-area ul li {
  display: flex;
  /* margin-bottom: 20px; */
}

.wideget-area ul li.facebook i {
  width: 30px;
  height: 30px;
  background: #1655e2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.wideget-area ul li.twitter i {
  width: 30px;
  height: 30px;
  background: #1d9bf0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.wideget-area ul li.youtube i {
  width: 30px;
  height: 30px;
  background: #ff0000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.wideget-area ul li i {
  color: #f70600;
  font-size: 15px;
  position: relative;
  /* top: -3px; */
  margin-right: 10px;
}
.wideget-contact-area ul li i {
  color: #f70600;
  padding-top: 6px;
  padding-right: 20px;
  font-size: 28px;
}
.wideget-contact-area h3 {
  border-bottom: 3px solid #f70600;
  display: inline-block;
  color: #fff;
  font-size: 23px;
  text-transform: uppercase;
  padding-bottom: 4px;
}
.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;
  margin-bottom: 10px;
}
.wideget-contact-area a {
  text-decoration: none;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  word-break: break-all;
}
.wideget-contact-area a:hover {
  color: #fff;
}
/* footer style end */
/* footer-bottom style start */

.footer-bottom {
  padding: 10px 0;
  background: #07124e;
  border-top: 1px solid #fafcff42;
}
.footer-bottom p {
  padding-top: 10px;
  font-size: 18px;
}
.project-sec.project-page {
  background: #fff;
}
.project-sec.project-page:after {
  display: none;
}
.single_service p span,
.single_service span.wixui-rich-text__text {
  display: block;
}
.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;
}

/* blog style start */
.blog-sec {
  padding: 60px 0;
}
.blog-item {
  transition: 0.5s;
  height: 281px;
  overflow: hidden;
}
.blog-item:hover img {
  transform: scale(1.1);
}
.blog-sec .blog-head h6 {
  color: #bc1119;
  text-transform: uppercase;
  font-weight: 700;
}
.blog-sec .blog-head h1 {
  color: #000;
  font-size: 46px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 30px;
  text-transform: uppercase;
}
.blog-sec .blog-content h5 {
  text-transform: uppercase;
  font-weight: 700;
  transition: 0.5s;
}
.blog-sec .blog-content:hover h5 {
  color: #bc1119;
}

.blog-sec .blog-content a {
  text-decoration: none;
  color: #00234b;
  font-weight: 700;
}
.blog-sec .blog-content a i {
  padding-left: 10px;
  color: #00234b;
}
.owl-carousel .owl-stage-outer {
  height: 500px;
}
.inner_banner_caption {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%);
  width: 100%;
  padding: 0 10px;
}
.inner_banner {
  position: relative;
  z-index: 1;
}
.inner_banner img {
  width: 100%;
  height: 400px;
  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;
}
.inner_header {
  min-height: auto;
}
.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: #0823cc;
  font-weight: bold;
}
.single_service ul li {
  list-style: none;
  color: #505050;
  margin: 5px 0;
  font-weight: 400;
  padding-left: 20px;
  position: relative;
}
.single_service ul li:before {
  content: "\f00c";
  color: #f70600;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  position: absolute;
  left: 0;
}
.clearfix {
  display: contents;
}
.single_service a {
  text-decoration: none;
}
.single_service ul li a {
  color: #000;
}

.abt_areasec {
  padding: 60px 0;
}
.abt_areasec .head {
  text-align: left;
  text-transform: capitalize;
  font-size: 27px;
}

.abt_areasec ul {
  margin: 0;
  padding: 0;
}
.abt_areasec ul li {
  list-style: none;
  color: #505050;
  margin: 5px 0;
  font-weight: 400;
  padding-left: 20px;
  position: relative;
}
.abt_areasec ul li:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  position: absolute;
  left: 0;
}
.abt_areasec a {
  color: #008ac1;
}
.book_area {
  padding: 70px 0;
}
.book_left {
  width: 100%;
}
.book_left .head_img:after {
  width: 245px;
}
.book_left .head_area span:after {
  width: 145px;
}
.book_left p {
  font-size: 18px;
  color: #505050;
  line-height: 26px;
  text-align: justify;
  margin: 0px 0;
}
.book_left form .form-control {
  width: 100%;
  height: 46px;
  border: 1px solid #b5b5b5;
  border-radius: 0;
  margin-bottom: 10px;
  font-size: 18px;
  color: #505050;
}
.book_left form textarea.form-control {
  width: 100%;
  height: 95px;
  border: 1px solid #b5b5b5;
  border-radius: 0;
  margin-bottom: 10px;
  font-size: 18px;
  color: #505050;
}
.book_right {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.book_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  transform: scale(1.2);
  position: relative;
  left: 0;
}
.book_right:hover img {
  left: 50px;
}
.form_box {
  padding: 0;
}
.home_map {
  background: #f70600;
  padding: 20px 10px;
}
.home_map ul {
  font-size: 14px;
  color: #fff;
  padding: 0;
}
.home_map ul li {
  padding: 0 0 10px;
  display: inline-block;
  width: 100%;
}
.home_map ul li i {
  vertical-align: middle;
  margin: 6px 0px 0px 0;
  float: left;
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 1px solid #fff;
  padding: 10px 10px;
  border-radius: 50%;
  text-align: center;
}
.home_map ul li span {
  float: left;
  width: 84%;
  padding: 0 10px;
  vertical-align: middle;
}
.home_map ul li span h4 {
  margin: 0 0 5px;
  font-size: 17px;
}
.home_map ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 13px;
}
.map iframe {
  width: 100%;
  height: 350px;
}
.wpcf7-form-control-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}

.form_submit {
  background: #2187b1 !important;
  border-radius: 100px;
  width: 196px;
  height: 48px;
  color: #fff;
  text-align: center;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.5s;
  display: inline-block;
  line-height: 48px;
  font-weight: 600;
  border: none;
  margin-top: 15px;
  margin-bottom: 10px;
}
.form_submit:after {
  content: "";
  background: linear-gradient(to top, #595959, #000);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  transition: all 0.5s;
}
.form_submit:hover:after {
  height: 100%;
}
.form_submit:hover {
  letter-spacing: 1px;
}

.review_box .checked {
  color: #ffbf00;
}
.review_box {
  padding: 15px;
  background: #f1f1f1;
  width: 70%;
  margin: 0 auto 30px;
}
.single_service .btn-primary {
  display: inline-block;
  width: auto;
  height: auto;
}
.review_btn {
  text-align: right;
  width: 72%;
  margin: 0 auto 20px;
}
.reviewtop_sec {
  width: 70%;
  margin: 0 auto 30px;
}
.reviewtop_sec h4 {
  font-size: 14px;
}
.reviewtop_sec .checked {
  color: #d59f06;
  font-size: 24px;
}
.filter-bar button.active,
.filter-bar button:hover {
  cursor: pointer;
  background: #f5f5f5;
  border: 1px solid #a5a5a5;
}
.active .checked {
  font-size: 14px;
}
.reviewtop_sec h3 {
  color: #ff1717;
  margin: 20px 0 30px;
  font-size: 24px;
}
.single_service {
  padding: 60px 0;
  display: inline-block;
  width: 100%;
}
.abt_area {
  padding: 60px 0;
  display: inline-block;
  width: 100%;
}
.glsr-summary-percentages {
  display: none;
}
.glsr-review-author {
  display: none !important;
}
.form_btn_contact {
  background: #0823cc !important;
  padding: 13px 30px;
  color: #fff;
  transition: 0.5s;
}
.form_btn_contact:hover {
  color: #fff !important;
  background: #0823cc !important;
}
.dedication-sec {
  position: relative;
  background: linear-gradient(15deg, #0000007b, #00000060),
    url(../img/dedication.webp);
  background-size: cover;
  background-position: 50%;
  /* 	height: 410px; */
}
.call-box {
  padding: 60px;
  background: #fff;
  box-shadow: 0 0.5rem 1rem #00000015;
}
.abt-btn {
  background: #0823cc !important;
}
.main-btn {
  text-decoration: none;
  padding: 12px 30px;
  background: #f70600;
  border-radius: 6px;
  color: #ffffff !important;
  font-size: 22px;
  margin-top: 20px;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  transition: 1s;
  z-index: 1;
  text-transform: uppercase;
}
.right-cont {
  padding: 80px 0;
}
.right-cont h2,
.right-cont p {
  color: #fff;
}
.logo img {
  width: 170px;
}
.patio_img{height:200px !important;}
