/*
 Theme Name:   Hello Elementor Child
 Theme URI:    http://example.com/hello-elementor-child
 Description:  Hello Elementor Child Theme
 Author:       Your Name
 Author URI:   http://example.com
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Importing the parent theme style.css */
@import url("../hello-elementor/style.css");

:root {
  --color1: #0174ad;
  --color2: #ff1c25;
  --color3: #292c2d;
  --color4: #fff;
}

/* Custom CSS can go here */

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1240px !important;
  }
}
label {
  width: 100%;
}

/* my start */

/* carrer popup close button start */
button.btn-close {
  z-index: 2 !important;
  background-color: #012C4E !important;
  opacity: 1 !important;
  border: none !important;
  border-radius: 100px !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23F7DE9B'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") !important;
  font-size: 13px !important;
  padding: 13px 20px !important;
  right: -70px !important;
  top: -15px !important;
}
/* carrer popup close button end */


/* contact form sumbit button start */
.custom-submit-btn:focus,
.custom-submit-btn {
  background: #F7DE9B !important;
  border-radius: 45px !important;
  font: normal normal 600 15px/21px Helvetica !important;
  color: #012C4E !important;
  padding: 14px 60px !important;
  border: none !important;
  cursor: pointer !important;
  position: relative !important;
  overflow: hidden !important;
  z-index: 1 !important;
  transition: color 0.4s ease !important;
}
.custom-submit-btn:hover {
  background: #F7DE9B !important;
}
.custom-submit-btn::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: -20px !important;
  width: 0% !important;
  height: 100% !important;
  background: #012C4E !important;
  transform: skewX(45deg) !important;
  transition: width 0.4s ease !important;
  z-index: -1 !important;
}
.custom-submit-btn:hover {
  color: #F7DE9B !important;
}
.custom-submit-btn:hover::before {
  width: 140% !important;
}
/* contact form sumbit button end */

/* button animation start */
.hover-btn a.elementor-button {
  background: #F7DE9B;
  border-radius: 45px;
  font: normal normal 600 15px/21px Helvetica;
  color: #012C4E;
  text-align: center;
  padding: 10px 20px;
  /* width: 100%; */
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 0.4s ease;
}
.hover-btn a.elementor-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 0%;
  height: 100%;
  background: #012C4E;
  transform: skewX(45deg);
  transition: width 0.4s ease;
  z-index: -1;
}
.hover-btn a.elementor-button:hover {
  color: #F7DE9B !important;
}
.hover-btn a.elementor-button:hover::before {
  width: 140%;
}
/* button animation end */

/* about year start */

.year{
    position: relative;
}

.year:before{
    content: "";
    position: absolute;
    top: 13px;
    bottom: 0;
    left: -56px;
    width: 1px;
	  height: 395% !important;
    background: #15222B;
}

.journey-bullet{
    position: relative;
    z-index: 2;
}

.journey-bullet .elementor-icon{

    border-radius: 50%;
    padding: 6px;
}

.journey-hover-box:last-child .year:before{
    display: none;
}


/* about year end */


/* home we  heading start*/

@media (min-width: 1025px) {

  .move-up {
    position: relative;
    overflow: hidden;
    height: 400px !important;
  }

  .move-up::before,
  .move-up::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100px;
    pointer-events: none;
    z-index: 2;
}

.move-up::before {
    top: 0;
    background: linear-gradient(to top,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%);
}


.move-up::after {
    bottom: 0;
    background: linear-gradient(to bottom,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%);
}

.move-up .elementor-heading-title {
    display: inline-block;
    transition: transform 4s ease;
}

.move-up:hover .elementor-heading-title {
    transform: translateY(-75%);
}

}

/* home we heading end*/


/* project slider arrow start */

.home_featured_projects .arrowbtn {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 300 !important;
}

.project-card .view-link {
  color: #ffffff; 
}

.project-card:hover .view-link {
  color: #F7DE9B !important;  
}

.project-card:hover .view-link i {
  color: #4AACFF;  
}

.home_featured_projects ul.slick-dots li.slick-active button {
  background-color: #F7DE9B !important;
  padding: 6px !important;
}

.home_featured_projects ul.slick-dots li button:hover {
  background-color: #D4D8DB !important;
  padding: 6px !important;
}


/* project slider arrow end */

/* services page start*/

.ser-num:hover .sur-count h2 {
  color: #F7DE9B !important;
}

.ser-num:hover .sur-count {
  background-color: #012C4E !important;
}

/* gallery */
.service-gallery .gallery-item {
  overflow: hidden;
}

.service-gallery .gallery-item img {
  transition: transform 0.4s ease;
}

.service-gallery .gallery-item:hover img {
  transform: scale(1.05);
}


.elementor-slideshow__title,
.elementor-slideshow__header {
  display: none !important;
}

.elementor-lightbox .dialog-lightbox-close-button {
  background-color: #012C4E;
  border-radius: 100px !important;
  color: #F7DE9B !important;
}

.dialog-lightbox-close-button .dialog-close-button-icon {
  fill: #F7DE9B !important;
}

/* services page end*/


/* form start */

.codedropz-upload-container {
  padding: 40px 20px;
  background-color: #F8F8F8 !important;
}

.codedropz-upload-handler {
  border: 1px dashed #B3BDC4;
  border-radius: 0px;
  margin-bottom: 10px;
  position: relative;
}

.codedropz-upload-inner>span {
  display: none !important;
}

.dnd-upload-counter,
.codedropz-upload-inner h3 {
  display: none !important;
}

span.browse {
  color: #F7DE9B !important;
}

