html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

article,
aside,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

dfn {
  font-style: italic;
}

sub,
sup {
  vertical-align: baseline;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

ul,
ol {
  list-style-position: inside;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

ul>li {
  list-style-type: none;
}

button {
  cursor: pointer;
}

body {
  font: 400 16px/24px "Mulish", Open Sans;
  background-color: #fff;
  min-width: 320px;
  color: #131313;
  margin: 0;
  font-style: normal;
  -ms-overflow-style: scroll-bar;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  counter-reset: section;
}

p {
  margin: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Mulish", Open Sans;
  font-weight: 800;
  color: #131313;
  font-style: normal;
  margin: 0;
}

.container {
  max-width: 1342px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.btn {
	display: inline-block;
	padding: 13px 32px;
	text-align: center;
	border: 3px solid transparent;
	border-radius: 40px;
	transition: all .3s ease;
	font-family: "Mulish", Open Sans;
	cursor: pointer;
}

.btn-primary {
  background-color: #0091FF !important;
  color: #fff !important;
  font-weight: bold;
  letter-spacing: 1%;
  border: 3px solid transparent !important;
}

.btn-primary:hover {
  background-color: #fff !important;
  border: 3px solid #0091FF !important;
  color: #0091FF !important;
}

.top-header-wrap {
  background-color: #0B244E;
}

.top-header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.top-header-left,
.top-header-right,
.header-icons,
.header-mail {
  display: flex;
  align-items: center;
}

.top-header-left {
  justify-content: center;
}

.top-header-left p {
  color: #fff;
  margin-left: 8px;
}

.header-icons img {
  margin-left: 10px;
  margin-right: 10px;
}

.header-icons {
  padding-right: 10px;
}

.header-icons > li {
	line-height: 0;
}

.top-header-right a {
  color: #fff;
  display: block;
  line-height: 0;
  text-decoration: underline;
  transition: all 0.3 ease;
}

.top-header-right a:hover{
  text-decoration: none;
}

.top-header img {
  width: 22px;
  height: 26px;
}

.header-mail {
  margin-left: 20px;
  gap: 6px;
}

.top-header-right {
  flex-wrap: wrap;
  row-gap: 10px;
  justify-content: center;
}

.main-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  padding-bottom: 10px;
  position: relative;
}

.page-logo {
  width: 15%;
}

#page-nav {
  width: 50%;
}

.nav-list {
  display: flex;
  justify-content: center;
}

.nav-list li {
  padding-right: 6px;
  padding-left: 6px;
}

.nav-list li a {
  color: #131313;
}

.nav-list li a:hover {
  color: #0091FF;
}

.header-btn {
  width: 35%;
  display: flex;
  gap: 15px;
}

.time-det {
  display: flex;
  flex-direction: column;
  text-align: end;
}

.time-det,
.nav-list li a {
  font-size: 14px;
}

#page-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  row-gap: 20px;
}

.col {
  padding-left: 20px;
  padding-right: 20px;
}

.banner-cont {
  padding-top: 67px;
}

.banner-sub-head {
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 900;
  line-height: 22px;
  font-size: 14px;
  color: #fff;
  font-family: "Mulish";
  letter-spacing: 20%;
  margin-bottom: 32px;
  text-transform: uppercase;
}

.banner-cont-left {
  font-family: "Poppins";
  font-size: 16px;
  line-height: 28px;
  color: #FAFAFA;
}

.banner-cont-left p {
  margin-bottom: 25px;
  text-transform: capitalize;
}

.banner-cont-left p span {
  font-size: 18px;
  line-height: 26px;
  opacity: 80%;
  display: inline-block;
}

.banner-cont-right {
  width: 100%;
}

.banner-cont-left h1 {
  font-weight: 300;
  line-height: 42px;
  font-size: 34px;
  font-family: "Poppins";
  color: #fff;
  margin-bottom: 16px;
}

.banner-cont-left h1 span {
  font-weight: 600;
}

.banner-sec {
  position: relative;
}

.banner-bg-img {
  position: absolute;
  top: 0;
  bottom: 65px;
  left: 0;
  right: 0;
  z-index: -1;
}

.banner-bg-img::before{
  background: linear-gradient(180deg, rgba(0, 17, 41, 0.5) -42.79%, rgba(0, 60, 143, 0.5) 80.85%);
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output{
	color: #fff;
    margin-left: auto;
    font-weight: 500;
	border: 0;
	font-size: 16px;
    line-height: 22px;
	max-width: 430px;
}

.wpcf7-not-valid-tip{
	font-size: 0.8rem;
}

.banner-bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.banner-btn {
  line-height: 24px;
  font-weight: 700;
  font-family: "Mulish";
}

.banner-form {
  padding: 22px 16px;
  background-color: #0B244E;
  border-radius: 24px;
}

.banner-form h2 {
  font-size: 30px;
  line-height: 36px;
  color: #FAFAFA;
  margin-bottom: 16px;
}

.banner-form p {
  color: #FAFAFA;
  margin-bottom: 32px;
}

.form-det input,
.form-det select,
.form-det textarea {
  width: 100%;
  height: 54px;
  background-color: #fff;
  border: 1px solid #dddddd;
  padding: 16px 24px;
  margin-bottom: 16px;
  border-radius: 99px;
  font-family: "Mulish";
}

.form-det select,
#date {
  color: rgba(19, 19, 19, 0.5);
}

.form-btn {
  margin-top: 19px;
}

.form-btn button {
  font-family: "Mulish";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
}

.point-list-wrap.row {
  margin-left: -6px;
  margin-right: -6px;
}

.point-list-name {
  display: flex;
  gap: 6px;
  padding-left: 6px;
  padding-right: 6px;
  width: 50%;
}

.point-list-name img{
	width: 43px;
	height: 48px;
}

.point-list {
  margin-top: 20px;
  padding-bottom: 50px;
}

.experties-right .banner-sub-head span,
.our-values-head .banner-sub-head span {
  color: #131313;
}

.experties-right .banner-sub-head,
.our-values-head .banner-sub-head,
.bokk-row-lft .banner-sub-head {
  margin-bottom: 16px;
}

.experties-right p {
  margin-bottom: 16px;
}

.experties-right h2,
.our-values-head h2,
.our-services .our-values-head h3,
.our-blogs .our-values-head h3{
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 16px;
}

.experties-det.row {
  align-items: center;
}

.experties-sec {
  padding-top: 10px;
  padding-bottom: 40px;
}

.our-values-head {
  text-align: center;
  max-width: 718px;
  margin: 0 auto;
  margin-bottom: 64px;
}

.our-values-head .banner-sub-head {
  justify-content: center;
}

.our-values {
  padding-top: 70px;
  padding-bottom: 68px;
  background-color: #F8F8F8;
}

.our-values-col {
  font-size: 17px;
  line-height: 29px;
  text-align: center;
  font-family: "Poppins";
  font-weight: 300;
}

