*{
    margin: 0px;
    padding: 0px;
}
a:hover {
    color: #26487d;
}
html {
    scroll-behavior: inherit !important;
}
.custom-header .header-toggles.hide-no-js {
    display: none;
}

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

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

}
h1, h2{
	font-family: "dejarip", sans-serif !important;
}
body {
    overflow-x: hidden;
}
section.headerslider {
    overflow: hidden;
    max-height: 100vh;
}
.container {
	width: 1300px !important;
    max-width: 100%;
}
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: 85px;
    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%;
}

.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: #DD4D56 !important;
}
.new-header nav li a:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 0px;
	height: 2px;
	background: #dd4d56;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.new-header nav li a:hover:before{
	width: 100%;
}
.new-header nav li {
    margin: 0;
    padding: 33px 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;
} */

/* header style end*/

/* header banner */

.topbanner-new {
    height: calc(100vh - 85px);
    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: 36px;
    color: #fff;
    font-family: "Jost", sans-serif;
    font-weight: 600;
    display: inline-block;
    position: relative;
}
.header-banner-new label:after{
	content: '';
	height: 1px;
	width: 96px;
	position: absolute;
	right: -109px;
	top: 30px;
	background: #fff;
}
.header-banner-new h1 {
    font-size: 70px;
    color: #fff;
    font-family: "Jost", sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 1.5px;
}
.header-banner-new p{
	font-size: 30px;
    color: #fff;
    font-weight: 400;
    width: 45%;
    line-height: 40px;
}
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;
}
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%);
}
.header-banner-new {
	position: relative;
	z-index: 2;
	padding-bottom: 80px;
}
.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/04/service-bg.png);
    padding: 120px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}
.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;
}
.title-new span.stripeline {
    color: #fff;
    font-size: 25px;
    margin-bottom: 6px;
/*     display: flex; */
position: relative;
}
.title-new span.stripeline:after {
    content: '';
    height: 1px;
    width: 96px;
    position: absolute;
    right: -109px;
    top: 18px;
    background: #fff;
}
section.our-services span.stripeline {
    color: #dd4d56;
}
.service-inner .service-blog {
    padding: 0;
    max-width: 32%;
    flex: 0 0 32%;
    width: 32%;
}
.service-text {
    position: absolute;
    bottom: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    padding: 20px;
    flex-direction: column;
    text-align: left;
    background: rgb(221 77 86 / 80%);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    visibility: hidden;
}
.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;
}




.grid {
  position: relative;
  list-style: none;
  text-align: center;
}
.service-inner {
    padding: 0;
}
/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
/*   margin: 10px 1%; */
min-width: 32%;
max-width: 32%;
max-height: 360px;
width: 32%;
/*   background: #3085a3; */
text-align: center;
cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.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: 45px;
}
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: 60px;
}
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%;
}
.service-wrape figcaption h2 {
    font-size: 25px;
    text-transform: capitalize;
    font-weight: 500 !important;
    letter-spacing: 0.2px;
}
figure.effect-lily:hover figcaption > div {
    height: 100%;
    display: flex;
    flex-direction: column;
/*     align-items: center; */
justify-content: center;
bottom: 0px;
background: rgb(221 77 86 / 80%);
}
figure.effect-lily:hover p {
    font-size: 18px;
    text-transform: none;
    letter-spacing: 0;
    color: #fff;
}
/* figure.effect-lily:nth-child(1) figcaption > div, figure.effect-lily:nth-child(2) figcaption > div  {
    bottom: -61px;
} */

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: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: 40px;
    color: #26487D;
    margin-bottom: 0px;
    margin-bottom: 15px;
    font-weight: normal;
}
.one-interiors p{
	font-size: 20px;
	line-height: 35px;
	font-weight: 500;
	color: #26487D;
}
.readmore a {
    font-size: 18px;
    line-height: 35px;
    color: #DD4D56;
    margin-top: 15px;
    display: flex;
    text-decoration: underline;
}
section.our-interiors {
    padding: 120px 0px;
}
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: #dd4d56;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #dd4d56;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.readmore a:hover{
	background: transparent;
	color: #dd4d56;
	border: 1px solid #dd4d56;
}
/* interiors style end*/

/* Us different */
section.iconbar .title-new span.stripeline {
    color: #dd4d56;
}
section.iconbar .title-new span.stripeline:after {
   background: #26487d;
}
.top-icon {
    display: flex;
    flex-wrap: wrap;
}
section.iconbar {
    padding: 120px 0px;
}
section.iconbar .icon-bg {
    background: #F4F4F4;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 428px;
    margin-bottom: 25px;
}
.icon-bg img, .icon-bg svg {
    height: 70px;
}
section.iconbar .icon-bg h3 {
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
    margin-top: 11px;
    margin-bottom: 25px;
    color: #26487D;
}
section.iconbar .icon-bg p {
    font-size: 20px;
    line-height: 35px;
    color: #26487D;
    margin: 0;
    opacity: 0.6;
    min-height: 100px;
}
section.iconbar .top-icon {
    padding: 0;
    display: flex;
    justify-content: space-between;
}
.top-icon .left {
    padding: 0;
    max-width: 32%;
    flex: 0 0 32%;
    width: 32%;
}
section.iconbar .title-new {
    margin-bottom: 70px;
}
/* Us different end*/

