.bg_lyt_blk, .bg_drk_blk{
	background-color: #2d2d2d !important;
}
body.light-mode .bg_lyt_blk{
	background-color: #fff !important;
}
body.light-mode .bg_drk_blk{
	background-color: #fff !important;
}
body.light-mode{
	background-color: #fff !important;
	color: #000 !important;
}
body.light-mode .fnt_blk_clr {
	color: #000 !important;
}
body.light-mode .fnt_blk_clr img {
	filter: unset;
}
body.light-mode .brdrB {
	border-bottom: 1px solid lightgray !important;
}
body.light-mode .cstm_grid.active{
	background-color: #efefef !important;
	color: #000 !important;
}
body.light-mode .header1{
	background-color: #fff !important;
	color: #000 !important;
}
body.light-mode .cstm-gradient::after {
    content: '';
    position: absolute;
    background-image: linear-gradient(#fff , rgba(0,0,0,0));
    width: 100%;
    height: 50px;
    bottom: -45px;
}
body.light-mode .header nav ul li a{
	background-color: #efefef;
	color:#000 !important;
}
body.light-mode .cstm_grid h2::after {
    background-color: #ddd;
 }
 body.light-mode .header2{
background-color: #fff !important;
 }
 body.light-mode .scroll-spy ul li a{
	color: #000 !important;
 }
.table .table {
	background-color: transparent !important;
}
 ::-webkit-scrollbar {
	width: 2px;
  }
  ::-moz-scrollbar {
	width: 2px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.1);
  }
  ::-moz-scrollbar-track {
	background: rgba(0, 0, 0, 0.1);
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.1);
  }
  ::-moz-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.1);
  }
  
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
	background: rgba(0, 0, 0, 0.1);
  } 
  ::-moz-scrollbar-thumb:hover {
	background: rgba(0, 0, 0, 0.1);
  } 
body{
    background-color:#2d2d2d !important;
    color:#fff;
}

.nav_bar_header{
    background:#1b1b1b !important;
    padding-left:0px;
    padding-right:0px;
}
.bg_dark {
	background-color: #1b1b1b !important;
}
.project_h3{
	color:#fff;
}
.light-mode .project_h3{
	color:#000;
}
.container{
	padding-left: 7.2rem !important;
	padding-right: 7.2rem !important;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}


