/*************************start general selectors****************************/

@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700');

@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900');

body{

    font-family: 'Poppins', sans-serif;

	color:#292929;

	font-size:14px;

	line-height:25px;

	font-weight:normal;

	background:#fff;

	font-weight:400;

	letter-spacing:0.2px;

}

ol, ul {

    margin-top: 0px;

    margin-bottom: 0px;

	padding-left:0px;

}

a{

	text-decoration:none;

	outline:none;

	color:inherit;

}

a:hover{

	text-decoration:none;

	color:inherit;

}

a:focus{

	color:inherit;

	text-decoration:none;

	outline:none;

}

#dp_swf_engine{

	display:none;

}

h1, h2, h3, h4, h5, h6{

	margin:0px;

	padding:0px;

}

p {

    margin: 0 0 15px;

}

b, strong {

    font-weight: 600;

}

.row {

    margin-right: -10px;

    margin-left: -10px;

}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {

    position: relative;

    min-height: 1px;

    padding-right: 10px;

    padding-left: 10px;

}

.form-group {

    margin-bottom: 20px;

}

label{

	font-weight:normal;

}

/*************************end general selectors*****************************/ 

/*************************start common selectors****************************/

.responsive-image{

   max-width:100%;

}

.left {

	float: left;

}

.right {

	float: right;

}

.clr {

	clear: both;

}

.clearfix:after{

	content:" ";

	display:block;

	clear:both;

	height:0;

	width:100%;

}

/*************************end common selectors***************************/

/*************************start nav selectors****************************/

.container > .navbar-header {

    margin-right: -10px;

    margin-left: -10px;

}

.navbar-nav{

	margin: 6px -15px;

}

.navbar {

    border-radius: 0px;

	margin-bottom:0px;

	min-height:0px;

}

.navbar-default {

    background-color:#0091ed;

	border-bottom:none;

	border-color:transparent;

}

.nav > li > a {

    padding: 10px 18px;

}

.navbar-nav > li > a {

    padding-top: 12px;

    padding-bottom: 12px;

}

.navbar-default .navbar-nav > li > a {

    color:#fff;

	text-transform:uppercase;

	font-weight:600;

	font-size:14px;

}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {

    color: #00fff0;

	background-color:transparent;

}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {

    color: #00fff0;

}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus{

	color: #00fff0;

    background-color:transparent;

}

.navbar-default .navbar-toggle {

    border-color: #FFF;

	margin-top:-30px;

}

.navbar-toggle {

    background-color:#dddddd;

	margin-top:0px;

}

.dropdown-menu > li > a {

    display: block;

    padding: 3px 20px;

    clear: both;

    font-weight: 400;

    line-height: 1.42857143;

    color:#fff;

    white-space: nowrap;

	text-transform:uppercase;

}

.navbar-nav .open .dropdown-menu{

	background-color: #1ba331;

}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {

    color: #fff;

}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {

    color: #292929;

    background-color: #f5f5f5;

}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {

    color: #292929;

    text-decoration: none;

    background-color: #f5f5f5;

}

.dropdown-menu {

    position: absolute;

    top: 100%;

    left: 0;

    z-index: 1000;

    display: none;

    float: left;

    min-width: 160px;

    padding: 5px 0;

    margin: 2px 0 0;

    margin-top: 2px;

    font-size: 14px;

    text-align: left;

    list-style: none;

    background-color: #1ba331;

    -webkit-background-clip: padding-box;

    background-clip: padding-box;

    border: 1px solid #ccc;

    border: 1px solid rgba(0,0,0,.15);

    border-radius: 4px;

    border-top-left-radius: 4px;

    border-top-right-radius: 4px;

    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);

    box-shadow: 0 6px 12px rgba(0,0,0,.175);

}

/*************************end nav selectors****************************/

/*************************start content selectors*************************/

.container{

	max-width:1280px;

	margin:0px auto;

	padding-right: 10px;

	padding-left: 10px;

}

