/***CSS Written by: Ashok Sen @all rights reserved ***/
/***Css Eliment Section ***/
body{
	background:#fff;
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

img {
    padding: 0;
    margin: 0;
    border: none;
}

div, p, input, form {
    outline: 0px !important;
}

/*td, div, h1, h2, h3, h4, h5, h6, p, input, form {
    margin: 0;
    padding: 0;
}*/

* {
  box-sizing: border-box;
}

.margin-top-10{margin-top: 10px;}
.margin-top-20{margin-top: 20px;}
.margin-top-30{margin-top: 30px;}

.container-fluid{
	background: none;
	margin: 0;
	padding: 0;
}

.container{
	background: #f3f3f3;/*#ebe7ff;*/
	box-shadow:0 0 4px #333;
}

/*** Top Bar Section ***/
.top-bar, .top-logo-bar, .navbar, .asen-slider, .middle-content{
    padding-left: 45px;
    padding-right: 45px;
    margin-left: auto;
    margin-right: auto;
}
.top-bar{
    display: block;
	position: relative;
	padding-top: 5px;
	padding-bottom: 0px;
    margin: 0px;
    background: #c7c7c7;/*#d5ef42;*/
    border-bottom: 1px solid #dbc6c6;
    box-shadow: 0px 0px 1px #4d580c;
    color: #333;

    font-size: 14px;
    height: 35px;
}
.top-bar li{
	display:inline-block;
	list-style-type: none;
}
.top-bar li a {
	color:#333;
}

/*.top-bar .top-bar-text{
	padding:6px 10px;
}*/
.contactHeader {
    float: left;
}

.infoContact_list {
    float: left;
    width: 100%;
    margin-top: 2px;
}
.infoContact_list li>a{
    margin-right: 10px;
    font-size: 15px;
}

.pull-right {
    float: right!important;
}

.socialinfo ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-info-container, .footerSocial_info {
    float: right;
    margin-top: 0px;
    /*border: 1px solid yellow;*/
    margin: 0px 15px -5px 0px !important;
}

.social-info-container .social-info li, .footerSocial_info .social-info li {
    float: left;
    margin: 0 5px;
}

.social-info-container .social-info li img {
    width: 25px;
}

.login-signup{
	list-style:none;
	display:block;
	padding:0;
	margin:0;
	float:right;
    margin-right: 15px;
    /*border: 1px solid #6e80a0;*/
}
.login-signup li{
	display:inline-block;
}
.login-signup li>a{
	display:inline-block;
	padding:8px 20px !important;
    color:#fff;
    text-decoration:none;
    font-size: 14px;
    background: none;
    border: 1px solid #eee !important;
    border-radius: 2px;
}
.login-signup li>a:hover{
    color:#333;
    background:#eee;
    text-decoration:none;
}
.top-bar-log-in{
    margin: 15px 0px 0px 0px;
	
}
.top-bar-sign-up{
    margin: 15px 0px 0px 0px;
}
.top-bar-cart {
    padding:0px 15px !important;
    /*background:green !important;*/
    /*border: 1px solid #6e80a0 !important;*/
    margin: 0px !important;
}

/***** top-logo-bar section ******/
.top-logo-bar{
	/*background:#edd15f;*/ /*#304641;*/
    background: rgba(0,0,0,0.90);
    min-height: 100px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.site-logo{
	height: 90px;
    padding-top: 5px;
    padding-bottom: 5px;
}


/***** top-logo-bar-brand section *******/
.top-logo-bar-brand>img{width:100%;}

.padding-right-0{padding-right:0;}

section.sec3 {
    position: sticky;
    top:0px;
    z-index: 99;
}

.navbar-brand>img {
    height: 25px;
}

/*** navbar section *****/
.navbar {
    background: #304641;
    border-color: #273834;
}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
	margin-left: 0 !important; 
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
}
.navbar-default .navbar-nav>li>a:hover {
	color: #f4f4f4 !important;
    background-color: rgb(0 0 0 / 36%) !important;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
    color: #000 !important;
    background-color: rgb(237 241 222) !important;
}

.dropdown:hover .dropdown-menu{
    display: block;
    -webkit-animation: fadein 0.5s;
    -moz-animation: fadein 0.5s;
    -ms-animation: fadein 0.5s;
    -o-animation: fadein 0.5s;
    animation: fadein 0.5s;
}
.dropdown-menu{
    margin-top: 0;
    background: #eee; /*#393d44;*/
}
.dropdown-menu li{
    margin: 0;
}
.dropdown-menu li>a{
    display: block;
    -webkit-animation: fadein 0.5s;
    -moz-animation: fadein 0.5s;
    -ms-animation: fadein 0.5s;
    -o-animation: fadein 0.5s;
    animation: fadein 0.5s;

    padding: 10px 20px;
    border-bottom: 1px dotted #bbb; 
    color: #333;
    overflow: hidden;
}
.dropdown-menu li>a:hover{
    border-left: 5px solid #1f5363; 
    border-right: 1px solid #1f5363;
    background: rgba(12,84,35,0.2);

    -webkit-animation: fadein 0.5s;
    -moz-animation: fadein 0.5s;
    -ms-animation: fadein 0.5s;
    -o-animation: fadein 0.5s;
    animation: fadein 0.5s;
}
.dropdown-menu .divider{
    padding: 0;
    margin: 0;
    border: 0;
}

/**Panel Section**/
.jumbotron {
    margin-bottom: 20px;
    background-color: #bcffb8;
	border-radius:0px !important;
}


/****Footer Section ****/
.footer-container{
	background: #262626;
    padding-top: 25px;
    padding-bottom: 15px;
	margin: 0px;
    border: 1px solid #262f2d;
    /*box-shadow: 0px 0px 5px #000;*/

	padding-left: 45px;
    padding-right: 45px;
    margin-left: auto;
    margin-right: auto;
}
.footer-container .footer-panel{
    padding:0px;
	border-radius:0;
	border:0;
	background:none;
}
.footer-container .footer-heading{
	padding: 5px 15px;
	color: #d3e065;
}
.footer-container .footer-heading .footer-title{
	margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
	/*border-bottom: 1px dotted #fff;*/
}
.footer-container .footer-heading .footer-title h3{
	font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.footer-container .footer-list-group{
	display:block;
	width:100%;
	list-style-type:none;
	margin-left:0px;
	padding-left: 0;
    margin-bottom: 20px;
}

.footer-container .footer-list-group-item{
	border-radius: 0px;
    border: none;
    /*border-bottom: 1px dotted #949494;*/
    background: none;
    color: #b3b3b3;
    padding: 0;
    margin: 10px 15px 10px 15px;
}
.footer-container .footer-list-group-item:before{
	content:url('../assets/img/icon/footer-bullet.png');
	padding-right: 10px;
}
.footer-container .footer-list-group-item a{
	text-decoration:none;
	color:inherit;
}
.footer-container .footer-list-group-item a:hover{
	color:#fff;
	/*transition: width 2s;*/
	padding-left: 4px;
	background: #0f22446b;
}

.footer-container:before{
	display:table;
}
.footer-container:after{
	/*clear: both;*/
}

.footer-container p{
	color:#69ceb7;
	padding:0px 15px;
	line-height: 1.8;
} 
.footer-container ul{
	padding-top: 10px;
	line-height: 1.8;
}

.footer-boottom-bar .copyright-text{
    color:#fff !important;
}

.footer-boottom-bar .copyright-text a{
    color:#bbb !important;
}

.footer-body p {
    color: #69ceb7;
    /*padding-top: 15px;*/
    padding:15px;
}

.footer-subscribe-box {
    position: relative;
    /*padding-bottom: 0px;*/
    /*margin-top: 20px;*/
    max-width: 300px;
}

.footer-subscribe-box p{
   /* padding-top: 15px;*/
    padding-bottom: 0px;
}

.footer-subscribe-box input{
    /*padding: 3px 5px;
    border: 1px solid #8a7f7f;
    line-height: 25px;*/
    width: 70%;
    margin-left: 15px;
    color: #ffffff;
    border: 1px solid #b3b3b3;
    height: 40px;
    background: transparent;
    border-radius: 0;
}

.footer-subscribe-box button {
    border: 1px solid #bbb;
    position: absolute;
    right: 0px;
    top: 75px;
    background: #33351b;
    padding: 0px;
    line-height: 38px;
    color: #bbb;
    padding: 0px 15px;
}

.footer-subscribe-box button:hover {
    background: #1d1f05;
}

.footer-subscribe-box i {
    color: #fff;
    font-size: 18px;
    border: 1px solid #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    padding: 4px 8px 4px 10px;
    cursor: pointer;
    width: 28px;
    height: 28px;
}

.social-heading{
    margin-top: 15px !important;
    margin-bottom: -10px;
}

.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 35px;
    background-color: #ffc600;
    color: #fff;
    font-size: 28px;
    border-radius: 5px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    display: none;
}
.back-to-top:hover {
    color: #fff;
    background-color: #021d3a;
}


/** About Us **/
.img-responsive{
	width:100%;
}

/** contact us **/
.asen-gmap{
	border: 1px solid #bbb;
    border-radius: 4px;
    padding: 5px;
    background: #fff;
}
.contact-form{
	display: block;
    background: #eaf7ef;
    padding: 15px 20px;
    border: 5px solid #fff;
    border-radius: 4px;
}

/** Portfolio page **/
.thumbnail-porfolio{
	
}

.thumbnail-porfolio img{
	
}

.thumbnail-porfolio h4{
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
}

/** Blog **/
.media-height-150{
	height:40%;
}


/** Popup Modal  **/
.modal-content {
    background-color: #dcc0c0db;
}

.modal-header {
    background: gainsboro;
}

.thumbnail-porfolio img {
    transition: all .2s ease-in-out;
}

.thumbnail-porfolio img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* button section */
.btn {
	/*border: 1px solid #00000026;*/
    text-align: center;
    text-decoration: none;
    margin-bottom: 0;
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    border-radius: 0px;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;

    background: #05790333;
    color: #333;
    border-color: #88bd86;
    font-weight: 400;

}

/*panel widget / jumbotron*/
.panel-body {
    padding: 1px;
}

.abt_us{
	padding:15px;
}

.jumbotron {
    margin-bottom: 20px;
    background-color: #cfe0ce;
    border-radius: 0px !important;
}

.panel {
    border: 0px solid transparent;
    border-radius: 0;
}
.panel-info>.panel-heading {
    color: #000;
    background-color: #09a0e8;
    border-color: #256d90;
    border-radius: 0 !important;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #000;
    background-color: #bbffef;
    border-color: #eee;
    border-radius: 0 !important;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
    color: #666 !important;
}


.list-group-item:first-child {
    border-top-left-radius: 0px; 
    border-top-right-radius: 0px;
}


/*** Product details page ***/
.prod-details img{
    max-height:500px;
    position: relative;
}
.prod-details-thumb{
    list-style: none;
    margin: 0px;
}
.prod-details-thumb li{
    display: inline-block;
    margin: 0px 10px;
    padding: 5px 10px;
    border: 1px solid #bbb;
}
.prod-details-thumb li:hover{
    background: rgba(2,8,25, 0.84);
    border: 1px solid #333;
    
}
.prod-details-thumb li>a>img{
    width:70px;
    height:70px;
}

.prod_heading {
    margin-top: 0;
    font-size: 1.6em;
    font-weight: 600;
    text-align: justify;
}
.prod_subheading {
    font-size: 18px;
    line-height: 1.4;
    text-align: justify;
}
.prod_price {
    font-size: 22px;
}
.prod_feature {
    list-style: none;
    margin: 0px;
    padding-left: 0;
}
.prod_feature li{
    line-height: 1.8;
    text-align: justify;
}

#prod_desc p, .prod_subheading p, .prod_feature p{
    line-height: 1.8;
    text-align: justify;
}

