@charset "utf-8";
/* CSS Document */

/*=====================================================
                     reset css
======================================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}

/*  
    LISTS   
*/
ul,
ol {
list-style-position:  inside;
}

ul li,
ol li {
  padding-bottom: 0px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 43px;
}

blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*=====================================================
                     global css
======================================================*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
	line-height:20px;
	font-weight:400;
	background:#ffffff;
	margin:0px;
	padding:0px;
}
a{
	text-decoration:none;
	cursor:pointer;
}
a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}
h1,h2,h3,h4,h5,h6 {
	position:relative;	
	font-weight:normal;
	margin:0px;
	background:none;
}
.h1,h1{font-size:36px}
.h2,h2{font-size:30px}
.h3,h3{font-size:24px}
.h4,h4{font-size:18px}
.h5,h5{font-size:14px}
.h6,h6{font-size:12px}

p{
	position:relative;
	padding:10px 0px;	
}

.btn-blue{
    background: #057c2c;
   // background: -moz-linear-gradient(top,  #1bc4de 0%, #1bc4de 48%, #18b0c7 48%, #18b0c7 100%);
    //background: -webkit-linear-gradient(top,  #1bc4de 0%,#1bc4de 48%,#18b0c7 48%,#18b0c7 100%);
   // background: linear-gradient(to bottom,  #1bc4de 0%,#1bc4de 48%,#18b0c7 48%,#18b0c7 100%);
    padding: 10px 30px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
}
.btn-blue:hover{
    background: #272727;
    //background: -moz-linear-gradient(top,  #18b0c7 0%, #18b0c7 50%, #1bc4de 51%, #1bc4de 100%);
  //  background: -webkit-linear-gradient(top,  #18b0c7 0%,#18b0c7 50%,#1bc4de 51%,#1bc4de 100%);
  //  background: linear-gradient(to bottom,  #18b0c7 0%,#18b0c7 50%,#1bc4de 51%,#1bc4de 100%);
   color: #fff;
   text-decoration: none;
}
.col-zero{
    padding-left: 0px !important;
    padding-right: 0px !important;
}


/*===============================================
                comnan title
=================================================*/