a.cd-upload-btn {
  color: #15222B;
  font: normal normal bold 16px/30px Helvetica;
}

.codedropz-upload-inner::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  background: url("https://welead.com.sg/wp-content/uploads/2026/02/icon-upload.png") no-repeat center;
  background-size: contain;
}

.wpcf7-spinner {
  position: absolute !important;
}

.recapcha {
  scale: 0.8;
  transform-origin: left !important;
}


/* form end */


/* about journey section start */

.journey-scroll {
  height: 500px;
  overflow-y: auto;
  position: relative;
}

.journey-scroll::-webkit-scrollbar {
  width: 0px;
}

.journey-scroll::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

.journey-box {
  box-shadow: 0px 0px 70px #0000000d;
}

.journey-hover-box:hover .journey-bullet .elementor-icon svg {
  fill: #f7de9b !important;
}

.journey-hover-box:hover .journey-text-box {
  background-color: #012c4e !important;
}

.journey-hover-box:hover .journey-text-box h2 {
  color: #f7de9b !important;
}

.journey-hover-box:hover .journey-para {
  color: #fff !important;
}


/* about journey section end */


/* my end */


/* home banner css start */

.hero-banner .carousel-caption {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: inherit;
  left: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
  text-align: left !important;
  transform: translate(0%, -50%);
}
.hero-banner .carousel-caption h3 {
  font: normal normal normal 52px/62px Helvetica;
  letter-spacing: 0px;
  color: #ffffff;
}
.arrow-control-slider {
  display: flex;
}
.arrow-control-slider span {
  background-color: var(--color1);
  padding: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  margin-right: 5px;
}
.arrow-control-slider span:hover {
  background-color: var(--color2);
}

.arrow-control-slider .control-prev {
  border-radius: 5px;
}
.arrow-control-slider .control-next {
  border-radius: 5px;
}
.arrow-control-bottom {
  display: flex;
  position: absolute;
  bottom: 15%;
  left: 0;
  z-index: 9;
  width: 100%;
}



.hero-banner .indicators-num {
  display: flex;
  position: absolute;
  bottom: 5%;
  left: 0;
  z-index: 9;
  width: 100%;
}
.hero-banner  .carousel-indicator {
  display: flex;
}
.hero-banner  .carousel-indicator span {
color: #fff;
}
.hero-banner  .carousel-indicator button  {
  border-radius: 0 !important;
  background: transparent !important;
  padding: 0;
  border: 0 !important;
  margin-right: 8px;
}
.hero-banner  .carousel-indicator button .budge {
  background: #eee !important;
  opacity: 1 !important;
  padding: 3px 15px 3px 15px !important;
  border: 0 !important;
  border-radius: 0;
  width: 30px !important;
  height: 10px !important;
  display: inline-block;
}
.hero-banner .carousel-indicator button.active .budge {
  background: var(--color1) !important;
}
.hero-banner  .carousel-indicator button .number {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.hero-banner .carousel-indicator button.active .number {
  color: var(--color1) !important;
}

/* home banner css end */

/* pagination style one css start  */
.pagination-style-one {
  display: inline-flex;
  justify-content: center;
}
.pagination-style-one .page-numbers.current {
  font-weight: bold !important;
  color: #012C4E!important;
}
.pagination-style-one .page-numbers {
  font: normal normal normal 18px / 22px Helvetica !important;
  letter-spacing: 0px;
  color: #15222B !important;
  background: transparent 0% 0% no-repeat padding-box;
  border: 0px solid #ececec;
  border-radius: 8px;
  text-decoration: none !important;
  width: 25px;
  height: 45px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
}
.pagination-style-one .page-numbers i {
  color: #4aacff !important;
  font-size: 20px;
}
/* pagination style one css start  */



/* my css */



.blog-filter-section {
  padding: 60px 0 40px;
 
}

.filter-left {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.filter-group label,
.search-wrapper label {
  font-size: 12px;
  font-weight: 600;
  color: #B3BDC4;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 10px;
}
.search-wrapper label {
  margin-bottom:  0px;
}

.custom-dropdown {
  position: relative;
  width: 220px;
}

.filter-btn {
  width: 100%;
  height: 48px;
  background: #ffffff !important;
  border: 1px solid #D4D8DB !important; 
  font-size: 14px;
  color: #012C4E;
  padding: 0 40px 0 15px;
  text-align: left;
  position: relative;
  cursor: pointer;
  transition: 0.3s ease;
}

.filter-btn:hover {
  border-color: #c7ccd1 !important;
  color: #012C4E !important;
}
.filter-btn:active,
.filter-btn:focus{
  border-color: #c7ccd1 !important;
  color: #012C4E !important;
}


.custom-dropdown .filter-menu {
  display: none;
}

.custom-dropdown:focus-within .filter-menu {
  display: block;
}

.filter-btn {
  position: relative;
}

.filter-btn::after {
  content: "▾";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  font-size: 20px;
  transition: transform 0.3s ease;
}

.custom-dropdown:focus-within .filter-btn::after {
  transform: translateY(-50%) rotate(180deg);
}

.filter-menu {
  position: absolute;
  width: 100%;
  background: #012C4E;
  display: none;
  padding: 8px 0;
  z-index: 999;
}

.filter-menu li {
  padding: 8px 15px;
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
  font-weight: 500;
}
.filter-menu li a {
  color: #fff;
}

.filter-menu li:hover {
  background: #012C4E;
}

.filter-menu {
  display: none;
}



.custom-dropdown.active .filter-menu {
  display: block;
}
/* .custom-dropdown:hover .filter-menu {
  display: block;
}  */

.search-wrapper {
  display: inline-block;
  text-align: left;
}

.search-wrapper .hfe-search-form__container {
  background: #F8F8F8;
  border: 1px solid #F0F0F0;
  height: 48px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  position: relative;
  width: 320px;
}

.search-wrapper .hfe-search-form__input {
  border: none !important;
  background: transparent !important;
  font-size: 14px !important;
  color: #15222B !important;
  width: 100%;
  outline: none !important;
  box-shadow: none !important;
}

.search-wrapper .hfe-search-form__input::placeholder {
  color: #B3BDC4 !important;
}

.search-wrapper .hfe-search-submit {
  position: absolute;
  right: 15px;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}

.search-wrapper .hfe-search-submit i {
  font-size: 16px !important;
  color: #0b3558;
}

#clear-with-button {
  display: none !important;
}


.hfe-search-form__container {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}


@media (max-width: 991px) {

  .filter-left {
    flex-direction: column;
    gap: 20px;
  }

  .search-wrapper .hfe-search-form__container {
    width: 100%;
    margin-top: 20px;
  }

  .text-lg-end {
    text-align: left !important;
  }
}



.hfe-search-form__input {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

/* menu start */
#menu-item-61 > .sub-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  position: relative !important;
}

#menu-item-61 .hfe-menu-toggle,
#menu-item-61 .sub-arrow {
  display: none !important;
}
#menu-item-61 .hfe-has-submenu-container {
  pointer-events: none;
}