.fixed_sec{

	position:fixed;

	z-index:99;

	width:100%;

	top:0;

}

.bottom_sec{

	margin-top:50%;

}

.headsec{

	background:#292929;

	text-align:center;

	padding:10px 0px;

	color:#fff;

	font-weight:300;

	font-size:15px;

}

.headsec .contact_sec, .headsec .social_sec{

	text-align:center;

}

.top_bg{

	padding:16px 0px;

	background:#330099;

}

.top_bg .logo{

	text-align:center;

	margin-bottom:0px;

}

.top_bg .icon {

	background:url(images/top_logo.png) no-repeat;

	display: inline-block;

	width: 37px;

	height: 41px;

	text-align:center;

	font-family: 'Roboto Slab', serif;

}

.recharge_bg{

	padding:30px 0px;

	background:#f6f6f6;

}

.recharge_bg h2 {

	color:#5c5c5c;

	font-family: 'Open Sans', sans-serif;

	font-size:34px;

	margin-bottom:20px;

	font-weight:300;

	text-transform:capitalize;

}

.recharge_bg h2 span{

	font-weight:500;

}

.recharge_bg h3 {

	color:#ff4949;

	font-family: 'Open Sans', sans-serif;

	font-size:20px;

	margin-bottom:15px;

	font-weight:300;

	text-transform:capitalize;

}

.recharge_bg p{

	margin-bottom:15px;

}

.welcome_bg{

	padding:35px 0px;

	background:#f7f7f7;

}

.welcome_bg h2 {

	color:#4f4f4f;

	font-family: 'Raleway', sans-serif;

	font-size:24px;

	margin-bottom:22px;

	font-weight:600;

	line-height:30px;

}

.welcome_bg h2 span{

	color:#4f4f4f;

	font-weight:600;

}

.welcome_bg h3 {

	color:#4f4f4f;

	font-family: 'Raleway', sans-serif;

	font-size:24px;

	margin-bottom:22px;

	font-weight:600;

	line-height:30px;

}

.welcome_bg h3 span{

	font-weight:600;

	color:#4f4f4f;

}

.welcome_bg .btn-default {

    color: #fff;

    background-color: #292929;

    border-color: #292929;

}

.welcome_bg .form-control {

    display: block;

    width: 100%;

    height: 44px;

    padding: 6px 12px;

    font-size: 14px;

    line-height: 1.42857143;

    background-color:#fff;

background-image: none;

border: 1px solid #999999;

border-radius: 4px;

-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;

}

.welcome_bg .btn{

	font-size:16px;

}

a.welcome_link{

	color:#007fd0;

}

a:hover.welcome_link{

	color:#292929;

}

.product_bg{

	background:#fff;

	padding:30px 0px;

}

.product_bg h2 {

	color:#4f4f4f;

	font-family: 'Raleway', sans-serif;

	font-size:24px;

	margin-bottom:16px;

	font-weight:600;

	text-align:center;	

}

.product_bg h2 span{

	color:#4f4f4f;

	font-weight:600;

}

.product_bg .pro_sec01, .product_bg .pro_sec02{

	margin-bottom:10px;

	text-align:center;

}

a.pro_caption{

	color:#292929;

	font-size:16px;

	font-weight:600;

	margin-bottom:5px;

}

a:hover.pro_caption{

	color:#007fd0;

	font-size:16px;

	font-weight:600;

	margin-bottom:5px;

}

.facility_bg{

	padding:40px 0px;

	background:#f7f7f7;

}

.facility_bg h2 {

	color:#007fd0;

	font-family: 'Raleway', sans-serif;

	font-size:24px;

	margin-bottom:20px;

	font-weight:400;

}

.facility_bg .text{

	text-align:center;

}

.read_more {

  display: inline-block;

  vertical-align: middle;

  -webkit-transform: perspective(1px) translateZ(0);

  transform: perspective(1px) translateZ(0);

  box-shadow: 0 0 1px rgba(0, 0, 0, 0);

  position: relative;

  -webkit-transition-property: color;

  transition-property: color;

  -webkit-transition-duration: 0.5s;

  transition-duration: 0.5s;

  padding:10px 16px;

  background:##007fd0;

  color:#fff;

  border:1px solid #fff;

}

