/* 
Theme Name: Shelke Constructions Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Shelke Constructions Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: shelkeconstructions
Version: 2.0.0
Text Domain: shelkeconstructions-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');

:root {
  --mainfont: "Sora", Sans-serif;
  --primary: #202c89;
  --secoundery: #4B4B4B;
  --hover: #81ca38;
}
body, p, a {
    font-family: var(--mainfont);
    line-height: 25px;
}
h1, h2, h3, h4, h5 {
  color:var(--primary) ;
  font-weight: 600;
}
a:hover, a {
  color: var(--hover);
}
a {
    cursor: pointer;
}

@media (max-width: 2200px) {
  .e-con>.e-con-inner, .cust-container, .header-inner, .cust-container {
    max-width: 1400px !important;
  }
}
@media (max-width: 1670px) {
  .e-con>.e-con-inner, .cust-container, .header-inner, .cust-container {
    max-width: 1280px !important;
  }
}
@media (max-width: 1280px) {
  .e-con>.e-con-inner, .cust-container, .header-inner, .cust-container {
    max-width: 1150px !important;
  }
}
.cust-container {
    margin: 0 auto;
    padding: 0 0px;
    width: 100%;
}
header#site-header {
    padding: 15px 0 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
}
.header-inner {
    background: #ffffff;
    border-radius: 100px;
    padding: 0px 35px;
    align-items: center;
    justify-content: flex-start !important;
    position: relative;
}
.site-header .site-branding {
    width: 120px;
}
header .hdrcta a {
    position: absolute;
    right: 15px;
    top: 12px;
    background: #81ca38;
    padding: 10px 30px;
    border-radius: 50px;
    text-align: center;
    color: #212b89;
    font-size: 15px;
    font-weight: 600;
}
.site-navigation ul.menu li a {
    padding: 25px 20px;
    font-size: 15px;
    color: #000000;
    font-weight: 500;
}
.site-navigation {
    margin-left: 60px;
}
.toprightimgshape {
	position:absolute;
	top:0;
	right:0;
}
.bottomleftimgshape {
    position: absolute;
    bottom: 0;
    left: 0;
    top: auto;
    right: auto;
    height: 60px;
    width: 220px;
}
.image-corner {
    position: absolute;
    top: 0;
    right: 0;
    width: 220px;
    height: 60px;
}
.cornerone {
    background-color: #FFFFFF;
    border-radius: 0px 0px 0px 30px;
    height: 60px;
}
.imgspacer {
    background-color: #FFFFFF;
    width: 30px;
    height: 30px;
    clip-path: path("M0 0 Q0,30 30,30 L 0 30 Z");
    left: -30px;
    transform: rotate(180deg);
    position: absolute;
    top: 0;
}
.cornertwo {
    background-color: #FFFFFF;
    width: 30px;
    height: 30px;
    clip-path: path("M0 0 Q0,30 30,30 L 0 30 Z");
    bottom: -30px;
    transform: rotate(180deg);
    position: absolute;
    right: 0;
}
.bottomleftimgshape .cornerone {
    border-radius: 0px 30px 0px 0px;
}
.bottomleftimgshape .imgspacer {
    left: auto;
    right: -30px;
    transform: rotate(0deg);
    top: auto;
    bottom: 0;
}
.bottomleftimgshape .cornertwo {
    top: -30px;
    bottom: auto;
    right: auto;
    left: 0;
    transform: rotate(0deg);
}
.services-slider {
    overflow: visible !important;
}
.swiper-button-next, .swiper-button-prev {
    top: -75px !important;
    right: 0 !important;
    background: #ffffff !important;
    width: 60px !important;
    height: 60px !important;
    border-radius: 100% !important;
    border: 1px solid #ddd !important;
    left: auto !important;
}
.swiper-button-prev {
    right: 70px !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 13px !important;
    font-weight: 600 !important;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    background: #21d259 !important;
}
.service-item .service-style-inner {
    border-radius: 30px;
    border: 1px solid #ddd;
    padding: 10px;
    background-color: #ffffff;
	position: relative;
    overflow: hidden;
}
.service-item .service-style-inner:after {
    position: absolute;
    content: '';
    left: auto;
    top: -100px;
    right: -100px;
    width: 100px;
    height: 100px;
    background: #21d259;
    z-index: 1;
    transition: all 0.5s;
    border-radius: 100%;
}
.service-item:hover .service-style-inner:after {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 0px;
}
.service-item .service-content {
  	position: relative;
	z-index:2;
}
.service-item .service-post-thumbnail {
  padding-top: 77%;
  position: relative;
  overflow: hidden;
  border-radius: 25px;
	display:block;
}
.service-item .service-post-thumbnail img {
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
  top: 0;
  transform: translate3d(-6.66%, 0, 0) scale(1.2);
  -webkit-transform: translate3d(-6.66%, 0, 0) scale(1.2);
  transition: opacity 0.35s, transform 0.45s, filter 0.35s;
  border-radius: 25px;
}
.service-item .service-button {
  background: #64ce4b;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.service-item .service-button {
  position: absolute;
  right: 51px;
  bottom: -27px;
  z-index: 4;
}
.service-item .service-button .btn-icon-wrap {
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.service-item .service-button .btn-icon, .service-item .service-button .btn-icon-hover {
  display: flex;
  color: #000;
  transition: transform 0.35s linear;
  font-size: 13px;
}
.service-item .service-button .btn-icon {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotate(0deg);
  transform-style: preserve-3d;
}
.service-item .service-button .btn-icon-hover {
  position: absolute;
  transform: translate3d(-17px, 17px, 0px) scale3d(0.2, 0.2, 1) rotate(0deg);
}
.service-item .decor-border {
  position: absolute;
  width: 100px;
  height: 34px;
  bottom: 0;
  right: 26px;
  z-index: 3;
}
.service-item .decor-border:after {
  content: "";
  width: 100px;
  height: 33px;
  clip-path: path("M0 33H100C90.7952 33 83.6787 25.1703 79.2588 17.1769C73.5989 6.94119 62.6183 0 50 0C37.3818 0 26.4011 6.94119 20.7412 17.1769C16.3213 25.1703 9.20474 33 0 33Z");
  background-color: #ffffff;
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  z-index: -1;
}
.service-item .service-info {
  	padding: clamp(20px, 2.5vmax, 30px);
    z-index: 9;
    position: relative;
}
.service-item .service-style-inner .service-title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.service-item .service-style-inner .service-title a {
    width: 100%;
    display: block;
    line-height: 34px;
}
.service-item .description {
  font-size: 15px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.service-item .description {
  min-height: 85px;
}
.service-item .description p {
  margin-bottom: 0;
}
.service-item:hover .service-post-thumbnail img {
  transform: translate3d(0, 0, 0) scale(1.2);
  -webkit-transform: translate3d(0, 0, 0) scale(1.2);
}
.service-item:hover .service-button {
    background: #ddd;
}
.service-item:hover .service-button .btn-icon, .service-item:hover .service-button .btn-icon-hover {
    color: white;
}
.service-item .service-button:hover .btn-icon {
    transform: translate3d(17px, -17px, 0px) scale3d(0.2, 0.2, 1) rotate(0deg);
}
.service-item .service-button:hover .btn-icon-hover {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotate(0deg);
}
span.elementor-counter-number-suffix {
    color: #21d259;
    top: -10px;
    position: relative;
    font-size: 55px;
}
.statscirclewrap {
    position: absolute;
    padding: 6px 6px 6px 6px;
    border-style: dashed;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF;
    border-radius: 50px 50px 50px 50px;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
    left: -9px;
    top: -10px;
}
.statscircle {
    width: 4px;
    height: 4px;
    background: #ffffff;
    border-radius: 100px;
}
.iconbrdr .elementor-icon-box-icon {
    border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.iconbrdr:hover .elementor-icon-box-icon {
    border-color: #212c89;
}
.blog-thumbnail {
    overflow: hidden;
    border-radius: 20px;
	display:block;
}
.blog-thumbnail img {
    display: block;
    width: 100%;
    transition: all 0.5s;
    transform: scale(1);
}
.blog-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    font-size: 13px;
    font-weight: 600;
    color: #000000;
    overflow: hidden;
}
.blog-category {
    display: inline-block;
    background: #64ce4b;
    padding: 9px 20px;
    border-radius: 50px;
    line-height: 1;
    position: relative;
}
.blog-date {
    display: inline-block;
    color: #8A8A8A;
    background: #ffffff;
    padding: 0 0 0 30px;
}
.blog-category:after {
    position: absolute;
    content: '';
    right: -115%;
    top: 15px;
    width: 100%;
    height: 1px;
    background: #ddd;
    z-index: -1;
}
.blog-info h4 a {
    font-size: 26px;
	line-height:35px;
    color: #000000;
    display: block;
    margin: 25px 0 0;
}
.d-grid {
  grid-gap: 10px;
  flex-direction: row;
  display: flex;
}
.grid-item {
  position: relative;
  transition: width 0.6s cubic-bezier(0.38, 0.005, 0.215, 1), flex-shrink 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
  width: clamp(35%, 2.5vmax, 40%);
}
.grid-item.active {
  transition: width 0.6s cubic-bezier(0.38, 0.005, 0.215, 1), flex-shrink 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
  width: 38%;
  flex-shrink: 0;
}
.project-item.project-style-5 {
  position: relative;
  border-radius: 30px;
}
.project-item .project-post-thumbnail {
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  height: 630px;
  padding-top: 0;
}
.project-item .project-post-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.project-item.project-style-5 .project-post-thumbnail:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  border-radius: 30px;
  z-index: 1;
}
.project-item.project-style-5 .project-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px 30px;
  z-index: 3;
  overflow: hidden;
  color: #fff;
  padding-left: 2.1vw;
  padding-right: 2.1vw;
}
.grid-item.active .project-item .project-content {
  max-width: 460px;
}
.project-item .project-location {
  display: flex;
  align-items: flex-start;
  column-gap: 10px;
  margin-bottom: 15px;
  margin-top: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  transition: all 0.4s ease-out;
  opacity: 0;
}
.grid-item.active .project-item .project-content .project-location {
  transition: all 0.4s ease-out;
  opacity: 1;
}
.project-item .project-location a {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  transition: all 0.3s ease;
}
.project-item.project-style-5 .project-content a {
  color: #fff;
  transition: all 0.3s ease;
}
.project-item.project-style-5 .project-content .project-title {
  margin-bottom: 0;
  font-size: clamp(24px, 2.5vmax, 36px);
  max-height: 450px;
}
.grid-item.active .project-item .project-content .project-title {
  font-size: clamp(30px, 2.5vmax, 36px);
}
.project-item.project-style-5 .project-content a {
  color: #fff;
  transition: all 0.3s ease;
}
.project-item.project-style-5 .project-content .project-title a {
  background-image: linear-gradient(to right, #64ce4b 0%, #64ce4b 100%);
  background-position: 0 calc(100% - 0em);
  background-size: 0 0;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  background-repeat: no-repeat;
  text-decoration: none;
}
.grid-item .project-item .project-content .project-title a {
  display: inline-block;
  writing-mode: sideways-lr;
  transition: all 0.4s ease-out;
  line-height: 40px;
}
.grid-item.active .project-item .project-content .project-title a {
  writing-mode: horizontal-tb;
}
.grid-item.active .project-button-wrap {
  max-height: 90px;
  transform: translateY(0px);
}

.project-button-wrap {
  transition: all 0.4s ease-out;
  max-height: 0px;
  transform: translateY(60px);
}
/* .project-button-wrap {
  transition: all 0.4s ease-out;
  max-height: 90px;
  transform: translateY(0);
} */
.project-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    padding: 5px 5px 5px 30px;
    border-radius: 30px;
    background-color: #fff;
    color: #fff;
    transition: all 0.3s ease;
    border: 1px solid #ddd;
}
.project-button-wrap a {
  margin-top: 30px;
  color: #000000;
}
.project-button .project-button-text {
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  text-transform: capitalize;
  margin-top: 0px;
  color: #000000;
  transition: all 0.3s ease;
}
.project-button .project-button-icon {
  background-color: #64ce4b;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.project-button .btn-icon-wrap {
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.project-button .btn-icon,
.project-button .btn-icon-hover {
  display: flex;
  color: #000000;
  transition: transform 0.35s linear;
  font-size: 13px;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotate(0deg);
  transform-style: preserve-3d;
}
.project-button .btn-icon-hover {
  position: absolute;
  transform: translate3d(-17px, 17px, 0px) scale3d(0.2, 0.2, 1) rotate(0deg);
}
.project-button:hover .project-button-icon {
  background-color: #fff;
}
.project-button:hover {
  background-color: #64ce4b;
}
.project-button:hover .btn-icon {
  transform: translate3d(17px, -17px, 0px) scale3d(0.2, 0.2, 1) rotate(0deg);
}
.project-button:hover .btn-icon-hover {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotate(0deg);
}
.wpforms-container {
    margin: 0 !important;
}
input, select, textarea {
    background-color: #F2F2F2 !important;
    padding: 15px 30px 15px 30px !important;
    border-radius: 30px !important;
    font-size: 16px !important;
    line-height: 1.75 !important;
    font-weight: 400 !important;
    -webkit-appearance: none !important;
    box-sizing: border-box !important;
    outline: 0 !important;
    color: #4B4B4B !important;
    transition: all ease-in-out 0.3s !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #F2F2F2 !important;
    height: 60px !important;
}
textarea {
    height: 150px !important;
}
.inner-banner-img {
    position: relative;
}
.inner-banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.inner-banner .page-title {
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
}
.breadcrumbs-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
}
.desktop_banner {
    height: 450px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.inner-banner-img:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #00000069;
}
.inner-banner .page-title h1 {
    color: #ffffff;
    font-size: 60px;
    line-height: 70px;
}
.breadcrumbtxt, .breadcrumbtxt a {
    font-size: 13px;
    color: #ffffff;
    font-weight: 500;
}
.bseprtr {
    display: inline-block;
    margin: 0 5px;
}