#menu-item-61 > .hfe-has-submenu-container > a {
  pointer-events: auto;
  padding-right: 15px;
}

#menu-item-61 {
  display: flex;
  align-items: center;
  gap: 0px;
  flex-wrap: nowrap;
}
#menu-item-61 > .hfe-has-submenu-container {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
#menu-item-61 > .sub-menu {
  display: flex !important;
  position: static !important;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

#menu-item-61 > .sub-menu li {
  list-style: none;
  margin: 0;
  white-space: nowrap;
}

#menu-item-61 a {
  white-space: nowrap;
}
#menu-item-61 a {
  white-space: nowrap;
  padding-right: 0px;
}

a.hfe-sub-menu-item {
  font-size: 13px !important;
  padding-left: 20px !important;
  border-left: solid 1px #fff;
  padding: 3px 0 3px 20px !important;
}
/* menu end  */

.hfe-nav-menu-icon svg {
    transition: opacity 0.3s ease;
}

.hfe-nav-menu__toggle:hover .hfe-nav-menu-icon svg {
    opacity: 0;
}

.hfe-nav-menu__toggle {
    position: relative;
    z-index: 2;
}

.hfe-nav-menu__toggle::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url("https://welead.com.sg/wp-content/uploads/2026/02/menu-burger-1.svg") center no-repeat;
    background-size: contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;     
    filter: brightness(0) saturate(100%) invert(88%) sepia(28%) 
    saturate(544%) hue-rotate(356deg) 
    brightness(103%) contrast(95%);
}


.hfe-nav-menu__toggle:hover::after {
    opacity: 1;
}

.services-box {
    position: relative !important;
    overflow: hidden;
    cursor: pointer;
}


.services-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #012C4E !important;
    opacity: 0 ;
    transition: 0.4s ease;
    z-index: 1;
}


.services-box::after {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    background: url("https://welead.com.sg/wp-content/uploads/2026/02/icon-plus2.svg") center no-repeat;
    background-size: contain;
    top: 35px;
    right: 35px;
    transform: rotate(0deg);
    opacity: 0;
    transition: 0.4s ease;
    z-index: 2;
}

.services-box:hover::before {
    opacity: 0.85;
}
.services-box:hover::after {
    opacity: 1;
}
.services-box .elementor-widget-heading {
    position: relative;
    z-index: 3;
    transition: 0.4s ease;
}

.services-box:hover .elementor-widget-heading {
    color: #fff;
}

.services-box .elementor-widget-image {
    overflow: hidden;
}


.services-box .elementor-widget-image img {
    transform: scale(1);  
    transition: transform 0.5s ease;
}


.services-box:hover .elementor-widget-image img {
    transform: scale(1.02);
}


.slictly-move{
    transition: transform 0.4s ease;
}
.slictly-move:hover{
    transform: rotate(-1deg);
}

.image-circle {
    position: relative;
    width: 100%;
    max-width: 450px;
    aspect-ratio: 1 / 1;
    margin: auto; 
    display: flex;
    align-items: center;
    justify-content: center;
}
.project-slider .slick-slide {
    padding: 0 10px;  
}

.image-circle::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #F7DE9B;
    border-radius: 50%;
    z-index: 1;
}

.image-circle img {
    position: relative;
    z-index: 2;
    max-height: 85%;
    width: auto;
    object-fit: contain;
}

.hfe-flyout-close,
.hfe-flyout-close svg {
    position: absolute;
    top: 12px;
    left: 12px;     
    right: auto; 
    margin: 5px;
    width: 23px;
    height: 23px;
    line-height: 23px;
    font-size: 23px;
    display: block;
    cursor: pointer;
}
.hover-slide-btn .elementor-button {
    position: relative;
    overflow: hidden;
    background: #2C85D3;
}

.hover-slide-btn .elementor-button::after {
    content: "";
    position: absolute;
    width: 300%;
    height: 300%;
    background: #012C4E;
    top: 100%;
    left: -165%;
    transform: rotate(45deg);
    transition: all 0.6s ease;
    z-index: 0;
}

