/* ======= 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: 15px;
  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;
}

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

/* 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: #00000076;
  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: #ffc107;
  font-weight: bold;
}

.slide .slide_content--headings .banner-btn {
  padding: 18px 40px;
  border: 3px solid #fff;
  background: #020d61;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.5s;
}
.slide .slide_content--headings .call-btn {
  padding: 18px 40px;
  border: 3px solid #fff;
  background: #960001;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.5s;
}

.slide .slide_content--headings .banner-btn:hover {
  color: #fff;
  /* background: #960001; */
}
.slide .slide_content--headings .banner-btn:before {
  background: #960001;
}
.slide .slide_content--headings .call-btn:before {
  background: #020d61;
}
.slide .slide_content--headings .call-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: 0;
  -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: #960001;
  padding: 14px 20px;
  color: #fff !important;
  border-radius: 10px;
}

.slider_area .slick-arrow i:hover {
  background: #020d61;
}

.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 style start */
.logo {
  position: relative;
  z-index: 99;
}

.nav-section .navbar ul li a {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  color: #020202;
  font-family: "Jost", sans-serif;
}

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

.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: #960001 !important;
  color: #fff !important;
}

.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: #fdb545;
  font-weight: bold;
}

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

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

/* Nav section style end */

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

.usp-sec .usp-box {
  padding: 50px 20px;
  border-radius: 6px;
  position: relative;
  height: auto;
  background: #ffffff;
  z-index: 1;
  margin-top: -160px;
  transition: 0.5s;
  overflow: hidden;
  /*   border-radius: 40px; */
  box-shadow: 0 0 10px #00000032;
}

.usp-sec .usp-box::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: -1;
  transition: 0.5s;
}

.usp-sec .usp-box::after {
  position: absolute;
  content: "";
  top: 50px;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: -1;
  transition: 0.5s;
}

.usp-sec .usp-box.expert-box::after {
  background: #020d61;
}

.usp-sec .usp-box.expert-box::before {
  background: #05327e;
}

.usp-sec .usp-box.material-box::after {
  background: #960001;
}

.usp-sec .usp-box.material-box::before {
  background: #ac1914;
}

.usp-sec .usp-box.team-box::after {
  background: #020d61;
}

.usp-sec .usp-box.team-box::before {
  background: #05327e;
}

.usp-sec .usp-box:hover {
  margin-top: -150px;
  transition: 0.5s;
}

.usp-sec .usp-box .usp_icon {
  width: 110px;
  height: 110px;
  background: #ffffff;
  border-radius: 50%;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  border: 6px solid #fff;
  margin-top: 10px;
}

.usp-sec .usp-box.expert-box .usp_icon {
  background: #020d61;
}

.usp-sec .usp-box.material-box .usp_icon {
  background: #b11a12;
}

.usp-sec .usp-box.team-box .usp_icon {
  background: #020d61;
}

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

.usp-sec .usp-box .usp-head h4 {
  font-weight: 700;
  font-size: 25px;
  padding: 12px;
  border-radius: 41px;
  text-align: center;
  margin-top: 10px;
  padding-bottom: 0;
}

.usp-sec .usp-box.expert-box .usp-head h4 {
  color: #020d61;
}

.usp-sec .usp-box.material-box .usp-head h4 {
  color: #b11a12;
}

.usp-sec .usp-box.team-box .usp-head h4 {
  color: #020d61;
}

.usp-sec .usp-box .usp_para {
  padding: 0 15px;
}

.usp-sec .usp-box .usp_para p {
  text-align: center;
  line-height: 22px;
  color: #090909;
}

.usp-sec .usp-box .foot {
  width: 100%;
  height: 10px;
  background: #020d61;
  position: absolute;
  bottom: 0;
  left: 0;
}

.usp-sec .usp-box.material-box .foot {
  background: #960001;
}

.usp-sec .usp-box.team-box .foot {
  background: #020d61;
}
.inner-about .call-btn {
  margin-left: 0;
}

