@import url('https://fonts.googleapis.com/css?family=Poppins');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
body {
	font-family: 'Poppins', sans-serif;
}
h1 {
	font-size: 26px;
	margin-bottom: 10px;
}
p {
	color: #333;
	font-size: 15px;
	padding-top: 0px;
	line-height: 28px;
	text-align: justify;
	
}
ul li {
	color: #333;
	line-height: 26px;
	text-align: justify;
	font-size: 15px;
	list-style-position: inside;
}
ol li {
	color: #333;
	line-height: 26px;
	text-align: justify;
	font-size: 15px;
	list-style-position: inside;
}


.log-in {
    width: 40%;
    height: auto;
    float: left;
    line-height: 47px;
   
	color:#000;
    text-align: center;
    margin-left: 10px;
}
.log-in a { color:#fff; text-decoration:none;}
/*-----------Left From Starting----------------------
------------------------------------------*/

div#flotingQuery {
	position: fixed;
	top: 200px;
	right: 0px;
	margin: 0;
	padding: 20px 0 0;
	background: #06b0fd;
	list-style: none;
	z-index: 9999;
	width: 220px;
	border-radius: 10px 0px 10px;
}
div#flotingQuery .flotingQuery-btn {
	background: #06b0fd;
	border-radius: 10px 0 0 10px;
	position: absolute;
	top: 90px;
	left: -40px;
	width: 40px;
	height: 180px;
	display: block;
	cursor: pointer
}
div#flotingQuery .flotingQuery-btn img {
	margin: 12px 0 0 5px;
	width: 28px;
	height: auto
}
div#flotingQuery form {
	padding: 0 15px 15px
}
div#flotingQuery form .form-control {
	background: 0 0;
	border: 1px solid #FFF;
	border-radius: 0;
	color: #FFF
}
div#flotingQuery form .form-control::-moz-placeholder {
color:#FFF;
opacity:.7
}
 div#flotingQuery form .form-control::-webkit-input-placeholder {
color: #FFF
}
div#flotingQuery form .form-control:-ms-input-placeholder {
 color: #FFF
}
div#flotingQuery form .form-control::-moz-placeholder {
color: #FFF opacity: 1;
}
div#flotingQuery form .form-control:-moz-placeholder {
 color: #FFF opacity: 1;
}
.btn-default:hover {
	color: #fff;
	background-color: #333;
	border-color: none !important;
}
/*-----------Left From Ending----------------------
------------------------------------------*/



.top-header {
	background: #e5630d;
	line-height: 40px;
}
.top-left, .top-right {
	width: 100%;
	height: auto;
	float: left;
	padding-top: 10px;
}
.left-text {
	list-style: none;
	float: left;
}
.left-text li {
	float: left;
	padding: 0px 15px;
	border-right: 1px solid #fff;
	color: #fff;
	font-size: 13px;
}

.left-text a { text-decoration:none; color:#fff;}
.left-text li span {
	font-size: 15px;
}
.left-text li:first-child {
	padding-left: 0px;
}
.left-text li:last-child {
	border-right: 0px;
}
.right-scl {
	list-style: none;
	float: left;
	padding-top: 10px;
}
.right-scl li {
	float: left; background:#fff; margin-left:5px; 
}
.right-scl li a {
	color: #e5630d;
	font-size: 15px;
	padding: 0px 10px;
}
.right-scl li a:hover {
	color: #000;
}
.nav-logo-bx {
	width: 100%;
	height: auto;
	float: left;
}
.nav-logo-bx.affix {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
	background: #fff;
	box-shadow: 2px 2px 2px #ddd;
}
.navbar-collapse .nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	padding-top: 10px;
}
.navbar-brand {
	height: auto;
	padding: 0px 10px;
}
.navbar-nav > li > a {
	    padding-top: 20px;
    padding-bottom: 20px;
	color: #333;
	font-size: 15px;
	transition: all 0.3s ease;
	display: block;
}
.navbar {
	margin-bottom: 0px;
}
.navbar-right .dropdown-menu {
	padding: 0px;
	right: auto;
	left: 0;
}
.dropdown-menu > li > a {
	padding: 10px 10px;
	border-bottom: 1px solid #ddd;
}
.nav > li > a:focus, .nav > li > a:hover {
	background-color: #fff;
	color: #06b0fd;
	transition: all 0.3s ease;
}
/*-----------------------------Slider Css Starting----------------------------------
-------------------------------------------------------------------------*/