.navbar-toggle {
    margin-right: 30px;
    border-radius: 2px;
}

/***About Us******/
#aboutus-content {
    border: 0 !important;
}
#aboutus-content .caption {
    padding: 0px;
}
#aboutus-content .aboutus-heading, #aboutus-content h3 {
    margin-top: 0px;
    margin-bottom: 10px;
}

/*** Services page*****/
#services-content {
    border: 0 !important;
}
#services-content .caption {
    padding: 0px;
}
#services-content .services-heading, #services-content h3 {
    margin-top: 0px;
    margin-bottom: 10px;
}

#services-cat-right-box .panel-heading {
    color: #332a2a !important;
    background-color: #ffffff !important;
    border-color: #eee !important;
    border-radius: 0 !important;
}
#services-cat-right-box .panel-title {
    font-size: 20px !important;
}

/***Project category page******/
#projcat-content {
    border: 0 !important;
}
#projcat-content .caption {
    padding: 0px;
}
#projcat-content .projcat-heading, #projcat-content h3 {
    margin-top: 0px;
    margin-bottom: 10px;
}

/*** product-category page***/
#product-category h4{
    text-align: center !important;
    font-size: 15px;
    font-weight: bold;
    font-family: sans-serif;
    color: #304641;
}

#product-category p{
    text-align: justify !important;
    font-size: 13px;
    font-family: sans-serif;
    color: #304641;
}