.example {
	margin: 4rem auto;
  }
  .example > .row {
	margin-top: 2rem;
	height: 5rem;
	vertical-align: middle;
	text-align: center;
	border: 1px solid rgba(189, 193, 200, 0.5);
  }
  .example > .row:first-of-type {
	border: none;
	height: auto;
	text-align: left;
  }
  .example h3 {
	font-weight: 400;
  }
  .example h3 > small {
	font-weight: 200;
	font-size: .75em;
	color: #939aa5;
  }
  .example h6 {
	font-weight: 700;
	font-size: .65rem;
	letter-spacing: 3.32px;
	text-transform: uppercase;
	color: #bdc1c8;
	margin: 0;
	line-height: 5rem;
  }
  .example .btn-toggle {
	top: 50%;
	transform: translateY(-50%);
  }
  .btn-toggle {
	margin: 0 4rem;
	padding: 0;
	position: relative;
	border: none;
	height: 1.5rem;
	width: 3rem;
	border-radius: 1.5rem;
	color: #6b7381;
	background: #bdc1c8;
  }
  .btn-toggle:focus,
  .btn-toggle.focus,
  .btn-toggle:focus.active,
  .btn-toggle.focus.active {
	outline: none;
  }
  .btn-toggle:before,
  .btn-toggle:after {
	line-height: 1.5rem;
	width: 4rem;
	text-align: center;
	font-weight: 600;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: absolute;
	bottom: 0;
	transition: opacity .25s;
  }
  .btn-toggle:before {
	content: 'Off';
	left: -4rem;
  }
  .btn-toggle:after {
	content: 'On';
	right: -4rem;
	opacity: .5;
  }
  .btn-toggle > .handle {
	position: absolute;
	top: 0.1875rem;
	left: 0.1875rem;
	width: 1.125rem;
	height: 1.125rem;
	border-radius: 1.125rem;
	background: #fff;
	transition: left .25s;
  }
  .btn-toggle.active {
	transition: background-color 0.25s;
  }
  .btn-toggle.active > .handle {
	left: 1.6875rem;
	transition: left .25s;
  }
  .btn-toggle.active:before {
	opacity: .5;
  }
  .btn-toggle.active:after {
	opacity: 1;
  }
  .btn-toggle.btn-sm:before,
  .btn-toggle.btn-sm:after {
	line-height: -0.5rem;
	color: #fff;
	letter-spacing: .75px;
	left: 0.4125rem;
	width: 2.325rem;
  }
  .btn-toggle.btn-sm:before {
	text-align: right;
  }
  .btn-toggle.btn-sm:after {
	text-align: left;
	opacity: 0;
  }
  .btn-toggle.btn-sm.active:before {
	opacity: 0;
  }
  .btn-toggle.btn-sm.active:after {
	opacity: 1;
  }
  .btn-toggle.btn-xs:before,
  .btn-toggle.btn-xs:after {
	display: none;
  }
  .btn-toggle:before,
  .btn-toggle:after {
	color: #6b7381;
  }
  .btn-toggle.active {
	background-color: #29b5a8;
  }
  .btn-toggle.btn-lg {
	margin: 0 5rem;
	padding: 0;
	position: relative;
	border: none;
	height: 2.5rem;
	width: 5rem;
	border-radius: 2.5rem;
  }
  .btn-toggle.btn-lg:focus,
  .btn-toggle.btn-lg.focus,
  .btn-toggle.btn-lg:focus.active,
  .btn-toggle.btn-lg.focus.active {
	outline: none;
  }
  .btn-toggle.btn-lg:before,
  .btn-toggle.btn-lg:after {
	line-height: 2.5rem;
	width: 5rem;
	text-align: center;
	font-weight: 600;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: absolute;
	bottom: 0;
	transition: opacity .25s;
  }
  .btn-toggle.btn-lg:before {
	content: 'Off';
	left: -5rem;
  }
  .btn-toggle.btn-lg:after {
	content: 'On';
	right: -5rem;
	opacity: .5;
  }
  .btn-toggle.btn-lg > .handle {
	position: absolute;
	top: 0.3125rem;
	left: 0.3125rem;
	width: 1.875rem;
	height: 1.875rem;
	border-radius: 1.875rem;
	background: #fff;
	transition: left .25s;
  }
  .btn-toggle.btn-lg.active {
	transition: background-color 0.25s;
  }
  .btn-toggle.btn-lg.active > .handle {
	left: 2.8125rem;
	transition: left .25s;
  }
  .btn-toggle.btn-lg.active:before {
	opacity: .5;
  }
  .btn-toggle.btn-lg.active:after {
	opacity: 1;
  }
  .btn-toggle.btn-lg.btn-sm:before,
  .btn-toggle.btn-lg.btn-sm:after {
	line-height: 0.5rem;
	color: #fff;
	letter-spacing: .75px;
	left: 0.6875rem;
	width: 3.875rem;
  }
  .btn-toggle.btn-lg.btn-sm:before {
	text-align: right;
  }
  .btn-toggle.btn-lg.btn-sm:after {
	text-align: left;
	opacity: 0;
  }
  .btn-toggle.btn-lg.btn-sm.active:before {
	opacity: 0;
  }
  .btn-toggle.btn-lg.btn-sm.active:after {
	opacity: 1;
  }
  .btn-toggle.btn-lg.btn-xs:before,
  .btn-toggle.btn-lg.btn-xs:after {
	display: none;
  }
  .btn-toggle.btn-sm {
	margin: 0 0.5rem;
	padding: 0;
	position: relative;
	border: none;
	height: 1.5rem;
	width: 3rem;
	border-radius: 1.5rem;
  }
  .btn-toggle.btn-sm:focus,
  .btn-toggle.btn-sm.focus,
  .btn-toggle.btn-sm:focus.active,
  .btn-toggle.btn-sm.focus.active {
	outline: none;
  }
  .btn-toggle.btn-sm:before,
  .btn-toggle.btn-sm:after {
	line-height: 1.5rem;
	width: 0.5rem;
	text-align: center;
	font-weight: 600;
	font-size: 0.55rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: absolute;
	bottom: 0;
	transition: opacity .25s;
  }
  .btn-toggle.btn-sm:before {
	content: '';
	left: -0.5rem;
  }
  .btn-toggle.btn-sm:after {
	content: '';
	right: -0.5rem;
	opacity: .5;
	color: #000 !important;
  }
  .btn-toggle.btn-sm > .handle {
	position: absolute;
	top: 2px;
	left: 0;
	width: 1.125rem;
	height: 1.125rem;
	border-radius: 1.125rem;
	background: transparent;
	transition: left .25s;
}
.btn-toggle.btn-sm > .handle::after {
	content: '';
	background-image: url("../img/v1/light-mode.png");
	height: 20px;
	width: 20px;
	position: absolute;
	left: 0px;
	top: -1px;
	background-size: contain;
	background-position: center;

}
.btn-toggle.btn-sm.active > .handle::after {
	content: '';
	background-image: url("../img/v1/dark-mode.png");
	height: 18px;
	width: 18px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-size: contain;
	background-position: center;
}

  .btn-toggle.btn-sm.active {
	transition: background-color 0.25s;
  }
  .btn-toggle.btn-sm.active > .handle {
	left: 0px;
	transition: left .25s;
	background-color: transparent;
}
  .btn-toggle.btn-sm.active:before {
	opacity: .5;
  }
  .btn-toggle.btn-sm.active:after {
	opacity: 1;
  }
  .btn-toggle.btn-sm.btn-sm::before, .btn-toggle.btn-sm.btn-sm::after {
	line-height: -0.5rem;
	color: #fff;
	letter-spacing: .75px;
	left: 10px;
	width: 80px;
}
  .btn-toggle.btn-sm.btn-sm:before {
	text-align: right;
  }
  .btn-toggle.btn-sm.btn-sm:after {
	text-align: left;
	opacity: 0;
  }
  .btn-toggle.btn-sm.btn-sm.active:before {
	opacity: 0;
  }
  .btn-toggle.btn-sm.btn-sm.active:after {
	opacity: 1;
  }
  .btn-toggle.btn-sm.btn-xs:before,
  .btn-toggle.btn-sm.btn-xs:after {
	display: none;
  }
  .btn-toggle.btn-xs {
	margin: 0 0;
	padding: 0;
	position: relative;
	border: none;
	height: 1rem;
	width: 2rem;
	border-radius: 1rem;
  }
  .btn-toggle.btn-xs:focus,
  .btn-toggle.btn-xs.focus,
  .btn-toggle.btn-xs:focus.active,
  .btn-toggle.btn-xs.focus.active {
	outline: none;
  }
  .btn-toggle.btn-xs:before,
  .btn-toggle.btn-xs:after {
	line-height: 1rem;
	width: 0;
	text-align: center;
	font-weight: 600;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: absolute;
	bottom: 0;
	transition: opacity .25s;
  }
  .btn-toggle.btn-xs:before {
	content: 'Off';
	left: 0;
  }
  .btn-toggle.btn-xs:after {
	content: 'On';
	right: 0;
	opacity: .5;
  }
  .btn-toggle.btn-xs > .handle {
	position: absolute;
	top: 0.125rem;
	left: 0.125rem;
	width: 0.75rem;
	height: 0.75rem;
	border-radius: 0.75rem;
	background: #fff;
	transition: left .25s;
  }
  .btn-toggle.btn-xs.active {
	transition: background-color 0.25s;
  }
  .btn-toggle.btn-xs.active > .handle {
	left: 1.125rem;
	transition: left .25s;
  }
  .btn-toggle.btn-xs.active:before {
	opacity: .5;
  }
  .btn-toggle.btn-xs.active:after {
	opacity: 1;
  }
  .btn-toggle.btn-xs.btn-sm:before,
  .btn-toggle.btn-xs.btn-sm:after {
	line-height: -1rem;
	color: #fff;
	letter-spacing: .75px;
	left: 0.275rem;
	width: 1.55rem;
  }
  .btn-toggle.btn-xs.btn-sm:before {
	text-align: right;
  }
  .btn-toggle.btn-xs.btn-sm:after {
	text-align: left;
	opacity: 0;
  }
  .btn-toggle.btn-xs.btn-sm.active:before {
	opacity: 0;
  }
  .btn-toggle.btn-xs.btn-sm.active:after {
	opacity: 1;
  }
  .btn-toggle.btn-xs.btn-xs:before,
  .btn-toggle.btn-xs.btn-xs:after {
	display: none;
  }
  .btn-toggle {
	color: #6b7381;
	background: #1b1b1b;
	width: 90px;
}
  .btn-toggle:before,
  .btn-toggle:after {
	color: #6b7381;
  }
  .btn-toggle.active {
	background-color: transparent;
  }

