/* ======= 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: #222;
  overflow-x: hidden;
}

p {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75em;
  color: #222;
  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;
}

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

/* ======= Preloader style ======= */
.preloader-bg,
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
  z-index: 999999;
}

#preloader {
  display: table;
  table-layout: fixed;
}

#preloader-status {
  display: table-cell;
  vertical-align: middle;
}

.preloader-position {
  position: relative;
  margin: 0 auto;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.loader {
  position: relative;
  width: 55px;
  height: 55px;
  left: 50%;
  top: auto;
  margin-left: -22px;
  margin-top: 2px;
  -webkit-animation: rotate 1s infinite linear;
  -moz-animation: rotate 1s infinite linear;
  -ms-animation: rotate 1s infinite linear;
  -o-animation: rotate 1s infinite linear;
  animation: rotate 1s infinite linear;
  border: 1px solid #ececec;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.loader span {
  position: absolute;
  width: 55px;
  height: 55px;
  top: -2px;
  left: -2px;
  border: 1px solid transparent;
  border-top: 1px solid #0662c1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Top head style start */
.top-head {
  background: #000000;
  height: 60px;
  line-height: 60px;
}
.top-head .top-area {
  display: flex;
}
.top-head .top-area li {
  display: flex;
}
.top-head .top-area li {
  padding-right: 20px;
}
#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: #fff;
  font-size: 18px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
}

.top-head .top-area li i {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1488ff;
  border-radius: 6px;
  margin-top: 5px;
  font-size: 26px;
}
.social-media a i {
  width: 40px;
  height: 40px;
}
.top-head .social-media a i {
  width: 40px;
  height: 40px;
  background: #0c73c7;
  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 .navbar ul li a {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
  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: #0662c1 !important;
}
.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: #0662c1;
}
.nav-section .navbar form p {
  width: 100%;
  margin-bottom: 0;
  padding-top: 5px;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 500;
  color: #0662c1;
}
.nav-section .navbar form .form-select {
  width: 50%;
  margin-left: 20px;
  /* background-color: #0662c1 !important;
    color: #fff; */
  background-image: url(../img/dw.png) !important;
}
.call-area {
  background: #0662c1;
  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: #00000030;
}
.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-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: #1488ff;
  text-shadow: 1px 0 #fff, -1px 0 #fff, 0 1px #fff, 0 -1px #fff, 1px 1px #fff,
    -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}

/* banner style end */
/* usp style start */
.usp-sec {
  padding-bottom: -60px;
  position: relative;
}
.usp-sec .usp-box {
  padding: 20px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0.4rem 1rem #0000005c;
  margin-top: -100px;
  z-index: 99;
  position: relative;
  height: 256px;
  transition: 0.5s;
}
.usp-sec .usp-box:hover {
  background: #081447;
}
.usp-sec .usp-box:hover .usp_icon {
  background: #fff;
}

.usp-sec .usp-area {
  display: flex;
}
.usp-sec .usp-box .usp_icon {
  width: 60px;
  height: 60px;
  background: #081447;
  border-radius: 50%;
  padding: 8px;
}

.usp-sec .usp-box .usp-head {
  padding-left: 40px;
  padding-top: 8px;
}
.usp-sec .usp-box .usp-head h4 {
  font-weight: 700;
  color: #0662c1;
  font-size: 26px;
}
.usp-sec .usp-box:hover .usp-head h4 {
  color: #fff;
}

.usp-sec .usp-box .usp_para {
  line-height: 26px;
  position: absolute;
  left: 20px;
  right: 20px;
  top: 100px;
}
.usp-sec .usp-box:hover .usp_para p {
  color: #fff;
}

/* usp style end */

/* service style start */
.service-sec {
  padding: 80px 0;
  position: relative;
  background: linear-gradient(#161616b2, #0a0a0a88),
    url(../img/service_bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.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;
}
.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: 8px;
}

.service-sec .service-item::after {
  position: absolute;
  content: "";
  top: -455px;
  right: -100px;
  width: 450px;
  height: 450px;
  background: #0662c1;
  border-radius: 50%;
  transition: 0.9s;
  opacity: 0.8;
}
.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 .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: #081447;
}
.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: #0662c1; */
  color: #fff;
}

.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_icon {
  padding-left: 10px;
  padding-top: 29px;
}
.service-sec .service-item .service-content h3 {
  color: #0662c1;
  font-weight: 600;
  font-size: 1.5rem;
}
.service-sec .service-item .service-content p {
  line-height: 23px;
}

/* service style end */

