
/*-------- CSS CODE FOR RESPONSIVE LAYOUT --------*/

/*  To make Responsive
---------------------------------------------------------------------- /
*
*   2 - media screen and (max-width: 1199px)
*   3 - media screen and (max-width: 991px)
*   4 - media screen and (max-width: 767px)
*   5 - media screen and (max-width: 680px)
*   6 - media screen and (max-width: 480px)
*
---------------------------------------------------------------------- */


/*  2 - media screen and (max-width: 1199px)
---------------------------------------------------------------------- */

@media screen and (max-width: 1199px) { /* for medium device */

.carousel-control.left, .carousel-control.right {
    background-image: none;
    font-size: 33px;
    background: #333;
    display: block;
    height: 40px;
    line-height: 40px;
    width: 40px;
    top: 50%;
    transform: translateY(-75%);
	border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
}
.footer_desktop
{
	display:none;
}

.footer_mobile
{
	display:block;
}

	.dg-container {
		height: 345px;
		overflow: hidden;
	}
	.dg-wrapper {
		width: 384px;
	}
	.dg-wrapper a {
		width: 380px;
	}
	.history-section .item-img,
	.history-section .post-text {
		width: 100%;
	}
	.history-section .history-item {
		background-color: #f4f4f4;
		overflow: hidden;
		max-width: 350px;
  		margin: 0 auto 30px auto;
	}
	
}

/*  2 - media screen and (max-width: 1199px) End
---------------------------------------------------------------------- */


/*  3 - media screen and (max-width: 991px)
---------------------------------------------------------------------- */

@media screen and (max-width: 991px) { /* for medium device */

	
	
/*.footer_desktop
{
	display:none;
}

.footer_mobile
{
	display:block;
}*/

	.span8
	{
		width:80%;
	}
	
	/*  - Main Menu
	-----------------------------------------*/
	.navbar-toggle {
        display: block;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
   .navbar-collapse.collapse.in {  /* NEW */
        display: block!important; 
    }
	.main-menu .container {
		width: 100%;
	}
	.main-menu {
		padding: 0;
	}
	.main-menu-container {
		min-height: 75px;
	}
	.main-menu .navbar>.container .navbar-brand, 
	.main-menu .navbar>.container-fluid .navbar-brand {
		//width: 185px;
		padding: 0 25px;
	}
	.main-menu .container>.navbar-header, 
	.main-menu .container-fluid>.navbar-header, 
	.main-menu .container>.navbar-collapse, 
	.main-menu .container-fluid>.navbar-collapse {
		width: 100%;
		padding: 0 0 12px 0;
	}
	.main-menu #main-nav > li {
		float: none;
		color: #737d8b;
		background-color: ##f2f2f2;
		border-top: 1px solid #ACAEB2;
	}
	#main-nav li:first-child {
		border: none;
	}
	.main-menu .navbar-default .navbar-nav>li>a {
		padding: 15px 20px;
	}
	.main-menu .navbar-nav {
		width: 100%;
		margin: 0;
	}
	.main-menu .navbar-default .navbar-nav>.active>a, 
	.main-menu .navbar-default .navbar-nav>.active>a:hover, 
	.main-menu .navbar-default .navbar-nav>.active>a:focus {
		color: #000;
		background-color: #edf5db;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #edf5db;
}
	.main-menu .navbar-nav .sub-arrow:after, 
	.main-menu .navbar-nav .collapsible .sub-arrow:after {
		top: 16px;
		right: 15px;
	} 
	.main-menu .navbar-default .navbar-nav>.active>a:hover, 
	.main-menu .navbar-default .navbar-nav>.active>a:focus {
		color: #ffffff !important;
	}
	.main-menu .navbar-default .navbar-nav>.open>a, 
	.main-menu .navbar-default .navbar-nav>.open>a:hover, 
	.main-menu .navbar-default .navbar-nav>.open>a:focus {
		color: #fff !important;
		background-color: #265938 !important;
	} 
	.main-menu .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, 
	.main-menu .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
	.main-menu .navbar-default .navbar-nav>.active>a:hover,
	.main-menu .navbar-default .navbar-nav>li>a:hover {
		color: #ffffff !important;
		background-color: #209656 !important;
	}
	.main-menu ul.dropdown-menu.sm-nowrap {
		margin-left: 15px !important;
	}
	.main-menu .dropdown > .dropdown-menu {
		border-top: 0;
	}
	.navbar-fixed-top .navbar-collapse, 
	.navbar-fixed-bottom .navbar-collapse {
		max-height: 340px !important;
	}
	.navbar-collapse.in {
		overflow-y: auto !important;
	}
	.main-menu .sm-blue:not(.sm-blue-vertical) > li > a {
		color: #737d8b;
		padding-left: 20px;
		background-color: #292d39;
	}
	.main-menu .nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
		background-color: #292d39 !important;
	}
	.main-menu .navbar-nav .open .dropdown-menu>li>a {
		background-color: #edf5db;
		padding: 10px 15px 10px 25px;
		line-height: 25px !important;
		border-color: #353b4a;
		    text-transform: uppercase;
	}
	.main-menu .dropdown > .dropdown-menu {
		border-top: none;
	}
	.main-menu .dropdown > .dropdown-menu:before {
		display: none;
	}
	.main-menu .navbar-nav .sub-arrow:after, 
	.main-menu .navbar-nav .collapsible .sub-arrow:after {
		/*content: "\f0d7";*/
	}
	.main-menu .navbar-nav .dropdown-toggle.has-submenu.highlighted .sub-arrow:after {
		/*content: "\f103";*/
	}

	.main-menu .navbar-nav .level-2.has-submenu.highlighted .sub-arrow:after  {
		/*content: "\f103";*/
	} 
	.main-menu .navbar-nav .level-3.has-submenu .sub-arrow:after  {
		/*content: "\f101";*/
	}
	.main-menu .navbar-nav .level-3.has-submenu.highlighted .sub-arrow:after  {
		/*content: "\f103";*/
	}

	/*  - Main Menu End
	-----------------------------------------*/

	/*  - Service
	-----------------------------------------*/
	.b-bottom,
	.b-right {
		border: none;
	}
	.service-section .inner-item-md3 {
		margin: 0 auto 30px auto;
	}
	.service-section.section-padding {
		padding-bottom: 70px;
	}

	.form-container .form-control {
		margin-bottom: 15px;
	}

	/*  - Blog Page
	--------------------------------------*/
	.sidebar {
		padding-top: 0;
  		padding-left: 0;
  		padding-bottom: 80px;
	}

}