.btn-sm.btn-toggle{
margin-right:10px;
width:24px;
margin-top: 5px;
}
.btn-sm.btn-toggle:focus{
	outline:none;
	box-shadow: none;
}

.project_p{
	color: #fff;
}
.table.table-bordered.transportation th {
	background-color: #222 !important;
}
.light-mode .table.table-bordered.transportation th {
	background-color: #fff !important;
}
.table.table-bordered th {
	background-color: #222 !important;
}
.light-mode .table.table-bordered th {
	background-color: #fff !important;
}
.v1Img img{
	max-height: 560px;
	height: 100%;
	width: 100% !important;
	max-width: 646px;
	box-shadow: none;
	border-radius: unset;
}

.fnt_blk_clr{
	color: #fff;
}

.projectSec_img{
	z-index: unset;
    box-shadow: unset;
    border-radius: unset;
    width: 100%;
    margin: auto;
}

.projects .view_more_txt{
	position: absolute;
	bottom: 0;
	right: 15px;
}

.swiperProject .swiper-slide{
	margin: auto;
    text-align: center;
}

.swiperProject.swiper-container{
	height: 100%;
}

.swiperProject .swiper-slide img{
	margin: auto;
	max-width: 490px;
	text-align: center;
	border-radius: 10px;
}

.swiperProject .swiper-button-prev, .swiperProject .swiper-button-next{
	width: 45px;
    height: 45px;
    background: #D9D9D9;
    border-radius: 50%;
}
.swiperProject .swiper-button-next{
	right: 0px;
}

