body{
	padding: 0;
	margin: 0;
	font-weight: 300;
	/* font-family: 'Helvetica', sans-serif; */
	font-family: 'Poppins', sans-serif;
	/*font-family: 'Poppins', sans-serif;*/
	/* font-family: "McKinsey Theinhardt', 'Helvetica Neue', Calibri, Corbel, Helvetica, Roboto, Droid, sans-serif"; */
	overflow-x: hidden;
	font-size: 16px;
	line-height: 28px;
}

html {
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6, p{
	letter-spacing: 0.5px;
}
a:hover{
	text-decoration: none;
}
hr{
	margin-bottom: 10px;
	margin-top: 10px;
}
.m-30{
	margin: 30px;
}
/*Index Page*/
/*slider section*/
#section_1{
	/*position: relative;*/
	/*top: -19px;*/
}
/* .slider_padding{
	padding: 10px 10px 10px 9%;
} */
.text_right{
	text-align: right;
}
.overflow_hidden{
	/* overflow: hidden; */
	/* overflow-x: hidden; */
}
.wdth12{
	/* width: 13%; */
}
.wdth5{
	/* width: 6%; */
}
.Modal_{
	right: 0;
    left: 50%!important;
    top: 50px;
}
.section_img{
	z-index: 99;
	box-shadow: 0px 10px 40px rgba(255, 255, 255, 0.25);
	border-radius: 10px;
	width: 80%!important;
	margin: auto;
}
.projectSec_img{
	z-index: 99;
	box-shadow: 0px 10px 40px rgba(255, 255, 255, 0.25);
	border-radius: 10px;
	width: 90%!important;
	margin: auto;
}
.bg_orng_LftImg{
	background: linear-gradient(94.32deg, #FF993E 4.58%, #DB1E29 46.07%, #FD9A3A 96.33%), #000000;
	border-radius: 10px;
	height: 55%;
	width: 29%;
	position: absolute;
	bottom: -5px;
	left: -5px;
	z-index: -1;
}
.bg_orng_abtLftImg{
	background: linear-gradient(94.32deg, #FF993E 4.58%, #DB1E29 46.07%, #FD9A3A 96.33%), #000000;
	border-radius: 10px;
	height: 55%;
	width: 45%;
	position: absolute;
	bottom: -5px;
	left: -5px;
	z-index: -1;
}
.bg_orng_rytImg{
	background: linear-gradient(94.32deg, #FF993E 4.58%, #DB1E29 46.07%, #FD9A3A 96.33%), #000000;
	border-radius: 10px;
	height: 55%;
	width: 28%;
	position: absolute;
	bottom: -5px;
	left: 19%;
	z-index: -1;
}
.bg_orng_indImg{
	background: linear-gradient(94.32deg, #FF993E 4.58%, #DB1E29 46.07%, #FD9A3A 96.33%), #000000;
	border-radius: 10px;
	height: 60%;
	width: 32%;
	position: absolute;
	bottom: -4px;
	left: 9%;
	z-index: -1;
}
.bg_orng_pro_L_T_Img{
	background: linear-gradient(94.32deg, #FF993E 4.58%, #DB1E29 46.07%, #FD9A3A 96.33%), #000000;
	border-radius: 10px;
	height: 41%;
	width: 37%;
	position: absolute;
	top: -5px;
	left: 4%;
	z-index: -1;
}
.bg_orng_pro_R_T_Img{
	background: linear-gradient(94.32deg, #FF993E 4.58%, #DB1E29 46.07%, #FD9A3A 96.33%), #000000;
	border-radius: 10px;
	height: 41%;
	width: 37%;
	position: absolute;
	top: -5px;
	right: 4%;
	z-index: -1;
}
.bg_orng_pro_R_center_Img{
	background: linear-gradient(94.32deg, #FF993E 4.58%, #DB1E29 46.07%, #FD9A3A 96.33%), #000000;
	border-radius: 10px;
	height: 41%;
	width: 50%;
	position: absolute;
	top: 30%;
	right: 4%;
	z-index: -1;
}
.bg_orng_pro_L_center_Img{
	background: linear-gradient(94.32deg, #FF993E 4.58%, #DB1E29 46.07%, #FD9A3A 96.33%), #000000;
	border-radius: 10px;
	height: 40%;
	width: 50%;
	position: absolute;
	top: 30%;
	left: 4%;
	z-index: -1;
}
.bg_orng_pro_L_B_Img{
	background: linear-gradient(94.32deg, #FF993E 4.58%, #DB1E29 46.07%, #FD9A3A 96.33%), #000000;
	border-radius: 10px;
	height: 41%;
	width: 37%;
	position: absolute;
	bottom: -6px;
	left: 4%;
	z-index: -1;
}
.bg_orng_pro_R_B_Img{
	background: linear-gradient(94.32deg, #FF993E 4.58%, #DB1E29 46.07%, #FD9A3A 96.33%), #000000;
	border-radius: 10px;
	height: 41%;
	width: 37%;
	position: absolute;
	bottom: -6px;
	right: 4%;
	z-index: -1;
}
#myHeader{
	z-index: 999!important;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #f88839;
    border-radius: .25rem;
}
.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
    right: 0;
    margin-top: 0px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #f88839;
}
.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
    margin-top: 0px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: #f88839;
}
.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #f88839;
}
.tooltip.show {
    opacity: 1;
}
/* .padding_r_l_25{
	padding-right: 50px;
	padding-left: 50px;
} */
.navBrand_img {
	height: auto;
	width: 100%;
}
.login-logo {
	height: 45px;
	width: auto;
}
.sticky {
	position: fixed;
	top: 0;
	width: 100%;
}	
.dropdow_menu .dropdown-item:hover{
	/* background: linear-gradient(94.32deg, #FF993E 4.58%, #DB1E29 46.07%, #FD9A3A 96.33%), #000000!important; */
	color: #fff!important;
	background-color: #f88839;
	border-radius: 5px;
}
.navbar-expand-lg .navbar-nav .dropdow_menu{
	top: 38px!important;
	padding: 5px;
}
.dropdown-toggle::after{
	display: none!important;
}
.dropdown-toggle:hover{
	cursor: pointer;
}
.onhover:hover{
	cursor: pointer;
}
.animate_btn_up:hover .animateAnimated{
	animation-name: bounce;
	animation-duration: 2s;
}
.animat_bnt_ryt:hover .animate_img_ryt{
	/*animation-name: shakeX;*/
	/*-webkit-animation-name: shakeX;*/
	-webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
		animation-duration: 2s;
}
.view_more_txt:hover .animate_img_ryt{
	/*animation-name: shakeX;*/
	/*-webkit-animation-name: shakeX;*/
	-webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
		animation-duration: 2s;
}

.navBrand{
	width: 13%;
}
.navbar-light .navbar-toggler{
	border-color: #fff!important;
	background: #fff!important;
}
.swiper-container {
  width: 100%;
  /* height: calc(100vh - 235px); */
}
.swiper-slide {
	overflow: hidden;
	
}

/*slider section end*/
.nav_bar_header{
	/* padding: 7px 0 7px 0 !important; */
	padding-top:1rem !important;
	padding-bottom: 1rem !important;
	background: black!important;
}
/* .header_nav{
	margin: auto;
	width: 100%;
	align-items: center;
	text-align: right;
} */
.header_nav li{
	/* margin: 0px 3%; */
	/* width: 12%; */
	/* text-align: right; */
	/* display: flex; */
	/* justify-content: center; */
	/* margin-left: 8%; */
}
.header_nav li a{
	color:hsla(0,0%,100%,.85) !important;
	font-size: 16px;
	padding: .5rem 1rem !important;
	line-height: 25px;
	font-weight: 300;
	margin-left: 2px;
	margin-right:2px;
}
.header_nav li.active a{
	color: #f88839 !important;
	/* background-color: #1f2937 !important; */
	border-radius: 60px;
}
.header_nav li a:hover {
	color: #fff !important;
	transition: all 0.2s;
	/* background-color: #1f2937; */
	border-radius: 60px;
	color: #f88839 !important;
}
.nav-end .nav-item .nav-link{
	color: #aaa;
	padding: 0px 12px;
}
.nav-link.home{
	line-height: 20px;
}
.nav-end .nav-item .nav-link:hover{
	color: #fff;
}
.bg_wht{
	background: #fff;
}
.bg_grdnt{
	background: linear-gradient(94.32deg, #FF993E 4.58%, #DB1E29 46.07%, #FD9A3A 96.33%), #000000;
}
.fnt_blu_clr{
	color: #022c60;
}
.fnt_lytBlk_clr{
	color: #666666;
}
.fnt_drkBlk_clr{
	color:#fff;
}
.fnt_wht_clr {
	color: #fff;
	background-color: rgba(0,0,0,0.3);
	padding: 10px;
}
.container.position-relative .fnt_wht_clr {
	margin-bottom: 0;
	margin-top: 0;
	margin: 14px auto;
	display: table;
}
.fnt_wht_clr.clear{
	color: #fff;
	background-color: transparent;
	padding: 0;
	border: none;
}
.section_paading {
	padding-bottom: 13px;
	padding-top: 13px;
	overflow-x: hidden;
}
.section_1_innr_h2{
	font-weight: bold;
	font-size: 36px;
	line-height: 41px;
}
.section_2_bg_img{
	/*height: 450px;*/
	/*width: 100%;*/
}
.section_2_bg_img img{
	height: 100%;
	width: 100%;
}
.operation_processng_dv{
	text-align: center;
}
.operation_processng_dv_ul{
	padding-left: 0px;
	width: 100%;
}
.operation_processng_dv_ul li{
	list-style: none;
	display: inline-block;
	margin: 10px;
	/* width: 19%; */
	/* height: 180px; */
}
.services_video{
	text-align: center;
}
.services_video_ul{
	padding-left: 0px;
	width: 100%;
}
.services_video_ul li{
	list-style: none;
	display: inline-block;
	margin: 10px;
	width: 22%;
	height: 180px;
}
#section_3{
	
}
.global_project_ul{
	padding-left: 0;
}
.global_project_ul li{
	list-style: none;
	font-size: 16px;
	color: #fff;
	line-height: 1.9;
}
#section_6{
	background: #000;
	margin-bottom: 30px;
	margin-top: 10px;
}
.footer_logo_dv{
	display: flex;
	/* justify-content: center; */
	align-items: center;
	margin: auto;
	height: 91%;
}
.sdswds .btn.explore_btn.fnt_wht_clr.animate_btn_up img {
	height: 25px;
	width: 25px;
}
.cstm_slider_content .animate_btn_up img {
	height: 25px;
	width: 25px;
}
.footer_logo_dv img {
	max-width: 100%;
	height: 45px;
}
.footer_ul {
	padding-left: 15px;
	margin-bottom: 5px;
}
.footer_ul li {
	list-style: none;
	margin-bottom: 0px;
	line-height: 20px;
}
.footer_ul li h4{
	margin-left: 15px;
	margin-bottom: 4px;
}
.footer_ul li a {
	font-size: 16px;
	margin-bottom: 0;
	padding: 4px 15px;
	border-radius: 30px;
	color: #999;
	font-weight: 300;
}
.footer_ul li a:hover{
	color: #f88839 !important;
}
.project_list_ul li a:hover{
	color: #fff;
}
.bg_lyt_blk{
	background: #292929;
}
.bg_drk_blk{
	background: #000;
}
.section_img_dv_ryt{
	position: relative;
	text-align: right;
}
.section_img_dv_lft{
	position: relative;
	text-align: left;
}
.indu_sec_img_dv{
	margin-top: 16px;
	position: relative;
	text-align: center;
}
.section_img_dv{position: relative;/* margin: auto; *//* text-align: right; */}
/* .section_text_dv{
	padding: 50px 0px;
} */
.explore_btn{
	font-size: 14px;
	padding: 6px 20px;
	border: 1px solid;
	border-radius: 4px;
	transition: transform .4s;
	border-image: radial-gradient(rgb(249 149 79), rgb(227 71 70),#fe9c4c)1;
}
.explore_btn.sml{
	background: #f88839;
}
.explore_btn.sml:hover{
	background: #f88839;
}
.explore_btn.sml img{
	transform: rotate(270deg);
}
.explore_btn:hover{
	color: #fff!important;
    /* background: linear-gradient(rgb(249 149 79), rgb(227 71 70),#fe9c4c); */
	background: #f88839;

}
.header_nav .dropdown-item{
	color: #333!important;
	font-size: 14px!important;
	padding: 0.5rem!important;
	margin: 0px;
}
/*Index Page end*/
/*Project Page*/
.bg_gray{
	background: #999;
}
.bg_gray_more{
	background-color: #1f2937;
}
.project_list_dv{
	text-align: center;
	/* overflow: hidden; */
}
.project_list_ul{
	padding-left: 0px;
	width: 100%;
	margin: 0;
	box-sizing: unset;
	display: flex;
	flex-direction: row;
}
.project_list_ul li{
	display:flex;
	flex-direction: row;
	/* margin: 10px 0px; */
	list-style: none;
	border-radius: 0;
	width: 16%;
	align-items: start;
	justify-content: center;
	border-right: solid 1px #444;
	/*text-align: center;*/
	/* height: 150px; */
	padding: 0px 2px;
	position: relative;
}
.project_list_ul li.active a p{
	color: #f88839 !important;
	position: relative;
}
.project_list_ul li.active::after {
	content: '';
	position: absolute;
	bottom: -2px;
	width: 100%;
	background-color: #f88839 !important;
	height: 1px;
	left: 0;
	z-index: 9;
	left: 0;
}
.project_list_ul li.active a img{
	/* filter: brightness(0) saturate(100%) invert(55%) sepia(74%) saturate(2922%) hue-rotate(184deg) brightness(102%) contrast(94%); */
}
.project_list_ul li:nth-last-child(1){
	border: none;
}
.project_list_ul li:hover{
	/* background: linear-gradient(94.32deg, #FF993E 4.58%, #DB1E29 46.07%, #FD9A3A 96.33%), #000000; */
	/* border-radius: 10px; */
	/* height: 150px; */
	/* margin: 0; */
	/* width: 16%; */
	/* display: inline-grid; */
}
.project_list_ul li:hover .project_list_in_p{
	color: #fff;
}
.bg_dark{
	background-color: #000;
}
.fnt_orange_clr{
	color: #fa8b3b !important;
}
.project_list_ul li:hover .project_img{
	/* fill: blue; */
	/* filter: invert(0.6); */
	-ms-transform: scale(1.5); /* IE 9 */
	-webkit-transform: scale(1.5); /* Safari 3-8 */
	transform: scale(1.2);
	/* width: 30px; */
	/* height: 30px; */
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.project_img {
	transition: transform .7s;
	/* width: 20%; */
	margin-bottom: 5px;
	margin-top: 5px;
	height: 20px;
}
.project_list_in{
	/* height: 80px; */
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
}
.project_inner_sec{
	/* padding: 20px; */
	position: relative;
	/* height: 500px; */
	text-align: center;
}
.project_inner_sec:hover .overlay {
  height: 50%;
}

.img-hover-zoom {
  /* height: 300px; */ /* Modify this according to your need */
  overflow: hidden; /* Removing this will break the effects */
  transition: transform .2s;
}
.img-hover-zoom--slowmo img {
  transform-origin: 50% 65%;
  transition: transform 5s, filter 3s ease-in-out;
  /* filter: brightness(150%); */
  border-radius: 10px;
}
.text {
  /* color: white; */
  /*font-size: 20px;*/
  position: absolute;
  top: 50%;
  /* left: 50%; */
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* text-align: center; */
}
.overlay {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  /* background-color: #008CBA; */
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}
/* The Transformation */
.img-hover-zoom--slowmo:hover img {
  filter: brightness(100%);
  transform: scale(3);
}
.project_detail_dv{
	background: #ffffff;
	opacity: 0.8;
	padding: 16px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	text-align: left!important;
}
.proj_sec1{
	position: absolute;
	/*top: 137px;*/
	left: 50%;
	width: 90%;
	height: 100%;
}
.proj_sec2{
	position: absolute;
	/*top: 149px;*/
	width: 90%;
	left: 50%;
	height: 100%;
}
.proj_sec3{
	position: absolute;
	left: 50%;
	width: 90%;
	bottom: 0;
	height: 100%;
}
.proj_sec4{
	position: absolute;
	/*top: 148px;*/
	left: 50%;
	width: 90%;
	height: 100%;
}
.proj_sec5{
	position: absolute;
	/*top: 135px;*/
	left: 50%;
	width: 90%;
	height: 100%;
}
.proj_sec6{
	position: absolute;
	/*top: 148px;*/
	left: 50%;
	width: 90%;
	height: 100%;
}
.project_h3{
	font-size: 24px;
	color: #000;
	font-weight: 600;
	margin-bottom: 0px;
	text-align: left!important;
}
.project_p{
	font-size: 16px;
	color: #000;
	margin-bottom: 6px;
	margin-top: 6px;
	text-align: justify;
}
/*Project Page End*/
/*Project detail Page*/
.bg_drk_gry{
	background: #2D2D2D;
}
.project_header_sec{

}
.hr_border_wht{
	border-top: 1px solid #ffffff61;
}
.project_sec_boxShd{
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.fnt_lyt_orng{
	color: #FF993E!important;
}
.height_100vh{
	height: 100vh;
}
.text_vertical_center{
	justify-content: center;
	display: flex;
	align-items: center;
	height: 100%;
}
.dropdown:hover>.dropdown-menu {
  display: block!important;
}
/*.swiper-pagination-bullet-active{
	background: #fff!important;
}*/
.align_vertical_center{
	justify-content: center;
	display: flex;
	align-items: center;
	height: 100%;
}
.save_btn{
	font-size: 13px;
	color: #fff!important;
	border-radius: 10px;
	padding: 8px 40px;
	background: linear-gradient(94.32deg, #FF993E 4.58%, #DB1E29 46.07%, #FD9A3A 96.33%), #000000;
}
.save_btn:hover{
	color: #fff;
}
/*Project detail Page End*/
/*Contact Page*/
.contact_left_sec{
	background: #fff;
	border-radius: 24px 0px 0px 24px;
	padding: 30px;
	position: absolute;
	width: 100%;
	top: -30px;
}
.contct_postn{
	position:absolute;
	top: 290px;
	width: 100%;
}
.contact_left_ul{
	padding-left: 0px;
}
.contact_left_ul li{
	list-style: none;
	margin-bottom: 10px;
}
.contact_sec{
	background: #fff;
	border-radius: 10px;
	padding: 11px 20px;
	margin-bottom: 30px;
}
.contact_ryt_sec{
	background: #666666;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 0px 20px 20px 0px;
	padding: 20px 25px;
	position: absolute;
	width: 100%;
	height: 460px;
	top: -88px;
}
.contact_frm_dv{
	position: relative;
	margin-bottom: 16px;
}
.contact_frm_input{
	outline: none;
	border: 0;
	border-bottom:  1px solid #FFFFFF;
	padding: 8px;
	background: none;
	margin-left: 20px;
	width: 90%;
	color: #fff;
	font-size: 13px;
}
.enquiry_frm_input{
	outline: none;
	border: 0;
	border-bottom:  1px solid #666666;
	padding: 8px;
	background: none;
	margin-left: 20px;
	width: 90%;
	color: #666666;
	font-size: 13px;
}
.dv_ryt_border{
	position: absolute;
	right: 0px;
	height: 100%;
	top: 0px;
}
.enquiry_frm_text{
	outline: none;
	border: 0;
	border-bottom:  1px solid #666666;
	padding: 8px;
	background: none;
	margin-left: 20px;
	width: 90%;
	color: #666666;
	font-size: 13px;
	min-height: 80px;
  	max-height: 80px;
  	height: auto;
  	resize: none;
}
.contact_frm_text{
	outline: none;
	border: 0;
	border-bottom:  1px solid #FFFFFF;
	padding: 8px;
	background: none;
	margin-left: 20px;
	width: 90%;
	color: #fff;
	font-size: 13px;
	min-height: 80px;
  	max-height: 80px;
  	height: auto;
  	resize: none;
}
.contact_frm_text::placeholder,.contact_frm_input::placeholder{
	color: #fff!important;
}
.contact_frm_img{
	position: absolute;
	left: -10px;
	top: 6px;
}

.about_header_left{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 75vh;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
	position: absolute;
	border-radius: 15px;
}

@media only screen and (max-width: 767px){
	.header nav ul li a table th{
		font-size: 13px !important;
	}
	.mob_thumb{
		margin-bottom: 10px;
	}
	.mob_thumb img{
	border-radius: 5px 5px 0px 0px;
	}
	.press_card{
	height: 420px;
	}
	.mob-scroll{
		overflow: scroll;
		display: flex;
		flex-direction: row;
		position: relative;
	}
	.mob-scroll > div, .mob-scroll > li{
		margin-right: 10px;
		flex: 0 0 300px;
	}
	.scroll_instruction{
		position: absolute;
		animation: hand 5s infinite alternate;
		bottom: 0px;
		left: 50%;
	}
	@keyframes hand {
		from {left: 0px;}
		to {left: 100%;}
	  }
	.about_header_left{
		height:unset;
	}
	.btn_back_sml{
		position: relative !important;
		float: none !important;
		margin-left: 15px;
	}
	.explore_btn{
		float: right;
	}
	.ttl_head_right{
		align-items: start !important;
	}
	.btn.explore_btn.fnt_wht_clr.animate_btn_up {
		float: none;
		padding: 8px;
		margin: 0 auto;
		display: none;
	}
	.info_sep_line .btn.explore_btn.fnt_wht_clr.animate_btn_up {
		display: block !important;
		margin-top: 5px !important;
	}
	.info_sep_line .btn.explore_btn.fnt_wht_clr.animate_btn_up {
		float: left;
		padding: 5px;
		margin-top: 10px;
	}
}

.Popup_Delete_icn{
	color: red;
}
.m_w_400{
	max-width: 400px;
}
.view_more_txt{
	text-align: right;
	float: right;
	color: #000;
	font-size: 14px;
}
.view_more_txt:hover{
	color: #FF993E!important;
}
/*Contact Page end*/
/*animation*/
.come-in {
  	transform: translateY(150px);
  	animation: come-in 0.8s ease forwards;
}
.come-in:nth-child(odd) {
 	animation-duration: 0.6s;
}
.already-visible {
  	transform: translateY(0);
  	animation: none;
}

@keyframes come-in {
  	to { transform: translateY(0); }
}

/**/
.slider_animat_h3{
	animation-duration: 8s;
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}
.slider_animat_h1{
	animation-duration: 6s;
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}
.slider_animat_p{
	animation-duration: 4s;
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}
.slider_animat_btn{
	animation-duration: 2s;
	-webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}
.grid_ {
    position: relative;
    margin: 0 auto;
    /* padding: 1em 0 4em; */
    /* max-width: 1000px; */
    list-style: none;
    text-align: center;
}

/* Common style */
.grid_ figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    /* min-width: 320px; */
    /* max-width: 480px; */
    max-height: 185px;
    width: 100%;
    /* background: linear-gradient(94.32deg, #FF993E 4.58%, #DB1E29 46.07%, #FD9A3A 96.33%), #000000; */
    text-align: center;
    cursor: pointer;
}

.grid_ figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid_ figure figcaption {
    padding: 3em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid_ figure figcaption::before,
.grid_ figure figcaption::after {
    pointer-events: none;
}

.grid_ figure figcaption,
.grid_ figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid_ figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid_ figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid_ figure h2 span {
    font-weight: 800;
}

.grid_ figure h2,
.grid_ figure p {
    margin: 0;
}

.grid_ figure p {
    letter-spacing: 1px;
    font-size: 80%;
}

.forms_overlay{
    width: 100%;
    height: 100vh;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: none;
    top: 0;
}

.loadingImges{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    margin: auto;
}



/*---------------*/
/***** Layla *****/
/*---------------*/

figure.effect-layla_ {
    /* background: #18a367; */
    border-radius: 10px;
}

figure.effect-layla_ figcaption {
    /* padding: 3em; */
}

figure.effect-layla_ figcaption::before,
figure.effect-layla_ figcaption::after {
    position: absolute;
    content: '';
    opacity: 0;
}

figure.effect-layla_ figcaption::before {
    top: 42px;
    right: 30px;
    bottom: 42px;
    left: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

figure.effect-layla_ figcaption::after {
    top: 30px;
    right: 50px;
    bottom: 30px;
    left: 50px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

figure.effect-layla_ h2 {
    /* padding-top: 26%; */
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-layla_ p {
    /* padding: 0.5em 2em; */
    text-transform: none;
    opacity: 0;
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
}

figure.effect-layla_ img,
figure.effect-layla_ h2 {
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
}

figure.effect-layla_ img,
figure.effect-layla_ figcaption::before,
figure.effect-layla_ figcaption::after,
figure.effect-layla_ p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.75s, transform 0.75s;
}

figure.effect-layla_:hover img {
    opacity: 0.7;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    height: 185px;
}

figure.effect-layla_._gold:hover img {
    opacity: 0.7;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    height: unset;
    max-height: 330px;
}

figure.effect-layla_:hover figcaption::before,
figure.effect-layla_:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-layla_:hover h2,
figure.effect-layla_:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-layla_:hover figcaption::after,
figure.effect-layla_:hover h2,
figure.effect-layla_:hover p,
figure.effect-layla_:hover img {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}


.effect-layla_:hover figure.effect-layla_ img{
	height: 185px!important;
}

@media screen and (max-width: 50em) {
    .content_ {
        padding: 0 10px;
        text-align: center;
    }
    .grid_ figure {
        display: inline-block;
        float: none;
        margin: 10px auto;
        width: 100%;
    }
}



.content_ {
    margin: 0 auto;
    /* max-width: 1000px; */
}

.content_ > h2 {
    clear: both;
    margin: 0;
    padding: 4em 1% 0;
    color: #484B54;
    font-weight: 800;
    font-size: 1.5em;
}

.content_ > h2:first-child {
    padding-top: 0em;
}
/*animation end*/
.about_sect_img_dv{
	justify-content: center;
	align-items: center;
	display: flex;
	height: 100%;
}
.about_employment{
    padding-left: 0;
    margin-bottom: 0;
}
.about_employment li{
	list-style: none;
	display: inline-block; 
	margin-right: 10px;
}
.product_list_ul{
    padding-left: 0px;
    margin-top: 20px;
}
.product_list_dv{
	text-align: center;
}
.product_list_ul li{
	list-style: none;
	display: inline-table;
	width: 18%;
	/*background: #fff;*/
	border-radius: 10px;
	height: 130px;
	margin: 7px;
	/* justify-content: center; */
	/* align-items: center; */
	padding: 20px;
}
.product_ul_inn{
	align-items: center;
	justify-content: center;
	vertical-align: bottom;
	height: 100%;
	width: 100%;
	display: inline-flex;
}
.product_ul_inn p{
	margin-bottom: 0;
	justify-content: center;
	align-items: center;
	display: flex;
	height: 100%;
	font-size: 16px;
}
.project_list_in_p {
	margin-bottom: 0px;
	line-height: 10px;
	padding-bottom: 0px;
}

.width16_img{
	/* width: 70%; */
	width: 16px;
}

.mobileViewNavBar.active .navbar-toggler-icon{
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyLjAwMSA1MTIuMDAxIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIuMDAxIDUxMi4wMDE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNMjg0LjI4NiwyNTYuMDAyTDUwNi4xNDMsMzQuMTQ0YzcuODExLTcuODExLDcuODExLTIwLjQ3NSwwLTI4LjI4NWMtNy44MTEtNy44MS0yMC40NzUtNy44MTEtMjguMjg1LDBMMjU2LDIyNy43MTcNCgkJCUwzNC4xNDMsNS44NTljLTcuODExLTcuODExLTIwLjQ3NS03LjgxMS0yOC4yODUsMGMtNy44MSw3LjgxMS03LjgxMSwyMC40NzUsMCwyOC4yODVsMjIxLjg1NywyMjEuODU3TDUuODU4LDQ3Ny44NTkNCgkJCWMtNy44MTEsNy44MTEtNy44MTEsMjAuNDc1LDAsMjguMjg1YzMuOTA1LDMuOTA1LDkuMDI0LDUuODU3LDE0LjE0Myw1Ljg1N2M1LjExOSwwLDEwLjIzNy0xLjk1MiwxNC4xNDMtNS44NTdMMjU2LDI4NC4yODcNCgkJCWwyMjEuODU3LDIyMS44NTdjMy45MDUsMy45MDUsOS4wMjQsNS44NTcsMTQuMTQzLDUuODU3czEwLjIzNy0xLjk1MiwxNC4xNDMtNS44NTdjNy44MTEtNy44MTEsNy44MTEtMjAuNDc1LDAtMjguMjg1DQoJCQlMMjg0LjI4NiwyNTYuMDAyeiIvPg0KCTwvZz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K) !important;
}

.mobileView{
	display: none;
}

/*=====================================================*/
/*Responsive CSS*/
/* @media only screen and (max-width: 1441px){
	.project_sec_bg_img{
		height: 55vh;
	}
}
@media only screen and (min-width: 1024px){
	.modal_wd_980{
		max-width: 980px;
	}
} */
@media only screen and (min-width: 320px) and (max-width: 768px){
	.nav-link.onhover.rem_nav_spc{
		padding: 8px 5px !important;
	}
	.navbar-light .navbar-toggler {
		border-color: transparent !important;
		background: none !important;
	}
	.navbar-toggler-icon{
		background-image: url('../img/v1/navbar-icon.png') !important;
	}
	.mobileViewNavBar.active .navbar-toggler-icon{
		background-image: url('../img/v1/close-icon.png') !important;
	}
	.navbar-light .navbar-toggler {
		/* border-color: #fff !important; */
		background:none;
	}
}

@media only screen and (max-width: 1280px){
	.slider_padding{
		padding: 0;
	}
}

@media only screen and (max-width: 1198px) and (min-width: 992px){
	.proj_sec1{
		top: 96px;
		left: 50%;
		width: 90%;
	}
	.proj_sec2{
		top: 108px;
		width: 90%;
		left: 50%;
	}
	.proj_sec3{
		top: 108px;
		left: 50%;
		width: 90%;
	}
	.proj_sec4{
		top: 107px;
		left: 50%;
		width: 90%;
	}
	.proj_sec5{
		top: 94px;
		left: 50%;
		width: 90%;
	}
	.proj_sec6{
		top: 107px;
		left: 50%;
		width: 90%;
	}
}
@media only screen and (max-width: 1024px){
	.header_nav li{
		margin: 0px;
		/* margin-left: 6%; */
	}
}

@media only screen and (min-width: 1024px){
	
	
}


@media only screen and (max-width: 990px){
	.dropdown:hover>.dropdown-menu{
		min-width: unset;
		width: fit-content;
		right: 0;
		left: unset !important;
	}
	.project_list_dv{
		margin-top: 50px;
	}
	.mobileView{
		display: block;
	}

	.desktopView{
		display: none;
	}

	.slidingHeadeer{
		position: fixed;
		background: rgba(0,0,0,0.8);
		right: -395px;
		width: 40%;
		z-index: 9999;
		padding: 0 22px;
		top: 47px;
	}
	#myHeader{
		position: fixed;
	}
	.wdth5{
		width: 100%;
	}
	.mobilePade{
		padding-top: 71px !important;
	}

	.dropdown-menu.dropdow_menu{
		position: absolute;
		right: 0;
		left: unset;
	}

	.newPadd{
		padding-top: 85px;
	}

	.width16_img{
		width: 18px;
	}

	.nav_bar_header{
		width: 100%;
		background: rgba(0, 0, 0, 1) !important;
	}

	.header_nav li{
		text-align: right;
		margin-top: 0px;
	}
	.navbarDropdownProject_m{
		position: relative !important;
	}
	.dropdown.show .navbarDropdownProduct_m, .dropdown.show .navbarDropdownProject_m, .dropdown.show .navbarDropdownServices_, .navbarDropdownCompany_ {
		transform: translate3d(0px, 0px, 0px) !important;
		top:0px !important;
	}
	.project_h3{
		font-size: 20px;
	}
	.project_detail_dv{
		padding: 10px;
	}
	.project_detail_min_ht{
		max-height: 30px;
		overflow-y: scroll;
		resize: none;
	}
	.proj_sec1{
		top: 78px;
		left: 50%;
		width: 90%;
	}
	.proj_sec2{
		top: 89px;
		width: 90%;
		left: 50.2%;
	}
	.proj_sec3{
		top: 89px;
		left: 50%;
		width: 90%;
	}
	.proj_sec4{
		top: 89px;
		left: 50%;
		width: 90%;
	}
	.proj_sec5{
		top: 77px;
		left: 50.2%;
		width: 90%;
	}
	.proj_sec6{
		top: 76px;
		/* left: 10px; */
		width: 90%;
	}
	.contact_frm_img{
		top: 0px;
	}
	.header_nav{
		justify-content: left!important;
		/* align-items: start!important; */
	}
	.wdth12 {
    	width: 100%;
	}
	.project_list_in_p{
		margin-bottom: 20px!important;
	}
	.slidingHeadeer .navbar-nav .nav-item .nav-link{
		/* position: absolute; */
		right: 0;
		top: 0;

	}
}
@media only screen and (min-width: 576px){

}

@media only screen and (max-width: 768px){
	.footer_ul{
		text-align: left;
		margin-top: 16px;
		padding-left: 0px;
	}
	.footer_ul li{
		margin-bottom: 2px;
	}
	.footer_ul li a{
		font-size: 13px;
	}
	.nav_bar_header{
		padding: 0.5rem 1rem;
	}
	.footer_logo_dv{
		justify-content: start;
		margin-bottom: 15px;
	}
	.footer_ul.last {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		position: relative;
	}
	.footer_ul.last::before {
		content: '';
		width: 100%;
		height: 2px;
		border-bottom: dotted 1px #999;
		position: absolute;
		top: -10px;
		left: 0;
	}
	.footer_ul.last::after {
		content: '';
		width: 100%;
		height: 2px;
		border-bottom: dotted 1px #999;
		position: absolute;
		bottom: -7px;
		left: 0;
	}
	.copy-right {
		font-size: 11px !important;
		margin-top: 10px;
		line-height: 20px;
	}
	.copy-right span{
		display: block;
	}
	.footer_ul.last li{
		position: relative;
	}
	.footer_ul.last li::after {
		content: '';
		height: 20px;
		width: 1px;
		border-right: dotted 1px #fff;
		position: absolute;
		right: 0px;
		display: block;
		top: 0;
	}
	.footer_ul.last li:nth-last-child(1)::after{
		display: none;
	}
	.Modal_{
	right: 0;
	left: 0%!important;
	top: 90px;
	}
	.m_w_400{
		margin: auto;
	}
	.contct_postn{
		top: 200px;
	}
	.contact_left_sec{
		position: relative;
		margin-bottom: 30px;
		border-radius: 24px;
		top: 0;
	}
	.contact_ryt_sec{
		position: relative;
		top: 0;
		border-radius: 24px;
	}
	.height-200{
		height: 610px!important;
	}
	.mobile_vw{
		/* position: absolute; */
		/* top: 539px; */
	}
	.project_img{
		width: unset;
	}
	.project_header_sec{
		text-align: center;
	}
	.operation_processng_dv_ul li{
		flex: 0 0 83.333333%;
		width: 83.333333%;
	}
	.navbar-brand.navBrand.sam img {
		height: 25px;
		width: auto;
	}
	.slider_padding .position-relative{
		padding:15px;
	}
	.slider_padding .position-relative h1 {
		font-size: 20px !important;
		line-height: 30px;
	}
	.fnt_wht_clr {
		color: #fff;
		background-color: transparent;
		padding: 10px;
	}
	.form-dark{
		margin: 15px !important;
	}
	.footer_logo_dv img {
		max-width: 100%;
		height: 20px;
	}
	.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after {
		content: 'prev';
		font-size: 15px !important;
		background-color: rgba(0,0,0,0.8);
		width: 52px;
		height: 64px;
		border-radius: 5px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.swiper-button-next::after, .swiper-rtl .swiper-button-prev::after {
		content: 'next';
		font-size: 15px !important;
		background-color: rgba(0,0,0,0.8);
		width: 52px;
		height: 64px;
		border-radius: 5px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

@media only screen and (max-width: 767px){
	.project_detail_min_ht{
		max-height: unset;
		/*overflow-y: scroll;*/
		/*resize: none;*/
	}
	.contact-us {
		padding: 20px !important;
	}
	.project_list_ul li{
		display: inline;
		/* background: #fff; */
		/* padding: 20px; */
	}
	.bg_orng_LftImg{
		left: 8.5%;
	}
	.bg_orng_rytImg{
		left: 8.5%;
	}
	.section_img_dv_lft, .section_img_dv_ryt{
		text-align: center;
	}
	.text_right{
		text-align: left;
	}

	p.fs-24.bounceInLeft.delay-3s{
		font-size: 14px;
	}
	
	.proj_sec1{
		top: 146px;
		left: 50%;
		width: 90%;
	}
	.proj_sec2{
		top: 143px;
		width: 90%;
		left: 50%;
	}
	.proj_sec3{
		top: 144px;
		left: 49.9%;
		width: 90%;
	}
	.proj_sec4{
		top: 143px;
		left: 50%;
		width: 90%;
	}
	.proj_sec5{
		top: 144px;
		left: 50%;
		width: 90%;
	}
	.proj_sec6{
		top: 143px;
		left: 50%;
		width: 90%;
	}
	.bg_orng_abtLftImg{
		left: 8%;
	}
	.mob_mb_50{
		margin-bottom: 50px;
	}
	.bg_orng_indImg{
		left: 8.5%;
	}
	
}

@media only screen and (max-width: 576px) and (min-width: 538px){
	.proj_sec1{
		top: 325px;
		left: 17px;
		width: 96.7%;
	}
	.proj_sec2{
		top: 321px;
		width: 97%;
	}
	.proj_sec3{
		top: 320px;
		left: 17px;
		width: 96.8%;
	}
	.proj_sec4{
		top: 321px;
		left: 0px;
		width: 97%;
	}
	.proj_sec5{
		top: 334px;
		left: 0px;
		width: 97%;
	}
	.proj_sec6{
		top: 175px;
		/* left: 16px; */
		width: 96.8%;
	}
}
@media only screen and (max-width: 590px){
	.Modal_width{
	max-width: 100%;
	min-width: 100%;
	width: 100%;
	margin: auto;
	}
}
@media only screen and (max-width: 425px){
	.project_detail_min_ht{
		max-height: 30px;
		overflow-y: scroll;
		resize: none;
	}

	.slidingHeadeer{
		width: 80%;
	}

	.proj_sec1{
		top: 108px;
		/* left: 51.6%; */
		/* width: 96.7%; */
	}
	.proj_sec2{
		top: 119px;
		/* width: 97.2%; */
		/* left: 48.4%; */
	}
	.proj_sec3{
		top: 118px;
		/* left: 51.7%; */
		/* width: 96.8%; */
	}
	.proj_sec4{
		top: 119px;
		/* left: 48.5%; */
		/* width: 97%; */
	}
	.proj_sec5{
		top: 107px;
		/* left: 48.4%; */
		/* width: 97%; */
	}
	.proj_sec6{
		top: 119px;
		/* left: 51.7%; */
		/* width: 96.9%; */
	}
}
@media only screen and (max-width: 375px){
	.project_detail_min_ht{
		max-height: 30px;
		overflow-y: scroll;
		resize: none;
	}
	.proj_sec1{
		top: 87px;
		left: 50%;
		width: 90.2%;
	}
	.proj_sec2{
		top: 95px;
		/* width: 97.1%; */
		/* left: 48.5%; */
	}
	.proj_sec3{
		top: 97px;
		/* left: 51.7%; */
		/* width: 96.8%; */
	}
	.proj_sec4{
		top: 96px;
		/* left: 48.5%; */
		/* width: 97.2%; */
	}
	.proj_sec5{
		top: 84px;
		/* left: 48.4%; */
		/* width: 97%; */
	}
	.proj_sec6{
		top: 85px;
		/* left: 51.7%; */
		/* width: 96.9%; */
	}
	.about_employment li{
		margin-bottom: 16px;
	}

	.slidingHeadeer {
		width: 100%;
		height: 100vh;
		background-color: rgba(0,0,0,0.90);
	}
}

@media only screen and (max-width: 320px){
	.project_inner_sec:hover .overlay {
	  height: 70%;
	}
	.project_detail_min_ht{
		max-height: 30px;
		overflow-y: scroll;
		resize: none;
	}
	.proj_sec1{
		top: 90px;
		left: 51.7%;
		width: 97%;
	}
	.proj_sec2{
		top: 114px;
		width: 97%;
	}
	.proj_sec3{
		top: 110px;
		left: 51.7%;
		width: 97%;
	}
	.proj_sec4{
		top: 110px;
		left: 48.5%;
		width: 97.1%;
	}
	.proj_sec5{
		top: 97px;
		left: 48.4%;
		width: 97%;
	}
	.proj_sec6{
		top: 107px;
		left: 51.7%;
		width: 97%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1200px){
	.navbar-brand.navBrand.sam img {
		height: 25px;
		width: auto;
	}
}
.swiper-slide img {
    width: 100%;
    height: auto;
}

.swiper-pagination-bullet-active {
    width: 40px !important;
    height: 8px;
    display: inline-block;
    border-radius: 20px !important;
    background: #fff !important;
    opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet {
    opacity: 0.8;
    background: #ffffffc7;
    width: 20px;
    border-radius: 25px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    color: #fff !important;
    font-style: 30px !important;

}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    color: #fff !important;
    font-style: 30px !important;
}

.brdrB{
	padding-bottom: 30px;
	border-bottom: 1px solid lightgray;
}

@media only screen and (max-width: 991px){
	.text_right{
		text-align: left;
	}

	.ttl_head_right{
		align-items: start !important;
	}
}