*{
    margin: 0px;
    padding: 0px;
}
section#news {
    display: none;
}
html {
    scroll-behavior: inherit !important;
}
.custom-header .header-toggles.hide-no-js {
    display: none;
}

p, label, input, a, span, li, strong{
	font-family: "Roboto Condensed", sans-serif;
}

h1, h2, h3, h4, h6{
	font-family: "Roboto Condensed", sans-serif;
/* 	font-weight: 400; */
font-style: normal;

}
h1, h2{
	font-family: "Roboto Condensed", sans-serif;
}
body {
    overflow-x: hidden;
}
.row{
	margin: 0px;
}
section {
	padding: 0;
}
section.headerslider {
    overflow: hidden;
    max-height: 100vh;
}
.container {
	max-width: 1300px !important;
}
section {
    padding: 0;
}
/* header style */

.custom-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
a.topbtn {
    background: #DD4D56;
    color: #fff;
    font-size: 20px;
    width: 192px;
    font-weight: bold;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DD4D56;
    border-right: 0px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    padding: 33px 18px;
    padding-bottom: 17px;
    text-decoration: none;
}
a.topbtn:hover{
	text-decoration: none;
	/*border: 1px solid #DD4D56;
	background: transparent;
	color: #DD4D56;*/
	border-right: 0px;
    padding-bottom: 33px;
}
.header-navigation-wrapper nav, .header-navigation-wrapper nav ul {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
}
header#site-header.new-header {
    height: 85px;
    background: #fff;
}

.new-header .header-inner.section-inner {
    padding: 0;
    margin: 0;
	width: 100%;
	all: unset;
	display: flex;
	justify-content: space-between;
	padding: 0px 40px;
	padding-right: 0px;
}
.new-header .header-inner.section-inner .header-titles-wrapper {
	max-width: 30%;
}
.wpcf7-response-output {
    color: #fff;
}
.new-header .header-navigation-wrapper {
	max-width: 85%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
header#site-header.new-header {
     background: #ffffff00;
    position: absolute;
    left: 0;
    width: 100%;
}
.new-header .header-navigation-wrapper ul {
    margin: 0;
    display: flex;
    width: 100%;
	justify-content: flex-end;
	height: auto;
}
.new-header .header-navigation-wrapper ul.topmenu {
    width: 100% !important;
    padding-bottom: 19px;
/*     border-bottom: 1px solid #fff; */
    margin-bottom: 19px !important;
    display: flex;
	position: relative;
	padding-top: 15px;
}
.new-header .header-navigation-wrapper ul.topmenu:after {
    content: '';
    background: #fff;
    width: 100%;
    position: absolute;
    right: -25px;
    height: 1px;
    bottom: 0;
}
.new-header .header-navigation-wrapper ul li {
    list-style: none;
	margin-top: 0px;
    text-decoration: none;
}
.new-header .header-navigation-wrapper ul li a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    margin-top: 0;
}
.new-header .container-fluid {
	padding-right: 0;
	padding-left: 20px;
}
.new-header nav li a {
    font-size: 19px;
    color: #26487D !important;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    padding-bottom: 10px;
    position: relative;
}
.new-header nav li a:hover, .new-header nav li.current-menu-item a{
	text-decoration: none;
	color: #B59F62 !important;
}
.new-header nav li a:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 0px;
	height: 2px;
	background: #B59F62;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.new-header nav li a:hover:before{
	width: 100%;
}
.new-header .header-toggles.hide-no-js {
    display: none;
}
.new-header nav li {
    margin: 0;
    padding: 0px 20px;
/*     padding-bottom: 0px; */
}