/* ready section */
.readyinner {
    padding: 0;
    display: flex;
    align-items: center;
}
.readyinner .title-new {
    margin: 0;
}
.readyinner .title-new h2{
	color: #fff;
}
section.ready-discuss .discuss {
    padding: 0;
}
.readyinner .left {
    padding: 70px 154px !important;
    background: #26487D;
}
.readyinner .left, .readyinner .right{
	padding: 0px;
}
.readyinner .left {
    position: relative;
}
.readyinner .left .title-new {
    position: relative;
    z-index: 200;
}
.readyinner .left:before {
    content: '';
    background: url(/wp-content/uploads/2025/04/ready-bg.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 352px;
    /* opacity: 0.4; */
    background-size: cover;
}
section.ready-discuss {
    padding-bottom: 120px;
}
section.ready-discuss a.contactblue {
    width: 239px;
}
/* ready section end*/


/* client logo */

section.our-client .title-new span.stripeline {
    color: #dd4d56;
}
section.our-client .title-new span.stripeline:after {
   background: #26487d;
}
section.our-client {
    background: #EDEDED;
    padding: 120px 0px;
}
/*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 {
    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 .client {
    padding: 0;
}
/* client logo end*/

/* follow us */

.followus-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section.our-client .followus-inner .title-new {
    margin-bottom: 0px;
}
a.follow {
    font-size: 18px;
    color: #DD4D56;
    text-decoration: underline;
}
a.follow:hover{
	color: #000;
	text-decoration: none;
}
section.our-client.followus {
    background: #fff;
}

/* follow us end*/

/* gallery */

section.gallery {
	margin: 0;
	background: url(/wp-content/uploads/2025/04/service-bg.png);
	padding: 120px 0px;
	background-repeat: no-repeat;
	background-size: cover;
}
section.gallery .title-new h2 {
    color: #fff;
}
.gallery-text-wrape {
    max-width: 500px;
}
.gallery-inner {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
section.gallery .title-new {
    margin: 0;
}
section.gallery .title-new span.stripeline {
    color: #DD4D56;
}
section.gallery .follow-btn a.follow {
    color: #fff;
}
section.gallery .slick-slide {
    padding: 0px ;
    width: 100%;
}
.client .owl-item {
    border: 1px solid #bbb;
}
.slick-slider, .slick-track {
    width: 100%;
    margin: 0;
}
.slick-prev:before, .slick-next:before
{
    display: none;
}
.sgallery-new.galleryslider .slick-next {
    position: absolute;
    left: 40px;
    bottom: 0;
    transform: inherit;
    top: inherit;
    z-index: 12;
}
.sgallery-new.galleryslider .slick-prev {
    position: absolute;
    left: 10px;
    bottom: 0;
    transform: inherit;
    top: inherit;
    z-index: 12;
}
.clientslider .slick-slide {
    margin: 0 6px;
}
.clientslider .slick-track {
    direction: ltr; /* undo the rtl visual flip */
}
.gallery-counter {
    position: relative !important;
    bottom: 23px;
    left: 70px !important;
    width: 50px !important;
    height: auto !important;
    display: flex;
    align-items: end;
    z-index: 1 !important;
    color: #fff !important;
    white-space: nowrap;
}
.slick-slide img {
    display: block;
    width: 100%;
}
.galleryslider .slick-slide img {
    height: 450px;
    object-fit: cover;
}
.gallery-arrows {
	position: absolute;
	left: 29px;
	bottom: -32px;
	width: 10px;
}
.gallery-arrows button:before{
	display: none;
}
.gallery-bottom button svg {
    filter: brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(463%) hue-rotate(189deg) brightness(114%) contrast(100%);
}
.gallery-text {
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin-bottom: 38px;
}
.gallery-text h3 {
    font-size: 30px;
    line-height: 35px;
    color: #fff;
    font-weight: 600;
    font-family: "DM Sans", sans-serif;
    margin-bottom: 30px;
}
.gallery-text-wrape p {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 10px;
    line-height: 1.4;
}
.gallery-text-wrape p strong {
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
}
.row.gallery-inner, .row.gallery-bottom{
	margin: 0 !important;
/* 	margin-right: -15px !important; */
margin-left: -15px !important;
}
.gallery-text {
    padding: 0;
}
.row{
	margin: 0px !important;
}
.gallery-image {
    padding-right: 0;
    padding-left: 30px;
}
/* gallery end */


/* contactus */
section.contactus {
    padding: 100px 0px;
    background: #E8E8E8;
    position: relative;

}
section.contactus .title-new {
  background: url(/wp-content/uploads/2025/04/getintouch.svg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-size: 100%;
  display: inline-block;
  background-position: left center;
  width: 600px;
  height: 600px;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  background-repeat: no-repeat;
  padding-left: 20%;
  padding-top: 20%;
  position: relative;
  left: -100px;
  top: -50px;
  margin: 0;
}
.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: #fff;
  border: 1px solid #9F9F9F;
  color: #9F9F9F !important;
  font-size: 17px;
  font-weight: 500;
  box-shadow: none;
  outline: none;
  font-family: "DM Sans", sans-serif;
}
.contact-right textarea{
  background: #fff;
  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: #DD4D56 !important;
	color: #fff !important;
	font-size: 20px;
	padding: 20px 30px;
	padding-left: 50px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	border: 1px solid #DD4D56 !important;
	text-decoration: none !important;
}
.submit-btn input:hover{
	background: transparent !important;
	border: 1px solid #DD4D56 !important;
	color: #DD4D56 !important;
	text-decoration: none !important;
}
/* .contact-right .submit-btn input{
    padding: 0;
    border: 0 !important;
    color: #fff !important;
} */
.submit-btn:hover input{
	color: #DD4D56 !important;
}
.contact-right .submit-btn input:
textarea::placeholder {
    color: #9F9F9F !important;
/*     opacity: 1; */
}
.submit-btn:before {
    content: '';
    background: url(/wp-content/uploads/2025/04/Send_fill.png);
    width: 24px;
    height: 24px;
    position: absolute;
    top: 21px;
    left: 22px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.submit-btn span.wpcf7-spinner {
    display: none;
}
.submit-btn p {
    margin-bottom: 0;
}
.submit-btn:hover:before{
    filter: brightness(0) saturate(100%) invert(38%) sepia(88%) saturate(527%) hue-rotate(309deg) brightness(93%) contrast(95%);
}
.contact-right {
    padding: 0;
}
.contact-left {
    padding: 0;
    display: flex;
    align-items: center;
}
.contact-left .title-new span.stripeline {
  color: #dd4d56;
  margin-bottom: 5px;
  position: relative;
  width: 100px;
}
.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%;
    display: none;
}
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 */

/* footer */
footer#site-footer {
    background: #26487d;
    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-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;
}
.footer-column right .footer-left ul li {
    padding: 14px 0px;
}
.footer-left ul li p {
    color: rgb(255 255 255 / 60%);
    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: rgb(255 255 255 / 60%);
  margin: 0px;
  margin-top: 21px;
}
.footer-left ul li a {
	transition: 0.5s;
	-webkit-transition: 0.5s;
    color: rgb(255 255 255 / 60%);
}
.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: #dd4d56;
}
.footer-left ul li a {
    display: flex;
}
.footer-column.menu-column.center .footer-left {
    padding-left: 100px;
}
.copyright {
    margin-top: 109px;
    background: #1D3B6B;
    margin-bottom: 0;
    padding: 19px 0;
}
.copyright .copyright-text {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.copyright-text p {
	margin: 0;
	font-size: 17px;
	color: rgb(255 255 255 / 60%);
}
.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 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);
}
}
.clientslider: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(237 237 237) 0%, rgb(237 237 237) 6%, rgba(255, 255, 255, 0) 99%, rgba(255, 255, 255, 0) 100%);
}
.clientslider: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(237 237 237) 0%, rgb(237 237 237) 6%, rgba(255, 255, 255, 0) 99%, rgba(255, 255, 255, 0) 100%);
}