.carousel-control {
	width: 30px;
	height: 30px;
	top: -35px;
}
.left.carousel-control {
	right: 30px;
	left: inherit;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
	font-size: 12px;
	background-color: #fff;
	line-height: 30px;
	text-shadow: none;
	color: #333;
	border: 1px solid #ddd;
}
.slider-main {
	width: 100%;
	height: auto;
	float: left;
}
.bs-slider {
	overflow: hidden;
	max-height: 700px;
	position: relative;
	background: #000000;
}
.bs-slider:hover {
	cursor: -moz-grab;
	cursor: -webkit-grab;
}
.bs-slider:active {
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;/*background-color: rgba(0, 0, 0, 0.40);*/
}
.bs-slider > .carousel-inner > .item > img, .bs-slider > .carousel-inner > .item > a > img {
	margin: auto;
	width: 100% !important;
}
/********************
*****Slide effect
**********************/

.fade {
	opacity: 1;
}
.fade .item {
	top: 0;
	z-index: 1;
	opacity: 0;
	width: 100%;
	position: absolute;
	left: 0 !important;
	display: block !important;
	-webkit-transition: opacity ease-in-out 1s;
	-moz-transition: opacity ease-in-out 1s;
	-ms-transition: opacity ease-in-out 1s;
	-o-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
	top: auto;
	position: relative;
}
.fade .item.active {
	opacity: 1;
	z-index: 2;
	-webkit-transition: opacity ease-in-out 1s;
	-moz-transition: opacity ease-in-out 1s;
	-ms-transition: opacity ease-in-out 1s;
	-o-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s;
}
/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
	top: 47%;
	opacity: 0;
	width: 45px;
	height: 45px;
	z-index: 100;
	color: #ffffff;
	display: block;
	font-size: 24px;
	cursor: pointer;
	overflow: hidden;
	line-height: 43px;
	text-shadow: none;
	position: absolute;
	font-weight: normal;
	background: transparent;
	-webkit-border-radius: 100px;
	border-radius: 100px;
}
.control-round:hover .carousel-control {
	opacity: 1;
}
.control-round .carousel-control.left {
	left: 1%;
}
.control-round .carousel-control.right {
	right: 1%;
}
.control-round .carousel-control.left:hover, .control-round .carousel-control.right:hover {
	color: #fdfdfd;
	background: rgba(0, 0, 0, 0.5);
	border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1) {
	left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1) {
	right: 45%;
}
/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators {
	right: 45%;
	bottom: 3%;
	left: auto;
	width: 90%;
	height: 20px;
	font-size: 0;
	overflow-x: auto;
	text-align: right;
	overflow-y: hidden;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	white-space: nowrap;
}
.indicators-line > .carousel-indicators li {
	padding: 0;
	width: 15px;
	height: 15px;
	border: 1px solid rgb(158, 158, 158);
	text-indent: 0;
	overflow: hidden;
	text-align: left;
	position: relative;
	letter-spacing: 1px;
	background: rgb(158, 158, 158);
	-webkit-font-smoothing: antialiased;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-right: 5px;
	-webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
	transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
	z-index: 10;
	cursor: pointer;
}
.indicators-line > .carousel-indicators li:last-child {
	margin-right: 0;
}
.indicators-line > .carousel-indicators .active {
	margin: 1px 5px 1px 1px;
	box-shadow: 0 0 0 2px #fff;
	background-color: transparent;
	position: relative;
	-webkit-transition: box-shadow 0.3s ease;
	-moz-transition: box-shadow 0.3s ease;
	-o-transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
.indicators-line > .carousel-indicators .active:before {
	transform: scale(0.5);
	background-color: #fff;
	content: "";
	position: absolute;
	left: -1px;
	top: -1px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
	text-align: left !important;
}
.slide_style_right {
	text-align: right !important;
}
.slide_style_center {
	text-align: center !important;
}
.slide-text {
	left: 0;
	top: 25%;
	right: 0;
	margin: auto;
	padding: 10px;
	position: absolute;
	text-align: left;
	padding: 10px 85px;
}
.slide-text > h1 {
	padding: 0;
	color: #ffffff;
	font-size: 45px;
	font-style: normal;
	line-height: 84px;
	margin-bottom: 0px;
	letter-spacing: 1px;
	display: inline-block;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}
.slide-text > p {
	padding: 0;
	color: #ffffff;
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
	margin-bottom: 20px;
	letter-spacing: 1px;
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
}
.slide-text > a.btn-default {
	color: #000;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	margin-right: 10px;
	text-align: center;
	padding: 17px 30px;
	white-space: nowrap;
	letter-spacing: 1px;
	display: inline-block;
	border: none;
	text-transform: uppercase;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a.btn-primary {
	color: #ffffff;
	cursor: pointer;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	margin-left: 10px;
	text-align: center;
	padding: 17px 30px;
	white-space: nowrap;
	letter-spacing: 1px;
	background: #00bfff;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	border: none;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover, .slide-text > a:active {
	border: 1px solid #ddd;
	color: #ffffff;
	background: #222222;
	-webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
	transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}






/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
.slide-text h1 {
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 20px;
}
.slide-text > p {
	font-size: 18px;
}
}


/*---------- MEDIA 480px ----------*/
@media (max-width: 768px) {
.slide-text {
	padding: 10px 50px;
}
.slide-text h1 {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 10px;
}
.slide-text > p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
}
.control-round .carousel-control {
	display: block;
}
.indicators-line > .carousel-indicators {
	display: none;
}
}
@media (max-width: 480px) {
.slide-text {
	padding: 10px 30px;
}
.slide-text h1 {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 5px;
}
.slide-text > p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px;
}
.slide-text > a.btn-default, .slide-text > a.btn-primary {
	font-size: 10px;
	line-height: 10px;
	margin-right: 10px;
	text-align: center;
	padding: 10px 15px;
}
.indicators-line > .carousel-indicators {
	display: none;
}
}
/*-----------------------------Slider Css Ending----------------------------------
-------------------------------------------------------------------------*/