.read_more:before {

  content: "";

  position: absolute;

  z-index: -1;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background: #fff;

  color:#fff;

  -webkit-transform: scaleX(0);

  transform: scaleX(0);

  -webkit-transform-origin: 0 50%;

  transform-origin: 0 50%;

  -webkit-transition-property: transform;

  transition-property: transform;

  -webkit-transition-duration: 0.5s;

  transition-duration: 0.5s;

  -webkit-transition-timing-function: ease-out;

  transition-timing-function: ease-out; 

}

.read_more:hover, .read_more:focus{

	color:#292929;

}

.read_more:hover:before, .read_more:focus:before, .read_more:active:before {

  -webkit-transform: scaleX(1);

  transform: scaleX(1);

  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);

  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); 

}

.inside_bg{

    padding: 30px 0px;

    background: #fff;

}

.inside_bg h2 {

	color:#757575;

	font-family: 'Raleway', sans-serif;

	font-size:24px;

	margin-bottom:22px;

	font-weight:600;

	line-height:30px;

}

.inside_bg h2 span{

	font-weight:600;

	color:#4f4f4f;

}

.inside_bg h3 {

	color:#007fd0;

	font-family: 'Raleway', sans-serif;

	font-size: 16px;

	margin-bottom: 10px;

	font-weight: 600;

	line-height: 30px;

}

.inside_bg h4 {

	color: #20a334;

	font-family: 'Raleway', sans-serif;

	font-size: 18px;

	margin-bottom: 15px;

	font-weight: 500;

	line-height: 30px;

}

.inside_bg p span{

	color: #b2382b;

}

.inside_bg .numbering{

	margin-left:25px;

	margin-bottom:20px;

}

.inside_bg .numbering li{

	padding:0px 0px 0px 12px;

	font-weight:600;

	color: #007fd0;

}

.inside_bg .numbering01{

	margin-left:35px;

	margin-bottom:20px;

}

.inside_bg .numbering01 li{

	padding:2px 0px 2px 12px;

	list-style-type:upper-alpha;

}

.inside_bg a.link01{

	color:#b2382b;

}

.inside_bg a:hover.link01{

	color:#292929;

}

.inside_bg .bullet ul{

	padding-left:0px;

}

.inside_bg .bullet{

	margin-bottom:12px;

	margin-left:12px;

}

.inside_bg .bullet li{

	list-style-type:none;

	background:url(images/bullet.png) no-repeat left 8px;

	padding:2px 0px 2px 30px;

	font-weight:600;

	color: #007fd0;

}

.inside_bg .bullet li span{

	color: #b2382b;

}
.inside_bg .bullet01 ul{

	padding-left:0px;

}

.inside_bg .bullet01{

	margin-bottom:12px;

	margin-left:12px;

}

.inside_bg .bullet01 li{

	list-style-type:none;

	background:url(images/bullet.png) no-repeat left 8px;

	padding:2px 0px 2px 30px;

}
.inside_bg .link_bullet ul{

	padding-left:0px;

}

.inside_bg .link_bullet{

	margin-bottom:12px;

	margin-left:12px;

}

.inside_bg .link_bullet li{

	list-style-type:none;

	background:url(images/bullet.png) no-repeat left 8px;

	padding:2px 0px 2px 30px;

	color:#c6c6c6;

	font-weight:600;

}

.inside_bg .link_bullet li a{

	color:#007fd0;

	font-weight:600;

}

.inside_bg .link_bullet li a:hover{

	color:#292929;

}

.inside_bg .link_bullet li.active{

	color:#292929;

	font-weight:600;

}

.inside_bg .link_download{

	margin-bottom:12px;

	margin-left:12px;

}

