/*font-family: 'Poppins', sans-serif;
font-family: 'Lato', sans-serif;
color:#002f5b;
color:#f58426;
color:#6c6c6e;
*/

* {
	margin: 0;
	padding: 0;
}

body 
{
	margin: 0 !important;
	padding: 0 !important;
	font-family: 'Poppins', sans-serif;
}

#wrapper {
	overflow: hidden;
}


.clr
{
	margin: 0 !important;
	padding: 0 !important;
}

.image_responsive
{
	width: 100% !important;
}


.mt10
{
	margin-top: 10px;
}

.nav li a
{
	color: #002f5b;
	font-weight: 500;
	margin-top: 6px;
	font-size: 1.5rem;
	padding: 10px 1.2rem;
}

.top_cont
{
	background: #00326d;
	padding: 0px 0 !important;
}

.top_cont p
{
	float: left;
}

.top_cont_det
{
	float: left;
	margin: 0;
	padding: 0;
}

.top_cont_det2
{
	float: left;
	margin: 0;
	padding: 0;
}

.top_cont_det li
{
	list-style: none;
	float: left;
	margin-right: 30px;
	color: #fff;
	font-size: 12px;
	line-height: 35px;
}

.top_cont_det li svg
{
	margin-right: 10px;
}

.top_cont_det2 li a
{
	list-style: none;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	color: #fff;
	font-size: 12px;
	line-height: 35px;
	min-width: 36px;
	background: transparent;
	border-right: 1px solid #ffffff26;
	transition-duration: .5s;
}

.top_cont_det2 li:nth-child(2) a:hover
{
	background: #3b579d;
	transition-duration: .5s;
}

.top_cont_det2 li:nth-child(3) a:hover
{
	background: #1da1f2;
	transition-duration: .5s;
}

.top_cont_det2 li:nth-child(4) a:hover
{
	background: #d54c3f;
	transition-duration: .5s;
}

.top_cont_det2 li:nth-child(5) a:hover
{
	background: #0077af;
	transition-duration: .5s;
}

.top_cont_det2 li :hover
{
	text-decoration: none;
}

.top_cont_det2 li
{
	list-style: none;
	float: left;
}

.top_cont_det2 li svg
{
	margin-right:0px;
}

.navbar-brand img
{
	height: 60px;
}

.nav>li>a:focus, .nav>li>a:hover 
{
	text-decoration: none;
	background-color: transparent;
	color: #f58426 !important;
}

.carousel 
{
	position: relative;
	float: left;
	width: 100%;
}


.sticky .navbar-header #navbar a, .sticky .navbar-brand {
	padding: 0 14px !important;
	transition-duration: .5s !important;
}


.sticky .mt10 {
	margin-top: 0 !important;
	transition-duration: .5s !important;
}

.navbar .navbar-header #navbar a {
	transition-duration: .5s;
	padding: 14px !important;
}

.navbar 
{
	width: 100%;
	position: relative;
	margin-bottom: 0;
	float: left;
	border: none;
}

.navbar-brand 
{
	float: left;
	padding: 10px;
	font-size: 18px;
	line-height: 20px;
}

.btn_fl
{
	background: #f58426;
	padding: 15px 0px;
	text-align: center;
	color: #ffffff;
	border-radius: 30px;
	border: 2px solid #f58426;
	font-size: 15px;
	text-shadow: none;
	float: left;
	min-width: 18rem;
	margin: 30px 1rem;
	text-decoration: none;
	transition-duration:.5s;
}

.btn_fl:hover
{
	background: #002f5b;
	color: #fff;
	text-decoration: none;
	transition-duration:.5s;
}

.btn_br:hover
{
	border-color: #002f5b;
	color: #fff;
	text-decoration: none;
	transition-duration:.5s;
}

.btn_br
{
	border:2px solid #f58426;
	padding: 15px 0px;
	text-align: center;
	color: #ffffff;
	border-radius: 30px;
	font-size: 15px;
	text-shadow: none;
	float: left;
	min-width: 17rem;
	margin: 30px 0rem;
	text-decoration: none;
	transition-duration:.5s;
}

.carousel-caption
{
	position: absolute;
	top: 20%;
	left: 25%;
	right:25%;
	width: 50%;	
}

.carousel-caption h2
{
	font-weight: bold;
	color: #fff;
	font-size: 5rem;
	text-shadow: none;
	font-family: 'Poppins', sans-serif;	
}

.carousel-caption h4
{
	font-weight: bold;
	color: #fff;
	font-size: 2.5rem;
	text-shadow: none;	
}

.carousel-caption p
{
	margin:30px 0;	
	font-size: 1.2em;
	text-shadow: none;
}

.item_img
{
	
}

.item_img:before
{
	content: "";
	top: 0%;
	left: 0%;
	width: 100%;
	height: 800px;
	background: #002f5b;
	float: left;
	position: absolute;
	opacity: .6;
}

.carousel-control.left 
{
	background-image: none;
	background-image: none;
	background-image: none;
	background-image: none;
	filter: none;
	background-repeat: repeat-x;
}

.carousel-control.right 
{
	background-image: none;
	background-image: none;
	background-image: none;
	background-image: none;
	filter: none;
	background-repeat: repeat-x;
}

.carousel-control 
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: auto;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: none;
	filter: alpha(opacity=50);
	opacity: 1;
}

.carousel-indicators li 
{
	display: inline-block;
	width: 10px !important;
	height: 10px !important;
	margin: 0;
	margin-bottom: 20px;
	margin-left: 2px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0,0,0,0);
	border: none;
	border-radius: 10px;
	background: #ffffff42;
	float: left;
}

.carousel-indicators .active 
{
	width: 10px!important;
	height: 10px!important;
	margin-left: 2px;
	margin-bottom: 20px;
	background-color: #f58426;
}

.carousel-indicators .active:before
{
	width: 16px;
	height: 16px;
	margin-left: -8px;
	margin-top: -2.5px;
	background: #ffffff;
	content: "";
	position: absolute;
	border-radius: 50%;
	z-index: -1;
}

.carousel-indicators 
{
	position: absolute;
	top: calc(50% - 27.5px);
	z-index: 15;
	width: 20px;
	padding-left: 0;
	margin-left: 0%;
	text-align: center;
	list-style: none;
	float: left;
	left: 5%;
	margin: 0;
}



.carousel-indicators li:nth-last-child(1)
{
	margin-bottom: 0 !important;
}

