/* --------------------------------- */
/* Css Styles                        */
/*---------------------------------- */

/**
	Gorge - Portfolio Template 
	Author : Tavonline
	Copyright 2018

/* Table of Content
==================================================
	
	1. Body and Core Css
	2. Home Page
     2.1 Portfolio Section
     2.2 Twitter Section



/*------------------------ 1 Body and Core Css ------------------------*/

body{
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 170px;
    font-weight: 500;
}

.full-open header{
    position: fixed;
}

header{
    padding: 30px;
    width: 100%;
    position: absolute;
    z-index: 5;
}

/* Preloader */


.preloader {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}

.preloader .loader {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 4px solid #000;
    -o-animation:loader 2s infinite ease;
    -ms-animation:loader 2s infinite ease;
    -moz-animation:loader 2s infinite ease;
    -webkit-animation:loader 2s infinite ease;
    animation: loader 2s infinite ease;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.preloader .loader .loader-inner {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background-color: #000;
    -o-animation:loader-inner 2s infinite ease-in;
    -ms-animation:loader-inner 2s infinite ease-in;
    -moz-animation:loader-inner 2s infinite ease-in;
    -webkit-animation:loader-inner 2s infinite ease-in;
    animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  
  25% {
    transform: rotate(180deg);
  }
  
  50% {
    transform: rotate(180deg);
  }
  
  75% {
    transform: rotate(360deg);
  }
  
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }
  
  25% {
    height: 0%;
  }
  
  50% {
    height: 100%;
  }
  
  75% {
    height: 100%;
  }
  
  100% {
    height: 0%;
  }
}

/* Margins */

.top_15{
    margin-top: 15px;
}

.top_30{
    margin-top: 30px;
}

.top_45{
    margin-top: 45px;
}

.top_60{
    margin-top: 60px;
}

.top_90{
    margin-top: 90px;
}

.top_120{
    margin-top: 120px;
}

.padding_30{
   padding: 30px 0; 
}

.padding_45{
   padding: 45px 0; 
}

.padding_60{
   padding: 60px 0; 
}

.padding_90{
   padding: 90px 0; 
}

.padding_120{
   padding: 120px 0; 
}

.bottom_15{
    margin-bottom: 15px;
}

.bottom_30{
    margin-bottom: 30px;
}

.bottom_45{
    margin-bottom: 45px;
}

.bottom_60{
    margin-bottom: 60px;
}

.bottom_90{
    margin-bottom: 90px;
}

.bottom_120{
    margin-bottom: 120px;
}

.padbot_15{
    padding-bottom: 15px;
}

.padbot_30{
    padding-bottom: 30px;
}

.padbot_45{
    padding-bottom: 45px;
}

.padbot_60{
    padding-bottom: 60px;
}



.subtitle{
    font-size: 22px;
    font-weight: bold;
}

