@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

/***** General CSS *****/

body {
  word-break: break-word;
  font: 15px/25px "Poppins", sans-serif;
  color: #393939;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
  display: inline-block;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
  color: #000;
}

::-moz-placeholder {
  color: #000;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #000;
}

:-moz-placeholder {
  color: #000;
  opacity: 1;
}

ul {
  margin: 0 0 0px;
  padding: 0;
  list-style-type: none;
}

img {
  max-width: 100%;
}

/***** Font Files *****/

@font-face {
  font-family: "Nexa";
  src: url(../fonts/NexaBold.otf);
}

/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.mt-5 {
  margin-top: 50px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mt-8 {
  margin-top: 80px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-2 {
  margin-top: 20px;
}

.pt-5 {
  padding-top: 50px;
}

.pb-1 {
  padding-bottom: 10px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pb-3 {
  padding-bottom: 30px;
}

.pb-4 {
  padding-bottom: 40px;
}

.pb-8 {
  padding-bottom: 80px;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-8 {
  padding-top: 80px;
}

.pt-4 {
  padding-top: 40px;
}

.pt-3 {
  padding-top: 30px;
}

.pt-2 {
  padding-top: 20px;
}

.all-section {
  padding: 100px 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.d-flex {
  display: flex;
  align-items: center;
}

.over-flow-h {
  overflow: hidden;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: "Nexa";
  font-size: 72px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 0px;
}

h2 {
  font-family: "Nexa";
  text-transform: uppercase;
  font-size: 60px;
  color: #000;
  font-weight: 500;
  margin: 0 0 0px;
}

h3 {
  font-family: "Nexa";
  text-transform: uppercase;
  font-size: 35px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 0px;
}

h4 {
  font-family: "Nexa";
  text-transform: uppercase;
  font-size: 24px;
  color: #000;
  font-weight: 500;
  margin: 0 0 0px;
}

h5 {
  font-family: "Nexa";
  text-transform: uppercase;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin: 0 0 0px;
}

h6 {
  font-family: "Nexa";
  text-transform: uppercase;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  margin: 0 0 0px;
}

p {
  color: #000;
  font-size: 16px;
  font-family: "Poppins";
  font-weight: 500;
  letter-spacing: 0px;
  margin: 0px;
}

/*header css start */

.menuSec {
  padding: 0px 0;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 35px;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  padding: 0;
  font-size: 16px;
  font-family: "Poppins";
  font-weight: 400;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #ffffff;
}

.menuSec li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li > ul > li > a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li > ul > li,
.menuSec li > ul > li > a {
  display: block;
  margin: 0;
}

.menuSec li > ul > li > a:before,
.menuSec li > ul > li > a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
  display: none;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li > ul > li:hover > ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

/*header css start */

/*banner css start */

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  width: 100%;
}

.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}

.carousel-control.right {
  right: 0px;
}

.carousel-control.left {
  left: 0px;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 12px;
  padding: 0;
  margin: 3px !important;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  /* transition: opacity 0.6s ease; */
  border-radius: 20px;
}

.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  /* background: rgba(0, 0, 0, 0.1); */
}

.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}

.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}

/*banner css end*/

/* banner */

.main_slider {
  position: relative;
}

header {
  position: absolute;
  width: 100%;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 0;
}

.banner_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header_btn {
  text-align: end !important;
  float: inline-end;
}

.themebtn {
  text-transform: uppercase;
  font-size: 16px;
  width: 170px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #ffb400;
  color: #000;
  font-family: "Poppins";
  font-weight: 500;
  transition: all 0.3s ease;
}

.themebtn:hover {
  border: 2px solid #ffb400;
  background-color: #3599e8;
  transform: scale(1.05);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  color: #fff;
}

.menuSection .container-fluid {
  padding: 0 5%;
}

.header-logo {
  text-align: start;
}

.main_slider .container-fluid {
  padding: 0 5%;
}

.blue_text {
  color: #359ae8;
}

.banner_text p {
  color: #fff;
  width: 65%;
  margin: 0 0 25px;
}

.social_icons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  position: absolute;
  width: 100%;
  bottom: 10%;
  left: 11%;
}

.social_icons a {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.social_icons a:hover {
  background-color: #359ae8;
  color: #fff;
  transform: scale(1.1);
  box-shadow: 0 4px 10px rgba(53, 154, 232, 0.4);
}

/* banner */

/* box */

.box_card {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 20px;
  border: 3px solid #ebebeb;
  padding: 40px 20px;
  transition: transform 0.3s ease;
}

.box_card:hover {
  transform: translateY(-10px) scale(1.02);
  background-color: #ffb400;
}

.box_card:hover .box_img img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(6%) saturate(7500%)
    hue-rotate(274deg) brightness(102%) contrast(106%);
}