/* brand logo  */
.brand-wrape-bottom{
	background: url(/wp-content/uploads/2025/04/service-bg.png);
	padding: 120px 0px;
	background-repeat: no-repeat;
	background-size: cover;
}
section.header-banner {
/*     height: 324px; */
height: 380px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
position: relative;
display: flex;
align-items: center;
/* 	height: calc(100vh - 116px); */
}
section.header-banner.jointeam{
	/* 	height: calc(100vh - 116px); */
	height: 380px;
	display: flex;
	align-items: center;
}
.header-banner: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%);
}
.banner-new {
    flex-direction: column;
    height: 324px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.banner-new h1 {
    font-size: 66px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0;
    line-height: 80px;
    padding-bottom: 0;
}
section.brand-logo .title-new {
    display: flex;
    flex-direction: column;
    text-align: center;
    max-width: 60%;
    margin: 0 auto;
    padding-top: 120px;
    padding-bottom: 50px;
}
.brand-wrape {
    padding: 0;
}
.brand-logo-inner {
    padding: 0;
}
.brand-logo-inner .about-left {
    padding: 0;
}
.brand-left {
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*.brand-left:nth-child(3n-1) {
   background-color: #ededed;
}*/
/* .brand-left:nth-child(3n-3) img,
.brand-left:nth-child(3n-2) img{
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7429%) hue-rotate(152deg) brightness(117%) contrast(114%);
} */
.brand-logo-inner {
    display: flex;
    flex-wrap: wrap;
}
.brand-left:nth-child(8n-6),  /* 2nd in 1st group (item 2), 2nd in 3rd group (item 10), etc. */
.brand-left:nth-child(8n-4) { /* 4th in 1st group (item 4), 4th in 3rd group (item 12), etc. */
  background-color: #eee;
}

/* Group 2, 4, 6... (i.e., odd-numbered groups of 4) — highlight 1st and 3rd item */
.brand-left:nth-child(8n-3),  /* 1st in 2nd group (item 5), 1st in 4th group (item 13), etc. */
.brand-left:nth-child(8n-1) { /* 3rd in 2nd group (item 7), 3rd in 4th group (item 15), etc. */
  background-color: #F4F4F4;
}
/*.brand-left:nth-child(3n-2) {
  background-color: #F4F4F4;
}

.brand-left:nth-child(3n-3) {
  background-color: #ffffff;
}*/
section.brand-logo {
    margin-bottom: 0px;
}
.brand-logo-inner {
    background: #fff;
    padding: 50px;
}
/* brand logo end */

/* contact us page */
section.our-location iframe {
    border: 1px solid #ddd;
    margin-bottom: 70px;
    padding: 15px;
}

.contact-wrape .contact-inner, .content {
  display: flex;
  padding: 100px 0;
}
.content p {

    font-size: 20px;
    color: #26487d;
}
.content h4 {
    font-size: 40px;
    color: #26487D;
    margin-bottom: 15px;
    font-weight: normal;
    letter-spacing: 0;
}
.newcontact ul {
	margin: 0;
	padding-top: 30px;
}
.newcontact ul li {
    list-style: none;
    display: flex;
    padding: 15px 0;
    margin: 0;
    align-items: center;
}
.newcontact ul li p {
    color: #26487d;
}
.newcontact ul li:last-child {
    width: 60%;
    display: flex;
    align-items: flex-start;
}
.newcontact ul li img {
	width: 40px;
	height: 40px;
	margin-right: 13px;
}
.newcontact ul li a {
    color: #26487d;
    text-decoration: none;
}
.newcontact ul li a:hover {
    color: #dd4d56;
}
section.contact-wrape {
    background: #fff;
}
/*.contact-inner .right,
.contact-inner .left {
    padding: 0;
}*/
.submit-btn input {
    padding: 20px 30px !important;
    padding-left: 50px !important;
    border: 1px solid #dd4d56 !important;
    transition: 0.5s !important;
    -webkit-transition: 0.5s !important;
}
.newcontact .title-new {
    margin: 0;
}
.newcontact .title-new h2 {
    margin: 0;
}
.custom-checkbox.newupload-file {
    padding: 10px 15px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #dcd7ca;
    flex-wrap: wrap;
}
.custom-checkbox.newupload-file input {
    color: #26487d !important;
    font-weight: 300;
    border: none;
}
.dnd-upload-status .dnd-upload-details .name {
    white-space: nowrap;
    font-size: 12px;
}
/* contact us page end*/
/* our team page */

.ourteam {
    background: #fff;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 30px;
}
.ourteam .title-new{
	margin: 0px;
}
.register-form p
{
    color:#26487d;
}
.ourteam .title-new p {
    width: 95%;
}
.new-team {
    display: flex;
    padding: 0px;
    flex-wrap: wrap;
}
.new-team .left {
    padding: 0;
    display: flex;
    margin-top: 30px;
/*     justify-content: space-between; */
}
.new-team .right {
    padding-left: 0;
}
.custom-checkbox.newupload-file p{
	margin: 0px;
}
section.contact-wrape.teams {
    padding: 80px 0px 70px 0;
}
/*.register-form .form-wraper input, .register-form .form-wraper textarea {
    background: #e8e8e8;
}*/
.register-form {
    background: #fff;
    padding: 30px 0;
    padding-bottom: 0;
}
/*.register-form input {
    height: 60px;
}*/
textarea::placeholder {
    color: #9F9F9F !important;
    opacity: 1;
}
.register-form .title-new span.stripeline {
    color: #dd4d56;
}

.register-form .title-new span.stripeline:after {
    background: #26487d;
}
.team-email {
    background: #fcfbfb;
    margin-bottom: 30px;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #dcd7ca;
    flex-direction: row;
}

.team-email a {
    white-space: nowrap;
}
.new-team .flex-column {
    justify-content: center;
    padding-top: 8%;
    padding-left: 0;
    padding-right: 0;
}
.team-email img {
    width: 50px;
    margin-bottom: 0;
    border: 1px solid #f5f5f5;
    border-radius: 100px;
    margin-right: 11px;
    height: 50px;
}
.joincontactdetails {
    gap: 15px;
    margin-top: 40px;
    justify-content: space-between;
}
section.contact-wrape .contact-inner .title-new p {
    width: 70%;
    margin: 0;
    padding-top: 38px;
    font-size: 20px;
    color: #26487d;
}


/* our team page end*/

/* projects page */


.projects-template {
  background: #002855;
}
.team_content img {
  margin-top: -9px !important;
}
.team_about.text-center {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}
.content_t {
  margin-bottom: 25px !important;
}
#team_members {
  margin-bottom: 50px;
}
.team_dtl_p p:nth-child(1){
  margin-bottom: 10px !important;
}
.team_dtl_p p:nth-child(2){
  margin-top: 0px !important;
}
#team .heading h1 {
  margin: 20px auto 0rem !important;
}
.cnews-pagination a.page-numbers {
  padding: 5px!important;
}
.page-template-news-listing-template .news_1 {
  margin-bottom: 0px !important;
}
.header-titles-wrapper {
  margin-right: 10rem !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  width: 120px ;
} 
.down-icon {
  animation: bounce 3s infinite;
}
.down-icon:hover {
  animation: inherit;
}
section#banner {
  height: 720px !important;
} 
.owl-carousel .owl-item img {
  padding:0px 50px !important;  
  width: auto;
}
.clientslider .owl-item img
{
  padding:0px 10px !important;  
}
.owl-carousel .owl-item a {
  display: flex;
  justify-content: center;
  align-items: center ;  
  object-fit:contain;
  height: 100px;
} 
.single-services #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-314 > a.mega-menu-link:before {
  content: '';
  width: 100%; 
  height: 100%;
  background: url(/wp-content/uploads/2021/11/Nav-Base.svg);
  position: absolute;
  top: 25%;
  left: 0;
  background-position: center;
  right: 0;
  background-repeat: no-repeat;
}
.single-services .list ul {
  margin-bottom: 0px  ;
}
.page-id-706 input[type="file"] {
  margin-top: 5px ;
}
/* .follow-us {
position: absolute;
bottom: 20px;
right: 0 ;
} */
/* .follow-us h6 {
text-align: right;
} */
.site-footer .row {
  margin-right: 0px; 
  margin-left: 0px; 
}
.site-footer .footer-links ul {
  margin: 0 0 0rem 1.4rem;
}  
#cookie-notice .custom-cookie-btn {
  background: #9ABB91;
}
@media only screen and (min-width: 768px){
  .col-md-2, .col-md-3, .col-md-12 {

  }
}

