/* Subhead */
.slide-subhead {
    opacity: 0;
    transform: translateX(-40px);
}
div#newsletter .elementor-message {
    position: absolute;
    bottom: -30px;
}
.elementor-form-spinner i.fa.fa-spinner.fa-spin {
    display: none;
}
.top-bar .elementor-widget.elementor-widget-image {
    display: none;
}
.slide-subhead.animate {
    animation: slideInLeft 0.9s ease forwards;
}

/* Title (thora delay ke sath) */
.slide-title {
    opacity: 0;
    transform: translateX(-40px);
}

.slide-title.animate {
    animation: slideInLeft 0.9s ease forwards;
    animation-delay: 0.9s; /*  subhead ke baad */
}

/* Keyframes */
@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-40px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.slide-text {
    opacity: 0;
    transform: translateY(30px);
}

.slide-text.animate {
    animation: slideUpText 0.9s ease forwards;
    animation-delay: 1.8s; /* title ke baad */
}

@keyframes slideUpText {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}






/*  Common Css Start Here  */


.pt-200{
	padding-top : 200px !important;
}
.pb-200{
	padding-bottom : 200px !important;
}
.mt-120{
	margin-top:120px;
}
.mb-120{
	margin-bottom:120px;
}
.pt-120{
	padding-top : 120px !important;
}
.pb-120{
	padding-bottom : 120px !important;
}
.pt-100{
	padding-top : 100px !important;
}
.pb-100{
	padding-bottom : 100px !important;
}
.pr-100{
	padding-right : 100px !important;
}
.pl-100{
	padding-left : 100px !important;
}
.pt-90{
	padding-top : 90px !important;
}
.pb-90{
	padding-bottom : 90px !important;
}
.pt-80{
	padding-top : 80px !important;
}
.pb-80{
	padding-bottom : 80px !important;
}
.pt-70{
	padding-top : 70px !important;
}
.pb-70{
	padding-bottom :70px !important;
}
.pr-75{
	padding-right:75px;
}
.pl-75{
	padding-left:75px;
}
.pt-60{
	padding-top : 60px !important;
}
.pb-60{
	padding-bottom : 60px !important;
}
.pr-60{
	padding-right : 60px !important;
}
.pl-60{
	padding-left : 60px !important;
}
.pt-50{
	padding-top : 50px !important;
}
.pb-50{
	padding-bottom : 50px !important;
}
.pr-50{
	padding-right : 50px !important;
}
.pl-50{
	padding-left : 50px !important;
}
.pt-40{
	padding-top : 40px !important;
}
.pb-40{
	padding-bottom : 40px !important;
}
.pt-30{
	padding-top : 30px !important;
}
.pb-30{
	padding-bottom : 30px !important;
}
.pt-20{
	padding-top : 20px !important;
}
.pb-20{
	padding-bottom : 20px !important;
}
.elementor-field-group input, .elementor-field-group textarea {
    padding: 17px 24px;
    resize: none;
}
.blue-btn svg {
    width: auto;
    height: auto;
}
.blue-btn span.elementor-button-content-wrapper {
    align-items: center;
    gap: 30px !important;
    flex-direction: row-reverse;
}
.blue-btn a{
	    padding: 6px 6px 6px 35px;
}
.blue-btn .elementor-button:hover svg {
    transform: rotate(45deg);
}
.blue-btn .elementor-button:hover .select-caret-down-wrapper svg {
    transform: rotate(0);
}
.blue-btn .elementor-button:hover rect {
    fill: #fff !important;
}
.blue-btn .elementor-button:hover path {
    fill: #000 !important;
}
.blue-svg svg {
    filter: brightness(0) saturate(100%) invert(20%) sepia(93%) saturate(1604%) hue-rotate(198deg) brightness(97%) contrast(94%);
}
.blue-cover-svg svg {
    background: #0D519E;
    border-radius: 100%;
    padding: 20px;
}
/*  Common Css End Here  */

/* Header and Footer Css Start Here  */
div#my-header {
    position: absolute;
    z-index: 999;
	margin-top : 70px;
}
#my-header .header-inner{
	border-radius: 20px;
border: 1px solid rgba(255, 255, 255, 0.50);
background: rgba(235, 235, 235, 0.70);
backdrop-filter: blur(15px);
}
#my-header ul.sub-menu li a {
    padding: 0 !important;
    margin-bottom: 20px;
}
#my-header ul.sub-menu li:last-child a {
    padding: 0 !important;
    margin-bottom: 0;
}
#my-header ul.sub-menu {
    padding: 24px 24px !important;
    width: 285px;
}
#my-header ul.sub-menu li:hover a {
    margin-left: 10px;
}
#my-header ul.sub-menu li:hover:before {
    display:block;
}
#my-header ul.sub-menu li {
    position: relative;
}

#my-header ul.sub-menu li:before {
    position: absolute;
    content: '';
    background: #0D519E;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    left: 0;
    top: 50%;
    bottom: 0;
    transform: translateY(-50%);
    display:none;
}
/* .single.single-post #my-header .header-inner {
    background: #fff !important;
    backdrop-filter: none !important;
}
.single.single-services #my-header .header-inner {
    border-radius: 0;
    background: #fff !important;
    backdrop-filter: none !important;
} */
.list-style ul {
    padding: 0 0 0 18px;
}
.list-style ul li::marker {
    color: #0D519E;
    font-size: 25px;
}
.list-style ul li {
    margin-bottom: 12px;
}