/*  3 - media screen and (max-width: 991px) End
---------------------------------------------------------------------- */


/*  4 - media screen and (max-width: 767px)
---------------------------------------------------------------------- */

@media screen and (max-width: 767px){ /*For Mobile Device*/


/*.footer_desktop
{
	display:none;
}

.footer_mobile
{
	display:block;
}*/
.post-image {
    padding: 3px 4px;
}
	.service-section .col-sm-12:first-child .post-image
	{
		padding-top: 3px;
	}
	.service-section .col-sm-12:last-child .post-image
	{
		padding-bottom: 30px;
	}
	.navbar{
	 margin-bottom: 0;
	}
.navbar-brand
{
	height:auto;
	width:auto;
}
.navbar-brand>img
{
	height: 70px;
}
	.span8
	{
		width:100%;
	}
	.navbar-default .navbar-toggle {
		margin-right: 35px;
	}
	.main-menu .navbar>.container .navbar-brand, 
	.main-menu .navbar>.container-fluid .navbar-brand {
		padding: 0 0;
		//width: 80px;
	}
	.container>.navbar-header, 
	.container-fluid>.navbar-header, 
	.container>.navbar-collapse, 
	.container-fluid>.navbar-collapse {
		margin-left: 0;
	}
	.navbar-form .form-group {
	  	margin-top: 2px;
	}

	/*  - Circle
	----------------------------------*/
	.circle-area:after {
		top: 0;
  		left: 50%;
  		right: inherit;
  		bottom: 40px;
  		margin-left: -7px;
	}
	.circle-area:before {
		display: none;
	}

	.media-btn .social-media-btn {
		width: 100%;
		text-align: left;
	}

}

/*  4 - media screen and (max-width: 767px) End
---------------------------------------------------------------------- */


/*  5 - media screen and (max-width: 680px)
---------------------------------------------------------------------- */

@media screen and (max-width: 640px){ /*For Mobile Device*/

/*.footer_desktop
{
	display:none;
}

.footer_mobile
{
	display:block;
}*/
	
	.footer-container .social-media-btn {
		width: 100%;
		text-align: center;
	}
	.footer-container .copyright p {
		text-align: center;
	}
	.video-section .section-title {
		padding-top: 120px;
	}
	.post-info .details {
		width: 100%;
  		margin-top: 20px;
	}
	.post-comments-area .comments-img,
	.post-auther .auther-img {
		float: none;
		margin-bottom: 20px;
	}

}