.inside_bg .link_download li{

	list-style-type:none;

	background:url(images/bullet.png) no-repeat left 14px;

	padding:8px 0px 8px 30px;

}

.inside_bg .link_download li:last-child{

	border-bottom:none;

}

.inside_bg .link_download li a{

	color:#b2382b;

}

.inside_bg .link_download li a:hover{

	color:#292929;

}

.inside_bg .image, .inside_bg01 .image{

	padding:4px;

	border:1px solid #d8d8d8;

	margin-bottom:12px;

}

.inside_bg .input-group, .inside_bg01 .input-group {

    margin-bottom: 10px;

}

.inside_bg .input-group-addon {

    padding: 6px 8px;

    background-color: transparent;

    border: none;

       border-bottom-color: currentcolor;

       border-bottom-style: none;

       border-bottom-width: medium;

    border-bottom: 1px solid #bebebe;

    border-radius: 0px;

}

.inside_bg .btn-danger {

    color: #fff;

    background-color: #ff6c6c;

    border-color: #ff6c6c;

}

.inside_bg .gallery li{

	padding:4px 10px;

	text-align:center;

}

.mobile_view{

	display:block;

}

.desktop_view{

	display:none;

}

.inside_bg .contact_font{

	font-size:16px;

	line-height:35px;

}

.inside_bg .btn-default {

color: #fff;

background-color:#007fd0;

border-color:#007fd0;

}

.inside_bg .btn{

	font-size:16px;

}

a.blue_link{

	color:#0075bf;

}

a:hover.blue_link{

	color:#292929;

}

/*************************start footer selectors *************************/

.footer_bg{

	padding:30px 0px 10px 0px;

	background:#393939;

	color:#fff;

	/*background:url(images/subs.jpg) no-repeat fixed; 

    background-position: center center;

    background-size: cover;

    -webkit-background-size: cover;

    -moz-background-size: cover;

    -o-background-size: cover;

	width:100%;

	height:620px;

	padding:30px 0px;

	color:#fff;*/

}

.footer_bg h2{

	color:#fff;

	font-weight:300;

	margin-bottom:20px;

	font-size:20px;

	line-height:26px;

}

.footer_bg .text01{

	font-size:14px;

}

.footer_link01{

	margin-bottom:12px;

}

.footer_link01 li{

	padding:0px 0px;

	list-style-type:none;

}

.footer_link01 li a{

	color:#C0C0C0;

}

.footer_link01 li a:hover{

	color:#fff;

}

.footer_link{

	margin-bottom:12px;

}

.footer_link li{

	padding:0px 0px;

	list-style-type:none;

}

.footer_link li a{

	color:#fff;

}

.footer_link li a:hover{

	color:#C0C0C0;

}

a.email_link{

	color:#C0C0C0;

	text-decoration:underline;

}

a:hover.email_link{

	color:#fff;

	text-decoration:underline;

}

.footer_bg  .form-control{

	width:75%;

	display:inline-block;

	border-radius:0px;

	padding:20px;

}

.footer_bg .btn{

	padding:6px 20px 7px 20px;

	border-radius:0px;

}

.footer_bg .btn-default {

    color: #fff;

    background-color: #0e8e4c;

    border-color: #0e8e4c;

}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {

	display:none;

}

.nbs-flexisel-container {

    position:relative;

    max-width:94%;

	margin:0px auto;

}

.nbs-flexisel-ul {

    position:relative;

    width:9999px;

    margin:0px;

    padding-top:15px;

    list-style-type:none;     

}

.nbs-flexisel-inner {

    overflow:hidden;

    float:left;

    width:100%;

	margin-bottom:25px;

}

.nbs-flexisel-item {

    float:left;

    margin:0px 0px;

    padding:0px;

    cursor:pointer;

    position:relative;

    line-height:0px;

	text-align:center;

}

.nbs-flexisel-item img {

    width: 100%;

    cursor: pointer;

    position: relative;

    margin-top: 0px;

    margin-bottom: 0px;

    max-width:190px;

    max-height:150px;

	margin-bottom:10px;

	padding:6px;

	border:1px solid #e5e5e5;

}