/* Home Slides Css Start Here  */
.slider-main {
	aspect-ratio: 16 / 7;
	background-color: rgb(211,211,211);
	border-radius: 40px; 
	overflow:hidden;
	transition: all 0.3s ease-in;
}

.slider-main:before{
  content:"";
  position: absolute;
  left: -45%;
  height: 100%;
  width: 45%;
  background-image: linear-gradient(to left, rgba(251,251,251, .05), rgba(251,251,251, .3), rgba(251,251,251, .6), rgba(251,251,251, .3), rgba(251,251,251, .05));
  background-image: -moz-linear-gradient(to left, rgba(251,251,251, .05), rgba(251,251,251, .3), rgba(251,251,251, .6), rgba(251,251,251, .3), rgba(251,251,251, .05));
  background-image: -webkit-linear-gradient(to left, rgba(251,251,251, .05), rgba(251,251,251, .3), rgba(251,251,251, .6), rgba(251,251,251, .3), rgba(251,251,251, .05));
  animation: loading 1s infinite;
  z-index: 45;
}

@keyframes loading {
  0%{
    left: -45%;
  }
  100%{
    left: 100%;
  }
}

.slider-main.slick-loaded {
/*     height: auto; */
    background-color: transparent;
}
.slider-main.slick-loaded:before {
    display: none;
}
/* Hide slider until slick initializes */
.home-slider {
  opacity: 0;
  visibility: hidden;
}
/* Show only after slick is ready */
.home-slider.slick-initialized {
    opacity: 1;
    visibility: visible;
    z-index: 99;
}
.slider-main {
    position: relative;
	    border-radius: 25px;
}


.home-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 0 !important;
}
.single-slide {
    position: relative;
    background-size: cover;
    background-position: center center;
    align-items: center;
    padding: 80px 135px;
    border-radius: 25px;
    height: 805px !important;
    display: flex !important;
}

.slide-content{
	width:60%;
}
.slide-subhead {
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff !important;
    font-weight: 500;
    position: relative;
    padding-left: 25px;
}
.slide-subhead.animate-subhead {
 
}
.slide-subhead:before {
    position: absolute;
    content: '';
    background: #0D519E;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    left: 0;
    top: 50%;
    bottom: 0;
    transform: translateY(-50%);
}
.slide-title {
  margin-bottom: 20px;
display: inline-block;
}
.slide-text {
    font-size: 18px;
    margin-bottom: 30px;
    color: #FFF !important;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.slide-btn {
  background: #0c63ff;
  padding: 12px 25px;
  color: #fff;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
}

.home-slider ul.slick-dots {
    right: auto!important;
    left: 140px !important;
    bottom: 50px;
    width: auto;
    top: auto;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 0;
    margin: 0;
}
.home-slider ul.slick-dots li {
    color: #fff !important;
    border-radius: 100%;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    margin: 0;
}
.home-slider ul.slick-dots li button:before {
    color: #fff;
    font-size: 35px;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    left: 0;
    right: 0;
    top: 0px;
    bottom: 0;
    position: relative;
}
.home-slider ul.slick-dots li.slick-active button {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}
.home-slider ul.slick-dots li button {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
}
.home-slider ul.slick-dots li button:focus{
    background-color: transparent;
}
.home-slider ul.slick-dots li button:hover {
    background-color: transparent;
}
.home-slider ul.slick-dots li.slick-active button:before {
    color: #0d519e;
}
ul.sub-menu:before {
    content: "";
    position: absolute;
    top: -12px;
    left: 40px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #ffffff;
}
/*  Ticker Slide   */

.sa-ticker-wrap  {
    overflow: hidden;
    height: auto;
    display: flex;
    padding:45px 0;
}

.sa-ticker {
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 40px;
    white-space: nowrap;
    animation: sa-ticker-scroll 30s linear infinite;
}

.sa-ticker-inner {
    display: flex;
    align-items: center;
    gap: 0px;
}
.service-item .blue-btn.readmore {
    margin-top: 90px;
}
.sa-ticker-item {
color: #121315;
font-family: Lato;
font-size: 17px;
font-style: normal;
font-weight: 600;
line-height: 19.2px; /* 112.941% */
letter-spacing: 0.8px;
text-transform: uppercase;
}
.sa-ticker-item a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    color: #FFF;
    font-family: "Cal Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100px;
    /* 500% */
    text-transform: capitalize;
    margin-left: 10px;
}
.sa-ticker-item a:hover {
    text-decoration: none;
    color: #fff !important;
}
.sa-dot {
    margin: 0px 45px;
    color: #0D519E;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
    left: -5px;
    top: 3px;
    border-radius: 0;
}
@keyframes sa-ticker-scroll {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}
.sa-ticker-wrap:hover .sa-ticker {
    animation-play-state: paused
}

/*  Service Slider Css Start Here  */

/* ================================
   SERVICE SLIDER MAIN WRAPPER
================================ */
.services-slick-slider {
    position: relative;
    padding:0;
    padding-right: 80px; /* right side arrows space */
}

.service-slide-box {
    padding:0;
}
.service-item {
    background: #fff;
    border: 1px solid #eee;
    padding: 40px;
    border-radius: 0;
    height: 606px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/* ================================
   ICON + NUMBER SECTION
================================ */
.service-icon-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
}