.our-values-col h3 {
  font-family: "Poppins";
  font-size: 21px;
  line-height: 30px;
  font-weight: 500;
  max-width: 186px;
  margin: 0 auto;
  margin-bottom: 32px;
}

.value-icn {
  width: 70px;
  height: 74px;
  margin: 0 auto;
  margin-bottom: 5px;
}

.value-icn img {
  width: 100%;
  height: 100%;
}

.our-values-det.row {
  margin-left: -10px;
  margin-right: -10px;
}

.our-values-det.row .col {
  padding-left: 10px;
  padding-right: 10px;
}

.values-cont-wrap {
  padding: 26px 40px;
  background-color: #fff;
  border-radius: 20px;
  min-height: 300px;
}

.col-25 {
  width: 100%;
}

.our-services,
.our-blogs{
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #F8F8F8;
}

.our-values-head h2 {
  text-transform: capitalize;
}

.service-name {
  display: flex;
  align-items: center;
  gap: 12px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
}

.service-name span {
  font-size: 14px;
  line-height: 22px;
  font-weight: 900;
  color: #FAFAFA;
  text-transform: uppercase;
  letter-spacing: 7%;
}

.services-det-col {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
}

.ser-det-img {
  position: relative;
  z-index: 1;
  display: flex;
}

.ser-det-img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  height: 280px;
}

.ser-det-img::before {
  background: linear-gradient(180.05deg, rgba(0, 43, 44, 0) 67.13%, #0092FF 111.24%);
  z-index: 1;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
}

.ser-det-img>img {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wpcf7 form.sent .wpcf7-response-output{
  color: #fff;
  max-width: 470px;
  margin-left: auto;
  font-weight: 600;
  border: 0;
  padding-left: 30px;
}

.ser-det-cont {
  padding: 15px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.ser-det-cont h3 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 16px;
}

.ser-det-cont p {
  line-height: 27px;
	color: #131313;
}

.services-det-wrap.row,
.blogs-det-wrap.row{
  margin-left: -8px;
  margin-right: -8px;
  row-gap: 32px;
}

.services-det-wrap.row .col,
.blogs-det-wrap.row .col{
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.how-work-sec .experties-right .banner-sub-head span {
  color: #0091FF;
}

.how-work-sec .experties-right .banner-sub-head.banner-bg-img,
.Customer-review .our-values-head .banner-sub-head,
.faq-sec .our-values-head .banner-sub-head,
.ultimate-service .our-values-head .banner-sub-head,
.trust-sec .our-values-head .banner-sub-head,
.bokk-row-lft .our-values-head .banner-sub-head {
  margin-bottom: 8px;
}

.work-list li {
  background-color: #213652;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.work-list li+li {
  margin-top: 16px;
}

.work-list li:hover {
  background-color: #0091FF;
}

.work-list li:hover .work-list-head span {
  color: #fff;
}

.work-list-det {
  padding: 24px;
  border-radius: 12px;
  color: #FAFAFA;
}

.work-list-head {
  display: flex;
  gap: 37px;
  margin-bottom: 24px;
}

.work-list-head span {
  color: #0091FF;
  position: relative;
  z-index: 1;
  display: block;
  padding-left: 15px;
}

.work-list-head span::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  top: -7px;
  left: 0;
  background: #4DFFF41A;
  opacity: 90%;
  z-index: 0;
  border-radius: 20px;
}

.work-list-head h3 {
  color: #fff;
  font-style: 22px;
  line-height: 30px;
}

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

.work-list-det p {
  margin-bottom: 0;
}

.col-6 {
  width: 100%;
}

.Customer-review {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #F8F8F8;
}

.review-img {
  border-top-left-radius: 27px;
  border-top-right-radius: 27px;
  background-color: #fff;
}

.review-img img {
  border-radius: inherit;
  width: 100%;
  height: 100%;
}

.name-nd-det {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.review-name {
  display: flex;
  align-items: center;
  gap: 20px;
}

.sub-name {
  text-transform: uppercase;
  color: #FAFAFA;
  position: relative;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  z-index: 11;
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sub-name::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: #0092FF;
  width: 56px;
  height: 56px;
  z-index: -1;
  border-radius: 12px;
}

.commas {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
}

.commas::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #4DFFF41A;
  opacity: 90%;
  width: 48px;
  height: 48px;
  z-index: 0;
  border-radius: 12px;
}

.per-info h3 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  font-family: "Geologica";
}

.per-info span {
  opacity: 70%;
  font-family: "Inter";
  font-size: 10px;
  line-height: 16px;
}

.review-info {
  padding: 16px;
  background-color: #fff;
  border-bottom-left-radius: 27px;
  border-bottom-right-radius: 27px;
}

.review-info p {
  font-style: italic;
  font-size: 15px;
  line-height: 22px;
  font-family: "Inter";
  margin-bottom: 20px;
  opacity: 80%;
  letter-spacing: -1%;
}

.review-cont.row {
  margin-left: -12px;
  margin-right: -12px;
}

.review-cont.row .col {
  padding-left: 12px;
  padding-right: 12px;
}

.faq-sec {
  padding-top: 50px;
  padding-bottom: 50px;
}

.faq-sec summary {
  color: #000;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  list-style: none;
  position: relative;
  border-radius: 20px;
}

.faq-sec summary::after {
  content: "";
  position: absolute;
  background-image: url(images/Symbol.svg);
  top: 50%;
  right: 26px;
  width: 18px;
  height: 18px;
  z-index: 2;
  transform: translateY(-50%);
}

.faq-sec summary::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #fff;
  top: 50%;
  right: 10px;
  border-radius: 50px;
  z-index: 1;
  transform: translateY(-50%);
}

.faq-sec .question-item[open=""] summary::after {
  transform: rotate(90deg);
  top: 43%;
}

.question-item {
  position: relative;
  background-color: #F1F1F1;
  border-radius: 20px;
  cursor: pointer;
}

.question-item summary {
	padding: 20px 12px;
	background-color: #F1F1F1;
}

.s-content {
	margin-top: 10px;
	padding: 3px 12px 20px;
}

.contact-row {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  background-color: #F9F9F9;
  border-radius: 24px;
  margin-left: 0;
  margin-right: 0;
}

.contact-left {
  text-align: center;
}

.contact-left a {
  font-size: 19px;
  font-weight: 400;
  line-height: 40px;
  color: #0092FF;
  margin-bottom: 5px;
  display: inline-block;
}

.contact-left h3 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  font-family: "Poppins";
  text-transform: capitalize;
  margin-bottom: 4px;
}

.contact-left p {
  font-size: 19px;
  line-height: 40px;
  text-transform: capitalize;
}

.contact-us-sec {
  padding-bottom: 58px;
}

/* footer */

#page-footer {
  overflow: hidden;
}

.footer-sec {
  background-color: #213652;
  padding-top: 48px;
  padding-bottom: 100px;
}