/*  5 - media screen and (max-width: 680px) End
---------------------------------------------------------------------- */


/*  6 - media screen and (max-width: 480px)
---------------------------------------------------------------------- */

@media screen and (max-width: 480px){ /*For Mobile Device*/

/*.footer_desktop{	display:none;}
.footer_mobile{	display:block;}
	#about-section{
		display: none;
	}*/
	.navbar-default .navbar-toggle {	
	  	margin-right: 20px;
	}
	.navbar-toggle {
	  	margin-right: 15px;
	}
	/*.slider-txt-container {
		padding-top: 150px;
	}*/
	.slider-txt-container .title {
		font-size: 2.0em;
	}
	.section-head1{
		margin: 30px 40px 10px 0px !important;
	}
	#gallery-slider {
		display: none;
	} 
	#video {
		display: none;
	}
	#portfolio-container [class*="col-"], .social-widget .container{
    	width: 100%;
	}
	.scrollup{
		bottom: 60px;
    	right: 15px;
	}
	.widget-title{
		margin-left: 1em;
    	line-height: 24px;
	}
	#footcast .widget-title{
		margin-left: 1em;
		font-size: 115%;
    	line-height: 24px;
	}
	#footcast .section-title{
		margin-top:70px;
	}
	.footer-container h3{
		margin-left: 0;
		
	}
	.footer-widget{
		font-size: 125%;
    	font-weight: 300;
	}
	.footer-container .contact-details ul {
		list-style: none;
		 padding-left: 0px; 
	}
	.links{
		padding-bottom: 0;
		padding-top: 35px;
	}
	.links .contact-info li{
		padding-left: 0;
	}
	.slider-img img{
		margin-top: 3.85em !important;
	}
	.comments-post .entry-content p {
		font-size: 1.4285em;
		line-height: 30px;
	}
	blockquote {
		margin: 30px 5px 12px 0px;
	}
	.social-widget{
		float: none;
		font-size: 110%;
		padding-top: 0px;
	}
	.slide-arow {
    	height: 25px;
    	width: 25px;
	    top: 60%;
     }
	#footcast{
		margin-top: 70px;
	}
	.features-section .container .section-head1{
		margin-right: 10px !important
	}
	.ethyl_desp ul{
		margin-left:20px !important;
	}
	.ethyl_desp ul li{
		width: 100%; 
		text-align: justify;
		color: #333 !important;
	}
	.portfolio_pics{
		margin:	.75em .85em .75em .5em;
	}
	.portfolio_pics .img-thumbnail{
		margin-top: 1em;
		margin-left: -2px;
	}
	.comp_profile{ 
		text-align: justify;
		color: #333;
	}
	.hdpe{ 
		margin-left: 5px;
	}
	.newspaper {
    	-webkit-column-count: 1;
    	-moz-column-count: 1;
    	column-count: 1;
		text-align: justify;
		color: #333 !important;
	}
	.values_detail ul{
		margin-left: 0px !important;
		
	}
	.values_detail .col-xs-4{ 
		 width: 45% !important;
		padding-left: 20px;
	}
	.values_detail .col-xs-5{ 
		margin-left: 0 !important;
		padding-right:0px !important;
		padding-left:5px !important;
	}
	.values_detail .col-xs-5{ 
		 width: 47% !important;
	}
	.welcome_txt{
		margin:0 10px 55px !important;
		color: #333 !important;
	}
	.welcome_txt .section-head1{
		margin-top: 0 !important;
		text-align: justify;
	}
	.welcome_txt .section-description{
		color: #333 !important;
		line-height: 26px;
		font-size: 120%;
	}
	.product_details li{
		text-align: justify;
	}
/*	changes note on 29.06.2021 */
	.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
    outline: none;
	}
	.product_details ul li ul li:last-child {
    margin-bottom: 12px;
	}
	.product_details ul li ul{
		line-height: 28px;
	}
	.hdpe_sacks li{
		line-height: 28px;
	}
	.ethyl_desp p{
		text-align: justify;
	}
	.cont_img{ width: 100% !important; margin-top: 1em;}

}

/*  6 - media screen and (max-width: 480px) End
---------------------------------------------------------------------- */