/*** Navigation ***/

.nbs-flexisel-nav-left,

.nbs-flexisel-nav-right {

    width: 32px;

    height: 32px; 

    position: absolute;

    cursor: pointer;

    z-index: 100;

    opacity: 0.5;

}



.nbs-flexisel-nav-left {

    left: -15px;

    background:url(images/button-previous.png) no-repeat;

}



.nbs-flexisel-nav-right {

    right: -15px;

    background: url(images/button-next.png) no-repeat;

}



.text_link a{

	color:#ff0000;

	font-size:14px;

	padding:10px 0px;

	text-decoration:none;

	max-width:200px;

	line-height:20px;

	height:60px;

	text-align:left;

}

.text_link a span{

	color:#292929;

	display:block;

	margin-right:8px;

	text-align:center;

}

.copyright_bg a{

	font-size:13px;

	color:#FFEE08;

}

.copyright_bg a:hover{

	color:#fff;

}

.desktop{

	display:none;

}

.mobile{

	display:block;

}

/* arrow icon (span tag) */

#back-top {







	position: fixed;







	bottom: 0px;







	right: 10px;







	z-index:111;







}







#back-top a {







	width: 40px;







	display: block;







	text-align: center;







	font: 11px/100% Arial, Helvetica, sans-serif;







	text-transform: uppercase;







	text-decoration: none;







	color: #bbb;







	/* background color transition */







	-webkit-transition: 1s;







	-moz-transition: 1s;







	transition: 1s;







}







#back-top a:hover {







	color: #000;







}







/* arrow icon (span tag) */







#back-top span {







	width: 40px;







	height: 40px;







	display: block;







	margin-bottom: 7px;







	background:#ababab url(up-arrow.png) no-repeat center center;







	/* rounded corners */







	-webkit-border-radius: 15px;







	-moz-border-radius: 15px;







	border-radius: 15px;







	/* background color transition */







	-webkit-transition: 1s;







	-moz-transition: 1s;







	transition: 1s;







}







#back-top a:hover span {







	background-color: #3f3f3f;







}

	.fdw-background{ background-color:rgba(0,0,0,0.6);opacity:0; margin-top:-0px; max-width:220px; max-height:200px; }

	.fdw-background .fdw-port{ text-align:center; padding:100px 40px;  }

	.fdw-background .fdw-port a{ padding:8px 10px; font-size:1em; }

	/*subtitle*/

	.fdw-subtitle{ font-size:0.8em; margin-top:-10px; color:#0CF; }

	.fdw-subtitle a{ color:#F90; }

	/*columns*/

	.c-two{ max-width:220px; max-height:200px !important; }

	/*align*/

	.a-center{ text-align:center; }

	/*link buttons*/

    .fdw-port a{ 

		background-color:#336699; 

		color:#fff; 

		border-radius:3px;

		-moz-border-radius:3px;

		-webkit-border-radius:3px;

		-o-border-radius:3px;

		-webkit-box-shadow: 0 3px 0 #0f3963, 3px 5px 3px #333;

		-moz-box-shadow: 0 3px 0 #0f3963, 3px 5px 3px #333;

		box-shadow: 0 3px 0 #0f3963, 3px 5px 3px #333;

		-o-box-shadow: 0 3px 0 #0f3963, 3px 5px 3px #333;

		text-shadow:0 1px 1px #000;	

	}

    .fdw-port a:hover{ 

		background-color:#f2f2f2; 

		color:#336699 !important; 

		text-shadow:0 1px 1px #ccc;

		-webkit-box-shadow: 0 3px 0 #ccc, 3px 5px 3px #333;

		-moz-box-shadow: 0 3px 0 #ccc, 3px 5px 3px #333;

		box-shadow: 0 3px 0 #ccc, 3px 5px 3px #333;

		-o-box-shadow: 0 3px 0 #ccc, 3px 5px 3px #333;

	}

	.modal-header{

		background:#3398dc;

		color:#fff;

	}

	.modal-title{

		font-size:22px;

		font-weight:500;

	}

	.close{

		opacity:100;

	}	

#myBtn {

  display: none;

  position: fixed;

  bottom: 20px;

  right: 30px;

  z-index: 99;

  font-size: 15px;

  border: none;

  outline: none;

  background-color:#ff4949;

  color: white;

  cursor: pointer;

  padding: 8px;

  border-radius: 4px;

}



#myBtn:hover {

  background-color: #ef2616;

}