/* Team */
.teamsection {
	gap:30px;
}
.team-item {
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
}
.team-link {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    padding: 0;
    background-color: #64CE4B;
    z-index: 4;
    cursor: pointer;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.team-link .btn-icon-wrap {
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    display: flex;
    position: relative;
    overflow: hidden;
}
.team-link .btn-icon {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotate(0deg);
    transform-style: preserve-3d;
}
.team-link .btn-icon, .team-link .btn-icon-hover {
    display: flex;
    color: #000000;
    transition: transform 0.35s linear;
    font-size: 13px;
}
.team-link .btn-icon-hover {
    position: absolute;
    transform: translate3d(-17px, 17px, 0px) scale3d(0.2, 0.2, 1) rotate(0deg);
}
.team-link:hover .btn-icon {
    transform: translate3d(17px, -17px, 0px) scale3d(0.2, 0.2, 1) rotate(0deg);
}
.team-link:hover .btn-icon-hover {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotate(0deg);
}
.team-item:hover .team-link, .team-link:hover {
    background: #ddd;
}
.team-image {
    position: relative;
}
.team-image .team-image-inner {
    position: relative;
    padding-top: 122%;
    border-radius: 30px 0 30px 30px;
    overflow: hidden;
}
.team-image .team-image-inner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
    transition: all 0.4s ease;
    z-index: 1;
}
.team-image .decor_border {
    z-index: 3;
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    z-index: 1;
    top: 0;
    right: 0;
    border-bottom-left-radius: 30px;
}
.team-image .decor_border:after, .team-image .decor_border:before {
    background-color: #ffffff;
    width: 30px;
    height: 30px;
    clip-path: path("M0 0 Q0,30 30,30 L 0 30 Z");
    content: "";
    position: absolute;
}
.team-image .decor_border:before {
    top: 0;
    right: 100%;
    transform: rotate(180deg);
}
.team-image .decor_border:after {
    top: 100%;
    right: 0;
    transform: rotate(180deg);
}
.team-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}
.team-item:hover .team-image img {
    width: 105%;
    height: 105%;
}
.team-infor {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.02);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    padding: 20px;
    margin: -45px 45px 0 45px;
    z-index: 4;
}
.team-job {
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 6px;
}
.team-name {
    text-align: center;
    margin: 0;
}
.team-name a {
    color: #ffffff;
}
.team-link.elementor-button-icon {
    width: 50px;
    height: 50px;
    background-color: #64CE4B;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}
.site-navigation ul.menu li ul li.menu-item-has-children:after {
    transform: translateY(-20px) rotate(-90deg);
}
.sidebarform .wpforms-field {
    width: 100% !important;
    margin: 0 0 15px !important;
    max-width: 100% !important;
    padding: 0 !important;
}
button.wpforms-submit, input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #64CE4B !important;
    border-radius: 30px !important;
    font-size: 15px !important;
    padding: 16px 30px !important;
    height: auto !important;
	color: #ffffff !important;
}
button.wpforms-submit:hover, input.wpcf7-form-control.wpcf7-submit:hover {
    background: #202C89 !important;
	color: #ffffff;
}
.sidebar-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar-menu li a {
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 12px 0;
    color: #000000;
    font-weight: 500;
    background-image: url(https://www.shelkeconstructions.in/wp-content/uploads/2025/06/right-arrow.png);
    background-repeat: no-repeat;
    background-size: 7px;
    background-position: 95% center;
    transition: all 0.5s;
    background-color: #ffffff;
    border-radius: 0;
}
.sidebar-menu li a:hover {
    background-color: #64CE4B;
    padding: 12px 20px;
    border-radius: 10px;
    border-color: #ffffff;
}
.site-navigation ul.menu li.menu-item-has-children:after {
    content: "" !important;
    background: url(https://www.shelkeconstructions.in/wp-content/uploads/2025/06/down-arrow.png) no-repeat;
    width: 12px;
    height: 10px;
    background-size: 12px;
    position: absolute;
    top: 34px;
    right: 9px;
}
.site-navigation ul.menu .sub-menu a {
    padding: 8px 15px !important;
}
.themebtn {
    display: inline-block;
    background: #64ce4b;
    padding: 10px 30px;
    border-radius: 30px;
    color: #000000;
    font-weight: 600;
}
.themebtn:hover {
    background: #202C89;
    color: #ffffff;
}

/* Footer */
footer#site-footer {
    background: url(https://www.shelkeconstructions.in/wp-content/uploads/2025/06/ftr-bg.jpg) no-repeat center top;
    padding: 60px 60px 60px;
    background-attachment: fixed;
	margin-top:60px;
	overflow:hidden;
}
.footer-inner {
    max-width: 100% !important;
    background: #ffffff !important;
    border-radius: 30px;
    padding: 60px 30px 30px;
}
.ftr-col-wrap {
    display: flex;
}
.ftr-col-wrap {
    display: flex;
}
.ftrcol {
    width: 30%;
}
.ftrcol .site-branding {
    max-width: 250px;
    margin-bottom: 30px;
}
.ftrcol p {
    margin-bottom: 0;
    font-size: 14px;
}
.ftrcta {
    margin: 0;
    padding: 0;
    list-style: none;
}
.ftrcta li {
    border-bottom: 1px solid #f1f1f1;
    font-size: 25px;
    font-weight: 600;
    color: #202C89;
    padding: 14px 0;
}
.site-footer .footer-inner .copyright {
    justify-content: center;
    border-top: 1px solid #ddd;
    margin-top: 30px;
    padding-top: 30px;
	font-size:14px;
}
ul#menu-footer-menu {
    display: flex;
}
ul#menu-footer-menu li {
    width: 50%;
}
ul#menu-footer-menu li a {
    display: block;
    padding: 10px 0;
}
.brdrright {
    position: relative;
    padding-right: 40px;
}
.brdrright:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #ddd;
}
.ftrcol:last-child {
    padding-left: 40px;
}
.ftrsocial {
    display: flex;
    padding: 0;
    margin: 115px 0 0;
    list-style: none;
}
.ftrsocial a {
    color: #888;
    font-weight: 600;
    font-size: 14px;
    padding-right: 25px;
}