.box_txt h4 {
  text-transform: 24px;
  text-transform: uppercase;
}

.box_txt p {
  color: #6d6c6c;
  width: 100%;
}

.box_img img {
  filter: brightness(0) saturate(100%) invert(54%) sepia(58%) saturate(1964%)
    hue-rotate(182deg) brightness(94%) contrast(94%);
  width: 80px;
  height: 80px;
  object-fit: contain;
}

/* box */

/* about sec */

.abt_txt h4 {
  color: #3599e8;
  font-size: 24px;
  margin-bottom: 10px;
}

.yellowtxt {
  color: #ffb400;
}

.abt_txt p {
  color: #555454;
  line-height: 30px;
}

.abt_btn .themebtn {
  margin-top: 30px;
  background-color: #3599e8;
  color: #fff;
}

.abt_btn .themebtn:hover {
  border: 2px solid #3599e8;
  background-color: #ffb400;
  transform: scale(1.05);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  color: #fff;
}

.abt_txt h2 {
  line-height: 60px;
}

/* about sec */

/* .services */

.service_heading h4 {
  color: #fab225;
  font-size: 24px;
  margin-bottom: 10px;
}

.service_heading h2 {
  color: #ffffff;
}

.ser_card_txt h3 {
  font-size: 26px;
}

.service_card {
  text-align: center;
  border-radius: 30px;
  margin-bottom: 30px;
  transition: transform 0.3s ease;
}

.service_card:hover {
  transform: translateY(-10px) scale(1.02);
}

.ser_btn {
  display: flex;
  justify-content: center !important;
}

.ser_btn .themebtn {
  background-color: #3599e8;
  color: #fff;
}

.ser_btn .themebtn:hover {
  border: 2px solid #3599e8;
  background-color: #ffb400;
  transform: scale(1.05);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  color: #fff;
}

.ser_card_txt {
  padding: 30px 40px;
  box-shadow: 0 2px 12px #b8aaa7;
  border-radius: 0 0 30px 30px;
}

.ser_card_img {
  height: 320px;
  width: 100%;
  object-fit: cover;
  border-radius: 30px 30px 0px 0px;
}

.ser_card_txt p {
  color: #565555;
  margin: 10px 0 30px;
}

.service {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}