.bg01{

	padding:30px 0px;

	background:none;

	text-align:justify;

	color:red;

		

}

/* Bounce To Right */

.hvr-bounce-to-right {

  display: inline-block;

  vertical-align: middle;

  -webkit-transform: perspective(1px) translateZ(0);

  transform: perspective(1px) translateZ(0);

  box-shadow: 0 0 1px rgba(0, 0, 0, 0);

  position: relative;

  -webkit-transition-property: color;

  transition-property: color;

  -webkit-transition-duration: 0.5s;

  transition-duration: 0.5s;

  box-shadow: 0 5px 5px 0 rgba(0,0,0,0.1),0 6px 20px 0 rgba(0,0,0,0.12) !important;

  padding:16px;

  text-align:center;

  width:100%;

  margin-bottom:12px;

  background:#fff;

}

.hvr-bounce-to-right .glyphicon-wrench{

	color:#bf2639;

	font-size:20px;

	margin-bottom:10px;

}

.hvr-bounce-to-right h3{

	font-size:16px;

	margin-bottom:8px;

	color:#292929;

}

.hvr-bounce-to-right p{

	color:#626262;

	margin-bottom:0px;

	font-size:14px;

	line-height:22px;

}

.hvr-bounce-to-right:before {

  content: "";

  position: absolute;

  z-index: -1;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background: #5f15a4;

  -webkit-transform: scaleX(0);

  transform: scaleX(0);

  -webkit-transform-origin: 0 50%;

  transform-origin: 0 50%;

  -webkit-transition-property: transform;

  transition-property: transform;

  -webkit-transition-duration: 0.5s;

  transition-duration: 0.5s;

  -webkit-transition-timing-function: ease-out;

  transition-timing-function: ease-out;  

}

.hvr-bounce-to-right:hover p, .hvr-bounce-to-right:focus p, .hvr-bounce-to-right:active p {

  color: white;

}

.hvr-bounce-to-right:hover .glyphicon-wrench, .hvr-bounce-to-right:focus .glyphicon-wrench, .hvr-bounce-to-right:active .glyphicon-wrench {

  color: white;

}

.hvr-bounce-to-right:hover h3, .hvr-bounce-to-right:focus h3, .hvr-bounce-to-right:active h3 {

  color: #f3be5d;

}

.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {

  -webkit-transform: scaleX(1);

  transform: scaleX(1);

  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);

  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);

}









.single_about_title h2 {

	margin-top: 0;

	color: #FFA700;

	font-style: italic;

	font-weight: 500;

	font-size: 18px;

	margin-bottom: 7px;

}

.single_about_title h1 {

	font-size: 22px;

	text-transform: uppercase;

	margin-bottom: 28px;

	margin-top: 0;

	position: relative;

}

.single_about_title h1::before {

	position: absolute;

	content: "";

	height: 3px;

	width: 65px;

	background: #fff;

	left: 0;

	top: 33px;

	margin: auto;

}

.single_about {

	margin-top: 20px;

	margin-bottom: 23px;

}

.single_about_icon {

	width: 60px;

	height: 32px;

	background: #1ba331;

	position: relative;

	line-height: 20px;

	color: #fff;

	transition: .5s;

	font-size: 30px;

	text-align: center;

	display: inline-block;

	float: left;

	margin-right: 20px;

	margin-top: 34px;

}

