.bg_lyt_blk, .bg_drk_blk{
	background-color: #fff;
}

/* .section_text_dv{
	max-width: 40%;
	margin: auto;
	padding: 0;
} */

body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 2px;
	background-color: rgba(0,0,0,0.3);
}

body::-webkit-scrollbar
{
	width: 2px;
	background-color:rgba(0,0,0,0.3);
}

body::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: rgba(0,0,0,.5);;
}


body::-moz-scrollbar-track
{
	-moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 2px;
	background-color: rgba(0,0,0,0.3);
}
body::-moz-scrollbar
{
	width: 2px;
	background-color: rgba(0,0,0,0.3);
}
body::-moz-scrollbar-thumb
{
	border-radius: 10px;
	-moz-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #f88839;
}

.v1Img img{
	max-height: 560px;
	height: 100%;
	width: 100% !important;
	max-width: 646px;
	box-shadow: none;
	border-radius: unset;
}

.fnt_blk_clr{
	color: #000;
}

.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;
}
.contact-us input[type="text"]{
	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;
}
.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: #333;
	margin-top: 5px;
	display: block;
}
.web_link {
	font-size: 14px;
}
.web_link span{
	color:#333;
	font-weight: 500;
}
.press_head::after {
	content: '';
	width: 120px;
	height: 2px;
	background-color: #f88839;
	display: block;
	margin-top: 7px;
	margin-bottom: 10px;
}
.press_alt {
	background-color: #f6f6f6;
	padding: 7px;
	border: solid 1px #ededed;
	border-radius: 5px;
}
.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%;
}
@media only screen and (max-width: 767px) {
	.section_paading.project_sec_bg_img > img{
		display: none;
	}
	.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;
	}
	.section_paading.project_sec_bg_img{
		justify-content:start;
		height: calc(100vh - 35vh);
	}
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
	.smart_slide_inner {
		position: absolute;
		height: 160px;
		width: 160px;
	}
	.cstm_slider {
		height: calc(100vh - 40vh);
	}
	.svgImges image {
		width: 28%;
	}
	.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;
	}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
	.svgImges {
		background-position: center;
	}
	.cstm_slider_content {
		padding: 20px;
	}
	.align_vertical_center {
		justify-content: center;
		display: flex;
		align-items: start;
		height: 100%;
	}
}
@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;
	}
}