.modal-body {
  padding: 1rem 11rem ;
}
.page-template-projects-template .heading h1 {
  margin-bottom: 0;
}
.page-template-projects-template .filter .form-control {
  width: 115px !important;
}
.page-template-projects-template .filter form select {
  background-position: right 12px;
  margin-right: 0px !important;
}
.content_service .pro-img-heading h2 {
  font-family: 'Paralucent medium';
  text-transform: capitalize;
}
.project-listing {
  margin: 0 0 100px ;
}
.filter {
  padding: 0 15px;
}




.brick-btn {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 13px;
}
.brick-btn .project-price p:last-child {
  margin-bottom: 0px;
}
.project-price {
    width: 100%;
    margin-top: 7px;
}
.brick-btn a.project-btn {
	padding: 10px 16px !important;
	width: 145px;
	border: 1px solid #DD4D56 !important;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 15px !important;
	font-weight: 500;
	letter-spacing: 1px !important;
	text-decoration: none;
	background: #DD4D56;
	color: #fff;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.brick.radial {
  height: 717px !important;
}
.new-projects .masonry .brick-btn a.project-btn:hover img {
  filter: none;
}
.brick-btn a.project-btn:hover {
  background: transparent;
  border: 1px solid #fff !important;
}
section.about-work.offer h2, section.about-work.offer p, section.about-work.offer li {
  color: #002855 !important;
}
.new-projects {
    background: #E8E8E8;
    padding: 120px 0;
    padding-top: 70px;
}
/*.new-projects .masonry {
  column-count: 2;
  column-gap: 15px;
}*/
.new-projects .masonry-full {
  border-bottom: 15px solid #002855;
}
.masonry .brick #text {
  display: none;
}
.new-projects .masonry .brick {
  position: relative;
}
.brick-btn a.project-btn {
/* 	text-transform: none !important; */
justify-content: center;
}
.masonry-new-text {
    position: absolute;
    top: 0px;
    width: 98%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
    margin: 1%;
}
.project-pagination a.page-link:hover {
  text-decoration: none;
}
.new-projects .showBtn {
    padding: 20px;
    background: #26487d;
    color: #fff;
    width: 85px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0.9;
}
.new-projects a.showBtn.active {
    background: #dd4d56;
    opacity: 1;
}
.new-projects a.showBtn.active .p-to-m {
  transform: rotate(44deg);
  transition: all 0.35s;
}
.new-projects .hideme {
  display: none;
}
.new-projects .p-to-m {
  cursor: pointer;
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  transition: all 0.35s;
}
.new-projects .p-to-m__minus {
  display: block;
  position: absolute;
  margin: 0 10%;
  width: 88%;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  top: calc(50% - 1px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.new-projects .p-to-m__plus {
  display: block;
  position: absolute;
  margin: 10% 0;
  width: 3px;
  height: 88%;
  border-radius: 2px;
  background-color: #fff;
  left: calc(50% - 1px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(0);
}
.new-projects .p-to-m__plus.active {
  transform: rotate(-90deg);
}
.new-projects .p-to-m__plus.hide {
  transform: rotate(0);
}
.new-projects .hideme.display, .new-projects .hideme {
  padding:30px 23px 15px 23px;
  background:rgb(38 72 125 / 84%);
  width: 85%;
}
.new-projects .hideme h2 {
	margin: 0px;
	font-size: 32px;
	margin-bottom: 20px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.5px;
}
.new-projects .masonry-full {
	position: relative;
}
.new-projects .masonry-new-text .masonry-text-bio p {
	display: flex;
	font-size: 17px;
	color: #002855;
}
.new-projects .masonry-new-text .masonry-text-bio lable {
	font-size: 17px;
	font-weight: bold;
	margin-right: 10px;
	color: #002855;
}
.location-bio-wrape p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}
.new-projects .masonry-full .masonry-new-text {
	left: 0;
	justify-content: flex-end;
}
.new-projects .masonry-full .masonry-new-text .hideme.display {
	display: block !important;
	width: 36%;
}
.new-projects .showBtn:hover {
	background: #e8e8e8;
}
.new-projects .showBtn:hover .p-to-m__minus,
.new-projects .showBtn:hover .p-to-m__plus
{
	background: #26487d;
}
.new-projects .project-pagination a.page-link {
	background: transparent;
	color: #fff;
	font-weight: normal;
	border: 0px;
	font-size: 23px;
	padding: 10px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #002855;
	font-family: "Poppins", sans-serif;
}
.new-projects .project-pagination {
	height: 336px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.new-projects .project-pagination ul.pagination {
	margin: 0px;
}
.new-projects .project-pagination ul.pagination li.page-item {
	margin: 0px;
}
.new-projects .project-pagination a.page-link:hover, .project-pagination a.page-link:focus {
	text-decoration: none;
	border: 1px solid #99BA91;
}
.new-projects .project-pagination li.page-item:last-child a.page-link, .new-projects .project-pagination li.page-item:first-child a.page-link {
	border: none;
}
.new-projects .project-pagination li.page-item:last-child a.page-link:hover, .new-projects .project-pagination li.page-item:first-child a.page-link:hover {
	border: none;
}
.new-projects .masonry.masonry-full {
	column-count: 1;
}
.new-projects .masonry.masonry-full .masonry-new-text {
	display: flex;
	justify-content: space-between;
}
.new-projects .masonry.masonry-full .hideme {
	width: 38%;
}
section.new-projects img {
	width: 100%;
}


.notfound {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	color: #fff;
	margin: 50px 0;
}
.notfound p {
	font-size: 18px;
	letter-spacing: 4px !important;
	color: #26487d;
}
.searchfilter {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
form#service-filter-form {
	display: flex;
	justify-content: flex-end;
}
form#service-filter-form input {
	background: #dd4d56;
    text-decoration: none;
}
form#service-filter-form select {
    margin-right: 0;
    display: flex;
    align-items: center;
    padding: 10px;
    color: #26487d;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-position: right;
    outline: 0;
    font-size: 15px;
    margin-left: 10px;
	border-radius:0px;
/*    width: 310px;*/
    padding-right: 40px;
}
select#service-filter {
    border-right: 0;
}
section.new-projects.filter-active img.masonryimg, section.new-projects.filter-active .landscapeimg {
	height: 425px !important;
	object-fit: cover;
	min-height: inherit !important;
}
.single.single-project header#site-header {
    border-bottom: 1px solid #e2e2e2;
}
a.backtolisting {
	transition: 0.5s;
	-webkit-transition: 0.5s;
	position: relative;
	display: inline-block;
	align-items: center;
	padding-left: 26px;
	color: #26487d;
	text-decoration: none;
}