.chapter-titles {
    border-bottom: 4px solid #ebebeb;
    padding-bottom: 1px;
    position: relative;
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.chapter-titles h3 {
    font-size: 20px;
}
.chapter-titles::after {
    content: "";
    display: block;
    width: 68px;
    height: 4px;
    position: absolute;
    bottom: -4px;
    background: #057c2c;
    border-right: 3px solid #fff;
}



.chapter-title {
    border-bottom: 4px solid #ebebeb;
    padding-bottom: 1px;
    position: relative;
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    
}
.chapter-title h3 {
    font-size: 20px;
}
.chapter-title::after {
    content: "";
    display: block;
    width: 68px;
    height: 4px;
    position: absolute;
    bottom: -4px;
    background: #057c2c;
    border-right: 3px solid #fff;
}




/*===============================================
                 header-section
=================================================*/

.top-bar{
	background-color:#fff;
	padding:20px 0px;
}
.top-bar-section{
	padding:0px 0px;
}
.logo-section{
	padding:0px 0px;
}
.logo-section img{
	padding:0px 0px;
}

.top-contact-detail{
	padding:10px 0px;
	overflow: hidden;

}
.top-contact-detail ul{
	padding:0px 0px;
	list-style:none;
	float:right;
}
.top-contact-detail ul li {
    list-style-type: none;
    float: left;
    border-left: 1px solid #eee;
    padding-left: 30px;
    margin-left: 30px;
    padding-bottom: 0;
}
.top-contact-detail ul li .icon-area {
    float: left;
    padding-right: 15px;
}
.top-contact-detail ul li .icon-area i {
    font-size: 30px;
    color: #057c2c;
}
.top-contact-detail ul li .text-area {
    float: right;
}
.top-contact-detail ul li .text-area span {
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #242b55;
}
.top-contact-detail ul li .text-area a {
    font-size: 14px;
    color: #333;
    padding-bottom: 0;
    font-weight: normal;
}
.top-contact-detail ul li .text-area a:hover {
    text-decoration: none;
}

.zero{
	padding: 0 !important;
}


/*===============================================
                 menu-section
=================================================*/

.menu-bar{
    padding:0px 0px;
}
.menu-section{
    padding:0px 4px;
    background: #272727;
    background: -moz-linear-gradient(top,  #272727 0%, #272727 48%, #232323 49%, #232323 100%);
    background: -webkit-linear-gradient(top,  #272727 0%,#272727 48%,#232323 49%,#232323 100%);
    background: linear-gradient(to bottom,  #272727 0%,#272727 48%,#232323 49%,#232323 100%);
}
.menu-section .hamberger{
    padding:0px;
    display:none;
    cursor:pointer;
}
.menu-section .hamberger i{
    padding:0px;
    font-size: 20px;
}
.menu-section .hamberger span{
    float:right;
    text-transform:uppercase;
}
.menu-section ul{
    padding:0px 0px;
    list-style:none;
}
.menu-section ul li{
    padding:15px 18px;
    display:inline-block;
    font-size:14px;
    text-transform:capitalize;
    margin-left:-4px;
    position: relative;
}
.menu-section ul li:hover{
    background: #057c2c;
    
   
}
.menu-section ul li.active{
    background: #057c2c;
    
}
.menu-section ul li a{
    color:#fff;
}
.menu-section ul li.active{
    color:#fff;
    //background-color:#cc6700;
}
.menu-section ul li a:hover{
    color:#fff;
    text-decoration:none;
}
.menu-section ul li:hover ul{
    display:block;	
}
.menu-section ul ul{
    display:none;
    position:absolute;
    top:49px;
    left: 5px;
    z-index:9999;
}
.menu-section ul ul li{
    position:relative;
    display:block;
    width:230px;
    padding:15px 10px;
    text-align:left;
    border-top:2px solid #ffffff;
    background: #272727;
    background: -moz-linear-gradient(top,  #272727 0%, #272727 48%, #232323 49%, #232323 100%);
    background: -webkit-linear-gradient(top,  #272727 0%,#272727 48%,#232323 49%,#232323 100%);
    background: linear-gradient(to bottom,  #272727 0%,#272727 48%,#232323 49%,#232323 100%);
}
.menu-section ul ul li a{
    color:#fff !important;	
}

.menu-section ul ul li a:hover{
    color: #fff !important;	
}

/*===============================================
                 banner-section
=================================================*/
.banner-section{
	padding:0px 0px;
}

/*===============================================
          internal page banner-section
=================================================*/

.page-header-wrapper {
	    position: relative;
	    padding: 0 0;
	    background-color:#00a680;
	    margin-bottom: 20px;
}
.page-header-wrapper .page-header-content {
    padding: 25px 0 25px 0;
}
.page-header-wrapper .breadcrumbs {
    padding-top: 5px;
    text-align: center;
    color: #fff;
    font-size: 13px;
}
.page-header-wrapper .breadcrumbs a {
    color: #fff;
}
.page-header-wrapper .page-header-title {
    text-align: center;
}
.page-header-wrapper .page-header-title h1 {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    margin-top: 0;
}



/*=================================================
 section default
===================================================*/

.section-default{
    position: relative;
    padding: 0px 0px;
}
.section-default ul{
    list-style-type: none;
    padding-left : 20px;
    list-style-image: url(../images/icon/li-icon-aero.png);
}
.section-default ul li{
    padding : 5px 10px;
}
.section-default ul li a{
    color:#313131;
}
.section-default ul li a:hover{
    color: rgba(75, 161, 67, 1);
}

.section-default h1 {
  font-size: 36px;
  line-height: 54px;
  padding-bottom: 15px;
    padding-top: 10px;
}

.section-default h2 {
  font-size: 30px;
  line-height: 40px;
  padding-bottom: 15px;
    padding-top: 10px;
}

.section-default h3 {
  font-size: 24px;
  line-height: 32px;
  padding-bottom: 15px;
    padding-top: 10px;
}

.section-default h4 {
  font-size: 21px;
  line-height: 30px;
}

.section-default h5 {
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 15px;
    padding-top: 10px;
}

.section-default h6 {
  font-size: 15px;
  line-height: 23px;
  padding-bottom: 15px;
    padding-top: 10px;
}






/*===============================================
                 stunninng-section
=================================================*/

.stunning-section{
	padding:30px 0px;
}
.stunning-section-inner{
	padding:0px 0px;
}
.stunning-image{
	padding: 43px 0px;
}
.stunning-image img{
 padding: 11px;
    border-radius: 50%;
    border: 2px solid #057c2c;
}
.stunning-text{
	    padding: 0px 0px 0 0;
}
.stunning-text h2{
	padding:0px 0px;
	font-size:30px;
	    margin-top: 10px;
	    //text-align: center;
	
}
.stunning-text p{
	font-size: 14px;
	  //text-align: center;
	
}

.give{

}



/*===============================================
                 homepage-section
=================================================*/
.homepage-section{
	padding:0px 0px;
}
.homepage-section-inner{
	padding:0px 0px;
}
.homepage-title{
	padding:0px 0px;
}
.homepage-title h3{
	padding:0px 0px;
	font-size:21px;
	color: #4a4a4a;
}
.homepage-text{
	padding:0px 0px;
}
.homepage-text p{
	padding:0px 0px;
	color: #959595;
	line-height:23px;
	
}
.homepage-button{
	padding:15px 0px;
}
/*.homepage-button a{
	padding:8px 15px;
	background-color:#ff9a00;
	font-size:14px;
	text-transform:capitalize;
	color:#fff;
}
.homepage-button a:hover{
	background-color:#fff;
	border:1px solid #ff9a00;
	color:#ff9a00;
	text-decoration:none;
}*/
.portfolio-carousal-section{
	padding:30px 0px;
}

/*===============================================
                 tab-section
=================================================*/
.tab-section{
	padding:20px 0px;
}

/*===============================================
                footer-section
=================================================*/
.footer-section{
	padding:50px 0px 30px 0px;
	background-color:#3a3a3a;
}
.footer-section .footer-title{
	padding-bottom:20px;
	
}
.footer-section .footer-title h4{
	padding:0px 0px;
	font-size:20px;
	text-transform:uppercase;
	color:#ffffff;
	font-weight:600;
}
.footer-box{
	padding:0px 0px;	
}
.footer-box-logo{
	padding:0px 0px;
}

.footer-box-logo img{
	padding:0px 0px;
}
.footer-box-text{
	padding:0px 0px;
}

.footer-box-text p{
	padding:0px 0px;
	color: 	#ffffff;
	text-align:left;
	font-size:14px;
	//text-transform:capitalize;
	line-height:25px;
}
.footer-box-newsletter {
	padding:0px 0px;
}

.footer-box-newsletter h5{
	padding:0px 0px;
	color:#ffffff;
	font-size:14px;
	//text-transform:capitalize;
	font-weight:bold;
	//text-transform:uppercase;
}
.footer-box-mail{
	padding:15px 0px;
}

.footer-box-mail .signup{
	width: 100%;
}
.footer-box-mail .signup input[type="text"]{
	padding:10px 20px;
	text-transform:capitalize;
	width: 80%;
}
.footer-box-mail .signup button{
	padding:10px 0px;
	text-align: center;
	width: 18%;
	background-color: #35bcef;
	color: #fff;
	border: 2px solid #35bcef;
}
.footer-box-mail .signup button:hover{
	color: #000;
}

.footer-social{
	padding:0px 0px;
}
.footer-social-title{
	padding:0px 0px;
}
.footer-social-title h5{
	padding-top:20px;
	padding-bottom:15px;
	font-size: 16px;
	    text-transform: uppercase;
	    color: #ffffff;
	    font-weight: 600;
}
.footer-social ul{
	list-style-type: none;
}
.footer-social ul li{
	padding:0px 10px;
	display: inline-block;
	width: 47%;
	height: 40px;
	line-height: 33px;
	text-align: left;
	font-size: 13px;
	color: #fff;
	background-color: transprante;
	border: 2px solid #fff;
	margin-right: 10px;
	margin-top: 15px;
}
.footer-social ul li i{
	padding-right: 8px;
}
.footer-social ul li:nth-child(2n+2){
	margin-right: 0px;
}
.footer-social ul li:hover{
	color: #35bcef;
	background-color: #fff;
}
.footer-social ul li:hover a{
	color: #35bcef;
}
.footer-social ul li a{
	color: #fff;
}
.footer-social ul li a:hover{
	color: #35bcef;
	text-decoration: none;
}

.useful-links-title{
	padding:0px 0px;
}

.useful-links-title h4{
	padding:0px 0px;
	font-size:16px;
	//text-transform:uppercase;
	color:#ffffff;
	font-weight:600;
}
.useful-links-list{
	padding:0px 0px;
}
.useful-links-list ul{
	padding:0px 0px;
	list-style:none;
}

.useful-links-list ul li{
	padding:8px 0px;
	display:block;
}
.useful-links-list ul li a{
	padding:0px 0px;
	display:block;
	color:#fff;
	font-size:14px;
	//text-transform:capitalize;
}
.useful-links-list ul li a:hover{
	color: #35bcef;
	text-decoration:none;
}

.useful-links-list ul li i{
	padding:0px 10px;
}



.get-title{
	padding:0px 0px;
}

.get-title h4{
	padding:0px 0px;
	font-size:16px;
	//text-transform:uppercase;
	color:#ffffff;
	font-weight:600;
}
.get-list{
	padding:0px 0px;
}
.get-list ul{
	padding:0px 0px;
	list-style:none;
}

.get-list ul li{
	padding:8px 0px;
	display:block;
	color:#fff;
	//text-transform:capitalize;
}
.get-list ul li a{
	padding:0px 0px;
	display:block;
	color:#fff;
	font-size:14px;
	//text-transform:capitalize;
}
.get-list ul li a:hover{
	color:#69635d;
	text-decoration:none;
}

.get-list ul li i{
	padding:0px 10px;
	font-size:16px;
}

.get-list ul li span{
	color:#69635d;
}



.tweet-title{
	padding:0px 0px;
}

.tweet-title h4{
	padding:0px 0px;
	font-size:16px;
	text-transform:uppercase;
	color:#ffffff;
	font-weight:600;
}
.tweet-list{
	padding:15px 0px;
}

.tweet-list p{
	padding:0px 0px;
	color:#fff;
	text-align:left;
	font-size:14px;
	text-transform:capitalize;
	line-height:25px;
}

.tweet-list p a{
	padding:0px 0px;
	color:#fff;
	
}
.tweet-list p a:hover{
	padding:0px 0px;
	color:#69635d;
	text-decoration:none;
	
}
.tweet-list p i{
	padding:0px 10px;
	font-size:16px;
}

/*===============================================
                copyright-section
=================================================*/
.copyright-section{
	padding: 10px 0px 20px 0px;
	background-color:#3a3a3a;
	color:#ffffff;
}
.copyright-section p{
	padding:0px 0px 0px 0px;
	color:#ffffff;
	text-transform:capitalize;
	font-size:14px;
	
}
.copyright-section a{
	padding:0px 0px;
	color: #35bcef;
	
}
.copyright-section a:hover{
	padding:0px 0px;
	color:#fff;
	text-decoration:none;	
}
.copyright-section .copy-left{
	padding:0px 0px;
	text-align: left;
}
.copyright-section .copy-right{
	padding:0px 0px;
	text-align: right;
	font-size: 12px;
}


/*=====================================================================
                             about start
========================================================================*/	


.about-bar{
	background-color:#999;
	padding:20px 0px;
}

.about-us-title{
	padding:0px 0px;
}
.about-us-title h2{
	font-size:35px;
	text-transform:capitalize;
}

.about-content{
	padding:20px 0px;
}

.about-text p{
	padding:5px 0px;
	line-height:25px;
}

/*===============================================
                contact-section
=================================================*/
.contact-box{
 	padding:50px 0px;
}
.contact-box-inner{
	padding:0px 0px;
}
.contact-box-inner-form{
	padding:0px 0px;
}

.contact-box-inner-form input[type="text"]{
	padding:15px 15px;
	width:100%;
	margin-bottom:20px;
	background-color:#ffffff;
	border:none;
}
.contact-box-inner-form textarea{
	padding:15px 15px;
	width:100%;
	background-color:#ffffff;
	border:none;
}

.contact-box-inner-form button{
	padding:11px 20px;
	font-size:16px;
	background-color:#01bcfa;
	border:none;
	color:#fff;
	text-transform:capitalize;
	font-weight:600;
	margin-top:15px;
	border: 2px solid #01bcfa;
}

.contact-box-inner-form button:hover{
	background-color:#ffffff;
	border: 2px solid #01bcfa;
	color:#01bcfa;
	
}

.contact-box-inner{
	padding:0px 0px;
}
.address-title{
	padding:0px 0px;
}

.address-title p{
	padding:0px 0px;
	line-height:25px;
	color: #8e8b8b;
}
.address-title-list{
	padding:0px;
}
.address-title-list ul{
	list-style-type:none;
	border: 1px solid #cfcfcf;
    border-radius: 3px;
}
.address-title-list ul li{
	position: relative;
	padding: 30px 20px 30px 100px;
	border-bottom: 1px solid #cfcfcf;
	font-size: 14px;
	color: #aaaaaa;
}
.address-title-list ul li .icon {
    position: absolute;
    left: 35px;
    top: 50%;
    margin-top: -22px;
    line-height: 40px;
    height: 40px;
    font-size: 36px;
    color: #01bcfa;
}


.contact-page-map {
    padding: 0px 0px;
    border: 1px solid #ccc;
    margin-top: 50px;
}




.page-section{
	padding:0px 0;    
	display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}


/*===============================================
                feature-service
=================================================*/

.feature-service{
   padding: 0 0 36px 0;
       
    //background: #fff;
    text-align: center;
    position: relative;
    margin-top: 62px;
   // padding: 31px 18px 0px;
  //  border-width: 1px 1px 1px;
  //  border-style: solid;
  //  border-color: #00a680;
    /* border-radius: 2px; */
  //  text-align: center;
}
.feature-service img {
  //width: 123px;
     border: 2px solid #b4b4b4; 
  //  height: 62px;
  //  top: -21%;
   // left: 34%;
    //border-radius: 50%;
  //  position: absolute;
    margin: 0 auto;
   // border: 2px solid #b4b4b4;
  height: 180px;
}
.feature-service img:hover{
  
    //border: 2px solid #00a680;
}
.feature-service a{
   
  //  color: #333;
  
}
.feature-service a:hover{
   
  text-decoration: none;
  
}
.feature-service h1{
    text-align: center;
       font-size: 20px;
  
    font-weight:600;
    color: #333;
    margin-top: 15px !important;
    text-transform: inherit;
}
.feature-service h1:hover{
    text-decoration: none;
    color: #00a680;
}
.feature-service p{
    text-align: center;
    text-transform:inherit;
    margin-bottom: 20px;
    font-size: 14px;
    color: #333;
  padding: 10px 15px 19px;
}
.feature-service p:hover{
   color: #00a680;
}


.helpline{
	width:100%;
	height:auto; 
    	padding:10px 0 10px 0;
	background-color:#35bcef;
	margin-bottom:30px;
}

/*===============================================
                gallery style
=================================================*/

.gallery-item{
    padding: 20px 0;
}
.gallery-item img{
    width: 100%;
    min-height: 200px;
    max-height: 200px;
}



/******************************************************************************
  Portfolio / Work
*******************************************************************************/

.work-section .nav li,
.mixed-grid .nav li{
	padding:7px 15px;
	margin:0 20px 30px 20px;
	border-radius: 3px;
	border:1px solid transparent;
	color:#ffffff;
	text-transform:capitalize;
}
.work-section .nav.black li,
.mixed-grid .nav.black li{
	color:#171717;
}
.work-section .nav li.active,
.work-section .nav li:hover,
.mixed-grid .nav li.active,
.mixed-grid .nav li:hover{
	border:1px solid #ffffff;
	cursor:pointer;
	color:#ffffff;
}
.work-section .nav.black li.active,
.work-section .nav.black li:hover,
.mixed-grid .nav.black li.active,
.mixed-grid .nav.black li:hover{
	border:1px solid #171717;
	cursor:pointer;
	color:#171717;
}
.work-section .nav-pills{
	text-align:center;
}
.work-section .portfolio-grid .grid{
	max-width:400px;
}
.portfolio-grid .grid img{
	margin:0px auto;
}
.work-section .nav > li,
.mixed-grid .nav  > li{
	float:none;
	display:inline-block;
}
#mix-container .mix{
	display: none;
	padding:10px;
}
.figcaption{
	width:100%;
}
.figcaption{
	position:absolute;
	    top: 42%;
    transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	opacity:0;
	text-align:center;
	color:#ffffff;
	padding:20px;
	width:100%;	
	left:0;
	right:0;
}
.figcaption i{
	color:#ffffff;
	padding:10px;
	background:rgba(0,0,0,.8);
	border-radius:50%;
}
.portfolio-grid .grids:hover .figcaption{
	position:absolute;
	opacity:1;
}
.portfolio-grid .grids:hover img{
	opacity:.2;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;	
}
.portfolio-grid .grid {
	position:relative;
	background-color:#000000;
}
.img-overlay{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
  bottom: 55px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s ease-out 0s;
}
.widget .img-overlay{
	display:none;
}
.grid-item:hover .img-overlay,
.grid-item:hover .figcaption{
	 opacity: 1;
}
.project-meta{
	margin-bottom:20px;
}
.grid-list .grids{
	border-bottom:1px solid rgba(0,0,0,.2);
	padding-bottom:40px !important;
	margin-bottom:30px !important;
}
.grid-list .title{
	margin-bottom:8px;
}
.grid-list .description{
	margin-bottom:15px;
	font-style:italic;
	font-size:12px;
}



/* Zoom Product */
.single-product{
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    overflow: hidden;
    position: relative;   
}
.zoom-product-thumb {
	text-align:center;	
	 border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.zoom-product-thumb img{
	display: inline-block;
	width:80px;
}
.zoomWrapper img,
.zoomContainer img{
	width:100%;
}
.zoomWindow{
	border:none !important;
	box-shadow:0 0 5px rgba(0, 0, 0, 0.15);
	z-index:99 !important;
}
.product-regulator{
	 display: inline-block;
    margin-bottom: 40px;
    vertical-align: top;
}
.product-regulator button{
	border: 1px solid #e1e1e1;
	border-radius: 0;
	color: #1e1e1e;
	height: 54px;
	padding: 15px 12px;
	display:inline-block;
}
.product-regulator #output{
	color: #7f7f7f;
    display: inline-block;
    height: 54px;
    padding: 15px 12px;
    text-align: center;
    vertical-align: top;
    width: 80px;    
	border: 1px solid #e1e1e1;
}
.product-meta-details{
	border-top:1px solid rgba(0, 0, 0, 0.1);
	padding-top:15px;
	font-size:14px;
}

/* Masonry Grid */

.grid-col-2 .grid-item ,
.grid-col-2 .grid-sizer{
	margin:0px 0px;
	padding:0px 0;
	width:50%;
}
.grid-col-2 .grid-item .post {
	padding:0 30px 0 0;
}
.grid-col-3 .grid-item,
.grid-col-3 .grid-sizer {
	margin:0px 0px;
	padding:0px 0;
	width:33.3%;
}
.grid-col-4 .grid-item,
.grid-col-4 .grid-sizer {
	margin:0px 0px;
	width:25%;
}
.grid-col-5 .grid-item,
.grid-col-5 .grid-sizer {
	margin:0px 0px;
	width:20%;
}
.grid-col-6 .grid-item,
.grid-col-6 .grid-sizer {
	margin:0px 0px;
	width:16%;
}
.pad.mixed-grid  .grid-col-6 .img-overlay{
    margin: 14px;
}
.pad.mixed-grid .grid-col-6 .item .img-overlay{
    margin: 7px;
}
.pad.mixed-grid .grid-col-6 .figcaption{
    padding: 15px 26px;
}
.grid-col-6 .grid-item h4,
.grid-col-6 .grid-sizer h4{
	font-size:13px;	
	margin-bottom:5px;
}

/* Masonry With Gap */

.pad.mixed-grid{
	margin:0 -15px;
}
.pad.mixed-grid .grid-item{
	padding:8px;
}
.pad.mixed-grid .img-overlay{
	margin:25px;
}
.pad.mixed-grid  .item .img-overlay{
	margin:17px;
}
.pad.mixed-grid .figcaption{
	padding:15px 30px;
}
.filter_title{
     position: relative;
    //padding-top: 19px;
   // padding-bottom: 20px;
    text-align: center;
        padding: 11px 10px;
    background-color: #d5d5d5;
  
}

.filter_title a{
     font-size: 17px;
    color: #333;
    font-weight: 600;
  
}
.filter_title a:hover{
 text-decoration: none;
 color: #00a680;
  
}
/* =============================================================================
    7. gallery style
    ========================================================================= */
.gallery-item{
    position: relative;
    padding: 0px 0px;
    margin: 15px 0px;
}
.gallery-item .gallery-image{
    padding: 0px 0px;
}
.gallery-image img{
    width: 100%;
    min-height: 200px;
    max-height: 200px;
}
.gallery-item .gallery-title{
    padding: 15px 10px;
    background-color: #d5d5d5;
    text-align: center;
    color: #333;
}

.gallery-item:hover .gallery-item-overlay {
    display: block;
    -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.gallery-item-overlay {
    position: absolute;
    top: 5%;
    left: 5%;
    padding: 80px 0px;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
    width: 90%;
    height: 90%;
    -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
  -o-transition: all 0.8s ease-in-out 0s;
  transition: all 0.8s ease-in-out 0s;
}
.gallery-item-overlay .overlay-content {
    position: relative;
    color: #fff;
    text-align: center;
    z-index: 9999;
   -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
  -o-transition: all 0.8s ease-in-out 0s;
  transition: all 0.8s ease-in-out 0s;
}
.gallery-item-overlay .overlay-content ul {
    list-style-type: none;
    text-align: center;
    z-index: 99999;
}
.gallery-item-overlay .overlay-content ul li {
    display: block;
    font-size: 18px;
    color: #fff;
    padding: 8px 0px;
}
.gallery-item-overlay .overlay-content ul li a {
    color: #fff;
    padding: 5px 20px;
    display: inline-table;
}
.gallery-item-overlay .overlay-content ul li a:hover {
    color: #fff;
    padding: 5px 20px;
    text-decoration: none;
}



/*===============================================
                bloge section
=================================================*/
.recent-post-big{
	border: 1px solid #ebebeb;
}
.recent-post-big .recent-image-big{
	padding: 0px 0px;
}
.recent-image-big img{
	padding: 0px 0px;
	width: 100%;
	min-height: 180px;
	max-height: 180px;
}
.recent-post-big .recent-post-contant{
	padding: 10px 10px;
}
.recent-post-big .recent-post-contant h2{
	line-height: 18px;
	margin-top: 0px;
}
.recent-post-big .recent-post-contant h2 a{
	color: #333;
	font-size: 20px;
	line-height: 25px;
}
.recent-post-big .recent-post-contant h2 a:hover{
	text-decoration: none;
}
.recent-post-content{
	padding: 0px 0px;
}
.recent-post-content h3{
	margin-top: 0px;
}
.recent-post-content .recent-title{
	padding: 0px 0px;
	color: #333;
}
.recent-post-content .recent-title a{
	color: #333;
}
.recent-post-content .post-detail {
    position: relative;
    margin-bottom: 5px;
    margin-top: 15px;
}
.recent-post-content .post-detail li {
    display: inline-block;
    padding: 0px 20px 0px 0px;
}
.recent-post-content .post-detail li a {
    color: #333;
    font-size: 12px;
    font-style: italic;
}
.recent-post-content .post-detail li a:hover {
    text-decoration: none;
    color: #35bcef;
}
.recent-post-content .post-detail i {
    color: #35bcef;
}
.post-btn{
	background-color: #35bcef;
	border: 2px solid #35bcef;
	padding: 8px 30px;
	margin-top: 3px;
	display: inline-table;
	color: #333;
}
.post-btn:hover{
	background-color: transparent;
	border: 2px solid #35bcef;
	color: #35bcef;
}
.comment-title {
    margin: 0px 0px 30px 0px;
}
.comment-title h4 {
    text-transform: uppercase;
}
.comment-title i {
    color: #35bcef;
}

.comment-box {
    position: relative;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 50px 110px;
    border-bottom: 1px solid #d0d0d0;
}
.comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 90px;
    height: 90px;
    border: 1px solid #d0d0d0;
}
.comment-box .author-thumb img {
    width: 100%;
    height: 100%;
    display: block;
}
.comment-box .comment-info {
    margin-bottom: 10px;
    color: #666;
}
.comment-box .comment-info a {
    color: #35bcef;
}


.comment-form {
    position: relative;
}
.comment-title {
    margin: 30px 0px 30px 0px;
}
.comment-title h4 {
    text-transform: uppercase;
}
.comment-form input[type="text"], input[type="email"], textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 25px;
    padding: 12px 20px;
    border: 1px solid #dddddd;
    background-color: #fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}



/*===============================================
                testimonial section
=================================================*/

.carousel .item .carousel-item-image{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.carousel .item .carousel-item-image img {
    	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 3px solid #fff;
}
.carousel .item .testimonial-text{
	text-align: center;
}
.carousel .item .testimonial-author{
	text-align: center;
}


.carousel .item .testimonial-author h5{
	    font-weight: 700;
	    
}

/*===============================================
                page sidebar style
=================================================*/

.sidebar {
    position: relative;
    display: block;
    padding: 0px 0px;
}
.sidebar .widget {
    margin-bottom: 50px;
    border: 1px dotted #e0e0e0;
    padding: 15px 15px;
}
.widget-text p {
    padding: 0px 0px;
}
.sidebar .widget-title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 25px;
}

.widget-categories {
    position: relative;
}
.widget-categories ul {
    padding: 0px;
    margin: 0px;
}
.widget-categories ul li {
    list-style-type: none;
    position: relative;
    padding: 0px 35px 10px 20px;
    border-bottom: 1px dotted #e0e0e0;
    margin-bottom: 10px;
}
.widget-categories ul li:before {
    position: absolute;
    top: 0px;
    left: 0px;
    font-family: 'FontAwesome';
    font-size: 16px;
    line-height: 26px;
    content: '\f105';
}
.widget-categories ul li a {
    font-weight: normal;
    color: #666666;
}
.widget-categories ul li a:hover {
    text-decoration: none;
    color: #35bcef;
}


.widget-tags {
    position: relative;
}

.widget-tags li {
    display: inline-block;
    background-color: #35bcef;
    padding: 3px 10px 3px 10px;
    margin: 5px 0px 0px 0px;
    border: 2px solid #35bcef;
}
.widget-tags li:hover {
    border: 2px solid #35bcef;
    background-color: transparent;
    color: #35bcef;
    text-decoration: none;
}
.widget-tags li:hover a {
    color: #35bcef;
    text-decoration: none;
}
.widget-tags li a {
    color: #fff;
    font-weight: normal;
    font-size: 13px;
}




/*===============================================
                team-section
=================================================*/
.team-section{
	padding: 0px 0px 40px 0px;
}
.section-title {
    position: relative;
    text-align: center;
    padding-bottom: 0px;
}
.section-title h1 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 5px;
    margin-bottom: 0px;
}
.team-content{
	padding:15px 206px;
	line-height: 21px;
}
.team-content p{
	font-size:14px;
	text-align:center;
}
.page-section{
	padding:0px 0px;    
	display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.team{
	padding:20px 0px 0px 0px;
	overflow:hidden;
}
.team-box-section{
	padding:0px 30px;
}

.team-inner-title{
	padding:0px 0px; 
}

.team-inner-title h4{
	font-size:18px;
	letter-spacing:1px;
	text-transform:uppercase;
	text-align:center;
	margin:0px; 
}

.team-inner-title p{
  text-align:center;
  text-transform:capitalize;
  margin:0px;
  padding: 0px;
  color: #999;
}
.team-inner-image{
	padding:15px 0px 0px 0px;
}
.team-inner-image img{
	width:100%;
	min-height: 200px;
	max-height: 200px;
}

.team-inner-image p{
	font-size:14px;
	text-align:center;
	margin:0px;
        color: #999;
        font-style: italic;
}

.team-icons{
	padding:0px 0px;
}
.team-icons ul{
	list-style:none;
	text-align: center;
}

.team-icons ul li{
	display:inline-block;
	padding:0px 5px;
	font-size:18px;
	font-weight:bold;
	
}
.team-icons ul li:first-child::before{
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: #333;
    left: 45px;
    bottom: 22px;
}
.team-icons ul li:last-child::before{
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: #333;
    right: 45px;
    bottom: 22px;
}
.team-icons ul li a{
	color:#333;
	
}
.team-icons ul li a:hover{
	
	color: #35bcef;
}





/*===============================================
                gallery popuy model
=================================================*/
.modal {
    display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000b0;
}
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 100%;
  max-width: 1200px;
}
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.mySlides {
  display: none;
}
.cursor {
  cursor: pointer
}
.prev2,
.next2 {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
.next2 {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev2:hover,
.next2:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
img {
  margin-bottom: -4px;
}
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}
.demo {
  opacity: 0.6;
}
.active,
.demo:hover {
  opacity: 1;
}
img.hover-shadow {
  transition: 0.3s
}
.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}



.product-gallery{
 position: relative;
  padding: 40px 0px 40px 0px;
}
.gallery-title{
position: relative;
  padding: 23px 0px;
}
.gallery-title h1{
font-size: 30px;
text-align: center;
}
.grid-item{
position relative;

}
.grid-item img{
height: 188px !important;

}

.list{
position: relative;
}
.list li{
list-style-type: square;
}


 .table-title{
            position: relative;
            
        }
         .table-title h2{
           font-size: 25px;
           padding: 10px 0px 10px 0px;
        }

  .portfolio-side-bar{
      position: relative;
    padding: 20px 20px 30px 20px; 
    background-color: #f3b349;
    border-radius: 4px;
    margin-top: 50px;
    margin-bottom: 20px;
}
.portfolio-side-title{
     position: relative;
    padding: 0px 0px 0px 0px;
    text-align: center;
}
.portfolio-side-title h2{
      font-size: 24px;
  color: #fff;
}
.portfoio-side-form{
     position: relative;
    padding: 10px 0px 0px 0px;
}
.portfoio-side-input{
    position: relative;
    padding: 12px 0px 0px 0px;
    overflow: hidden;
}
.portfoio-side-input lable{
    width: 100%;
   //  padding: 4px;
}
.portfoio-side-input select{
    width: 100%;
     padding: 4px;
}
.portfoio-side-input input[type="text"]{
  width: 100%;
  padding: 4px;
  border: none;
}
.portfoio-side-input textarea{
  width: 100%;
  border: none;
  padding: 2px;
}
.portfoio-side-input button{
  width: 100%;
  background-color: #16a086;
  border: 2px solid  #16a086;
  font-size: 16px;
  color: #fff;
 padding: 6px;
  border: none;
}
.portfoio-side-input button:hover{
   border: 2px solid #16a086;
  color: #16a086;
    background-color: #fff;
}
.no-padding{
    padding: 0px !important;
}




.portfolio-side-bar{
       position: relative;
     padding: 20px 20px 30px 20px;
     background-color: #f3b349;
     border-radius: 4px;
     margin-top: 50px;
     margin-bottom: 20px;
}
.portfolio-side-title{
      position: relative;
     padding: 0px 0px 0px 0px;
     text-align: center;
     font-weight: 700;
}
.portfolio-side-title h2{
       font-size: 26px;
   color: #fff;
   font-weight: 700;
}
.portfoio-side-form{
      position: relative;
     padding: 10px 0px 0px 0px;
}
.portfoio-side-input{
     position: relative;
     padding: 12px 0px 0px 0px;
     overflow: hidden;
}
.portfoio-side-input lable{
     width: 100%;
    //  padding: 4px;
    font-weight: 700;
}
.portfoio-side-input select{
     width: 100%;
      padding: 4px;
}
.portfoio-side-input input[type="text"]{
   width: 100%;
   padding: 4px;
   border: none;
}
.portfoio-side-input textarea{
   width: 100%;
   border: none;
   padding: 2px;
}
.portfoio-side-input button{
   width: 100%;
   background-color: #16a086;
   border: 2px solid  #16a086;
   font-size: 16px;
   color: #fff;
  padding: 6px;
}
.portfoio-side-input button:hover{
    border: 2px solid #16a086;
   color: #16a086;
     background-color: #fff;
}
.no-padding{
     padding: 0px !important;
}


/*=======================top-link==========================*/

.top-link{
    position: relative;
    background: #057c2c;
    padding: 10px 0;
}

.top-icon{
	position: relative;
}
.top-icon ul li{
	display: inline-block;
	    padding-right: 5px;
}
.top-icon ul{
	margin: 0;
}
.top-icon ul li i{
	color: #057c2c;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 50px;
	background: #fff;
	transition: .2s;
}
.top-icon ul li i:hover{
	color: #fff;
	background: #232323;
}
.top-menu{
	position: relative;
}

.top-menu ul li{
	display: inline-block;
	padding-left: 15px;
}
.top-menu ul{
	display: inline-block;
	float: right;
	margin: 0;
}

.top-menu ul li a{
	color: #fff;
	text-decoration: none;
}
.top-menu ul li a:hover{
	color: #f5d50b;
}
.top-menu ul li a span{
	color: #fff;
    background: #232323;
    padding: 2px 8px;
    border-radius: 3px;
    top: 2px;
    position: relative;
    border: 1px solid #232323;
    transition: .2s;
}
.top-menu ul li a span:hover{
	color: #fff;
	border: 1px solid #fff;
    background: transparent;
}


/*========modal-login===================*/

#login-modal .modal-dialog {
    width: 350px;
}

#login-modal input[type=text], input[type=password] {
	margin-top: 10px;
}

#div-login-msg,
#div-lost-msg,
#div-register-msg {
    border: 1px solid #dadfe1;
    height: 30px;
    line-height: 28px;
    transition: all ease-in-out 500ms;
}

#div-login-msg.success,
#div-lost-msg.success,
#div-register-msg.success {
    border: 1px solid #68c3a3;
    background-color: #c8f7c5;
}

#div-login-msg.error,
#div-lost-msg.error,
#div-register-msg.error {
    border: 1px solid #eb575b;
    background-color: #ffcad1;
}