.service-icon-wrap img {
/*     width: 60px;
    height: 60px; */
    object-fit: contain;
    border-radius: 12px;
    padding: 8px;
}

.service-num {
    font-size: 22px;
    font-weight: 600;
    color: #777;
}

/* ================================
   TITLE + CONTENT
================================ */
.service-item h3 {
    margin-top: 25px;
    font-size: 22px;
    font-weight: 700;
}

.service-item p {
    margin-top: 15px;
    color: #666;
}

/* ================================
   READ MORE BUTTON
================================ */
.service-readmore {
    display: inline-flex;
    margin-top: 25px;
    padding: 12px 22px;
    background: #f6f7f9;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    color: #222;
}
.white-btn a.elementor-button .elementor-button-icon svg rect {
    fill: #0d519e !important;
}
.white-btn a.elementor-button .elementor-button-icon svg path {
    fill: #fff !important;
}
.white-btn a.elementor-button:hover svg path {
    fill: #0d519e !important;
}
.white-btn a.elementor-button:hover svg rect {
    fill: #fff !important;
}
.white-btn a.elementor-button:hover {
    background: #0D519E !important;
    color: #fff !important;
    border: none !important;
}
.blue-btn.readmore {
    margin-top: 25px;
}
.blue-btn.readmore a.elementor-button {
    width: 100%;
    background: transparent;
    color: #121315;
    border-radius: 40px;
    border: 1px solid #D7D7D7;
    padding: 7px 7px 7px 36px;
}
.blue-btn.readmore a.elementor-button span.elementor-button-content-wrapper {
    justify-content: space-between;
}
.blue-btn.readmore a.elementor-button svg rect {
    fill: #0d519e;
}
/* ================================
   CUSTOM ARROWS (Exactly like design)
================================ */
.slick-arrow {
    position: absolute !important;
    right: 0;
    width: 80px;
    height: 50%;
    background: #003E8F;
    color: #fff;
    border: none;
    font-size: 28px !important;
    cursor: pointer;
    z-index: 999;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 0 !important;
    padding: 6px !important;
}
/* TOP BLOCK (←) */
.slick-prev-custom {
    top: 0;
    border-top-right-radius: 25px;
}

/* BOTTOM BLOCK (→) */
.slick-next-custom {
    bottom: 0;
    border-bottom-right-radius: 25px;
}

/* Remove slick default icons */
.slick-prev:before,
.slick-next:before {
    display: none !important;
}



/* ================================
  Project Slider
================================ */

.projects-slick-slider {
    position: relative;
}
.projects-slick-slider:before {
    position: absolute;
    content: '';
    background: url('/oba/wp-content/uploads/2025/12/work-bottm-shadow.png');
    width: 1430px;
    height: 325px;
    bottom: -170px;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
}
.project-grid div#project-tabs ul {
    width: 100%;
}
.projects-wrapper {
    display: grid;
    grid-template-columns: repeat(1,1fr 1fr 1fr);
    gap: 24px;
}
.projects-wrapper .pr-image img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
}
.projects-wrapper span.grid-project-subtitle {
    font-family: 'DM Sans';
    padding-left: 30px;
    position: relative;
    color: #999999;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.projects-wrapper span.grid-project-subtitle:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #0D519E;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
}
.projects-wrapper .pr-image {
    width: 100%;
    height: 100%;
    padding-bottom: 15px;
}
.grid-project-title {
    margin: 5px 0 0px 0;
}
#project-tabs { margin-top: 20px; }
.project-grid div#project-tabs ul {
    width: 100%;
}
#project-tabs ul {
    display: flex;
    gap: 20px;
    border-bottom: 2px solid #eee;
    justify-content: center;
    width: 75%;
    margin: 0 auto;
	position: relative;
	padding: 0 0 10px 0;
}
#project-tabs ul:after {
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    right: 0;
    bottom: -5px;
    background: #0D519E;
    border-radius: 100%;
}
#project-tabs ul:before {
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    left: 0;
    bottom: -5px;
    background: #0D519E;
    border-radius: 100%;
}
#project-tabs ul li {
    list-style: none;
    font-size: 18px;
    font-family: 'DM Sans';
    position: relative;
}
#project-tabs ul li a {
    padding: 10px 15px;
    display: block;
    font-weight: 600;
    color: #000;
}
#project-tabs ul li.ui-tabs-active:before {
    content: '';
    position: absolute;
    background: #0D519E;
    width: 100%;
    height: 3px;
    bottom: -11px;
}
ul.slick-dots {
    display: none !important;
}
.projects-slick-slider {
    margin-top: 40px;
    margin-bottom: 0 !important;
}
.project-slide { padding: 15px; }
.slide-inner {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.pr-icon {
    margin-bottom: 10px;
}
.project-image {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 20px;
}
.project-image img {
    width: 100%;
}
.project-content-box {
    position: absolute;
    bottom: 30px;
    left: 30px;
    padding: 25px;
    width: 40%;
    display: none;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.65);
    box-shadow: 10px 10px 0 0 rgba(255, 255, 255, 0.40);
    backdrop-filter: blur(6.5px);
}
.project-slide.slick-center .project-content-box {
    display: block;
}
span.project-subtitle:before {
    content: '';
    position: absolute;
    border-radius: 999px;
    background: #0D519E;
    width: 8px;
    height: 8px;
    left: 0;
    top: 50%;
    bottom: 0;
    transform: translateY(-50%);
}
.project-subtitle {
    color: #0D519E;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    padding-left: 26px;
    position: relative;
}
.project-title {
    margin-top: 10px;
    margin-bottom: 25px;
}
.pr-content {
    gap: 40px;
    display: flex;
    align-items: center;
    border-top: 0px solid #D7D7D7;
    padding-top: 0;
    justify-content: space-between;
}
.project-text { 
    font-size: 14px;
    line-height: 22px;
    color: #444;
	width: 100%;
}
.projects-slick-slider button.slick-prev-project.slick-arrow {
    left: 0;
    right: 63%;
}
button.slick-next-project.slick-arrow {
    right: 54%;
}
.projects-slick-slider .slick-arrow {
    right: 0;
    left: 0;
    width: 71px;
    bottom: -75px;
    height: 71px;
    background: #121315;
    color: #fff !important;
    border: none;
    font-size: 0;
    cursor: pointer;
    z-index: 999;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 100% !important;
    margin: 0 auto;
    top: auto !important;
    transform: none;
    padding: 0;
}

