/*************************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:#000;
	font-size:16.5px;
	line-height:28px;
	font-weight:normal;
	background:#fff;
	font-weight:400;
	}
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 12px;

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

}
/*************************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:transparent;

	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:#434343;
	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: #b2382b;
	background-color:transparent;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #b2382b;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus{
	color: #b2382b;
    background-color:transparent;
}
.navbar-default .navbar-toggle {
    border-color: #FFF;
}
.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-default .navbar-nav .open .dropdown-menu > li > a {
    color: #292929;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #b2382b;
    background-color: transparent;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #b2382b;
    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: 16px;
    text-align: left;
    list-style: none;
    background-color: #b2382b;
    -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:16px;
}
.headsec .contact_sec, .headsec .social_sec{
	text-align:center;
}
.top_bg{
	padding:8px 0px;
	background:#fff;
	border:1px solid #ECECEC;
}
.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:40px 0px;
	background:#f6f6f6;
}
/*.welcome_bg h2 {
	color:#848484;
	font-family: 'Raleway', sans-serif;
	font-size:26px;
	margin-bottom:12px;
	font-weight:300;
	line-height:40px;
	
}
.welcome_bg h2 span{
	color:#b2382b;
	font-weight:600;
	display:block;
}*/
.welcome_bg h2 {
	color:#000;
	font-family: 'Raleway', sans-serif;
	font-size:19px;
	margin-bottom:20px;
	font-weight:bold;
	line-height:30px;
	text-align:center;
}
.welcome_bg h2 span{
	color:#b2382b;
	font-weight:bold;
}*
.product_bg{
	background:#b53d32;
}
.product_bg .product_padding{
	padding:30px;
}
.product_bg h2 {
	color:#fff;
	font-family: 'Raleway', sans-serif;
	font-size:24px;
	margin-bottom:8px;
	font-weight:500;
	text-align:center;	
}
.product_bg .pro_sec01, .product_bg .pro_sec02{
	margin-bottom:10px;
	text-align:center;
}
.product_bg .pro_sec01 h3, .product_bg .pro_sec02 h3{
	color:#ffdf06;
	font-size:18px;
	font-weight:600;
	margin-bottom:2px;
}
.product_bg .pro_sec01 p, .product_bg .pro_sec02 p{
	color:#575757;
	color:#fff;
}
.product_bg a.read_more{
	color:#5f15a4;
}
.product_bg a:hover.read_more{
	color:#fff;
}	
.ground_image{
    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:300px;
	padding:30px 0px;
}
.ground_image h2 {
	color:#fff;
	font-size:28px;
	margin-bottom:20px;
	font-weight:500;
	text-align:center;
	padding-top:30px;
}
.contact_bg{
	background:#f4bf2f;
	padding:35px 0px;
	border-radius:8px;
	margin-top:-60px;
	text-align:center;
	margin-bottom:40px;
}
.contact_bg h3{
	color:#fff;
	font-size:24px;
	margin-bottom:20px;
	font-weight:400;
}
.contact_bg .btn-info {
    color: #fff;
    background-color:transparent;
    border-color: #fff;
}
.contact_bg .btn{
	font-size:16px;
	padding:10px 25px;
}
.facility_bg{
	padding:40px 0px;
	background:#fff;
}
.facility_bg h2 {
	color:#ff4949;
	font-family: 'Open Sans', sans-serif;
	font-size:22px;
	margin-bottom:12px;
	font-weight:300;
	text-transform:capitalize;
	text-align:center;
}
.facility_bg h3 {
	color:#5c5c5c;
	font-family: 'Open Sans', sans-serif;
	font-size:34px;
	margin-bottom:25px;
	font-weight:300;
	text-transform:capitalize;
	text-align:center;
}
.facility_bg h3 span{
	font-weight:500;
}
.facility_bg p{
	margin-bottom:20px;
}
.zoom img {
    transition: transform .5s; /* Animation */
    margin: 0 auto;
	margin-bottom:15px;
}
.zoom:hover {
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1); 
}
.facility_bg .text{
	text-align:center;
}
.weather_bg{
	padding:35px 0px;
	background:#fff;
}
.weather_bg h2 {
	color:#ff4949;
	font-family: 'Open Sans', sans-serif;
	font-size:22px;
	margin-bottom:12px;
	font-weight:300;
	text-transform:capitalize;
	text-align:center;
}
.weather_bg h3 {
	color:#5c5c5c;
	font-family: 'Open Sans', sans-serif;
	font-size:34px;
	margin-bottom:25px;
	font-weight:300;
	text-transform:capitalize;
	text-align:center;
}
.weather_bg h3 span{
	font-weight:500;
}
.touch_bg{
	padding:30px 0px;
	background:#f6f6f6;
}
.touch_bg h2 {

    color: #5f15a4;
    font-family: 'Raleway', sans-serif;
    font-size: 26px;
    margin-bottom: 14px;
    font-weight: 400;
    text-align: center;

}
.carousel-caption h3{
	font-family: 'Open Sans', sans-serif;
	font-size:20px;
	color:#fff;
	font-weight:600;
}

