/*************************start general selectors****************************/
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700'); 
@import url(https://fonts.googleapis.com/css?family=Noto+Serif:400,700);

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700);

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

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

@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900);

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

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700'); 
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&display=swap');        
body{
    /*font-family: 'Source Sans Pro', sans-serif;*/
	font-family: 'Montserrat', sans-serif;
	color:#292929;
	font-size:15px;
	line-height:23px;
	font-weight:normal;
	background:#fff;
	font-weight:400;
	letter-spacing:0.3px;
	
	background:url(images/bg.jpg) no-repeat fixed;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    width: 100%;
	}
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;
}
/*************************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 {
    border-radius: 0px;
	margin-bottom:0px;
	min-height:20px;
}
.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:#fff;
	text-transform:uppercase;
	font-size:16px;	
	background:#fbad1a;
	font-family: 'Oswald', sans-serif;
	font-weight:500;
	letter-spacing:0.4px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#fff;
	background-color:#484848;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color:#fff;
	background-color:#484848;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus{
	color:#fff;
	background-color:#484848;
}
.navbar-default .navbar-toggle {
    border-color: #FFF;
}

.navbar-toggle, .navbar-toggle:hover {
    background-color:transparent;
}
.hvr-underline-from-center{
	display:none;
}
.dropdown-menu > li > a{
	color:#000;
	text-transform:uppercase;
	font-weight:600;
	font-size:14px;
	padding: 6px 20px;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #fff;
    text-decoration: none;
    background-color:#fbad1a;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {

    color:#232323;
	text-transform:uppercase;
	font-weight:600;
	font-size:14px;

}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fbad1a;
    text-decoration: none;
    background-color:transparent;
}
/*************************end nav selectors****************************/
/*************************start content selectors*************************/
.container{
	max-width:1280px;
	margin:0px auto;
	padding-right: 10px;
	padding-left: 10px;
}

.headsec{
	background:#e2e2e2;
	padding:15px 0px 10px 0px;
	border-radius:6px;
}
.headsec .ph_no {
    font-size:24px;
	color:#fff;
	font-weight:600;
	line-height:28px;
	text-align:center;
	margin-bottom:5px;
}
.headsec .ph_no span{
	color:#fff;
	font-size:14px;
	display:block;
	font-weight:400;
}
.headsec .logo{
	text-align:center;
	margin-bottom:12px;
}
.headsec .icon {
	text-align:center;
}
.headsec .icon .fa-facebook-square, .headsec .icon .fa-twitter-square, .headsec .icon .fa-google-plus-square{
	font-size:30px;
	color:#fff;	
}
.headsec .icon .fa-facebook-square:hover, .headsec .icon .fa-twitter-square:hover, .headsec .icon .fa-google-plus-square:hover{
	color:#f5b300;
}
.recharge_bg{
	padding:30px 0px;
	background:#f6f6f6;
}
.recharge_bg h2 {
	color:#5c5c5c;
	font-family: 'Raleway', 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: 'Raleway', sans-serif;
	font-size:20px;
	margin-bottom:15px;
	font-weight:300;
	text-transform:capitalize;
}
.recharge_bg p{
	margin-bottom:15px;
}
.welcome_bg{
	padding:20px 0px;
	background:#e2e2e2;
}
.welcome_bg h2 {
    color: #ff7200;
    font-family: 'Oswald', sans-serif;
    font-size: 28px;
    margin-bottom: 6px;
    font-weight: 400;
	text-align:center;

}
.welcome_bg h2 span {
    font-weight: 800;
    color: #fbad1a;
}
.welcome_bg h4 {
    color: #292929;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    margin: 0px 0px 8px 0px;
    font-weight: 400;
    text-align: center;
}
.welcome_bg .btn-info {

    color: #fff;
    background-color: $0081bc;
    border-color: #0081bc;

}
.welcome_bg .btn{
	font-size:16px;
	padding:8px 16px;
	border-radius:6px;
}