#testimonial-sec .elementor-testimonial__text {
    position: relative;
}
#testimonial-sec .elementor-testimonial__text span {
    padding: 0 0 0 25px;
    color: #999;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 162.5% */
    letter-spacing: 3.2px;
    text-transform: uppercase;
    position: relative;
}
#testimonial-sec .elementor-testimonial__text span:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 99px;
    background: #0D519E;
}
#testimonial-sec .elementor-testimonial__text h2 {
    margin-top: 20px;
    margin-bottom: 60px;
}
#testimonial-sec .elementor-testimonial__footer {
    padding-top: 40px;
    border-top: 1px solid #D7D7D7;
    margin-top: 55px;
    position: relative;
}
#testimonial-sec .elementor-testimonial__footer:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: #0D519E;
    right: 0;
    border-radius: 100%;
    top: -5px;
}
#testimonial-sec .elementor-widget-testimonial-carousel .swiper-slide {
       padding: 65px 135px 65px 65px;
}
.post-type-archive-our_projects #testimonial-sec .elementor-widget-testimonial-carousel .swiper-slide {
    padding: 65px 135px 65px 65px;
    background-color: #FCFCFF;
    box-shadow: 0px 9px 15px 0px rgba(13.000000000000018, 81.00000000000016, 158, 0.1);
    border-radius: 24px;
}
#testimonial-sec .elementor-testimonial__text:before {
    position: absolute;
    content: '"';
    font-size: 95px;
    font-weight: 800;
    right: 30%;
    top: 0;
    color: #0D519E;
    font-family: monospace;
}
#testimonial-sec .swiper-pagination {
    right: 13% !important;
    text-align: end;
    left: auto !important;
    position: absolute !important;
    bottom: 80px !important;
}
#testimonial-sec span.swiper-pagination-bullet {
    margin: 0 5px !important;
    width: 60px;
    border-radius: 999px;
    height: 4px;
}
#testimonial-sec .one-side-container {
    margin-left: calc((100% - 1680px) / 2);
    overflow: hidden;
}
#testimonial-sec .one-side-container .elementor-testimonial__footer {
border: none !important; 
}
#testimonial-sec .one-side-container .elementor-testimonial__footer:before {
   display:none;
}
#testimonial-sec .one-side-container span.swiper-pagination-bullet {
    margin: 0 8px !important;
    height: 4px;
    width: 60px;
    border-radius: 999px;
}
#testimonial-sec .one-side-container .swiper-pagination {
    right: 0 !important;
    text-align: center;
    left: 0 !important;
    position: relative !important;
    bottom: -40px !important;
}
#testimonial-sec {
    overflow: hidden;
}
.home-get-expert-sec{
     overflow: visible !important;
     margin-top: 80px;
}
.home-get-expert-sec .my-container {
    position: relative;
    overflow: visible !important;
}
.home-get-expert-sec .my-container:before {
    position: absolute;
    content: '';
    background: url('/wp-content/uploads/2025/12/side-blue-building.png');
    background-repeat: no-repeat;
    right: 0;
    left: auto;
    background-position: center right;
    background-size: contain;
    overflow: visible;
    top: -80px;
    width: 100%;
    height: 538px;
}

.get-in-touch-sec textarea {
    border-radius: 24px !important;
}
.get-in-touch-sec .elementor-field.elementor-select-wrapper select {
    padding: 17px 24px;
    color: #666666;
}
.get-in-touch-sec input::placeholder {
    opacity: 1 !important;
}
.get-in-touch-sec textarea::placeholder{
    opacity: 1 !important;
}
#befoe-after-sec .twentytwenty-horizontal .twentytwenty-before-label, #befoe-after-sec .twentytwenty-horizontal .twentytwenty-after-label {
    opacity: 1;
    z-index: 1;
}
#befoe-after-sec .twentytwenty-horizontal .twentytwenty-before-label:before, #befoe-after-sec .twentytwenty-horizontal .twentytwenty-after-label:before {
    font-size: 16px;
    font-family: 'DM Sans';
    font-weight: 700;
    top: 60px;
    background: rgba(0, 0, 0, 0.40);
}
#befoe-after-sec .twentytwenty-handle {
    border: none;
    box-shadow: none;
}
.blue-btn span.elementor-button-icon svg rect {
    color: #000 !important;
    fill: #000 !important;
}
.blog-col {
    position: relative;
	overflow:visible;
}
.blog-col .date-box {
    position: absolute;
    z-index: 9;
    width: 83px;
    top: -15px;
    left: 15px;
}
.blog-col .date-box ul.elementor-post-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	width:110px;
}
.blog-col .date-box ul.elementor-post-info li:nth-child(1) {
    border-radius: 12px 12px 0 0;
    background: #0D519E;
    width: 100%;
    height: 83px;
    color: #FFF;
    text-align: center;
    font-family: "DM Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 83px; /* 207.5% */
}
.blog-col .date-box ul.elementor-post-info li time {
    color: #fff;
    font-weight: 800;
}