.hover-slide-btn .elementor-button:hover::after {
    top: -100%;
    left: -90%;
}

.hover-slide-btn .elementor-button span {
    position: relative;
    z-index: 2;
}

.project-card {
    position: relative;
    overflow: hidden;
}

.project-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}


.project-card:hover img {
    transform: scale(1.05);
}


.project-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #012C4E;
    opacity: 0;
    transition: opacity 0.6s ease;
    z-index: 1;
}

.project-card:hover::before {
    opacity: 0.92;
}


.project-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
    width: 100%;
    color: #fff;
    z-index: 2;
}


.project-title {
    text-align: left;
		font: normal normal bold 26px/40px Helvetica;
		letter-spacing: 0px;
		color: #FFFFFF;
	  line-height:1.3em;
		opacity: 1;
	   margin-bottom: 15px;
		}
.view-link {
    text-align: right;
    font: normal normal normal 16px/22px Helvetica;
    letter-spacing: 0px;
    color: #FFFFFF;
    transition: all 0.3s ease;
}


.view-link i,
.view-link i::before {
    color: inherit !important;
    transition: all 0.3s ease;
}

.view-link:hover,
.view-link:hover i,
.view-link:hover i::before {
    color: #F7DE9B !important;
}
.project-overlay i {
    color: #fff;
    font-size: 14px;
    vertical-align: middle;
}


.project-meta {
    margin-top: 35px;
    max-width: 350px;
}

.meta-row {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.meta-label {
    width: 110px;
    font-weight: 600;
    color: #012C4E;
	font-size:16px;
}
.back-btn{
	  margin: 90px;
}
.meta-value {
    color: #15222B !important;
	font-weight: 500 !important;
	font-family: 'Helvetica';
	font-size:16px;
}

.project-image-container img {
    width: 100%;
    height: auto;
    border-radius: 0px;
    object-fit: cover;
}

.project-content h4 {
   text-align: left;
	font: normal normal bold 40px/65px Helvetica;
	letter-spacing: 0px;
	color: #15222B;
	line-height:1.3em;
	text-transform: capitalize;
	opacity: 1; 
	margin-top: -8px;
	margin-bottom: 25px;
}

.project-inner-des {
    font-size: 16px;
    line-height: 1.4;
    color: #15222B;
    margin-bottom: 40px;
	font-family:'Helvetica';
}
.project-inner{
	padding:0px 80px;
}

.project-meta {
    margin-top: 30px;
}

.project-meta p {
    margin-bottom: 10px;
    font-size: 1px;
    color: #444;
}

.project-meta span {
    font-weight: 600;
    color: #012C4E;
    margin-right: 10px;
    text-transform: capitalize;
}
.project-gallery {
    background: #ffffff;   
	  padding-top: 90px;
	 
}

.gallery-item {
    overflow: hidden;

}

.gallery-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: 0.4s ease;

}

a.glightbox .img-box{
overflow: hidden;
}
a.glightbox .img-box img {
  transition: all 0.4s ease;
}
a.glightbox .img-box img:hover{
transform: scale(1.05);
}