.new-header .header-titles .site-logo.faux-heading {
    margin: 0;
}
.new-header .header-titles {
   margin: 0;
}
/* .custom-header .header-titles-wrapper {
    width: 25%;
    display: flex;
    justify-content: flex-start;
} */
/* .new-header .header-navigation-wrapper ul li:last-child {
    padding-right: 0;
} */
a.topmenu {
    background: #B59F62;
    clip-path: polygon(24% 0, 100% 0%, 100% 100%, 0% 100%);
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 50px;
	color: #fff;
	font-size: 22px;
	text-decoration: none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
a.topmenu:hover {
    background: #fff;
    color: #B59F62;
}
.custom-menu-right {
    display: flex;
    justify-content: flex-end;
}
/* header style end*/

/* header banner */

.topbanner-new {
/*     height: calc(100vh - 85px); */
	height: 100vh;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.header-banner-new label {
	font-size: 37px;
	color: #fff;
	font-weight: 500;
	display: inline-block;
	position: relative;
	margin: 0px;
}
.new-header nav li a {
    font-size: 24px !important;
    color: #fff !important;
    font-weight: normal;
}
.header-banner-new label:after{
	content: '';
	height: 1px;
	width: 96px;
	position: absolute;
	right: -109px;
	top: 30px;
	background: #fff;
}
.header-banner-new h1 {
	font-size: 104px;
	color: #fff;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 0;
}
.header-banner-new p{
	font-size: 37px;
    color: #fff;
    font-weight: 500;
    width: 100%;
	margin: 0px;
}
a.contactblue {
	width: 224px;
    height: 72px;
    background: #dd4d56;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    margin-top: 30px;
    border: 1px solid #dd4d56;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}
.contact-inner {
    width: 100%;
}
a.contactblue:hover{
	border: 1px solid #fff;
	color: #fff;
	background: transparent;
	text-decoration: none;
}
.topbanner-new:before {
    content: '';
    /* background: #000; */
    opacity: 0.9;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
	background: rgb(38 72 125);
	/*     background: linear-gradient(85deg, #26487d 8%, #26487d 7%, rgb(38, 72, 125, 0.8) 48%, rgba(255, 255, 255, 0) 100%); */
	background: linear-gradient(85deg, rgb(38 72 125 / 80%) 8%, rgb(38 72 125 / 80%) 7%, rgb(38, 72, 125, 0.8) 48%, rgba(255, 255, 255, 0) 100%);
}
.header-banner-new {
	position: relative;
	z-index: 0;
	padding-bottom: 0px;
}
.topbanner-new .slick-next {
    right: 12%;
    bottom: 6%;
}
.top-slider-arrows {
	position: absolute;
	bottom: 50px;
	right: 11.5%;
	width: 51px;
}
.top-slider-arrows button {
    border: 1px solid #26487D;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.top-slider-arrows button:before{
	display: none;
}
.top-slider-arrows button svg {
/*    filter: brightness(0) saturate(100%) invert(24%) sepia(59%) saturate(669%) hue-rotate(176deg) brightness(93%) contrast(91%); */
}
.top-slider-arrows button:hover {
    background: rgb(0 0 0 / 30%);
    border: 1px solid #fff;
}
.top-slider-arrows button:hover svg {
/*    filter: brightness(0) saturate(100%) invert(99%) sepia(97%) saturate(0%) hue-rotate(343deg) brightness(103%) contrast(100%); */
}
.counter-inner {
    background: #fff;
    display: flex;
    width: 600px;
    position: relative;
}
.counter-inner h2 {
	color: #26487D;
	font-size: 40px;
	font-weight: normal;
}
.slider-counter {
/* 	position: absolute;
	bottom: 0;
	left: 10%; */
	position: relative;
}
.slider-counter .text-center {
    position: absolute;
    bottom: 30px;
    left: 1.2%;
}
.counter-wrape h4 {
    font-size: 17px;
    font-weight: 600;
    color: #26487D;
    width: 100px;
    text-align: left;
    padding-left: 20px;
}
.counter-inner .counter-wrape:after {
    content: '';
    position: absolute;
    right: 15px;
    height: 60px;
    width: 1px;
    background: #26487D;
}
.counter-inner .counter-wrape:last-child:after{
	display: none;
}
.counter-wrape {
    display: flex;
    flex-wrap: wrap;
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0;
    align-items: center;
    justify-content: center;
    padding: 25px 0;
    padding-right: 20px;
}
.slider-counter .text-center {
    padding: 0;
}
/* header banner end */
/* our services */
section.our-services {
	background: url(/wp-content/uploads/2025/06/newbg-1-1.png);
    padding: 120px 0px;
	background-repeat: no-repeat;
	background-size: cover;
/* 	padding-bottom: 230px; */
	position: relative;
}
section.our-services:after {
    content: '';
    background: url(/wp-content/uploads/2025/05/pit_crew_21.png);
    width: 100%;
    height: 380px;
	position: absolute;
	bottom: -90px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	display:none;
}

.service-inner {
    display: flex;
    padding: 0;
    justify-content: space-between;
    margin-top: 40px;
}
.service-blog {
    padding: 0;
    max-width: 32%;
    flex: 0 0 32%;
    width: 32%;
}
section.our-services h2 {
    color: #fff;
	letter-spacing: 1px;
}
section.our-interiors .righticon a {
    background: #B59F62;
    display: flex;
    color: #fff;
	border: 1px solid #B59F62;
}
span.breadcrumb a {
    color: #b59f62;
}
section.our-interiors .righticon a:hover{
	background: transparent;
	color: #B59F62;
	border: 1px solid #B59F62;
}

/* section.our-interiors .righticon a img{
	filter: brightness(0) saturate(100%) invert(92%) sepia(48%) saturate(0%) hue-rotate(51deg) brightness(117%) contrast(100%);
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
section.our-interiors .righticon a:hover img{
	filter: brightness(0) saturate(100%) invert(67%) sepia(8%) saturate(1939%) hue-rotate(6deg) brightness(94%) contrast(88%);
} */
section.our-interiors .righticon {
	display: flex;
	margin-top: 50px;
}
.title-new span.stripeline {
    color: #B59F62;
    font-size: 30px;
    margin-bottom: 6px;
/*     display: flex; */
position: relative;
	font-weight: normal;
}
/* .title-new span.stripeline:after {
    content: '';
    height: 1px;
    width: 96px;
    position: absolute;
    right: -109px;
    top: 18px;
    background: #fff;
} */
section.our-services span.stripeline {
    color: #fff;
	margin: 0px;
}
.service-inner .service-blog {
    padding: 0;
    max-width: 32%;
    flex: 0 0 32%;
    width: 32%;
}
.about-right-text {
    display: flex;
    position: relative;
}
services-img{
	position: relative;
}
.services-img .service-text {
	position: absolute;
	bottom: -19px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: left;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	align-items: center;
	right: 66px;
}
.service-text h3 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 10px;
}
.service-text p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}
.service-blog:hover .service-text {
    visibility: visible;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.about-left h4 {
    margin: 0;
    font-size: 63px;
    font-weight: normal;
	color: #fff;
	line-height: 60px;
}
.about-left:before {
    content: '';
    background: url(/wp-content/uploads/2025/05/aboutimg.svg);
    width: 22px;
    height: 19px;
    position: absolute;
    bottom: 1px;
    left: 36px;
}
.services-img .service-text img {
    border: 8px solid #fff;
}
.about-left span {
    margin: 0;
    font-size: 28px;
	font-weight: 100;
	color: #fff;
	line-height: 28px;
	margin-bottom: 5px;
}
.about-left {
    display: flex;
    flex-direction: column;
    width: 161px;
    height: 161px;
    align-items: center;
    background: #016D9B;
	justify-content: center;
	z-index: 1;
}
.services-img .service-text img {
    position: relative;
    top: 8px;
}

.grid {
  position: relative;
  list-style: none;
  text-align: center;
}
.service-inner {
    padding: 0;
}
/* Common style */
/* .grid figure  */
.service-wrape .grid div.serbox
{
  position: relative;
  float: left;
  overflow: hidden;
min-width: 32%;
max-width: 32%;
max-height: 360px;
width: 32%;
text-align: center;
cursor: pointer;
	    border: 10px solid #fff;
}
.serbox figcaption>div {
    display: flex;
    justify-content: center;
    align-items: center;
}
.serbox figcaption>div a {
    font-size: 16px;
    margin-top: 15px;
}
.grid figure img, .servicecategory figure.effect-lily {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 1;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
/*   word-spacing: -0.15em; */
font-weight: 300;
}

.grid figure h2 span {
  font-weight: 800;
}
.our-services .grid figure h2 span {
    font-weight: 500;
}
.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

/* Individual effects */

/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily img {
  max-width: 100%;
/*   width: -webkit-calc(100% + 50px);
  width: calc(100% + 50px); */
  opacity: 1 !important;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: inherit;
  object-fit:cover;
}

figure.effect-lily figcaption {
  text-align: left;
  margin-top: 0px;
}

figure.effect-lily figcaption > div {
    position: absolute;
    bottom: 0px;
    left: 0;
    padding: 0px 20px;
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: all 0.5s ease-in-out;
}
.title-new {
    margin-bottom: 0px;
}
figure.effect-lily h2,
figure.effect-lily p {
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}

figure.effect-lily h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
figure.effect-lily a,
figure.effect-lily p {
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p,
figure.effect-lily:hover a
{
  opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p,
figure.effect-lily:hover a
{
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
figure.effect-lily:hover a,
figure.effect-lily:hover p {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
figure.effect-lily a.newreadmore {
    font-size: 18px;
    margin-top: 7px;
    color: #fff;
}

figure.effect-lily figcaption > div h2 {
	position: absolute;
	bottom: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	left: 0;
	padding: 10px;
	background: #fff;
	font-size: 24px;
	color: #676767;
    text-align: center;
}
figure.effect-lily figcaption > div{
	padding: 0px;
}
figure.effect-lily:hover figcaption > div h2 {
    position: relative;
    bottom: inherit !important;
}
.service-inner-new .grid {
    display: flex;
    flex-wrap: wrap;
}
/* .row.service-wrape {
    margin: 0;
} */
.service-wrape .grid {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
	width: 100%;
}
.grid figure img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.service-wrape figcaption h2 {
    font-size: 25px;
    text-transform: capitalize;
    font-weight: 500 !important;
    letter-spacing: 0.2px;
}
figure.effect-lily:hover figcaption > div, .servicecategory figure.effect-lily figcaption > div {
	height: 100%;
	display: flex;
	flex-direction: column;
	/*     align-items: center; */
	justify-content: center;
	bottom: 0px;
	/* background: rgb(221 77 86 / 80%); */
	background: rgb(181 159 98 / 80%);
    padding-bottom: 50px;
}
.servicecategory figure.effect-lily figcaption > div
{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    bottom: 0;
    text-transform: none;
}
figure.effect-lily:hover p, .servicecategory figure.effect-lily figcaption > div p {
    font-size: 18px;
    text-transform: none;
    letter-spacing: 0;
    color: #fff;
    font-weight: normal;
}
.service-wrape .grid div.serbox a {
    position: absolute;
    right: -1px;
    bottom: -70px;
    text-transform: capitalize;
    padding: 10px 15px;
    background: #fff;
    font-size: 20px;
    text-decoration: none;
    color: #000;
    margin: 0;
    border: 1px solid #fff;
    height: 51px;
    display: flex;
    align-items: center;
    font-weight: normal;
    transition: all 0.5s ease-in-out;
    -webkit-transition: 0.5s;
}
div.serbox figure.effect-lily:hover a {
    bottom: -1px;
}
div.serbox figure.effect-lily a:hover {
    background: #B59F62;
    color: #fff;
}
.service-wrape {
    margin-top: 70px;
}
figure.effect-lily:nth-child(1):hover figcaption > div, figure.effect-lily:nth-child(2):hover figcaption > div {
    bottom: 0;
}
figure.effect-lily figcaption:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 0;
/*     background: linear-gradient(360deg, rgba(38, 72, 125, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 106%);
    opacity: 0.8; */
}
.grid figure:hover figcaption div h2 {
    margin-bottom: 7px;
}
.grid figure:hover figcaption div a.newreadmore {
    margin-top: 10px;
}
figure.effect-lily:hover figcaption > div h2, .servicecategory figure.effect-lily figcaption > div h2 {
    background: transparent;
    color: #fff;
    margin: 0;
    position: relative;
    transform: translate3d(0, 0px, 0);
    bottom: 0;
}
figure.effect-lily:hover figcaption > div p, .servicecategory figure.effect-lily figcaption > div p {
    padding: 0px 20px;
    text-align: center;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
/* figure.effect-lily:nth-child(1) figcaption > div, figure.effect-lily:nth-child(2) figcaption > div {
    bottom: 32px;
}
figure.effect-lily:nth-child(1) figcaption > div h2, figure.effect-lily:nth-child(2) figcaption > div h2 {
    bottom: 0px;
    position: relative;
} */
/* our-services end */

/* interiors style */

.one-interiors {
    display: flex;
    align-items: self-end;
    justify-content: center;
    padding: 0;
}
.one-interiors .right {
	display: flex;
	align-items: self-end;
	padding: 0;
}
.one-interiors .left {
    padding-left: 0;
}
.title-new h2 {
    font-size: 50px;
    color: #016D9B;
	margin: 0px;
    margin-bottom: 0px;
    margin-bottom: 15px;
    font-weight: bold;
}
.one-interiors p{
	font-size: 22px;
	line-height: 32px;
	font-weight: normal;
	color: #838383;
}
.readmore a {
    font-size: 18px;
    line-height: 35px;
    color: #B59F62;
    margin-top: 15px;
    display: flex;
    text-decoration: underline;
}
section.our-interiors {
	padding: 120px 0px;
	background: url(/wp-content/uploads/2025/05/aboutus.png);
}
section.our-interiors .title-new {
    margin-bottom: 0;
}
section.our-interiors .title-new h2 {
    margin-bottom: 19px;
}
.one-interiors {
    padding: 0 !important;
}
.readmore a {
    width: 171px;
    height: 53px;
    background: #B59F62;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
/*     text-transform: uppercase; */
    text-decoration: none;
    border: 1px solid #B59F62;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.readmore a:hover{
	background: transparent;
	color: #B59F62;
	border: 1px solid #B59F62;
}
/* interiors style end*/

/* Us different */
section.iconbar .title-new span.stripeline {
    color: #fff;
}
section.iconbar .title-new span.stripeline:after {
	display: none;
}
.top-icon {
    display: flex;
    flex-wrap: wrap;
}
section.iconbar {
    padding: 120px 0px;
	padding-bottom: 130px;
	position: relative;
/* 	padding-bottom: 230px; */
}

section.iconbar:after {
    content: '';
    background: url(/wp-content/uploads/2025/05/pit_crew_sa_new-2.png);
    width: 100%;
	height: 390px;
	position: absolute;
	bottom: -89px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	display:none;
}
section.iconbar .icon-bg {
	background: #e5f0f6;
	padding: 40px 44px;
	display: flex;
	flex-direction: column;
	align-items: center;
/* 	justify-content: center; */
	text-align: left;
	height: 428px;
	margin-bottom: 25px;
	text-align: center;
}
.circle-icon {
    background: #0b74ad;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}
.lefricon {
    display: flex;
    align-items: center;
	justify-content: space-between;
	padding: 0;
}
.lefricon .title-new {
    width: 51%;
}
.righticon a {
    display: flex;
    padding: 14px 20px;
    background: #fff;
	font-size: 20px;
	text-decoration: none;
	color: #000;
	margin: 0;
	border: 1px solid #fff;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	height: 51px;
	display: flex;
	align-items: center;
}
.righticon a:hover{
	background: transparent;
	border: 1px solid #fff;
	color: #fff
}
.righticon a img{
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.righticon a:hover img{
	transition: 0.5s;
	-webkit-transition: 0.5s;
/* 	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(330deg) brightness(103%) contrast(101%); */
}
.righticon a img {
    margin-left: 13px;
}
section.iconbar {
    background: url(/wp-content/uploads/2025/06/what-makes.png);
	background-repeat: no-repeat;
    background-size: cover;
}
.lefricon p {
    font-size: 22px;
    line-height: 32px;
    font-weight: normal;
	color: #fff;
	margin: 0px;
}
section.iconbar .title-new h2 {
    color: #fff;
}
section.iconbar .icon-bg h3 {
	font-size: 28px;
	font-weight: normal;
	margin: 0px;
	line-height: 32px;
	margin-top: 33px;
	margin-bottom: 18px;
	color: #676767;
}
section.iconbar .icon-bg p {
	font-size: 20px;
	line-height: 32px;
	color: #707070;
	margin: 0;
	opacity: 0.6;
	min-height: 70px;
	text-align: center;
	font-weight: normal;
}
.right-services ul li {
    color: #838383;
    font-size: 22px;
}
section.iconbar .top-icon {
    padding: 0;
	display: flex;
	justify-content: space-between;
	margin-top: 70px;
}
.top-icon .left {
    padding: 0;
    max-width: 32%;
    flex: 0 0 32%;
    width: 32%;
}
section.iconbar .title-new {
    margin-bottom: 0px;
}
/* Us different end*/

/* contactus */
.form-wraper .title-new p span,
.form-wraper .title-new p {
    margin: 0;
}
.form-wraper .title-new h2 {
    line-height: 50px;
	color: #fff;
	letter-spacing: 0.5px;
}
.form-wraper p input, .form-wraper textarea {
    background: #fff !important;
}
.form-wraper .title-new span.stripeline {
    line-height: 30px;
	color: #fff;
}
.maplocation {
    width: 100%;
}
section.contactus {
    padding: 0;
}
section.contactus .container-custom {
    padding: 0;
}
.contact-right {
    display: flex;
    align-items: center;
    padding-left: 30px;
	padding-right: 10%;
	background: #015C82;
}
.contact-right .title-new {
    margin-bottom: 30px;
}
.maplocation iframe {
    width: 100% !important;
}
section.contactus {
/*     padding: 120px 0px; */
background: #E8E8E8;
position: relative;
/* padding-bottom: 44px;
padding-top: 57px; */
}
.left-form, .right-form {
    padding: 0;
}
.form-wraper .left-form {
    padding-right: 15px;
}
.form-wraper .right-form {
    padding-left: 15px;
}
.form-wraper br {
    display: none;
}


.message p {
    width: 100%;
}
.form-wraper p {
    margin-bottom: 30px;
}
.contact-right input {
    background: transparent;
    border: 1px solid #9F9F9F !important;
    color: #9F9F9F;
    box-shadow: none;
    outline: none;
}
.contact-right input {
    background: transparent !important;
    border: 1px solid #9F9F9F;
    color: #9F9F9F !important;
    font-size: 17px;
    font-weight: 500;
}
.contact-right textarea{
/*   background: transparent !important; */
  border: 1px solid #9F9F9F;
  color: #9F9F9F !important;
  font-size: 17px;
  font-weight: 500;
  outline: none;
}
input::placeholder {
 color: #9F9F9F !important;
 opacity: 1;
}
.submit-btn{
	position: relative;
	display: inline-block;
}

.submit-btn input{
	background: #B59F62 !important;
	color: #fff !important;
	font-size: 20px;
	padding: 14px 20px !important;
	padding-right: 50px !important;
	transition: 0.5s !important;
	-webkit-transition: 0.5s !important;
	border: 1px solid #B59F62 !important;
	text-decoration: none !important;
	text-transform: capitalize !important;
	font-weight: 400 !important;
}
.contactus .submit-btn input:hover{
	background: transparent !important;
	border: 1px solid #fff !important;
	color: #fff !important;
	text-decoration: none !important;
}
.checkbox-new label {
    color: #fff;
    font-size: 20px;
}
.checkbox-new span.first {
    margin: 0;
}


section.contact-wrape.contactus .submit-btn input:hover {
    border: 1px solid #b59f62 !important;
    color: #b59f62 !important;
	background: transparent;
}

section.contact-wrape.contactus .submit-btn:hover:before{
	background: url(/wp-content/uploads/2025/06/color-btn-icon.svg);
}

/* section.contact-wrape.contactus .submit-btn:hover:before{
	filter: brightness(0) saturate(100%) invert(100%) sepia(25%) saturate(5354%) hue-rotate(319deg) brightness(84%) contrast(60%) !important;
} */
/* .contact-right .submit-btn input{
    padding: 0;
    border: 0 !important;
    color: #fff !important;
} */
.submit-btn:hover input{
	color: #B59F62 !important;;
}
.contact-right .submit-btn input:
textarea::placeholder {
    color: #9F9F9F !important;
/*     opacity: 1; */
}
.submit-btn:before {
	content: '';
	background: url(/wp-content/uploads/2025/06/whit-btn-icon.svg);
	width: 27px;
	height: 19px;
	position: absolute;
	top: 18px;
	right: 14px;
	pointer-events: none;
	transition: 0.5s !important;
	-webkit-transition: 0.5s !important;
}
.pagination-wrape {
     position: relative;
    z-index: 111;
}
.submit-btn span.wpcf7-spinner {
    display: none;
}
.submit-btn p {
    margin-bottom: 0;
}
/* .submit-btn:hover:before{
    filter: none;
} */
.contact-right {
	padding: 0;
	display: flex;
	align-items: center;
	padding-left: 60px;
    padding-right: 10%;
    background: #015C82;
}
.contact-left {
    padding: 0;
    display: flex;
    align-items: center;
}
.contact-left .title-new span.stripeline {
	color: #dd4d56;
	margin-bottom: 5px;
}
.contact-left .title-new span.stripeline:after{
	background: #26487D;
}
section.contactus .title-new span.stripeline:after {
   width: 75px;
   right: -90px;
}
.title-new span.stripeline {
    display: inline-block;
}
section.contactus:before {
    background: url(/wp-content/uploads/2025/04/getintouch.svg);
    width: 570px;
    height: 387px;
    position: absolute;
    left: 5%;
    content: '';
    top: 9%;
}
section.contactus textarea::-webkit-input-placeholder {
    color: #9F9F9F !important;
    font-size: 17px;
    font-weight: 500;
}

section.contactus textarea:-moz-placeholder { /* Firefox 18- */
    color: #9F9F9F !important;
    font-size: 17px;
    font-weight: 500; 
}

section.contactus textarea::-moz-placeholder {  /* Firefox 19+ */
    color: #9F9F9F !important;
    font-size: 17px;
    font-weight: 500;
}

section.contactus textarea:-ms-input-placeholder {
    color: #9F9F9F !important;
    font-size: 17px;
    font-weight: 500;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #dd4d56;
    text-align: center;
    font-size: 14px;
}


section.contactus input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #9F9F9F !important;
	font-size: 17px;
	font-weight: 500;
}
section.contactus input::-moz-placeholder { /* Firefox 19+ */
	color: #9F9F9F !important;
	font-size: 17px;
	font-weight: 500;
}
section.contactus input:-ms-input-placeholder { /* IE 10+ */
	color: #9F9F9F !important;
	font-size: 17px;
	font-weight: 500;
}
section.contactus input:-moz-placeholder { /* Firefox 18- */
	color: #9F9F9F !important;
	font-size: 17px;
	font-weight: 500;
}
.custom-checkbox span.wpcf7-list-item-label {
    font-size: 17px;
    color: #9E9E9E;
    font-weight: 600;
}
.custom-checkbox span.wpcf7-list-item {
    margin: 0;
}
.custom-checkbox a {
    color: #26487d;
}
.custom-checkbox input[type="checkbox"] {
    background: #fff !important;
    width: 18px;
    height: 18px;
    margin-right: 5px;
}
/* contactus page end */
/* 
Delevery */
.container-custom {
    display: flex;
    align-items: center;
    padding: 0;
	padding-left: 9%;
    padding-top: 120px;
}
.zoom-img {
    overflow: hidden;
}
.client .clients-carousel:before,
.client .slider-new:before {
    content: '';
    position: absolute;
    left: 0;
    width: 56px;
    height: 100%;
    background: #000;
    background: rgb(255, 255, 255);
    z-index: 1000;
    background: linear-gradient(to right, rgb(238 246 249) 0%, rgb(238 246 249) 6%, rgba(255, 255, 255, 0) 99%, rgba(255, 255, 255, 0) 100%);
}
.client .clients-carousel:after,
.client .slider-new:after {
    content: '';
    position: absolute;
    right: -2px;
    top: 0;
    width: 56px;
	height: 100%;
	background: #000;
	background: rgb(255, 255, 255);
	z-index: 1000;
	transform: rotate(180deg);
	background: linear-gradient(to right, rgb(238 246 249) 0%, rgb(238 246 249) 6%, rgba(255, 255, 255, 0) 99%, rgba(255, 255, 255, 0) 100%);
}
.zoom-img img {
    transform: scale(1);
    width: 100%;
    height: 100%;
    transition: 0.8s ease-in-out;
}
.zoom-img:hover img {
    transform: scale(1.1);
}
.container-custom .left p {
    font-size: 22px;
    color: #838383;
    padding-right: 100px;
}
.container-custom .left-img {
    padding: 0;
}
.container-custom .left-img img {
    width: 100%;
}
.container-custom .left-img:nth-child(even) {
    padding-right: 2px;
}
.container-custom .left-img:nth-child(odd) {
    padding-left: 2px;
}
/* footer */
footer#site-footer {
    background: #016D9B;
    padding-top: 63px;
    padding-bottom: 0px;
}
.footer-inner {
    display: flex;
    padding: 0px;
}
.social-media ul {
	margin: 0;
	display: flex;
	list-style: none;
}
.footer-inner .left {
    padding-left: 0;
}
.section-inner {
    display: flex;
    flex-direction: column;
}
a.to-the-top {
	position: absolute;
	left: 40px;
	padding: 13px;
	background: #dd4d56;
}
.footer-left h3 {
    font-size: 27px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 24px;
    letter-spacing: 0.5px;
    font-family: "dejarip", sans-serif !important;
}
.footer-left ul {
    margin: 0;
}
.footer-inner .left h4 {
    margin-bottom: 45px;
}
.footer-left ul li a {
    font-size: 20px;
}
.footer-left ul li a strong {
    margin-right: 17px;
}
.footer-left ul li {
    list-style: none;
    margin: 0;
    padding: 8px 0px;
    font-size: 19px;
    color: #fff;
    display: flex;
    align-items: flex-start;
}

.footer-left ul li img {
    padding-right: 11px;
}
.copyright-text ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
	margin: 0px;
}
.copyright .copyright-text {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 0 0 100%;
}
.footer-column right .footer-left ul li {
    padding: 14px 0px;
}
.footer-left ul li p {
    color: #fff;
    margin: 0px;
}
.footer-column.right .footer-left ul li{
	padding: 14px 0px;
}

/* .footer-left ul li a{
	color: #fff;
} */
.footer-inner .left p{
	font-size: 20px;
  color: #fff;
  margin: 0px;
  margin-top: 21px;
}
.footer-left ul li a {
	transition: 0.5s;
	-webkit-transition: 0.5s;
    color: #fff;
}
.footer-left ul li a:hover {
    text-decoration: none;
}
.footer-inner .footer-column.right {
    padding-right: 0;
}
.footer-left ul li a:hover {
    text-decoration: none !important;
    color: #b59f62;
}
.footer-inner h4, .footer-left h3 {
    margin-top: 0;
}
.footer-inner h4, .footer-left h3 {
    margin-top: 0;
}
.footer-left ul li a {
    display: flex;
}
.footer-column.menu-column.center .footer-left {
    padding-left: 100px;
}
.copyright {
    margin-top: 109px;
    background: #015C82;
    margin-bottom: 0;
    padding: 19px 0;
}
.copyright-text p {
	margin: 0;
	font-size: 18px;
	color: #fff;
}
.testimonial .custom-arrows {
    right: 180px;
}
.testimonial .righticon a {
    background: #b59f62;
    color: #fff;
    padding: 5px 17px;
    border-color: #b59f62;
	height: 51px;
	display:flex;
	align-items: center;
}
.testimonial .righticon a:hover {
	color: #b59f62;
	background: transparent;
}
/*.testimonial .righticon a img{
	transition: 0.5s;
	-webkit-transition: 0.5s;
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
 .testimonial .righticon a:hover img{
	filter: brightness(0) saturate(100%) invert(69%) sepia(4%) saturate(3679%) hue-rotate(7deg) brightness(92%) contrast(88%);
} */
.social-media ul li a{
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.social-media ul li a:hover {
    filter: brightness(0) saturate(100%) invert(36%) sepia(64%) saturate(1359%) hue-rotate(323deg) brightness(93%) contrast(85%);
}
.footer-inner h4 {
    font-size: 27px;
    letter-spacing: 0.5px;
    color: #fff;
    font-weight: 500;
}
.footer-column.menu-column.center.usefull .footer-left {
    padding-left: 0px;
}
/* footer end */


/* .form-wraper label{
	display: none;
} */
/* contactus end */
#minute {
  transform-origin: 50% 50%;
  animation: rotateMinute 10s linear infinite;
}

#hour {
  transform-origin: 50% 50%;
  animation: rotateHour 720s linear infinite;
}

@keyframes rotateMinute {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes rotateHour {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
.topleftarrow {
    transform: translateX(0px);
    animation: topleftarrow 1s linear infinite;
}

@keyframes topleftarrow {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(0px);
    }
}
path.tickmartsvg{
    opacity: 1;
    animation: tickmartsvg 1s linear infinite;
}

@keyframes tickmartsvg {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
path.svgarrow5{
    transform: translateX(0px);
    animation: svgarrow5 1.5s linear infinite;
}

@keyframes svgarrow5 {
 0% {
    transform: translateX(0px);
}
50% {
    transform: translateX(-5px);
}
100% {
    transform: translateX(0px);
}
}
path.svgarrow2{
    transform: translateX(0px);
    animation: svgarrow2 1.5s linear infinite;
}
@keyframes svgarrow2 {
 0% {
    transform: translateX(0px);
}
50% {
    transform: translateX(5px);
}
100% {
    transform: translateX(0px);
}
}

path.svgarrow3{
    transform: translateY(0px);
    animation: svgarrow3 1.5s linear infinite;
}
@keyframes svgarrow3 {
 0% {
    transform: translateY(0px);
}
50% {
    transform: translateY(7px);
}
100% {
    transform: translateY(0px);
}
}
path.svgpencil{
    transform: translateX(3px);
    animation: svgpencil 1.5s linear infinite;
}
@keyframes svgpencil {
 0% {
    transform: translateX(3px);
}
50% {
    transform: translateX(-17px);
}
100% {
    transform: translateX(3px);
}
}
path.safteytop{
    transform: translateY(0px);
    animation: safteytop 2.5s linear infinite;
}
@keyframes safteytop {
 0% {
    transform: translateY(0px);
}
20% {
    transform: translateY(-2px);
}
40% {
    transform: translateY(0px);
}
60% {
    transform: translateY(-5px);
}
100% {
    transform: translateY(0px);
}
}
path.safteyhead{
    transform: translateY(0px);
    animation: safteyhead 2.5s linear infinite;
}
@keyframes safteyhead {
 0% {
    transform: translateY(0px);
}
20% {
    transform: translateY(2px);
}
40% {
    transform: translateY(0px);
}
60% {
    transform: translateY(5px);
}
100% {
    transform: translateY(0px);
}
}
.hqpulse {
  display: inline-block;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
}
50% {
    transform: scale(1.05);
}
100% {
    transform: scale(1);
}
}

a.to-the-top {
    display: none;
}
/* client logo */

section.our-client .title-new span.stripeline {
	color: #B59F62;
	margin: 0;
}
section.our-client .title-new span.stripeline:after {
   background: #26487d;
}
section.our-client {
	background: rgb(91 164 197 / 10%);
	padding: 120px 0px;
/* 	padding-top: 180px; */
}
section.our-client .title-new {
    margin-bottom: 75px;
}
.our-client-top .custom-arrows button:before {
    display: none;
}
.our-client-top {
	position: relative;	
}
.our-client-top .custom-arrows{
    position: absolute;
    right: 0;
    top: 50px;
    width: 48px;
}
section.our-client h2 {
    margin: 0;
}

.custom-arrows>button>button {
    border: 1px solid #26487D;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.client-wrape {
    padding: 0 !important;
}
section.our-client .title-new p {
    color: #838383;
    margin-top: 23px;
}
section.our-client .lefricon .title-new {
    width: 56%;
}
.client .righticon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
}
.client .righticon a {
    background: #b59f62;
    border-color: #b59f62;
    color: #fff;
}
.client .righticon a:hover {
    background: transparent;
    border-color: #b59f62;
    color: #b59f62;
}
.client .righticon a img{
	transition: 0.5s;
	-webkit-transition: 0.5s;
/* 	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(307deg) brightness(102%) contrast(103%); */
}
.client .righticon a:hover img{
/* 	filter: brightness(0) saturate(100%) invert(65%) sepia(6%) saturate(2610%) hue-rotate(7deg) brightness(100%) contrast(82%); */
}
section.our-client .client {
    padding: 0;
}
.custom-arrows {
    display: flex;
    position: absolute;
    width: 64px;
    right: 20px;
}
.mobile-topbar {
    display: none;
}
.new-header .header-navigation-wrapper ul li span.icon {
	right: 14px;
	top: 9px;
	color: #fff;
}
body:not(.overlay-header) .primary-menu ul {
    background-color: #00000000 !important;
}
.new-header nav li ul.sub-menu a {
    padding: 0;
    font-size: 18px !important;
    color: #fff !important;
    text-transform: none !important;
}
.new-custom-arrows>button>button,
.custom-arrows>button>button {
    border: 1px solid #B59F62;
    width: 51px;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #B59F62;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.new-custom-arrows>button>button:hover,
.custom-arrows>button>button:hover {
    background: transparent;
    border: 1px solid #B59F62;
}
.new-custom-arrows button:before,
.custom-arrows button:before{
	display: none;
}
/* .new-custom-arrows>button>button:hover svg,
.custom-arrows>button>button:hover svg {
    filter: brightness(0) saturate(100%) invert(65%) sepia(6%) saturate(2610%) hue-rotate(7deg) brightness(100%) contrast(82%);
} */
.new-custom-arrows>button,
.custom-arrows>button{
	padding: 0px !important;
	width: 0 !important;
	height: 0 !important;
}
/* client logo end*/

/* testimonials */
.star i {
  	font-family: FontAwesome;
    color: #FCCB32;
    font-size: 20px;
}
.testimonials-text {
	padding: 42px 38px;
	background: #fff;
	/* 	height: 553px; */
	height: 380px;
	position: relative;
	padding-top: 70px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.testimonials-text:before{
	content: '';
	background: url(/wp-content/uploads/2025/05/quote.svg);
	width: 35px;
	height: 25px;
	position: absolute;
	top: 30px;
	left: 46px;
	z-index: 1;
}
.testimonial .slide.slick-slide {
    margin: 0px 20px;
}
.testimonials-text h3 {
    margin: 0;
    font-size: 20px;
    color: #4B4B4B;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.testimonials-text p {
    font-size: 22px;
    color: #838383;
    line-height: 32px;
    font-weight: normal;
}
.new-custom-arrows {
    display: flex;
    position: absolute;
	width: 64px;
	right: 176px;
}
.new-custom-arrows button:before{
	display: none;
}
.new-custom-arrows button {
    border: 1px solid #B59F62;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #B59F62;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.new-custom-arrows button:hover {
    background: transparent;
    border: 1px solid #B59F62;
}
/* .new-custom-arrows button:hover svg {
    filter: brightness(0) saturate(100%) invert(65%) sepia(6%) saturate(2610%) hue-rotate(7deg) brightness(100%) contrast(82%);
} */
.star {
    margin-bottom: 12px;
}
.slider-new.testimonials .owl-stage {
    display: flex;
}
.slider-new.testimonials {
    overflow: hidden;
}
/* testimonials end*/
/* instagram start */

.followus-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section.our-client.followus .followus-inner .title-new {
    margin: 0;
}
.insta .spotlight-instagram-feed {
    width: 100%;
    margin-top: 50px;
    background: transparent !important;
}
.followus-inner .FeedLayout__wrapper {
    padding: 0 !important;
    background: transparent !important;
}
section#news {
    background: rgb(255 255 255 / 10%);
}
section.our-client.followus .righticon a {
    background: #b59f62;
    color: #ffffff;
    border: 1px solid #b59f62;
}
section.our-client.followus .righticon a img {
/*     filter: brightness(0) saturate(100%) invert(99%) sepia(99%) saturate(0%) hue-rotate(191deg) brightness(101%) contrast(101%); */
}
section.our-client.followus .righticon a:hover{
	 border: 1px solid #b59f62;
	color: #b59f62;
	background: transparent;
}
section.our-client.followus .righticon a:hover img{
/* 	filter: brightness(0) saturate(100%) invert(71%) sepia(3%) saturate(4346%) hue-rotate(7deg) brightness(89%) contrast(91%); */
}
/* instagram end */

/* Areas start */
section.areas:before {
    background: rgb(1, 109, 155, 0.9);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 12;
    content: "";
}
section.areas .container {
    position: relative;
    z-index: 12;
}
section.areas {
    padding: 120px 0;
    background: url(/wp-content/uploads/2025/07/poster-london-united-kingdommap.jpg);
    position: relative;
    background-size: 100%;
}
section.areas span.stripeline {
    color: #fff;
    margin: 0;
}
section.areas .title-new h2 {
    color: #fff;
}
section.areas .left ul {
    margin: 0;
    display: flex;
    list-style: none;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 42px;
}
section.areas .left ul li {
	width: 47.5%;
	max-width: 47.5%;
    display: flex;
    margin: 0;
    display: flex;
    align-items: center;
    background: #fff;
    padding: 15px;
    margin-bottom: 24px;
	position: relative;
}
section.areas .left ul li:after {
    content: '';
    background: url(/wp-content/uploads/2025/05/tick.svg);
    width: 28px;
    height: 28px;
    position: absolute;
    right: -8px;
    top: -11px;
}
section.areas .left ul li:last-child {
    margin: 0;
}
section.areas .lefricon .title-new {
    width: 85%;
}
.area-inner {
    display: flex;
    align-items: center;
}
.location {
	display: inline-block;
	padding: 15px;
	background: #fff;
}
.area-inner .right {
    display: flex;
    justify-content: flex-end;
    padding-right: 0;
}
.area-inner, .area-inner .left {
    padding: 0;
}
section.areas .left ul li img {
    padding-right: 15px;
}
section.areas .left ul li:nth-child(odd) {
    margin-right: 12px;
}
section.areas .left ul li:nth-child(even) {
    margin-left: 12px;
}
/* Areas end */

/* about us page */

section.project-inner.top-service {
/*     height: 380px; */
	height: 480px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
}

section.project-inner.top-service:before {
    content: '';
    opacity: 0.9;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgb(38 72 125);
    background: linear-gradient(85deg, #26487d 8%, #26487d 7%, rgb(38, 72, 125, 0.8) 48%, rgba(255, 255, 255, 0) 100%);
}

section.about-header.project-inner.top-service .banner-new {
    display: flex;
    align-items: flex-start;
}
.project-inner .title-new {
    margin: 0;
}
.latest_news h1,
.banner-new h1 {
    font-size: 66px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0;
    line-height: 80px;
    padding-bottom: 0;
	padding-top: 60px;
}

section.our-client.innper-page {
    padding: 120px 0px;
}

section.our-interiors.about .one-interiors {
    align-items: self-start;
}
section.our-interiors.about .services-img {
    border: 1px solid #b59f62;
    padding: 8px;
}
section.our-interiors.about .one-interiors .right {
    padding-left: 30px;
}

/* about page end */

/* contact us page */

section.contact-wrape.contactus .contact-inner {
    display: flex;
	padding: 120px 0px;
}

.maplocation{
	padding: 0px;
}
section.contact-wrape.contactus .right.contact-right {
	background: transparent;
	padding: 0px 30px;
	align-items: flex-start;
}
section.contact-wrape.contactus .right.contact-right .title-new h2
{
	color: #016d9b;
}
section.contact-wrape.contactus .footer-left ul li a {
    color: #016d9b !important;
	 font-size: 22px;
    line-height: 32px;
	text-decoration: none;
}
section.contact-wrape.contactus .footer-left ul li p {
    width: 32%;
}
section.contact-wrape.contactus h4 {
    font-weight: normal;
    color: #016d9b;
    margin-bottom: 10px;
    font-size: 32px;
}
section.contact-wrape.contactus .footer-left ul li p,
section.contact-wrape.contactus .title-new p {
    font-size: 22px;
    line-height: 32px;
    color: #016d9b !important;
}
section.contact-wrape.contactus .contact-inner .left{
	padding: 0;
	padding-right: 100px;
}
section.contact-wrape.contactus {
    background: rgb(91 164 197 / 10%);
}
section.contact-wrape.contactus .form-wraper p input, .form-wraper textarea {
    background: #fff !important;
    border: 0px !important;
}
section.contact-wrape.contactus .form-wraper p input {
    height: 60px;
}
section.our-services .container {
    position: relative;
    z-index: 1;
}
.maplocation.contact iframe {
    height: 400px;
}
/* contact us page end */

/* single service */
.detail-text {
	display: flex;
	padding: 0px;
}

.signle-services {
   padding: 0px;
}
.signle-services .detial-img-left {
    width: 90%;
    padding: 10px;
    border: 1px solid #b59f62;
}
span.breadcrumb {
    margin: 0;
    background: #fff;
	padding: 0;
	padding-bottom: 10px;
}
section.service-single {
    padding: 120px 0px;
}
/* .signle-services .zoom-img {
    width: 90%;
} */
/* single service end*/

/* news listing  */
section.main-news.full-related-news .news-info a{
	text-decoration: none;
    font-size: 28px;
    color: #fff;
}
.news-info p a {
    text-decoration: none;
    font-size: 24px;
    color: #676767;
    padding-top: 10px;
    display: flex;
}
.news-info p{
	margin: 0px;
}
.news-social {
    position: absolute;
    top: 15px;
    left: -6px;
    background: #fff;
    padding: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.news-social p.datess {
    margin: 0;
    width: 53px;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    line-height: 22px;
}
p.like-show {
    display: none;
}
.margin-none {
    margin: 0;
}
.newslisting {
    display: flex;
    flex-wrap: wrap;
    padding: 120px 0px;
    padding-bottom: 80px;
}
.listing-wrape {
    margin-bottom: 40px;
}
.listing-wrape .zoom-img {
    border: 1px solid #2a4b7a78;
}
.listing-wrape .zoom-img img{
	height: 300px;
	object-fit: cover;
}
section.latest_news{
	height: 480px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	display: flex;
	align-items: center;
}
.latest_news h1,
.latest_news{
	position:relative;
}
.latest_news_content h4 {
	margin: 0;
	color: #016D9B;
    margin-bottom: 25px;
}
.latest_news:before {
    content: '';
    opacity: 0.9;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgb(38 72 125);
    background: linear-gradient(85deg, #26487d 8%, #26487d 7%, rgb(38, 72, 125, 0.8) 48%, rgba(255, 255, 255, 0) 100%);
}
div.heateor_sss_follow_ul a, div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a {
    margin: 6px;
}
section.news-detail {
    padding-bottom: 120px;
}
.latest_news_content h4 {
    margin: 0;
    margin-bottom: 10px;
}
.latest_news_content {
    padding-top: 120px;
}
.breadcrum {
    margin-top: 24px;
	display:none;
}
.anchor.singles-news-pages, .anchor.singles-news-pages a {
    color: #015C82;
/*     text-decoration: none; 
    font-style: italic;*/
    font-size: 16px;
    text-transform: lowercase;
}
.single-news-text {
    padding: 0;
}
a.backbtn {
	font-size: 16px;
	display: flex;
	align-items: center;
	line-height: 19px;
    padding: 5px 15px;
    color: #015C82;
    text-decoration: none;
    text-transform: capitalize;
    margin-bottom: 30px;
    border-radius: 100px;
    border: 1px solid #015C82;
}
a.backbtn img {
    rotate: 180deg;
    width: 20px;
    margin-right: 10px;
filter: brightness(0) saturate(100%) invert(24%) sepia(63%) saturate(1635%) hue-rotate(170deg) brightness(94%) contrast(99%);
}
.customsocialshare span.customsharetitle.single-news-show {
    display: flex;
    align-items: center;
    font-size: 23px;
}
.text-news p {
    font-size: 18px;
    color: #838383;
}
.customsocialshare .heateor_sss_sharing_container {
    margin-left: 9px;
}
.single-btn {
    display: flex;
}
.text-news p:empty {
    display: none;
}
section.main-news.full-related-news {
	background: #016d9b;
	padding: 120px 0px;
	display: flex;
	display: none;
}
section.main-news.full-related-news .image-box img {
    width: 100%;
}
section.main-news.full-related-news .title-new h2 {
	color: #fff;
	margin-bottom: 30px;
}
section.main-news.full-related-news h3 {
    color: #fff;
}
.related-title,
.related-inner {
    display: flex;
    flex-wrap: wrap;
	padding: 0;
}


.cnews-pagination ul {
    display: flex;
    list-style: none;
    padding-left: 0;
    gap: 8px;
    justify-content: center;
}
.pagination .page-numbers,
.cnews-pagination li a,
.cnews-pagination li span {
    display: block;
    padding: 6px 12px;
    background: #f0f0f0;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
}
.pagination .page-numbers.current,
.cnews-pagination li .current {
    background: #0073aa;
    color: #fff;
    font-weight: bold;
}
.pagination .page-numbers{
	padding: 7px 17px;
	margin-right: 10px !important;
	font-size: 18px;
}
.pagination-wrape {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
}
.cnews-pagination li span, .cnews-pagination li a {
	padding: 7px 17px;
	font-size: 18px;
	color: #676767;
}
.cnews-pagination li {
    margin: 0;
}
.pagination .page-numbers:hover{
	text-decoration: none;
	background: #0073aa;
	color: #fff;
}
.short-text p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 18px;
    color: #676767;
}
.listing-wrape .image-box {
    border: 1px solid #2a4b7a78;
    padding: 10px;
}
.cnews-pagination ul.page-numbers {
    margin: 0;
    margin-top: 30px;
}
.cnews-pagination {
    padding: 0;
}

/* single news end */

/* pricing page */
.about-title.banner-new {
    padding: 0;
}

.pricing-section a,
.pricing-section a:hover,
.pricing-section a:focus,
.pricing-section a:active {
  text-decoration: none;
  outline: none;
}

.pricing-section a,
.pricing-section a:active,
.pricing-section a:focus {
  color: #333;
  text-decoration: none;
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

.pricing-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pricing-section img {
  max-width: 100%;
  height: auto;
}
/*--blog----*/

.pricing-section .sec-title {
  position: relative;
  margin-bottom: 70px;
}

.sec-title .title {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 1em;
  color: #ff8a01;
  font-weight: 500;
  background: rgb(247, 0, 104);
  background: -moz-linear-gradient(
    to left,
    rgba(247, 0, 104, 1) 0%,
    rgba(68, 16, 102, 1) 25%,
    rgba(247, 0, 104, 1) 75%,
    rgba(68, 16, 102, 1) 100%
  );
  background: -webkit-linear-gradient(
    to left,
    rgba(247, 0, 104, 1) 0%,
    rgba(68, 16, 102, 1) 25%,
    rgba(247, 0, 104, 1) 75%,
    rgba(68, 16, 102, 1) 100%
  );
  background: linear-gradient(
    to left,
    rgba(247, 0, 104) 0%,
    rgba(68, 16, 102, 1) 25%,
    rgba(247, 0, 104, 1) 75%,
    rgba(68, 16, 102, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F70068', endColorstr='#441066',GradientType=1 );
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 15px;
}

.sec-title h2 {
  position: relative;
  display: inline-block;
  font-size: 48px;
  line-height: 1.2em;
  color: #1e1f36;
  font-weight: 700;
}

.sec-title .text {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: #888888;
  margin-top: 30px;
}

.sec-title.light h2,
.sec-title.light .title {
  color: #ffffff;
  -webkit-text-fill-color: inherit;
}
.pricing-section {
  position: relative;
  padding: 100px 0 80px;
  overflow: hidden;
}
/* .pricing-section .outer-box {
  max-width: 1100px;
  margin: 0 auto;
} */

.pricing-section .row {
  margin: 0 -30px;
}

.pricing-block {
  position: relative;
  padding: 0 30px;
  margin-bottom: 40px;
}

.pricing-block .inner-box {
  position: relative;
	background-color: #ffffff;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
	padding: 0 0 30px;
	max-width: 100%;
  margin: 0 auto;
  border-bottom: 20px solid #016D9B;
}

.pricing-block .icon-box {
  position: relative;
  padding: 50px 30px 0;
  background-color: #016D9B;
  text-align: center;
}

.pricing-block .icon-box:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 75px;
  width: 100%;
  border-radius: 50% 50% 0 0;
  background-color: #ffffff;
  content: "";
}

.pricing-block .icon-box .icon-outer {
  position: relative;
  height: 150px;
  width: 150px;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 0 auto;
  padding: 10px;
}

.pricing-block .icon-box i {
  position: relative;
  display: block;
  height: 130px;
  width: 130px;
	line-height: 120px;
	border: 5px solid #016D9B;
	border-radius: 50%;
	font-size: 50px;
	color: #016D9B;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}

.pricing-block .inner-box:hover .icon-box i {
  transform: rotate(360deg);
}

.pricing-block .price-box {
  position: relative;
  text-align: center;
  padding: 10px 20px;
}

.pricing-block .title {
	position: relative;
	display: block;
	font-size: 32px;
	line-height: 1.2em;
	color: #016d9b;
	font-weight: 600;
}

.pricing-block .price {
	display: block;
	font-size: 30px;
	color: #222222;
	font-weight: 700;
	color: #B59F62;
	margin: 0;
	margin-top: 10px;
	font-weight: 400;
}
section.pricing-section span.stripeline {
    margin: 0;
}
section.pricing-section .title-new{
	text-align: center;
}
section.pricing-section .title-new h2{
	    margin-bottom: 80px;
}
.pricing-block .features {
  position: relative;
  max-width: 200px;
  margin: 0 auto 20px;
}

.pricing-block .features li {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #848484;
  font-weight: 500;
  padding: 5px 0;
  padding-left: 30px;
  border-bottom: 1px dashed #dddddd;
}
.pricing-block .features li:before {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 16px;
  color: #2bd40f;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  margin-top: -8px;
}
.pricing-block .features li.false:before {
  color: #e1137b;
  content: "\f057";
}

.pricing-block .features li a {
  color: #848484;
}

.pricing-block .features li:last-child {
  border-bottom: 0;
}

.pricing-block .btn-box {
  position: relative;
  text-align: center;
}

.pricing-block .btn-box a {
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 25px;
	text-transform: capitalize;
	color: #ffffff;
	font-weight: 500;
	padding: 8px 50px;
	background-color: #016D9B;
	border-radius: 10px;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 300ms ease;
}

.pricing-block .btn-box a:hover {
  color: #ffffff;
}

.pricing-block .inner-box:hover .btn-box a {
	color: #016D9B;
	background: none;
	border-radius: 0px;
	border-color: #016D9B;
}

.pricing-block:nth-child(2) .icon-box i,
.pricing-block:nth-child(2) .inner-box {
  border-color: #b59f62;
}

.pricing-block:nth-child(2) .btn-box a,
.pricing-block:nth-child(2) .icon-box {
  background-color: #b59f62;
}

.pricing-block:nth-child(2) .inner-box:hover .btn-box a {
	color: #b59f62;
	background: none;
	border-radius: 0px;
	border-color: #b59f62;
}

.pricing-block:nth-child(2) .icon-box i,
.pricing-block:nth-child(2) .price {
  color: #b59f62;
}

.pricing-block:nth-child(3) .icon-box i,
.pricing-block:nth-child(3) .inner-box {
  border-color: #016D9B;
}

.pricing-block:nth-child(3) .btn-box a,
.pricing-block:nth-child(3) .icon-box {
  background-color: #016D9B;
}

.pricing-block:nth-child(3) .icon-box i
{
  color: #016D9B;
}
.pricing-block:nth-child(3) .price {
	
}
.pricing-block:nth-child(3) .inner-box:hover .btn-box a {
	color: #016D9B;
	background: none;
	border-radius: 0px;
	border-color: #016D9B;
}


/* pricing page end */

.content-disc .heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    display: none;
}
.new-content-text {
    display: flex;
    padding: 0;
	align-items: center;
}
.conten-img {
    padding: 15px;
    border: 1px solid #b59f62;
}
.right-content .title-new h2 {
	line-height: 40px;
	font-size: 40px;
}
.right-content {
    padding-right: 0;
    padding-left: 35px;
}
.left-content {
    padding-left: 0;
    padding-right: 30px;
}
.heateor_sss_sharing_container.heateor_sss_vertical_sharing.heateor_sss_bottom_sharing {
    display: none;
}
.about-title.banner-new.other-content .title-new h1 {
	font-size: 60px;
	width: 60%;
	margin: 0;
	line-height: 70px;
	margin-bottom: 20px;
}
.about-title.banner-new.other-content .title-new p {
    margin-bottom: 0;
    padding: 12px 21px;
    background: #b59f62b5;
    display: inline;
    font-size: 30px;
    color: #ffffff;
}
section.about-header.project-inner.top-service.pricing-new {
    height: 600px;
}
section.pricing-content {
    padding: 120px 0px;
}
section.price-full-desc {
    padding: 120px 0px;
    background: url(/wp-content/uploads/2025/05/areas-banner.png);
}
section.price-full-desc p {
    color: #ffffff !important;
    font-size: 23px;
    text-align: center;
    margin: 0;
}
.price-box {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    width: 100%;
}
.price-box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.price-wrape h2 {
    margin: 0;
}
.price-inner .price-box {
    gap: 0;
    justify-content: space-between;
}

.price-wrape {
    position: relative;
    float: left;
    overflow: hidden;
    min-width: 32%;
    max-width: 32%;
    max-height: 360px;
    width: 32%;
    text-align: center;
    cursor: pointer;
    border: 10px solid #fff;
}
.price-inner .price-box  .price-wrape {
    min-width: 32%;
    max-width: 32%;
    max-height: 360px;
    width: 32%;
}
section.price-fluid {
	padding: 120px 0;
	background: url(/wp-content/uploads/2025/05/areas-banner.png);
}
section.price-fluid .right-content, section.price-fluid .price-inner {
    padding: 0;
}
section.price-fluid .right-content .title-new {
    text-align: center;
}
section.price-fluid .right-content .content-disc {
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
}
section.price-fluid .title-new h2 {
    color: #fff;
}
section.price-fluid .right-content .content-disc p {
    color: #fff;
    font-size: 22px;
    line-height: 32px;
    font-weight: normal;
}
section.price-fluid figure.effect-lily:hover figcaption > div p {
    padding: 0px 15px;
}
section.price-fluid figure.effect-lily figcaption > div h2 {
    font-size: 24px;
    font-weight: 500;
}
.content-disc p, .content-disc li {
    font-size: 18px;
    line-height: 32px;
    font-weight: normal;
    color: #838383;
}
.content-disc ul {
    margin-bottom: 0;
}

/* review page */
section.review.our-client.new-review .full-width {
	display: flex !important;
	margin-top: 0 !important;
}
section.review.our-client.new-review .full-width .title-new span, section.review.our-client.new-review .full-width .title-new h2 {
    color: #fff;
}
section.review.our-client.new-review .full-width .title-new {
    margin-bottom: 0px;
}
section.review.our-client .testimonials-text {
	height: auto;
    min-height: 300px;
}
section.review.our-client .slider-new:after,
section.review.our-client .slider-new:before{
	display: none;
}
section.review.our-client .slider-new {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
section.review.our-client .slider-new .testimonials-text {
    width: 32%;
    max-width: 32%;
    flex: 0 0 32%;
	margin-bottom: 30px;
}
section.review.our-client {
    background: #fff;
	padding-top: 120px;
}
section.review.our-client .lefricon .title-new {
    width: 100%;
    display: flex;
    flex-direction: column;
	align-items: center;
}
/* review page end*/


section.review.our-client.new-review .container{
    max-width: 1440px;
	margin: 50px auto;
	padding: 0 15px;
	background-color: #f0f8ff00;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-bottom: 0px;
}
section.review.our-client.new-review {
    background: url(/wp-content/uploads/2025/05/areas-banner.png);
}
section.review.our-client.new-review header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
section.review.our-client.new-review .item {
  border-radius: 8px;
  padding: 25px;
}

section.review.our-client.new-review .item:nth-of-type(1) {
/*   background-color: hsl(263, 55%, 52%);
  color: #fff; */
  background-image: url(./images/bg-pattern-quotation.svg);
  background-repeat: no-repeat;
  background-position: right 90px top;
  grid-column: 1 / span 2;
	background: #fff;
}
section.review.our-client.new-review h3 {
    margin-bottom: 0;
}
section.review.our-client.new-review h3 {
    margin-bottom: 0;
    font-size: 20px;
    color: #4B4B4B;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-top: 30px;
}
section.review.our-client.new-review .testimonials-text:before {
    content: '';
    background: url(/wp-content/uploads/2025/05/quote.svg);
    width: 35px;
    height: 25px;
	position: absolute;
	top: 0;
	left: 0;
    z-index: 1;
}
section.review.our-client.new-review .testimonials-text {
    all: unset;
    position: relative;
    padding-top: 30px;
}
section.review.our-client.new-review .testimonials-text .star {
    margin-bottom: 0;
    margin-top: 20px;
}
section.review.our-client.new-review .item:nth-of-type(2) {
/*   background-color: hsl(217, 19%, 35%); */
	background: #fff;
/*   color: #fff; */
}

section.review.our-client.new-review .item:nth-of-type(3) {
/*   background-color: hsl(0, 0%, 100%); */
	background: #fff;
  grid-column: 4;
  grid-row: 1 / 3;
}
section.review.our-client.new-review .item,
section.review.our-client.new-review .item:nth-of-type(4) {
/*   background-color: hsl(0, 0%, 100%); */
	background: #fff;
}

section.review.our-client.new-review .item:nth-of-type(5) {
/*   background-color: hsl(219, 29%, 14%); */
	background: #fff;
/*   color: #fff; */
  grid-column: 2 / span 2;
}
/* section.review.our-client.new-review .item:nth-of-type(6) {
  background-color: hsl(219, 29%, 14%);
  color: #fff;
  grid-column: 1 / span 2;
}
section.review.our-client.new-review .item:nth-of-type(7) {
  background-color: hsl(219, 29%, 14%);
  color: #fff;
  grid-column: 1 / span 2;
} */
section.review.our-client.new-review .experience {
  font-weight: 600;
  font-size: 14px;
}

section.review.our-client.new-review .quote {
  opacity: 70%;
  margin-top: 15px;
}

section.review.our-client.new-review footer {
  margin-top: 10px;
}
.tablist {
    display: flex;
	flex-direction: column;
}
.tablist ul {
    width: 81%;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    padding-left: 20px;
}
.tablist ul li {
    margin-left: 0;
    width: 50%;
}
.circle-icon {
    background: #0b74ad;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}
.tablist ul li a {
    text-decoration: none;
    font-size: 18px;
    line-height: 32px;
    font-weight: normal;
    color: #838383;
}
.new-content-text {
  align-items: flex-start;
}
.copyright-text a {
    color: #fff;
    text-decoration: underline !important;
}
@media (max-width: 758px) {
  section.review.our-client.new-review .container {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 10px;
  }

 section.review.our-client.new-review .item {
    grid-column: 1;
  }

  section.review.our-client.new-review .item:nth-of-type(1) {
    grid-column: 1;
  }

  section.review.our-client.new-review .item:nth-of-type(2) {
    grid-column: 1;
    grid-row: 2;
  }

 section.review.our-client.new-review .item:nth-of-type(3) {
    grid-column: 1;
    grid-row: 3;
  }

  section.review.our-client.new-review .item:nth-of-type(4) {
    grid-column: 1;
    grid-row: 5;
  }

  section.review.our-client.new-review .item:nth-of-type(5) {
    grid-column: 1;
    grid-row: 4;
  }
/*  section.review.our-client.new-review .item:nth-of-type(6) {
    grid-column: 2;
    grid-row: 5;
	}
	section.review.our-client.new-review .item:nth-of-type(7) {
		grid-column: 1;
		grid-row: 5;
	} */
  section.review.our-client.new-review footer {
    text-align: center;
  }
}


a#scroll {
	width: 40px;
	height: 50px;
    background-color: #b59f62;
    position: fixed;
    left: 15px;
    bottom: 15px;
    border-radius: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#scroll span {
    position: absolute;
    top: 50%;
    right: 50%;
    height: 0;
    width: 0;
    margin-left: -9px;
    margin-top: -5px;
    border-bottom: 10px solid #fff;
    left: 50%;
/*     border-left: 10px solid transparent;
    border-right: 10px solid transparent; */
}


/* faqs */

.faqs-new-wraper {
	padding: 50px;
	background: #016d9b;
}
section.faqs-new h{
	color: #fff;
}
section.faqs-new .title-new h2 {
    color: #fff;
    margin-bottom: 40px;
}
section.faqs-new .card-header button:focus {
	outline: none;
	box-shadow: none;
}
section.faqs-new .card-header button{
	padding: 20px;
}
section.faqs-new {
    padding: 80px 0;
}
.faqs-new-wraper .accordion.shadow {
    box-shadow: inherit !important;
}
section.faqs-new .card h2 {
    margin-top: 0 !important;
}

.faqs-new-wraper .card {
    padding: 0;
    margin: 0 0 22px;
    box-shadow: inherit;
    border: 0;
}
.faqs-new-wraper .card-header {
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.content-disc p:empty {
    display: none;
}
.card-header button {
    width: 100%;
    justify-content: space-between;
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: 600 !important;
	text-decoration: none !important;
	text-transform: none !important;
	color: #015c82 !important;
}

.faqs-new-wraper .card-body {
    padding: 0 30px 30px !important;
}

.faqs-new-wraper .card-body p {
    font-size: 18px;
    color: #535353;
    font-weight: 400 !important;
}
.faqs-new-wraper .card-body ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: circle;
    padding-top: 10px;
}
.faqs-new-wraper .card-body ul li {
    width: 34%;
    display: flex;
    margin: 0;
    margin-left: 15px;
    list-style: disc;
}
.card-header button[aria-expanded=true] img {
    rotate: 180deg;
}
section.faqs-new.privacy .faqs-new-wraper {
    background: transparent;
    padding: 0;
}
section.faqs-new.privacy .faqs-new-wraper h3{
	margin-top: 0px;
}
/* faqs end */
ul.sub-menu li {
    width: 250px;
}
.new-header .header-navigation-wrapper ul.sub-menu {
    display: flex;
    flex-direction: column;
    padding: 7px;
}
ul.sub-menu li {
    width: 300px;
    white-space: nowrap;
    padding: 0px !important;
    display: flex;
    box-sizing: border-box;
    background: #016d9b;
}
ul.sub-menu li a{
	padding: 10px 30px !important;
}
article.quote p {
    font-size: 20px;
}
div#divMain a {
    color: #016D9B;
}
div#divMain h3 {
    color: #016D9B;
}
div#divMain p:last-child {
    margin: 0;
}
.new-header .header-navigation-wrapper ul li>ul.sub-menu ul.sub-menu ul.sub-menu {
    width: auto !important;
    text-align: left;
    display: flex;
    align-items: flex-start;
}
.right-services p {
    color: #838383;
    font-size: 22px;
}
.right-services p:last-child {
    margin: 0;
}
section.our-client.followus
{
    padding: 120px 0px;
}
path {
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
section.our-client .righticon a:hover path,
section.our-interiors .righticon a:hover path {
    fill: #b59f62;
}
.righticon a:hover path {
    fill: #fff;
}
.new-custom-arrows>button>button:hover svg, .custom-arrows>button>button:hover path {
   fill: #b59f62;
}
.new-custom-arrows button:hover path {
    fill: #b59f62;
}
.new-custom-arrows>button>button:hover path, .custom-arrows>button>button:hover path {
     fill: none;
    stroke-width: 3;
    stroke: #b59f62;
}
.new-header .header-navigation-wrapper ul li ul.sub-menu {
    width: 300px;
    padding: 20px 0px;
    background: #016d9b !important;
}
.new-header nav ul.sub-menu li a:hover:before {
    display: none;
}
.new-header .header-navigation-wrapper ul li ul.sub-menu li:hover, .new-header .header-navigation-wrapper ul li ul.sub-menu li:focus {
    background: #b59f62 !important;
}
.new-header ul.sub-menu li span.icon {
    top: 17px;
    color: #fff;
}
.new-header .header-navigation-wrapper ul li > ul.sub-menu:after {
    border-bottom-color: #fff !important;
}
.new-header .header-navigation-wrapper ul li ul.sub-menu ul.sub-menu:after {
     rotate: 90deg;
}
.price-box .righticon a {
    background: #b59f62;
    border-color: #b59f62;
    color: #fff;
}
.price-box .righticon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
}
.price-box .righticon a:hover {
    border-color: #fff;
    background-color: transparent;
}
@media screen and (max-width: 1080px) {
	
	.new-header .header-navigation-wrapper ul li a {
		font-size: 18px !important;
	}
	
}
a#scroll {
       z-index: 1000;
}
.servicecategory figure.effect-lily {
    height: 300px;
}
.service-detail-text a {
    color: #016D9B;
}
section.our-services ul {
    color: #fff;
    columns: 3;
    margin-left: 0;
    margin-top: 0px;
}
body.archive.tax-service_categories .our-services p {
    margin-bottom: 15px;
}
body.archive.tax-service_categories .our-services p:empty
{
    display: none;
}
.tax-service_categories h1 {
    display: flex;
    flex-direction: column;
}
.tax-service_categories h1 span {
    font-size: 22px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 30px;
}
.righticon.ctabtn {
    display: flex;
    justify-content: flex-start;
}
.righticon.ctabtn a {
    background: #b59f62;
    color: #fff;
}
.righticon.ctabtn a:hover {
    background: transparent;
    border-color: #b59f62;
    color: #b59f62;
}
.righticon.ctabtn a:hover path {
    fill: #b59f62;
}
.right-content .righticon.ctabtn {
    margin-top: 30px;
}
li.displaynonoe.menu-item.menu-item-type-custom {
    display: none !important;
}
.wpcf7-response-output {
    color: #333333;
}