.blog-col .date-box ul.elementor-post-info li:nth-child(2) {
    padding: 10px 6px;
    background: #1E2023;
    border-radius: 0 0 12px 12px;
    width: 100%;
    color: #FFF;
    text-align: center;
	font-family: 'lato';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 206.25% */
}
.blog-col .date-box ul.elementor-post-info li {
    justify-content: center;
    align-items: center;
    text-align: center;
}
#latest-news-slidesec .swiper {
    padding-top: 20px;
}
#latest-news-slidesec .swiper-slide{
	overflow:visible;
}

.home-white-boxes {
    gap: 20px;
}
.blue-dot-textstart p.elementor-heading-title {
    position: relative;
}
.blue-dot-textstart .elementor-heading-title:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #0D519E;
    margin-left: -20px;
    transform: translateY(-50%);
    top: 50%;
}
.who-we-are-icon-box .elementor-icon-box-title {
    position: relative;
	padding-left: 30px;
}
.who-we-are-icon-box .elementor-icon-box-title:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #0D519E;
    margin-left: -20px;
    transform: translateY(-50%);
    top: 50%;
}
/* ================================
   Services Grid Start
================================ */

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.service-card {
    border-radius: 24px;
    border: 1px solid #D7D7D7;
    background: #FFF;
    cursor: pointer;
}
.service-card-inner {
    position: relative;
    padding: 24px;
	width: 100%;
    height: 100%;
}
.service-card:hover img.box-bg-cover {
    opacity: 1;
    transform: scale(1);
}
img.box-bg-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 24px;
    z-index: 1;
    transition: opacity 0.4s ease, transform 0.4s ease;
    opacity: 0;
}
.white-btn a.elementor-button {
    background: #fff !important;
}
.service-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.service-count {
    font-size: 18px;
    color: #999999;
    font-family: 'DM Sans';
    font-weight: 500;
}
.service-excerpt {
    color: #666666;
    font-family: 'Lato';
}
.service-readmore {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    justify-content: space-between;
}
.service-card-content {
    padding-top: 20px;
    height: 250px;
}
.blue-btn.readmore.white-btn {
    z-index: 2;
    position: relative;
}
.blue-btn.readmore.white-btn a {
    position: absolute;
    bottom: 0px;
}
.working-process-wrapper {
    display: grid;
    grid-template-columns: repeat(1,1fr 1fr 1fr);
    gap: 25px;
}
.working-process-item {
    border-radius: 24px;
    background: #FCFCFF;
    padding: 24px;
}
.working-process-wrapper .wp-number {
    color: #0D519E;
    font-family: "DM Sans";
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px; /* 121.053% */
}
.working-process-wrapper .wp-title {
    color: #333;
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    letter-spacing: -0.32px;
    text-transform: capitalize;
    margin: 15px 0 15px 0;
}
.list-style.two-col ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 25px;
}

/* ================================
   Services Grid End 
================================ */
.service-inner-content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.service-inner-content h3 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#before-after-tabs-section .wb_ebais_twentytwenty_container {
    border-radius: 25px;
}
div#before-after-tabs-section .e-n-tabs-heading {
    align-items: center;
    gap: 20px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr 1fr 1fr 1fr);
}
div#before-after-tabs-section .e-n-tabs-heading button {
    background: transparent;
    padding: 0 !important;
    display: inline-block;
    border-radius: 25px !important;
}
div#before-after-tabs-section .e-n-tabs-heading button img {
    width: 100% !important;
}
div#before-after-tabs-section .e-n-tabs-heading button span {
    width: 100% !important;
    background: transparent !important;
}
.single .elementor-widget-theme-post-content p {
    margin-bottom: 20px;
}


/* ================================
   RESPONSIVE
================================ */