.btn-back-project  {
    display: inline-block;
    padding: 14px 60px;
    /* font-size: 16px; */
    font-weight: 600;
    text-decoration: none !important;
    color: #012C4E !important;
    background: #F7DE9B;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}
.btn-back-project::after {
    content: "";
    position: absolute;
    width: 300%;
    height: 300%;
    background: #012C4E;
    top: 100%;
    left: -170%;
    transform: rotate(45deg);
    transition: all 0.6s ease;
    z-index: 0;
}

.btn-back-project:hover::after {
    top: -100%;
    left: -90%;
}


.btn-back-project span {
    position: relative;
    z-index: 2;
    transition: 0.3s;
}

.btn-back-project:hover span {
    color: #F7DE9B !important;
}

/* blog Start */
.blog-category {
  text-align: center;
  margin-bottom: 20px;
}

.blog-category span {
  display: inline-block;
  background: #012c4e;
  color: #ffffff;
  font-size: 12px;
  padding: 6px 20px;
  border-radius: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.blog-title {
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
  color: #15222b;
  line-height: 1.3;
}

.blog-date {
  text-align: center;
  font-size: 14px;
  color: #b3bdc4;
  margin-bottom: 35px;
  font-style: oblique;
}

.blog-featured-img {
  margin-bottom: 35px;
}

.blog-featured-img img {
  width: 100%;
  border-radius: 0px;
  display: block;
}

.blog-content-inner {
  font-size: 16px;
  color: #15222b;
  line-height: 1.9;
}

.blog-content-inner p {
  margin-bottom: 22px;
}

.blog-content-inner h2,
.blog-content-inner h3,
.blog-content-inner h4 {
  margin-top: 35px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #15222b;
}

.blog-content-inner ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.blog-content-inner ul li {
  margin-bottom: 8px;
}

.blog-navigation {
  border-top: 1px solid #d4d8db;
  padding-top: 50px;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.blog-navigation a {
  font-size: 14px;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
}

.blog-navigation a:hover {
  color: #012c4e;
}



.blog-img-wrapper {
  position: relative;
  overflow: hidden;
}

.blog-img-wrapper img {
  display: block !important;
  width: 100% !important;
  transition: all 0.5s ease-in-out !important;
  transform: scale(1) !important;
}

.blog-img-wrapper:hover img {
  transform: scale(1.05) !important;
}

.blog-img {
  height: auto;
  object-fit: cover;
  transition: 0.4s ease;
}

.blog-card:hover .blog-img {
  transform: scale(1.02);
}

.blog-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #012c4e;
  color: #fff !important;
  padding: 6px 20px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
}
.blog-tag:hover {
  background: #012c4e;
  color: #fff;
}

.blog-content {
  padding-top: 20px;
}

.blog-content h4 {
  font-size: 22px;
  font-weight: 700;
  color: #15222b;
  margin-bottom: 12px;
}

.read-more {
  display: inline-flex; /* sabse important */
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  color: #15222b;
  gap: 6px;
}

.read-more:hover {
  text-decoration: none;
  font-size: 14px;
  color: #4aacff !important;
}
.read-more span {
  margin-left: 6px;
  transition: 0.3s;
}

.read-more:hover span {
  margin-left: 12px;
}
/* blog end */

/* carrer start */
.modal-content {
  border-radius: 0 !important;
}
.career-inner .career-card {
  background: #ffffff;
  max-width: 750px;
  margin: auto;
  padding: 45px;
}

.career-inner ul li::marker {
  color: #365fa5;
  font-weight: 700;
}
.career-inner .job-meta {
  display: flex;
  gap: 20px;
  font-size: 16px;
  color: #012c4e;
  margin-bottom: 15px;
}

.career-inner .meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
}

.career-inner .meta-icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.career-inner .career-title-job {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #15222b;
  font-family: "Helvetica";
}

.career-inner .career-description {
  font-size: 16px;
  line-height: 1.7;
  color: #15222b;
  font-family: "Helvetica";
  border-bottom: 1px solid #012c4e;
  padding-bottom: 30px;
}

.career-inner hr {
  border: none;
  border-top: 1px solid #e5e5e5;
  margin: 30px 0;
}

.career-inner h4 {
  font-size: 22px;
  margin-bottom: 12px;
  margin-top: 22px;
  color: #15222b;
  font-weight: 600;
  margin-top: 40px;
}

.career-inner ul {
  padding-left: 18px;
  margin-bottom: 20px;
}

.career-inner ul li {
  font-size: 16px;
  color: #15222b;
  margin-bottom: 12px;
  font-family: "Helvetica";
}

.career-inner .apply-section {
  background: #f7de9b;
  display: flex;
  align-items: center;
  padding: 25px;
  border-radius: 0px;
  margin-top: 30px;
}

.career-inner .apply-icon {
  width: 65px;
  height: 65px;
  background: #012c4e;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 15px;
}

.apply-section:hover .apply-icon{
	scale: 1.1 !important;
}

 .apply-section:hover .apply-icon img {
	scale: 0.92;
	 margin-left: -2px;
	 margin-bottom: 2px;
	 overflow: hidden;
}

span.email {
    text-decoration: underline;
    font-style: italic;   
    text-underline-offset: 4px; 
}

.career-inner .apply-text h5 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  font-family: "Helvetica";
  color: #15222B !important;
}
.career-inner .apply-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.career-inner .apply-text p {
  margin: 3px 0 0;
  font-size: 16px;
  color: #15222b;
}



.career-list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 15px;
}
#load-more-gallery {
    padding: 12px 36px 12px 36px;
}

.elementor-lightbox .swiper .elementor-swiper-button-next, .elementor-lightbox .swiper .elementor-swiper-button-prev {
    opacity: 1 !important;
    position: absolute !important;
    top: 0 !important;
        transform: translateY(0%);
        bottom: 0;
    z-index: 1 !important;
        width: 28px;
}
.elementor-lightbox .swiper .elementor-swiper-button-prev {
  left: 10% !important;
}
.elementor-lightbox .swiper .elementor-swiper-button-next {
  right: 10% !important;
}

.career-list {
  background: #f8f8f8;
  padding: 22px 30px;
  border-radius: 0px;
  text-decoration: none;
  display: block;

  transition: all 0.3s ease;
  cursor: pointer;
}

.career-title {
  font-size: 20px;
  font-weight: 600;
  color: #012c4e;
  transition: 0.3s ease;
  font-family: "Helvetica";
}

.career-options {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #4d5c6b;
  gap: 2px;
  font-family: "Helvetica";
  transition: 0.3s ease;
}

.career-options {
  margin-right: 30px;
}

.career-arrow {
  margin-left: auto;
}

.carrer-option-main{
	margin-left: 160px !important;
}

.career-options img{
	width: 20px !important;
	height: 20px !important;
}