.index_bullet li:first-child{
	background:url(images/manu_icon.png) no-repeat 0px 10px;
	padding:16px 0px 16px 80px;
	color:#292929;
	list-style-type:none;
	border-bottom:1px solid #CBCBCB;
}
.index_bullet li:nth-child(2){
	background:url(images/experience_icon.png) no-repeat 0px 10px;
	padding:16px 0px 16px 80px;
	color:#292929;
	list-style-type:none;
	border-bottom:1px solid #CBCBCB;
}
.index_bullet li:nth-child(3){
	background:url(images/mica_icon.png) no-repeat 0px 10px;
	padding:16px 0px 16px 80px;
	color:#292929;
	list-style-type:none;
	border-bottom:1px solid #CBCBCB;
}
.index_bullet li:nth-child(4){
	background:url(images/raw_icon.png) no-repeat 0px 10px;
	padding:16px 0px 16px 80px;
	color:#292929;
	list-style-type:none;
	border-bottom:1px solid #CBCBCB;
}
.index_bullet li:nth-child(5){
	background:url(images/processing_icon.png) no-repeat 0px 10px;
	padding:16px 0px 16px 80px;
	color:#292929;
	list-style-type:none;
	border-bottom:1px solid #CBCBCB;
}
.index_bullet li:nth-child(6){
	background:url(images/team_icon.png) no-repeat 0px 10px;
	padding:16px 0px 16px 80px;
	color:#292929;
	list-style-type:none;
	border-bottom:1px solid #CBCBCB;
}
.index_bullet li:last-child{
	background:url(images/women_icon.png) no-repeat 0px 10px;
	padding:16px 0px 16px 80px;
	color:#292929;
	list-style-type:none;
	border-bottom:none;
}
.bg01 {

    padding:20px 0px 10px 0px;
    background: #47443f;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background: url(images/bg01.jpg) no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    width: 100%;
    height: 500px;
    padding: 30px;

}
.bg01 h4 {

    color: #fff;
   font-family: 'Oswald', sans-serif;
    font-size: 18px;
    margin:0px 0px 10px 0px;
    font-weight: 400;
    text-align: center;

}
.bg01 h2 {
	font-family: 'Oswald', sans-serif;
    color: #fbad1a;
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: 400;
    text-align: center;

}
.bg01 h3 {

    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    margin:15px 0px 0px 0px;
    font-weight: 600;
    text-align: center;

}
.getintouch {
  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:#e99803;
  color:#fff;
}
.getintouch:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #bf2639;
  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; 
}
.getintouch:hover, .getintouch:focus{
	color:#fff;
}
.getintouch:hover:before, .getintouch:focus:before, .getintouch: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); 
}