.inside_bg{
    padding: 30px 0px;
    background: #fff;
}
.inside_bg h2 {
	color: #b2382b;
font-family: 'Raleway', sans-serif;
font-size: 26px;
margin-bottom: 10px;
font-weight: bold;
line-height: 35px;
text-align: center;
}

.inside_bg h3 {
	color: #b2382b;
font-family: 'Raleway', sans-serif;
font-size: 20px;
margin-bottom: 15px;
font-weight: 400;
line-height: 30px;
}
.inside_bg h4 {
	color: #d86c0c;
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;
}
.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;
}
.inside_bg .bullet li span{
	color: #b2382b;
}
.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;
}
.inside_bg .link_bullet li a{
	color:#b2382b;
}
.inside_bg .link_bullet li a:hover{
	color:#292929;
}

.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;
	font-size: 18px;
    line-height: 31px;
    font-weight: 600;

}
.inside_bg .link_download li:last-child{
	border-bottom:none;
}
.inside_bg .link_download li a{
	color:red;
}
.inside_bg .link_download li a:hover{
	color:red;
}

.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:17px;
	line-height:37px;
}
/*************************start footer selectors *************************/
.footer_bg{
	/*padding:30px 0px 10px 0px;
	background:#47443f;
	font-size:14px;
	font-weight:400;
	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:auto;
	padding:30px 0px;
	color:#fff;
}
.footer_bg h2{
	color:#fff;
	font-weight:400;
	margin-bottom:12px;
	font-size:20px;
	line-height:26px;
}
.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:#ffb72d;
}
.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;
}
/*************************end footer selectors *************************/
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}
.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.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;
    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:325px;
    max-height:275px;
	margin-bottom:10px;
    padding: 10px;
    box-shadow: 8px 12px 15px #bbbbbb;
}
/*** 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;
}


.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: 16px;
  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:16px;
	line-height:25px;
}
.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: #fff;
	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 #fff;
	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 #fff;
	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 {
	transform: rotate(360deg);
	cursor:pointer;
}
/* 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;
  width: 100%;
}
.service-layout4 .item-content {
  background-color:#f8f8f8;
  padding: 20px 15px 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: 16px;
  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: 600;
  -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:23px;
}
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;
}
.breadcrumb{
	margin-bottom:30px;
	background-color:transparent;
}
.border01{
	padding:4px;
	border:1px solid #BCBCBC;
}
.box{
	background:#fbfbfb;
	border:1px solid #E1E1E1;
	padding:12px;
}

.redclr{color:#b2382b;}
.awrbgn{background: none !important;
    padding-top: 0 !important;}
.awrbgn ul{padding-left:25px;}
.awrbgn ul li{list-style: lower-roman !important;
    background: none !important;
    padding-left: 10px !important;
}




.welcome_bg p span, .welcome_bg ul li span, .hmpbtx ul li a, .hmpbtx p a, .hmpbtx ul li span, .hmpbtx ol li a{
    color: #b2382b;
}
.welcome_bg ul{
    padding-left: 20px;
    margin-bottom: 15px;
}
.welcome_bg ul li {
    margin-bottom: 8px;
}
.hmpbtx ul, .hmpbtx ol{
    padding-left: 30px;
    margin-bottom: 20px;
    
}
.hmpbtx ul li {
    margin-bottom: 15px;
    
}
.hmpbtx .lstinm li{
    list-style: auto;
}
.hmpbtx .lstiin li{
    list-style: lower-roman;
}
.hmpbtx p{
    text-align: justify;
}
.btn{
    padding: 8px 15px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.mb-0{
    margin-bottom: 0 !important;
}
.mt-20{
    margin-top: 20px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mt-10{
    margin-top: 10px !important;
}
p.hdnhf{
    font-size: 17px;
    font-weight: 500;
}
.text-center {
    text-align: center !important;
}
.justct{
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.disnon li{
    list-style: none;
}
.rwjstct{
    justify-content: center;
    display: flex;
}
.prdcimb{
        
    margin-top: 30px;
    margin-bottom: 75px;
}
.prdcimb p.pegnt{
    text-align: center;
    width: 100%;
    font-size: 15px;
    color: #b2382b;
    margin-top: 15px;
}
.prdcimb .carousel-inner .item img{
    /*background: #eee;*/
    /*padding: 10px;*/
}