.ind_dom2
{
	background:url(../images/slide1.jpg);
	position: relative;
	box-shadow: 0 0 20px 0 #000;
	padding: 80px 0px;
	margin-top: -5%;
	border-radius:10px;
	overflow: hidden;
	z-index: 999;
}

.ind_dom2 h2, .ind_dom2 h4, .ind_dom2 p
{
	color: #fff;
}

.ind_dom2 h2
{
	font-weight: 800;
	font-size: 3rem;
	font-family: 'Poppins', sans-serif;
}

.ind_dom2 h2 span
{
	color: #f58426;
}

.ind_dom2 h4
{
	font-size: 2rem;
	padding: 0;
	margin: 0;
}

.ind_dom2 p
{
	font-size: 1.5rem;
	padding: 0;
	margin: 0;
	margin-top: 20px;
}

.ind_dom2:before
{
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background: #002f5b;
	content: "";	
	z-index: -1;
	opacity: .9;
}

.br3_lf
{
	border-left: 3px solid #f58426;
}

.br_bt
{
	border-bottom: 1px solid #004a8e;
	margin-top: 40px;
	margin-bottom:  40px;
	float: left;
}

.dom1_val
{
	float: left;
	width: 90%;
	margin: 0 5%;
	border: 1px solid #004a8e;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
	z-index: 999;
	margin-top: 30px;
	transition-duration: .5s;
}

.dom1_val:hover
{
	border-color: #002f5b;
	box-shadow: 0 0 20px 0 #002f5b;
	transition-duration: .5s;
}

.dom1_val .dom1_img
{
	width: 100%;
	position: relative;
	padding: 20px 40% 0 40%;
	border-radius: 10px 10px 0 0;
	transition-duration: .5s;
	z-index: 999;
	margin: 0;
}

.dom1_val .dom1_img:before
{
	width: 150%;
	height: 150%;
	border-radius: 50%;
	position: absolute;
	background: transparent;
	content: "";
	top: -150%;
	left:-150%;
	z-index: -1;
	transition-duration: .5s;
}

.dom1_val:hover .dom1_img:before
{
	background: #002f5b;
	top: -20%;
	left:-25%;
	transition-duration: .5s;
}

.dom1_val h5
{
	color: #fff;
	font-size: 1.4rem;
	padding: 0 20px;
	padding-top: 20px;
	margin: 0;
	transition-duration: .5s;
}

.dom1_val:hover h5
{
	color: #002f5b;
	transition-duration: .5s;
}

.dom1_val:hover .dom1_cnt
{
	background: #ffffff;
	transition-duration: .5s;
}

.dom1_cnt
{
	transition-duration: .5s;
	padding: 20px;
}

.dom1_val p
{
	color: #fff;
	font-size: 1.2rem;
	margin-top: 20px;
	padding: 0;
	min-height: 68px;
	transition-duration: .5s;
}

.dom1_val:hover p
{
	color: #000;
	transition-duration: .5s;
}


.container-fluid 
{
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	float: left;
}

.dom3_play
{
	position: relative;
}

.sec_pad
{
	padding: 50px 0 !important;
}

.sec_pad2
{
	padding: 0 !important;
	padding-bottom: 100px !important;
}

section
{
	float: left;
	width: 100%;
}

.dom3_abt
{
	padding-left:30px;
}

.ind_dom3
{
	padding-top: 200px;
	padding-bottom: 0px;
	position: relative;
}

.dom3_abt h4
{
	color: #002f5b;
	margin: 0;
	padding: 0;
	padding-left: 5px;
}

.dom3_abt h2
{
	color: #002f5b;
	margin: 0;
	padding: 0;
	padding-left: 5px;
	margin-top: 10px;
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	font-size: 3rem;
	line-height: 4rem;
	text-transform: uppercase;
}

.dom3_abt h2 span
{
	color: #f58426;
}

.dom3_abt p
{
	font-size: 1.3rem;
	margin-top: 20px;
	color: #000;
	line-height: 2.5rem;
}

.wel_cont
{
	margin: 0;
	padding: 0;
	margin-top: 10px;
}

.dom3_play
{
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
	transition-duration: .5s;
}

.dom3_play:before
{
	position: absolute;
	content: "";
	top: 0%
	left:0%;
	width: 100%;
	height: 100%;
	background: #002f5b;
	opacity: .8;
}

.dom3_play span
{
	position: absolute;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	width: 60px;
	height: 60px;
	text-align: center;
	color: #f58426;
	opacity: 1;
	font-size: 60px;
	z-index: 999;
}

.dom3_play:hover span:before
{
	opacity: 1;
	transition-duration: .5s;
}

.dom3_play:hover 
{
	box-shadow: 0 0 20px 0 #002f5b;
	transition-duration: .5s;
}

.dom3_play:hover span svg
{
	color: #f58426;
	transition-duration: .5s;
}

.dom3_play span:before
{
	position: absolute;
	top: calc(50% - 50px);
	left: calc(50% - 50px);
	width: 100px;
	height: 100px;
	background:  #ffffff;
	border-radius: 50%;
	content: "";
	opacity: .8;
	font-size: 60px;
	z-index: -1;
	transition-duration: .5s;
}

.dom3_play span svg
{
	padding: 0;
	margin: 0;
	float: left;
	width: 60px !important;
	height: 60px !important;
	color: #002f5b;
	transition-duration: .5s;
}


.abt_abs
{
	position: absolute;
	top: 15%;
	left: 0%;
	width: 100%;
	height: 100%;
	z-index: -1;
}


.abt_abs2
{
	position: absolute;
	bottom: 0%;
	/* right: -9%; */
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: .2;
	background: url(../images/abt_bg2.jpg) no-repeat;
	background-size: 70%;
	background-position: right bottom;
	background-position: 65rem;
}


.abt_abs .col-md-4
{
	position: relative;
}


.abt_abs .col-md-4:before
{
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background: #002f5b;
	content: "";
	opacity: .8;
}

.dom_tit h4
{
	color: #002f5b;
	font-size: 2rem;	
}

.dom_tit h2
{
	font-weight: 800;
	color: #002f5b;
	margin-bottom: 8rem;
	font-size: 3.2rem;
	line-height: 4rem;
	text-transform:uppercase;
}

.dom_tit h2 span
{
	color: #f58426;
}

.serv
{
	position: relative;
	transition-duration: .5s;
}


.serv:before
{
	content: "";
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background: #002f5b;
	opacity: .8;
	transition-duration: .5s;
}