.site-btn{
    font-size: 15px;
    font-weight: 600;
    color: #000;
    border: solid 2px #ea0026;
    border-radius: 50px;
    padding: 11px 45px;
    text-decoration: none;
    /* Old browsers */
    background: linear-gradient(to right, #ea0026 50%, white  50%);
    background-size: 202% 100%;
    background-position:right bottom;
    margin-left:10px;
    transition:all 1s ease;
    display: inline-block;
}

.site-btn:hover{
    background-position:left bottom;
    text-decoration: none;
    color: #fff !important;
}

.site-btn.arrow{
    font-size: 14px;
    padding: 11px 22px;
}

.site-btn.arrow:after{
    font-family: 'Font Awesome 5 Free';
    content: "\f30b";
    font-weight: 900;
    float: right;
    margin-left: 32px;
}

.site-btn2{
    background: #212121;
    font-size: 15px;
    font-weight: 500;
    border: 0;
    border-radius: 50px;
    padding: 12px 60px;
    color: #fff;
    cursor: pointer;
    line-height: 25px;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}

.site-btn2:hover{
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}


/*------------------------ 2 Home Page ------------------------*/

.wrapper{
    position: relative;
    z-index: 1;
    background: #fff;
    overflow: hidden;
    padding-bottom: 90px;
}

.cont{
    width: 70%;
    margin-left: 15%;
}

.home {
	display: table;
	width: 100%;
	padding: 3%;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 90vh;
  top: 0;
  left: 0;
  z-index: 6;
}

.home-content {
	position: relative;
	display: table-cell;
	vertical-align: bottom;
	z-index: 99999;
	height: 100vh;
	padding: 5%;
}
.home-content .hero-title {
	font-size: 60px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 36px;
	color: #fff;
}
.hero-title span {
	font-size: 36px;
}
.home-content p {
	font-size: 20px;
	color: #fff;
	font-weight: 500;
}

.home-content p span {
	color: #BDCB30;
	font-weight: 900;
}

.home-content .social{
    right: 0;
    top: 0;
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-right: -155px;
    z-index: 6;
}

.home-content .social a {
	display: block;
	color: #fff;
	font-size: 16px;
	margin-top: 10px;
	float: left;
	margin-right: 15px;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	font-weight: 600;
}


.home-content .social a.text{
    margin-right: 0;
}

.home-content .social a i{
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.home-content .social a:hover i{
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.home-content .line{
    float: left;
    width: 72px;
    background: #bfbfbf;
    height: 1px;
    margin: 20px 17px;
}



/*------------------------ 2.1 Portfolio Section ------------------------*/


#portfolio{
    position: relative;
}

.portfolio .portfolio-filter{
    margin-bottom: 15px;
    float: left;
    transform: rotate(-90deg);
    margin-top: 193px;
    margin-left: -250px;
    position: absolute;
    left: 0;
    top: 0;
}

.portfolio .portfolio-filter div{
    cursor: pointer;
}

.portfolio .portfolio-filter div {
    list-style: none;
    float: left;
    color: #a8a8a8;
    font-size: 15px;
    margin-right: 20px;
}

.portfolio .portfolio-filter .cbp-filter-item-active{
    color: #000 !important;
}

.portfolio .grid-container .cbp-item img{
    width: 100%;
}

.cbp-item figure {
    margin:0;
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    color: #000;
    text-align: left;
    font-size: 16px;
    background: #000;
    border-radius: 8px;
}

.cbp-item figure:hover img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: .4;
    opacity: .4;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.cbp-item figure figcaption {
    z-index: 10;
    padding-left: 20px;
    padding-top: 47%;
}

.cbp-item figure figcaption, .cbp-item figure:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.cbp-item figure:after {
    content: '';
    background-color: rgba(255, 255, 255, 0.65);
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    opacity: 0;
}

.cbp-item figure figcaption h3 {
  line-height: 1.1em;
  font-size: 22px;
  opacity: 0;
  width: 100%;
  padding: 0;
  color: #fff;
  -webkit-transform: translateY(-40px);
 transform: translateY(-40px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.cbp-item figure p {
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 1px;
  opacity: 0;
  top: 50%;
  color: #ffffffbd;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.cbp-item figure figcaption:hover h3,
.cbp-item figure figcaption:hover p{
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

.cbp-item .shine{
        opacity: 0.3;
}

.portfolio .site-btn{
    margin: 0 auto;
}

.cbp-item figure img, .work figure {
    width: 100%;
}

.cbp-l-loadMore-link{
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #000 !important;
    font-family: 'Montserrat', sans-serif !important;
    border-radius: 50px;
    background: linear-gradient(to right, #ea0026 50%, white  50%);
    background-size: 202% 100%;
    background-position:right bottom;
    margin-left:10px;
    transition:all 1s ease !important;

}

.cbp-l-loadMore:hover{
    background-position:left bottom ;
    text-decoration: none;
    color: #fff !important;
}

.classic-title{
    font-size: 22px;
    font-weight: bold;
    color: #121212;
}


/*------------------------ Single Portfolios ------------------------*/

.portfolio-single.type-1 .hero-image img{
    width: 100%;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    box-shadow: 0px 0px 48px 0px rgba(4, 6, 4, 0.15);
    -webkit-box-shadow: 0px 0px 48px 0px rgba(4, 6, 4, 0.15);
}

/* Portfolio Type 1 */

.portfolio-single .information{
    width: 100%;
    float: left;
    padding: 30px 5px 15px;
}

.portfolio-single .information li{
    float: left;
    list-style: none;
    margin-right: 35px;
    color: #a7a7a7;
    font-weight: 400;
}

.portfolio-single .information li span{
    font-weight: bold;
    color: #000;
}

.portfolio-single .title{
    font-size: 28px;
    line-height: 38px;
    font-weight: bold;
}

.portfolio-single p{
    line-height: 30px;
}

.portfolio-lightbox figure img{
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0px 0px 48px 0px rgba(4, 6, 4, 0.15);
    -webkit-box-shadow: 0px 0px 48px 0px rgba(4, 6, 4, 0.15);
}

.portfolio-nav .port-next{
    text-decoration: none;
    overflow: hidden;
    height: 70px;
    display: inline-block;
}

.portfolio-nav .port-next .nav-title{
    color: #000;
    font-size: 60px;
    font-weight: 600;
}

.portfolio-nav .port-next .next-title{
    color: #000;
    font-size: 30px;
    font-weight: 600;
}

.portfolio-nav .port-next .next-title, .portfolio-nav .port-next .nav-title{
    transform: translateY(0);
    -webkit-transform: translateY(0);
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
}

.portfolio-nav .port-next:hover .next-title, .portfolio-nav .port-next:hover .nav-title{
    transform: translateY(-150%);
    -webkit-transform: translateY(-150%);
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
}


/* Portfolio Single Type 2 */


.portfolio-hero{
    width: 100%;
    height: 100%;
    display: table;
    background-size: cover !important;    
    position: relative;
}

.portfolio-hero:before{
    height: 100%;    
    background: #00000061;
    position: absolute;
    width: 100%;
    content: '';
}

.portfolio-hero .hero-inner {
    position: relative;
    z-index: 4;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}

.portfolio-hero .hero-inner .title{
    font-size: 70px;
    font-weight: bold;
}

.portfolio-hero .hero-inner p{
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    margin: 20px 0 30px;
}

.portfolio-hero .hero-inner .information{    
    font-size: 12.5px;
    font-weight: 400;
    display: inline-block;
    margin: 0 auto;
    opacity: .8;
    padding-left: 0px;
}

.portfolio-hero .hero-inner .information li{
    float: left;
    list-style: none;
    margin-right: 20px;
}

header.white .logo{
    display: none;
}

.full-open header.white .logo{
    display: inline;
}

.full-open header.white .logo-white{
    display: none;
}

header.white .nav-icon span {
    background: #fff;
}

.full-open .nav-icon span {
    background: #000 !important;
}

.portfolio-single.type-2 .title{
    font-size: 34px;
    font-weight: 900;
}

.portfolio-single.type-2 .subtitle{
    font-size: 25px;
    color: #5f5e5f;
    font-weight: 600;
    margin: 15px 0;
}

.portfolio-single.type-2 p{
    color: #5f5e5f;
    font-size: 20px;
}


.portfolio-images figure img{
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0px 0px 48px 0px rgba(4, 6, 4, 0.15);
    -webkit-box-shadow: 0px 0px 48px 0px rgba(4, 6, 4, 0.15);
}


/* Portfolio Single Type 3 */

.portfolio-single.type-3 .title{
    font-size: 60px;  
    line-height: 65px;
    font-weight: 900;
}

.portfolio-single.type-3 .information{
    margin: 0 auto;
    float: none;
    display: inline-block;  
    padding: 0;
    width: auto;
}

.portfolio-video iframe{
    width: 100%;
    min-height: 750px;
    border-radius: 12px;
}


/*------------------------ 2.2 Twitter Section ------------------------*/


.widget-twitter{
    text-align: center;
    overflow: hidden;
    width: 400px;
    margin-left: auto;
    margin-right: auto;

}

.tweet{

}

.tweet ul {
    width: 99999px;
    height: auto;
    text-align: center;
    padding: 0;
}

.tweet ul li{
    margin: 20px 0 0;
    width: 400px;
    min-height: 130px;
    float: left;
    list-style: none;
    font-size: 16px;
    font-weight: 400;
}

.tweet ul li span.date{
    font-size: 13px;
    color: #4e4e4e;
    margin-top: 12px;
    display: block;
}



/*------------------------ 2.2 Full Menu ------------------------*/

.full-menu{
    background: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 4;
    transform: translateX(100%);
    transition: all ease 0.4s 0.6s;
}

.full-menu .full-inner{
    height: 100%;
}

.full-menu .full-inner nav{
    text-align: left;
    padding-left: 5%;
    display: table;
    height: 100%; line-height: 50px;
}

.full-menu .full-inner nav ul{
    display: table-cell;
    vertical-align: middle;
}

.full-menu .full-inner nav ul li{
    list-style: none;
    overflow: hidden;
}

.full-menu .full-inner nav ul li a{
    color: #4f535f;
    font-size: 40px;
    font-weight: 600;
    text-decoration: none;
    transform: translateY(47px);
    display: block;
    transition: all ease 0.4s 0.0s; font-size: 20px;
}


.full-menu .full-inner .full-contact{
    background: #f2f2f2;
}


.full-menu .full-contact{
    display: table;
    height: 100%;
}

.full-menu .full-inner .full-contact ul{
    display: table-cell;
    vertical-align: middle;
}


.full-menu .full-inner .full-contact ul li{
    list-style: none;
    transform: translateY(25px);
    opacity: 0;
    transition: all ease 0.4s 0.3s;
}


.full-menu .full-inner .full-contact ul li.title{
    font-size: 30px;
    font-weight: 900;
}

.full-menu .full-inner .full-contact ul li{
    font-size: 20px;
    color: #4f535f;
    font-weight: 600;
}

.full-menu .full-inner .full-contact ul li .social{
    margin-top: 10px;
}

.full-menu .full-inner .full-contact ul li .social a{
    font-size: 13px;
    color: #4f535f;
    text-decoration: none;
    margin-right: 10px;
}

.full-menu .full-inner .full-contact ul li .social a i:hover{
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}


/* Full Menu Animate */

.full-open .full-menu{
    transform: translateX(0);
    transition-delay: 0s;
}

.full-open .full-menu .full-inner nav ul li a{
    text-decoration: none;
    transform: translateY(0);
    transition: transform ease 0.7s 0.5s;
}

.full-open .full-menu .full-inner nav ul li a:hover{
    transition: all ease 0.3s;
}

.full-open .full-menu .full-inner .full-contact ul li:nth-child(1){
    transform: translateY(0);
    opacity: 1;
    transition: all ease 0.7s 1.0s;
}


.full-open .full-menu .full-inner .full-contact ul li:nth-child(2){
    transform: translateY(0);
    opacity: 1;
    transition: all ease 0.7s 1.2s;
}
.full-open .full-menu .full-inner .full-contact ul li:nth-child(3){
    transform: translateY(0);
    opacity: 1;
    transition: all ease 0.7s 1.4s;
}


/* Nav Icon */

.nav-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.nav-icon:hover span:nth-child(3){
    width: 100%;
}

.nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.nav-icon span:nth-child(2) {
  top: 7px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.nav-icon span:nth-child(3) {
  top: 14px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;    
  width: 60%;
  right: 0 !important;
}

/* Full Menu When Open */

.full-open .nav-icon span {
    width: 85%; 
}

.full-open:hover span:nth-child(3){
    width: 85%;
}

.full-open .nav-icon span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

.full-open .nav-icon span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.full-open .nav-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 16px;
  left: 8px;
}


.nav-icon {
	float: right;
	width: 30px;
	height: 18px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	right: 5px;
	top: 30px;
}



/*------------------------ 2.2 Footer Section ------------------------*/

footer{
    width: 100%;
    padding: 50px 0 0px;
    position: fixed;
    z-index: 0;
    bottom: 0;
    background: #efefef;
}

footer .copyright p{
    color: #979797;
    font-size: 14px;
    margin-top: 8px;
    font-weight: 400; margin-top: 0;
}


footer .social {
	margin: 0;
	display: table;
	padding-top: 30px;
	text-align: left;
}

footer .social a{
    background: #fff;
    color: #191919;
    font-size: 12px;
    padding: 6px 9px;
    display: inline-block;
    border-radius: 50px;
    margin-right: 8px;
    cursor: pointer;
}
.getintouch p {
	margin-bottom: 0;
}
.getintouch {
	padding-top: 30px;
}
footer .social a:hover{
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}


footer .getintouch{
    text-align: left;
    color: #000;
}

footer .getintouch a{
    font-size: 14px;
    color: #979797;
    text-decoration: none;
}

footer .getintouch strong{
    font-size: 20px;
    color: #000;
}



/*------------------------ About Page ------------------------*/

.titlebar{    
    padding: 94px 0;
    height: 300px;
    text-align: center;
}

.titlebar .page-title {
	font-size: 120px;
	font-weight: 900;
	letter-spacing: -2px;
	color: #fff;
}

.titlebar .page-title span {
	font-size: 120px;
	font-weight: 900;
	color: #D2E13A;
}

.titlebar #particles-js {
    height: 300px;
}

.about .about-text .subtitle{
    font-size: 26px;
    font-weight: bold;
    letter-spacing: -1px;
}

.about .about-text p{
    color: #5f5e5f;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 35px;
}

.owl-carousel.work-areas .area i:before{
    font-size: 100px;
}

.owl-carousel.work-areas .area .title{
    font-size: 19px;
}

.owl-carousel.work-areas .area .line{
    width: 35px;
    height: 4px;
    margin: 10px auto;
    display: inline-block;
}

.owl-carousel.work-areas .area p{
    color: #5f5e5f;
    line-height: 22px;
    font-size: 15px;
    padding: 0 30px;
}

.owl-theme .owl-controls .owl-page span{
    width: 10px;
    height: 10px;
    margin-top: 30px;
}


.about .clients .client {
    height: 200px;
    display: table;
    opacity: .5;
}

.about .clients .client:hover{
    transition: all ease 0.3s;
    opacity: 1;
}

.about .clients .client figure{
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}

.about .clients .client figure img{
    max-width: 50%;
}


/*------------------------ News Page ------------------------*/


.news{
    transform: translateY(5px);
    transition: all ease 0.3s;
}

.news:hover{
    text-decoration: none;
    transform: translateY(0);
    transition: all ease 0.3s;
}

.news-box figure img{
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0px 0px 48px 0px rgba(4, 6, 4, 0.15);
}

.news-box .title{
    font-size: 22px;
    font-weight: bold;
    color: #000;
}

.news-box small{
    font-weight: 500;
}

.news-box p{    
    font-size: 15px;
    color: #5f5e5f;
    margin: 18px 0;
}

.news-box .information{
    font-size: 13px;
    color: #000;
}

.news-box .information span{
    color: #adadad;
}

/* news big */

.news-big .news-box .title{
    font-size: 27px;
    font-weight: bold;
    color: #000;
}

.news-big .news-box p {
    font-size: 15px;
    color: #5f5e5f;
    margin: 18px 0;
    line-height: 28px;
}

/* news list */

.news-list{
    border-bottom: solid 1px #dfdfdf;
    padding-bottom: 50px;
}

.news-list:last-child{
    border: none;
}

.news-list:hover .news-box .title{
    transition: all ease 0.3s;
}

.news-list .left-list{
    padding-top: 45px;
}

.news-list:hover{
    text-decoration: none;
}

/* news article */

.news-article .article-image img{
    width: 100%;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    box-shadow: 0px 0px 48px 0px rgba(4, 6, 4, 0.15);
    -webkit-box-shadow: 0px 0px 48px 0px rgba(4, 6, 4, 0.15);
}

.news-article .title{
    font-size: 45px;
    font-weight: bold;
    padding: 10px 0;
}

.news-article .information{
    font-size: 13px;
    color: #000;
}

.news-article .information span{
    color: #adadad;
}

.news-article p{
    line-height: 30px;
}

.news-article .category{
    font-weight: bold;
}

.article-lightbox figure img{
    width: 100%;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    box-shadow: 0px 0px 48px 0px rgba(4, 6, 4, 0.15);
    -webkit-box-shadow: 0px 0px 48px 0px rgba(4, 6, 4, 0.15); 
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}

.news-article blockquote{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.article-comments .comment{    
    border-bottom: solid 1px #dfdfdf;
    padding-bottom: 30px;
}

.article-comments .comment:last-child{    
    border: none;
}

.article-comments .comment.reply{    
    padding-left: 60px;
}

.article-comments .comment figure img{
    width: 100%;    
    border-radius: 12px;
    -webkit-border-radius: 12px;
    box-shadow: 0px 0px 48px 0px rgba(4, 6, 4, 0.15);
    -webkit-box-shadow: 0px 0px 48px 0px rgba(4, 6, 4, 0.15);

}

.article-comments .comment-content .title{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0;
}

.article-comments .comment-content .date{
    color: #818080;
    font-size: 13px;
}

.article-comments .comment-content p{
    color: #818080;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 15px;
}

.article-comments .comment-content .reply{
    font-size: 13.5px;
}

.article-comments .comment-content .reply:hover{
    text-decoration: none;
    color: #000;
    transition: all ease 0.3s;
}

.article-comments .comment-content .reply:before{    
    content: "\f3e5";
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    margin-right: 7px;
    font-size: 13.5px;
}

.article-video iframe{
    width: 100%;
    height: 470px;
}

.article-slider img{
    width: 100%;
    border-radius: 12px;
    -webkit-border-radius: 12px;
}



/*------------------------ Sidebar Widgets ------------------------*/

.widgets-title{    
    font-size: 22px;
    font-weight: 600;
}

/* Search */

.search {
    border: solid 3px #000;
    border-radius: 50px;
    height: 54px;
    padding-left: 15px;
    padding-top: 3px;
}
.search input {
    font-size: 14px;
    float: left;
    border: none;
    height: 42px;
    width: 80%;
    color: #777;
    outline: 0;
    padding-left: 15px;
}

.search .search-icon button{
    float: right;
    background: none;
    border: none;
    margin-top: 9px;
    outline: 0;
    cursor: pointer;
}


/* latest post */

.widget-latest-news ul {
    padding-left: 0;
}

.widget-latest-news ul a{
    text-decoration: none;
    transition: all ease 0.3s;
}

.widget-latest-news ul li a:hover p{
    transition: all ease 0.3s;
}

.widget-latest-news ul li{
    list-style: none;
    padding: 18px 0 15px;
    border-bottom: solid 1px #dfdfdf;
}

.widget-latest-news ul li:last-child{
    border: 0;
}

.widget-latest-news ul li p{
    font-size: 14px;
    margin-bottom: 6px;
    color: #000;
}

.widget-latest-news ul li span{    
    font-size: 13px;
    color: #b1b1b1;
    font-weight: 400; 
}


/* categories */

.widget-categories ul{
    padding: 0;
}

.widget-categories ul li{
    list-style: none;
    border-bottom: solid 1px #dfdfdf;
    font-size: 14px;
    font-weight: 400;   
}

.widget-categories ul li a{
    color: #000;
    display: block;
    padding: 10px 0px;
    text-decoration: none;
    font-weight: 500;
    transition: all ease 0.3s;
}

.widget-categories ul li a:hover{
    transition: all ease 0.3s;
}



/*------------------------ Contact Page ------------------------*/

.contact .contact-info {
	font-size: 21px;
	color: #5f5e5f;
	font-weight: 500;
	width: 100%;
	float: left; margin-bottom: 25px;
}

.contact .contact-info a{
    color: #5f5e5f;
    font-weight: 500;
    margin-bottom: 15px;
    display: block;
    text-decoration: none;
}

input.inp{
    width: 100%;
    margin-bottom: 30px;
    border:solid 3px #212121;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    height: 54px;
    font-size: 13px;
    padding-left: 15px;
    outline: 0;
}

textarea.form-message{
    width: 100%;
    margin-bottom: 30px;
    border:solid 3px #212121;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    font-size: 13px;
    padding: 15px;
    outline: 0;
}




/*------------------------ Responsive ------------------------*/


@media (min-width: 768px) and (max-width: 1024px) {

    header {
        padding: 22px;
    }

    .home-content .hero-title {
        font-size: 110px;
        font-weight: 900;
        letter-spacing: -4px;
        line-height: 88px;
    }

    .home-content p {
        font-size: 20px;
        color: #b7b7b7;
        font-weight: 500;
    }

    .portfolio .portfolio-filter {    
        margin-top: 0;
        margin-bottom: 15px;
        float: left;
        transform: rotate(0); 
        margin-bottom: 32px;
        margin-left: 5px;
        position: relative; 
        left: 0;
        top: 0;
        z-index: 10;
    }

    .titlebar .page-title, .titlebar .page-title span {
    font-size: 70px;
    }

    .titlebar {
        padding: 74px 0;
        height: 210px;
        text-align: center;
    }

    .titlebar #particles-js {
        height: 210px;
    }

    .about .about-text .subtitle {
        font-size: 24px;
        line-height: 30px;
    }

    .about .about-text p {
        font-size: 21px;
    }

    .owl-carousel.work-areas .area i:before{
        font-size: 70px;
    }

    .about .clients .client figure img {
        max-width: 70%;
    }

    .contact-form input.inp{
        height: 44px;
    }

    .contact-form .site-btn2{
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .cont {
        width: 90%;
        margin-left: 5%;
    }

    .full-menu .full-inner nav ul li a {
        font-size: 32px;
    }

    .full-menu .full-inner .full-contact ul li.title {
        font-size: 26px;
    }

    .full-menu .full-inner .full-contact ul li {
        font-size: 16px;
    }

    .portfolio-nav .port-next .nav-title {
        font-size: 45px;
    }

    .hero-inner .cont{
        width: 100%;
        margin-left: 0;
    }

    .portfolio-single .information li{
        float: none;
        text-align: center;
        margin: 0 auto;
        line-height: 38px;
    }

    .portfolio-video iframe {
        min-height: 460px;
    }

    .portfolio-single.type-3.top_90{
        margin-top: 30px;
    }

    .article-video iframe {
        width: 100%;
        height: 380px;
    }

    .news-article .title {
        font-size: 32px;
    }

    .portfolio-single.type-3 .title {
        font-size: 50px;
    }
  
}


@media (max-width: 767px) {

    .news-article{
        margin-bottom: 90px;
    }

    .comment figure img{
        display: none;
    }

    .comment.reply.top_45{
        margin-top: 0;
    }

    .comment.reply{
        padding-left: 0 !important;
    }

}



@media (min-width: 481px) and (max-width: 767px) {

    header {
        padding: 18px;
    }
  
    .home-content .hero-title {
        font-size: 70px;
        line-height: 64px;
    }

    .home-content p {
        font-size: 20px;
        margin-top: 24px;
    }

    .cont {
        width: 90%;
        margin-left: 5%;
    }

    .portfolio .portfolio-filter {    
        margin-top: 0;
        margin-bottom: 15px;
        float: left;
        transform: rotate(0); 
        margin-bottom: 32px;
        margin-left: 5px;
        position: relative; 
        left: 0;
        top: 0;
        z-index: 10;
    }

    .titlebar .page-title, .titlebar .page-title span {
    font-size: 50px;
    }

    .titlebar {
        padding: 74px 0;
        height: 180px;
        text-align: center;
    }

    .titlebar #particles-js {
        height: 180px;
    }

    .about .about-text .subtitle {
        font-size: 24px;
        line-height: 30px;
    }

    .about .about-text p {
        font-size: 21px;
    }

    .owl-carousel.work-areas .area i:before{
        font-size: 55px;
    }

    .about .clients .client figure img {
        max-width: 70%;
    }

    .contact-form input.inp{
        height: 44px;
    }

    .contact .contact-info {
        font-size: 18px;
        color: #5f5e5f;
        font-weight: 500;
    }

    .contact-form{
        margin-top:45px;
    }

    .contact-form .site-btn2{
        padding-top: 10px;
        padding-bottom: 10px;
    }

    body {
        padding-bottom: 176px;
    }

    footer .social{
        padding-bottom: 10px;
    }
    
    .full-menu .full-inner nav ul li a {
        font-size: 32px;
    }

      .portfolio-nav .port-next .nav-title {
        font-size: 45px;
    }

    .portfolio-single .information li{
        float: none;
        text-align: center;
        margin: 0 auto;
        line-height: 38px;
    }

    .portfolio-video iframe {
        min-height: 367px;
    }

    .news-article .title {
        font-size: 30px;        
        line-height: 38px;
    }

    .article-video iframe {
        width: 100%;
        height: 370px;
    }

}


@media (max-width: 480px) {

    header {
        padding: 16px;
    }

    .portfolio .portfolio-filter {    
        margin-top: 0;
        margin-bottom: 15px;
        float: left;
        transform: rotate(0); 
        margin-bottom: 32px;
        margin-left: 5px;
        position: relative; 
        left: 0;
        top: 0;
        z-index: 10;
    }



    .titlebar .page-title, .titlebar .page-title span {
    font-size: 30px;
    }

    .titlebar {
        padding: 74px 0;
        height: 130px;
        text-align: center;
    }

    .titlebar #particles-js {
        height: 130px;
    }

    .about .about-text .subtitle {
        font-size: 20px;
        line-height: 30px;
    }

    .about .about-text p {
        font-size: 18px;
    }

    .owl-carousel.work-areas .area .title {
        font-size: 16px;
    }

    .owl-carousel.work-areas .area i:before{
        font-size: 55px;
    }

    .about .clients .client figure img {
        max-width: 70%;
    }

    .contact-form input.inp{
        height: 44px;
    }

    .contact .contact-info {
        font-size: 18px;
        color: #5f5e5f;
        font-weight: 500;
    }

    .contact-form{
        margin-top:45px;
    }


    .full-menu .full-inner nav ul li a {
        font-size: 27px;
    }
  
    footer .copyright{
        text-align: center;
    }

    body {
        font-family: 'Montserrat', sans-serif;
        padding-bottom: 218px;
    }

    footer .social {
        padding-bottom: 10px;
    }

    .widget-twitter, .tweet ul li  {
        width: 200px;
    }

    .tweet ul li  {
        margin-top: 5px;
        font-size: 12.5px;
    }

    .classic-title {
        font-size: 20px;
    }

    .widget-twitter .twitter-account{
        margin-top: 19px;
        display: block;
    }

    .home-content .hero-title {
        font-size: 40px;
        letter-spacing: -1px;
        line-height: 39px;
    }

    .home-content p {
        font-size: 15px;
        margin-top: 11px;
    }

    .home-content .social {
        display: none;
    }

    .cont {
        width: 90%;
        margin-left:5%;
    }

    .news-article .title {
        font-size: 25px;
    }

    .portfolio-nav .port-next .nav-title {
        font-size: 40px;
    }

    .portfolio-single .title {
        font-size: 24px !important;
        line-height: 34px !important;
    }

    .portfolio-single .information li{
        float: none;
        text-align: center;
        margin: 0 auto;
        line-height: 30px;
    }

    .portfolio-hero .hero-inner .information li {
        line-height: 28px;    
        text-align: center;
        width: 100%;
    }

    .portfolio-hero .hero-inner .title {
        font-size: 24px !important;
        line-height: 34px;
    }

    .portfolio-single.type-2 .subtitle {
        font-size: 20px;
    }

    .portfolio-video iframe {
        min-height: 170px;
    }

    .title.bottom_45.top_120 {
        margin-top: 3px;
        margin-bottom: 23px;
    }

    .portfolio-nav .port-next {
        height: 49px;
    }

    .portfolio-nav .port-next .nav-title {
        font-size: 30px;
    }

    .title.bottom_30.top_120{
        margin-top: 15px;
    }

    .portfolio-nav.text-center.top_90{
        margin-top: 45px;
    }

    .wrapper {
        padding-bottom: 60px;
    }

  
}





#myVideo {
	position: absolute;
	right: 0;	
	min-width: 100%;	
	top: -90px;
}

/*.home::before {
	position: absolute;
	content: '';
	width: 100%;
	background-color: rgba(0,0,0,0.2);
	height: 26.7%;
	top: 0;
	right: 0;
	z-index: 9;
}*/



.langauge {
	float: right;
	padding-right: 75px;
}

.langauge select {
	padding: 2px 15px;
}

.welcome_section {
	text-align: center; margin-bottom: 50px;
}
.welcome_section h2 {
	font-weight: bold;
	color: #058644;
	margin-bottom: 25px;
	position: relative;
	padding-bottom: 15px; padding-top: 15px;
}
.welcome_section h2::before {
	content: '';
	position: absolute;
	width: 40%;
	border-bottom: solid 5px;
	bottom: 0;
	left: 30%;
}
.welcome_section h2::after {
	content: '';
	position: absolute;
	border-top: solid 5px;
	top: 0;
	right: 40%;
	width: 20%;
}
.welcome_section_wrap {
	padding: 0% 0 0 0;
}

.welcome_section a {
	border: solid 1px;
	padding: 10px 25px;
	display: inline-block;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	margin-top: 25px;
	color: #058644;
}
.sullery_section {
	background-image: url(../images/sullery-bg-image.png);
	background-position: right center;
	padding: 150px 0;
	min-height: auto;
	background-repeat: no-repeat;
	width: 100%;
	float: left;
}
.product_box1 {
	background: transparent;
	padding: 15px;
	width: 100%;
	text-align: center;
}
.product_box1 img
{
	display: block; margin: 0 auto; width: 50%;
}
.product_box2 {
	background: #a9cf46;
	padding: 25px;  width: 100%;
}
.product_box2 img
{
	display: block; margin: 0 auto
}
.product_box3 {
	background: #d54197;
	padding: 25px;  width: 100%;
}
.product_box3 img
{
	display: block; margin: 0 auto
}

.title {
	text-align: center;
}
.title h2 {
	font-weight: bold;
	color: #058644;
	margin-bottom: 25px;
	position: relative;
	padding-bottom: 15px; padding-top: 15px;
}
.title h2::before {
	content: '';
	position: absolute;
	width: 40%;
	border-bottom: solid 5px;
	bottom: 0;
	left: 30%;
}
.contact_banner {
	background-image: url(../images/contact-us-banner.jpg);
	background-size: cover;
	background-position: center center;
}
.about-us-banner
{
	background-image: url(../images/about-us-banner.jpg);
	background-size: cover;
	background-position: center center;
}
.contact-info img {
	width: 100%;
}
.contact-info p, a {
	font-size: 16px;
}
.contact-social {
	margin: 0;
	display: table;
	padding-top: 10px;
}
.contact-social a {
	background: #e4e4e4;
	color: #191919;
	font-size: 12px;
	padding: 6px 9px;
	display: inline-block;
	border-radius: 50px;
	margin-right: 8px;
	cursor: pointer;
}

.social-wrap {
	width: 100%;
	float: left;
}
.contact-info h5 {
	color: #000;
	margin-bottom: 25px;
}
.contact h5 {
	color: #358D39;
	margin-bottom: 25px;
	border-bottom: dashed 1px #358D39;
	padding-bottom: 12px;
}

.contact-info i {
	color: #358D39;
	font-size: 20px;
}

.about_us_wrap {
	text-align: center;
	padding-top: 5%;
}
.about_us_wrap h4 {
	font-size: 28px;
	font-weight: bold;
	color: #058644;
}

.our_mission {
	background-color: #EFEFEF;
	min-height: 350px;
	padding: 20px;
	margin-top: 45px;
}
.our_mission p {
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 25px;
}
.our_mission h4 {
	color: #058644;
	margin-bottom: 25px; font-size: 36px;
}
.langauge ul {
	padding: 0;
	width: 100%;
	float: left;
	margin-top: 30px;
}
.langauge li {
	list-style: none;
	display: inline-block;
	margin-right: 5px;
	padding-right: 5px;
	border-right: solid 1px #fff;
}
.langauge li:last-child
{
	border-right: none; padding-right: 0; margin-right: 0;
}
.langauge a {
	color: #fff;
}
.other_txt h4 {
	font-size: 18px;
	text-align: center;
	color: #058644;
	font-weight: bold;
}
.other_txt p {
	text-align: center;
	font-size: 13px;
}
.other_txt img {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}
.other_txt
{
	text-align: center; margin-bottom: 50px;
}
.other_txt a {
	background-color: #BDCB30;
	padding: 7px 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	color: #000;
	font-size: 14px;
	margin-top: 20px;
	display: inline;
}

.product_intruction ol {
	padding: 0;
}
.product_intruction li {
	margin-left: 15px;
	font-size: 13px;
	line-height: 30px;
	letter-spacing: 1px;
}
.product_intruction h3 {
	color: #058644;
	font-weight: bold;
	font-size: 24px;
}

.sullery_img img {
	width: 60%;
	display: block;
	margin: auto;
}

.filtration_section
{
	width: 100%; float: left; padding-bottom: 15%;
	background-image: url(../images/sullery-bg-image.png); background-position: right bottom; background-repeat: no-repeat;
}
.filter-img img
{
	display: block; margin: 0 auto;
}
.filter_point {
	padding-top: 80px;
}
.filter_point ul {
	padding: 0;
}
.filter_point li {
	font-size: 14px;
	line-height: 28px;
	margin-left: 15px;
}
.filter_point h4 {
	color: #058644;
}

/*Video Demo Popup*/

.grtyoutube-popup {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:99999;
}

.grtyoutube-popup-content {
	margin-top:150px;
	width:95%;
	max-width:850px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

.grtyoutube-popup-close {
	position: absolute;
	top: -50px;
	right: 0;
	color: #FFF;
	font-size: 25px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.grtyoutube-iframe {
	width:100%;
	height:480px;
}
@media (max-width:767px) {
	.grtyoutube-iframe {
		width:100%;
		height:350px;
	}
}

.grtyoutube-dark-theme{
	background: rgba(0,0,0, 0.85);
}

.grtyoutube-dark-theme .grtyoutube-popup-content {
	-webkit-box-shadow: 0px 0px 8px 0px rgba(255,255,255,0.4);
	-moz-box-shadow: 0px 0px 8px 0px rgba(255,255,255,0.4);
	box-shadow: 0px 0px 8px 0px rgba(255,255,255,0.4);
}

.grtyoutube-dark-theme .grtyoutube-popup-close {
	background: url('../images/close-icon.png') no-repeat;
}

.grtyoutube-light-theme {
	background: rgba(255,255,255, 0.85);
}

.grtyoutube-light-theme .grtyoutube-popup-content {
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
}

.grtyoutube-light-theme .grtyoutube-popup-close {
	background: url('../images/close-icon.png') no-repeat;
}

.youtube-link
{
	background: #007fed;
text-transform: uppercase;
font-weight: 300;
border: none;
color: white;
padding: 10px 15px;
display: inline-block;
font-size: 14px;
margin: 0;
position: fixed;
bottom: 6px;
right: 25px;
cursor: pointer;
z-index: 99;	
}

.video_section {
	padding: 50px 0 100px 0;
	height: 800px;
}

.video-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.video-bhushan { height:100vh;}

.product_info {
	padding-top: 50px;
}
.cont-1 {
	width: 100%;
	float: left;
}
.map {
	width: 100%;
	float: left;
	margin-top: 50px;
}
.page-header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	box-sizing: border-box;
	-webkit-transition: top 0.6s;
	-moz-transition: top 0.6s;
	transition: top 0.6s;
	padding: 10px 0px;
	background-color: #fff;
}

.page-header.off-canvas { top: -89px; }

.page-header.fixed {
  top: 0;
  z-index: 9999;
}

@charset "UTF-8";
.navigation {
  
}

.brand {
  position: absolute;
  padding-left: 20px;
  float: left;
  line-height: 70px;
  text-transform: uppercase;
  font-size: 1.4em;
}
.brand a,
.brand a:visited {
  color: #ffffff;
  text-decoration: none;
}

.nav-container {
  max-width: 1000px;
  margin: 0 auto;
}

nav {
  float: right;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  float: left;
  position: relative;
}
nav ul li a, nav ul li a, nav ul li a:visited {
	display: block;
	padding: 0 20px;
	line-height: 70px;
	/* background: #262626; */
	color: #000;
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
}
nav ul li a:hover,
nav ul li a:visited:hover {
  text-decoration: none;
}
nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: ' ▾';
}
nav ul li ul li {
  min-width: 190px;
}
nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}

.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
	background-color: #fff;
}

/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  background: #262626;
  height: 50px;
  width: 50px;
}

@media only screen and (max-width: 798px) {
  .nav-mobile {
    display: block;
  }

  nav {
    width: 100%;
    padding: 70px 0 15px;
  }
  nav ul {
    display: none;
  }
  nav ul li {
    float: none;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
  }
  nav ul li ul li a {
    padding-left: 30px;
  }

  .nav-dropdown {
    position: static;
  }
}
@media screen and (min-width: 799px) {
  .nav-list {
    display: inline-block !important;
  }
}
#nav-toggle {
	position: absolute;
	left: 8px;
	top: 14px;
	cursor: pointer;
	padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #ffffff;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

article {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px;
}

.lang {
	line-height: 70px;
	padding: 0 15px 0 0;
}
.social strong {
	width: 100%;
	float: left;
	margin-bottom: 5px; font-size: 20px;
}

.product_intruction p {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 28px;
}

.share {
	padding-top: 25px;
}
.share strong {
	font-size: 20px;
	color: #000;
}
.share button {
	border: none;
	color: #fff; cursor: pointer;
}


.bs-slider {
	overflow: hidden;
	max-height: 750px;
	position: relative;
	background: transparent;
	margin-bottom: 50px;
	height: 750px;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 45%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
    
}

.slide-text > h1 {
    
    padding: 0;
    color: #ffffff;
    font-size: 70px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 0px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slide-text > a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}






/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 18px;
    }
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }

}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }

}