@media (max-width: 1680px) {
.single-slide {
    height: 680px !important;
}	
.slide-content {
    width: 75%;
}
.service-card-content {
    height: 235px;
}
	.blog-col .date-box ul.elementor-post-info {
    width: 100px;
}
.pt-200{
	padding-top : 180px !important;
}
.pb-200{
	padding-bottom : 180px !important;
}
.mt-120{
	margin-top:100px;
}
.mb-120{
	margin-bottom:100px;
}
.pt-120{
	padding-top : 100px !important;
}
.pb-120{
	padding-bottom : 100px !important;
}
.pt-100{
	padding-top : 80px !important;
}
.pb-100{
	padding-bottom : 80px !important;
}
.pr-100{
	padding-right : 80px !important;
}
.pl-100{
	padding-left : 80px !important;
}
.pt-90{
	padding-top : 70px !important;
}
.pb-90{
	padding-bottom : 70px !important;
}
.pt-80{
	padding-top : 60px !important;
}
.pb-80{
	padding-bottom : 60px !important;
}
.pt-70{
	padding-top : 50px !important;
}
.pb-70{
	padding-bottom :50px !important;
}
.pt-60{
	padding-top : 40px !important;
}
.pb-60{
	padding-bottom : 40px !important;
}
.pr-60{
	padding-right : 40px !important;
}
.pl-60{
	padding-left : 40px !important;
}
.pt-50{
	padding-top : 30px !important;
}
.pb-50{
	padding-bottom : 30px !important;
}
.pr-50{
	padding-right : 30px !important;
}
.pl-50{
	padding-left : 30px !important;
}
.pt-40{
	padding-top : 30px !important;
}
.pb-40{
	padding-bottom : 30px !important;
}
.pt-30{
	padding-top : 15px !important;
}
.pb-30{
	padding-bottom : 15px !important;
}
.pt-20{
	padding-top : 10px !important;
}
.pb-20{
	padding-bottom : 10px !important;
}	
/*     .home-slider ul.slick-dots {
        left: 165px !important;
		    bottom: 130px;
    } */
	.service-item {
    padding: 35px;
/*     height: 580px; */
}
	.service-item h3 {
    font-size: 20px;
}
	#testimonial-sec span.swiper-pagination-bullet {
    width: 35px;
}
.pl-75 {
    padding-left: 30px;
}
.pr-75 {
    padding-right: 30px;
}
	.blue-btn span.elementor-button-content-wrapper{
    gap: 12px !important;
}
	#project-tabs ul {
    gap: 12px;
    width: 85%;
}
	#project-tabs ul li {
    font-size: 15px;
}
	.project-content-box {
    bottom: 25px;
    left: 25px;
    padding: 25px;
    width: 45%;
}
	.pr-icon {
    margin-bottom: 15px;
}
	.project-subtitle {
    font-size: 11px;
}
	.project-title {
    margin-top: 10px;
    margin-bottom: 15px;
}
	.pr-content {
    gap: 15px;
    padding-top: 15px;
}
	.projects-slick-slider button.slick-prev-project.slick-arrow {
    right: 58%;
}
	button.slick-next-project.slick-arrow {
    right: 48%;
}
	#testimonial-sec .elementor-testimonial__text span {
    font-size: 14px;
}
	#testimonial-sec .elementor-testimonial__text h2 {
    margin-top: 20px;
    margin-bottom: 35px;
}

.blog-col .date-box ul.elementor-post-info li:nth-child(1) {
    height: 70px;
    font-size: 35px;
}
	.blog-col .date-box ul.elementor-post-info li:nth-child(2) {
    font-size: 11px;
	padding: 8px 6px;
}
	.projects-slick-slider:before {
    transform: scale(0.9);
}
	.home-get-expert-sec .my-container:before {
    top: -70px;
}
	#testimonial-sec .one-side-container {
        margin-left: calc((100% - 1270px) / 2);
    }
}
@media (max-width: 1600px) {
	    button.slick-next-project.slick-arrow {
        right: 62%;
    }
	    .projects-slick-slider button.slick-prev-project.slick-arrow {
        right: 72%;
    }
	div#work-slider .work-slid-btn {
    padding: 0 0 0 0;
    margin-left: auto;
    margin-right: -45px;
}
}
@media (max-width: 1536px) {
	div#work-slider .work-slid-btn {
    margin-right: -35px;
}
}
@media (max-width: 1440px) {
div#work-slider .work-slid-btn {
    padding: 0 0 0 0;
    margin-left: auto;
    margin-right: 0;
}
	    button.slick-next-project.slick-arrow {
        right: 60%;
    }
}

@media (max-width: 1366px) {
	    .single-slide {
        height: 600px !important;
    }
div#work-slider .work-slid-btn {
    padding: 0 0 0 0;
    margin-left: auto;
    margin-right: 55px;
	}
}
@media (max-width: 1280px) {
	    .projects-slick-slider button.slick-prev-project.slick-arrow {
        right: 69%;
    }
	#testimonial-sec .swiper-pagination {
    right: 30px !important;
    bottom: 20px !important;
}
	#testimonial-sec .elementor-widget-testimonial-carousel .swiper-slide {
    padding: 40px 40px 40px 40px;
}
	    #testimonial-sec .elementor-testimonial__text h2 {
        margin-top: 15px;
        margin-bottom: 10px;
    }
	#testimonial-sec .elementor-testimonial__footer {
    padding-top: 25px;
    margin-top: 25px;
}
	.testimonial-col .elementor-main-swiper{
		padding : 0 !important;
	}
	.testimonial-col {
    height: 505px;
	padding : 0 !important;
}
	#testimonial-sec {
    align-items: end;
}
	button.slick-next-project.slick-arrow {
        right: 57%;
    }
	.single-slide {
    height: 560px !important;
	padding: 50px;
}
	.home-slider ul.slick-dots {
        left: 45px !important;
		    bottom: 71px;
    }
	.projects-slick-slider:before {
       transform: scale(0.8);
       left: -70px;
    }
	.service-card-content {
    height: 280px;
}
	    .home-get-expert-sec .my-container:before {
        top: -85px;
    }
	.list-style.two-col ul {
    gap: 25px;
}
	#testimonial-sec .one-side-container {
        margin-left: calc((100% - 1120px) / 2);
    }
}
@media (max-width: 1198px) {
	    .home-get-expert-sec .my-container:before {
        top: -59px;
        transform: scale(0.9);
        right: -54px;
    }
}
@media (max-width: 1024px) {
	.slide-subhead {
    font-size: 12px;
}
	.slide-title {
    margin-bottom: 10px;
}
/* 	.slide-text {
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 20px;
} */
nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    margin-left: 60px !important;
}
	    div#work-slider .work-slid-btn {
        margin-right: 150px;
    }
	#testimonial-sec span.swiper-pagination-bullet {
    width: 20px;
}
	#testimonial-sec .swiper-pagination {
    bottom: 10px !important;
}
.list-style ul li {
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 20px;
}
	    .pt-100 {
        padding-top: 50px !important;
    }
	    .list-style.two-col ul {
        column-gap: 24px;
        row-gap: 10px;
    }
	    .project-content-box {
        bottom: 20px;
        left: 20px;
        padding: 20px;
        width: 75%;
    }