.serv:hover:before
{
	opacity: 0.1;
	transition-duration: .5s;
}

.serv:hover
{
	box-shadow: 0 0 20px 0 #000;
	z-index: 99999;
	-webkit-transform: scale(1.01);
	-ms-transform: scale(1.01);
	-o-transform: scale(1.01);
	transform: scale(1.01);
	transition-duration: .5s;
}

.serv:hover .serv_det
{
	transform:rotateY(0deg);
	opacity: 1;
	transition-duration: .5s;
}

.serv:hover .serv_det2
{
	transform:rotateY(-90deg);
	opacity: 0;
	transition-duration: .5s;
}

.serv_det
{
	position: absolute;
	transform-style: preserve-3d;
	top: calc(50% - 100px);
	left: 0%;
	width: 100%;
	/* height: 100%; */
	opacity: 0;
	padding: 30px;
	color: #ffffff;
	transform:rotateY(90deg);
	transition-duration: .5s;
}

.serv_det2
{
	position: absolute;
	bottom: 60px;
	right: 5%;
	transform:rotateY(0deg);
	opacity: 1;
	transition-duration: .5s;
}

.serv_det2 span
{
	position: relative;
	font-size: 2rem;
	font-weight: 600;
	color: #f58426;
	padding-bottom: 20px;
}

.serv_det2 span:before
{
	position: absolute;
	content: "";
	bottom: 0%;
	right: 0%;
	width: 50%;
	border-radius: 5px;
	height: 3px;
	background: #ffffff;
}

.btn_dual span:nth-of-type(1)
{
	background: #f58426;
	padding: 15px 0px;
	text-align: center;
	color: #ffffff;
	border-radius: 30px;
	border: 2px solid #f58426;
	font-size: 15px;
	text-shadow: none;
	float: left;
	min-width: 18rem;
	margin: 20px 2rem;
	margin-right: 0;
	text-decoration: none;
	transition-duration:.5s;  
}

.btn_dual span:nth-of-type(2)
{
	border: 2px solid #f58426;
	padding: 15px 0;
	text-align: center;
	color: #000;
	border-radius: 0 30px 30px 0;
	font-size: 15px;
	text-shadow: none;
	float: left;
	min-width: 20rem;
	margin: 20px 2rem;
	margin-left: -25px;
	text-decoration: none;
	transition-duration: .5s;  
}

.btn_dual2 span:nth-of-type(1)
{
	background: #f58426;
	padding: 10px 0px;
	text-align: center;
	color: #ffffff;
	border-radius: 30px;
	border: 2px solid #f58426;
	font-size: 1.2rem;
	text-shadow: none;
	float: left;
	min-width: 11rem;
	margin: 40px 2rem 20px 2rem;
	margin-right: 0;
	text-decoration: none;
	transition-duration:.5s;
}

.btn_dual2 span:nth-of-type(2)
{
	border: 2px solid #f58426;
	border-left: 0;
	padding: 9.5px 0;
	text-align: center;
	color: #000;
	border-radius: 0 30px 30px 0;
	font-size: 1.3rem;
	text-shadow: none;
	float: left;
	min-width: 16rem;
	margin: 40px 2rem 20px 2rem;
	margin-left: -25px;
	text-decoration: none;
	transition-duration: .5s;
}

.btn_fl_new
{
	background: #f58426;
	padding: 10px 0px;
	text-align: center;
	color: #ffffff;
	border-radius: 30px;
	border: 1px solid #f58426;
	font-size: 1rem;
	text-shadow: none;
	float: left;
	min-width: 10rem;
	margin: 20px 2rem;
	margin-right: 0;
	text-decoration: none;
	transition-duration:.5s;
}

.btn_fl_new:hover
{
	background: transparent;
	border: 1px solid #f58426;
	color: #f58426;
	text-decoration: none;
	transition-duration:.5s;
}

.proj_tit h4
{
	font-size: 2rem;
	color: #002f5b;
	padding-right: 30px;
}

.proj_tit h2
{
	font-size: 3.5rem;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	margin-bottom: 0;
	padding:0;
	line-height: 4.5rem;
	text-transform: uppercase;
	color: #002f5b;
	padding-right: 30px;
}

.proj_tit h2 span
{
	color: #f58426;
}

.proj_tit p
{
	font-size: 1.5rem;
	padding: 30px 20px;
	color: #002f5b;
}

.br_rgt
{
	border-right:3px solid #f58426;
	float: left;
	width: 100%;
}

#proj_abt .proj
{
	position: relative;
	width: 100%;
	float: left;
	margin:30px 0;
	padding: 0;
	border-radius: 10px;
	border:0px solid transparent;
	overflow: hidden;
	box-shadow: 0 0 20px 0 #ccc;
	transition-duration: .5s;
}

#proj_abt .proj:hover
{
	box-shadow: 0 0 20px 0 #999;
	transition-duration: .5s;
}

#proj_abt .proj:before
{
	position: absolute;
	content: "";
	width: 100%;
	top: -10px;
	left: 0%;
	height: 0px;
	background: transparent;
	transition-duration: .5s;
}

#proj_abt .proj:after
{
	position: absolute;
	content: "";
	width: 100%;
	bottom: -10px;
	left: 0%;
	height: 0px;
	background: transparent;
	transition-duration: .5s;
}

#proj_abt .proj:hover:before
{
	top:0%;
	transition-duration: .5s;
}

#proj_abt .proj:hover:after
{
	bottom:0%;
	transition-duration: .5s;
}

#proj_abt .proj_img
{
	position: relative;
	width: 100%;
	padding: 0;
	float: left;
	-webkit-filter: brightness(1);
	-o-filter: brightness(1);
	filter: brightness(1);
	transition-duration: .5s;
}

#proj_abt  .proj_desc
{
	padding: 10px;
	float: left;
}

#proj_abt  .proj_desc p
{
	color: #444;
}

.proj
{
	position: relative;
	width: 100%;
	float: left;
	margin:30px 0;
	padding: 10px;
	border-radius: 5px;
	border:1px solid #002f5b;
	overflow: hidden;
	transition-duration: .5s;
}

.proj:hover
{
	box-shadow: 0 0 10px 0 #002f5b;
	transition-duration: .5s;
}

.proj:before
{
	position: absolute;
	content: "";
	width: 100%;
	top: -10px;
	left: 0%;
	height: 10px;
	background: #002f5b;
	transition-duration: .5s;
}

