* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box
}
body {
	margin: 0 !important;
	padding: 0;
	font-family: 'Roboto', sans-serif;
}
img {
	border: 0;
	outline: none
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	font-weight: 400
}
ul, ol, li {
	margin: 0;
	padding: 0;
	list-style: none
}
a {
	text-decoration: none
}
.container {
	max-width: 1170px;
	margin: auto;
	padding: 0
}
section, header, footer {
	width: 100%;
	float: left;
}
/*top-bdr css part start*/
.top-bdr {
	background: url(../images/top-bg.jpg) repeat top center;
	padding: 3px 0;
	-webkit-background-size: 30%;
	-moz-background-size: 30%;
	-o-background-size: 30%;
	background-size: 30%;
}
/*top-bdr css part end*/

/*social-fix css part start*/
.social-fix {
	width: 40px;
	float: right;
	position: fixed;
	top: 30%;
	display:none;
	right: 0;
	background-color: #38a1f3;
	text-align: center;
	z-index: 99;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
}
.social-fix li {
	width: 100%;
	display: inline-block;
	background-color: #3b5998;
}
.social-fix li:nth-child(2) {
	background-color: #FCAF45;
}
.social-fix li:nth-child(3) {
	background-color: #38A1F3;
}
.social-fix li:nth-child(4) {
	background-color: #ff0000;
}
.social-fix li:nth-child(5) {
	background-color: #d34836;
}
.social-fix li:nth-child(5) {
	background-color: #c8232c;
}
.social-fix li a {
	width: 100%;
	display: inline-block;
	padding: 8px 0;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.social-fix li a img {
	width: 15px;
	display: inline-block;
}
.social-fix li:hover a {
	background-color: #3b5998;
	transform: translateX(-20px);
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.social-fix li:nth-child(2) a {
	background-color: #FCAF45;
}
.social-fix li:nth-child(3) a {
	background-color: #38A1F3;
}
.social-fix li:nth-child(4) a {
	background-color: #ff0000;
}
.social-fix li:nth-child(5) a {
	background-color: #d34836;
}
.social-fix li:nth-child(5) a {
	background-color: #c8232c;
}
/*social-fix css part end*/

/*header css part start*/
header {
	padding: 30px 0 20px;
	position: absolute;
}
.logo-outer {
	width: auto;
	float: left;
}
.logo-outer img {
	width: 70px;
	float: left;
	border-radius: 100%;
}
.header-right {
	width: 72%;
	float: right;
	padding-top: 10px;
}
.navbar {
	width: 100%;
	float: left;
}
.navbar li {
	width: auto;
	float: left;
	margin-right: 7px;
}
.navbar ul {
	float: right;
}
.navbar li a {
	float: left;
	font-size: 18px;
	color: #fff;
	padding: 7px 15px;
	border: 2px solid transparent;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.navbar li a:hover {
	border: 2px solid #38a1f3;
	color: #38a1f3;
}
.active {
	color: #38a1f3 !important;
	border: 2px solid #38a1f3 !important;
}
.nav-btn {
	width: 30px;
	float: right;
	display: none;
}
.nav-btn span {
	width: 100%;
	float: left;
	background-color: #38a1f3;
	margin-bottom: 5px;
	padding: 3px 0 0;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
/*header css part end*/

/*banner css part start*/
.banner-outer {
	padding: 180px 0 150px;
	background: url(../images/banner-1.jpg) no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.banner-outer h1 {
	font-size: 65px;
	color: #fff;
	font-style:italic;
	font-weight: 600;
	margin-bottom: 10px;
	text-shadow: 1px 0 0 #c4c4c4, 1px 2px 8px #c2c2c2;
}
.banner-outer p {
	font-size: 25px;
	color: #fff;
	line-height: 36px;
	margin-bottom: 35px;
	text-shadow: 1px 0 0 #c4c4c4, 1px 2px 8px #c2c2c2;
}
.banner-outer a {
width: auto;
display: inline-block;
padding: 13px 22px;
background-color: #fff;
margin-top: 20px;
text-align: center;
color: #000;
font-size: 19px;
font-weight: 600;
-webkit-transition: all .5s ease-out;
-moz-transition: all .5s ease-out;
-o-transition: all .5s ease-out;
transition: all .5s ease-out;
}
.banner-outer a:hover {
	background-color:#38a1f3;
	color: #fff;
}
.banner-outer a img {
	width: 22px;
	display: inline-block;
	margin: 0 4px -5px 0;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.banner-outer a:hover img {
	display: none;
}
/*banner css part end*/

/*services css part start*/
.service-bg {
	background: url(../images/banner-1.jpg) no-repeat top center;
	background-size: cover;
}
.services-innr
{
width:100%;
float:left;
text-align:center;
padding:40px 0 0;
}
.services-innr a
{
display:inline-block;
color:#fff;
font-size:20px;
padding:12px 24px;
background-color:#38a1f3;
}
.services-innr a:hover
{
background-color:#000;
color:#fff;
}
.services-outer {
padding: 0 0 80px;
	position: relative;
}
.services-outer h2 {
	position: absolute;
	top: 40%;
	left:-180px;
	transform: rotate(-90deg);
	font-size: 55px;
	color: #a2bfd6;
}
.services-inner {
	width: 100%;
	float: left;
	text-align: center;
	margin: -40px 0 0;
}
.services-inner li {
	width: 30%;
	display: inline-block;
	margin: 0 1%;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.services-inner li h3 {
	font-size: 35px;
	color: #38a1f3;
	font-weight: 500;
	text-transform: uppercase;
	padding:35px 0 0;
	-webkit-box-shadow: 0px -12px 15px -15px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -12px 15px -15px rgba(0,0,0,0.75);
	box-shadow: 0px -12px 15px -15px rgba(0,0,0,0.75);
	height: 160px;
	background-color: #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.services-pic {
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
	top: -60px;
}
.services-pic span {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
}
.services-pic span img {
	width: 100%;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.services-pic span:hover img {
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
	transform: scale(1.1);
}
.services-txt {
	width: 100%;
	float: left;
}
.services-inner li p {
	display: inline-block;
	font-size: 14px;
	color: #747474;
	font-weight: 400;
	text-align:justify;
	line-height: 21px;
	position: relative;
	top: -30px;
}
.read-more-btn {
	width: 100%;
	float: left;
	padding-top: 50px;
	text-align: center;
}
.services-bottom {
	width: 100%;
	float: left;
	padding: 50px 0 0;
}
.services-bottom p {
	font-size: 16px;
	color: #575757;
	font-weight: 400;
	line-height: 27px;
	padding: 20px 40px;
	background-color: #f5f5f5;
	-webkit-box-shadow: 0px 0px 13px 0px rgba(194, 194, 194, 0.75);
	-moz-box-shadow: 0px 0px 13px 0px rgba(194, 194, 194, 0.75);
	box-shadow: 0px 0px 13px 0px rgba(194, 194, 194, 0.75);
}
/*services css part end*/

/*welcome css part start*/
.welcome-outer {
	padding: 60px 0;
	background: url(../images/welcome-bg.jpg) fixed no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 90% 100%;
}
.welcome-outer h2 {
	font-size: 28px;
	color: #38a1f3;
	font-weight: 500;
	margin-bottom: 20px;
	text-shadow: 1px 0px 0px #707070, 1px 1px 2px #707070;
}
.welcome-outer p {
	font-size: 16px;
	color: #fff;
	line-height: 26px;
	margin-bottom: 15px;
	padding-right: 25%;
}
.welcome-outer p:last-child {
	margin-bottom: 0;
}
/*welcome css part end*/

/*support css part start*/
.support-outer {
	position: relative;
	overflow: hidden;
}
.support-outer h2 {
	width: 200px;
	display: inline-block;
	font-size: 36px;
	text-align: center;
	color: #fff;
	font-weight: 500;
	position: absolute;
	z-index: 99;
	top: 20px;
	left: 0;
	right: 0;
	margin: auto;
}
.support-outer li {
	width: 25%;
	float: left;
	padding: 120px 30px 60px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
	background: rgba(243,149,180,1);
	background: -moz-linear-gradient(left, rgba(243,149,180,1) 0%, rgba(240,96,146,1) 51%, rgba(247,81,137,1) 71%, rgba(250,42,115,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(243,149,180,1)), color-stop(51%, rgba(240,96,146,1)), color-stop(71%, rgba(247,81,137,1)), color-stop(100%, rgba(250,42,115,1)));
	background: -webkit-linear-gradient(left, rgba(243,149,180,1) 0%, rgba(240,96,146,1) 51%, rgba(247,81,137,1) 71%, rgba(250,42,115,1) 100%);
	background: -o-linear-gradient(left, rgba(243,149,180,1) 0%, rgba(240,96,146,1) 51%, rgba(247,81,137,1) 71%, rgba(250,42,115,1) 100%);
	background: -ms-linear-gradient(left, rgba(243,149,180,1) 0%, rgba(240,96,146,1) 51%, rgba(247,81,137,1) 71%, rgba(250,42,115,1) 100%);
	background: linear-gradient(to right, rgba(243,149,180,1) 0%, rgba(240,96,146,1) 51%, rgba(247,81,137,1) 71%, rgba(250,42,115,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f395b4', endColorstr='#fa2a73', GradientType=1 );
}
.support-outer li:nth-child(2n) {
	background: rgba(154,207,237,1);
	background: -moz-linear-gradient(left, rgba(154,207,237,1) 0%, rgba(99,184,230,1) 51%, rgba(63,173,232,1) 71%, rgba(23,155,232,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(154,207,237,1)), color-stop(51%, rgba(99,184,230,1)), color-stop(71%, rgba(63,173,232,1)), color-stop(100%, rgba(23,155,232,1)));
	background: -webkit-linear-gradient(left, rgba(154,207,237,1) 0%, rgba(99,184,230,1) 51%, rgba(63,173,232,1) 71%, rgba(23,155,232,1) 100%);
	background: -o-linear-gradient(left, rgba(154,207,237,1) 0%, rgba(99,184,230,1) 51%, rgba(63,173,232,1) 71%, rgba(23,155,232,1) 100%);
	background: -ms-linear-gradient(left, rgba(154,207,237,1) 0%, rgba(99,184,230,1) 51%, rgba(63,173,232,1) 71%, rgba(23,155,232,1) 100%);
	background: linear-gradient(to right, rgba(154,207,237,1) 0%, rgba(99,184,230,1) 51%, rgba(63,173,232,1) 71%, rgba(23,155,232,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9acfed', endColorstr='#179be8', GradientType=1 );
}
.support-outer li:hover {
	transform: scale(1.1);
	-webkit-box-shadow: 0px 0px 18px -2px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 18px -2px rgba(255,255,255,1);
	box-shadow: 0px 0px 35px -2px rgb(66, 66, 66);
}
.support-outer li img {
	display: inline-block;
	width: 40px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.support-outer li:hover img {
	-webkit-transform: rotateY(160deg);
	-moz-transform: rotateY(160deg);
	-o-transform: rotateY(160deg);
	transform: rotateY(160deg);
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.support-outer li h3 {
	font-size: 18px;
	color: #1585c8;
	font-weight: 600;
	margin: 10px 0;
}
.support-outer li:nth-child(2n) h3 {
	color: #38a1f3;
}
.support-outer li p {
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	margin: 0 0 40px;
	line-height: 22px;
}
.support-outer li a {
	font-size: 17px;
	color: #1585c8;
	font-weight: 500;
	border: 2px solid #1585c8;
	padding: 10px 20px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.support-outer li:nth-child(2n) a {
	color: #38a1f3;
	border: 2px solid #38a1f3;
}
.support-outer li:nth-child(2n) a:hover {
	background-color: #38a1f3;
	color: #fff;
}
.support-outer li a:hover {
	background-color: #1585c8;
	color: #fff;
}
/*support css part end*/

/*toll css part start*/
.toll-outer {
	padding: 80px 0;
	background: url(../images/toll-bg.jpg) fixed no-repeat top center;
	text-align: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.toll-outer h3 {
	font-size: 60px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 20px;
}
.toll-outer h4 {
	font-size: 30px;
	color: #fff;
	font-weight: 500;
}
.toll-outer h4 a {
	color: #38a1f3;
}
/*toll css part end*/

/*disclaimer css part start*/
.disclaimer-outer {
	background: #fff;
}
.disclaimer-outer p {
	color: #3e3e3e;
	padding-right: 0;
}
/*disclaimer css part end*/

/*footer css part start*/
.footer-top {
	width: 100%;
	float: left;
	background: #d32e73 url(../images/footer-border.jpg) repeat-x top left;
	padding: 80px 0 60px;
}
.footer-inner {
	width: 30%;
	float: left;
}
.footer-inner:nth-child(2) {
	width: 20%;
}
.footer-inner:nth-child(3) {
	width: 20%;
}
.footer-inner img {
	width: 60px;
	display: inline-block;
	cursor: pointer;
	margin-bottom: 15px;
	border-radius: 100%;
}
.footer-inner p {
	font-size: 16px;
	color: #fff;
	line-height: 26px;
}
.footer-inner p a{
	color: #fff;
}
.footer-inner p a:hover
{
text-decoration:underline;
}
.footer-inner h5 {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	padding-bottom: 6px;
	margin-bottom: 20px;
	position: relative;
	float: left;
	width: 100%;
	text-transform: uppercase;
}
.footer-inner h5:after {
	content: "";
	position: absolute;
	width: 12px;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #fff;
}
.footer-inner h5:before {
	content: "";
	position: absolute;
	width: 12px;
	height: 1px;
	bottom: -3px;
	left: 0;
	background-color: #fff;
}
.footer-inner li {
	width: 100%;
	float: left;
	padding-left: 15px;
	margin-bottom: 12px;
	position: relative;
}
.footer-inner li:after {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	border: 1px solid #fff;
	top: 6px;
	left: 0;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.footer-inner li a {
	font-size: 16px;
	color: #fff;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.footer-inner li:hover a {
	padding-left: 5px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.footer-inner li:hover:after {
	border-color: transparent;
	left: 10px;
	opacity: 0;
}
.footer-inner li a:hover {
	color: #1585c8;
}
.footer-inner form {
	width: 100%;
	float: left;
	padding: 20px 0;
}
.email-txt {
	width: 70%;
	float: left;
	padding: 8px;
	background-color: #fff;
	font-size: 15px;
	color: #000;
	outline: none;
	border: 2px solid #ffffff;
}
.submit-btn {
	font-size: 15px;
	color: #fff;
	font-weight: 600;
	outline: none;
	text-transform: uppercase;
	width: 30%;
	background-color: #1585c8;
	border: 2px solid #1585c8;
	text-align: center;
	padding: 8px 0;
	cursor: pointer;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.submit-btn:hover {
	border-color: #fff;
	background-color: #d32e73;
}
.footer-bottom {
	width: 100%;
	float: left;
	text-align: center;
	padding: 15px 0;
	background-color: #c40353;
}
.footer-bottom h6 {
	font-size: 14px;
	color: #fff;
}
/*footer css part end*/

/*about css part start*/
.about-bg {
	background: url(../images/banner-1.jpg) no-repeat top center;
	background-size: cover;
}
.about-outer {
	padding: 60px 0;
}
.about-pic {
	width: 35%;
	float: left;
	padding: 0 0 40px;
}
.about-txt ul {
	width: 100%;
	display: table-cell;
	padding: 0 0 20px;
}
.about-txt li {
	width: 100%;
	float: left;
	padding: 0 0 10px 20px;
	font-size: 15px;
	color: #2c2c2c;
	position: relative;
}
.about-txt li:after {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	border: 1px solid #000;
	top: 5px;
	left: 0;
}
.about-pic span {
	width: 80%;
	float: left;
	overflow: hidden;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
}
.about-pic span img {
	width: 100%;
	float: left;
	cursor: pointer;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.about-pic span:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.about-txt {
	width: 50%;
	display: contents;
}
.about-txt h2 {
	text-transform: uppercase;
	font-size: 28px;
	color: #38a1f3;
	font-weight: 500;
	margin-bottom: 20px;
	text-shadow: 1px 0px 0px #707070, 1px 1px 2px #707070;
}
.about-txt p {
	font-size: 16px;
	color: #3e3e3e;
	line-height: 26px;
	margin-bottom: 15px;
}
.more-outer {
	padding: 60px 0 100px;
	background: url(../images/more-bg.jpg) fixed no-repeat top center;
	background-size: cover;
}
.more-outer h2 {
	font-size: 36px;
	color: #38a1f3;
	font-weight: 500;
	text-align: center;
	text-shadow: 1px 0px 0px #707070, 1px 1px 2px #707070;
}
.more-bottom {
	width: 100%;
	float: left;
	padding-top: 60px;
}
.more-inner {
	width: 50%;
	float: left;
	border-right: 2px solid #1585c8;
	padding: 80px 0 170px;
	position: relative;
}
.more-inner:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #1585c8;
	top: 0;
	right: -6px;
}
.more-inner:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #1585c8;
	bottom: 0;
	right: -6px;
}
.more-inner li {
	width: 100%;
	float: left;
	text-align: right;
	padding: 0 40px 100px 0;
	position: relative;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.more-inner li img {
	width: 35px;
	display: inline-block;
	filter: brightness(0);
	margin-bottom: 8px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.more-inner li:hover img {
	transform: rotateY(160deg);
}
.more-inner li:hover h3 {
	color: #38a1f3;
}
.more-inner li:last-child {
	padding-bottom: 0;
}
.more-inner li:hover:before {
	background-color: #38a1f3;
}
.more-inner li:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #1585c8;
	top: 54px;
	right: -6px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.more-inner li h3 {
	font-size: 20px;
	color: #1585c8;
	font-weight: 500;
	margin-bottom: 15px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.more-inner li p {
	font-size: 16px;
	color: #3e3e3e;
	line-height: 26px;
	padding-left: 70px;
}
.more-right {
	border-right: none;
	padding: 200px 0 0;
}
.more-right:after {
	background-color: transparent;
}
.more-right:before {
	background-color: transparent;
}
.more-right li {
	padding: 0 0 100px 40px;
	text-align: left;
}
.more-right li:before {
	left: -6px;
	right: 0;
}
.more-right li p {
	padding: 0 70px 0 0;
}
.team-outer {
	width: 100%;
	float: left;
	padding: 80px 0 100px;
}
.team-outer h2 {
	font-size: 28px;
	color: #38a1f3;
	font-weight: 500;
	margin-bottom: 20px;
	text-align: center;
	text-shadow: 1px 0px 0px #707070, 1px 1px 2px #707070;
}
.team-outer p {
	text-align: center;
	color: #3e3e3e;
	padding-right: 0;
}
.team-inner {
	width: 100%;
	float: left;
	padding-top: 60px;
}
.team-inner li {
	width: 23%;
	float: left;
	margin: 0 2.6% 0 0;
	border: 1px solid #a3a3a3;
}
.team-txt {
	width: 100%;
	float: left;
	position: relative;
	border-top: none;
	padding: 20px 15px;
	background-color: #fbfbfb;
}
.team-txt h3 {
	position: absolute;
	top: -34px;
	left: -1px;
	background-color: #38a1f3;
	padding: 6px 20px 6px 10px;
	color: #fff;
	font-size: 18px;
}
.team-txt h4 {
	font-size: 18px;
	color: #38a1f3;
}
.team-inner li img {
	width: 100%;
	float: left;
}
.team-inner li:last-child {
	margin-right: 0;
}
/*about css part end*/

/*service css part start*/
.service-outer {
	width: 100%;
	float: left;
	padding: 60px 0;
}
.service-outer h2 {
	font-size: 36px;
	color: #38a1f3;
	font-weight: 500;
	text-align: center;
	text-shadow: 1px 0px 0px #707070, 1px 1px 2px #707070;
}
.service-outer spam {
	width: 100%;
	float: left;
	text-align: center;
	padding: 40px 0 70px;
}
.service-inner {
	display: none;
	border-top: 1px solid #1585c8;
}
.service-inner .about-outer {
	margin: -1px 0 0;
	padding: 60px;
	background-color: #edf7ff;
	-webkit-box-shadow: 0px 6px 13px 0px rgba(181,181,181,1);
	-moz-box-shadow: 0px 6px 13px 0px rgba(181,181,181,1);
	box-shadow: 0px 5px 10px 0px rgb(231, 231, 231);
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.service-outer input {
	display: none;
}
.service-outer label {
	display: table-cell;
	margin: 0 0 -1px 20px;
	padding: 15px 20px 15px 45px;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	color: #1585c8;
	border: 1px solid transparent;
	cursor: pointer;
	position: relative;
}
.service-outer label:before {
	font-family: fontawesome;
	font-weight: normal;
	margin-right: 10px;
}
.service-outer input:checked + label {
	color: #38a1f3;
	border: 1px solid #1585c8;
	text-transform: uppercase;
	border-top: 4px solid #38a1f3;
	border-bottom: 1px solid #edf7ff;
	background-color: #edf7ff;
	-webkit-border-top-left-radius: 30px;
	-webkit-border-top-right-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-topright: 30px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.service-outer #tab1:checked ~ #content1, .service-outer #tab2:checked ~ #content2, .service-outer #tab3:checked ~ #content3, .service-outer #tab4:checked ~ #content4, .service-outer #tab5:checked ~ #content5, .service-outer #tab6:checked ~ #content6, .service-outer #tab7:checked ~ #content7 {
	display: block;
}
.about-pic-rht, .about-pic-rht span {
	float: right;
}
.service-outer label[for*='1']:before {
	content: "";
	position: absolute;
	width: 25px;
	height: 25px;
	top: 11px;
	left: 13px;
	background: url(../images/service-icon1.png) no-repeat;
	background-size: 100% 100%;
}
.service-outer label[for*='2']:before {
	content: "";
	position: absolute;
	width: 25px;
	height: 25px;
	top: 11px;
	left: 13px;
	background: url(../images/service-icon2.png) no-repeat;
	background-size: 100% 100%;
}
.service-outer label[for*='3']:before {
	content: "";
	position: absolute;
	width: 25px;
	height: 25px;
	top: 11px;
	left: 13px;
	background: url(../images/service-icon3.png) no-repeat;
	background-size: 100% 100%;
}
.service-outer label[for*='4']:before {
	content: "";
	position: absolute;
	width: 25px;
	height: 25px;
	top: 11px;
	left: 13px;
	background: url(../images/service-icon4.png) no-repeat;
	background-size: 100% 100%;
}
.service-outer label[for*='5']:before {
	content: "";
	position: absolute;
	width: 25px;
	height: 25px;
	top: 11px;
	left: 13px;
	background: url(../images/service-icon1.png) no-repeat;
	background-size: 100% 100%;
}
.service-outer label[for*='6']:before {
	content: "";
	position: absolute;
	width: 25px;
	height: 25px;
	top: 11px;
	left: 13px;
	background: url(../images/service-icon2.png) no-repeat;
	background-size: 100% 100%;
}
.service-outer label[for*='7']:before {
	content: "";
	position: absolute;
	width: 25px;
	height: 25px;
	top: 11px;
	left: 13px;
	background: url(../images/service-icon3.png) no-repeat;
	background-size: 100% 100%;
}
/*service css part end*/

/*contact css part start*/
.contact-bg {
	background: url(../images/banner-1.jpg) no-repeat top center;
	background-size: cover;
}
.contact-outer {
	padding: 100px 0;
	text-align: center;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 37%, rgba(114,195,242,1) 73%, rgba(85,180,235,1) 96%, rgba(85,180,235,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(37%, rgba(255,255,255,1)), color-stop(73%, rgba(114,195,242,1)), color-stop(96%, rgba(85,180,235,1)), color-stop(100%, rgba(85,180,235,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 37%, rgba(114,195,242,1) 73%, rgba(85,180,235,1) 96%, rgba(85,180,235,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 37%, rgba(114,195,242,1) 73%, rgba(85,180,235,1) 96%, rgba(85,180,235,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 37%, rgba(114,195,242,1) 73%, rgba(85,180,235,1) 96%, rgba(85,180,235,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 37%, rgba(114,195,242,1) 73%, rgba(85,180,235,1) 96%, rgba(85,180,235,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#55b4eb', GradientType=0 );
}
.contact-inner {
	width: 80%;
	display: inline-block;
	-webkit-box-shadow: 0px 0px 13px 0px rgba(167, 167, 167, 0.75);
	-moz-box-shadow: 0px 0px 13px 0px rgba(167, 167, 167, 0.75);
	box-shadow: 0px 0px 13px 0px rgba(167, 167, 167, 0.75);
}
.contact-left {
	width: 65%;
	float: left;
	padding: 40px 30px;
	background-color: #fff;
	text-align: left;
}
.contact-left h3 {
	width: 100%;
	float: left;
	font-size: 24px;
	font-weight: 500;
	color: #38a1f3;
	margin-bottom: 40px;
}
.contact-left h3 img {
	float: right;
	transform: rotate(44deg);
}
.contact-left form {
	width: 100%;
	float: left;
}
.contact-txt {
	width: 48%;
	float: left;
	padding: 0 10px 10px 25px;
	font-size: 15px;
	color: #000;
	margin-bottom: 30px;
	border: none;
	border-bottom: 1px solid #8c8c8c;
	outline: none;
	position: relative;
	background: url(../images/contact-pic1.png) no-repeat top left;
}
.contact-txt:nth-child(2) {
	background: url(../images/contact-pic2.png) no-repeat top left;
}
.contact-txt:nth-child(3) {
	background: url(../images/contact-pic3.png) no-repeat top left;
}
.contact-txt:nth-child(4) {
	background: url(../images/contact-pic4.png) no-repeat top left;
}
.contact-txt:focus {
	border-bottom: 1px solid #38a1f3;
	background: url(../images/contact-pic11.png) no-repeat top left;
}
.contact-txt:focus:nth-child(2) {
	border-bottom: 1px solid #38a1f3;
	background: url(../images/contact-pic22.png) no-repeat top left;
}
.contact-txt:focus:nth-child(3) {
	border-bottom: 1px solid #38a1f3;
	background: url(../images/contact-pic33.png) no-repeat top left;
}
.contact-txt:focus:nth-child(4) {
	border-bottom: 1px solid #38a1f3;
	background: url(../images/contact-pic44.png) no-repeat top left;
}
.contact-txt:nth-child(2n) {
	float: right;
}
.contact-msg {
	width: 100% !important;
	float: left;
	margin-bottom: 40px;
	padding: 0 10px 10px 25px;
	font-size: 15px;
	color: #000;
	border: none;
	height:70px !important;
	border-bottom: 1px solid #8c8c8c;
	outline: none;
	font-family: 'Roboto', sans-serif;
	background: url(../images/contact-pic5.png) no-repeat top left;
}
.contact-msg:focus {
	border-bottom: 1px solid #38a1f3;
	background: url(../images/contact-pic55.png) no-repeat top left;
}
.contact-right {
	width: 35%;
	float: right;
	padding: 40px 20px;
	text-align: left;
	background: url(../images/contact-map-bg.jpg) fixed no-repeat top center;
	background-size: cover;
}
.contact-right h4 {
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 40px;
}
.contact-right li {
	width: 100%;
	float: left;
	margin-bottom: 54px;
	font-size: 15px;
	color: #fff;
}
.contact-right li a{
	color: #fff;
	padding:0;
}
.contact-right li a:hover
{
text-decoration:underline;
}
.contact-right li img {
width: 20px;
display: inline-block;
	margin: 0 7px -4px 0;
}
.contact-right a {
	padding: 8px 15px;
}
.contact-right a:hover {
	background-color: transparent;
}
.contact-min {
	min-height: 415px;
}
.map-outer iframe {
	width: 100%;
	font-size: large;
	height: 350px;
}
/*contact css part end*/

/*blog css part start*/
.blog-bg {
	background: url(../images/blog-bg.jpg) no-repeat top center;
	background-size: cover;
}
.blog-outer {
	padding: 80px 0;
}
.blog-left {
	width: 60%;
	float: left;
}
.blog-left li {
	width: 100%;
	float: left;
	margin-bottom: 50px;
	position: relative;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(223, 223, 223, 0.75);
	-moz-box-shadow: 0px 0px 18px 0px rgba(223, 223, 223, 0.75);
	box-shadow: 0px 0px 18px 0px rgba(223, 223, 223, 0.75);
}
.blog-left li:after {
	content: "";
	position: absolute;
	top: 32px;
	left: -10px;
	width: 10px;
	height: 10px;
	background: url(../images/blog-tringle-img.png) no-repeat;
}
.blog-left li:last-child {
	margin-bottom: 0;
}
.blog-left li img {
	width: 100%;
	float: left;
}
.blog-txt {
	width: 100%;
	float: left;
	margin: -38px 0 0;
}
.blog-txt h3 {
	float: left;
	font-size: 15px;
	color: #fff;
	font-weight: 500;
	background-color: rgba(163, 163, 163, 0.37);
	padding: 10px 20px;
	-webkit-border-top-right-radius: 30px;
	-moz-border-radius-topright: 30px;
	border-top-right-radius: 30px;
}
.blog-txt h3 a {
	color: #38a1f3;
	font-weight: 600;
}
.blog-txt span {
	float: right;
	font-size: 15px;
	color: #fff;
	font-weight: 500;
	background-color: rgba(163, 163, 163, 0.37);
	padding: 10px 20px;
	-webkit-border-top-left-radius: 30px;
	-moz-border-radius-topleft: 30px;
	border-top-left-radius: 30px;
}
.blog-inner {
	width: 100%;
	float: left;
	padding: 20px;
}
.blog-inner h4 {
	font-size: 18px;
	color: #ffffff;
	font-weight: 600;
	padding-bottom: 10px;
	position: absolute;
	top: -10px;
	left: -10px;
	background-color: #38a1f3;
	padding: 10px 30px;
	-webkit-box-shadow: 0px 0px 13px -1px rgba(212, 212, 212, 0.75);
	-moz-box-shadow: 0px 0px 13px -1px rgba(212, 212, 212, 0.75);
	box-shadow: 0px 0px 13px -1px rgba(212, 212, 212, 0.75);
}
.blog-inner p {
	font-size: 16px;
	color: #747474;
	line-height: 21px;
	margin-bottom: 30px;
}
.blog-inner a {
	width: 150px;
	display: inline-block;
	border: 2px solid #38a1f3;
	padding: 10px 5px;
	background-color: transparent;
	text-align: center;
	color: #38a1f3;
	font-size: 17px;
	font-weight: 600;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.blog-inner a:hover {
	background-color: #38a1f3;
	color: #fff;
}
.blog-social {
	width: 100%;
	float: left;
	padding: 14px 20px;
	border-top: 1px solid #e9e9e9;
}
.blog-social li {
	width: auto;
	float: left;
	margin: 0 10px 0 0 !important;
}
.blog-social li:after {
	position: relative;
	background: none;
}
.blog-social li a {
	width: 35px;
	height: 35px;
	float: left;
	text-align: center;
	background-color: #3b5998;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.blog-social li a:hover {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
}
.blog-social li:nth-child(2) a {
	background-color: #fcaf45;
}
.blog-social li:nth-child(3) a {
	background-color: #38a1f3;
}
.blog-social li a img {
	width: 15px;
	float: none;
	display: inline-block;
	margin-top: 10px;
}
.blog-right {
	width: 35%;
	float: right;
}
.search-blog {
	width: 100%;
	float: left;
	padding: 20px;
	background-color: #fff;
	margin-bottom: 50px;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(223, 223, 223, 0.75);
	-moz-box-shadow: 0px 0px 18px 0px rgba(223, 223, 223, 0.75);
	box-shadow: 0px 0px 18px 0px rgba(223, 223, 223, 0.75);
}
.search-blog form {
	width: 100%;
	float: left;
}
.search-blog input {
	width: 100%;
	float: left;
	padding: 10px 30px 10px 10px;
	border: 1px solid #8c8c8c;
	font-size: 15px;
	color: #000;
	outline: none;
	background: url(../images/search-img.png) no-repeat 98% 50%;
	background-size: 13px;
}
.search-blog input:focus {
	border-color: #38a1f3;
}
.blog-tabs {
	width: 100%;
	float: left;
	margin-bottom: 50px;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(223, 223, 223, 0.75);
	-moz-box-shadow: 0px 0px 18px 0px rgba(223, 223, 223, 0.75);
	box-shadow: 0px 0px 18px 0px rgba(223, 223, 223, 0.75);
}
.blog-tabs .w3-bottombar {
	border-bottom: 2px solid #ccc;
}
.blog-tabs .w3-border-red, .w3-hover-border-red:hover {
	border-color: #38a1f3;
	color: #38a1f3 !important;
}
.blog-tabs .w3-container, .w3-panel {
	padding: 20px;
}
.blog-tabs .w3-padding {
	padding: 15px 5px;
	text-align: center;
	float: left;
	width: 33.3%;
	font-size: 16px;
	color: #242424;
	font-weight: 500;
}
.blog-tab-inner {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.blog-tab-inner:last-child {
	margin-bottom: 0;
}
.blog-tab-pic {
	width: 25%;
	float: left;
}
.blog-tab-pic img {
	width: 100%;
	float: left;
}
.blog-tab-txt {
	width: 70%;
	float: right;
}
.blog-tab-txt a {
	font-size: 14px;
	color: #000;
	font-weight: 500;
	margin-bottom: 4px;
	display: inline-block;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.blog-tab-txt a:hover {
	color: #38a1f3;
}
.blog-tab-txt p {
	font-size: 12px;
	color: #747474;
}
.blog-tab-txt p img {
	width: 13px;
	display: inline-block;
	margin: 0 4px -2px 0;
}
.blog-tab-hgt {
	width: 100%;
	float: left;
	padding: 20px;
	overflow-Y: scroll;
	height: 320px;
}
.blog-newsletter {
	width: 100%;
	float: left;
	padding: 20px;
	margin-bottom: 50px;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(223, 223, 223, 0.75);
	-moz-box-shadow: 0px 0px 18px 0px rgba(223, 223, 223, 0.75);
	box-shadow: 0px 0px 18px 0px rgba(223, 223, 223, 0.75);
}
.blog-newsletter h6 {
	font-size: 18px;
	color: #242424;
	font-weight: 500;
	text-transform: uppercase;
	padding-bottom: 4px;
	margin-bottom: 20px;
	position: relative;
}
.blog-newsletter h6:before {
	content: "";
	position: absolute;
	width: 12px;
	height: 1px;
	bottom: -3px;
	left: 0;
	background-color: #242424;
}
.blog-newsletter h6:after {
	content: "";
	position: absolute;
	width: 12px;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #242424;
}
.blog-newsletter form {
	width: 100%;
	float: left;
	padding-bottom: 15px;
}
.blog-newsletter input {
	min-height: 40px;
}
.blog-email {
	width: 90%;
	float: left;
	padding: 10px;
	border: 1px solid #8c8c8c;
	border-right: none;
	font-size: 15px;
	color: #000;
	outline: none;
}
.blog-newsletter input:focus {
	border-color: #38a1f3;
}
.blog-arrrow {
	width: 10%;
	float: right;
	border: 1px solid #8c8c8c;
	border-left: none;
	outline: none;
	cursor: pointer;
	background: url(../images/blog-right-arrow.png) no-repeat 50% 50%;
}
.blog-arrrow:focus {
	background: url(../images/blog-right-arrow1.png) no-repeat 50% 50%;
}
.blog-newsletter p {
	font-size: 14px;
	color: #747474;
}
.pagination {
	padding: 0 0 80px;
}
.pagination a {
	color: #1585c8;
	float: left;
	background-color: #fff;
	padding: 10px 16px;
	text-decoration: none;
	transition: background-color .3s;
	border: 2px solid #38a1f3;
	margin: 0 15px 0 0;
	font-size: 13px;
	font-weight: 600;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.pagination a.active {
	background-color: #38a1f3 !important;
	color: #fff !important;
	border: 2px solid #38a1f3 !important;
}
.pagination a:hover {
	border-color: #38a1f3;
	color: #38a1f3;
}
/*blog css part end*/


/*our-serives-css*/
.our-services-outer
{
width:100%;
float:left;
padding:50px 0 50px;
background-color:#eeeeee;
}
.our-services-inner h3
{
text-align:center;
padding-bottom:50px;
color:#000;
margin:0;
font-weight:bold;
font-size:50px;
}
.our-services-inner
{
width:100%;
float:left;
}
.our-service-left
{
width:31%;
margin:0 3% 35px 0;
overflow:hidden;
background-color:#ffffff;
float:left;
}
.our-service-left:nth-child(4),
.our-service-left:nth-child(7)
{
margin-right:0;
}
.our-service-left img
{
width:100%;
float:left;
}
/*.our-service-left img:hover
{
-moz-transform: scale(2);
-webkit-transform: scale(2);
-o-transform: scale(2);
-ms-transform: scale(2);
transform: scale(2);	
}*/
.our-service-content
{
width:100%;
float:left;
padding:20px;
}
.our-service-content h4
{
font-size:25px;
color:#000000;
margin-bottom:10px;
}
.our-service-content p
{
font-size:16px;
color:#000000;
line-height:30px;
margin-bottom:15px;
}
.our-service-content a
{
background-color:#000;
color:#fff;
text-align:center;
padding:10px 20px;
font-size:15px;
display:inline-block;
text-decoration:none;
}
.our-service-content a:hover
{
background-color:#38a1f3;
color:#fff;
}
.content-outer
{
width:100%;
float:left;
padding:50px 0;
background-color:#eeeeee;
}
.content-inner img
{
float:left;
width:100%;
padding:20px 0 0 20px;
position:relative;
}
.content-image-left
{
width:37%;
float:left;
margin-right:3%;
position:relative;
}
.content-image-left:after
{
content:"";	
width:270px;
height:20px;
background:#e4dddd;
position:absolute;
top:0;
left:0;
}
.content-image-left:before
{
content:"";	
width:20px;
height:150px;
background:#e4dddd;
position:absolute;
top:0;
left:0;
}
.content-inner p
{
font-size:15px;
line-height:30px;
padding-top:10px;
padding-bottom:10px;
text-align:justify;
}
.aboutus-outer
{
width:100%;
float:left;
padding:50px 0;
}
.aboutus-outer h3
{
font-size:55px;
color:#000;
text-align:center;
padding-bottom:40px;
}
.aboutus-outer ul
{
width:100%;
float:left;
list-style:disc !important;
margin-top:20px;
padding-left:20px;
}
.aboutus-outer h4
{
font-size:20px;
padding-top:30px;
font-weight:bold;
}
.aboutus-outer p
{
line-height:26px;
font-size:15px;
margin-bottom:20px;
text-align:justify;
}
.aboutus-outer li
{
list-style:disc !important;
padding-bottom:10px;
}
.about-inner
{
width:100%;
float:left;
}
.logo-outer a {
font-size: 40px;
color: #fff;
font-weight: bold;
text-transform: uppercase;
}
.footer-inner h3 {
font-size: 30px;
text-transform: uppercase;
font-weight: bold;
color: #fff;
}