#latest-news-slidesec .elementor-swiper-button {
    bottom: -100px !important;
}
	div#latest-news-slidesec {
    padding-top: 10px !important;
}
#latest-news-slidesec .elementor-swiper-button.elementor-swiper-button-prev {
    bottom: -130px;
    top: auto;
    left: 0;
    right: 100px;
    width: 71px;
    height: 71px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
#latest-news-slidesec .elementor-swiper-button.elementor-swiper-button-next {
    bottom: -130px;
    top: auto;
    right: 0;
    left: 100px;
    width: 71px;
    height: 71px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
	    .home-get-expert-sec .my-container:before {
        right: -192px;
        top: -73px;
        transform: scale(0.6);
    }
	    #project-tabs ul {
        gap: 5px;
        width: 96%;
    }
	       button.slick-next-project.slick-arrow {
        right: 42%;
    }
	    .projects-slick-slider button.slick-prev-project.slick-arrow {
        right: 60%;
    }
	    .projects-slick-slider:before {
        transform: scale(0.7);
        left: -200px;
    }
    #testimonial-sec .elementor-widget-testimonial-carousel .swiper-slide {
        padding: 25px;
    }
	    .testimonial-col {
        height: 405px;
        padding: 0 !important;
    }
	#testimonial-sec .swiper-pagination {
    right: 2% !important;
    bottom: 10px;
}
	       .single-slide {
        height: 65vh !important;
        padding: 20px;
    }
/* 	      .home-slider ul.slick-dots {
        left: 20px !important;
        bottom: 110px;
    } */
	.service-item {
        height: 500px;
    }
	    #testimonial-sec .one-side-container {
        margin-left: calc((100% - 920px) / 2);
    }
	.post-type-archive-our_projects #testimonial-sec .elementor-widget-testimonial-carousel .swiper-slide {
    padding: 50px 70px 50px 50px;
}
	    #testimonial-sec .one-side-container {
        margin-left: calc((100% - 920px) / 2);
    }
	    #testimonial-sec .one-side-container {
        margin-left: 0;
        padding: 0 30px;
    }
	
	.slider-main.slick-loaded{
		overflow:visible;
		 aspect-ratio: unset;
	}
}

@media (max-width: 992px) {
	
	div#work-slider .work-slid-btn {
        margin-right: 30px;
    }
	.slide-content {
    width: 100%;
	}
	    .services-slick-slider .slick-arrow {
        width: 80px;
    }
	#project-tabs ul {
        gap: 10px;
        width: 90%;
        flex-wrap: wrap;
    }
	    .project-content-box {
        width: 70%;
    }
    button.slick-next-project.slick-arrow {
        right: auto;
        left: 120px;
    }
	    .projects-slick-slider button.slick-prev-project.slick-arrow {
        right: auto;
        left: 25px;
    }
	.projects-slick-slider:before{
		display:none;
	}
	    .home-get-expert-sec .my-container:before {
       display:none;
    }
    .service-item {
        padding: 30px;
    }
    .slick-arrow {
        width: 55px;
    }
	.services-grid {
    grid-template-columns: repeat(2, 1fr);
}
	.working-process-item {
    padding: 20px;
}
	.working-process-wrapper {
    grid-template-columns: repeat(1, 1fr 1fr);
}
	.projects-wrapper {
    grid-template-columns: repeat(1, 1fr 1fr);
}
}
@media (max-width: 767px) {
	    .pr-icon {
        display: none;
    }
	.pr-content {
        padding-top: 0;
    }
	    .project-title {
        margin-top: 0;
        margin-bottom: 0;
    }
	#before-after-tabs-section .wb_ebais_twentytwenty_container {
    border-radius: 10px;
}
	div#before-after-tabs-section .e-n-tabs-heading button {
    border-radius: 10px !important;
}
    .mb-slider ul.slick-dots {
        display: block !important;
        bottom: 0px;
        margin: 0 auto !important;
        text-align: center;
        width: 100%;
        left: 0;
        right: 0;
    }
 .mb-slider ul.slick-dots li button:before {
        font-size: 36px;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
        bottom: 0;
        line-height: normal;
        width: 100% !important;
    }