.proj:after
{
	position: absolute;
	content: "";
	width: 100%;
	bottom: -10px;
	left: 0%;
	height: 10px;
	background: #002f5b;
	transition-duration: .5s;
}

.proj:hover:before
{
	top:0%;
	transition-duration: .5s;
}

.proj:hover:after
{
	bottom:0%;
	transition-duration: .5s;
}

.proj_img
{
	position: relative;
	width: 100%;
	padding: 20px 35%;
	float: left;
	-webkit-filter: brightness(0);
	-o-filter: brightness(0);
	filter: brightness(0);
	transition-duration: .5s;
}

.proj_name
{
	color: #000;
	margin-bottom: 5px;
	font-size: 1.3rem;
	font-weight: 500;
	float: left;
	width: 100%;
	min-height: 58px;
	transition-duration: .5s;
}

.proj_name h4
{
	font-size: 1.5rem;
	transition-duration: .5s;
}

.proj_desc p
{
	color: #000;
	font-weight: 500;
	font-size: 1.2rem;
	transition-duration: .5s;
}

.proj_lnk
{
	text-align: center;
	margin: 20px 0;
	transition-duration: .5s;
}

.proj_lnk a
{
	text-decoration: none;
	color: #000;
	font-weight: 500;
	font-size: 1.2rem;
	transition-duration: .5s;
}

.proj_lnk a svg
{
	margin-left: 10px;
}

.proj:hover .proj_desc p,.proj:hover .proj_name
{
	color: #002f5b;
	transition-duration: .5s;
}

.proj:hover .proj_img
{	
	-webkit-filter: brightness(1);
	-o-filter: brightness(1);
	filter: brightness(1);
	transition-duration: .5s;
}

.proj:hover a
{
	color: #f58426;
	text-decoration: none;
	transition-duration: .5s;
}

.hg_100
{
	/* padding-top: 100px; */
	float: left;
	width: 100%;
}

#proj .item
{
	margin: 30px;
}

#proj .owl-pagination
{
	display: none;
}

#proj_abt .item
{
	margin: 30px;
}

#proj_abt .owl-pagination
{
	display: none;
}

.logo 
{
	opacity: .7;
	padding: 10px 0;
}

.client 
{
	color: #fff !important;
	border-right: 3px solid #f58426;
	text-transform: uppercase;
	margin-top: 4rem !important;
	padding: 2rem 0rem !important;
}

.ind_dom6 
{
	background: #f5f5f5;
}

footer
{
	background: url(../images/map2.png)no-repeat #002f5b;
	background-position: right;
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
	padding-top: 10px;
	z-index: 9999999;
}

.foot_dv_tit h3
{
	color: #fff;
	font-size: 1.8rem;
	font-weight: 400;
	margin-bottom: 2rem;
}

.foot_dv_tit h3 span
{
	color: #f58426;
	font-size: 1.8rem;
	font-weight: 400;
	margin-bottom: 2rem;
}

.foot_dv_cnt
{
	color: #fff;
	font-size: 1.2rem;
	margin-bottom: 20px;
	line-height: 2.2rem;
}

.foot_dv_cnt svg
{
	color: #f58426;
	margin-right: 10px;
}

.foot_dv_lnk
{
	text-align: left;
}

.foot_dv_lnk a
{
	text-decoration: none;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 400;
	transition-duration: .5s;
}

.foot_dv_lnk a svg
{
	margin-left: 5px;
	padding-top: 3px;
	transition-duration: .5s;
}

.foot_dv_lnk a:hover
{
	text-decoration: none;
	color: #f58426;
	transition-duration: .5s;
}

.foot_dv_lnk a:hover svg
{
	margin-left: 10px;
	transition-duration: .5s;
}

.foot_inpt input
{
	width: 100%;
	margin: 0%;
	padding: 1.5rem;
	height: 40px;
	border:2px solid #f58426;
	box-shadow: none;
	background: transparent;
	color: #f58426;
	border-radius: 30px 0 0 30px;
}

.foot_inpt .btn_fl
{
	width: 100% !important;
	margin: 0%;
	padding: 10px;
	height: 40px;
	color: #f5f5f5;
	margin-left: -20px;
}