.footer-sec .footer-left h2 {
  color: #FAFAFA;
  font-family: "Mulish";
  font-size: 32px;
  font-weight: 800;
  line-height: 42px;
  text-transform: capitalize;
  margin-top: 13px;
  margin-bottom: 35px;
}

.footer-sec .footer-wrapper {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: -20px;
  margin-right: -20px;
}

.company-info-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-left: -4px;
  margin-right: -4px;
  margin-bottom: 35px;
  row-gap: 8px;
}

.company-info {
  width: 100%;
  padding-left: 4px;
  padding-right: 4px;
}

.company-info a {
  color: #FAFAFA;
  font-family: "Inter";
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: -0.15px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 16px 32px;
  border-radius: 100px;
  border: 1px solid #fafafa;
  gap: 16px;
  font-family: "Mulish";
  transition: all 0.3s ease;
}

.company-info a:hover {
  border: 1px solid #0091FF;
  text-decoration: underline;
}

.footer-left p {
  color: #FAFAFA;
  font-family: "Mulish";
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
}

.footer-menu h3 {
  color: #FFF;
  font-family: "Mulish";
  font-size: 22px;
  font-weight: 800;
  line-height: 30px;
  text-transform: capitalize;
  border-bottom: 1px solid #fafafa;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.footer-menu {
  width: 50%;
  padding-inline: 12px;
}

.footer-menu a {
  color: #FAFAFA;
  font-family: "Mulish";
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.16px;
  text-transform: capitalize;
  margin-bottom: 16px;
  text-decoration: none;
  margin-bottom: 16px;
  display: inline-block;
  transition: all .3s ease;
}

.footer-menu a:hover {
  color: #0091FF;
}

.footer-menu-wrapper {
  display: flex;
  margin-bottom: 64px;
  margin-inline: -12px;
}

.footer-form h4 {
  color: #FFF;
  font-family: "Mulish";
  font-size: 14px;
  font-weight: 900;
  line-height: 22px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.form-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  row-gap: 20px;
}

.footer-form input {
  width: 100%;
  padding: 16px 32px;
  border-radius: 100px;
  border: 0;
}

.footer-sec .col-6 {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.footer-bottom-wrapper {
  background-color: #0C2341;
  padding-top: 4px;
  padding-bottom: 4px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 7px;
}

.f-b-left {
  display: flex;
  margin-left: -16px;
  margin-right: -16px;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 7px;
}

.f-b-left a {
  padding-left: 16px;
  padding-right: 16px;
  color: #FAFAFA;
  text-align: right;
  font-family: "Mulish";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.footer-bottom p {
  color: #FAFAFA;
  text-align: center;
  font-family: "Mulish";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-left: 30px;
}

.point-list-name span {
  font-weight: 800;
  font-family: "Mulish";
}

/* ..............service............ */

.service-pg-head {
  background-color: #0091FF;
  padding-top: 42px;
  padding-bottom: 100px;
}

.service-pg-head .banner-sub-head {
  justify-content: center;
}

.service-pg-head h1 {
  font-family: "Poppins";
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -3%;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
}

.service-pg-head h1 span {
  display: block;
  font-weight: 300;
}

.service-pg-head h1 span:nth-child(2) {
  display: inline;
}

.service-pg-head .banner-sub-head,
.service-pg-head .banner-sub-head a {
  font-size: 12px;
  letter-spacing: 6%;
  color: #fff;
}

.service-pg-head .banner-sub-head {
  margin-bottom: 16px;
}

.sngl-pg-banner {
  margin-top: -60px;
}

.sngl-banner-txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 36px;
  border-bottom: 1px solid #E6E6E6;
}

.sngl-banner-txt p {
  max-width: 948px;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -1%;
  font-weight: 300;
}

.sngl-banner-txt a {
  min-width: 210px;
  padding: 13px 20px;
}

.sngl-banner-img {
  margin-bottom: 18px;
  border-radius: 20px;
}

.sngl-det-row {
  flex-direction: column;
  padding-top: 50px;
  padding-bottom: 69px;
  margin-left: -10px;
  margin-right: -10px;
  border-bottom: 1px solid #E6E6E6;
}

.sngl-det-row .row {
  margin-left: -31px;
  margin-right: -31px;
}

.sngl-det-row .col {
  padding-left: 10px;
  padding-right: 10px;
}

.detail-head {
  display: flex;
  gap: 14px;
  font-weight: 800;
  font-size: 26px;
  line-height: 36px;
  text-transform: capitalize;
  color: #131313;
  margin-bottom: 21px;
}

.sngl-det-col .banner-form {
  padding: 42px 24px;
}

.detail-name {
  margin-top: 15px;
  background-color: #F8F8F8;
  padding: 23px 33px;
  border-radius: 10px;
}

.detail-name a {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 18px;
  line-height: 50px;
  color: #000000;
}

.detail-name a:hover {
  color: #0091FF;
}

.sngl-det-col {
  font-family: "Poppins";
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1%;
  text-transform: capitalize;
  color: #131313;
}

.sngl-det-col p {
  opacity: 70%;
}

.matter-detail {
  margin-bottom: 42px;
}

.matter-list {
  padding-left: 34px;
  margin-top: 28px;
  margin-bottom: 15px;
}

.matter-list li {
  position: relative;
  font-size: 16px;
  line-height: 40px;
}

.matter-list li::before {
  position: absolute;
  content: "";
  left: -35px;
  top: 50%;
  background-image: url(images/Stroke\ 3.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color: #0091FF;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
}

.we-do-det h2 {
  font-family: "poppins";
  font-weight: 500;
  font-size: 18px;
  line-height: 40px;
  color: #000;
}

.we-do-det+.we-do-det {
  margin-top: 13px;
}

.we-do-det p+p {
  opacity: 100%;
  margin-top: 24px;
}

.we-do-img {
  margin-top: 26px;
  margin-bottom: 30px;
}

.what-you-get ul {
  margin-bottom: 60px;
}

.what-you-get ul li {
  font-weight: 500;
  list-style-type: disc;
}

.what-you-get ul li p {
  font-weight: 400;
}

.book-det {
  padding: 24px;
  background-color: #0091FF;
  border-radius: 20px;
  color: #fff;
  margin-bottom: 26px;
}

.book-det h2 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 8px;
  color: #fff;
}

.book-det p,
.book-btm-txt p {
  opacity: 100%;
}

.site-work-sec {
  padding-top: 50px;
}

.site-work-sec .our-values-head .banner-sub-head {
  margin-bottom: 8px;
}

.site-work-sec .our-values-head h2,
.ultimate-service .our-values-head h2,
.trust-sec .our-values-head h2 {
  margin-bottom: 16px;
}

.site-work-sec .our-values-head {
  margin-bottom: 42px;
}

.service-work-row.row {
  margin-left: -3px;
  margin-right: -3px;
  row-gap: 8px;
}

.service-work-row .col {
  padding-left: 3px;
  padding-right: 3px;
}

.service-work-row .col-20 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.col-20 {
  width: 100%;
}

.we-do-det p{
	opacity: 1;
}

.booking-wrapper {
  display: flex;
  justify-content: space-between;
  margin-left: -26px;
  margin-right: -26px;
  flex-wrap: wrap;
}

.booking-wrapper .col-6 {
  padding-left: 26px;
  padding-right: 26px;
  margin-bottom: 57px;
}

.booking-section {
  padding-top: 67px;
  padding-bottom: 20px;
}

.booking-sec-wrap {
  background-color: #0B244E;
  border-radius: 20px;
  padding: 20px 15px 20px 15px;
}

.booking-section h2 {
  font-family: 'Mulish';
  font-weight: 800;
  font-size: 32px;
  color: #fff;
  line-height: 38px;
  letter-spacing: 0;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 58px;
}

.booking-form h3,
.booking-checkbox-wrapper h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  line-height: 22px;
  letter-spacing: -1px;
  margin-bottom: 28px;
}