#icon-login-msg,
#icon-lost-msg,
#icon-register-msg {
    width: 30px;
    float: left;
    line-height: 28px;
    text-align: center;
    background-color: #dadfe1;
    margin-right: 5px;
    transition: all ease-in-out 500ms;
}

#icon-login-msg.success,
#icon-lost-msg.success,
#icon-register-msg.success {
    background-color: #68c3a3 !important;
}

#icon-login-msg.error,
#icon-lost-msg.error,
#icon-register-msg.error {
    background-color: #eb575b !important;
}

#img_logo {
    max-height: 100px;
    max-width: 100px;
}

/* #########################################
   #    override the bootstrap configs     #
   ######################################### */

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .8;
}

.modal-content {
    background-color: #ececec;
    border: 1px solid #bdc3c7;
    border-radius: 0px;
    outline: 0;
    padding: 10px 25px;
}

.modal-header {
    min-height: 16.43px;
    padding: 0 !important;
    border-bottom: none !important;
}

.modal-body {
        padding: 0px 15px 5px 15px !important;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.modal-footer {
        padding: 15px 15px 15px 15px;
    text-align: center !important;
    border-top: 0px;
}

.checkbox {
    margin-bottom: 0px;
}

.btn {
    border-radius: 0px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
}

.btn-lg, .btn-group-lg>.btn {
    border-radius: 0px;
}

.btn-link {
    padding: 5px 10px 0px 0px;
    color: #95a5a6;
}

.btn-link:hover, .btn-link:focus {
    color: #2c3e50;
    text-decoration: none;
}

.glyphicon {
    top: 0px;
}

.form-control {
  border-radius: 0px;
}
.login-btn{
	position: relative;
    background: #057c2c;
    padding: 9px 38px;
    text-align: center;
    margin: 0 auto;
    /* width: 100%; */
    border: 1px solid #057c2c;
    border-radius: 25px;
    color: #fff;
	
}
.login-btn:hover{
	position: relative;
    background: transparent;
    border: 1px solid #057c2c;
    color: #057c2c;
	
}

.search-box{
position: relative;

}

.search-box input[type="text"]{
position: relative;
    width: 100%;
    padding: 2px 12px;
    border-radius: 3px;
    border: 1px solid #b0b5b2;

}
.search-box button{
position: relative;
    background: #9a1a10;
    border: none;
    border-radius: 3px;
    color: #fff;
    position: relative;
    background: #9a1a10;
    border: none;
    border-radius: 3px;
    color: #fff;
    padding: 3px 19px;
    margin-left: -5px;
    transition: .2s;
}

.search-box button:hover{
background: #272727;


}

.latest{
	position: relative;
}
.latest-title{
	    font-size: 23px;
    background: #272727;
    color: #fff;
    text-align: center;
    margin-bottom: 3px;
    padding: 2px 0px 5px 0px;
}

.scrollerWrapper { overflow: hidden;
 *position: relative; 
     padding: 32px;
 }
ul.scroller { position: relative; white-space: nowrap; font-size: 14px; color: #fff;}
ul.scroller li { display: inline-block; *display: inline; white-space: normal; vertical-align: middle; color: #fff !important; padding-right: 10px; }

.scrollerWrapper ul{

}

.scrollerWrapper ul li{
    padding-bottom: 12px;

}
.latest-news{
	   // font-size: 23px;
    background: #9a1a10;
    color: #fff;
    height: 249px;
  //  padding: 25px 0;
    margin-bottom: 5px;
}



 .imapct{  
        position: relative;
       }
.imapct thead tr th{
 background-color: #00a680;
 color: #fff;
}
.bld{
   font-weight: 600;
}
.latest-news marquee{
position: relative;
   height: 249px;
}