.career-arrow {
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.career-arrow i {
  font-size: 16px;
  color: #15222b;
  transition: 0.3s ease;
}

.career-list:hover {
  background: #0b2c4d;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.career-list:hover .career-title,
.career-list:hover .career-options span {
  color: #f7de9b;
}

.career-list:hover .career-options img {
  filter: brightness(0) saturate(100%) invert(86%) sepia(33%) saturate(540%)
    hue-rotate(2deg) brightness(103%) contrast(96%);
}

.career-list:hover .career-arrow {
  background: #f7de9b;
}

.career-list:hover .career-arrow i {
  color: #012c4e;
}
/* carrer end*/


/*  RESPONSIVE */

@media (max-width: 1024px) {
    .image-circle {
        max-width: 350px;
    }
}

@media (max-width: 991px) {
    .project-details {
        padding: 10px 0;
    }
	.project-inner{
		padding: 0px;
	}
    .project-content h4 {
        font-size: 22px;
    }
   .project-gallery {
    padding-top: 35px;
}
    .gallery-item img {
        height: auto;
    }
	.back-btn{
		margin:20px;
	}
  .blog-title {
    font-size: 28px;
  }

  .blog-inner-section {
    padding: 60px 20px;
  }


}


@media (max-width: 768px) {
  .journey-scroll {
    height: 100% !important;
    overflow-y: auto;
    position: relative;
  }
  button.btn-close {
    right: -3px !important;
    top: 1px !important;
  }  
  .text-end.sub-btn {
    text-align: center !important;
  }
  .image-circle {
    max-width: 280px;
  }
  .career-list-wrapper {
    padding: 0 10px;
    gap: 14px;
  }

  .career-list {
    padding: 22px 25px;
  }

  .career-title {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .career-list .row {
    flex-direction: column;
  }

  .career-list .col-lg-6 {
    width: 100%;
  }
  .career-list .d-flex {
    flex-wrap: wrap;
    gap: 10px;
  }

  .career-options {
    font-size: 13px;
  }

  .career-arrow {
    width: 38px;
    height: 38px;
  }

  .career-arrow i {
    font-size: 14px;
  }
  .career-inner .apply-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
  }
  .career-inner .apply-section {
    align-items: center !important;
		text-align: center !important;
  }

  .career-inner .apply-icon {
    margin-right: 0;
    width: 55px;
    height: 55px;
  }

  .career-inner .apply-icon img {
    width: 24px;
    height: 24px;
  }

  .career-inner .apply-text h5 {
    font-size: 18px;
  }

  .career-inner .apply-text p {
    font-size: 14px;
  }
    .career-inner .career-card {
    padding: 10px 10px;
  }

  .career-inner .job-meta {
    flex-direction: column;
    gap: 10px;
  }
  .blog-tag {
    top: 15px;
    left: 15px;
  }
  .blog-content h4 {
    font-size: 20px;
  }
  .read-more {
    font-size: 14px;
  }
  .career-options {
    margin-right: 20px;
  }
  .carrer-option-main{
    margin-left: 0px !important;
  }
  .career-page .modal-body {
		padding: 5px !important ;
	}
  .search-wrapper {
    display: inline-block;
    text-align: left;
    width: 100%;
  }
   .year:before{
    content: "" !important;
    position: absolute !important;
    top: 10px !important;
    bottom: 0 !important;
    left: -28px !important;
    width: 1px !important;
	  height: 720% !important;
    background: #15222B;
  }

}

@media (max-width: 576px) {
    .gallery-item img {
        height: 200px;
    }

    .btn-back-project {
        padding: 10px 24px;
        font-size: 14px;
    }
  .blog-title {
    font-size: 22px;
  }

  .blog-content-inner {
    font-size: 15px;
  }

  .blog-navigation {
    flex-direction: column;
    gap: 15px;
  }

  .blog-navigation a {
    display: block;
  }
}










/*my css end */


/* Blog css start */

.blog-post-card {
  margin-bottom: 40px;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}

.blog-image-wrapper {
  position: relative;
}

.blog-image-wrapper img {
  width: 100%;
  border-radius: 20px;
  display: block;
}

.blog-category-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: var(--color1) !important;
  color: #fff;
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 8px;
  text-transform: capitalize;
}

.blog-content {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.blog-content h2 {
  font-size: 34px !important;
  color: #0073aa;
  margin: 0;
}

.blog-content h2 a {
  color: #0073aa;
  text-decoration: none;
}

.blog-content p {
  margin-top: 10px;
}

.read-more-btn {
  display: inline-block;
  background: var(--color2);
  font-size: 16px !important;
  color: #fff !important;
  padding: 12px 30px !important;
  border-radius: 10px !important;
  margin-top: 15px;
  font-weight: 500;
  text-decoration: none;
}

.read-more-btn:hover {
  background: #292c2d !important;
  color: #fff !important;
}

h3.cat-color {
  color: var(--color1) !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  padding-bottom: 2px !important;
}

.sidebar-box h3 {
  margin-bottom: 15px;
}

.sidebar-box {
  background: #fff;
  border: solid 1px #ececec;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 30px;
}

.sidebar-box h3 {
  margin-bottom: 15px;
}

.category-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.category-list li {
  margin-bottom: 8px;
}

.category-list a {
  color: #292c2d;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px !important;
  width: 100%;
  display: block;
}
.category-list a span {
  float: right;
}
.category-list a:hover {
  color: #292c2d;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px !important;
}
.article-detail {
  padding: 70px 0;
}
.prevnext-post {
  font-size: 14px;
}
.recent-post {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  align-items: center !important;
}

.recent-post img {
  width: 70px;
  display: block;
}

.recent-post a {
  font-size: 16px !important;
  color: #292c2d !important;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  line-height: 21px;
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.recent-date {
  font-size: 14px !important;
  color: #292c2d !important;
  margin-top: 2px;
}

/* blog css end */

/* testimonials css start */

/* testimonials box one  css start */

.testimonials-box-one {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 2px solid #ececec;
  border-radius: 10px 150px 10px 10px;
  padding: 0px 50px 50px 50px;
  text-align: center;
  margin-top: 55px;
  position: relative;
}
.testimonials-box-one:before {
  content: "";
  position: absolute;
  bottom: -1px;
  width: calc(100% + 4px);
  height: 10px;
  background: var(--color1);
  left: -2px;
  border-radius: 0px 0px 10px 10px;
  transition: all 0.4s ease;
}
.testimonials-box-one:hover:before {
  content: "";
  background: var(--color2);
}

.testimonials-box-one .img-wrap {
  position: relative;
  margin-top: -50px;
}

.testimonials-box-one .img-wrap img {
  width: 100px !important;
  margin: 0px auto;
  border-radius: 50%;
}
.testimonials-box-one .title,
.testimonials-box-one-popup .title {
  font: normal normal normal 21px / 25px Helvetica;
  letter-spacing: 0px;
  color: var(--color1);
  margin-bottom: 5px;
  margin-top: 20px;
}
.testimonials-box-one .quate-img img {
  width: 25px;
  margin: 0 auto;
}
.testimonials-box-one .rating-area {
  color: #ffc107;
  font-size: 20px;
  margin-top: 24px;
}
.testimonials-box-one .content-box {
  height: 130px;
}
.testimonials-box-one .content-box .description {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.read-more-link {
  text-decoration: underline !important;
  font: normal normal 700 15px / 28px Helvetica;
  letter-spacing: 0px;
  color: #292c2d !important;
}

/* testimonials box one  css end */

/* testimonials box two  css start */
.testimonials-box-two {
  background: #f9f9f9 0% 0% no-repeat padding-box;
  box-shadow: 2px 5px 10px #d9d6cd29;
  border-radius: 20px;
  padding: 25px;
}
.testimonials-box-two .testimonials-wrap,
.testimonials-box-two-slider .testimonials-wrap {
  display: flex;
  align-items: center;
  justify-content: start;
}
.testimonials-box-two .content-box {
  font: normal normal 500 16px / 24px Helvetica;
  letter-spacing: 0px;
  color: #3a3a3a;
  margin-bottom: 30px;
}
.testimonials-box-two .content-box strong {
  color: #bfa74b;
  font-weight: 500 !important;
  font-style: italic;
}
.testimonials-box-two .testimonials-wrap .img-wrap img,
.testimonials-box-two-slider .testimonials-wrap .img-wrap img {
  width: 70px !important;
  min-width: 70px !important;
  height: 70px;
  border-radius: 50%;
  margin-right: 10px;
}
.testimonials-box-two .testimonials-wrap .title,
.testimonials-box-two-slider .testimonials-wrap .title {
  font: normal normal 600 16px / 24px Helvetica;
  letter-spacing: 0px;
  color: #000;
  margin: 0;
}
.testimonials-box-two .testimonials-wrap {
  color: #ffc107;
  font-size: 16px;
}

/* testimonials css start */

/* testimonials popup css start */
.model-testimonial .img-wrap img {
  width: 130px !important;
  margin: 0px auto;
  border-radius: 50%;
}
.model-testimonial button.btn-close {
  position: absolute;
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  right: -50px;
  top: 5px;
  z-index: 9;
  opacity: 1;
  filter: invert(1);
  padding: 0;
  width: 20px;
  box-shadow: none !important;
  outline: none;
}
@media only screen and (max-width: 991px) {
  .model-testimonial button.btn-close {
    right: 15px;
    top: 15px;
    filter: none;
  }
}

.model-testimonial button.btn-close:hover,
.model-testimonial button.btn-close:focus,
.model-testimonial button.btn-close:focus-visible {
  filter: brightness(0) saturate(100%) invert(24%) sepia(63%) saturate(7327%)
    hue-rotate(348deg) brightness(102%) contrast(103%);
}
.model-testimonial .modal-content {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 20px;
  padding: 40px;
}
.model-testimonial .testimonials-wrap {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 15px;
}
.model-testimonial .testimonials-wrap .img-wrap {
  width: 80px;
  margin-right: 10px;
}
.model-testimonial .testimonials-wrap .img-wrap img {
  border-radius: 50%;
}
.model-testimonial .testimonials-wrap .title {
  font: normal normal 600 16px / 24px Helvetica;
  letter-spacing: 0px;
  color: #000;
  margin: 0;
}
.model-testimonial .rating {
  color: #ffc107;
  font-size: 16px;
}

.modal-backdrop {
  background-color: #000 !important;
  opacity: 0.8 !important;
}

/* testimonials popup css end */

/* slick dots start  */

.arrowbtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* background: #3a3a3a; */
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 99;
  color: #15222B;
  cursor: pointer;
}
.arrowbtn:hover {
  /* background: var(--color2);
  color: #fff; */
}
.left-btn {
  left: -50px;
}
.right-btn {
  right: -50px;
}

ul.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  list-style: none;
}
ul.slick-dots li {
  margin: 0 5px;
}
ul.slick-dots li button {
  padding: 5px;
  font-size: 0;
  border-radius: 50% !important;
  width: 10px;
  height: 10px !important;
  background-color: #cfcfcf;
  border-color: #cfcfcf;
}
ul.slick-dots li.slick-active button,
ul.slick-dots li button:hover {
  background-color: #F7DE9B !important;
  border: none;
  
}
/* slick dots end  */

/* download pdf start */

.download-box .img-box {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #bec0c5;
  border-radius: 20px;
  overflow: hidden;
}
.download-box .img-box img {
  transition: 0.3s ease all;
}
.download-box:hover .img-box img {
  scale: 1.1;
}
.download-box .text-box h4 {
  text-align: left;
  font: normal normal 500 20px/26px Helvetica;
  letter-spacing: 0px;
  color: var(--color1);
  opacity: 1;
}
.download-box .text-box .description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.download-box .text-box .elementor-button img {
  filter: brightness(10);
}
.download-box .text-box .elementor-button:hover img {
  filter: inherit;
}

/* download pdf end */

/* other box one css start */

.other-box-one .img-wrap {
  position: relative;
  overflow: hidden;
}
.other-box-one .img-wrap img {
  transition: all 0.4s ease;
}
.other-box-one .img-wrap .btn-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.4s ease;
}
.other-box-one:hover .img-wrap .btn-center {
  opacity: 1;
}
.other-box-one:hover .img-wrap img {
  transform: scale(1.05);
}
.other-box-one .content-box .date {
  font: normal normal 600 13px / 18px Helvetica;
  letter-spacing: 1.6px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.other-box-one .content-box .title {
  font: normal normal 500 20px/28px Helvetica;
  letter-spacing: 0px;
  color: var(--color1);
  margin-bottom: 10px;
}
/* other box one css start */

/* filter css start */
ul#project-filter-list {
  display: flex;
  justify-content: center;
  margin-bottom: 40px !important;
  padding-left: 0;
  list-style: none;
  flex-wrap: wrap;
}
ul#project-filter-list li {
  margin: 0 10px;
}
ul#project-filter-list li .cats {
  font: normal normal bold 18px / 30px Helvetica;
  letter-spacing: 0px;
  color: #292c2d;
  padding: 5px 15px;
  text-decoration: none;
}
ul#project-filter-list li .cats.active {
  color: var(--color1);
}
/* filter css end */