.wel-main {
	width: 100%;
	height: auto;
	float: left;
	padding: 40px 0px;
}
.wel-main h2 {
	color: #5490d9;
	font-size: 25px;
}
.wel-main img {
	padding-left: 10px;
	float: right;
	margin-top: 8px;
}
.three-panel {
	width: 100%;
	height: auto;
	float: left;
	padding: 40px 0px;
}
.bx1-main {
	width: 100%;
	height: auto;
	float: left;
	padding: 20px;/*border-right: 1px solid #e3e0e0;*/
}

/*.bx1-main:last-child { border:none;}*/



 .col-lg-4 .bx1-main:nth-child 3n {
border:none;
}
.bx1-main h2 {
	font-size: 16px;
	color: #000;
	text-align: center;
	padding-top: 20px;
	line-height: 25px;
}
.bx1-main p {
	font-size: 14px;
	text-align: center;
	padding-top: 15px;
	line-height: 24px;
	color: #626262;
}
.bx1-icn {
	width: 90px;
	height: 90px;
	margin: 0 auto;
	background: #e5630d;
	border-radius: 10%;
	text-align: center;
	padding-top: 23px;
}
.bx1-icn:hover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	transition: all 0.8s ease-out 0s;
}
.bx1-icn span {
	font-size: 35px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
}
.invest-main {
	width: 100%;
	height: auto;
	float: left;
	padding: 0px 0px 30px 0px;
}

.invest-main ul { 
margin:0px; 
padding:0px; 
float:left;
}