/* usp style end */

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

.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: #960001;
}

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

.service-sec .service-item .service-content {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #960001ad;
  padding: 15px;
  transition: 0.5s;
  border-radius: 0 6px 0 0;
}

.service-sec .service-item:hover .service-content {
  background: #960001;
}

.service-sec .service-item .service-content h3 {
  transition: 0.5s;
}

.service-sec .service-item:hover .service-content h3 {
  color: #fff;
}

.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-content a {
  border: 2px solid #fff;
  background: #020d61;
}
.service-sec .service-item .service-content a:hover {
  background: #01359c;
}

.service-sec .service-item .service-content .service-foot {
  display: flex;
  justify-content: space-between;
}

.service-sec .service-item .service-content .service-foot .icon {
  width: 60px;
  height: 60px;
  overflow: hidden;
  position: relative;
  bottom: -19px;
}

.service-sec .service-item .service-content .service-foot .icon img {
  opacity: 0.7;
  transition: 0.5s;
}

.service-sec .service-item:hover .service-content .service-foot .icon img {
  opacity: 1;
}

.service-sec .service-item .service-img {
  width: 100%;
  height: 465px;
  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: 15px;
  width: 83%;
}

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

.service-sec .service-item .service-content h3 {
  color: #fff;
  font-weight: 600;
  font-size: 27px;
}

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

/* service style end */

/* count-sec style start */

.count-sec {
  position: relative;
  top: -100px;
}

.count-sec .count-bg {
  padding: 30px 0;
  background: #020d61;
  border-radius: 6px;
}

.count-sec .count-area .count-icon {
  width: 100px;
  height: 100px;
  background: #960001;
  border-radius: 50%;
  padding: 26px;
  transition: 0.5s;
  margin: auto;
  border: 3px solid #fff;
}

.count-sec .count-area:hover .count-icon {
  transform: rotate(360deg);
}

.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 {
  text-align: center;
  position: relative;
}

.count-sec .count-area {
  position: relative;
}

.count-sec .count-area .count-number h3 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 0;
  color: #eac60a;
  margin-top: 15px;
}

.count-sec p {
  font-size: 22px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
}

/* count sec style end */

/* choose-sec style start */
.choose-sec {
  padding: 60px 0;
  position: relative;
  z-index: 1;
}

.choose-sec::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 525px;
  content: "";
  background: url(../img/working.png) no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: 0.03;
}

.choose-sec .choose-icon {
  width: 100px;
  height: 100px;
  padding: 20px;
  background: #960001;
  border-radius: 6px;
}

.choose-sec .choose-cont span {
  color: #ffab27;
}

.choose-sec .choose-icon img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(7448%)
    hue-rotate(295deg) brightness(101%) contrast(110%);
}

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

.choose-sec .choose-img::before {
  position: absolute;
  top: -40px;
  right: -40px;
  content: "";
  width: 300px;
  height: 300px;
  background: #960001;
  z-index: -1;
}

.choose-sec .choose-img::after {
  position: absolute;
  bottom: -40px;
  left: -40px;
  content: "";
  width: 300px;
  height: 300px;
  background: url(../img/dot.png) no-repeat;
  z-index: -1;
  opacity: 0.1;
}

.choose-sec .choose-cont-area p {
  line-height: 24px;
}

/* choose-sec style end */

/* about style start */

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

.about span {
  color: #ffffff;
}

.about::before {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../img/grid.jpg) no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: 0.2;
}

.about::after {
  position: absolute;
  top: -141px;
  right: 0;
  width: 200px;
  height: 200px;
  content: "";
  background: url(../img/roof_work.png) no-repeat;
  background-size: contain;
  z-index: -1;
  opacity: 0.2;
}

.about .about-img {
  position: relative;
  z-index: 1;
  margin-top: -24%;
}