.single_about_icon::after {

	content: "";

	position: absolute;

	bottom: -20px;

	left: 0;

	width: 0;

	height: 0;

	border-left: 30px solid transparent;

	border-right: 29px solid transparent;

	border-top: 20px solid #1ba331;

	transition: .3s;

}

.single_about_icon::before {

	content: "";

	position: absolute;

	top: -20px;

	left: 0;

	width: 0;

	height: 0;

	border-left: 30px solid transparent;

	border-right: 29px solid transparent;

	border-bottom: 20px solid #1ba331;

	transition: .3s;

}

.single_about_content {

	overflow: hidden;

}

.single_about_content h3 {

	color: #ffdf06;

font-size: 18px;

font-weight: 600;

margin-bottom: 4px;

}

.single_about:hover .single_about_icon {

	background: #007fd0;

}

/* Shutter Out Vertical */

.hvr-shutter-out-vertical {

  display: inline-block;

  vertical-align: middle;

  -webkit-transform: perspective(1px) translateZ(0);

  transform: perspective(1px) translateZ(0);

  box-shadow: 0 0 1px rgba(0, 0, 0, 0);

  position: relative;

  background: #f4bf2f;

  -webkit-transition-property: color;

  transition-property: color;

  -webkit-transition-duration: 0.3s;

  transition-duration: 0.3s;

  padding:10px 15px;

  border:1px solid #fff;

  color:#fff;

  border-radius:4px;

  font-size:16px;

}

.hvr-shutter-out-vertical:before {

  content: "";

  position: absolute;

  z-index: -1;

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

  background: #b2382b;

  -webkit-transform: scaleY(0);

  transform: scaleY(0);

  -webkit-transform-origin: 50%;

  transform-origin: 50%;

  -webkit-transition-property: transform;

  transition-property: transform;

  -webkit-transition-duration: 0.3s;

  transition-duration: 0.3s;

  -webkit-transition-timing-function: ease-out;

  transition-timing-function: ease-out;

  border-radius:4px;

}

.hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active {

  color: white;

}

.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {

  -webkit-transform: scaleY(1);

  transform: scaleY(1);

}

.service-layout4 {

  margin-bottom: 30px;

  -webkit-box-shadow: 0px 1px 1px 0px rgba(111, 111, 111, 0.75);

  -moz-box-shadow: 0px 1px 1px 0px rgba(111, 111, 111, 0.75);

  box-shadow: 0px 1px 1px 0px rgba(111, 111, 111, 0.75);

}

.service-layout4 .item-img {

  overflow: hidden;

}

.service-layout4 .item-img img {

  transform: scale(1);

  -webkit-transition: all 2s ease-out;

  -moz-transition: all 2s ease-out;

  -ms-transition: all 2s ease-out;

  -o-transition: all 2s ease-out;

  transition: all 2s ease-out;

}

.service-layout4 .item-content {

  background-color:#f8f8f8;

  padding: 20px 30px 10px;

}