/* 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: #000;
}
.process-sec .process-head h1 span {
  color: #0662c1;
}
.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: #020235;
  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: #0662c1;
  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;
}
.about::after {
  position: absolute;
  right: 0;
  top: 10px;
  width: 390px;
  height: 260px;
  content: "";
  background: url(../img/hammer.png) no-repeat;
  z-index: -1;
  /* opacity: 0.08; */
}
.about::before {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../img/abt_bg.jpg) no-repeat;
  z-index: -1;
  background-size: cover;
  opacity: 0.05;
}
.usp-sec::before {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../img/abt_bg.jpg) no-repeat;
  z-index: -1;
  background-size: cover;
  opacity: 0.08;
}

.about .about-img {
  position: relative;
  z-index: 1;
}
.about .about-first-img {
  width: 416px;
}
.about .about-first-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.carousel-item {
  height: 750px;
}
.navbar {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  background: #ffffff;
  z-index: 99;
  padding: 0;
}
.about .about-content h1 span {
  color: #0662c1;
}
.about-content ul {
  margin-left: 0;
  padding-left: 0;
}
.about-content ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
}
.about-content ul li:before {
  position: absolute;
  content: "\f058";
  color: #0662c1;
  font-size: 19px;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  position: absolute;
  left: 0;
}
.about .count-area {
  position: absolute;
  top: -40px;
  right: 50px;
  width: 200px;
  height: 160px;
  background: #0662c1;
  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: 46px;
  font-weight: 700;
  color: #000000;
}
/* about style end */

/* Main button  */
.main-btn {
  text-decoration: none;
  padding: 12px 30px;
  background: #0662c1;
  border-radius: 7px;
  color: #ffffff;
  font-size: 22px;
  margin-top: 20px;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  transition: 1s;
  z-index: 1;
}
.main-btn.book-btn {
  margin-left: 20px;
  background: #081447;
}
.main-btn.book-btn::after,
.main-btn.book-btn::before {
  background: #0662c1;
}
/* .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 {
  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;
  position: relative;
  background: linear-gradient(#0351a2c9, #13131394),
    url(../img/pro_bg.jpg) no-repeat;
  background-size: cover;
  z-index: 1;
  background-attachment: fixed;
}
.project-page {
  background: #fff;
  background-attachment: unset;
}
/* .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;
}
.project-sec .project-content h1 {
  font-size: 46px;
  font-weight: 700;
}
.pro-btn {
  background: #fff;
  color: #0662c1;
}
.pro-btn:before {
  background: #0662c1;
}
/* 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: #0662c1;
  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-icon {
  background: #0662c1;
  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: #0662c1;
  font-weight: 600;
}

/* For gallery style start */

#gallery .img-wrapper {
  position: relative;
  margin-top: 15px;
  transition: 0.5s;
  border-radius: 8px;
  overflow: hidden;
  height: 312px;
}
#gallery .img-wrapper a {
  display: inline;
}
#gallery .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

#gallery .img-wrapper .img-overlay {
  background: #003d7dd1;
  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;
  /* background: #0096c8; */
  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 h1 {
  color: #000;
  font-size: 46px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 20px;
}
.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 .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: 33%;
  left: 50%;
  display: block;
  -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;
  filter: brightness(0) saturate(100%) invert(24%) sepia(79%) saturate(2187%)
    hue-rotate(198deg) brightness(93%) contrast(95%);
}

.owl-prev > span.ti-angle-left {
  position: absolute;
  line-height: 0;
  top: 50%;
  left: 50%;
  display: block;
  -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;
  filter: brightness(0) saturate(100%) invert(24%) sepia(79%) saturate(2187%)
    hue-rotate(198deg) brightness(93%) contrast(95%);
}

.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: 55px;
  height: 55px;
  border-radius: 50%;
  /* float: left; */
  overflow: hidden;
  /* margin: auto; */
  margin-top: 10px;
}

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

.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: 40px;
  top: 49%;
  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: -74px;
}
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -74px;
}
.owl-carousel .owl-nav button.owl-next span {
  font-size: 60px;
  position: relative;
  z-index: 1;
  color: #fff;
}
/* .owl-carousel .owl-nav button.owl-next span::after{
position: absolute;
content: "";
top: 33px;
right: -9px;
width: 40px;
height: 40px;
border-radius: 50%;
background: #c52323;
z-index: -1;
}
.owl-carousel .owl-nav button.owl-prev span::after{
    position: absolute;
    content: "";
    top: 33px;
    left: -9px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #c52323;
    z-index: -1;
    } */