.about .about-img::before {
  position: absolute;
  content: "";
  top: -47px;
  right: 0;
  width: 400px;
  height: 300px;
  background: url(../img/dot.png) no-repeat;
  z-index: -1;
  opacity: 0.1;
}

.about .know-btn {
  background: #020d61;
}

.about .know-btn:hover {
  color: #fff;
}

.about .call-btn {
  background: #960001;
  margin-left: 20px;
  color: #fff;
}

.about .call-btn:hover {
  color: #fff;
}

.about .about-img .count-area .count-cont h2 span {
  color: #fff;
  font-size: 40px;
}

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

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

.about .about-content h6 {
  color: #b11a12;
  font-weight: 700;
}

.about .about-content {
  padding-left: 60px;
}

.about .count-area {
  position: absolute;
  bottom: -58px;
  right: -7px;
  width: 207px;
  height: 160px;
  background: #020d61;
  border-radius: 6px;
  border: 5px solid #fff;
}

.about .count-area .count-icon {
  width: 60px;
  height: 60px;
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  padding: 13px;
  border-radius: 50%;
  border: 3px solid #fff;
  background: #960001;
}

.about .count-area .count-icon img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7470%)
    hue-rotate(114deg) brightness(109%) contrast(106%);
}

.about-list li {
  display: flex;
  margin-bottom: 15px;
  font-family: "Jost", sans-serif;
}

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

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

.residential {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  border-left: 10px solid #105081;
  display: ruby-text;
  box-shadow: 0 0 10px #0000003b;
}

.residential .icon {
  width: 52px;
  height: 52px;
}

.residential .para h4 {
  font-weight: 700;
}

.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: 30px;
  font-weight: 700;
  margin-bottom: 0;
  padding-top: 37px;
}
.inner-about .about .call-btn {
  margin-left: 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: #020d61;
  border-radius: 7px;
  color: #ffffff;
  font-size: 17px;
  margin-top: 20px;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  transition: 1s;
  z-index: 1;
}

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

.main-btn.book-btn::after,
.main-btn.book-btn::before {
  background: #f25c27;
}

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

.main-btn::before {
  position: absolute;
  content: "";
  bottom: -104px;
  left: -300px;
  width: 252px;
  height: 212px;
  border-radius: 50%;
  background: #020d61;
  transition: 0.8s;
  /* transition-delay: 0.6s; */
  z-index: -1;
}

.main-btn:hover:before {
  left: -20px;
}

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

.know-btn::before {
  background: #960001;
}

/* main button style end */

/* project-sec style start */
.project-sec {
  padding: 80px 0;
  position: relative;
  background: linear-gradient(to bottom, #002d71, #002d7186),
    url(../img/pro_bg.jpg) no-repeat;
  background-size: cover;
  z-index: 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;
  color: #960001;
  font-weight: 700;
  text-transform: uppercase;
}

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

.project-sec .main-btn.pro-btn {
  background: #960001;
  color: #fff;
  border: 2px solid #fff;
  padding: 15px 40px;
  font-size: 22px;
}

.project-sec .main-btn.pro-btn:hover {
  color: #fff;
}

/* For gallery style start */

#gallery .img-wrapper {
  position: relative;
  margin-top: 15px;
  transition: 0.5s;
  z-index: 1;
  margin-bottom: 20px;
  transition: 0.5s;
}

#gallery .img-wrapper a {
  height: 315px;
  display: block;
}

#gallery .img-wrapper:hover:before {
  top: 0;
  left: 0;
  transition: 0.5s;
}

#gallery .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

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

#gallery .img-wrapper .img-overlay {
  background: #960000db;
  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 .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: #960001;
  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 .quote img {
  filter: brightness(0) saturate(100%) invert(14%) sepia(66%) saturate(2093%)
    hue-rotate(190deg) brightness(91%) contrast(108%);
}

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

.quote-area {
  display: flex;
  justify-content: center;
  align-items: center;
  /* border-right: 10px solid #032f5e; */
}

.quote {
  width: 95px;
}