.prdcimb .carousel-control.left, .prdcimb .carousel-control.right{
    background-image: none;
}
.prdcimb .carousel-control{
    bottom: 0;
    right: 0;
    top: auto;
    left: auto;
    width: auto;
    opacity: 1;
}
.prdcimbaew{
    position: absolute;
    height: auto;
    display: flex;
    justify-content: space-between;
    width: 100%;
    top: 46%;
    left: 0;
}
.prdcimbaew .carousel-control {
    left: auto;
    top: auto;
    background: #ff6c6c;
    display: inline-block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    font-size: 17px;
    text-shadow: none;
    padding: 0px 15px 0 40px;
}
.prdcimbaew .carousel-control img{
    height: 15px;
    width: auto;
    position: absolute;
    top: 13px;
    left: 15px;
}
.prdcimbaew .carousel-control.left{
        left: -130px;
}
.prdcimbaew .carousel-control.right{
    padding: 0px 40px 0 15px;
    right: -130px;
}
.prdcimbaew .carousel-control.right img{
    left: auto;
    right: 15px;
}

.prppagds h1.pghdn{
    font-family: "EB Garamond", serif;
    color: #ff6c6c;
    font-size: 45px;
        font-weight: bold;
    margin-bottom: 20px;
}
.prppagds h2.ftrhd{
    font-family: "EB Garamond", serif;
    color: #a50b0d;
    font-size: 20px;
    text-align: left;
    font-weight: 600;
    margin:0;
}
.prppagds{
    border: 8px solid #eee;
    padding: 15px;
}
.prppagds b, .prppagds strong {
    font-weight: 600;
}


.prppagds .border01 {
    padding: 0;
    border: none;
}

.p-0{
    padding: 0;
}
.m-0{
    margin:0;
}




.pmnsf{
    font-size: 18px !important;
}

.pbgsf{
    font-size: 20px !important;
}

.astrsim{
    background: #fff;
    padding: 7px;
    text-align: center;
    box-shadow: 0px 0px 15px #00000012;
    margin: 0 10px;
}
.astrsim img{
        width: 100%;
}
.astrsim p{
    margin: 12px 0 5px;
    color: #b2382b;
}

.hmpowl .owl-buttons{
    display: flex;
    justify-content: space-between;
    margin: 15px 10px 0;
}
.hmpowl .owl-buttons .owl-prev, .hmpowl .owl-buttons .owl-next {
    left: auto;
    top: auto;
    background: #ff6c6c;
    display: inline-block;
    line-height: 40px;
    position: relative;
    text-align: center;
    font-size: 17px;
    text-shadow: none;
    padding: 1px 25px;
    color: #fff;
    letter-spacing: 0.5px;
    font-weight: 500;
    border-radius: 4px;
}


.carousel-indicators li{
    box-shadow: 0px 0px 15px #000 !important;
}
.carousel-indicators {
    bottom: 5px !important;
}
.carousel-caption{
    background-image: linear-gradient(to right, #00000025, #000000d4, #00000026) !important;
    width: 100% !important;
    left: 0 !important;
    padding: 8px 0 !important;
        bottom: 28px !important;
}
.carousel-caption h2{
        margin-bottom: 22px !important;
            font-size: 32px;
}
.carousel-caption h2 small{
        color: #fff !important;
    font-size: 72% !important;
}
.carousel-caption p{
          font-size: 28px !important;
    font-weight: 500 !important;
    margin-bottom: 10px;
}

.prodlab .mbmbpd p span{
        font-size: 18.4px;
    color: #b2382b;
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}

.txtblinc p{
    font-size: 18px;
    line-height: 31px;
    font-weight: 600;
}
.intxnb p{
    font-size: 18px;
    line-height: 31px;
}