.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: #0662c1;
  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 30px;
  background: #131313;
}
.footer .footer_logo_area p {
  color: #fff;
  font-size: 18px;
}
.footer-logo {
  width: 200px;
  height: auto;
  background-color: #fff;
  border-radius: 7px;
}
.wideget-area h3 {
  border-bottom: 3px solid #1488ff;
  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;
  transition: 0.5s;
}
.wideget-area ul li a:hover {
  color: #2e8def;
}
.wideget-area ul li a::after {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2e8def;
}

.wideget-area ul li i {
  color: #2e8def;
  font-size: 6px;
  position: relative;
  top: -3px;
  padding-right: 20px;
}
.wideget-contact-area ul li i {
  color: #2e8def;
  padding-top: 6px;
  padding-right: 20px;
  font-size: 28px;
}
.wideget-contact-area h3 {
  border-bottom: 3px solid #0662c1;
  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;
}
.footer-bottom a {
  color: #0662c1;
  text-decoration: none;
}
.footer-bottom a:hover {
  color: #0662c1;
}

/* 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: #0662c1;
  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: #0662c1;
  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: #0662c1;
  z-index: -1;
  border-radius: 50%;
}
.modal-content {
  background: #0662c1 !important;
}

.inner_banner_caption {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%);
  width: 100%;
  padding: 0 10px;
}
.inner_banner {
  position: relative;
  z-index: 1;
  margin-top: 0px;
}
.inner_banner img {
  width: 100%;
  height: 300px;
  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: #0e80f6;
  font-weight: bold;
}
.single_service ul {
  padding-left: 0;
}
.single_service ul li {
  list-style: none;
  color: #505050;
  margin: 5px 0;
  font-weight: 400;
  padding-left: 28px;
  position: relative;
}
.single_service ul li:before {
  content: "\f772";
  color: #0662c1;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  position: absolute;
  left: 0;
  font-size: 18px;
}
.abt_areasec {
  padding: 60px 0;
}
.abt_areasec .head {
  text-align: left;
  text-transform: capitalize;
  font-size: 27px;
}
.abt_areasec img {
  float: right;
  display: inline-block;
  width: 340px;
}
.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";
  color: #008ac1;
  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: #0662c1;
  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: #000 !important;
  border-radius: 6px;
  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:hover {
  background: #0662c1 !important;
  color: #fff !important;
}
.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;
}
.navbar-brand {
  width: 140px;
}

.call_float {
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 9999;
}
.call_float a i {
  width: 50px;
  height: 50px;
  background: #f83d28;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 20px;
  transition: 0.5s;
}
.call_float a {
  text-decoration: none;
}
.walkway-img img {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
}
/* Nav Close */

.nav-open {
  border: 3px solid white;
  height: 45px;
  position: relative;
  width: 50px;
}
.nav-open .inner,
.nav-open .inner::before,
.nav-open .inner::after {
  background-color: white;
  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);
}
.solution-img img {
  float: none !important;
  width: 100%;
  height: auto;
  margin: 0 0 20px 0 !important;
}

/* Sticky Navbar style start here */

.navbar.nav-scroll {
  padding: 0 0 0 0;
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-box-shadow: 0px 10px 30px rgb(0 0 0 / 7%);
  box-shadow: 0px 10px 30px rgb(0 0 0 / 7%);
  z-index: 999;
}
.nav-scroll .navbar-brand img {
  width: 70%;
}
.nav-scroll .icon-bar {
  color: #000;
}
/* .nav-scroll .navbar-nav .nav-link {
    color: #000;
} */
.nav-scroll .navbar-nav .active {
  color: #0817c6 !important;
}
.nav-scroll .navbar-nav .logo {
  padding: 15px 0;
  color: #000;
}
.nav-scroll .logo {
  width: 180px;
}
.nav-scroll .logo-img {
  margin-bottom: 0px;
}
.nav-scroll .logo-wrapper .logo h2 {
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 0px;
  display: block;
  width: 100%;
  position: relative;
  color: #fff;
  line-height: 1.25em;
  letter-spacing: 5px;
  display: none;
}
.nav-scroll .logo-wrapper .logo span {
  display: block;
  font-size: 13px;
  color: #555;
  font-weight: 400;
  letter-spacing: 3px;
  display: block;
  margin-top: 3px;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-left: 5px;
  display: none !important;
}
.nav-scroll .logo-wrapper {
  padding: 15px 70px 15px 150px;
  background: #000;
}

/* Sticky Navbar style end here */