.testimonials .item {
  width: 86%;
  height: auto;
  /* padding: 10px 20px 10px; */
  background: #ffffff;
  border-radius: 6px;
  box-shadow: -1px 0rem 5rem #00000012;
  margin: auto;
  position: relative;
  overflow: hidden;
}

.test-cont {
  background: #020d61;
}

.test-cont .client-area {
  padding: 35px 20px;
}

.test-cont .client-area .v-border {
  color: #fff !important;
}

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

.testimonials .item .client-desk .client-area p {
  color: #000;
  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 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;
}

/* appointment style start */
.appointment-sec {
  position: relative;
  top: 75px;
  z-index: 9;
}

.appointment-sec h5 {
  color: #d0991c;
  font-weight: 700;
  font-size: 30px;
}

.appointment-sec h1 {
  font-weight: 700;
  color: #fff;
}

.call-bg {
  padding: 40px 40px;
  background: linear-gradient(to top, #960001d1, #a43b36e8),
    url(../img/sheet.jpg) no-repeat;
  background-size: cover;
  border-radius: 6px;
}

.appoint-btn {
  padding: 15px 25px;
  background: #020d61;
  color: #fff;
  border: 2px solid #fff;
  font-weight: 600;
  text-decoration: none;
  transition: 0.5s;
  margin-left: auto;
  border-radius: 6px;
}

.appoint-btn:hover {
  background: #020d61;
  color: #fff;
}

.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: 100%;
  width: 60px;
  height: 60px;
  background: #960001 !important;
  border-radius: 50%;
  box-shadow: 0 0.5rem 1.1rem #00000068;
  border: 2px solid #fff !important;
}

.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: 44%;
}

.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: 44%;
}

.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 */

.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: 120px 0 60px;
  background: linear-gradient(15deg, #010f2de3, #082561),
    url(../img/foot-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}

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

.footer-logo-area {
  display: flex;
}

.footer-abt {
  text-align: centerss;
}

/*.logo{*/
/*  width: 150px;*/
/*  height: 100px;*/
/*  border-radius: 50%;*/
/*  background: #fff;*/
/*  display: flex;  */
/*  justify-content: center;*/
/*  align-items: center;*/
/*  padding: 10px;*/
/*}*/
.nav-section .logo {
  position: relative;
  width: 150px;
  padding: 12px;
}
.nav-section .logo a img {
  width: 100%;
}

.nav-section .logo::after {
  position: absolute;
  top: -6px;
  left: 0;
  content: "";
  width: 147px;
  height: 120px;
  /*   background: #fff; */
  border-radius: 0 0 60px 60px;
  /*   box-shadow: 0 0 10px #0000003b; */
  z-index: -1;
}

.nav-section.nav-section-scrolled .logo:after {
  display: none;
}

.nav-section.nav-section-scrolled .logo::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 147px;
  height: 105px;
  background: #fff;
  border-radius: 0 0 60px 60px;
  box-shadow: 0 0 10px #0000003b;
  z-index: -1;
}

.footer .logo {
  width: 130px;
  height: 130px;
}

.contact-slide {
  background: #050935;
}

.left-area {
  background: #0c7908;
  padding: 20px 0 20px 0px;
}

.right-area {
  padding: 36px;
}

.footer-contact-sec {
  background: #050935;
  display: flex;
  justify-content: space-around;
  margin-top: 5%;
}

.footer-contact-sec li {
  display: flex;
}

.footer-contact-sec li i {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #020d61;
  background: #fff;
  border-radius: 50%;
  margin-right: 20px;
  margin-top: 7px;
}

.footer-contact-sec li a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.footer-contact-sec li p {
  color: #fff;
  font-weight: 700;
}

.wideget-area h3 {
  border-bottom: 3px solid #d81016;
  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: 15px;
  position: relative;
  /* padding-left: 25px; */
  transition: 0.5s;
}

.wideget-area ul li a:hover {
  transform: translateX(10px);
}