a.backtolisting:hover {
	color: #dd4d56;
   text-decoration: none;
}
a.backtolisting:before {
    content: "\f104";
    position: absolute;
    margin-left: 0;
    left: 0;
    color: #26487d;
    transition: all ease-in-out 0.3s;
    font-family: FontAwesome;
    font-size: 30px;
    top: 0;
    line-height: 25px;
}
a.backtolisting:hover:before{
	color: #dd4d56;
}
@media (min-width: 768px) {
	.searchfilter {
		padding-right:0px;
	}
	
}

@media (min-width: 1199px) {
	
}
.new-projects .masonry-full .brick, .new-projects .masonry .brick {
	box-sizing: border-box;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	counter-increment: brick-counter;
	border-bottom: 30px solid #e8e8e8;
	overflow: hidden;
}
.new-projects .masonry-full .brick {
	border-bottom: 0px;
}
.new-projects .masonry-full .brick img, .new-projects .masonry .brick img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .5s ease-in-out;
}
.new-projects .masonry.one .brick > img {
	min-height: 471px;
}
.new-projects .masonry.two .brick > img {
	min-height: 367px;
}
.new-projects .masonry.full-new {
	column-count: 1;
	margin-top: 30px;
}
section#project-filtersection {
	background: #e8e8e8;
	padding-top: 120px;
}
.about-title {
	padding: 0;
}
.project-inner .title-new {
	margin: 0;
}
.project-inner .title-new h2 {
	margin: 0;
}
/* projects page end*/