.invest-main h3 {
	font-size: 25px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 60px;
}
.invest-main ul li {
	line-height: 40px;
	background: url(../images/arrow-icn.png) 0px 10px no-repeat;
	list-style: none;
	padding-left: 30px;
}
.invest-main h3:after {
	border-bottom: 2px solid #e5630d;
	content: "";
	display: block;
	width: 50px;
	margin: 0 auto;
	position: relative;
	top: 10px;
}
.invest-main img {
	float: right;
}
.lwr-ftr {
	width: 100%;
	height: auto;
	float: left;
	background: #e5630d;
	line-height: 40px;
	color: #7e7e7f;
	text-align: center;
	font-size: 13px;
}
.lft-txt { text-align:left; color:#fff;}
.rgt-txt{text-align:right; color:#fff;}
/*------------------Tesimonial Start--------------------------------------*/
.tesi-main {
	width: 100%;
	height: auto;
	float: left;
	background: url(../images/testi-bg.png) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 40px 0px;
}





#testimonial4 {
	overflow: hidden;
	position: relative;
}
#testimonial4 .carousel-inner {
	width: 75%;
	margin: auto;
}
#testimonial4 .carousel-inner:hover {
	cursor: -moz-grab;
	cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active {
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item {
	overflow: hidden;
}
.testimonial4_indicators .carousel-indicators {
	left: 0;
	margin: 0;
	width: 100%;
	font-size: 0;
	height: 20px;
	bottom: 15px;
	padding: 0 5px;
	cursor: e-resize;
	overflow-x: auto;
	overflow-y: hidden;
	position: absolute;
	text-align: center;
	white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li {
	padding: 0;
	width: 10px;
	height: 10px;
	border: none;
	text-indent: 0;
	margin: 2px 3px;
	cursor: pointer;
	display: inline-block;
	background: #ffffff;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active {
	padding: 0;
	width: 10px;
	height: 10px;
	border: none;
	margin: 2px 3px;
	background-color: #000;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
 height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
 background: #eeeeee;
 -webkit-border-radius: 0;
 border-radius: 0;
}
.testimonial4_control_button .carousel-control {
	top: 175px;
	opacity: 1;
	width: 40px;
	bottom: auto;
	height: 40px;
	font-size: 10px;
	cursor: pointer;
	font-weight: 700;
	overflow: hidden;
	line-height: 38px;
	text-shadow: none;
	text-align: center;
	position: absolute;
	background: transparent;
	border: 2px solid #ffffff;
	text-transform: uppercase;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
	transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
}
.testimonial4_control_button .carousel-control.left {
	left: 7%;
	right: auto;
}
.testimonial4_control_button .carousel-control.right {
	right: 7%;
	left: auto;
}
.testimonial4_control_button .carousel-control.left:hover, .testimonial4_control_button .carousel-control.right:hover {
	color: #000;
	background: #fff;
	border: 2px solid #fff;
}
.testimonial4_header {
	top: 0;
	left: 0;
	bottom: 0;
	width: 550px;
	display: block;
	margin: 30px auto;
	text-align: center;
	position: relative;
}
.testimonial4_header h4 {
	color: #ffffff;
	font-size: 24px;
	font-weight: 600;
	position: relative;
	letter-spacing: 1px;
}
.testimonial4_header h4:after {
	content: "";
	display: block;
	border-bottom: 2px solid #e5630d;
	width: 50px;
	text-align: center;
	position: relative;
	top: 10px;
	margin: 0 auto;
}
.testimonial4_slide {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 90%;
	margin: auto;
	padding: 20px;
	position: relative;
	text-align: center;
}
.testimonial4_slide img {
	top: 0;
	left: 0;
	right: 0;
	width: 70px;
	height: 60px;
	margin: auto;
	display: block;
	color: #f2f2f2;
	font-size: 18px;
	line-height: 46px;
	text-align: center;
	position: relative;
}
.testimonial4_slide p {
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	margin: 10px 0px 0px 0px;
}
.testimonial4_slide h4 {
	color: #ffffff;
	font-size: 17px;
	font-weight: 600;
}

.testimonial4_slide h6 { font-size:15px; color:#fff;}
.table {
	width: 60%;
	height: auto;
}
.table tr td {
	border-bottom: 1px solid #ddd;
}
.table tr td {
	border-top: none !important;
}
.table tr td:last-child {
	text-align: right;
	color: #06b0fd;
}
.table tr .border_0 {
	border-bottom: none !important;
}
@media only screen and (max-width: 480px) {
.testimonial4_control_button .carousel-control {
	display: none;
}
.testimonial4_header {
	width: 95%;
}
.testimonial4_header h4 {
	font-size: 20px;
}
.testimonial4_slide {
	width: 98%;
	padding: 5px;
}
}
 @media (min-width: 481px) and (max-width: 767px) {
.testimonial4_control_button .carousel-control.left {
	left: 2%;
}
.testimonial4_control_button .carousel-control.right {
	right: 2%;
}
.testimonial4_header {
	width: 95%;
}
.testimonial4_slide {
	width: 98%;
	padding: 5px;
}
}
 @media (min-width: 768px) and (max-width: 991px) {
.testimonial4_control_button .carousel-control.left {
	left: 5%;
}
.testimonial4_control_button .carousel-control.right {
	right: 5%;
}
}
 @-webkit-keyframes psBoxShadowEffect_2 {
 0% {
 opacity: 0.3;
}
 40% {
 opacity: 0.5;
 -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
}
 100% {
 -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
 -webkit-transform: scale(1.5);
 opacity: 0;
}
}
@keyframes psBoxShadowEffect_2 {
 0% {
 opacity: 0.3;
}
 40% {
 opacity: 0.5;
 box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
}
 100% {
 box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
 transform: scale(1.5);
 opacity: 0;
}
}
/*------------------Tesimonial End--------------------------------------*/

.ser-main {
	width: 100%;
	height: auto;
	float: left;
padding: 30px 0px 0px 0px;
}
.ser-main h3 {
	font-size: 25px;
	text-align: center;
	font-weight: 600;
}
.ser-main h3:after {
	border-bottom: 2px solid #e5630d;
	content: "";
	display: block;
	width: 50px;
	margin: 0 auto;
	position: relative;
	top: 10px;
}
.ser-bx1 {
	width: 100%;
	min-height: 360px;
	float: left;
	border: 1px solid #ccc;
	padding: 15px;
	text-align: center;
}
.ser-bx1 h4 {
	font-size: 17px;
	text-align: center;
	padding-top: 15px;
}
.ser-bx1 p {
	color: #767676;
	line-height: 25px;
	text-align: center;
	font-size: 14px;
}
.ser-md {
	margin: 40px 0px;
}
/*-------------------------------------------Contact Us Css Starting---------------------------------------*/

.abt-pge-main ul {
	padding-left: 0px !important;
}
.abt-pge-main {
	width: 100%;
	height: auto;
	float: left;
	background: url(../images/breadcrumb-bg.png) center no-repeat;
	background-size: cover;
	padding: 20px 0px;
}
.abt-pge-main h2 {
	color: #fff;
}
.wel-main h5 {
	color: #000;
	font-size: 18px;
}
.wel-main ul {
	padding-left: 0px;
	list-style: none;
	float:left;
}
.wel-main ul li {
	background: url(../images/arrow-icn.png) 0px 5px no-repeat;
	padding-left: 25px;
}
.abt-pge-main .breadcrumb {
	background-color: inherit;
}
.abt-pge-main ul.breadcrumb {
	padding: inherit;
	list-style: none;
	background-color: none;
}
.abt-pge-main ul.breadcrumb li {
	display: inline;
	color: #fff;
}
.abt-pge-main ul.breadcrumb li+li:before {
	padding: 8px;
	color: #fff;
	content: "/\00a0";
}
.abt-pge-main ul.breadcrumb li a {
	color: #fff;
}


 
::-webkit-input-placeholder { /* Chrome */
 color:#929191;
font-family:"Open Sans";
}
:-ms-input-placeholder { /* IE 10+ */
 color:#929191;
font-family:"Open Sans";
}
::-moz-placeholder { /* Firefox 19+ */
 color:#929191;
font-family:"Open Sans";
 opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
 color:#929191;
font-family:"Open Sans";
 opacity: 1;
}
/*-------------------------------------------Contact Us Css Ending---------------------------------------*/

.contact-main {
	width: 100%;
	height: auto;
	float: left;
}
.contact-main form h4 {
	font-family: Poppins;
	font-size: 25px;
	padding-bottom: 20px;
}
.contact-main .nme-box {
	width: 50%;
	height: auto;
	overflow: hidden;
	float: left;
}
.contact-main .msg-box {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 20px;
}
.contact-main .ph-box {
	width: 100%;
	height: auto;
	float: left;
}
.contact-main form input {
	width: 95%;
	height: 50px;
	float: left;
	border: none;
	margin-top: 20px;
	outline: none;
	padding-left: 8px;
	color: #929191;
	font-size: 14px;
	background: #faf7f7;
	border: 1px solid #f1efef;
}
.contact-main form textarea {
	width: 97%;
	height: 120px;
	border: none;
	margin-top: 10px;
	outline: none;
	border: 1px solid #f1efef;
	padding-left: 8px;
	color: #929191;
	font-size: 14px;
	background: #faf7f7;
}
.contact-main form button {
	width: 97%;
	height: 40px;
	background: #50a0fc;
	border: none;
	outline: none;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	border-radius: 5px;
}
.contact-main form label {
	color: #ff6d84;
}
.contact-main form button:hover {
	background: #000;
}
.ph-box input {
	width: 97%;
	height: 50px;
	float: left;
	border: none;
	margin-top: 20px;
	outline: none;
	padding-left: 8px;
	color: #929191;
	font-size: 14px;
	background: #faf7f7;
	border: 1px solid #f1efef;
}

 
::-webkit-input-placeholder { /* Chrome */
 color:#929191;
}
:-ms-input-placeholder { /* IE 10+ */
 color:#929191;
}
::-moz-placeholder { /* Firefox 19+ */
 color:#929191;
 opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
 color:#929191;
 opacity: 1;
}
.col-lg-5 h4 {
	font-family: Poppins;
	font-size: 25px;
	padding-bottom: 20px;
}
.add-cnt-bx {
	width: 85%;
	height: auto;
	overflow: hidden;
	border: 1px solid #cac9c9;
	margin-bottom: 25px;
}
.add-icon-bx {
	width: 15%;
	float: left;
	border-right: 1px solid #cac9c9;
	height: auto;
	text-align: center;
	padding-top: 2px;
	margin-top: 7px;
}
.add-txt-bx {
	width: 85%;
	float: left;
	color: #333;
	line-height: 30px;
	font-size: 14px;
	padding: 5px 5px 5px 10px;
}
.add-icon-bx span {
	font-size: 25px;
	color: #e5630d;
}
.working-h h5 {
	font-family: Poppins;
	font-size: 25px;
	padding-bottom: 20px;
}
.wrk-cnt-bx {
	width: 85%;
	border: 1px solid #cac9c9;
	height: auto;
	overflow: hidden;
	color: #b1b0b0;
	line-height: 30px;
	font-size: 14px;
	padding: 10px;
}
.cnt-map-bx {
	width: 100%;
	height: 400px;
	float: left;
	margin-top: 40px;
}



.ftr-main { width:100%; height:auto; float:left; background:url(../images/blk47.jpg) repeat; padding:40px 0px;}
.ftr-main h4 { font-size:18px; color:#fff;}
.ftr-main h5, .ftr-main p { color:#adadad;}
.ftr-main a { text-decoration:none; color:#e5630d; display:block; font-size:16px;}
.ftr-main a:hover { color:#5490d9;}


.rgt-txt a{ text-decoration: none; color: #fff;}
.rgt-txt a:hover{ color:#000;}
.modal.in .modal-dialog{
	max-width: 470px;
}