/* Home Slider */
.homebanner img.swiper-slide-image {
    height: 80vh;
    object-fit: cover;
    width: 100%;
    display: block;
}
figcaption.elementor-image-carousel-caption {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00000052;
}
.banner-caption h2 {
    color: #ffffff;
    font-size: 45px;
    line-height: 55px;
    text-align: left;
    max-width: 700px;
    width: 100% !important;
    display: block;
    min-width: 100%;
    margin-bottom: 30px;
}
.banner-caption {
    display: flex;
    flex-wrap: wrap !important;
    justify-content: flex-start;
    width: 100%;
}
/* .service-item:hover .service-style-inner {
    background-color: #2cd25c !important;
} */
.service-item:hover .service-style-inner h4:hover a {
    color: #202C89;
}
.iconbrdr:hover h3 span {
	color: #2d2485 !important;
}
.logoslider img.swiper-slide-image {
    width: auto;
    height: 80px;
}
.logoslider figure.swiper-slide-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    padding: 10px;
	height:127px;
}
.page-id-1078 h5 {
    margin-top: 30px;
}
#slb_viewer_wrap .slb_theme_slb_baseline .slb_details .inner {
	display:none !important;
}
ul.sub-menu {
    min-width: 200px !important;
}
.ftraddress {
    font-size: 18px !important;
    color: #2d2485;
    margin-top: 20px;
    font-weight: 600;
    margin-bottom: 0 !important;
}
.careerform input {
    background: #ffffff !important;
    margin-bottom: 15px;
}
.wpcf7 input[type="file"] {
    width: 100%;
}
.careerform label {
    display: block;
    margin-bottom: 10px;
}
.blog-listing {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 60px 10px;
    gap: 20px;
}
.blog-listing .blog-item {
    width: 32%;
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 30px;
}
.blog-item a {
    display: block;
    overflow: hidden;
}
.blog-item h3 {
    font-size: 25px;
    line-height: 35px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.blog-item .post-date {
    display: block;
    font-size: 14px;
}
.blog-single-wrapper {
    padding: 120px 0 60px;
}
.blog-single-wrapper .cust-container {
    display: flex;
    justify-content: space-between;
}
.blog-content {
    width: 70%;
}
aside.blog-sidebar {
    width: 27%;
    padding: 0 20px;
}
.sidebar-section {
    border: 1px solid #ddd;
    padding: 30px;
    border-radius: 30px;
    margin-bottom: 30px;
    background: #F6F3ED;
}
.sidebar-section h3 {
    margin: 0 0 15px 0;
    font-size: 22px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.sidebar-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar-section li a {
    border-bottom: 1px solid #fff;
    display: block;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.blog-content img {
    display: block;
    margin-bottom: 20px;
}
button#rmp_menu_trigger-1479 {
    top: 10px;
    right: 20px;
}
ul.rmp-submenu.rmp-submenu-depth-1 a {
    padding-left: 35px !important;
}
ul.rmp-submenu.rmp-submenu-depth-2 a {
    padding-left: 50px !important;
}
span.post-date {
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
}
@media(max-width:1024px) {
	.site-footer .footer-inner .copyright a {
		display: block;
		width: 100%;
	}
	.site-footer .footer-inner .copyright p {
        text-align: left !important;
        width: 100%;
    }
	.blog-content h1 {
		font-size: 35px !important;
		line-height: 45px;
	}
	.blog-content h2 {
		font-size: 25px !important;
		line-height: 35px;
	}
	.blog-single-wrapper .cust-container {
		flex-wrap: wrap;
	}
	.blog-content {
		width: 100%;
	}
	aside.blog-sidebar {
		padding: 0;
		width: 100%;
		margin-top: 30px;
	}
	.blog-single-wrapper {
		padding: 100px 20px 30px;
	}
	header .hdrcta a {
		padding: 8px 15px;
		position: relative;
		right: 70px;
		top:0px;
	}
	.site-header .header-inner {
		justify-content: space-between !important;
		padding: 10px 20px;
		border-radius: 0 !important;
	}
	header#site-header {
        padding: 0 !important;
        box-shadow: 5px 5px 15px #00000038;
    }
	header nav.site-navigation.show {
		display: none;
	}
	footer#site-footer {
		padding: 20px;
	}
	.footer-inner {
		padding: 30px;
	}
	.ftr-col-wrap {
		flex-wrap: wrap;
	}
	.ftrcol {
		width: 100% !important;
		padding: 0 !important;
		margin-bottom: 20px;
	}
	ul.ftrsocial {
		margin: 20px 0 0 0;
	}
	.ftraddress {
		font-size: 16px !important;
		line-height: 26px !important;
	}
	.ftrcta li {
		font-size: 18px !important;
		line-height: 28px !important;
	}
	ul#menu-footer-menu {
		width: 100%;
	}
	footer .site-navigation {
		margin: 0 !important;
	}
	.site-navigation-toggle-holder.show {
		display:none;
	}
	.project-banner h1 {
		font-size: 40px !important;
		line-height: 50px !important;
	}
	.project-banner {
		padding-top: 100px !important;
	}
	.service-detail .e-con-inner {
		padding: 30px 0px !important;
		flex-wrap: wrap !important;
	}
	.service-detail .elementor-element.e-con-full.e-flex.e-con.e-child {
		width: 100% !important;
	}
	.service-detail h2 {
		font-size: 35px !important;
		line-height: 45px !important;
	}
	.service-category-wrap {
		padding: 30px 20px !important;
	}
	.service-grid .service-item {
		width: 49% !important;
		margin-bottom: 20px !important;
	}
	footer#site-footer {
		margin-top: 0 !important;
	}
	.inner-banner .page-title h1 {
		padding: 0 20px;
		font-size: 40px;
		line-height: 50px;
	}
	.breadcrumbs-wrap {
		padding: 0 20px;
	}
	.desktop_banner {
		height: 350px;
	}
	.buildingslider .swiper-button-next, .swiper-button-prev {
		top: auto !important;
		bottom: -80px;
		left: 0 !important;
		right: 0 !important;
		margin: 0 auto;
	}
	.buildingslider .swiper-button-next {
		right: -80px !important;
	}
	.buildingslider .swiper-button-prev {
		left: -80px !important;
	}
	span.elementor-counter-number-suffix {
		font-size: 20px;
	}
	header#site-header {
		padding: 15px 20px;
	}
	.banner-caption h2 {
		font-size: 35px;
		line-height: 45px;
		margin-bottom: 20px;
	}
	.banner-caption {
		padding: 0 20px !important;
	}
	.homebanner img.swiper-slide-image {
		height: auto !important;
	}
	.site-header .header-inner .site-branding .site-logo img {
		width: 100px;
	}
	.brdrright:after {
		display:none;
	}
}
@media(max-width:767px) {
	.ftrcta li {
        font-size: 16px !important;
    }
	.blog-content h1 {
		font-size: 30px !important;
		line-height: 40px;
	}
	.blog-content h2 {
		font-size: 22px !important;
		line-height: 32px;
	}
	.iconbtn {
		margin-top: 20px;
	}
	.logoslider img.swiper-slide-image {
		height: 60px;
	}
	.logoslider figure.swiper-slide-inner {
		padding: 5px;
		height: 80px;
	}
	.homebanner .elementor-swiper-button {
		right: 10px !important;
		left: auto !important;
		top: auto !important;
		bottom: 0 !important;
	}
	.homebanner .elementor-swiper-button-prev {
		right: 50px !important;
	}	
	.site-footer .footer-inner .site-branding .site-logo img {
		max-width: 200px;
	}
	.ftrcol p {
		text-align: left;
	}
	ul.ftrcta {
		text-align: left;
	}
	.site-footer .footer-inner .copyright {
		margin-top: 0;
	}
	ul.ftrsocial {
		justify-content: flex-start;
	}
	ul#menu-footer-menu li a {
		text-align: left;
	}
	.site-footer .footer-inner .site-navigation ul.menu {
        justify-content: flex-start !important;
    }
	.footer-inner {
        padding: 20px 20px !important;
    }
	.project-banner h1 {
        font-size: 30px !important;
        line-height: 40px !important;
        padding: 0 20px;
    }
	.sidebarform h3 {
		padding: 10px 10px 0;
	}
	.sidebarform {
		padding: 20px !important;
	}
	.service-detail h2 {
		font-size: 30px !important;
		line-height: 40px !important;
	}
	.service-grid .service-item {
		width: 100% !important;
	}
	.abtstats .elementor-widget-container {
		background-color: #F6F3ED !important;
		background-position: 90% 30px !important;
	}
	.desktop_banner {
        height: 400px;
    }
	.abtstats {
		position:relative !important;
		left:0 !important;
		top:0 !important;
		bottom:0 !important;
		right:0 !important;
	}
	.vmicon br, .contaicon br {
		display:none;
	}
	.wpforms-submit {
		margin-top: 20px !important;
	}
	.blog-info h4 a {
		font-size: 22px;
		line-height: 32px;
	}
	.wpforms-container .wpforms-form .wpforms-field {
		max-width: 100% !important;
		width: 100% !important;
		margin: 0 !important;
		padding: 15px 0 0 !important;
	}
	.grid-item .project-item .project-content .project-location {
		opacity: 1 !important;
	}
	.grid-item .project-item .project-content .project-title a {
		writing-mode: unset !important;
	}
	.grid-item .project-button-wrap {
		transform: translateY(0px) !important;
		max-height: 90px !important;
	}
	.d-grid {
		flex-wrap: wrap;
		flex-direction: column;
	}
	.grid-item {
		width: 100% !important;
	}
	.project-item .project-post-thumbnail {
		height: 400px;
	}
	.project-item .project-content {
		padding: 20px !important;
	}
	.project-item .project-content .project-title {
		font-size: 25px !important;
		margin-bottom: 0 !important;
	}
	.project-button-wrap a {
		margin-top: 20px !important;
	}
	.project-item .project-location {
		margin-top: 0 !important;
		padding-bottom: 10px !important;
		column-gap: 0 !important;
	}
	.banner-caption h2 {
		font-size: 30px;
		line-height: 40px;
	}
	.homebanner img.swiper-slide-image {
		height: 500px !important;
	}
	figcaption.elementor-image-carousel-caption {
        align-items: flex-end !important;
        padding-bottom: 20px;
    }
}