/* portfolio css start  */

.portfolio-box {
  position: relative;
  z-index: 0;
}
.portfolio-box:before {
  content: "";
  background: transparent
    linear-gradient(180deg, #ffffff 0%, #e3e3e3 43%, #575757 60%, #000000 100%)
    0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  border-radius: 22px 155px 22px 22px;
  opacity: 0.75;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 0;
}

.portfolio-box .portfolio-wrap {
  transition: all 0.4s ease;
  border-radius: 22px 150px 22px 22px;
  transform: translateY(53px);
}
.portfolio-box .portfolio-effect {
  overflow: hidden;
}
.portfolio-box .portfolio-img img {
  border-radius: 22px 150px 22px 22px;
}
.portfolio-box:hover .portfolio-wrap {
  transition: all 0.4s ease;
  transform: translateY(0px);
}
.portfolio-info {
  position: absolute;
  bottom: 0;
  padding: 20px;
  color: #fff;
}
.portfolio-info .title {
  font: normal normal normal 28px / 35px Helvetica;
  letter-spacing: 0px;
  color: #ffffff;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.portfolio-info p {
  font: normal normal normal 14px/21px Helvetica;
  letter-spacing: 0px;
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-normal {
  display: flex !important;
  align-items: center !important;
  font: normal normal 700 16px / 20px Helvetica !important;
  letter-spacing: 0px !important;
  color: #ffffff !important;
  text-decoration: none !important;
  transition: all 0.4s ease;
}
.btn-normal svg {
  fill: #fff;
  margin-left: 10px;
  transition: all 0.4s ease;
  height: 14px !important;
}
.btn-normal:hover {
  color: var(--color1) !important;
}
.btn-normal:hover svg {
  fill: var(--color1) !important;
  transform: translateX(10px);
}
/* portfolio css end  */

.other-box-two {
  background: #fafafa 0% 0% no-repeat padding-box;
  border-radius: 20px;
}
.other-box-two .text-box {
  padding: 30px;
}
.other-box-two h4 {
  text-align: left;
  font: normal normal 600 24px / 34px Helvetica;
  letter-spacing: 0px;
  color: #101010;
  opacity: 1;
}
.other-box-two .videos-box video {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  min-height: 240px;
  object-fit: cover;
}

button.close-top-right,
button.close-top-right:hover,
button.close-top-right:focus,
button.close-top-right:focus-visible {
  position: absolute;
  top: 30px;
  right: 30px;
  background-color: transparent;
  border: 0;
  filter: invert(1);
  opacity: 1;
  border-radius: 0;
  box-shadow: none !important;
  outline: none;
  z-index: 9999;
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1280px !important;
    }
}
@media only screen and (max-width: 768px) {
  h3.cat-color {
    font-size: 18px !important;
  }
  .sidebar-box {
    padding: 10px;
  }
  .blog-content h2 {
    font-size: 24px !important;
  }
  .read-more-btn {
    font-size: 14px !important;
    padding: 8px 20px !important;
    border-radius: 7px !important;
  }
  .article-detail {
    padding: 30px 0;
  }

  /* banner responsive css  start */
  .hero-banner .carousel-caption h3 {
    font-size: 24px;
    line-height: 30px;
  }
  /* banner responsive css  end */

  .arrowbtn {
    width: 30px;
    height: 30px;
  }

  ul#project-filter-list li .cats {
    font-size: 16px;
    padding: 5px 2px;
  }

  .portfolio-info .title {
    font-size: 18px;
    line-height: 23px;
  }

  .other-box-two h4 {
    font-size: 18px;
    line-height: 24px;
  }

  .blog-inner-section {
    padding: 60px 0px;
  }
  .blog-navigation a {
    text-align: center;
  }
  .blog-filter-section .custom-dropdown {
    position: relative;
    width: 100%;
  }
  .search-wrapper .hfe-search-form__container {
    width: 100%;
    margin-top: 0px;
  }
  .blog-filter-section .search-wrapper label {
    margin-top: 25px;
  }
  .career-inner .career-title-job {
    font-size: 25px;
  }
  .gallery-about{
    padding: 10px 0px !important;	
  }
  .blog-inner-section .blog-navigation {
    flex-direction: row;
    margin-bottom: 40px !important;
  }
  svg.e-font-icon-svg.e-eicon-chevron-left{
    background-color: transparent !important;
  }

  svg.e-font-icon-svg.e-eicon-chevron-right{
    background-color: transparent !important;
  }

  
}
