/*-----------------------------------*/
/*developed by subrata
/*---------------------------------*/
@font-face {
  font-family: 'Roboto-Regular_0';
  src: url('../fonts/Roboto-Regular_0.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Roboto-Regular_0.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Roboto-Regular_0.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Roboto-Regular_0.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Roboto-Regular_0.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Roboto-Regular_0.svg#svgFontName') format('svg'); /* Legacy iOS */
}

body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
a {
  text-decoration: none;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
a:hover, a:focus, a.active{
	text-decoration:none;
}
a:hover {
  color:#fff;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  margin:0;
  padding:0;
}
.margin-t-10{margin-top:10px;}
.margin-t-20{margin-top:20px;}
.margin-t-30{margin-top:30px;}
.margin-t-40{margin-top:40px;}
.margin-t-50{margin-top:50px;}
.margin-b-10{margin-bottom:10px;}
.margin-b-20{margin-bottom:20px;}
.margin-b-30{margin-bottom:30px;}
.margin-b-40{margin-bottom:40px;}
.margin-b-50{margin-bottom:50px;}


*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.site-header{
	padding:10px 0;
	margin:0;
	color:#bfbfbf;
	background:#191919;
	line-height:25px;
}
.site-header ul{
	margin:0;
	padding:0;
	text-align:right;
}
.site-header ul.social-icons li {
  display: inline-block;
  margin: 0 2px;
}
.site-header ul.social-icons li a {
  width: 25px;
  height: 25px;
  /*background-color: #0073b7;*/
  color: #fff;
  text-align: center;
  line-height: 25px;
  font-size:13px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
}
.site-header ul.social-icons li a:hover{
	color:#ff0000;
}
.site-header ul.social-icons li a.fa-facebook{
	background:#3a599a;
}
.site-header ul.social-icons li a.fa-twitter{
	background:#01c6f3;
}
.site-header ul.social-icons li a.fa-youtube{
	background:#cf4441;
}

/*---------------------------------------*/
/*main header part
/*-----------------------------------------------*/
.sec-header{
	margin:0;
	padding:0;
	background:#0f6db4;
	position:relative;
}
.logo-pt h1{
    color: #fff;
    font-size: 30px;
	font-weight:bold;
	margin-top:15px;
	font-family:"Times New Roman", Times, serif;
}
.logo-pt img {
    float: left;
    margin-right:15px;
}

/*------------------------------------------------------*/
/*--banner-part--
/*------------------------------------------------------*/

.banner-pt{
	margin:0;
	padding:0;
	position:relative;
}
.banner-pt img{
	width:100%;
}

/*---------------------------------------------*/
/*about us part
/*--------------------------------------------------------*/
.product-pt{
	margin:0;
	padding:70px 0;
}
.product-pt h1{
	font-size:34px;
	color:#373737;
	margin-bottom:10px;
	letter-spacing:-1px;
	font-weight:bold;
}
.product-pt h1 small{
	font-size:20px;
	clear:both;
	display:block;
	position:relative;
	margin-top:10px;
	color:#000;
}
.product-pt h1 small:before{
	content:'';
	position:absolute;
	width:30px;
	height:1px;
	background:#000;
	top:50%;
	margin-left:-40px;
}
.product-pt h1 small:after{
	content:'';
	position:absolute;
	width:30px;
	height:1px;
	background:#000;
	top:50%;
	margin-left:10px;
}
.pro-item{ 
	border:1px solid #f5f5f5; 
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1); 
	min-height:300px; 
	margin-bottom:20px; 
	padding:20px; 
	width:100%;
}
.pro-item img{ 
	margin:0 0 30px; 
	width:100%; 
	border:0;
}
.pro-item p{ 
	text-align:center; 
	color:#D2561C;
}
.pro-item h4{ 
	font-size:15px; 
	text-align:center; 
	font-style:italic; 
	margin-bottom:20px;
}
.pro-item p a{ 
	padding:5px 10px; 
	background:#000; 
	color:#fff; 
	text-decoration:none;
}
.pro-item p a:hover{ 
	background:#f1b519; 
	color:#000;
}

.pro-item1{ 
	border:1px solid #f5f5f5; 
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1); 
	min-height:320px; 
	margin-bottom:20px; 
	padding:10px; 
	width:100%;
}
.pro-item1 img{ 
	margin:0 0 20px; 
	width:100%; 
	border:0;
}
.pro-item1 p{ 
	font-size:18px; 
	text-align:center; 
}


/*----------------------------------------*/
/*about part
/*------------------------------------------*/
.about-pt{
	padding:50px 0;
	margin:0;
	background:#f1b519;
}
.about-pt img{
	width:100%;
}
.about-pt h3{
	margin-top:10px;
	font-size:30px;
	margin-bottom:20px;
}
.about-pt p{
	font-size:16px;
	text-align:justify;
}
.about-pt a{
	padding:10px 20px;
	color:#fff;
	background:#000;
	text-decoration:none;
}
.about-pt a:hover{ 
	background:#fff; 
	color:#f1b519;
}