/* projects detail page */

.project-detail-bio .socialshare>* {
  margin: 0px;
}
.project-detail-bio .socialshare {
  align-items: center;
  justify-content: flex-start;
  padding: 20px 50px;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 1px solid #002855;
  flex-direction: row;
}
.project-detail-bio .socialicons {
  margin-top: 0;
}
.project-detail-bio .socialshare label {
  line-height: 24px;
  margin-right: 25px;
}
.project-detail-bio .xtwitter {
	margin: 0;
}
.project-detail-bio .socialshare a:first-child {
	margin-left: 0;
}
.project-detail-bio .socialshare a i, .project-detail-bio .socialshare a svg {
	color: #002855;
	fill: #002855;
}
.project-detail-bio .socialshare a i {
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.project-detail-bio .socialshare a:hover i, .project-detail-bio .socialshare a:hover svg {
	color: #fff !important;
	fill: #fff !important;
}
.socialshare a i, .socialshare a svg {
	font-size: 30px;
	display: flex;
	color: #fff;
	fill: #fff;
	justify-content: center;
	height: 28px;
}
.socialshare .socialicons {
	display: flex;
}
.socialshare {
	display: flex;
	width: 100%;
}
.project-detail-bio .socialshare a {
	padding: 0 8px;
	text-decoration: none;
}
section.project-detail-profile {
    background: #e8e8e8;
    padding: 120px 0;
}
.project-image {
    overflow: hidden;
}
.project-image img {
    -webkit-transition: .3s ease-in-out;
    transition: .5s ease-in-out;
}
.product-detail-text .title-new {
    margin: 0;
}
section.project-inner .about-title {
    display: flex;
    align-items: center;
}
section.about-header.project-inner.top-service .banner-new {
    align-items: flex-start;
}
/* projects detail page end*/

/* services page  */

section.project-inner.top-service {
    height: 380px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
/* 	height: calc(100vh - 116px); */
}
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.our-services.services-bottom {
    background: #fff;
}
section.our-services.services-bottom h2 {
    color: #26487d;
}
section.our-services.services-bottom .title-new span.stripeline:after {
 background: #26487d;
}
section.our-services.services-bottom .service-wrape h2 {
    color: #fff;
}
/* services page end */

/* services single page */

section.service-single .service-image {
    padding-left: 0;
}
section.service-single .service-image img {
    width: 100%;
}
.full-image-new img {
    height: 400px;
    object-fit: cover;
    background-position: center;
}
.service-full-description {
    padding: 0;
    padding-bottom: 60px;
}
.service-image {
    padding-top: 120px;
    padding-bottom: 50px;
}
span.breadcrum {
    padding-bottom: 10px;
    display: flex;
}
span.breadcrum {
	padding-bottom: 10px;
}
span.breadcrum a {
	text-decoration: none;
	color: #dd4d56;
	padding-right: 5px;
}
.service-full-description .title-new {
    margin: 0;
}
.service-full-description .title-new h2 {
    letter-spacing: 0.5px;
}
.service-full-description p {
    font-size: 20px;
    line-height: 35px;
    font-weight: 500;
    color: #26487D;
}
/* services single page end*/
section.our-location iframe {
    max-height: 500px !important;
    border: 1px solid #dbdbdb !important;
    margin-bottom: 0px;
    padding: 15px;
    background: #fff;
}
section.our-location {
    background: #E8E8E8;
    padding: 70px 0;
}
.primary-menu li.current-menu-item > a, 
.primary-menu li > a:focus, 
.primary-menu li.current-menu-item > a:hover, 
.primary-menu li.current-menu-item > .link-icon-wrapper > a:hover, 
.primary-menu li.current-menu-item > a:focus, 
.primary-menu li.current-menu-item > .link-icon-wrapper > a:focus {
  text-decoration: none !important;
}
.hf-right .wpcf7-form-control-wrap {
    position: relative;
}
.hform  br {
    display: none;
}
.hform .hf-left>div {
    padding: 0 10px;
}
.hform .wpcf7-form-control-wrap > input {
    margin-bottom: 20px !important;
}
.hform .hf-right {
    padding: 0;
}
.hform p {
    margin: 0 !important;
}
.horizontalform .wpcf7-submit {
   /* position: absolute;
    right: 0;
    bottom: 22px;*/
}
section.horizontalform .title-new {
    margin: 20px 0;
}
section.horizontalform {
    padding: 50px 0;
}
.hformbtn p {
    display: flex;
    flex-direction: column;
}
.hformbtn .wpcf7-not-valid-tip {
    font-size: 12px;
    position: absolute;
    bottom: -19px;
}
.horizontalform .wpcf7-submit {
    text-decoration: none !important;
}
.horizontalform .submitting span.wpcf7-spinner {
    display: none;
}
.horizontalform .submitting span.wpcf7-spinner {
    display: block;
}
section.new-projects.filter-active .masonry .brick {
    width: 50%;
    border: 10px solid #e8e8e8;
}
section.new-projects.filter-active .masonry {
    margin: 0 -10px !important;
}
form#service-filter-form select {
  background: url(/wp-content/themes/child-theme/assets/images/dropdown-icon-n2w.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 25px;
  background-position: right;
  box-shadow: 0px 0px 0px 0px #333;
  outline: 0px;
  border: 1px solid #ccc;
}
.service-full-description li {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  color: #26487D;
  list-style: none;
  margin: 0;
    margin-bottom: 0px;
  margin-bottom: 0px;
  margin-bottom: 10px;
/*  display: flex;
  justify-content: flex-start;
  align-items: center;*/
  position: relative;
  min-height: 50px;
}
/*.postid-327 .service-full-description li {
  display: inline-block;
}*/
.customrow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.service-full-description li:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f00c";
  background: #dd4d56;
  padding: 10px;
  margin-right: 10px;
  color: #fff;
/*  position: absolute;
  left: -55px*/;
}
.service-full-description li:hover:before {
    background: #26487D;
}
.service-full-description ul {
  margin: 0;
  padding: 0;
  width: 60%;
/*  margin-left: 54px !important;*/
}
.postid-325 .service-full-description ul, .postid-327 .service-full-description ul, .postid-329 .service-full-description ul {
    margin: 0;
    padding: 0;
    columns: 1 !important;
    width: 100%;
}
.singleservicedetails  h4 {
    font-size: 26px;
    color: #26487D;
    margin-top: 25px;
    margin-bottom: 15px;
}
.singleservicedetails img {
    width: 400px;
    object-fit: cover;
    display: inline-block;
    float: right;
    max-width: inherit;
    border: 1px solid #26487d;
    padding: 10px;
}
.new-projects .pagination {
    justify-content: center;
}
.pagination-wraper {
    display: flex;
    margin: 40px 0;
}
.pagination-wraper a, .pagination-wraper span {
    padding: 10px 20px;
    color: #26487d;
    margin-right: 1px;
}
.pagination-wraper span.current, .pagination-wraper a:hover {
    background: #26487d;
    color: #fff;
    text-decoration: none !important;
}
p.norecordfound {
    text-align: center;
    margin: 50px 0;
    color: #fff;
}
.filenote p {
    color: #26487d;
}
.our-client-top {
    justify-content: space-between;
    align-items: center;
/*    margin-bottom: 75px;*/
    display: flex;
}
.filenote {
    margin: 10px 15px;
    font-size: 14px;
    white-space: nowrap;
}
.spotlight-instagram-feed {
    width: 100%;
}
.FeedHeader__normal-style, .FeedLayout__col-footer.layout__flex-column {
    display: none !important;
}
.FeedGridLayout__grid {
    margin-top: 40px;
}
.codedropz-upload-inner h3 {
    font-size: 25px;
    color: #26487D;
    margin-bottom: 15px;
    font-weight: normal;
    margin: 0;
}
.viewall a {
    padding: 0 15px;
    width: auto;
    margin: 0;
}