.mb-slider ul.slick-dots li.slick-active button:before {
    color: #0d519e;
}
.mb-slider {
    padding-bottom: 40px;
    margin-bottom: 0 !important;
}
.mb-slider ul.slick-dots li.slick-active button:focus {
    background: transparent !important;
}
.mb-slider ul.slick-dots li.slick-active button:hover {
    background: transparent;
}

	.top-bar span.elementor-icon-list-text {
    font-size: 11px !important;
}
	    div#work-slider .work-slid-btn {
        margin: 0 auto;
    }
	    .pb-100 {
        padding-bottom: 30px !important;
    }
	    .pb-120 {
        padding-bottom: 40px !important;
    }
	    .slide-text {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px;
    }
	.slide-subhead {
    font-size: 11px;
}
	.slide-title {
           font-size: 25px !important;
        line-height: 30px !important;
}
	    .home-slider ul.slick-dots {
        bottom: 20px;
        left: 20px !important;
    }
	    .mt-120 {
        margin-top: 20px;
    }
	       #latest-news-slidesec .elementor-swiper-button {
        padding: 0 !important;
        width: 55px !important;
        height: 55px !important;
    }
	.services-slick-slider {
    padding-right: 0;
}
	    .services-slick-slider .slick-arrow {
        width: auto;
        height: auto;
        bottom: 0;
        top: auto;
    }
	div#white-boxes .elementor-element {
    min-width: auto;
}
	.testimonial-col {
        height: auto;
    }
	.elementor-widget-n-tabs .e-n-tabs {
    flex-direction: column-reverse;
    gap: 20px !important;
}
	    div#latest-news-slidesec {
        padding-bottom: 100px !important;
    }
	div#work-slider {
    padding-bottom: 75px !important;
}
	.pt-100 {
        padding-top: 30px !important;
    }
	.experties-sec {
    min-width: 100% !important;
}
.experties-sec .elementor-element {
    min-width: auto !important;
}
	    #testimonial-sec .swiper-pagination {
        right: 10px !important;
        bottom: 10px !important;
    }
	#testimonial-sec .elementor-widget-testimonial-carousel .swiper-slide {
        padding: 50px 25px 50px 25px;
    }
	.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
    top: 20% !important;
    padding: 0 5px !important;
	font-size: 12px !important;	
}
		.working-process-wrapper {
    grid-template-columns: repeat(1,1fr);
}
	    #project-tabs ul {
        width: 90%;
        display: block;
        text-align: center;
		padding: 0 0 20px 0;
    }
	    #project-tabs ul li {
        font-size: 14px;
    }
	.blue-btn svg {
    width: 30px;
    height: 30px;
}
	#project-tabs ul li.ui-tabs-active:before {
    width: 45%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
	#project-tabs {
    margin-top: 0;
}
	#project-tabs ul li a {
    padding: 5px 15px;
}
	    .list-style.two-col ul {
        gap: 0px;
        grid-template-columns: repeat(1, 1fr);
    }
	    .services-grid {
        grid-template-columns: repeat(1, 1fr);
    }
	.single-slide {
        height: 540px !important;
        padding: 20px;
    }
	.sa-ticker-item {
    font-size: 14px;
}
	.elementor-element{
		min-width:auto !important;
	}
.top-bar ul.elementor-icon-list-items li {
    margin: 0;
    padding: 0;
    margin-inline: 0 !important;
    justify-content: center;
    align-items: center;
    align-content: center;
}
	    div#my-header {
        margin-top: 35px;
    }
	#testimonial-sec .elementor-testimonial__text:before {
    right: -15px;
    top: 40px;
    transform: scale(0.6);
}
	.top-bar ul.elementor-icon-list-items {
    gap: 6px;
	flex-direction: row !important;
    margin-inline: 0 !important;
	}
    #my-header .header-inner {
        padding: 16px;
    }
	.services-slick-slider button.slick-prev-custom.slick-arrow {
    left: 0px;
    justify-content: flex-start;
}
.services-slick-slider button.slick-next-custom.slick-arrow {
    right: 0;
}
	    .services-slick-slider .slick-arrow {
        width: auto;
        height: auto;
        bottom: 0;
        top: auto;
        font-size: 22px;
        padding: 10px 15px !important;
        border-radius: 0 !important;
        border-bottom-right-radius: 20px !important;
        border-bottom-left-radius: 20px !important;
    }
	.service-icon-wrap img {
    width: 45%;
}
	.service-num {
    font-size: 18px;
}
	    .service-item h3 {
        font-size: 17px;
        margin: 15px 0;
    }
	        .service-item {
        height: auto;
        padding-bottom: 55px;
        border-bottom: 0;
    }
	    .project-image {
        height: 480px !important;
    }
	.projects-slick-slider .slick-arrow {
    width: 50px;
    height: 50px;
}
	.service-item p {
    font-size: 13px;
    line-height: 23px;
}
	.blue-btn.readmore a.elementor-button span.elementor-button-content-wrapper {
    font-size: 11px;
}
	       .projects-slick-slider button.slick-prev-project.slick-arrow {
        right: auto;
        left: -60px !important;
    }
	    button.slick-next-project.slick-arrow {
        right: -60px !important;
        left: 75px;
    }
	.projects-slick-slider .slick-arrow {
    right: 0 !important;
    left: 0 !important;
    bottom: -130px;
}
	div#before-after-tabs-section .e-n-tabs-heading button {
    margin: 0 0 20px 0;
}
	    .project-content-box {
        width: 90%;
        left: 15px;
    }
	    .projects-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
	    .post-type-archive-our_projects #testimonial-sec .elementor-widget-testimonial-carousel .swiper-slide {
        padding: 45px 45px 45px 45px;
    }
	.home-get-expert-sec {
    margin-top: 30px;
}
}