figure.snip0051 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 220px;
  max-width: 480px;
  max-height: 240px;
  width: 100%;
  background: #000000;
}
figure.snip0051 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.snip0051 > img {
  margin-left: 50%;
  opacity: 1;
  width: 50%;
  filter: blur(0px);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
figure.snip0051 figcaption {
  left: 0;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background: #f5f5f5;
}
figure.snip0051 figcaption h2,
figure.snip0051 figcaption p {
  margin: 0;
  color: #000000;
  text-align: right;
  position: absolute;
  padding: 10px 0 10px 0px;
  margin: 0 40px 0 20px;
}
figure.snip0051 figcaption h2 {
  font-size: 1.3em;
  /*bottom: 50%;*/
  right: 0;
  font-weight: 300;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
figure.snip0051 figcaption h2 span {
  font-weight: 800;
}
figure.snip0051 figcaption p {
  top: 50%;
  font-size: 0.9em;
  opacity: 0.8;
}
figure.snip0051 .icons {
  padding: 5px;
  position: absolute;
  left: 50%;
  top: 50%;
  padding-left: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
figure.snip0051 .icons i {
  font-size: 32px;
  padding: 10px;
  color: #ffffff;
  opacity: 0;
  top: 50%;
  display: inline-block;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
}
figure.snip0051 .icons a:first-child i {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
figure.snip0051 .icons a:nth-child(2) i {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
figure.snip0051 .icons a:nth-child(3) i {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.snip0051:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 35px;
  width: 35px;
  background-color: #000000;
  content: '';
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
figure.snip0051:hover > img,
figure.snip0051.hover > img {
  opacity: 0.5;
  filter: blur(5px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
figure.snip0051:hover i,
figure.snip0051.hover i {
  opacity: 0.8;
  -webkit-transform: translate(0);
  transform: translate(0);
}
figure.snip0051:hover a:first-child i,
figure.snip0051.hover a:first-child i {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
figure.snip0051:hover a:nth-child(2) i,
figure.snip0051.hover a:nth-child(2) i {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
figure.snip0051:hover a:nth-child(3) i,
figure.snip0051.hover a:nth-child(3) i {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

			
			.accordion-toggle {
	border-bottom: none;
	cursor: pointer;
	margin: 0;
	padding: 10px 0;
	position: relative;
	background-color: #f5f5f5;
	margin-bottom: 15px;
	padding: 10px;
	font-size: 16px;
}
			.accordion-toggle.active:after{content:"";position:absolute;right:0;top:17px;width:0;height:0;border-bottom:5px solid #058644;border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);}
			.accordion-toggle:before{content:"";position:absolute;right:10px;top:17px;width:0;height:0;border-top:5px solid #000;border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);}
			.accordion-toggle.active:before{display:none;}
			.accordion-content {display: none;}
			.accordion-toggle.active {color: #058644;}

.feature_slury li {
	font-size: 14px;
	line-height: 34px;
	letter-spacing: 1px;
}

.accordion-content p {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 30px;
}

.mobile_image_slider
{
	display: none;
}

.fs-gal {
	width: 90%;	
	display: block;
	margin: auto;
}
.vermi-filtration {
	padding: 0;
}
.vermi-filtration li {
	font-size: 14px;
	letter-spacing: 1px;
	margin-left: 15px;
	line-height: 36px;
}


.panel-group {
    margin-bottom: 0;
}
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
}
.panel-group .panel .panel-heading {
    padding: 0;
}
.panel-group .panel .panel-heading h4 a {
    background: #f6f9fc;
    display: block;
    font-size: 15px;
    line-height: 20px;
    padding: 15px;
    text-decoration: none;
    transition: 0.15s all ease-in-out;
}
.panel-group .panel .panel-heading h4 a:hover, .panel-group .panel .panel-heading h4 a:not(.collapsed) {
    /*background: #fff;*/
    transition: 0.15s all ease-in-out;
}
.panel-group .panel .panel-heading h4 a:not(.collapsed) i:before {
    content: "-";
    font-size: 30px;
    line-height: 10px;
}
.panel-group .panel .panel-heading h4 a i {
    color: #999;
    font-size: 12px;
}
.panel-group .panel .panel-body {
    padding-top: 0;
}
.panel-group .panel .panel-heading + .panel-collapse > .list-group,
.panel-group .panel .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}
.panel-group .panel + .panel {
    border-top: none;
    margin-top: 0;
}

.view_gallery {
	width: 100%;
	float: left;
	margin-top: 50px;
	text-align: center;
}
.view_gallery a {
	border: solid 1px #058644;
	color: #058644;
	display: inline-block;
	padding: 10px 25px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	text-decoration: none;
}

.read-more_caption
{
	background: #BDCB30;
padding: 10px 25px;
color: #000;
border-top-right-radius: 15px;
border-bottom-left-radius: 15px;
}

.slide-text a
{
	color: #fff; text-decoration: none;
}