.foot_inpt .btn_fl svg
{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.news_foot
{
	padding-left: 50px !important;
}

.news_foot a
{
	color: #fff;
	float: left;
	width: 100%;
	margin-bottom: 2rem !important;
	text-decoration: none;
}

.foot_news p
{
	margin: 0;
	margin-left: 1rem;
	font-size: 1.3rem;
	padding: 0rem !important;
}

.foot_news p strong
{
	font-weight: 500;
	font-size: 1.5rem;
}

.foot_news
{
	margin-bottom: 2rem !important;
}

.copyrgt
{
	width: 100%;
	float: left;
	background: #002950;
	margin-top: 0px;
	padding: 1rem;
	box-shadow: 0px -2px 20px 0 #00396f;
	/* border-top: 1px solid #002f5b; */
}

.copyrgt p
{
	padding: 0;
	margin: 0;
	font-size: 1.2rem;
	color: #ffffff;
}

.copyrgt p span
{
	color: #f58426;
}

.copyrgt a
{
	text-decoration: none;
}



.xoft 
{
	text-decoration: none;
	color: #24d7f1;
	background: transparent;
	transition-duration: .5s;
}

footer:hover .xoft
{
	text-decoration: none;
	background: url(../images/xoft.png) left center no-repeat;
	background-size: contain;
	padding-left: 25px;
	transition-duration: .5s;
}


.ind_dom4
{
	position: relative;
}

.abs_bg3
{
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	left: 0%;
	opacity: .7;
	bottom: 0%;
	background: url(../images/bg-pat.png)no-repeat;
	background-size: contain;
	background-position: left bottom;
	background-size: 600px;
}

#testi .cl_nm h4
{
	font-size: 1.4rem;
	font-weight: 700;
	color: #002f5b;
}

#testi .cl_nm p
{
	font-size: 1.3rem;
	color: #002f5b;
}

#testi .cl_nm
{
	float: left;
	width: 100%;
	padding: 1rem 4rem;
	border-right: 3px solid #f58426;
}

#testi .test_cnt
{
	float: left;
	width: 100%;
	padding: 1rem 2rem;
	font-style: italic;
}


#clients .owl-pagination
{
	display: none;
}

#clients .item 
{
	margin: 1rem 2rem 0 1rem;
}


.top-curse
{
	text-decoration: none;
	color: #002f5b;
	position: fixed;
	bottom: 7rem;
	right: 5rem;
	z-index: 9999999;
	cursor: pointer;
	text-shadow: 0px 0px 5px #000;
}

.ind_dom5
{
	position: relative;
	float: left;
	width: 100%;
	background: url(../images/slide1.jpg)no-repeat fixed;
	background-size: cover;
	padding: 0px 0 !important;
}

.ind_dom5:before
{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #002950;
	opacity: .9;
}	

#clients .owl-wrapper-outer 
{
	overflow: hidden;
	position: relative;
	width: 100%;
	background: #163a5b00;
	margin-top: 1rem;
	padding: 2rem 0;
}


#navbar a 
{
	/* float: left; */
	display: block;
	color: #000;
	/* text-align: center; */
	padding: 14px;
	text-decoration: none;
}


.content 
{
	padding: 16px;
}


.sticky 
{
	position: fixed;
	top: 0;
	width: 100%;
}


.sticky + .content 
{
	padding-top: 60px;
}

#navbar 
{
	overflow: hidden;
	background-color: #fff;
	z-index: 9999 !important;
	border-radius: 0;
	border-top: 0;
	box-shadow: 0 0 10px 0 #002f5b4a;
}

.modal.fade.bs-example-modal-lg.in {
	margin-top: 8rem;
}

.group_photo {
	width: 100%;
	overflow: hidden;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background: #00326d;
}

.navbar-toggle {
	margin-top: 25px;
}
.sticky .navbar-toggle {
	margin-top: 10px;
}

.navbar-collapse {
	float: right;
}

.foot_sm {
	text-align:right;
}

.foot_cp {
	text-align: left;
}

@media all and (max-width: 796px) { 
	.navbar-collapse{
		float: left !important;
	}
	.dom1_val {
		float: left;
		width: 100%;
		height: 220px;
		margin: 0;
		border: 1px solid #004a8e;
		border-radius: 10px;
		overflow: hidden;
		text-align: center;
		z-index: 999;
		margin-top: 30px;
		transition-duration: .5s;
	}

	.dom1_cnt {
		transition-duration: .5s;
		padding: 5px;
	}


	.ind_dom3 {
		padding-top: 60px;
		padding-bottom: 0px;
		position: relative;
	}

	.btn_dual span:nth-of-type(1) {
		background: #f58426;
		padding: 15px 0px;
		text-align: center;
		color: #ffffff;
		border-radius: 30px;
		border: 2px solid #f58426;
		font-size: 15px;
		text-shadow: none;
		float: left;
		min-width: 14rem;
		margin: 20px 0rem;
		margin-right: 0;
		text-decoration: none;
		transition-duration: .5s;
	}

	.btn_dual span:nth-of-type(2) {
		border: 2px solid #f58426;
		padding: 15px 0;
		text-align: center;
		color: #000;
		border-radius: 0 30px 30px 0;
		font-size: 15px;
		text-shadow: none;
		float: left;
		min-width: 16rem;
		margin: 20px 0rem;
		margin-left: -25px;
		text-decoration: none;
		transition-duration: .5s;
	}

	.sec_pad {
		padding: 20px 0 !important;
	}

	.dom_tit h2 {
		font-weight: 800;
		color: #002f5b;
		margin-bottom: 3rem;
		font-size: 3.2rem;
		line-height: 4rem;
		text-transform: uppercase;
	}

	.hi-slide > ul {
		list-style: none;
		position: relative;
		left: -220px;
	}

	.hi-slide > ul {
		list-style: none;
		position: relative;
		width: 754px;
		height: 292px;
		margin: 0;
		padding: 0;
		left: -220px;
	}

	.br_bt {
		border-bottom: 1px solid #004a8e;
		margin-top: 0px;
		margin-bottom: 0px;
		width:100%;
	}

	.carousel-inner {
		position: relative;
		width: 100%;
		overflow: hidden;
		max-height: 450px;
	}

	.carousel-caption {
		position: absolute;
		top: 5%;
		left: 5%;
		right: 25%;
		width: 90%;
	}

	.carousel-caption h4 {
		font-weight: bold;
		color: #fff;
		font-size: 1.5rem;
		text-shadow: none;
	}

	.carousel-caption h2 {
		font-weight: bold;
		color: #fff;
		font-size: 2rem;
		text-shadow: none;
		font-family: 'Poppins', sans-serif;
	}

	.carousel-caption p {
		margin: 30px 0;
		font-size: 14px;
		text-shadow: none;
	}

	.btn_fl {
		background: #f58426;
		padding: 8px 0px;
		text-align: center;
		color: #ffffff;
		border-radius: 30px;
		border: 2px solid #f58426;
		font-size: 14px;
		text-shadow: none;
		float: left;
		min-width: 13rem;
		margin: 30px 1rem;
		text-decoration: none;
		transition-duration: .5s;
	}

	.btn_br {
		border: 2px solid #f58426;
		padding: 8px 0px;
		text-align: center;
		color: #ffffff;
		border-radius: 30px;
		font-size: 14px;
		text-shadow: none;
		float: left;
		min-width: 12rem;
		margin: 30px 0rem;
		text-decoration: none;
		transition-duration: .5s;
	}

	.foot_sm {
		text-align:center;
	}


	.foot_cp {
		text-align: center;
	}

	.copyrgt p {
		padding: 0;
		margin: 0;
		font-size: 1rem;
		color: #ffffff;
	}


}


.pag_head
{
	background: url(../images/slide1.jpg);
	position: relative;
}


.pag_head h3
{
	color: #fff;
	font-weight: bold;
}

.pag_head:before
{
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background: #002f5b;
	content: "";
	opacity: .9;
}

.head_step
{
	float: left;
	width: 100%;
}

.head_step li
{
	float: left;
	list-style: none;
}

.head_step li a
{
	float: left;
	text-decoration: none;
	padding: 20px 0;
	color: #fff;
	position: relative;
	margin-right: 40px;
}

.head_step li a:before
{
	content: "-";
	padding: 20px 0;
	top: 0%;
	right: -25px;
	font-weight: bold;
	position:absolute;
}

.head_step li:nth-last-child(1) a:before
{
	content: "";
}

.head_step li:nth-last-child(1) a
{
	color: #f58426;
}

.abt_dom1
{
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
}





.proj_val
{
	position: relative;
	width: 100%;
	float: left;
	margin-bottom: 30px;
	padding: 10px;
	background: #fff;
	border-radius: 10px;
	/* border: 2px solid #f584265c; */
	overflow: hidden;
	box-shadow: 0 0 20px 0 #ccc;
	transition-duration: .5s;
}

.proj_val:hover
{
	transition-duration: .5s;
}

.proj_val .proj_img
{
	position: relative;
	width: 100%;
	padding: 20px 35%;
	float: left;
	-webkit-filter: brightness(1) hue-rotate(345deg);
	-o-filter: brightness(1) hue-rotate(345deg);
	filter: brightness(1) hue-rotate(345deg);
	transition-duration: .5s;
}

.proj_val .proj_name
{
	color: #000;
	margin-bottom: 10px;
	font-size: 1.3rem;
	font-weight: 500;
	float: left;
	width: 100%;
	min-height: auto;
	transition-duration: .5s;
}

.proj_val .proj_name h4
{
	font-size: 1.5rem;
	color: #f58426;
	font-weight: 500;
	transition-duration: .5s;
}

.proj_val .proj_desc p
{
	color: #444;
	font-weight: 500;
	font-size: 1.3rem;
	transition-duration: .5s;
}

.proj_val .proj_desc
{
	float: left;
}

.proj_val .proj_lnk
{
	text-align: center;
	margin: 10px 0;
	float: left;
	width: 100%;
	transition-duration: .5s;
}

.proj_val .proj_lnk a
{
	text-decoration: none;
	color: #f58426;
	font-weight: 500;
	text-align: center;
	transition-duration: .5s;
}

.proj_val .proj_lnk a svg
{
	margin-left: 10px;
}

.mtp_80
{
	margin-top:80px;
}

.mtp_30
{
	margin-top:30px;
}

#ceo_slid .item
{
	margin:30px;
}

#ceo_slid .ceo
{
	padding: 30px;
	width: 100%;
	position: relative;
	border-radius: 10px;
	float: left;
	overflow: hidden;
	/* margin-top: 80px; */
	background: #002f5b;
}

#ceo_slid .ceo h4
{
	padding: 0;
	margin-bottom: 20px;
	font-size: 2rem;
	text-transform: uppercase;
	color: #fff;
}

#ceo_slid .ceo h5
{
	color: #fff;
	margin-top: 80px;
}

#ceo_slid .ceo h6
{
	color: #fff;
}

#ceo_slid .ceo p
{
	padding: 0;
	margin-bottom: 20px;
	font-size: 1.2rem;
	color: #fff;
}

#ceo_slid .sign
{
	width: 50%;
	float: left;
}

.ceo_abs
{
	position: absolute;
	bottom:0%;
	left: -20%;
	width: 65%;
}



#ceo_slid .owl-pagination
{
	display: none;
}

.abt_dom2
{
	position: relative;
	background: #fffaf6;
	z-index: 999;
}

.abs_abt_dom2
{
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	left: 0%;
	opacity: .7;
	bottom: 0%;
	transform:rotateY(180deg);
	background: url(../images/bg-pat.png)no-repeat;
	background-size: contain;
	background-position: left bottom;
	background-size: 600px;
}

.client_say
{
	float: left;
	background: #f58426;
	padding: 40px 30px;
	border-radius: 10px;
	position: relative;
	z-index: 999;
}

.client_say:before
{
	z-index: -1;
	content: "\f10d";
	font-family: 'FontAwesome';
	top: calc(50% - 3.5rem);
	left: calc(50% - 3.5rem);
	position: absolute;
	font-size: 7rem;
	color: #ffa459;
}

.client_say img
{
	border-radius: 50%;
}

.client_say h3
{
	margin: 0;
	padding:0;
	font-size: 1.6rem;
	color: #fff;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: 400;
}

.client_say h4
{
	margin: 0;
	padding:0;
	font-size: 1.4rem;
	font-weight: 400;
	color: #fff;
}

.client_say p
{
	margin-top: 30px;
	font-size: 1.3rem;
	line-height: 2.5rem;
	color: #fff;
	float: left;
}

.client_say .proj_lnk
{
	color: #fff;
	float: left;
	margin: 0;
	margin-top: 10px;
	text-align: left;
}

.client_say .proj_lnk a
{
	font-size: 1.5rem;
	color: #fff;
	font-weight: 400;
}
@font-face
{
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	src: url("../font-awesome/fonts/FontAwesome.otf");
}

.fab
{
	font-family: 'FontAwesome';
}
@font-face
{
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: 400;
	src: url("../font-awesome/fonts/FontAwesome.otf");
}

.far
{
	font-family: 'FontAwesome';
	font-weight: 400;
}
@font-face
{
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: 900;
	src: url("../font-awesome/fonts/FontAwesome.otf");
}

.fa,
.fas
{
	font-family: 'FontAwesome';
	font-weight: 900;
}



#client_say .owl-pagination
{
	display: none;
}

#client_say .item
{
	margin: 0 20px ;
}

.says h2
{
	font-size: 4rem;
	font-weight: bold;
	color: #002f5b;
	margin-bottom: 60px;
}

.says h2 span
{
	color: #f58426;
}

.controls
{
	float: right;
	width: 100%;
	margin-top: 40px;
}

.controls a
{
	position: relative;
	width: 40px;
	height: 40px;
	float: left;
	background: #f58426;
	border-radius: 50%;
	margin-left: 30px;
}

.controls a:after
{
	position: absolute;
	content: "";
	bottom: calc(50% - 8px);
	left: calc(50% - 10px);
	width: 15px;
	height: 15px;
	border: 2px solid #fff;
	transform: rotate(135deg);
	border-bottom-color: transparent;
	border-right-color: transparent;
}

.controls a:nth-child(1):after
{
	position: absolute;
	content: "";
	bottom: calc(50% - 8px);
	left: calc(50% - 5px);
	width: 15px;
	height: 15px;
	border: 2px solid #fff;
	transform: rotate(-45deg);
	border-bottom-color: transparent;
	border-right-color: transparent;
}

.map
{
	
	position: relative;
}

.map:before
{
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background: #002f5b;
	content: "";
	opacity: .4;
	z-index: 999;
}

.map iframe
{
	margin-bottom: -5px;
	-webkit-filter: brightness(1) saturate(1) hue-rotate(0deg) contrast(1) invert(1);
	-o-filter: brightness(1) saturate(1) hue-rotate(0deg) contrast(1) invert(1);
	filter: brightness(1) saturate(1) hue-rotate(0deg) contrast(1) invert(1);
}

.form-control 
{
	display: block;
	width: 100%;
	height: 40px;
	padding: 2rem;
	background-image: none;
	border: 1px solid #eaeaea;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	box-shadow: none;
}

.has-warning .form-control 
{
	border-color: #eaeaea;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.has-warning .input-group-addon 
{
	color: #f58426;
	background-color: #ffffff;
	border-color: #eaeaea;
	border-radius: 0;
}

.form-group 
{
	margin-bottom: 15px;
	margin-left: 0;
	padding-left: 0;
}

.cont_cnt
{
	float: left;
	width: 100%;
	margin-top: 30px;
}

.cont_cnt p
{
	margin-bottom: 30px;
	color: #aaa;
}

.cont_cnt p a
{
	text-decoration: none;
	color: #aaa;
}

.cont_cnt p span
{
	margin-bottom: 10px;
	float: left;
	width: 100%;
	color: #002f5b;
}

.cont_cnt p svg
{
	margin-right: 5px;
	color: #f58426;
}

.fix_serv_nav
{
	float: left;
	width: 100%;
	background: #002f5b;
	border-radius: 10px;
	box-shadow: 0 0 20px 0 #888;
	position: absolute;
}

.fix_serv_nav li
{
	list-style: none;
	float: left;
	width: 100%;
}

.fix_serv_nav li a
{
	text-decoration:  none;
	float: left;
	width: 100%;
	padding: 20px 20px;
	padding-left: 40px;
	font-weight: 600;
	border-bottom: 2px solid #003465;
	position: relative;
	font-size: 1.2rem;
	color: #fff;
	transition-duration: .5s;
}

.fix_serv_nav li:nth-last-child(1) a
{
	border:none;
}

.fix_serv_nav li a:hover
{
	color: #f58426;
	transition-duration: .5s;
}

.fix_serv_nav li a:before
{
	content: "\f0da";
	font-family: 'FontAwesome';
	top: 20px;
	left: 20px;
	position: absolute;
	color: #ffa459;
}

.serv_item
{
	float: left;
	width: 100%;
	padding-left: 3rem;
	padding-right: 3rem;
	margin-bottom: 30px;
}

.serv_item h4
{
	margin-top: 25px;
	margin-bottom: 20px;
	position: relative;
	font-size: 1.6rem;
	color: #002f5b;
	font-weight: 600;
	float: left;
	width: 100%;
	padding-bottom: 10px;
}

.serv_item h4:before
{
	position: absolute;
	content: "";
	bottom: 0%;
	left: 0%;
	width: 4.5rem;
	height: 3px;
	border-radius: 3px;
	background: #f58426;
}

.serv_item .serv_cnt
{
	float: left;
	width: 100%;
}

.serv_item .serv_cnt li
{
	list-style: none;
	font-size: 1.3rem;
	color: #999;
	padding-left: 30px;
	background: url(../images/check.png) no-repeat;
	background-size: 15px;
	background-position: 0 5px;
	padding-bottom: 20px;
	float: left;
	width: 100%;
}

.serv_dom1
{
	position: relative;
	z-index: 999;
	overflow: hidden;
}



.div_tit h4
{
	color: #002f5b;
	margin: 0;
	padding: 0;
	padding-left: 5px;
}

.div_tit h2
{
	color: #002f5b;
	margin: 0;
	padding: 0;
	padding-left: 5px;
	margin-top: 10px;
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	font-size: 3rem;
	line-height: 4rem;
	text-transform: uppercase;
}

.div_tit h2 span
{
	color: #f58426;
}

.div_tit p
{
	font-size: 1.3rem;
	margin-top: 20px;
	color: #000;
	line-height: 2.5rem;
}

.industries
{
	float: left;
	width: 100%;
}

.industries ul
{
	float: left;
	width: 100%;
}

.grid_ind li a
{
	text-decoration: none;
	position: relative;
	z-index: 999;
	padding: 0;
	margin: 0;
	z-index: 999;
	border-radius: 10px;
	margin-bottom: 25px;
	transition-duration: .5s;
	box-shadow: 0 0 10px 0 #fff;
	border: 2px solid #eee !important;
}

.nav-tabs 
{
	border-bottom: none;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover 
{
	color: #555;
	cursor: default;
	background-color: #fff;
	/* border: none; */
	box-shadow: 0 0 20px 0 #ccc;
	-webkit-filter: saturate(1);
	-o-filter: saturate(1);
	filter: saturate(1); 
	border-color: #fff !important;
	border-bottom-color: transparent;
}

.nav-tabs>li.active>a:before
{
	opacity: 1;
	z-index: -1;
	top: -2.5px;
	left: -2.5px;
	background: #f58426;
	transition-duration: .5s;
	box-shadow: 0 0 10px 0 #929292;
}

.nav-tabs>li.active>a img
{
    transition-duration: .5s;
    border-radius: 10px;
}

.nav-tabs>li a img
{
    transition-duration: .5s;
    border-radius: 10px;
}

.nav-tabs>li>a:hover 
{
	transition-duration: .5s;
	-webkit-filter: saturate(1);
	-o-filter: saturate(1);
	filter: saturate(1);
	box-shadow: 0 0 20px 0 #ccc;
	border-color: #fff !important;
}

.nav-tabs>li>a:hover img
{
	border: none;
	transition-duration: .5s;
}

.nav-tabs>li>a
{
	border: none;
	-webkit-filter: saturate(0);
	-o-filter: saturate(0);
	filter: saturate(0);
}

.indus_det
{
	float: left;
	width: 100%;
	position: relative;
}

.indus_abs
{
	position: absolute;
	bottom: 0%;
	width: 100%;
	padding: 2rem 4rem;
	float: left;
	background: #002f5be6;
}

.indus_abs:before
{
	position: absolute;
	right: 2rem;
	top: 20px;
	width: 3px;
	height: calc(100% - 40px);
	content: "";
	background: #f58426;	
}

.indus_abs h4
{
	color: #f58426;
	font-size: 2rem;
	font-weight: 700;
	text-transform: uppercase;
}

.indus_abs p
{
	color: #ffffff;
	font-size: 1.4rem;
}




.proj_det
{
	float: left;
	width: 100%;
}

.proj_det tr th
{
	background: #f56b14;
	color: #ffc39d;
	border-right:1px solid #ffc39d;
	padding: 10px 0;
	font-size: 12px;
}

.proj_det tr td
{
	color: #444;
	font-weight: bold;
	padding: 10px 0;
	font-size: 10px;
	border-right:1px solid #efefef;
}

.proj_det tr td:nth-child(1)
{
	padding-left: 30px;
	background: #ececec;
	border-bottom: 1px solid #dcdcdc;
}

.compare tr td:nth-child(1)
{
	padding: 10px 20px;
	background: #17285d;
	color: #c8d5ff;
	border-bottom: 1px solid #1c337b;
}

.proj_det tr
{
	border-bottom: 1px solid #ececec;
}

.proj_det 
{
	border: 1px solid #ececec;
}

.amnt
{
	font-size: 1.4rem!important;
	font-weight: bold!important;
	color: #f58426!important;
}

.gal_img
{
	position: relative;
	padding: 1rem;
	float: left;
	width: 100%;
	z-index: 999;
	overflow: hidden;
	transition-duration: .5s;
}

.gal_img:before
{
	position: absolute;
	top: 1rem;
	left: 1rem;
	width: calc(100% - 2rem);
	content: "";
	height: calc(100% - 2rem);
	background: #002f5b;
	opacity: .4;
	transition-duration: .5s;
}

.gal_img span
{
	position: absolute;
	top: calc(50% - 1.5rem);
	left: calc(50% - 1rem);
	color: #fff;
	font-size: 3rem;
	opacity: 0;
	font-family: 'Poppins', sans-serif;
	transition-duration: .5s;
}

.gal_img h4
{
	position: absolute;
	top: 20px;
	left: 20px;
	padding-left: 20px;
	color: #ffffff;
	font-size: 1.6rem;
	font-family: 'Poppins', sans-serif;
	transition-duration: .5s;
}

.gal_img h4:before
{
	position: absolute;
	content: "";
	top: 0%;
	left: 0%;
	height: 100%;
	width: 3px;
	background: #f58426;
	transition-duration: .5s;
}

.gal_img:hover img
{
	transition-duration: .5s;
	-webkit-filter: blur(3px);
	-o-filter: blur(3px);
	filter: blur(3px);
}

.gal_img:hover:before
{
	transition-duration: .5s;
	opacity: 0;
}

.gal_img:hover h4
{
	transition-duration: .5s;
	opacity: 0;
}

.gal_img:hover span
{
	transition-duration: .5s;
	opacity: 1;
	transform: scale(1.8) rotate(90deg);
}

.dir_det
{
	width: 100%;
	position: relative;
	float: left;
	z-index: 999;
}

.dir_det:hover .abs_dir
{
	background: #f58426;
	transition-duration: .5s;
}


.dir_det img
{
	width: 65%;
}

.abs_dir
{
	width: 65%;
	position: absolute;
	padding: 10px;
	float: left;
	bottom: 0%;
	right: 0%;
	background: #002f5b;
	z-index: -1;
	transition-duration: .5s;
}

.abs_dir  h4
{
	font-size: 1.5rem;
	color: #fff;
	font-weight: 600;
}

.abs_dir  p
{
	font-size: 1.2rem;
	color: #fff;
	font-weight: 400;
}

.ceo  .proj_lnk  
{
    margin:5px;
}

.ceo  .proj_lnk a 
{
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 1.2rem;
    float: right;
    transition-duration: .5s;
}


.bg_lgt 
{
    background: #002f5b0f;
    padding-bottom: 0px !important;
    margin-bottom: 60px;
}

.modal-open .modal 
{
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 9999999;
}



.modal .ceo
{
	padding: 30px;
	width: 100%;
	position: relative;
	border-radius: 10px;
	float: left;
	overflow: hidden;
	/* margin-top: 80px; */
	background: #002f5b;
}

.modal .ceo h4
{
	padding: 0;
	margin-bottom: 20px;
	font-size: 2rem;
	text-transform: uppercase;
	color: #fff;
}

.modal .ceo h5
{
	color: #fff;
	margin-top: 80px;
}

.modal .ceo h6
{
	color: #fff;
}

.modal .ceo p
{
	padding: 0;
	margin-bottom: 20px;
	font-size: 1.2rem;
	color: #fff;
}

.modal .sign
{
	width: 50%;
	float: left;
}

.modal-body 
{
    position: relative;
    padding: 15px;
    float: left;
}

.modal-content 
{
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    float: left;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}

.owl-theme .owl-controls .owl-buttons div {
        color: #FFF;
    /* display: inline; */
    margin: 5px;
    padding: 0px 15px;
    font-size: 25px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 30px;
    background: #f58426;
    background: #f58426;
    filter: Alpha(Opacity=50);
    opacity: 1;
    line-height: normal;
    position: relative;
    left: -65%;
    top: -60px;
}




.news_bri
{
	float: left;
	width: 100%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	border-radius: 5px;
	box-shadow: 0 0 20px 0 #e5e5e5;
	transition-duration: .5s;
	margin-bottom: 50px;
	z-index: -1;
}

.news_bri:hover
{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	box-shadow: 0 0 20px 0 #ccc;
	transition-duration: .5s;
	z-index: 99999;
}

.news_img
{
	float: left;
	width: 100%;
	position: relative;
	transition-duration: .5s;
}

.news_date
{
	position: absolute;
	top: -10px;
	left: -10px;
	padding: 20px 34px;
	background: #f58426;
	color: #fff;
	border-radius: 5px;
	transition-duration: .5s;
}

.news_date p span
{
	font-size: 3rem;
	font-weight: bold;
	transition-duration: .5s;
}

.news_date p
{
	font-size: 1.2rem;
	font-weight: bold;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	transition-duration: .5s;
}

.new_cnt
{
	float: left;
	width: 100%;
	padding: 20px;
	transition-duration: .5s;
}

.new_cnt p
{
	font-size: 1.2rem;
	color: #727272;
	padding: 0;
	margin: 0;
	transition-duration: .5s;
}

.new_cnt h3
{
	font-size: 1.4rem;
	font-weight: bold;
	color: #f58426;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	transition-duration: .5s;
}

.aside_new
{
	float: left;
	padding: 10rem;
	padding-left: 3rem;
	position: relative;
}

.aside_new h2
{
	top: 50%;
	font-size: 5rem;
	font-weight: bold;
	left: 10%;
	line-height: 7rem;
	color: #002f5b;
}

.news_sec
{
	position: relative;
	float: left;
	width: 100%;
	z-index: 999;
	padding: 60px 0px !important;
}