.form-flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
}

.form-flex .form-group {
  width: 100%;
}

.checkbox-flex {
  margin-bottom: 27px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  margin-left: -10px;
  margin-right: -10px;
}

.checkbox-flex label {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  padding-left: 10px;
  padding-right: 10px;
  width: 50%;
  margin-bottom: 27px;
}

.booking-checkbox-wrapper .col-6 {
  padding-left: 26px;
  padding-right: 26px;
}

.booking-checkbox-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -26px;
  margin-right: -26px;
}

.booking-checkboxes .btn {
  width: 100%;
}

.c-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.form-group select {
  padding-right: 30px;
}

select:focus-visible {
  outline: none;
}

.service-banner-flex {
  align-items: center;
}

.upper-service-banner {
  max-width: 648px;
  padding: 20px 30px;
}

.upper-service-banner span {
  font-family: 'Mulish';
  font-weight: 900;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.upper-service-banner {
  position: relative;
}

.upper-service-banner::before {
  position: absolute;
  content: "";
  top: -9999px;
  left: -9999px;
  right: -9999px;
  background-color: #0091FF;
  width: auto;
  height: auto;
  bottom: 0;
  z-index: -1;
}

.lower-service-banner {
  padding: 20px 30px 0 30px;
  line-height: 24px;
  font-size: 14px;
  letter-spacing: 1%;
  text-transform: capitalize;
  font-family: "Poppins";
}

.lower-service-banner p {
  max-width: 592px;
  margin-bottom: 20px;
}

.u-span {
  align-items: center;
  display: flex;
  gap: 12px;
  margin-bottom: 10px;
}

.upper-service-banner h1 {
  font-family: "Poppins";
  font-weight: 300;
  font-size: 30px;
  line-height: 42px;
  letter-spacing: -3%;
  text-transform: capitalize;
  color: #FAFAFA;
}

.upper-service-banner h1 strong {
  font-weight: 700;
  display: block;
}

.service-left img {
  width: 100%;
}

.ultimate-service {
  margin-top: 76px;
  border-bottom: 1px solid #E6E6E6;
}

.ult-det-img {
  border-radius: 0;
}

.ultimate-ser-row {
  background-color: #F8F8F8;
  align-items: center;
}

.ult-ser-col {
  max-width: 566px;
  padding: 0 20px 20px 20px;
}

.ult-ser-col span {
  display: block;
  font-family: "Poppins";
  font-size: 38px;
  line-height: 38px;
  letter-spacing: 1%;
  text-transform: capitalize;
  margin-bottom: 10px;
  color: #0091FF;
}

.ult-ser-col h3 {
  font-family: "Poppins";
  font-weight: 700;
  font-size: 32px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.ult-ser-col p {
  font-size: 14px;
  line-height: 22px;
}

.ultimate-ser-row-rev {
  flex-direction: row-reverse;
  background-color: #fff;
}

.ultimate-ser-row .col {
  padding: 0;
}

.ultimate-ser-row {
  margin-left: 0;
  margin-right: 0;
}

.ser-rev-wrap {
  padding: 15px 10px;
  background-color: #EDF3FF;
  border: 1px solid #EDF3FF;
  border-radius: 12px;
}

.ser-rev-wrap ul {
  display: flex;
  margin-bottom: 5px;
}

.ser-rev-wrap ul li+li {
  margin-left: -20px;
}

.service-reviews {
  padding-bottom: 80px;
}

.ser-rev-wrap .rev-stars li+li {
  margin-left: 0;
}

.ser-rev-wrap h3 {
  font-family: "Poppins";
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}

.ser-rev-wrap span {
  font-family: "Poppins";
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  display: block;
  margin-bottom: 10px;
}

.ser-rev-wrap p {
  font-family: "Poppins";
  font-weight: 300;
  line-height: 32px;

}

.serv-rev-row {
  margin-left: -8px;
  margin-right: -8px;
}

.serv-rev-row .col {
  padding-left: 8px;
  padding-right: 8px;
}

.our-services.serv-hover-eff .services-det-col,
.our-blogs.blogs-hover-eff .services-det-col{
  position: relative;
  overflow: hidden;
}

.our-services.serv-hover-eff .ser-mbl-cont,
.our-blogs.blogs-hover-eff .ser-mbl-cont{
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.7s ease, visibility 1.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  border-radius: 12px;
  z-index: 1;
  padding: 20px;
  overflow: auto;
}

.our-services.serv-hover-eff .ser-mbl-cont h2,
.our-blogs.blogs-hover-eff .ser-mbl-cont h2{
  font-family: "Poppins";
  font-size: 20px;
  line-height: 22px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.our-services.serv-hover-eff .ser-mbl-cont p,
.our-blogs.blogs-hover-eff .ser-mbl-cont p{
  font-family: "Poppins";
  line-height: 24px;
  margin-bottom: 12px;
  font-size: 14px;
}

.our-services.serv-hover-eff .services-det-col:hover .ser-mbl-cont,
.our-blogs.blogs-hover-eff .services-det-col:hover .ser-mbl-cont{
  opacity: 1;
  visibility: visible;
}

.ser-mbl-cont a {
  width: 100%;
}

.social-icons {
  display: flex;
}

.f-policy-txt {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.ult-ser-col {
  max-width: 656px;
  margin-right: auto;
}

.ultimate-ser-row.ultimate-ser-row-rev .ult-ser-col {
  margin-left: auto;
  margin-right: 0;
}

.contact-form .container {
  max-width: 828px;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.contact-form .sml-form {
  flex-wrap: wrap;
}

.contact-form .sml-form input,
.contact-form .sml-form select {
  width: 100%;
}

.form-det textarea {
  resize: none;
  border-radius: 20px;
  min-height: 144px;
  color: #131313;
}

.contact-form .banner-form {
  text-align: center;
}

.contact-form .banner-form p {
  max-width: 617px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 24px;
  opacity: revert;
  margin-bottom: 32px;
  text-transform: none;
}

.contact-form {
  margin-top: -80px;
  padding-bottom: 67px;
}

.conact-det .col-6 {
  max-width: 322px;
}

.conact-det {
  justify-content: space-between;
  margin-bottom: 15px;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 25px;
}

.conact-det h5 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.conact-det span {
  display: block;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #131313B3;
}

.contact-form .sngl-det-col {
  margin-bottom: 20px;
}

.social-icn-det ul li a {
  width: 30px;
  height: 30px;
  display: block;
  cursor: pointer;
}

.social-icn-det ul li:hover a svg{
	fill: #fff;
}

.social-icn-det ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.social-icn-det ul li:hover::before{
	background-color: #0091FF;
}

.social-icn-det ul {
  display: flex;
  justify-content: center;
}

.social-icn-det h5 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 17px;
  color: #000;
}

.social-icn-det {
  padding-bottom: 35px;
  border-bottom: 1px solid #E6E6E6;
}

.reach-us h3 {
  font-family: "Mulish";
  font-weight: 800;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 22px;
}

.reach-us p {
  font-family: "Mulish";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  max-width: 595px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 36px;
  color: #131313B3;
}

.reach-us {
  padding-top: 43px;
}

.reach-us-det-wrap {
  padding: 27px 35px;
  background-color: #F1F1F1;
  border-radius: 13px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}

.reach-us-det-wrap h5 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}

.reach-us-det-wrap p {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 0;
}

.about-pg-banner .sngl-banner-txt {
  flex-direction: column;
  text-align: center;
}

.sngl-banner-txt {
  border-bottom: 1px solid #E6E6E6;
}

.trust-sec {
  padding-top: 65px;
  padding-bottom: 43px;
}

.trust-col-right {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.trust-col-left {
  font-family: "Poppins";
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1%;
  text-transform: capitalize;
}

.trust-col-left p+p {
  margin-top: 25px;
}

.trust-img-pst {
  position: relative;
  border-radius: 10px;
}

.trust-img-pst::before {
  position: absolute;
  content: url(images/aircon-1\ 1.png);
  width: 131px;
  height: 116px;
  bottom: 10px;
  right: 10px;
}

.trust-row {
  align-items: center;
}

.tust-img img {
  width: 100%;
  height: 100%;
}

.about-img-header {
  background-color: #0B244E;
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  border-radius: 20px;
  padding: 20px 15px;
	transition: background-color 0.3s ease;
}

.about-img-header:hover {
	background-color: #0091FF;
}

.about-img-header .banner-sub-head span {
  color: #fff;
}

.about-img-header.our-values-head .banner-sub-head {
  margin-bottom: 8px;
}

.about-img-header.our-values-head h2 {
  color: #fff;
  max-width: 484px;
  margin: 0 auto;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 28px;
}

.about-img-header p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

.about-img-col {
  position: relative;
  border-radius: 20px;
}

.about-bg-img img {
  width: 100%;
  height: 100%;
}

.about-img-sec {
  padding-top: 43px;
  padding-bottom: 97px;
}

.bokk-row-lft .our-values-head {
  text-align: start;
  margin-bottom: 25px;
}

.bokk-row-lft .our-values-head .banner-sub-head {
  justify-content: start;
}

.booking {
  padding-top: 70px;
}

.book-row {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 70px;
}

.about-list h3 {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
}

.about-list p {
  font-family: "Poppins";
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}

.bokk-row-lft ul li {
  padding-left: 50px;
  position: relative;
}

.bokk-row-lft ul li::before {
  position: absolute;
  left: 0;
  top: 6;
  background-position: center;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: #0B244E;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Mulish";
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  counter-increment: section;
  content: " " counter(section) "";
}

.bokk-row-lft ul li+li {
  margin-top: 15px;
}

.bokk-row-rgt {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.book-row .col-60 {
  width: 100%;
}

.abt-book-img {
  position: relative;
  border-radius: 46px;
  overflow: hidden;
}

.abt-book-img::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 145, 255, 0.4) 101%, #FFF 100%);
  background-blend-mode: multiply;
  content: "";
  border-radius: 30px;
}

.abt-book-btn {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translate(-50%);
}

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

.book-row .col-40 {
  width: 100%;
}

.bokk-row-lft .our-values-head{
  margin: 0;
  margin-bottom: 25px;
}

.abt-book-btn-1{
  min-width: 158px;
}

.abt-book-btn-2{
  min-width: 220px;
}

.form-det .wpcf7-form-control-wrap{
	width: 49%;
}

.conact-det a,
.reach-us-det-wrap p a{
	color: #131313B3;
}

.srvices-book-form{
	margin-top: 67px;
	margin-bottom: 67px;
}

.srvices-book-form .container{
	position: relative;
}

.services-form-bg{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.services-form-bg img{
	width: 100%;
	height: 100%;
}

.services-bg-form{
	padding-top: 38px;
	padding-bottom: 38px;
}

.social-icn-det ul li{
	position: relative;
}

.social-icn-det ul li:before{
	position: absolute;
	content: '';
	top: -8px;
	left: -8px;
	width: 45px;
	height: 45px;
	background-color: #EDEDED;
	z-index: -1;
	border-radius: 100%;
	transition: all 0.3s ease;
}

.nav-list li.current_page_item a{
	color: #0091FF;
}

.footer-logo{
	max-width: 156px;
}

.we-do-det img{
  width: 100%;
  height: 100%;
  border-radius: 20px;
  max-height: 413px;
  object-fit: cover;
}

.sngl-banner-img img{
	border-radius: 20px;
	object-fit: cover;
}

.wpcf7-not-valid-tip{
    text-align: start;
    padding-left: 20px;
	color: #fff;
	margin-top: -10px;
	margin-bottom: 10px;
}

.wpcf7 form .wpcf7-response-output{
	margin: -4.5em 1.5em 1em;
}

.contact-form .wpcf7 form .wpcf7-response-output{
	margin: -1.5em 1.5em 1em;
	max-width: 100%;
}

.section-privacy-policy .w-layout-blockcontainer ul{
	padding-left: 30px;
	margin-top: 10px;
}

.pricayPolicySection {
	margin-top: 40px;
	margin-bottom: 40px;
}

.pricayPolicySection h2,
.pricayPolicySection ul,
.pricayPolicySection p{
	margin-bottom: 20px;
}

.pricayPolicySection ul li{
	list-style-type: disc;
}

.pricayPolicySection ul{
	padding-left: 20px;
}

/* #menu-item-47 > a{
	position: relative;
}

#menu-item-47 > a::before{
	position: absolute;
	content: url(/wp-content/uploads/2025/08/.svg);
	top: -3px;
	right: -23px;
	transition: 0.3s all ease;
}

#menu-item-47 > a:hover::before{
	top: -1px;
	transform: rotate(180deg);
} */
.submenu-toggle{
	padding-left: 10px;
}

.matter-list li strong{
	font-weight: 700;
}

.single-format-standard .matter-list li{
	line-height: 30px;
}

.single-format-standard .matter-list li::before{
	top: 16px;
}

.single-format-standard .matter-list li+li{
	margin-top: 15px;
}

@media (min-width: 576px) {
  .company-info {
    width: 50%;
  }

  .col-25,
  .col-33 {
    width: 50%;
  }

  .values-cont-wrap {
    padding: 26px 20px;
    min-height: 370px;
  }

  .contact-row {
    padding: 64px;
  }

  .point-list-name {
    width: 33%;
  }

  .col-20 {
    width: 50%;
  }

  .checkbox-flex label {
    width: 33.333%;
  }

  .form-flex .form-group {
    width: 50%;
    padding-left: 6px;
    padding-right: 6px;
  }

  .our-services.serv-hover-eff .services-det-col:hover .ser-mbl-cont,
  .our-blogs.blogs-hover-eff .services-det-col:hover .ser-mbl-cont{
    padding: 10px;
  }

  .our-services.serv-hover-eff .ser-mbl-cont h2,
  .our-blogs.blogs-hover-eff .ser-mbl-cont h2{
    margin-bottom: 5px;
  }

  .form-wrapper {
    flex-direction: row;
  }

  .footer-form input {
    width: 71%;
  }

  .contact-form .sml-form input,
  .contact-form .sml-form select {
    width: 100%;
  }

  .reach-us-det-wrap,
  .trust-col-right {
    flex-direction: row;
  }

  .about-img-header {
    padding: 50px;
  }

  .bokk-row-rgt {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .pageNavCollapse {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 85%;
  }
	
	.s-content {
		padding: 3px 33px 20px;
	}
	
	.sngl-banner-img img{
	width: 100%;
	height: 100%;
	max-height: 581px;
	border-radius: 20px;
	}

  #page-nav {
    width: 60%;
  }

  .header-btn {
    width: 40%;
  }

  .col-6 {
    width: 50%;
  }

  .col-3 {
    width: 30%;
  }

  .col-7 {
    width: 70%;
  }

  .banner-cont-left p {
    margin-bottom: 25px;
    max-width: 573px;
  }

  .sml-form {
    display: flex;
    gap: 8px;
  }

  .sml-form input {
    width: 100%;
  }

  .point-list-name {
    width: 17%;
  }

  .experties-right h2 {
    max-width: 590px;
	text-transform: capitalize;
  }

  .point-list {
    margin-top: -40px;
  }

  .experties-sec {
    padding-top: 60px;
    padding-bottom: 76px;
  }

  .service-name {
    bottom: 35px;
    left: 29px;
  }

  .ult-det-img .service-name {
    bottom: 32px;
    left: 40px;
  }

  .service-name span {
    letter-spacing: 17%;
  }

  .our-services,
  .our-blogs{
    padding-top: 89px;
    padding-bottom: 115px;
  }

  .Customer-review {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .per-info span {
    font-size: 15px;
    line-height: 22px;
  }

  .per-info h3 {
    font-size: 22px;
    line-height: 30px;
  }

  .review-info {
    padding: 32px;
  }

  .faq-sec summary {
    font-size: 16px;
    line-height: 28px;
  }

  .faq-sec summary::before {
    width: 50px;
    height: 50px;
  }

  .question-item summary {
    padding: 24px 61px 24px 14px;
  }

  .contact-row {
    flex-direction: row;
  }

  .contact-left {
    text-align: start;
  }

  .footer-sec .footer-left h2 {
    font-size: 56px;
    line-height: 64px;
  }

  .point-list-name span {
    font-size: 14px;
  }

  .service-pg-head .banner-sub-head,
  .service-pg-head .banner-sub-head a {
    font-size: 14px;
    letter-spacing: 20%;
  }

  .service-pg-head .banner-sub-head {
    margin-bottom: 32px;
  }

  .service-pg-head h1 {
    font-size: 64px;
    line-height: 76px;
  }

  .service-pg-head {
    padding-bottom: 176px;
  }
  .sngl-pg-banner {
    margin-top: -144px;
  }

  .sngl-banner-img {
    margin-bottom: 33px;
  }

  .sngl-banner-txt p {
    font-size: 18px;
    line-height: 38px;
  }

  .sngl-banner-txt {
    flex-direction: row;
    align-items: center;
  }

  .sngl-det-row {
    flex-direction: row;
  }

  .col-60 {
    width: 50%;
  }

  .col-40 {
    width: 50%;
  }

  .book-det h2 {
    font-size: 26px;
  }

  .banner-form {
    margin-left: auto;
  }

  .contact-form .banner-form {
    margin-left: 0;
  }

  .col-20 {
    width: 33.33%;
  }

  .checkbox-flex label {
    width: 50%;
  }

  .booking-sec-wrap {
    padding: 57px 57px 0 57px;
  }

  .checkbox-flex label {
    font-size: 15px;
    line-height: 20px;
  }

  .booking-section h2 {
    font-size: 40px;
    line-height: 48px;
  }

  .ult-ser-col,
  .ultimate-ser-row.ultimate-ser-row-rev .ult-ser-col {
    padding: 20px;
  }

  .ser-det-cont {
    padding: 32px;
  }

  .our-services.serv-hover-eff .services-det-col:hover .ser-mbl-cont,
  .our-blogs.blogs-hover-eff .services-det-col:hover .ser-mbl-cont{
    padding: 30px;
  }

  .our-services.serv-hover-eff .ser-mbl-cont h2,
  .our-blogs.blogs-hover-eff .ser-mbl-cont h2{
    margin-bottom: 17px;
  }

  .our-services.serv-hover-eff .ser-mbl-cont p,
  .our-blogs.blogs-hover-eff .ser-mbl-cont p{
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 28px;
  }

  .booking-checkbox-wrapper .col-6 {
    margin-bottom: 57px;
  }

  .ser-rev-wrap {
    padding: 29px 26px 35px 31px;
  }

  .ser-rev-wrap ul {
    margin-bottom: 20px;
  }

  .booking-section {
    padding-bottom: 76px;
  }

  .header-icons {
    border-right: 1px solid #FAFAFA;
  }

  .contact-form {
    margin-top: -140px;
  }

  .trust-col-left p+p {
    margin-top: 17px;
  }

  .trust-col-left {
    font-size: 14px;
    line-height: 22px;
  }

  .about-img-header {
    padding: 15px;
  }

  .about-img-header p {
    font-size: 14px;
    line-height: 20px;
  }

  .about-img-header.our-values-head h2{
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 26px;
  }

  .abt-book-img{
    width: 50%;
  }
	
  .menu-item-has-children {
	position: relative;
  }
	
  .menu-item-has-children::after{
	position: absolute;
	background-color: #fff;
	width: 100%;
	height: 92%;
	content: '';
	bottom: -25px;
	left: 0;
  }
	
  .nav-list .sub-menu{
	position: absolute;
	top: 49px;
	left: -47px;
	background-color: #0B244E;
	color: #fff;
	width: 180px;
    padding: 15px 15px;
	z-index: 9999;
	opacity: 0;
	transform: translateY(-10px);
	pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
	text-align: center;
	border-radius: 2px;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
  }
	
  .nav-list .sub-menu li a{
	color: #fff;
	cursor: pointer;
  }
	
  .nav-list .sub-menu li+li{
	margin-top: 5px;
  }
	
  .nav-list .sub-menu li a:hover{
	color: #0091FF;
  }
	
  .nav-list .menu-item-has-children:hover .sub-menu{
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
  }
	
  .menu-item-has-children > a::before{
    top: -2px;
    right: -17px;
  }
}

@media (min-width: 992px) {
  .nav-list .sub-menu{
	padding: 15px 0;	
	left: -35px;
  }
	
  .menu-item-has-children::after{
	 height: 100%;
   }
	
  .footer-bottom {
    justify-content: space-between;
  }
	
 .faq-sec summary::before{
    right: 53px;
  }

  .faq-sec summary::before {
    right: 18px;
  }

  .services-bg-form{
	padding-right: 34px;
  }
	
  .footer-sec .footer-left {
    max-width: 506px;
    margin-right: auto;
  }

  .footer-sec .footer-right {
    max-width: 519px;
    margin-left: auto;
  }

  .footer-sec .footer-wrapper {
    flex-wrap: nowrap;
  }

  .page-logo {
    width: 11%;
  }

  .pageNavCollapse {
    width: 89%;
  }

  #page-nav {
    width: 67%;
  }

  .nav-list li {
    padding-right: 18px;
    padding-left: 18px;
  }

  .header-btn {
    width: 33%;
  }

  .time-det,
  .nav-list li a {
    font-size: 16px;
  }

  .banner-form {
    padding: 42px 36px;
  }

  .experties-right p {
    margin-bottom: 32px;
  }

  .experties-det.row {
    margin-left: -34px;
    margin-right: -34px;
  }

  .experties-det.row .col {
    padding-left: 34px;
    padding-right: 34px;
  }

  .values-cont-wrap {
    padding: 26px 15px;
  }

  .top-header {
    flex-direction: row;
  }

  .top-header-right {
    justify-content: flex-end;
  }

  .top-header-left {
    justify-content: start;
  }

  .banner-cont-left h1 {
    line-height: 72px;
    font-size: 64px;
    margin-bottom: 32px;
  }

  .banner-form h2,
  .experties-right h2,
  .our-values-head h2,
  .our-services .our-values-head h3,
  .our-blogs .our-values-head h3{
    font-size: 40px;
    line-height: 48px;
  }

  .experties-right h2,
  .our-values-head h2,
  .our-services .our-values-head h3,
  .our-blogs .our-values-head h3{
    margin-bottom: 32px;
  }

  .bokk-row-lft .our-values-head h2 {
    margin-bottom: 20px;
  }

  .banner-form {
    max-width: 482px;
  }

  .contact-form .banner-form {
    max-width: 100%;
  }

  .experties-right .banner-sub-head,
  .our-values-head .banner-sub-head {
    margin-bottom: 32px;
  }

  .experties-right p {
    max-width: 592px;
  }

  .col-25 {
    width: 25%;
  }

  .col-33 {
    width: 33%;
  }

  .how-work-sec .experties-right p {
    max-width: 622px;
  }

  .work-list-det p {
    margin-bottom: 0;
  }

  .per-info span {
    font-size: 10px;
    line-height: 16px;
  }

  .per-info h3 {
    font-size: 14px;
    line-height: 20px;
  }

  .review-info {
    padding: 16px;
  }

  .faq-sec summary {
    font-size: 20px;
    line-height: 38px;
  }

  .question-item summary {
    padding: 24px 84px 24px 34px;
  }

  .faq-sec {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .point-list-name span {
    font-size: 16px;
  }

  .sngl-det-col {
    font-size: 18px;
    line-height: 38px;
  }

  .col-60 {
    width: 60%;
  }

  .col-40 {
    width: 40%;
  }

  .sngl-det-row {
    margin-left: -31px;
    margin-right: -31px;
  }

  .sngl-det-row .col {
    padding-left: 31px;
    padding-right: 31px;
  }

  .detail-head,
  .book-det h2 {
    font-size: 34px;
    line-height: 48px;
  }

  .matter-list li,
  .we-do-det h2 {
    font-size: 20px;
    line-height: 50px;
  }

  .book-det {
    padding: 34px 38px;
  }

  .col-20 {
    width: 20%;
  }

  .checkbox-flex label {
    width: 33.333%;
  }

  .ult-ser-col span {
    margin-bottom: 40px;
  }

  .ult-ser-col h3 {
    margin-bottom: 25px;
  }

  .ult-ser-col p {
    line-height: 36px;
    font-size: 16px;
  }

  .ult-ser-col {
    padding: 20px 20px 20px 40px;
  }

  .ultimate-ser-row.ultimate-ser-row-rev .ult-ser-col {
    padding: 20px 40px 20px 20px;
  }

  .lower-service-banner {
    font-size: 16px;
    line-height: 35px;
  }

  .lower-service-banner p {
    margin-bottom: 34px;
  }

  .upper-service-banner h1 {
    font-size: 38px;
    line-height: 52px;
  }

  .our-services.serv-hover-eff .ser-mbl-cont p,
  .our-blogs.blogs-hover-eff .ser-mbl-cont p{
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 34px;
  }

  .our-services.serv-hover-eff .services-det-col:hover .ser-mbl-cont,
  .our-blogs.blogs-hover-eff .services-det-col:hover .ser-mbl-cont{
    padding: 20px 15px;
  }

  .our-services.serv-hover-eff .ser-mbl-cont h2,
  .our-blogs.blogs-hover-eff .ser-mbl-cont h2{
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 30px;
  }

  .trust-col-left p+p {
    margin-top: 37px;
  }

  .trust-col-left {
    font-size: 18px;
    line-height: 38px;
    letter-spacing: 1%;
  }

  .about-img-header.our-values-head h2,
  .our-services .our-values-head h3,
  .our-blogs .our-values-head h3{
    margin-bottom: 10px;
    font-size: 34px;
    line-height: 40px;
  }

  .about-img-header {
    padding: 29px 20px 20px 19px;
  }

  .about-img-header p {
    font-size: 16px;
    line-height: 38px;
  }

  .book-row .col-40 {
    width: 40%;
  }

  .book-row .col-60{
    width: 60%;
  }
	
  .faq-sec summary::after{
	right: 33px;
  }
}

@media (min-width: 1280px) {
  .point-list-name {
    width: 15%;
  }

  .values-cont-wrap {
    padding: 26px 40px;
  }

  .per-info span {
    font-size: 15px;
    line-height: 22px;
  }

  .per-info h3 {
    font-size: 22px;
    line-height: 30px;
  }

  .review-info {
    padding: 32px;
  }

  .name-nd-det {
    margin-bottom: 32px;
  }

  .review-info p {
    margin-bottom: 32px;
  }

  .point-list-wrap.row {
    margin-left: -26px;
    margin-right: -26px;
  }

  .point-list-name {
    padding-left: 26px;
    padding-right: 26px;
  }

  .checkbox-flex label {
    font-size: 20px;
    line-height: 22px;
  }

  .ult-ser-col {
    padding: 20px 20px 20px 70px;
  }

  .ultimate-ser-row.ultimate-ser-row-rev .ult-ser-col {
    padding: 20px 70px 20px 20px;
  }

  .lower-service-banner {
    padding: 40px 40px 0 57px;
  }

  .upper-service-banner {
    padding: 43px 41px;
  }

  .u-span {
    margin-bottom: 31px;
  }

  .upper-service-banner h1 {
    font-size: 64px;
    line-height: 72px;
  }

  .services-det-wrap.row {
    margin-left: -16px;
    margin-right: -16px;
  }

  .services-det-wrap.row .col,
  .blogs-det-wrap.row .col{
    padding-left: 16px;
    padding-right: 16px;
  }

  .about-img-header {
    padding: 49px 64px 20px 64px;
    min-height: 376px;
  }

  .about-img-header.our-values-head h2 {
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 48px;
  }

  .bokk-row-lft .our-values-head h2 {
    margin-bottom: 20px;
  }

  .bokk-row-lft .our-values-head {
    margin-bottom: 64px;
  }

  .bokk-row-lft ul li::before {
    width: 65px;
    height: 65px;
    font-size: 32px;
    line-height: 24px;
  }

  .bokk-row-lft ul li+li {
    margin-top: 30px;
  }

  .about-list h3 {
    font-size: 21px;
  }
}

@media (min-width: 1440px) {
  .our-services.serv-hover-eff .ser-mbl-cont p,
  .our-blogs.blogs-hover-eff .ser-mbl-cont p{
    font-size: 16px;
    line-height: 36px;
  }

  .our-services.serv-hover-eff .services-det-col:hover .ser-mbl-cont,
  .our-blogs.blogs-hover-eff .services-det-col:hover .ser-mbl-cont{
    padding: 46px 32px 37px 32px;
  }

  .our-services.serv-hover-eff .ser-mbl-cont h2,
  .our-blogs.blogs-hover-eff .ser-mbl-cont h2{
    margin-bottom: 17px;
    font-size: 30px;
  }

  .bokk-row-lft ul li {
    padding-left: 90px;
  }

  .about-list p {
    font-size: 17px;
    line-height: 29px;
  }
}

@media (max-width: 1439px) {
  .header-btn a {
    min-width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 9px;
  }
}

@media (max-width: 767px) {
  .pageNavCollapse {
    width: 100%;
    position: absolute;
    left: 0;
    top: 65px;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: transform .3s ease;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 30px;
    z-index: 1;
  }

  .pageNavCollapse:before {
    position: absolute;
    content: "";
    left: -9999px;
    right: -9999px;
    top: 0;
    bottom: 0;
    background-color: #fff;
    z-index: -1;
  }

  .pgNavOpener {
    display: block;
    position: relative;
    color: #0091FF;
    width: 30px;
    height: 27px;
  }

  .pgNavOpener .icnBar {
    position: absolute;
    left: 0;
    top: 9px;
    right: 0;
  }

  .pgNavOpener:before,
  .pgNavOpener:after,
  .pgNavOpener .icnBar {
    height: 4px;
    background-color: currentColor;
    transition: all .3s ease;
    border-radius: 10px;
  }

  .pgNavOpener:before {
    content: "";
    position: absolute;
    top: -1px;
    right: 0;
    left: 0;
  }

  .pgNavOpener:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 5px;
    left: 0;
  }

  .pgNavActive .pgNavOpener::before {
    transform: rotate(45deg) translate(7px, 6px);
  }

  .pgNavActive .pgNavOpener::after {
    transform: rotate(-45deg) translate(8px, -7px);
  }

  .pgNavActive .pgNavOpener .icnBar {
    opacity: 0;
    visibility: hidden;
  }

  .pgNavActive .pageNavCollapse {
    transform: scaleY(1);
  }

  .page-logo {
    width: 148px;
  }

  #page-nav {
    width: 100%;
  }

  .nav-list {
    flex-direction: column;
    justify-content: start;
    margin-left: 10px;
    margin-right: 10px;
  }

  .nav-list li {
    border-bottom: 1px solid #0091FF;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header-btn {
    width: 100%;
    flex-direction: column;
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
	
  .faq-sec .question-item[open=""] summary::after {
	transform: rotate(90deg);
	top: 38%;
	right: 28px;
  }
	
	.contact-form .wpcf7 form .wpcf7-response-output{
		font-size: 12px;
		line-height: 20px;
	}
	
	.banner-sec .wpcf7 form.invalid .wpcf7-response-output{
		margin-top: -60px;
		margin-left: 24px;
		max-width: 100%; 
	}

  .time-det {
    text-align: center;
  }

  .service-right {
    padding-left: 10px;
    padding-right: 10px;
  }

  .services-banner {
    padding-bottom: 40px;
  }

  .top-header-left p {
    text-align: center;
  }

  .trust-row {
    flex-direction: column-reverse;
  }

  .about-img-col {
    min-height: 450px;
  }
	
	
	.faq-sec summary::before {
		right: 18px;
	}
	
	.faq-sec summary::after {
		right: 28px;
	}
	
	.question-item summary {
		padding: 20px 65px 20px 12px;
	}
	
	.nav-list .sub-menu li{
		border-top: 1px solid #fff;
		border-bottom: 0;
	}
	
	.nav-list .sub-menu li a{
		color: #fff;
	}
	
	.nav-list .sub-menu li a:hover{
		color: #0091FF;
	}
	
	.nav-list .sub-menu{
		background-color: #0B244E;
		display: none;
	}
	
	.nav-list .menu-item-has-children:hover .sub-menu{
		display: block;
	}
	
	.nav-list .menu-item-has-children:hover{
		padding-bottom: 0;
	}
	
	.menu-item-has-children{
		position: relative;
	}
	
	.submenu-toggle{
		position: absolute;
  		right: 30%;
		top: 10px;
	}
}

.masonry-grid {
  width: 100%;
}


.masonry-grid .grid-sizer,
.masonry-grid .masonry-item {
  width: 33.3333%;
  box-sizing: border-box;
  padding-left: 15px;
}

.masonry-grid .gutter-sizer { 
	width: 0; 
}

.masonry-grid .masonry-item { 
	margin-bottom: 20px; 
}

@media (max-width: 992px) {
  .masonry-grid .grid-sizer,
  .masonry-grid .masonry-item { 
	  width: 50%; 
	}
}
@media (max-width: 600px) {
  .masonry-grid .grid-sizer,
  .masonry-grid .masonry-item { 
	  width: 100%; 
	  padding-left: 0; 
	}
	
  .faq-sec .question-item[open=""] summary::after{
	top: 41%;
  }
}