/* 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;
}
.hvr-bounce-to-right .glyphicon-calendar{
	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: #bf2639;
  -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-calendar, .hvr-bounce-to-right:focus .glyphicon-calendar, .hvr-bounce-to-right:active .glyphicon-calendar {
  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);
}
a .box {
	text-align:center;
	padding:18px;
	background:#FFFFFF;
	box-shadow:#C3C3C3;
	box-shadow: 0 5px 5px 0 rgba(0,0,0,0.1),0 6px 20px 0 rgba(0,0,0,0.12) !important;
	margin-bottom:14px;
	line-height:24px;
}
a:hover .box{
	background:#bf2639;
}
a .box h3{
	font-size:18px;
	margin-bottom:8px;
	color:#292929;
}
a:hover .box h3{
	color:#f3be5d;
}
a .box .fa-calendar{
	color:#bf2639;
	font-size:22px;
	margin-bottom:10px;
}
a:hover .box .fa-calendar{
	color:#fff;
}
a p{
	color:#626262;
	margin-bottom:0px;
	font-size:16px;
}
a:hover p{
	color:#fff;
}

.team_bg{
	padding:30px 0px;
	background:#F1F1F1;
}
.team_bg h2 {
	color:#e1a230;
	font-size:22px;
	margin-bottom:18px;
	font-weight:400;
	text-transform:uppercase;
	text-align:center;
	letter-spacing:0.2px;
}
.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: 'Raleway', sans-serif;
	font-size:22px;
	margin-bottom:12px;
	font-weight:300;
	text-transform:capitalize;
	text-align:center;
}
.weather_bg h3 {
	color:#5c5c5c;
	font-family: 'Raleway', 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 h3 {
	color:#5c5c5c;
	font-family: 'Raleway', sans-serif;
	font-size:34px;
	margin-bottom:35px;
	font-weight:300;
	text-transform:capitalize;
	text-align:center;
}
.touch_bg h3 span{
	font-weight:500;
}
.carousel-caption h3{
	font-family: 'Raleway', sans-serif;
	font-size:20px;
	color:#fff;
	font-weight:600;
}

.inside_bg{
    padding: 10px 0px 20px 0px;
    background: #e8e8e8;
}
.inside_bg h2 {
    color: #ff7200;
font-family: 'Oswald', sans-serif;
font-size: 30px;
margin-bottom: 20px;
font-weight: 400;
text-align: center;
}
.inside_bg h3 {
   color: #ff7200;
font-family: 'Oswald', sans-serif;
font-size: 24px;
margin-bottom: 15px;
font-weight: 400;
}
.inside_bg h4 {
   color: #19599b;
font-family: 'Oswald', sans-serif;
font-size: 20px;
margin-bottom: 15px;
font-weight: 400;
}
.inside_bg .thumbnail{
	border:none;
}
.inside_bg .thumbnail img{
	margin-bottom:12px;
	padding:4px;
	border:1px solid #E7E7E7;
	border-radius:4px;
}

.inside_bg .bullet{
	margin-bottom:12px;
	margin-left:20px;
}
.inside_bg .bullet li{
	list-style-type:none;
	background:url(images/bullet.png) no-repeat left 10px;
	padding:5px 0px 5px 30px;
	font-size:15px;
	color:#19599b;
}
.inside_bg .numbering{
	margin-bottom:12px;
	margin-left:40px;
}
.inside_bg .numbering li{
	padding:2px 0px 2px 15px;
	font-size:15px;
	color:#19599b;
}
.inside_bg .image, .inside_bg01 .image{
	padding:4px;
	border:1px solid #d8d8d8;
	margin-bottom:12px;
}
.inside_bg .form-control {
    width: 100%;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    margin-bottom: 22px;
    height: 40px;
    background-color: transparent;
}
.inside_bg .form-control:focus {
    border-color: #e69b11;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(230,155,17,.6);
}
.inside_bg .btn-danger {
    color: #fff;
    background-color: #ff6c6c;
    border-color: #ff6c6c;
}
.inside_bg .gallery li{
	padding:4px 10px;
	text-align:center;
}
.inside_bg .side_link{
	margin-bottom:20px;
	background:#bf2639;
	padding:15px;
}
.inside_bg .side_link li{
	border-bottom:1px solid #D9D9D9;
	list-style-type:none;
}
.inside_bg .side_link li:last-child{
	border-bottom:none;
}
.sidelink01 {
  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 0px 10px 8px;
  background:#bf2639;
  color:#fff;
  width:100%;
  font-size:15px;
}
.sidelink01:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#F0F0F0;
  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; 
}
.sidelink01:hover, .sidelink01:focus{
	color:#292929;
}
.sidelink01:hover:before, .sidelink01:focus:before, .sidelink01: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); 
}


.wedding{
	margin-left:10px;
}
.wedding li{
	background:url(images/wedding01icon.png) no-repeat left 8px;
	padding:4px 0px 4px 30px;
	list-style-type:none;
}
/*************************start footer selectors *************************/
.footer_bg{
	padding:10px 0px;
	background:#292929;
}
.footer_bg p{
	text-align:center;
	color:#fff;
	margin-bottom:0px;
	font-size:13px;
}
/*************************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;
	padding:0px 15px;	
}
a .team_details{
	padding:20px;
	background:#fff;
	font-size:14px;
	height:90px;
	line-height:26px;
	margin:0px 15px;
}
a .team_details span{
	text-transform:uppercase;
	font-weight:600;
	color:#292929;
}
a:hover .team_details{
	background:#bf2639;
	color:#fff
}
a:hover .team_details span{
	color:#eebe5d;
}
.team_testimonial{
	min-height:90px;
	margin:0px 15px;
	font-size:14px;
	line-height:24px;
}
/* Rectangle Out */
/*#flexiselDemo3 .hvr-rectangle-out {
  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: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#flexiselDemo3 .hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#bf2639;
  -webkit-transform: scale(0);
  transform: scale(0);
  -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;
}
#flexiselDemo3 .hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
	background:#bf2639;
}
#flexiselDemo3 .hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}*/
/*** 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: -10px;
    background:url(images/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: -10px;
    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: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:transparent;



}
	.fdw-background{ background-color:transparent;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:100%; max-height:100% !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;
}

.campus ul{
	margin:0 -1%;
}	
.campus li{
  box-sizing:border-box;
  text-align:center;
  list-style-type:none;
}
.project-single-content .single-project {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.project-single-content .single-project img {
  width: 100%;
  border-radius: 4px;
}
.project-single-content .single-project .opacity {
  position: absolute;
  top:0;
  left:0;
  right: 0;
  bottom: 0;
  background: rgba(76, 76, 76,0.78);
  border-radius: 3px;
  opacity: 0;
  -webkit-transform:scale(0.4);
          transform:scale(0.4);
}
.project-single-content .single-project .opacity .layer {
  position: absolute;
  top:20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 2px solid rgba(255,255,255,0.20);
  text-align: center;
}
.project-single-content .single-project .opacity  p,
.project-single-content .single-project .opacity  a {color: #fff;}
.project-single-content .single-project .opacity h3 a {
  font-weight: 300;
  margin: 3px 0 10px 0;
  font-size: 20px;
}
.project-single-content .single-project .opacity .text>a {
  font-size: 24px;
}
.project-single-content .single-project .opacity .text {
  position: relative;
  -webkit-transition-delay:0.2s;
          transition-delay:0.2s;
  top:30%;
  opacity: 0;
  -webkit-transform:translateY(-50%);
          transform:translateY(-50%);
}
.project-single-content .single-project:hover .opacity {
  -webkit-transform:scale(1);
          transform:scale(1);
  opacity: 1;
}
.project-single-content .single-project:hover .opacity .text {
  top:50%;
  opacity: 1;
}
.project-section {padding-bottom: 110px;}
.tran3s,.hesperiden.tparrows,.panel-heading:before,.service-style-one .single-service div span,.service-style-one .single-service p,
.service-style-one .single-service i,.service-style-one .single-service:before,.owl-theme .owl-nav [class*=owl-],.theme-button,
.bootstrap-select.btn-group .dropdown-menu li a,.contact-style-two .opacity .wrapper .form-wrapper button i,.mixitUp-menu ul li:before,
.details-page-wrapper .details-page-sidebar .sidebar-list li a:before,.details-page-wrapper .details-page-sidebar .carousel-indicators li,
.project-details .project-info .text ul li:before,.nav-tabs > li > a  {
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}
.tran4s,#searchWrapper {
  -webkit-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;
 }
.float-left {float:left;}
.float-right {float:right;}
.round-border{
  border-radius: 50%;
}
.m-top0 {margin-top: 0 !important;}
.m-bottom0 {margin-bottom: 0 !important;}

.breadcrumb > li > a{
	color:#bf2639;
}
.gallery_img img{
	margin-bottom:20px;
}
.team_bg{
	background:#f7f7f7;
	padding:15px;
	border-radius:8px;
	margin-bottom:14px;
	border:1px solid #F1F1F1;
}
.team_bg h3{
	color:#bf2639;
	font-size:18px;
	margin-bottom:8px;
	font-weight:400;
	text-transform:capitalize;
	text-align:center;
}
.team_bg p{
	text-align:center;
}
.team_bg img{
	margin-bottom:6px;
}
.team_bg h4{
	color:#e99803;
	margin-bottom:8px;
	font-weight:400;
	text-transform:capitalize;
}
.team_bg .img-circle{
	padding:5px;
	border:1px solid #E1E1E1;
	}
.box{
	background:#bf2639;
	padding:12px;
	margin-bottom:12px;
	text-align:center;
}
.box h3{
	color: #f3be5d;
	margin-bottom:0px;
}
.box p{
	color:#fff;
}
.getintouch01 {
  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:15px 16px;
  background:#e99803;
  color:#fff;
  text-align:center;
  width:100%;
  font-size:18px;
}
.getintouch01:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #bf2639;
  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; 
}
.getintouch01:hover, .getintouch01:focus{
	color:#fff;
}
.getintouch01:hover:before, .getintouch01:focus:before, .getintouch01: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); 
}

.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:#fff;
  color:#292929;
}
.read_more:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #bf2639;
  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:#fff;
}
.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); 
}

.project_bullet li:first-child{
	background:url(images/mica_flakes.png) no-repeat 0px 10px;
	padding:10px 0px 10px 130px;
	color:#000;
	list-style-type:none;
}
.project_bullet li:nth-child(2){
	background:url(images/mica_powder.png) no-repeat 0px 10px;
	padding:10px 0px 10px 130px;
	color:#000;
	list-style-type:none;
}
.project_bullet li:last-child{
	background:url(images/mica_scrap.png) no-repeat 0px 10px;
	padding:10px 0px 10px 130px;
	color:#000;
	list-style-type:none;
}
.project_bullet li span{
	color:#7e22bf;
	display:block;
	text-transform:uppercase;
	margin-bottom:5px;
	font-weight:500;
}
.project_bullet li a{
	color:#7e22bf;
}
.project_bullet li a:hover{
	color:#000;
}
.news_bullet li{
	list-style-type:none;
	padding:13px 0px 13px 0px;
	color:#d73050;
	list-style-type:none;
	font-size:15px;
	border-bottom:1px solid #A8A8A8;
}
.news_bullet li:last-child{
	border-bottom:none;
}
.border01{
	border:1px solid #a5a5a5;
	padding:6px;
	margin-bottom:10px;
}
.top_sec{
	color:#fff;
	line-height:22px;
	margin-bottom:20px;
}
.top_sec span{
	font-weight:600;;
}
.icon_box{
	margin-bottom:10px;
	font-weight:500;
	background:#19599b;
	padding:8px;
}
.icon_box01{
	padding:4px;
	border:1px solid #fff;
	color:#fff;
	font-weight:400;
	font-size:14px;
	line-height:20px;
}
.blue_bg{
	background:#0b93c5;
}
.pro02{
	text-align:center;
	padding:25px;
}
.pro02_padding{
	padding:25px;
	border:1px solid #fff;
}
.pro02_padding h4 {

    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    margin:0px 0px 10px 0px;
    font-weight: 400;
    text-align: center;

}
.pro02_padding h5 {

    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    margin:0px 0px 10px 0px;
    font-weight: 400;
    text-align: center;

}
.pro02_padding h2 {

    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: center;

}
p.subhead {
    border-top: 1px solid #a0a0a0;
    padding: 25px 15px 0px 15px;
    font-weight: 400;
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0 5px 0;
    text-transform: none;
    text-align: justify;
}
p.subhead::before {
    position: absolute;
    right: 0px;
    top: -2px;
    content: "";
    display: block;
    border: 1px solid #19599b;
    width: 22px;
    height: 3px;
}
p.subhead::after {
    position: absolute;
    left: 0px;
    top: -2px;
    content: "";
    display: block;
    border: 1px solid #19599b;
    width: 22px;
    height: 3px;
}
p.subhead span {
    position: absolute;
    left: 0px;
    top: -2px;
    right: 0px;
    content: "";
    display: block;
    border: 1px solid #19599b;
    width: 98px;
    height: 3px;
    text-align: center;
    margin: 0 auto;
}
.blue_text{
	color:#19599b;
}