.service-layout4:hover {

  -webkit-box-shadow: 0px 5px 10px 0px rgba(222, 222, 222, 0.75);

  -moz-box-shadow: 0px 5px 10px 0px rgba(222, 222, 222, 0.75);

  box-shadow: 0px 5px 10px 0px rgba(222, 222, 222, 0.75);

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.service-layout4:hover .item-img img {

  transform: scale(1.3);

}

.service-layout5 ul li {

  display: block;

  width: 100%;

  margin-bottom: 5px;

  font-size: 15px;

  position: relative;

}

.service-layout5 ul li:last-child {

  margin-bottom: 0;

}

.service-layout5 ul li a {

  border: 1px solid #dcdcdc;

  background-color: transparent;

  padding: 15px 15px 15px 50px;

  color: #444444;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.service-layout5 ul li a i {

  color: #ffbe00;

  position: absolute;

  top: 50%;

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  transform: translateY(-50%);

  font-size: 24px;

  left: 15px;

  z-index: 1;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.service-layout5 ul li:hover a {

  padding: 15px 15px 15px 60px;

  border: 1px solid #ffbe00;

  background-color: #ffbe00;

  color: #ffffff;

}

.service-layout5 ul li:hover a i {

  color: #ffffff;

  left: 25px;

}

.service-layout5 ul li .active {

  padding: 15px 15px 15px 60px;

  border: 1px solid #ffbe00;

  background-color: #ffbe00;

  color: #ffffff;

}

.service-layout5 ul li .active i {

  color: #ffffff;

  left: 25px;

}

.service-layout5 .tab-content p {

  margin-bottom: 0;

}

h3.service-title-dark {

  color: #b2382b;

  margin-bottom: 10px;

  font-weight: 400;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

  font-size:20px;

}

h3.service-title-dark a {

  color: #b2382b;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

  font-weight:400;

  font-size:20px;

}

h3.service-title-dark a:hover {

  color: #ffbe00;

}

.sec-bg{

	padding:25px 0px;

}

.breadcrumb01{

	margin-bottom:30px;

	padding:16px;

	border-radius:8px;

	text-align:center;

	font-size:18px;

	background:#f0f0f0;

}

.breadcrumb01 > li{

	background:url(images/right2-512.png) no-repeat right 0px;

	display:inline-block;

	padding:2px 40px 0px 15px;

	margin-left:-4px;

}

.breadcrumb01 > li:last-child{

	background:none;

}

.breadcrumb01 > li.active{

	color:#007fd0;

}

.form-control{

	height:44px;

}

.box{

	background:#fbfbfb;

	border:1px solid #E1E1E1;

	padding:12px;

}

.box_bottom{

	margin-bottom:10px;

}

a.box{

    background-color: #18a32f;

    border-radius: 100%;

    color: #fff;

    display: inline-block;

    font-size: 2.2em;

    height: 90px;

    line-height: 65px;

    margin-bottom: 20px;

    text-align: center;

    width: 90px;

}

a:hover.box{

    background-color: #007fd0;

    border-radius: 100%;

    color: #fff;

    display: inline-block;

    font-size: 2.2em;

    height: 90px;

    line-height: 65px;

    margin-bottom: 30px;

    text-align: center;

    width: 90px;

}

.pro_align{

	text-align:center;

}

/* Rectangle In */

.hvr-rectangle-in {

  display: inline-block;

  vertical-align: middle;

  -webkit-transform: perspective(1px) translateZ(0);

  transform: perspective(1px) translateZ(0);

  box-shadow: 0 0 1px rgba(0, 0, 0, 0);

  position: relative;

  background: #009cff;

  -webkit-transition-property: color;

  transition-property: color;

  -webkit-transition-duration: 0.3s;

  transition-duration: 0.3s;

  height: 90px;



line-height: 85px;



margin-bottom: 20px;



text-align: center;



width: 90px;

border-radius: 100%;

}

.hvr-rectangle-in:before {

  content: "";

  position: absolute;

  z-index: -1;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background: #18a32f;

  -webkit-transform: scale(1);

  transform: scale(1);

  -webkit-transition-property: transform;

  transition-property: transform;

  -webkit-transition-duration: 0.3s;

  transition-duration: 0.3s;

  -webkit-transition-timing-function: ease-out;

  transition-timing-function: ease-out;

  height: 90px;



line-height: 65px;



margin-bottom: 20px;



text-align: center;



width: 90px;

border-radius: 100%;

}

.hvr-rectangle-in:hover, .hvr-rectangle-in:focus, .hvr-rectangle-in:active {

  color: white;

}

.hvr-rectangle-in:hover:before, .hvr-rectangle-in:focus:before, .hvr-rectangle-in:active:before {

  -webkit-transform: scale(0);

  transform: scale(0);

}

.table > tbody > tr > td{

	padding:12px 10px;

}

.login_bg{

	background:#f8f8f8;

	padding:25px;

	border:1px solid #e5e5e5;

	margin-bottom:25px;

	border-radius:12px;

}