/*----------------------------------------------*/
/*testimonial part
//*-------------------------------------------*/
/*---------------------------------------*/
/*auto scroll part
/*-----------------------------------------------------*/
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%; 
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    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: 5px;
    background: url(../images/button-next.png) no-repeat;
}


/*---------------------------*/
/*copyright part
/*------------------------------------*/
.copyright{
	margin:;
	padding:20px 0;
	position:relative;
	background:#191919;
}
.copyright p{
	margin:10px 0;
	font-size:14px;
	color:#878787;
}
.copyright p a{
	color:#878787;
}
.scroll-top-wrapper {
    position:absolute;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 990;
    width:40px;
    height:40px;
    right:0;
	left:0;
    top: -40px;
	margin:auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity: 1.0;
}



/*-----------------------------------------------------------*/
/*	Slider
/*-----------------------------------------------------------*/
.flexslider {
	overflow: hidden;
}

.flexslider.loading {
	background: #fff url("images/ajax-loader.gif") no-repeat center center;
	min-height: 600px;
}

.flex-caption {
	position: absolute;
	width: 100%;
	top: 30%;
}

.loading .flex-caption {
	display: none;
}

.flex-content {
	margin-left: 40px;
	padding: 40px;
	background: rgba(246, 94, 19, 0.75);
	color: #ffffff;
}

.flex-content h1 {
	color: #ffffff;
	font-size: 30px;
	font-weight: 700;
}

.flex-content p {
	font-size: 18px;
	line-height: 30px;
}

.flex-active-slide .flex-content {
	-moz-animation: bounceInUp 1s;
	-webkit-animation: bounceInUp 1s;
	animation: bounceInUp 1s;
}





/*----------------------------*/
/*inner page
/*---------------------------*/
.sec-content-main {
    background: rgba(0, 0, 0, 0) url("../images/pattern.jpg") repeat scroll 0 0;
    border: 1px solid #e2e2e2;
    margin: 0 40px;
    padding: 20px;
    /*width: 100%;*/
}
.inner-heading{
	width:100%;
	background:#555;
	padding:10px 20px;
	display:inline-block;
	margin-bottom:20px;
}
.inner-heading h3{
	font-size:30px;
	color:#fff;
	margin:0;
	text-transform:uppercase;
}
.description1 {
    background: #fff;
    display: inline-block;
    width: 100%;
    padding:20px;
}
.description1 img{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
.description1 h4{
	font-size:24px;
	color:#0daa53;
	margin-bottom:15px;
	margin-top:20px;
	text-transform:uppercase;
}

.description1 h5 {
    clear: both;
    color: #000;
    font-family: "OpenSans-Regular";
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
}
.description1 ul {
    clear: both;
    margin: 0;
    padding: 0;
	display:inline-block;
	width:100%;
}
.description1 li {
    color: #2a2a2a;
    display: inline-block;
    float: left;
    font-size: 18px;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
    width: 47%;
}
.description1 li .fa {
    color: #f65e13;
    font-size: 16px;
    left: 0;
    position: absolute;
    top: 4px;
}
/*------------*/
/*contact part
/*-----------------------------*/

.contact-main h2{
	font-size:24px;
	color:#000;
	margin-bottom:20px;
}
.contact-main h3{
	margin-bottom:10px;
	background:#e2e2e2;
	color:#565656;
	font-size:20px;
	padding:5px 10px;
}
.contact-main h3 span{
	color:#337ab7;
}
.contact-main p{
	padding-left:40px;
	margin:0 0 20px;
	font-size:15px;
	color:#565656;
	position:relative;
}
.contact-main p .fa {
    position: absolute;
    left: 0px;
    top: 2px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #ffffff;
    line-height: 30px;
    font-size: 20px;
    background: #337ab7;
}
.contact-main p a{
	color:#565656;
}
.contact form{
	margin-top:20px;
}
.contact p{
	font-size:24px !important;
	color:#337ab7;
}
.contact input, textarea, select{
	margin-bottom:15px;
}
.contact textarea{
	height:80px;
	resize:none;
}


/*---------------------------*/
/*google map
/*------------------------------------*/
/*.map-block {
    position: relative;
}
#map-canvas.style-2 {
    height:400px;
}

#map-canvas {
    height:500px;
    z-index: 2;
}*/
.googlemap-wrapper {
    min-height: 400px;
    padding: 0;
	width:100%;
}
.google-map {
    overflow: hidden;
    position: relative;
}
.google-map iframe{
	width:100%;
	min-height:400px;
}
.map-canvas {
    min-height:400px;
}


/*-------------------------------------*/
/*product part
/*--------------------------------------------*/
.product img{
	float:left;
	margin:0 20px 20px 0;
}
.right-pnl ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.right-pnl ul li a{
	font-size: 14px;
	color: #2a2a2a;
    background: #fff;
    padding: 10px 10px;
	display:block;
	border-bottom:1px solid #dcdcdc;
	transition:background 0.5s ease-out;
}
.right-pnl ul li a:hover,
.right-pnl ul li a.active{
	background:#101010;
	color:#fff;
}
.right-pnl ul li a .fa{
    color: #ce6e1f;
    margin-right:5px;
    font-size: 16px;
}