.swiperProject .swiper-button-prev{
	left: 0px;
}

.swiperProject .swiper-button-prev:after, .swiperProject .swiper-button-next:after{
	font-size: 24px;
	color: #000;
}

.stellarnav.mobile.dark ul {
	background: rgba(0, 0, 0, 0.9);
	z-index: 999;
}
.stellarnav a.dd-toggle .icon-plus::after {
	border:none;
	background-image: url('../img/caret-down.png');
	height: 10px;
	width: 10px;
	background-size: contain;

}
.stellarnav a.dd-toggle .icon-plus::before {
	border:none;
}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{
	max-width: 100%;
}
.stellarnav.dark.right.mobile .menu-toggle{
	position: absolute;
	right: 0;
	top: 0;
}
.mob-logo {
	background-color: #000;
	padding: 10px;
}
.stellarnav li.open > a.dd-toggle .icon-plus {
	transform: rotate(180deg) !important;
}
.stellarnav .icon-close {
	margin-right: 8px;
}
.stellarnav.mobile.dark ul ul {
	background: rgba(248, 136, 57, 0.90);
}
.stellarnav.mobile ul li .dropdown-item{
	font-size: 13px;
	padding: 12px 12px 12px 30px;
}
.stellarnav.mobile ul li .dropdown-item:hover{
	color:rgba(248, 136, 57, 0.90);
}
.stellarnav .menu-toggle span.bars{
	top:8px;
}
.img-radius img {
	border-radius: 15px;
}
.address_card {
	font-size: 15px;
	border: solid 1px blue;
	padding: 20px;
	border-radius: 15px;
	min-height: 380px;
	margin-bottom: 30px;
}
.cntct_sep {
	border-top: solid 0.5px #fa8b3b !important;
}
.contact-us {
	background-color: #1f2937;
	padding: 80px;
}
.contact-us h1{
	color:#fff;
}
.contact-us h4 {
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
	margin-bottom: 30px;
}
.pg_scroll_thumb img{
	width: 100%;
}
.mendatory_fld{
	color: red;
}
.input-phone .input-group-btn{
	position: absolute;
	z-index: 9999;
}
.input-phone.secondary .input-group-btn{
	position: absolute;
	z-index: 9999;
	left: 20px;
}
.input-phone .input-group-btn button{
	padding: 8px 10px;
	border-radius: 0px;
	font-size: 14px;
}
.input-phone.secondary .input-group-btn button{
	padding: 8px 5px;
	border-radius: 0px;
	font-size: 13px;
	border: none;
	background-color: #efefef;
}
.input-phone.secondary .input-group-btn button:focus{
	outline: none;
	box-shadow: none;
}
.country i {
	font-style: normal;
}
.input-phone.secondary .dropdown-menu{
	transform: translate3d(-46px, 35px, 0px) !important;
	max-height: 170px;

}
.input-phone #phoneNumber{
	position: absolute !important;
	padding-left: 115px;

}
.input-phone.secondary #phoneNumber {
	position: absolute !important;
	padding-left: 90px;
	width: 90%;
	left: 22px;
	border: none;
	border-bottom: solid 1px #666;
	font-size: 12px;
}
.input-phone.secondary #phoneNumber::placeholder{
	color: #999;
}
.input-phone.secondary #phoneNumber:focus{
	outline: none;
	box-shadow: none;
}
.input-phone.secondary {
	margin-bottom: 45px;
}
.msg_bx_sml{
	margin-top: 15px;
}
.contact-us input[type="text"]{
	background-color: transparent;
	border:solid 1px #fff;
	color: #fff;
	border-radius: 0;
}
.contact-us input[type="email"]{
	background-color: transparent;
	border:solid 1px #fff;
	color: #fff;
	border-radius: 0;
}
.contact-us textarea{
	background-color: transparent;
	border:solid 1px #fff;
	color: #fff;
	border-radius: 0;
}
.contact-us label {
	color: #fff;
	margin-bottom: 5px;
}
.btn-frm-sbmt {
	background-color: #fa8b3b !important;
	border: none;
	color: #fff;
	font-size: 16px;
	padding: 10px 50px;
	border-radius: 4px;
}
.info_sep_line p {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 400;
}
.row.info_sep_line {
	border-bottom: dotted 1px #ccc;
	margin-top: 5px;
	padding-bottom: 5px;
}
.img-radius .owl-dots {
	position: absolute;
	bottom: 7px;
	left: 0;
	right: 0;
}
.img-radius .owl-dots .owl-dot span {
	background: rgba(0, 0, 0, 0.7);
	border:solid 1px rgba(255, 255, 255, 0.5);
}
.img-radius .owl-dots .owl-dot.active span, .img-radius .owl-dots .owl-dot:hover span {
	background: #fff;
	border: solid 1px rgba(255, 255, 255, 0.7);
	width: 25px;
}
.slider_padding {
	/* position: relative; */
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.swiper-slide img {
	border-radius: 0px;
	width: 100%;
	height: auto;
	position: relative;
	left: 0;
}
.banner_txt {
	position: absolute !important;
	top: 0;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: start;
	height: 100%;
	/* left: 16%; */
}
.section_paading.project_sec_bg_img {
	padding: 0px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.section_paading.project_sec_bg_img > img {
	max-width: 100%;
	height: calc(100vw - 62vw);
	object-fit: cover;
	width: 100%;
}
.section_paading.project_sec_bg_img .container {
	position: absolute;
}
.section_paading.project_sec_bg_img .container-fluid {
	position: absolute;
}
.bg_strip {
	position: absolute !important;
	bottom: 38px;
	display: flex;
	width: 100%;
	align-items: end;
	justify-content: start;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 99;
	padding: 10px;
}
.bg_strip h1{
	color:#fff;
	text-align: center;
}
.swiper-slide img {
	border-radius: 0px;
	width: 100%;
	height: calc(100vw - 62vw);
	position: relative;
	left: 0;
	object-fit: cover;
	object-position: center;
}
.ttl_head_left{
	position: relative;
	margin-bottom: 35px;
}
.ttl_head_left::after {
	content: '';
	height: 2px;
	width: 120px;
	background-color: #f88839;
	display: block;
	position: relative;
	top: 15px;
	left: 0;
}
.ttl_head_right {
	position: relative;
	margin-bottom: 35px;
	display: flex;
	flex-direction: column;
	align-items: end;
}
.ttl_head_right::after {
	content: '';
	height: 2px;
	width: 120px;
	background-color: #f88839;
	display: block;
	right: 0;
	position: relative;
	top: 15px;
}
.svgImges image {
	width: 14%;
}

.slider_1.sam, .slider_2.sam, .slider_3.sam{
	position: absolute;
	animation-name: cstm_fade;
	animation-duration: 4s;
	animation-iteration-count: infinite;
}
.w-full.sldr {
	animation-name: flip;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  height: 50px;
  width: 50px;
}
@keyframes cstm_fade {
	0% {opacity: 0;}
	50% {opacity: 1;}
	100% {opacity: 0;}
}
/* @keyframes cstm_fade {
	0% {transform:scale(1,1);}
	50% {transform:scale(1.5,1.5);}
	100% {transform:scale(1,1);}
} */
.smart_slide {
	width: 500px;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	z-index: 9;
}
.btm_align {
	margin-top: -5px;
}
#explor_more_section .container .info_sep_line:nth-last-child(1) {
	margin-bottom: 15px;
	border: none;
}
.smart_slide_inner{
	position: absolute;
	height: 280px;
	width: 280px;
}
.smart_slide_inner img{
	max-width: 100%;
}
.bg_strip img {
	height: 25px;
	width: 25px;
}
.bg_strip h4{
	color: #fff;
	font-size: 28px;
	text-align: center;
}
.bg_strip p{
	color: #fff;
	font-size: 18px;
	text-align: center;
}
.bg_strip .explore_btn{
	margin-top: 40px;
	margin-bottom: 0px;
}
.cstm_slider {
	/* height: calc(100vh - 40vh); */
	height: calc(100vw - 62vw);
	width: 100%;
	margin-top:0;
}
.table_wrapper {
	overflow-x: scroll;
	overflow-y: hidden;
}
.cstm_slider_content {
	position: absolute;
	width: 100%;
}
.main-carousel .owl-nav{
	position: absolute;
	top: 45%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 0;
}
.main-carousel .owl-nav span{
	font-size: 70px;
	line-height: 35px;
	color: #fff !important;
}
.main-carousel .owl-nav .owl-prev {
	background-color:transparent !important;
	padding: 20px !important;
	width: 40px;
	height: 40px;
	border-radius: 100%;
}
.main-carousel .owl-nav .owl-prev:focus{
	/* background-color:rgba(0, 0, 0, 0.8) !important; */
	outline: none !important;
}
.main-carousel .owl-nav .owl-next{
	background-color:transparent !important;

	padding: 20px !important;
	width: 40px;
	height: 40px;
	border-radius: 100%;
}
.main-carousel .owl-nav .owl-next:focus{
	/* background-color:rgba(0, 0, 0, 0.8) !important; */
	outline: none !important;

}

.press_head {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	margin-top: 5px;
	display: block;
}
.light-mode .press_head {
	color: #333;
}
.light-mode .web_link span {
	color: #000;
}
.web_link {
	font-size: 14px;
}
.web_link span{
	color:#fff;
	font-weight: 500;
}
.mob-enquiry{
	display: none;
}
.brdrB {
	border-bottom: 1px solid #444 !important;
}
.press_head::after {
	content: '';
	width: 120px;
	height: 2px;
	background-color: #f88839;
	display: block;
	margin-top: 7px;
	margin-bottom: 10px;
}
.press_alt {
	background-color: #222;
	padding: 7px;
	border: solid 1px #000;
	border-radius: 5px;
}
.light-mode .press_alt {
	background-color: #f6f6f6;
	border: solid 1px #ededed;
}
.author_details {
	font-weight: 600;
	font-size: 13px;
	margin-top: 12px;
}
.press_thumb {
	overflow: hidden;
}
.press_thumb a:hover img{
	transform: scale(1.1,1.1);
	transition: all 0.7s;
}
.contact-us .alert-success {
	top: -75px;
	left: 0;
	width: 100%;
	text-align: center;
	display: none;
}
.contact-us .alert-success h5{
	font-size: 16px;
	margin-bottom: 0;
}
.contact-us .alert-success p{
	font-size: 14px;
	margin-bottom: 0;
}
.padding-3.overflow_hidden.bg_gray_more.d-none.d-lg-block{
	position: absolute;
	z-index: 9;
	width: 100%;
}
.container .row.info_sep_line:nth-last-child(1){
	border: none !important;
}
.skeleton {
	background-color: #2d2d2d;
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
	border-radius: 20px;
	background-size: 40px 100%;
	background-repeat: no-repeat;
	background-position: left -40px top 0;
	-webkit-animation: shine 1s ease infinite;
			animation: shine 1s ease infinite;
			
  }
  .light-mode .skeleton {
	background-color: #ddd ;
  }
  @-webkit-keyframes shine {
	to {
	  background-position: right -40px top 0;
	}
  }
  
  @keyframes shine {
	to {
	  background-position: right -40px top 0;
	}
  }
  .stellarnav.dark .menu-toggle span.bars span{
	background-color: #aaa;
  }
  .cstm_grid.mb-last{
	margin-bottom: 16%;
  }
 
body.larger-screen .pg_scroll_thumb.last{
	height: 420px;
	background-size: cover;
	background-position: center;
}
body.larger-screen .pg_scroll_thumb.last img{
	height: 420px;
	width: 100%;
}
body.larger-screen .cstm_grid.mb-last{
	margin-bottom: 35% !important;
}
.left-section{
overflow-y: scroll;
overflow-x: hidden;	
/* position: static; */
scroll-margin: 50px;
}
.left-section li{
	scroll-margin: 50px;
}
/* .addon{
	background-color: #ddd !important;
} */
.pg_scroll_thumb{
	margin-bottom: 15px;
}
.header.gray_bg{
	background-color: #444;
}

@media screen and ( min-width: 1500px ) and ( max-height: 2500px ) {
	.last-section{
		margin-bottom:125px !important;
	}
	body.larger-screen .last-section{
		margin-bottom:130px !important;
	}
}  
@media only screen and (max-width: 767px) {
	.section_paading.project_sec_bg_img > img{
		display: none;
	}
	.mob-enquiry {
		display: block;
		position: absolute;
		right: 42px;
		top: 8px;
		color: #aaa !important;
	}
	.section_paading.project_sec_bg_img{
		justify-content:start;
		height: calc(100vh - 35vh) !important;
	}
	.section_paading.project_sec_bg_img .container h3{
		font-size: 20px;
		text-align: center;
	}
	.section_paading.project_sec_bg_img .container{
		margin-top: 20px;
	}
	.section_paading.project_sec_bg_img .container p{
		font-size: 14px;
		line-height: 20px;
		text-align: center !important;
	}
	

}
@media only screen and (min-width: 320px) and (max-width: 768px) {
	.smart_slide_inner {
		position: absolute;
		height: 160px;
		width: 160px;
	}
	.header1{
		position: relative !important;
		top:0px !important;
		margin:0px !important;
	}
	.cstm-gradient::after{
		content: '';
		display: none !important;
	}
	.msg_bx{
		margin-top: 20px;
	}
	.container {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
	}
	.cstm_slider {
		height: calc(100vh - 40vh);
	}
	.svgImges image {
		width: 28%;
	}
	.change_mode {
		position: absolute;
		right: 85px;
		top: 15px;
	}
	.press_head {
		font-size: 22px;
		font-weight: 500;
		color: #333;
		margin-top: 20px;
		display: block;
	}
	.svgImges.project{
		background-size: cover;
	}
	.align_vertical_center {
		justify-content: center;
		display: flex;
		align-items: start;
		height: 100%;
	}
	.cstm_slider_content {
		padding: 20px;
	}
	.cstm_slider_content .fs-28 {
		font-size: 20px;
		margin-bottom: 0;
		text-align: center;
		padding: 0;
	}
	.cstm_slider_content .fs-18{
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 5px;
		text-align: center;
	}
	.press_alt {
		margin: 0px;
		margin-bottom: 20px;
	}
	.swiper-slide img{
		height: calc(100vh - 40vh);
	}
	
}
@media only screen and (min-width: 575px) and (max-width: 768px) {
	.svgImges {
		background-position: center;
	}
	.mob-enquiry {
		display: block;
	}
	.change_mode {
		position: absolute;
		right: 85px;
		top: 15px;
	}
}
@media only screen and (min-width: 600px) and (max-width: 768px) {
	.section_paading.project_sec_bg_img{
		margin: 0 auto;
	}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
	.svgImges {
		background-position: center;
	}
	.change_mode {
		position: absolute;
		right: 85px;
		top: 15px;
	}
	.mob-enquiry {
		display: block;
		position: absolute;
		right: 45px;
		top: 8px;
		color: #aaa !important;
	}
	.cstm_slider_content {
		padding: 20px;
	}
	.align_vertical_center {
		justify-content: center;
		display: flex;
		align-items: start;
		height: 100%;
	}
	.container {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
	.svgImges {
		background-position: center;
	}
	.cstm_slider_content h3{
		font-size: 20px !important;
	}
	.cstm_slider_content p{
		font-size: 16px !important;
		line-height:22px;
	}
	.cstm_slider_content{
		top:65px;
	}
	.footer_ul li a{
		display: block;
		font-size: 15px;
	}
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.swiper-slide img{
		height: auto;
		object-fit: cover;
		object-position: center;
	}
	.bg_strip h1{
		font-size: 24px;
	}
	.section_paading.project_sec_bg_img > img {
		height: auto;
	}
	.footer_ul li a{
		display: block;
		font-size: 16px;
	}
	.footer_ul {
		padding-left: 0px;
		margin-bottom: 5px;
	}
	.cstm_slider_content h3{
		font-size: 18px;
	}
	.cstm_slider_content p{
		font-size: 16px;
		line-height: 23px;
	}
	.section_paading.project_sec_bg_img h3{
		font-size: 18px;
	}
	.section_paading.project_sec_bg_img p{
		font-size: 16px;
		line-height: 23px;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1400px) {
	.section_paading.project_sec_bg_img > img {
		height: 450px;
		object-fit: cover;
		object-position: center;
	}
	.cstm_slider {
		/* height: 450px; */
		object-fit: cover;
		object-position: center;
	}
	.footer_ul li a{
		display: block;
		font-size: 15px;
	}
	.footer_ul {
		padding-left: 0;
		margin-bottom: 5px;
	}
	.swiper-slide img {
		/* height: 505px; */
		object-fit: cover;
		object-position: center;
	}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	.container {
		padding-left: 15px !important;
		padding-right: 15px !important;
		width: 100%;
		max-width: 720px;
		margin: 0 auto;
	}
	.navBrand_img {
		height: 28px !important;
		width: auto;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.container {
		padding-left: 15px !important;
		padding-right: 15px !important;
		width: 100%;
		max-width: 960px;
		margin: 0 auto;
	}
	.navBrand_img {
		height: 27px !important;
		width: auto;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
	.container {
		padding-left: 15px !important;
		padding-right: 15px !important;
		width: 100%;
		max-width: 1140px;
		margin: 0 auto;
	}
	.navBrand_img {
		height: 27px !important;
		width: auto;
	}
}