#left-blog-in-blogpage img, #left-blog-in-blogpage iframe{
    max-height: 190px;
}

/***Responsive Devices **/
/** CSS for 4K  **/
/*@media screen and (min-width: 2560px){
}*/

/** CSS for Laptop Large **/
/*@media all and (max-width: 1440px){
}*/

/** CSS for Laptop **/
/*@media (min-width: 1024px){
}*/

/*.top-bar, .navbar-brand{
        display: none;
    }*/

/** CSS for Tablet **/

@media (max-width: 1190px){
    #contact {
        display: none;
    }
}

@media (max-width: 1100px){
    #blog {
        display: none;
    }
}

@media (max-width: 1060px){
    #enquery {
        display: none;
    }
}

@media (max-width: 1000px){
    #webproj {
        display: none;
    }
    .navbar-brand {
        display: none;
    }
}

@media (max-width: 1060px){
    #adbar728x90 {
        display: none;
    }
}

@media (max-width: 768px){
    .jumbotron {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .top-bar, .top-logo-bar, .navbar, .asen-slider, .middle-content{
        padding-left: 2px;
        padding-right: 2px;
        margin-left: auto;
        margin-right: auto;
    }

    .top-bar, .navbar-brand{
        display: none;
    }
}

/** CSS for Mobile Large **/
/*@media (min-width: 425px){

}*/

/** CSS for Mobile Medium **/
/*@media (min-width: 375px){

}*/

/** CSS for Mobile Small **/
/*@media (min-width: 320px) {
}*/