.wideget-contact-area ul li i {
  color: #d81016;
  font-size: 20px;
  /* width: 40px; */
  /* height: 40px; */
  /* display: flex; */
  align-items: center;
  border-radius: 50%;
  margin-bottom: 30px;
  margin-right: 15px;
  padding-top: 5px;
}

.wideget-contact-area ul li p {
  padding-top: 3px;
}

.wideget-contact-area ul li.facebook i {
  background: linear-gradient(15deg, #0c56b7, #1877f2);
}

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

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

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

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

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

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

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

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

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

.nav-section-scrolled {
  position: fixed !important;
  width: 100%;
  top: 0;
  transition: 0.5s;
  z-index: 999;
  background: #fff !important;
  padding: 20px 0;
}

.nav-section-scrolled .navbar ul li a {
  color: #000;
}

.nav-section.nav-section-scrolled {
  padding: 20px 0;
}

.nav-section main {
  position: relative;
}

.nav-section {
  background: #fff;
  position: absolute;
  top: 0;
  z-index: 150;
  height: auto;
  /*   padding: 26px 0;  */
  width: 100%;
}

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

.nav-section.nav-section-scrolled {
  padding: 0;
  box-shadow: 0 0.5rem 0.4rem #00000028;
}
.nav-section.nav-section-scrolled .logo a img {
  width: 50%;
}

.nav-section .navbar .navbar-nav {
  margin-top: 8px;
}

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

/* .nav-section .navbar .navbar-brand{
display: none;
} */
.nav-section-scrolled .navbar .navbar-brand {
  display: block;
}

.nav-section-scrolled .navbar .navbar-brand img {
  width: 76%;
}

.contact_page_area {
  padding: 70px 0;
  background: #e5e5e5;
}

.contact_address h2.head {
  border-bottom: 2px solid #960001;
  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;
  display: flex;
}

.contact_page_area p a {
  text-decoration: none;
}

.contact_page_area p i,
.contact_page_area p a i {
  color: #fff;
  background: #960001;
  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: 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-top: 10%;
  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: #960001;
  font-weight: bold;
  text-decoration: none;
}

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

.single_service ul li:before {
  content: "\f00c";
  color: #d0222b;
  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;
  margin: 30px;
}

.contact_address {
  background: #020d61;
  padding: 50px;
  border-radius: 6px;
}

.single_service {
  padding: 80px 0 20px;
}

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

.get-form .form_btn {
  padding: 10px 30px;
  background: #020d61;
  color: #fff;
  border-radius: 6px;
  height: auto;
  transition: 0.5s;
}

.get-form .form_btn:hover {
  background: #960001;
  color: #fff;
}

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

@media (max-width: 767px) {
  .choose-sec .choose-icon {
    margin: auto;
  }

  .choose-cont-area {
    text-align: center;
  }

  #gallery .img-wrapper a {
    height: 150px;
  }
}

.single_service img.alignnone {
  width: 100%;
}

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

.call_float a {
  text-decoration: none;
}

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

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

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

.mind_area {
  position: relative;
}

/* .mind_area:before{content: "";background: url(../images/border2.webp) no-repeat 0 0;position: absolute;left: 0;top: 0;width: 100%;height: 90px; z-index:2; background-size: cover;} */
.mind_back {
  background: linear-gradient(to top, #960000da, #960000de),
    url(../img/mind_back.webp) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  z-index: 99;
  margin-bottom: -72px;
  overflow: hidden;
  position: relative;
}
.mind_area h3 {
  font-weight: bold;
  color: #fff;
  font-size: 42px;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}

.mind_area .btn_area a {
  width: 215px;
}

.left-side {
  padding: 100px 30px;
}

.mind_area .btn_area {
  text-align: center;
  margin-top: 30px;
}
html #wpadminbar {
  display: none !important;
}
.gallery_page {
  background: #fff;
}
.gallery_page::after {
  background: none;
}
.contact_page_area div.get-form {
  margin: 0;
}