.service::before {
  content: "";
  position: absolute;
  width: 100%;
  background: url(../images/ser_bg.png);
  height: 553px;
  z-index: -1;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

/* services */

/* how it works */

.work_txt h3 {
  font-size: 29.8px;
}

.work_txt p {
  color: #6e6b6b;
}

.work_card {
  text-align: center;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 60px 30px;
  box-shadow: 0 2px 12px #b8aaa7;
  transition: transform 0.3s ease;
}

.work_card:hover {
  transform: translateY(-10px) scale(1.02);
}

.work_img {
  height: 120px;
  width: 120px;
  background-color: #fab225;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 0 auto 30px;
  position: relative;
}

.no {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #fff;
  background-color: #0e3e4c;
  border: 1px solid #fff;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
}

.work {
  position: relative;
  padding: 100px 0;
}

.work::before {
  content: "";
  position: absolute;
  width: 100%;
  background: url(../images/work_bg.png);
  height: 600px;
  z-index: -1;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.work_heading h3 {
  color: #ffb400;
  font-size: 24px;
}

.work_heading {
  text-align: center;
  margin-bottom: 0px;
  margin-top: 70px;
}

.work_heading h2 {
  color: #fff;
}

/* how it works */

/* quote banner */

.qbg_heading h2 {
  font-size: 72px;
  line-height: 70px;
  color: #fff;
}

.qbg {
  padding: 120px 0;
  background: url(../images/q_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.qbg_btn {
  float: inline-end;
}

/* quote banner */

/* why choose us */

.wcu_flx {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0px;
  gap: 15px;
}

.wcu_txt h2 {
  font-size: 52px;
  margin: 15px 0;
  line-height: 50px;
}

.wcu_txt h3 {
  color: #ffb400;
  font-size: 24px;
  margin-top: 20px;
}

.wcu_flx_txt h4 {
  font-size: 36px;
  line-height: 30px;
}

.wcu_flx_txt p {
  color: #858484;
}

.wcu_txt {
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  padding: 40px 40px;
  background-color: #fff;
}

.wcu_flx_img img {
  height: 120px;
  width: auto;
  object-fit: contain;
}

.wcu {
  padding: 100px 0 200px;
  position: relative;
  z-index: 1;
}

.wcu_img {
  z-index: -1;
  top: 60px;
  right: 120px;
  position: absolute;
  height: 750px;
  width: 830px;
  border-radius: 20px;
  box-shadow: 0 2px 5px #b8aaa7;
  object-fit: cover;
  object-position: right;
}

/* why choose us */

/* review */

.reviews_heading {
  text-align: center;
}

.reviews_heading h3 {
  color: #ffb400;
  font-size: 24px;
}

.review_card p {
  font-size: 14px;
}

.review_card span {
  font-size: 12px;
  font-family: "Poppins";
  font-weight: 500;
  color: #000;
  margin-bottom: 5px;
  display: block;
}

.review_bluebg {
  background-color: #3599e8;
  padding: 30px;
  border-radius: 20px;
}

.review_card {
  text-align: center;
}

.review_card p {
  color: #fff;
  line-height: 10px;
  margin-top: 20px;
  margin-bottom: 5px;
}

.review_card_p p {
  color: #fff;
  font-weight: 400;
  line-height: 28px;
}

.comma img {
  height: 40px;
  width: 50px;
  margin: 0 auto;
}

.reviews_slider .slick-active {
  opacity: 1;
}

.custom-slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin: 20px 0;
}

.slider-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  transition: background 0.3s ease;
}

.slider-btn.prev {
  background-color: transparent;
  color: #000;
}

.slider-btn.next {
  background-color: transparent;
  color: #000;
}

.slider-btn.prev:hover {
  border: 1px solid #3599e8;
  background-color: #3599e8;
  color: #fff;
}

.slider-btn.next:hover {
  border: 1px solid #3599e8;
  background-color: #3599e8;
  color: #fff;
}

.current-slide {
  font-size: 40px;
  color: #9c3a2f;
  font-family: "Brunson";
}

.total-slide {
  color: #020202;
  font-size: 20px;
  font-family: "Poppins";
}

.slick-prev:before,
.slick-next:before {
  color: #ffffff;
}

/* review */

/* footer */

.footerSec {
  padding: 130px 0 10px;
  background: url(../images/ftr_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.ftrsec p {
  color: #909293;
  margin-top: 20px;
}

.cont_links h3,
.quick_links h3,
.call_links h3 {
  color: #fff;
  font-size: 26px;
  border-bottom: 3px solid #ff911f;
  width: fit-content;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

.cont_links ul li a {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 15px;
}

.cont_links ul li i {
  font-size: 17px;
  color: #fff;
}

.cont_links ul li p {
  font-size: 14px;
  color: #909293;
}

.cont_links ul li {
  margin-bottom: 20px;
}

.quick_links ul li p {
  font-size: 16px;
  color: #909293;
}

.quick_links ul li {
  margin-bottom: 10px;
}

.call_box a {
  background-color: #ffb400;
  border-radius: 5px;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.call_icon {
  background-color: #0e1321;
  height: 50px;
  width: 50px;
  border-radius: 10px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.call_icon i {
  color: #fff;
  font-size: 16px;
}

.call_details h6 {
  margin-bottom: 8px;
}

.call_links p {
  font-size: 14px;
  color: #909293;
  margin-top: 20px;
}

.footer-btm {
  border-top: 2px solid #475d64;
  margin-top: 100px;
  padding: 30px 0;
  text-align: center;
  position: relative;
}

.copy-txt {
  background-color: #ffb400;
  padding: 15px;
  border-radius: 5px;
  position: absolute;
  width: 78%;
  top: -50%;
}

.copy-txt p {
  font-size: 16px;
  text-transform: uppercase;
}

.cont_links {
  padding-left: 70px;
}

/* footer */

/* about page */

/* our team */
.team_heading {
  text-align: center;
  margin-bottom: 20px;
}

.team_heading h3 {
  color: #ffb400;
  font-size: 24px;
}

.team_heading h2 {
  color: #000;
}

.team_heading {
  text-align: center;
  margin-bottom: 20px;
}

.team_img {
  border: 2px solid #d7d6d6;
  text-align: center;
  border-radius: 18px;
  padding: 40px;
}

.team_card {
  text-align: center;
  transition: transform 0.3s ease;
}

.team_card:hover {
  transform: translateY(-10px) scale(1.02);
}

.team_txt h3 {
  font-size: 27px;
  margin-top: 25px;
}

.team_txt h4 {
  font-size: 20px;
  color: #636262;
}

/* our team */

/* about page */

/* service page */

.inrservice_heading {
  text-align: center;
}

.inrservice_heading h4 {
  color: #fab225;
  font-size: 24px;
  margin-bottom: 10px;
}

.inrservice_heading h2 {
  color: #000;
}

.cont_box_form form input,
.cont_box_form form textarea {
  width: 100%;
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #dad8d8;
  border-radius: 5px;
  font-family: "Poppins";
}

.cont_box_form form input::placeholder,
.cont_box_form form textarea::placeholder {
  color: #656464;
  font-family: "Poppins";
  font-weight: 500;
}

.cont_box_form form textarea {
  height: 140px;
  resize: none;
}

button.cnt_btn {
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 5px;
  background-color: #0e3e4c;
  color: #ffff;
  text-transform: uppercase;
  font-family: "Poppins";
  font-size: 17px;
  font-weight: 500;
}

.cont_bor {
  border: 2px solid #ececec;
  border-radius: 25px;
  padding-right: 60px;
}

.cont_box_img {
  width: 565px;
  height: 574px;
  position: relative;
}

.cont_box_img img {
  height: 574px;
  width: 565px;
  object-fit: cover;
}

.c_ab_icon {
  background-color: #ffb400;
  height: 100px;
  width: 100px;
  border-radius: 10px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.c_ab_icon i {
  color: #000;
  font-size: 50px;
}

.c_ab_txt h3 {
  font-size: 37.53px;
  margin-top: 25px;
}

.c_ab {
  position: absolute;
  text-align: center;
  bottom: 10%;
  left: 10%;
  width: 80%;
}

/* service page */

/* area we serve page */

.aws_heading {
  text-align: center;
  margin-bottom: 20px;
}

.aws_txt a h3 {
  color: #ffffff;
  font-size: 24px;
}

.aws_card {
  position: relative;
  border-radius: 20px;
  z-index: 1;
  margin-bottom: 25px;
  transition: transform 0.3s ease;
}

.aws_card:hover {
  transform: translateY(-10px) scale(1.02);
}

.aws_card::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  background-color: #0f3f4db5;
  border-radius: 20px;
}

.aws_card img {
  border-radius: 20px;
}

.aws_txt {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 3;
}

/* area we serve page */

/* BOOK NOW page */

.booking_form form input,
.booking_form form textarea,
.booking_form form select {
  background-color: #f8f8f8;
  width: 100%;
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #dad8d8;
  border-radius: 5px;
  font-family: "Poppins";
}

.booking_form form input::placeholder,
.booking_form form textarea::placeholder {
  color: #656464;
  font-family: "Poppins";
  font-weight: 500;
}

.booking_form form textarea {
  height: 250px;
  resize: none;
}

.booking_form button {
  width: 50%;
  padding: 15px;
  border: none;
  border-radius: 5px;
  background-color: #3599e8;
  color: #ffff;
  text-transform: uppercase;
  font-family: "Poppins";
  font-size: 17px;
  font-weight: 500;
}

/* BOOK NOW page */

/* service detail page */

.sd_content img {
  height: 670px;
  border-radius: 20px;
  width: 100%;
  object-fit: cover;
}

.sd_content h2 {
  margin: 20px 0;
}

.sd_content p {
  color: #909090;
  margin-bottom: 20px;
}

/* service detail page */

/* contact us page */

.contact_inner .container-fluid {
  padding: 0 7%;
}

.contact_inner {
  padding: 150px 0;
}

.contact_inner_left h3 {
  font-size: 48px;
  text-transform: uppercase;
}

.contact_inner_right h2 {
  font-size: 48px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.contact_inner_left p {
  color: #676767;
  margin-bottom: 70px;
  font-size: 17px;
  width: 68%;
  line-height: 30px;
  margin-top: 15px;
}

.cont_main {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}

.cont_img {
  margin-right: 20px;
}

.cont_txt h5 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #222;
  font-family: "Poppins";
}

.cont_txt p {
  margin: 5px 0 0;
  color: #505050;
  font-size: 17px;
  width: 100%;
  line-height: 25px;
}

.cont_txt a {
  color: #505050;
  text-decoration: none;
}

.contact_inner_right input,
.contact_inner_right textarea {
  width: 100%;
  padding: 15px 15px;
  margin-bottom: 25px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  font-size: 14px;
}

.contact_inner_right textarea {
  height: 150px;
  resize: none;
}

.contact_inner_right button {
  border: 0;
  background: #3599e8;
  color: #fff;
}

.contact_inner_right button:hover {
  background: #000;
}

.contact_inner_right {
  padding: 40px 40px;
  border: 2px solid #dddddd;
  border-radius: 10px;
}

.contact_inner_right input::placeholder,
.contact_inner_right textarea::placeholder {
  color: #9d9a9a;
  font-size: 17px;
}

.cont_socials i {
  color: #000;
  border-radius: 50%;
  font-size: 20px;
  transition: background 0.1s ease-in-out;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.cont_socials i:hover {
  color: #fff;

  background: linear-gradient(
    180deg,
    rgba(39, 32, 1, 1) 3%,
    rgba(60, 49, 2, 1) 12%,
    rgba(68, 55, 2, 1) 20%,
    rgba(79, 64, 2, 1) 28%,
    rgba(85, 69, 3, 1) 36%,
    rgba(103, 84, 3, 1) 43%,
    rgba(118, 96, 4, 1) 51%,
    rgba(124, 101, 4, 1) 59%,
    rgba(136, 111, 4, 1) 67%,
    rgba(160, 131, 5, 1) 76%,
    rgba(183, 149, 6, 1) 84%,
    rgba(205, 167, 6, 1) 91%,
    rgba(224, 183, 7, 1) 98%
  );
}

section.map {
  height: 700px;
}

section.map iframe {
  height: 700px;
  width: 100%;
}

/* contact us page */
.quick_links ul li a {
  text-transform: uppercase;
}

section.vc_section.sd {
    padding-bottom: 0px !important;
}

/*MEDIA QUERRIES IS STARTED NOW */

@media (max-width: 1390px) {
  .themebtn {
    font-size: 15px;
    width: 150px;
    height: 55px;
  }

  .menuSec ul li a {
    font-size: 13px;
  }

  h1 {
    font-size: 60px;
    line-height: 61px;
  }

  .banner_text p {
    font-size: 13px;
    line-height: 23px;
  }

  .box_card {
    border: 3px solid #ebebeb;
    padding: 24px 20px;
  }

  h4 {
    font-size: 20px;
    line-height: 30px;
  }

  p {
    font-size: 14px;
    line-height: 22px;
  }

  section.box.all-section {
    padding-bottom: 10px;
  }

  .abt_txt h4 {
    font-size: 20px;
  }

  h2 {
    font-size: 45px;
    line-height: 55px;
  }

  .ser_card_img {
    height: 280px;
  }

  .ser_card_txt {
    background: #fff;
    padding: 20px 18px;
    height: 280px;
  }

  .ser_card_txt h3 {
    font-size: 20px;
    line-height: 27px;
  }

  .service::before {
    height: 487px;
  }

  .work_txt h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .wcu_txt h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .wcu_txt h2 {
    font-size: 32px;
    margin: 15px 0;
    line-height: 42px;
  }

  .wcu_flx_txt h4 {
    font-size: 22px;
    line-height: 30px;
  }

  .wcu_flx_img {
    width: 28%;
  }

  .wcu_flx_txt {
    width: 90%;
  }

  .wcu {
    padding: 100px 0 140px;
  }

  .qbg_heading h2 {
    font-size: 50px;
    line-height: 70px;
  }

  .qbg {
    padding: 80px 0;
  }

  .reviews_heading {
    margin-bottom: 30px;
  }

  .review_card p {
    line-height: 20px;
  }

  .footerSec {
    padding: 80px 0 10px;
  }

  .all-section {
    padding: 80px 0;
  }
  
  .cont_box_img {
  width: 500px;
  height: 571px;
}

.cont_box_img img {
  height: 572px;
  width: 540px;
}

.c_ab {
  bottom: 18%;
}

.c_ab_txt h3 {
  font-size: 26px;
  line-height: 36px;
}

section.cont_box {
  padding-top: 20px;
}

.work_heading {
    margin-bottom: 20px;
    margin-top: 30px;
}

.aws_txt a h3 {
    font-size: 18px;
    line-height: 20px;
}

.contact_inner {
  padding: 100px 0;
}

.cont_main {
  margin-bottom: 30px;
}

.contact_inner_left p {
  font-size: 16px;
  width: auto;
  margin-bottom: 50px;
}

.contact_inner_left .cont_main p {
  margin: 0px;
}

.contact_inner_left h3 {
  font-size: 35px;
  line-height: 42px;
}

.contact_inner_right h2 {
  font-size: 35px;
  line-height: 40px;
}


}

@media (max-width: 1280px) {
  .menuSec ul {
    gap: 24px;
  }
  
  section.map iframe {
  height: 400px;
}

section.map {
  height: auto;
  margin-bottom: -10px;
}


}

@media (max-width: 1024px) {
  header {
    padding: 10px 0;
  }

  .header-logo a {
    display: inline-block;
  }

  .header-logo a img {
    width: 80%;
  }

  .menuSec ul li a {
    font-size: 14px;
    text-shadow: 1px 2px 20px black;
  }

  .social_icons {
    bottom: 6%;
    left: 5%;
    width: auto;
  }

  .banner_text p {
    width: 80%;
  }

  h1 {
    font-size: 50px;
    line-height: 50px;
  }

  .box_card {
    gap: 10px;
  }

  .box_txt h4 {
    font-size: 18px;
    line-height: 20px;
  }

  h2 {
    font-size: 35px;
    line-height: 45px;
  }

  .abt_txt h2 {
    line-height: 40px;
  }

  .abt_txt p {
    line-height: 26px;
  }

  .work {
    padding: 70px 0;
  }

  .work_card {
    padding: 30px 40px;
  }

  .work_heading {
    margin-top: 40px;
    margin-bottom: 24px;
  }

  .work::before {
    height: 550px;
  }

  .wcu_img {
    height: 640px;
    width: 730px;
  }

  .wcu_txt {
    padding: 12px 30px;
  }

  .wcu_txt h2 {
    font-size: 26px;
    margin: 11px 0;
    line-height: 36px;
  }

  .qbg_heading h2 {
    font-size: 35px;
    line-height: 52px;
  }

  .cont_links {
    padding-left: 20px;
  }

  .cont_links h3,
  .quick_links h3,
  .call_links h3 {
    font-size: 16px;
    border-bottom: 2px solid #ff911f;
  }

  .call_box a {
    padding: 16px 18px;
  }

  .call_box a h4 {
    font-size: 15px;
    line-height: 20px;
  }
  
  .cont_box_img {
  width: 420px;
  height: 570px;
}

}

@media (max-width: 880px) {
  .themebtn {
    font-size: 12px;
    width: 115px;
    height: 42px;
  }

  .menuSec ul {
    justify-content: space-between;
  }

  .menuSec ul li a {
    font-size: 10px;
  }

  header .col-lg-7.col-md-6.col-sm-4.d-none.d-md-block {
    padding: 0;
  }

  h1 {
    font-size: 34px;
    line-height: 37px;
  }

  .banner_text p {
    width: 70%;
    font-size: 12px;
    line-height: 19px;
    font-weight: 300;
    margin-bottom: 10px;
  }

  .social_icons a {
    height: 35px;
    width: 35px;
    font-size: 14px;
  }

  .social_icons {
    left: 7%;
    gap: 8px;
  }

  .box_card {
    padding: 50px;
    gap: 20px;
    width: 70%;
    margin: 0px auto 32px;
  }

  .box_txt h4 {
    font-size: 24px;
    line-height: 30px;
  }

  .abt_txt {
    margin-top: 40px;
    text-align: center;
  }

  .service_heading {
    text-align: center;
  }

  .sertop_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 16px 0 20px;
  }

  .service_card {
    width: 60%;
    margin: 0px auto 32px;
  }

  .ser_card_txt {
    height: auto;
  }

  .service {
    padding: 80px 0 60px;
  }

  .abt_txt .abt_btn {
    display: flex;
    justify-content: center;
  }

  .work_card {
    width: 70%;
    margin: 0px auto 40px;
  }

  .work::before {
    height: 100%;
    object-fit: cover;
  }

  .wcu_img {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
  }

  section.wcu {
    padding: 100px 0;
    margin: 50px 0;
  }

  .qbg {
    text-align: center;
    padding: 60px 0;
  }

  .qbg_btn {
    float: unset;
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }

  .review_card .avatar img {
    width: 90px;
    margin: 0px auto;
    display: table;
  }

  .review_card_p p {
    text-align: center;
    line-height: 22px;
  }

  .review_card_p {
    margin-top: 14px;
  }

  .review_bluebg {
    padding: 20px 18px;
  }

  .review_card p {
    margin-top: 12px;
    margin-bottom: -3px;
  }

  .cont_links {
    padding-left: 0px;
  }

  .ftrsec p {
    font-size: 12px;
    line-height: 20px;
  }

  .cont_links ul li a {
    gap: 10px;
  }

  .cont_links ul li p {
    font-size: 12px;
    line-height: 20px;
  }

  .cont_links h3,
  .quick_links h3,
  .call_links h3 {
    font-size: 13px;
    padding-bottom: 4px;
    margin-bottom: 30px;
  }

  .ftrsec img {
    width: 130px;
  }

  .quick_links ul li a {
    font-size: 10px;
  }

  .quick_links ul li p {
    font-size: 11px;
  }

  .call_box a {
    padding: 12px 10px;
  }

  .call_links p {
    font-size: 12px;
    line-height: 22px;
    margin-top: 10px;
  }

  .call_details h6 {
    font-size: 11px;
    line-height: 10px;
  }

  .call_box a h4 {
    font-size: 13px;
    line-height: 18px;
  }

  .call_icon {
    height: 30px;
    width: 30px;
  }

  .call_icon i {
    font-size: 10px;
  }

  .footer-btm {
    margin-top: 40px;
  }

  .copy-txt p {
    font-size: 12px;
    line-height: 20px;
  }

  .footerSec {
    padding: 60px 0 10px;
  }

  .team_card {
    width: 60%;
    margin: 20px auto 20px;
  }
  
  
.page-id-11 section.inrservice .col-lg-4 {
  width: 50%;
}

.page-id-11 .service_card {
  width: 100%;
}

.page-id-11 .service_card .ser_card_txt {
  height: 280px;
}

section.cont_box {
  padding: 60px 0;
}

.cont_box_img img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  background: transparent;
}

.cont_box_img {
  width: 100%;
  height: 100%;
  margin-bottom: 40px;
}

.cont_bor {
  padding: 24px;
}


section.aws .col-lg-3 {
  width: 50%;
}

.contact_inner_left {
  margin-bottom: 50px;
}


}

@media (max-width: 768px) {
}

@media (max-width: 480px) {
  header {
    top: unset;
    padding: 20px 0 0;
  }

  header .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    width: 100%;
    margin: 0px auto;
  }

  .slicknav_menu {
    position: relative;
    z-index: 12;
  }

  .banner_bg img {
    height: 300px;
    object-position: 100% 100%;
  }

.page-template-PagesHome-php.page-id-7 img.img-fluid{
    height: 580px;
    object-position: 100% 100%;
    
}

  .banner_text {
    text-align: center;
    background: #0000005e;
    border-radius: 10px;
    padding: 30px 32px;
  }

  .banner_text p {
    width: auto;
    text-shadow: 0 0 12px black;
  }

  .banner_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .banner_text h1 {
    text-shadow: 0 0 12px black;
  }

  .header-logo a img {
    width: 100px;
  }

  .box_card {
    width: auto;
    padding: 40px 24px;
  }

  .abt_txt h4 {
    font-size: 16px;
  }

  .abt_txt h2 {
    line-height: 30px;
  }

  h2 {
    font-size: 28px;
    line-height: 35px;
  }

  .abt_txt p {
    line-height: 24px;
  }

  .service_card {
    width: auto;
  }

  .ser_card_img {
    height: 300px;
  }

  section.work {
    padding: 50px 0;
  }

  .work_card {
    width: auto;
    padding: 30px 30px;
  }

  section.wcu {
    position: relative;
    overflow: hidden;
    padding: 40px 0;
    margin: 50px 0;
  }

  .wcu_txt h2 {
    font-size: 20px;
    margin: 10px 0;
    line-height: 30px;
  }

  .wcu_txt h3 {
    font-size: 14px;
    line-height: 19px;
  }

  .wcu_flx_txt h4 {
    font-size: 16px;
    line-height: 28px;
  }

  .qbg_heading h2 {
    font-size: 25px;
    line-height: 34px;
  }

  .reviews_heading h3 {
    font-size: 19px;
  }

  .ftrsec {
    margin-bottom: 40px;
    padding-right: 20px;
  }

  .ftrsec p {
    font-size: 13px;
    line-height: 24px;
  }

  .ftrsec img {
    width: 160px;
  }

  .cont_links ul li p {
    font-size: 13px;
    line-height: 21px;
  }

  .cont_links h3,
  .quick_links h3,
  .call_links h3 {
    font-size: 20px;
    padding-bottom: 7px;
    margin-bottom: 30px;
  }

  .cont_links {
    margin-bottom: 40px;
  }

  .quick_links ul li p {
    font-size: 13px;
    line-height: 21px;
  }

  .call_links {
    margin-top: 40px;
  }

  .call_box {
    display: inline-block;
  }

  .call_box a {
    padding: 16px 20px;
    gap: 12px;
  }

  .footer-btm {
    padding: 30px 0;
    margin-top: 90px;
  }

  .copy-txt {
    width: 80%;
    margin: 0px auto;
    right: 0;
    left: 0;
  }

  .footerSec {
    overflow: hidden;
  }

  section.reviews {
    overflow: hidden;
  }

  .team_card {
    width: 90%;
    margin: 20px auto 20px;
  }

  .team_img {
    padding: 18px;
  }

  .team_txt h3 {
    font-size: 22px;
    margin-top: 27px;
  }

  .team_txt h4 {
    font-size: 16px;
    line-height: 24px;
  }
  
  
.page-id-11 section.inrservice .col-lg-4 {
  width: 90%;
  margin: 0px auto;
}

.cont_bor {
  width: 96%;
  margin: 0px auto;
}

.page-id-11 .service_card .ser_card_txt {
  height: auto;
}

.sd_content img {
  height: 320px !important;
  width: 100%;
  object-fit: cover;
}
section.aws .col-lg-3 {
  width: 100%;
}

.aws_card img {
  width: 100%;
  object-fit: cover;
}

.aws_txt a h3 {
  font-size: 24px;
  line-height: 20px;
}

.contact_inner_left {
  margin-bottom: 50px;
}

.contact_inner {
  padding: 80px 0;
}

.contact_inner_left h3 {
  font-size: 25px;
  line-height: 35px;
}

.contact_inner_left p {
  font-size: 15px;
  margin-bottom: 40px;
  line-height: 26px;
  margin-top: 5px;
}

.cont_main .cont_img img {
  width: 24px;
}

.cont_txt h5 {
  font-size: 16px;
}

.cont_socials {
  display: flex;
  align-items: center;
  gap: 12px;
}

.contact_inner_right {
  padding: 30px 24px;
}

.contact_inner_right h2 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 18px;
}

.contact_inner .container-fluid {
  padding: 0px 16px;
}

.contact_inner_right input,
.contact_inner_right textarea {
  font-size: 13px;
  padding: 13px 14px;
}

.contact_inner_right input::placeholder,
.contact_inner_right textarea::placeholder {
  font-size: 13px;
}

.call_links p {
    font-size: 13px;
    line-height: 21px;
    width: 70%;
    margin-top: 16px;
}

}

@media (max-width: 390px) {
  .box_txt h4 {
    font-size: 18px;
    line-height: 31px;
  }

  section.abt {
    padding: 40px 0;
  }

  .abt_txt h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .work::before {
    background-size: cover;
    background-position: 100% 100%;
  }

  section.work {
    padding-top: 20px;
  }

  .work_heading h3 {
    font-size: 16px;
    line-height: 26px;
  }

  .work_heading h2 {
    font-size: 22px;
    line-height: 30px;
  }

  .qbg_heading h2 {
    font-size: 20px;
    line-height: 34px;
  }

  .reviews_heading h2 {
    font-size: 22px;
    line-height: 30px;
    margin-top: 10px;
  }

  .reviews_heading h3 {
    font-size: 16px;
  }

  .review_bluebg {
    padding: 20px 10px 32px;
  }

  .comma img {
    height: 20px;
    width: 30px;
  }

  .ftrsec {
    padding-right: 0px;
  }
  .call_links p {
    width: 80%;
  }

  .team_heading h3 {
    font-size: 16px;
  }

  .team_heading h2 {
    font-size: 22px;
  }
  

.page-id-11 section.inrservice .col-lg-4 {
  width: 96%;
}

.cont_bor {
  width: auto;
  padding: 12px 12px 20px;
}

.c_ab_txt h3 {
  font-size: 20px;
  line-height: 28px;
}

.c_ab_icon {
  height: 80px;
  width: 80px;
}

.c_ab_icon a i {
  font-size: 31px;
}

.work::before {
    background-position: 100% 100%;
}

.page-template-PagesHome-php.page-id-7 img.img-fluid {
  object-position: 100% 100%;
}


}

/*MEDIA QUERRIES IS STARTED NOW */
