/*--A Design by W3layouts 
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/

@import url('https://fonts.googleapis.com/css2?family=Nunito&family=Poppins&display=swap');

body{
	background:#fff;
	font-family: 'Nunito', sans-serif;
	font-size:16px !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-family: 'Poppins', sans-serif;
	font-weight:bold;
}
.carousel {
	background-color: #fbf9f9;
	padding-top:131px;
}

.carousel-indicators li {
	width:15px;
	height:15px;
	background-color:#FD7D15;
	border-radius:50%;
}

.carousel-inner > .carousel-item {
    position: relative;
    -webkit-transition: 1s ease-in-out left;
    -moz-transition: 1s ease-in-out left;
    -o-transition: 1s ease-in-out left;
    transition: 1s;
}

.carousel-item:before{	
content: '';    
position: absolute;    
bottom: 0;    
left: 0;    
width: 100%;    
height: 100%;    
z-index: 1;    
-webkit-background-image: linear-gradient(to bottom, rgba(0,0,0,0.45) 50%, #13567f 100%);    
background-image: linear-gradient(to bottom, rgba(0,0,0,0.45) 50%, #13567f 100%); 
transition: all .3s;    
-webkit-transition: all .3s;
/*background:linear-gradient(to right,rgba(250,250,250,1) 20%, rgba(250,250,250,.95) 50% ,rgba(250,250,250,0.1) 80%,rgba(250,250,250,0) 100%);*/
}

select {
	border-radius: 5px;
    padding: 8px !important;
}

.dropdown-menu {
	border: none !important;
}

.covered-image {
	width: 100%;
    height: 100%;
}

.concept-1, .concept-2 {
	/* margin:100px 0;
	padding:30px 10px; 
	margin: 50px 0;
	padding: 10px 0px;*/
}

.concept-1 {
	
}
.concept-1-bg{
	background:#ffffff;
	padding:50px 0;
}
.concept-2-bg{
	background: #f5f5f5;
	padding-bottom:50px;
}

.concept-2 {
	padding:50px 0 0;
    /* margin: auto -140px;
    padding: 35px 140px !important; */
}

.long-box {
	background-color: #fff;
    margin: 30px 0px;
    padding: 40px 30px 35px;
    height: auto;
    /* min-height: 300px; */
    border-radius: 8px;
	text-align:center;
    /*box-shadow: 3px 3px 10px 2px #c1c1bc;*/
	/*box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;*/
	box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
    -webkit-box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
}


}

.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    z-index: 0;
    background: rgba(0,0,0,.59);
    opacity: .5;
}
/*.long-box:hover,  .long-box:hover > .description {
	background-color:#FD7D15;
	color:#fff;
	cursor: pointer;
}

.long-box a { display:none; }*/

/*.long-box:hover a { display:inline-block; }*/

.top-mr {
	margin-top:100px;
}

.long-box > .box-img > img{
	width:50px;
	margin-bottom:25px;
}

.long-box .blog-img a img{
	width:100%;
}

.long-box.long-box .heading {
	font-weight:600;
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.long-box .description {
	font-size:14px;
	color:#333;
	line-height:24px;
	margin-bottom:15px;
	max-height: 175px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.long-box .btn-primary, .btn-sm, .btn-group-sm > .btn{
    color: #13567f !important;
    background-color: transparent!important;
    padding: 7px 15px!important;
    border-color: #13567f !important;
    text-transform: capitalize !important;
}
.long-box .btn-primary:hover, .btn-sm:hover, .btn-group-sm > .btn:hover{
    color: #fff!important;
    background-color: #13567f !important;
    padding: 7px 15px !important;
    border-color: #13567f !important;
    text-transform: capitalize !important;
}
.dropdown-toggle::after{
    color:#FD7D15;
}

.card-body .sub-header, .sub-header {
	background-color: #FD7D15;
    color: #fff;
    padding: 5px 10px;
    margin: 10px 0px;
    border-radius: 4px;
}

.navbar-fixed-top.scrolled {
	background-color: rgba(255,255,255,1) !important;
	transition: background-color 200ms linear;
	border-bottom:1px solid #f2f2f2;
  }

.slide-read-more {
	font-family: inherit;
	margin-top: 30px;
    line-height: 30px;
    font-weight: 500;
    font-size: 22px;
}

.top-links a {
	color:#fff;
	padding-left:20px;
	font-size: 12px;
}

.tab-centered {
	align-items: center;
	justify-content: center;
}

.top-nav {
	position: absolute;
	right:25px;
}

.page-section {
	margin:50px 0;
	padding: 20px;
}

.section {
	background:#fafafa;
}

.section-image {
	text-align:center;
}

.section-image img{
	min-width:150px;
	max-width:250px;
}

.section-title {
	font-size:42px;
	font-weight:bold;
	text-align:center;
	margin:10px 0;
}

.section-desc {
	font-size:16x !important;
	text-align:center;
}

.benefits {
	margin:50px auto 100px auto;
	/*background-color: #fafafa;*/
}

.newsletter-img {
	width: 100%; height: 230px;
}

#close-btn {
	position: absolute;
    width: 25px;
    right: 0px;
	top: 4px;
	z-index:1;
}

#close-btn i {
	font-size:24px;
}

.navbar{
	padding: 10px 0 !important;
	width:100%;
	
}

.slideshow {
	height:650px !important;
}

.navbar-light .navbar-brand {
	margin-right: 50px;
	margin-top: auto;
}

.page-top-image {
	width:100%; 
	height:400px;
}

.content-image {
	width:250px;
}

.content-short-image {
	width:80px;
	height:80px;
}

.nav-tabs { border-bottom:none !important; }
.nav-tabs .nav-link, .nav-tabs .nav-item .nav-link {
    color: #495057;
    background-color: #fff;
	border-color: #fff #fff #495057 #fff !important;
	margin:auto 20px;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
	border-color: #fff #fff #00f #fff !important;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-item .nav-link:hover {
    color: #495057;
    background-color: #fff;
	border-color: #fff #fff #495057 #fff !important;
}

.partition {
	border:1px solid #e5e5e5;
	padding:30px 20px;
}

.partition a{ display:none; }

.partition:hover {
	background-color: #0067FF;
	color:#fff;
}
.partition:hover a{ 
	display:block; 
	padding-top:20px;
	color:#fff;
}

.left-pad-0 {
	padding:0 0 0 30px;
}

.right-pad-0 {
	padding:0 30px 0 0;
}

.pad-0 {
	padding:0px;
}

.element {
	position: relative;
	height: 500px;	
	background-size: cover !important;
    background-position: center !important;
	color: white;	
	padding:50px;
  }
  .element:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 100%, rgba(0, 0, 0, 0.4) 100%);
	z-index: 1;
  }
  .element > h3, .element > div {
	position: relative;
	z-index: 2;
  }

  .element1 {
	position: relative;
	height: 500px;	
	background-size: cover !important;
    background-position: center !important;
	color: white;	
	padding:50px;
	margin: auto 5px;
  }
  .element1:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
  }
  .element1 > h3, .element1 > div {
	position: relative;
	z-index: 2;
  }

  .element1-inner-box {
	width:400px; 
	margin:auto; 
	margin-top:50px; 
	background:#fff; 
	padding:10px 20px;
  }

.news-image {
	width:100%;
	height:250px;
}

.meetbox {
	margin:30px;
	padding:20px;
	border-radius:5px;
	background: #f5f3f3;
}

.meetbox:first-child {
	margin-left:80px
}

.newsletter-box {
	background: #f2f2f2;
	width:550px;
}

.underline {
	position:relative;
	line-height:50px;
	margin: 20px 0;
}

.underline:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 2px;
    width: 100px;
    background: #FD7D15;
}
.underline-center {
	position:relative;
	/*text-transform:uppercase; */
	line-height:50px;
	margin: 20px 0;
}
}
.bg-grey {
    background-color: #f6f7f8!important;
}
/*.underline-center:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left:46%;
    height: 4px;
    width: 100px;
    background: #FD7D15;
}*/
.underline-center::after {
    content: "";
    display: block;
    height: 2px;
    width: 100px;
    background: #FD7D15;
    text-align: center;
    margin: 0px auto;
}

.navbar-nav li.nav-item {
	width:auto;
	margin:auto 10px;
}

.product-heading {
	position: absolute;
	top: 140px;
	color: #fff;
	text-shadow: #000 5px 5px 10px;
}

ol.product-breadcrumb {
	margin:0px;
	padding:0px;
	list-style-type: none;
}

ol.product-breadcrumb li {
	float:left;
	padding:4px 5px 4px 0;
	text-shadow: #000 5px 5px 10px;
}

ol.product-breadcrumb li:after {
	content: ' \00BB';
}

ol.product-breadcrumb li:last-child:after {
	content: '';
}

.product-image {
	position: relative;
    overflow: hidden;
}

.product-image figure {
	position: relative;
    height: 450px;
    overflow: hidden;
    margin: 0 0 0 -15px;
}

.product-image figure img{
	position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 1;
}

.product-banner-image {
	position: relative;
    overflow: hidden;
}

.product-banner-image figure {
	position: relative;
    height: 175px;
    overflow: hidden;
    margin: 0 0 0 -15px;
}

.product-banner-image figure img{
	position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 1;
}

.page-head {
	font-size: 24px;
	font-weight:700;
	color: #FD7D15;
}

.top-filter label {
	font-size: 16px !important;
	font-weight: 700;
	color:#000;
}

.top-filter .form-control {
	height: auto;
    border: 1px solid #000;
    font-size: 14px;
}

.left-filter {
	padding-top:0px;
}

.side-filter {
	border: 1px solid lightgrey;
    padding: 5px 5px;
    margin: 10px 0px;
}

.side-filter .panel-title{
	line-height: 40px;
	padding-left:15px;
}

.side-filter .panel-body{
	border-top: #f5f5f5 1px solid;
	padding-top: 10px;
	padding-left: 15px;
}

.side-filter .panel-title a {
	font-size: 16px;
	font-weight: 700;
	color:#000;
	cursor: default;
}
.side-filter .panel-title a:hover {
	text-decoration: none;
}

.side-filter .panel-body label {
	font-size: 14px !important;
}

.side-filter .form-check-input {
	border-radius: 50%;
	border:1px solid #f00;
}

.checkbox-label .checkbox-custom.circular {
    border-radius: 50%;
    border: 2px solid #FFFFFF;
}

.checkbox-label input:checked ~ .checkbox-custom.circular {
    background-color: #FFFFFF;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
}
.checkbox-label input:checked ~ .checkbox-custom.circular::after {
    border: solid #0067FF;
    border-width: 0 2px 2px 0;
}
.checkbox-label .checkbox-custom.circular::after {
    border-radius: 50%;
}

.checkbox-label .checkbox-custom.circular::before {
    border-radius: 50%;
    border: 2px solid #FFFFFF;
}

.checkbox-label input:checked ~ .checkbox-custom.circular::before {
    border-radius: 50%;
}

.content-banner-image {
	position: relative;
    overflow: hidden;
	background-image:url('/assets/images/technology-banner-1.jpg');
	background-size: cover;
    background-repeat: no-repeat;
	background-position: center top;
	width:100%;
	height:400px;
}

.content-banner-image figure {
    opacity: 1;
}

.list {
	background:#fbfbfb; 
	/*padding: 10px 0; */
	margin:5px;
}

.product-detail{
	align-items: center;
    justify-content: center;
    display: flex;
}

.product-detail p{
	font-size: 15px !important;
	text-align: justify;
}

.card-text{
	font-size:15px !important;
}

p, label, input {
	font-size: 14px !important;
}

.blogs .card-body {
	height:120px;
}

.blogs figure {
	position: relative;
    height: 150px;
    overflow: hidden;
    margin: 0px;
}

.blogs figure img{
	position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 1;
}

.card{
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
	border: none !important;
}

.card-header, .card-footer {
	background:#fff !important;
}

.card-footer {
	border-top:none !important;
}

.navbar-nav .nav-item, 
.navbar-nav .nav-item>.dropdown-menu .dropdown-item {
	font-size:15px !important;
	text-transform: capitalize
}

.navbar-nav .nav-item a{
	color:#000 !important;
	font-family: inherit;
    font-size: 16px;
}
.navbar-light .navbar-nav .nav-link:hover{
    color:#FD7D15 !important;
}
.navbar-nav .dropdown ul li:hover{
    background-color:#FD7D15;
}

.navbar-nav .dropdown ul li a{
	color:#000 !important;
}
#navbarSupportedContent .navbar-nav .dropdown ul li a:hover{
    background-color:#FD7D15;
}
#navbarSupportedContent .navbar-nav .dropdown ul li a:focus,
#navbarSupportedContent .navbar-nav .dropdown ul li a:active{
    background-color:#FD7D15;
}

/***** Top Header ****/

.header-top-two {
    position: relative;
    background-color: #13567f;
    z-index: 7;
}
.header-top-nav{
background-color:#fff;	
}

.auto-container {
    position: static;
    max-width: 1210px;
    padding: 0px 20px;
    margin: 0 auto;
}
.header-top-two .top-left {
    position: relative;
    float: left;
    padding: 8px 0px;
}
.header-top-two .top-right {
    position: relative;
    float: right;
}
.header-top-two .top-left .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}
.header-top-two .top-left .text a {
    color: #fff;
}
.header-top-two .social-links {
	position: relative;
	float: left;
	padding: 8px 0px
}
.header-top-two .social-links li {
	position: relative;
	margin-left: 18px;
	display: inline-block
}
.header-top-two .social-links li a {
	position: relative;
	display: block;
	color: #fff;
	line-height: 30px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease
}
.header-top-two .social-links li a:hover {
	color: #fdc312
}

.accordion .card .icon-outer {
    position: absolute;
    right: 30px;
    top: 5px;
    font-size: 18px;
    line-height: 35px;
    color: #fff;
	text-align: center;
	font-weight:700;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.accordion>.card {
    margin: 10px 0;
}

.card-img-top { border-radius:0 !important;}

 a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
ul{
	padding: 0;
	margin: 0;	
}

/*----*/

.top-header{
	text-align:right;
	color:#fff;
	padding: 0px 10px 0px 30px;
}

img.slideshow { height:650px;}

.top-header a{
	color:#FD7D15;
	margin: 0px 15px 0 15px;
}
.text-over-image {
	margin: 0;
    color: #fff;
    position: absolute;
    top: 180px;
    left: 0;
    /* padding-bottom: 15px; */
    font-size: 32px;
    text-shadow: #000000 2px 2px 10px;
}
.desc-over-image {
	margin-left:10px;
    color: #fff;
    font-size: 16px;
    text-shadow: #000000 2px 2px 10px;
}
img.hoverEffect:hover{
	transform: scale(1.05,1.05) rotate(1deg);
}
#faq {
	background-image: url('https://www.deltaformulations.com/images/background/faq-title-bg.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	height:400px;
	display:flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: left;
	padding-left: 50px;
	color:#fff;
	text-shadow: 4px 4px 10px #000;
}

#blog {
	background: radial-gradient(circle, black, white);
	background-image: url('../images/3.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	height:280px;
	display:flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: left;
	padding-left: 50px;
	color:#fff;
	text-shadow: 4px 4px 10px #000;
}

.adv-icon {
	width: 76px;
	margin:10px 0;
}

.adv-box img {
	margin: 0 auto;
    align-content: center;
    display: flex;
}

.adv-box div{
	/*padding:5px;*/
	border-bottom-left-radius: 25px;
	border-top-right-radius: 25px;
	border:1px solid #d5d5d5;
	border-top:0;
	border-bottom:7px solid #d5d5d5;
	margin: 5px;
	padding: 10px;
	min-height: 250px;
	/*box-shadow: 5px 5px 10px #000;*/
}

.zone-box div{
	margin-top: 10px;
	/*padding: 10px;*/
}

#myTabContent {
	padding:10px;
}

.request-form {
	background: #FD7D15;
	color: #ffffff;
	padding: 10px;
	margin-bottom: 10px;
}

.request-form-message {
	background: #FD7D15;
	color: #ffffff;
	padding: 10px;
	margin-bottom: 10px;
}

.form-row{
	margin: 10px 0;
}

.adv-box p {
	/*text-align: justify;*/
	font-size: 11px !important;
}





.itemContainer{
			width:100%;
			float:left;
		}

		.itemContainer div{
			float:left;
			margin: 5px 20px 5px 20px ;
		}

		.itemContainer a{
			text-decoration:none;
		}

		.cartHeaders{
			width:100%;
			float:left;
		}

		.cartHeaders div{
			float:left;
			margin: 5px 20px 5px 20px ;
		}
.item_add {
  color: #fff;
  border:none;
}	
a.item_add {
 text-decoration: none;
}		
.grid_1 img{
	margin-bottom:1em;
}
.box_1 h3{
  color: #fff;
  font-size: 14px;

}
.box_1 h3 img{
	margin-left: 5px;
}

.box_1 p a{
  color:#fff;
  font-size: 12px;
}
.total {
  display: inline-block;
}
.cart.box_1{
	float: right;
	  margin-top: 2px;
}
/*----*/
.header {
	  position:fixed;
	  z-index: 100;
	  width:100%;
}

.header-top{
	padding: 15px 0;
}
.search{
	position:relative;
	  float: left;
  width: 25%;
  background-color: #fff;
    margin-top: 11px;
}
.search input[type="text"] {
	outline: none;
  padding: 3px 15px;
  background: none;
  width: 91%;
  border: none;
  font-size: 14px;
  color: #000; 
   font-weight: 700; 	
}
.search input[type="submit"] {	
	border: none;
	cursor: pointer;
	position: absolute;
	outline: none;
	 top: 0px;
  right: 0px;
  background: #c7c7c7;
  font-size: 14px;
  color: #000;
  padding: 3px;
  font-weight: 700;
}
.search input[type="submit"]:hover {
  background: #EF5F21;  
  color: #fff;
    transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.header-left{
	float: right;
	  margin-top: 4px;
}
.header-left ul{
	float: left;
}
.header-left ul li{
	display: inline-block;	
}
.header-left ul li a{
	text-decoration: none;
	color:#fff;
	  font-size: 14px;
	  margin: 0 2em 0 0;
}
.header-left ul li a:hover{
		color:  #EF5F21; 
}
.logo{
	float: left;
}
.head-top {
  padding: 1em 0;
}
/* start menu */
.h_menu4 {
  margin: 7px 0 0px;
  float: right;
}
.h_nav h4{
	border-bottom:1px solid rgb(236, 236, 236);
	font-size: 14px;
	color:#000;
	line-height: 1.8em;
	margin-bottom: 4%;
}
.h_nav h4.top{
	margin-top:1%;
}
.h_nav ul li{
	display: block;
}
.h_nav ul li a{
	display: block;
  font-size: 12px;
  color: #000;
  text-transform: capitalize;
  line-height: 3em;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.h_nav ul li a:hover{
	color:#EF5F21;
	text-decoration:underline;
}
/*--banner--*/

.banner{
	background: url(../images/1.jpg) no-repeat ;
	background-size: cover;
	width:100%;
	min-height: 560px;
	  position: relative;
}
/*--- slider-css --*/

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 10px;
	width: 10px;
	display: inline-block;
	border: 1px solid #fff;
	background:none;
	border-radius:50px;
}
.callbacks_here a:after{
	background:#fff;
}
.callbacks_tabs a{
	visibility:hidden;
}
.callbacks_tabs li{
	display:inline-block;
}
ul.callbacks_tabs.callbacks1_tabs {
	position: absolute;
	bottom: 14%;
	z-index: 999;
	left: 46%;
}
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 38%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
height: 35px;
  width: 35px;
  background: url("../images/img-sprite.png") no-repeat -13px -98px ;
 }
.callbacks_nav.next {
  left: auto;
  background-position:-91px -98px;
  right: 0;
 } 
.banner-text{
 padding:10em 0 1em;
 color:#fff;
   width: 50%;
}
.banner-text h3 {
  font-size: 3.2em;
  font-weight: 800;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  letter-spacing: 6px;
  line-height: 1.2em;
}
.banner-text p{
	font-size: 14px;
	margin: 0.3em 0 1em;
}
.banner-text a{
	text-decoration: none;
	color:#fff;
	font-size: 14px;
	background: #EF5F21;
	padding: 0.4em 1em;
	border-radius:5px;
}
.banner-text a:hover{
	color: #EF5F21;
	background: #fff;
}
/*--content-top--*/
.content-top h1{
	color:#000;
	font-size: 2.2em;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
    margin-bottom: 0.5em;
}
.content-top {
	text-align:center;
	padding:4em 0;
}
.grid-top img{
	width:100%;
}
.grid-top p{
  font-size:15px;;
  margin: 0.3em 0 0;
  font-weight: 500;
  text-transform: uppercase;
}
.grid-top p a{
	  color: #000;
  text-decoration: none;
}
.grid-top p a:hover{
	  color: #EF5F21;
}
.grid-in {
  padding: 2em 0 0;
}
/*--//content-top--*/
/*---content-middle--*/
.grid-mid{
	position:relative;
}
.twit {
	position: absolute;
  top: 48%;
  width:100%;
  	text-align:center;
}
.twit h4{
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin: 0 auto;

  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
}
.grid-mid img{
	width:100%;
}
.grid-middle {
  padding: 2em 0 0;
}
/*--content-bottom--*/
.content-bottom ul li{
	display:inline-block;
	border:1px solid #eee;
	float:left;
  border-left: none;
  width: 16.666%;
}
.content-bottom {
  padding: 3em 0;
}
/*--//content--*/
.col-md2 {
  padding: 30px 0 0;
}
.men1{
	padding: 0 15px 0 0;
}
.men2{
	padding: 0 0px 0 15px;
}
.content-top-bottom h2{
	  color: #000;
  font-size: 2.2em;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  margin-bottom: 1.5em;
  text-align: center;
    text-transform: uppercase;
}
.b-link-stripe{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-weight: 300;
	overflow:hidden;
	width: 100%;
}
.b-link-stripe .b-wrapper{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-align:center;
	color:#ffffff;
	overflow:hidden;
}

.b-animate-go{
	text-decoration:none;
}
.b-animate{
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	visibility: hidden;
	font-size: 14px;
	font-weight:700;
}
.b-animate img{
	margin-top: 4%;
	display: -webkit-inline-box;
}
.b-animate span{
	display:block;
	font-size: 14px;
	padding-top: 5em;
	display: block;
	font-weight: 500;
}

/* lt-ie9 */
.b-animate-go:hover .b-animate{
	visibility:visible;
}
.b-from-left{
	position: relative;
	left: -100%;
	background: rgba(239, 95, 33, 0.64);
  background-size: 100% 100%;
  top: 0px;
  margin: 0;
  min-height: 356px;
}
.grid-top:hover .b-from-left{
	left:0;
}
.grid-top{
	position: relative;
}
/*----*/
.col-md1 {
  position: relative;
}

.b-from-top{
	position: relative;
	top: -100%;
	background: rgba(239, 95, 33, 0.64);
  background-size: 100% 100%;
 
  margin: 0;
  min-height: 429px;
}
.col-md1:hover .b-from-top{
	top:0;
}
.men:hover .b-from-top{
	top:0;
}
.men1:hover .b-from-top{
	top:0;
}
.men2:hover .b-from-top{
	top:0;
}
.top-in1{
	min-height: 204px;
}
.top-in1 span{
	padding: 3em 0 0;
}
.top-in2 span{
	padding: 2.8em 0 0;
}
.top-in2{
	min-height: 196px;
}
.top-in span{
	padding: 6em 0 0;
}
/*----*/
.content-grid{
	position: absolute;
	top:0;
	display: none;
	  text-align: center;
  width: 100%;
}
.content-grid h5{
	color:#fff;
	font-size: 14px;
}
.men{
	position: relative;
}
.men:hover .content-grid{
	display: block;
}
	
/*--//content--*/
/*--footer--*/
.footer{
	background:#1a1a1a;
}
.amet-sed h4{
	font-size:15px;;
  	color: #fff;
     font-family: 'Lato', sans-serif;
	margin: 0 0 1em;
	  text-transform: uppercase;
  font-weight: 700;
}
.footer-top-at {
  padding: 4em 0;
}
 ul.nav-bottom li{
	list-style:none;
}
ul.nav-bottom li  a{
	text-decoration:none;
	color:#989696;
	font-size: 14px !important;
	display: inline-block;
	  margin: 0.2em 0;
}
ul.nav-bottom li  a:hover{
	color:#EF5F21;
}
.amet-sed p{
	color:#989696;
	font-size: 14px !important;
	margin: 0 0 0.3em;
}

.footer-class  p{
	color:#fff;
	font-size: 14px;
}
.footer-class  p a{
	color:#EF5F21;
	text-decoration:none;
}
.footer-class  p a:hover{
	color:#fff;
}
.footer-class {
  padding: 15px 0;
  text-align:center;
  background:#262626;
  display:block;
}
.amet-sed form{
/*padding:1em 0 0;*/
}
.amet-sed input[type="text"], .amet-sed input[type="submit"] {
  width: 69%;
  padding: 0.5em;
  outline: none;
  color: #000;
  font-size: 12px;
  background: #fff;
  border: none;
 }
 .amet-sed input[type="submit"] {
  width: 20%;
  color: #FFF;
  font-size: 12px;
  background:#EF5F21;
  border: none;
  outline:none;
  padding: 0.5em;
}
.amet-sed input[type="submit"]:hover {
background: #fff;
color:#EF5F21;
}
ul.social{
	padding:1em 0 0;
}
ul.social li{
	display: inline-block;	
}
ul.social li i{
	background: url(../images/img-sprite.png)no-repeat -9px -14px ;
  width: 24px;
  height: 24px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
}
ul.social li  i.twitter{
	background-position:  -43px -14px;
}
ul.social li  i.rss{
	background-position: -77px -14px;
}
ul.social li  i.gmail{
	background-position:-110px -14px;
}
ul.social li i:hover{
	transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
    transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
}
/*--//footer--*/
/*--contact--*/
.contact {
  padding: 3em 0 ;
}
.contact h1{
	font-size: 3em;
	font-family: 'Lato', sans-serif;
	color:#000;
	text-align: center;
	  font-weight: 600;
}
.map iframe{
	width: 100%;
	height:150px;
	border:none;
	padding: 0 15px;
}
.contact-grid input[type="text"],.contact-grid textarea,.contact-grid select,.contact-grid input[type="email"],.contact-grid input[type="number"]{
	width: 100%;
	padding: 20px;
	margin-bottom: 15px;
	background:none;
	outline:none;
	  border: 1px solid #e1e1e1;
	  font-size:1em;
	  color:#373a3c;
	-webkit-appearance: none;
}
.contact-grid input[type="text"]:focus,.contact-grid textarea:focus,.contact-grid select:focus,.contact-grid input[type="email"]:focus,.contact-grid input[type="number"]:focus{
	border:1px solid #333;
	box-shadow:none;
}
.contact-grid textarea{
	resize:none;
}
.send input[type="submit"]{
	/*width: 14%;*/
	font-size:15px;
	/*background:#EF5F21;*/
	padding: 10px 35px;
	text-align: center;
	color: #fff;
	border: none;
	outline:none;
	-webkit-appearance: none;
}
.send input[type="submit"]:hover{
	background:#2d2d2d;
}
.send input[type="submit"]:focus{
	box-shadow:none;
	outline:0;
}
.contact-form {
	padding: 3em 0;
}
.address-more {
  padding: 0 0 2em;
}
.contact-in p{
	font-size:1em;
	color: #626262;
	width: 72%;
	line-height: 1.7em;	
}
.address-more h4{
	color:#000;
	font-size:1.4em;
	  font-family: 'Lato', sans-serif;
	margin: 0 0 0.3em;
	  font-weight: 600;
}
.address-more p a{
	text-decoration:none;
	color: #626262;
}
.address-more p a:hover{
	color: #EF5F21;
}
/*--//contact--*/
/*--blog--*/
.grid_3{
	position:relative;
}
.blog-poast-admin {
	position: absolute;
	bottom:8.6em;
	left: 1.2em;
}
.blog-poast-info {
	padding: 0.8em 0em;
}
.blog-poast-info ul li {
	display:inline-block;
	  padding: 0 0.3em;
}
.blog-poast-info ul li span{
	color: #000;
	font-size:1em;
}
.blog-poast-info ul li a {
	color: #000;
	font-size:1em;	
}
.blog-poast-info ul li a:hover{
	text-decoration:none;
}
.blog-poast-info ul li a:hover {
	text-decoration:none;
	color:#EF5F21;
}
.blog-poast-info ul li  i {
	width: 20px;
	height: 20px;
	background:  url(../images/img-sprite.png) no-repeat -150px -104px ;
	display: inline-block;
	vertical-align: sub;
	margin: 0 3px 0 0;
}
.blog-poast-info ul li  i.date {	
	background-position: -186px -104px;
}
.blog-poast-info ul li  i.comment {	
	background-position:-226px -101px;	
}
.blog {
  padding: 4em 0;
}
.grid_3 p {
	color: #626262;
	font-size: 12px;
	line-height:1.5em;
}
.grid_3 h3{
	text-transform:uppercase;
	font-size: 14px;
	margin-bottom:1em;
}
.grid_3 h3 a{
	color:#000;
	text-decoration: none;
}
.grid_3 h3 a:hover {
  color: #EF5F21;
}
.button {
	margin-top: 20px;
}
.button a {
	color:#fff;
	font-size: 12px;
	text-transform: uppercase;
	background: #EF5F21;
	padding: 0.4em 1em;
	text-decoration: none;
		text-decoration:none;
}
.button a:hover{

	color:#fff;
	background: #000
}
.grid_3{
	margin-bottom:3em;
}
p.m_10 {
	font-size: 0.85em;
	color: #555;
	line-height: 1.8em;
	padding: 2% 0;
}
p.m_11 {
	font-size: 0.85em;
	color: #555;
	line-height: 1.8em;
}
.blog h1 {
  font-size: 3em;
  font-family: 'Lato', sans-serif;
  color: #000;
  text-align: center;
  font-weight: 600;
    margin: 0 0 1em;
}
/*--//blog--*/
/*--product--*/
.tags ul li {
	display: inline-block;
	float:left;
	    width: 22.8%;
  margin: 0.5em 2% 0 0;
  text-align: center;
}
.tags li a {
	font-size: 12px;
	display:block;
	padding: 0.3em 0.4em;
	text-decoration: none;
	color: #000;
	border: 1px solid #000;
}
.tags li a:hover {
	color: #fff;
	background:#EF5F21;
	border: 1px solid #EF5F21;
}

.tags ul li:nth-child(4),.tags ul li:nth-child(8),.tags ul li:nth-child(12){
	margin:0.5em 0 0;
}
/*----*/
h3.cate {
	color: #000;
	  border-bottom: 1px solid #000;
  width: 69%;
	font-size: 14px;
    font-family: 'Lato', sans-serif;
}
.of-left{
	 border-bottom: 1px solid #000;
}
.product-go {
  margin-top: 2em;
}
.product {
  padding: 4em 0;
}
.bottom-product {
  margin-bottom: 2em;
}
nav.in{
  text-align: center;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #fff;
  background-color:#EF5F21;
  border-color: #EF5F21;
}
.pagination > li > a, .pagination > li > span {

  color: #000;
}
/*----*/
ul.kid-menu{
	display: block !important;
}
.menu {
	width: auto;
	height: auto;
	padding: 0;
	list-style: none;
	margin: 1.5em 0;	
}
.menu > li > a {
	width: 100%;
  margin: 0.3em 0;
	display:inline-block;
	position: relative;
	color: #000;
	font-size:15px;;
	text-decoration:none;
	
}
.menu > li > a:hover{
	color:#EF5F21;
}
.menu ul li a {	
	width: 100%;
	display: inline-block;
	position: relative;
	font-size: 14px;
	margin:0.3em 0;
	color: #000;
	text-decoration:none;
	
	text-indent: 1.2em;
}
.menu ul li a:hover{
	color:#EF5F21;
}
ul.kid-menu li,.menu ul li{
	list-style: none;	
}
.sellers {
  padding: 2em 0;
}
.tags {
  padding: 1.5em 0 0;
}
h3.best {
  color: #000;
  border-bottom: 1px solid #000;
  width: 81%;
  font-size: 14px;
    font-family: 'Lato', sans-serif;
}
.pagination > .active > a, .pagination > .active > a:hover {
  background: #EF5F21;
  border-color: #EF5F21;
}
/*----*/
.product-middle{
	background: url(../images/product1.jpg) center;
  width: 100%;
  min-height: 45px;
  display: block;
  background-size: cover;
}
.fit-top{
	
  width: 100%;
	padding: 1em 1em;
}
 h6.shop-top{
	font-size: 14px;
	font-weight:300;
	float:left;
	color: #fff;
	  margin-top: 0.3em;
}
a.shop-now{
	font-size:15px;;
	  float: right;
	  text-decoration: none;
	  border: 1px solid #ffffff;
	  padding: 0.2em 0.4em;
	  color:#fff;
}
a.shop-now:hover{
	  border: 1px solid #EF5F21;
	  background:#EF5F21;
}
h3.tag {
	color: #000;
	  border-bottom: 1px solid #000;
  width: 32%;
	font-size: 14px;
    font-family: 'Lato', sans-serif;
}
.of-left-in{
	 border-bottom: 1px solid #000;
}

/*----*/
.fashion-grid{
	float:left;
	  width: 24%;
}
.fashion-grid1{
	float: right;
	  width: 68%;
}
 h6.best2 {
  font-size: 12px;
  font-family: 'Lato', serif;
  line-height: 1.3em;
 }
 h6.best2 a{
 	color:#000;
 	text-decoration: none;
 }
 h6.best2 a:hover{
	color:#EF5F21;
 }
 span.price-in1 {
  font-size: 1.7em;
  padding: 0.3em 0 0;
  display: block;
  color:#EF5F21;
}
span.price-in1 small {
  text-decoration: line-through;
}
.six1{
	position: absolute;
	top:0;
	font-weight: 100;
	  padding: 4em 1em 0;
	  width: 100%;
  height: 100%;
  text-align: center;
}
.six1 h4{
	font-size:2.5em;
	color:#EF5F21;
font-weight: 100;	
}
.six1 p{
	font-size:2em;
	color:#EF5F21;
	  margin: 0.5em 0 0;
}
.six1 span{
	font-size:6em;
	color:#EF5F21;
	font-weight: 100;
	  font-family: 'Lato', sans-serif;
}
.per1 {
  position: relative;
    margin: 2em 0;
}
/*---*/

a.item_add p.number{	
	font-size:15px;;
  color: #FFF;
  text-align: center;
  background: #EF5F21;
  padding: 0.5em 1em;
}
a.item_add p.number:hover{
		background: #000;
		transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
a.item_add p.number i{	
	 background: url(../images/img-sprite.png)no-repeat -291px -104px ;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
p.tun{
	font-size:1em;
	  color: #949494;
  text-align: center;
  line-height: 1.3em;
  padding: 1em 0;
}

.product-at{
	position: relative;
}
.product-at:hover .pro-grid{
	display:block;
}
.product1 {
  padding: 0;
}
.pro-grid{
	text-align:center;
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	display:none;
	padding: 8em 0 0;
}
.pro-grid span{
	text-decoration:none;
	color:#fff;
	font-size: 14px;
	font-weight:600;
	background:#EF5F21;
	padding: 0.5em 1.5em;
	text-transform: uppercase;
}
.pro-grid span:hover{
	background:#fff;
	color:#EF5F21;
}
/*--//product--*/
/*--single--*/
 ul.star-footer li{
	display:inline-block;
	
}
 ul.star-footer li i{
	height: 16px;
	width: 16px;
	background: url("../images/img-sprite.png") no-repeat -261px -106px  ;
	display: inline-block;
}
.single-para h4 {
    color: #000;
  font-size: 3em;
  font-family: 'Lato', serif;
}
.single-para p {
  font-size: 12px;
  color: #2c3e50;
  font-family: 'Lato', serif;
  line-height: 1.8em;
    margin: 1em 0;
}
.single-para h5 {
  color: #EF5F21;
  font-size: 14px;
  border-bottom: 1px solid #C4C3C3;
  padding: 0.3em 0;
}

.available ul li{
	list-style:none;
	padding:0 0.5em 0 0;
	color:#4c4c4c;
	font-size: 14px;
	float:left;
	width:100%;
	 font-family: 'Roboto Slab', serif;
	   margin: 0.5em 0;
}
.available ul li select {
  outline: none;
  padding: 12px;
  border: none;
  background: #eeeeee;
 width: 77%;
  margin-left: 13%;
  cursor:pointer;
}
.available ul li.size-in select {
	  margin-left: 16%;
}
.available {
  padding:  1em 0;
}
ul.tag-men {
	padding:0.3em 0;
	 border-top: 1px solid #C4C3C3;
	  border-bottom: 1px solid #C4C3C3;
}
ul.tag-men li{
	list-style:none;
	color:#000;
	 font-family: 'Lato', serif;
	 margin: 0.3em 0;
	font-size:15px;; 
}
ul.tag-men li span.women1{
	  margin-left: 9em;
}
a.add-cart {
  text-decoration: none;
  color: #fff;
  background: #EF5F21;
  padding: 0.4em 0.8em;
  font-size:15px;;
  text-transform: uppercase;
  margin-top: 2em;
  display: inline-block;
}
a.add-cart:hover {
  background:#000;
  
}
h3.real{
  color: #000;
  border-bottom: 1px solid #000;
   margin: 0 0.5em 1em;
  font-size: 14px;
  font-family: 'Lato', serif;
}
/*----*/
.star-on {
  padding: 1em 0;
}
.star-on ul {
  float:left;
}
.star-on ul li{
	vertical-align: sub;
}

.review{
	float:left;
	  padding: 0 1em;
}
.star-on a{
	text-decoration:none;
	font-size:1em;
	color:#000;
}
.star-on a:hover{
	color:#EF5F21;
}
/*----*/
.cd-tabs-navigation {
  width: 100%;
}
.cd-tabs-navigation li {
    display: inline-block;
  list-style:none;
}
.cd-tabs-navigation a {
  position: relative;
  display: block;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	font-size: 14px;
	color:#000;
	background:#eee ;
	padding:10px 16px;
	  font-family: 'Lato', serif;
	text-decoration: none;
}

.cd-tabs-navigation a.selected  {
	background:#EF5F21;
  color:#fff;
}

.cd-tabs-content li {
  display: none;
}
.cd-tabs-content li.selected {
  display: block;
  -webkit-animation: cd-fade-in 0.5s;
  -moz-animation: cd-fade-in 0.5s;
  animation: cd-fade-in 0.5s;
  
}
.cd-tabs.is-ended {
  margin: 3em 0 1em;
  padding: 0 1em;
}
.facts{
	
padding: 1em 0;
}
.facts p{
	color:#999;
	font-size:1em;
	line-height:1.7em;
	padding:0 0 1em;
	  font-family: 'Lato', serif;
}
.facts ul li{
	list-style:none;
	color:#767676;
	font-size:1em;
	padding:0.3em 0;
}
.color {
	background:#eee;
	  margin: 1em 0;
  padding: 1em;
}
.color p,.color span{
	color:#000;
	font-size:1em;
	  font-family: 'Lato', serif;
	    float: left;
		
}
.color p{
	width:40%;
}
.top-comment-left{
	float: left;
	width: 13%;
}
.top-comment-right{
	float: left;
	width:84%;
	margin-left:1em;
	background:#f8f8f8;
	padding:2em ;
}
.top-comment-right h6{
	color:#000;
	font-size: 12px;
	font-family: 'Lato', serif;
}
.top-comment-right p{
	color:#000;
	font-size:1em;
	  margin: 1em 0em 0 1em;
}
a.add-re{
	text-decoration: none;
  color: #fff;
  background: #EF5F21;
  padding: 0.4em 0.8em;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 2em;
  display: inline-block;
}
a.add-re:hover{
	
  background: #000;
  }
.top-comment-right h6 a{
	color:#000;
	font-size:1.5em;
	text-decoration:none;
}
.comments-top-top {
	margin: 2em 0;
	
}
/*--//single--*/
.register {
	padding: 4em 0 ;
}
/*--register--*/
.register h1{
	font-size: 3em;
  font-family: 'Lato', sans-serif;
  color: #000;
  text-align: center;
  font-weight: 600;
  margin-bottom: 1em;
}
.register-top-grid h3, .register-bottom-grid h3 {
	font-size:15px;;
  font-family: 'Lato', sans-serif;
  color: #000;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-weight: 600;
}
.register-top-grid span, .register-bottom-grid span {
	  font-size: 12px;
  display: block;
  color: #A09F9F;
}
.register-top-grid input[type="text"], .register-bottom-grid input[type="password"] {
	width: 100%;
	padding: 1em;
	margin: 1em 0;
	background: none;
	outline:none;
	border: 1px solid #A09F9F;
	-webkit-appearance: none;
}
.checkbox {
	margin-bottom: 4px;
	padding-left: 27px;
	line-height: 27px;
	cursor: pointer;
	float: left;
	position: relative;
}
.news-letter {
	color: #EF5F21;
	font-size: 12px;
	margin-bottom: 1em;
	display:inline-block;
	text-transform: uppercase;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	font-weight:400;
}
.checkbox i {
	position: absolute;
	bottom: 5px;
	left: 0;
	display: block;
	width:20px;
	height:20px;
	outline: none;
	border: 2px solid #EF5F21;
}
.checkbox input + i:after {
	content: '';
	background: url("../images/tick1.png") no-repeat 1px 2px;
	top: -1px;
	left: -1px;
	width: 15px;
	height: 15px;
	font: normal 12px/16px FontAwesome;
	text-align: center;
}
.checkbox input + i:after {
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}
.checkbox input {
	position: absolute;
	left: -9999px;
}
.checkbox input:checked + i:after {
	opacity: 1;
}
.news-letter:hover {
	color:#000;
}
.register-bottom-grid input[type="submit"] {
	background: #EF5F21;
	padding: 0.4em 1em;
	color: #fff;
	font-size: 14px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	display: inline-block;
	border:none;
	outline:none;
}
.register-bottom-grid input[type="submit"]:hover{
	background:#000;
	
}
/*--//register--*/
/*--account--*/
.account h1{
	font-size: 3em;
  font-family: 'Lato', sans-serif;
  color: #000;
  text-align: center;
  font-weight: 600;
  margin-bottom: 1em;
}
.account-top span{
	font-size:1em;
	display: block;
	padding: 0 0 0.5em;
	color:#A09F9F;
}
.account-top div{
	padding:0.5em 0;
}
.account-top input[type="text"],
.account-top textarea,.account-top input[type="password"]{
	padding:1em;
	width:100%;
	background:none;
	border: 1px solid #A09F9F;	
	outline:none;
	
	font-size:1em;	
}

.account-top textarea{
	resize:none;
	height:60px;		
}
.account-top input[type="submit"]{
	outline:none;
	padding:7px 20px;
	color:#FFF;
	cursor:pointer;
	background:#EF5F21;
	border:none;
	width:20%;
   margin:1em auto 0;
   transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;	
	font-size:15px;;
}
.account-top input[type="submit"]:hover{
	background:#000;
}

.account{
	padding: 4em 0;
}
.five {
  background: #fff;
  border-radius: 100px;
  border: 2px solid #EF5F21;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 1%;
  right: 8%;
  padding: 2em 0 0;
  text-align: center;
}
.five span {
  font-size: 12px;
  color: #EF5F21;
}
.five h2 {
  font-size:15px;;
  font-weight: 700;
  color: #000;
}
a.create {
  text-decoration: none;
  color: #fff;
  padding: 7px 20px;
  background: #EF5F21;
  text-align: center;
  display: block;
 }
.left-account img{
 	width:100%;
 }
/*--single--*/
.single-bottom h3 {
  font-size: 3em;
  font-family: 'Lato', sans-serif;
  color: #000;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0.7em;
}
.single-bottom {
  padding: 0em 0 4em;
}
.single-bottom input[type="text"], .single-bottom textarea {
  width: 100%;
  padding: 1em;
  background: none;
  outline: none;
  border: 1px solid #A09F9F;
  font-size: 12px;
  color:#A09F9F;
  -webkit-appearance: none;
  margin: 0 0 1em;
}
.single-bottom  input[type="submit"]{
	width: 10%;
	font-size: 1.3em;
	background: #EF5F21;
	padding: 0.4em 0.8em;
	text-align: center;
	color: #fff;
	border: none;
	outline:none;
	-webkit-appearance: none;
	 
}
.single-bottom  input[type="submit"]:hover{
	background:#000;
}
 .single-bottom textarea {
	resize:none;
	min-height:180px;
	 margin: 0em 0em 1em;
	width: 100%;
 }
 /*--//single--*/
/*--checkout--*/
/*--
.cart h3{
	font-size:1.5em;
}
--*/
.cart-sec{	
	margin-bottom:3em;
}
.cart-item{
	width:20%;
	float:left;
	margin-right:5%;
	
}
.cart-item img{
	width:100%;
}
.cart-item-info{
	width:75%;
	float:left;
	 
}
.check{
	padding:4em 0;
}
.cart-item-info h3{
	font-size:1em;
	font-weight:600;
}
.cart-item-info h3 a{
	color:#000;
}
.cart-item-info h3 span{
	display:block;
	font-weight:400;
	font-size: 0.85em;
  margin: 0.7em 0;
}
.size_3 {
  width:100%;
}
.delivery {
  margin-top: 3em;
}
.delivery p {
  color: #A6A6A6;
  font-size: 12px;
  font-weight: 400;
  float: left;
}
.delivery span {
  color: #A6A6A6;
  font-size: 12px;
  font-weight: 400;
  float: right;
}
.cart-item-info h4 span{
	font-size:0.65em;
	font-weight:400;
} 

.close1,.close2{
  background: url('../images/close_1.png') no-repeat 0px 0px;
  cursor: pointer;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 0px;
  top: 0px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.cart-header {  
  position: relative;  
}
.cart-header2 {  
  position: relative;  
}
a.order {
  background:#EF5F21;
  padding: 10px 20px;
   font-family: 'Lato', sans-serif;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  display: block;
  font-weight: 600;
  text-align: center;
  margin:3em 0;
}
a.order:hover{
	background:#000;
}
.total-item,.cart-items{
	margin-top:0em;
	padding-bottom:2em;
}

.total-item h3 {
  color: #333;
  font-size:15px;;
  margin-bottom: 1em;
}
.total-item h4{
	font-size: 12px;
	font-weight:600;
	color:#9C9C9C;
	display:inline-block;
	margin-right:6em;
}
a.cpns{
	background:#EF5F21;
	color:#fff;
	 font-family: 'Lato', sans-serif;
	padding: 10px;
  font-size: 12px;
	font-weight:600;
}
a.cpns:hover{
	background: #000;
}
.total-item p{
	font-size:15px;;
	font-weight:400;
	margin-top:1em;	
}
.total-item p a{
	color:#727272;	
}
.total-item p a:hover{
	color:#000;
	text-decoration:underline;
}
a.continue{
	background:#EF5F21;
	padding:10px 20px;
	  font-family: 'Lato', sans-serif;
	font-size:1em;
	color:#fff;
	text-decoration:none;
	display: block;
   font-weight: 600;  
   text-align: center;
   margin-bottom:2em;
}
a.continue:hover{
	background:#000;
}
ul.total_price{
	padding: 0;
  margin: 1em 0 0 0;
  list-style: none;
}
ul.total_price li.last_price{
	width: 50%;
  float: left;
  
}
ul.total_price li.last_price span{
	font-size:15px;;
  color: #000;
}
.price-details{
	border-bottom: 1px solid #DDD9D9;
  padding-bottom: 10px;
}
.price-details h3{
	color:#000;
	font-size: 14px;
	margin-bottom:1em;
}
.price-details span{
	width: 50%;
  float: left;
 
  font-size: 0.8125em;
  color: #000;
  line-height: 1.8em;
}


.check h1 {
  font-size:15px;;
  margin-bottom:2em;
    font-family: 'Lato', sans-serif;
}
a.item_add1 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-right-radius: 0;
 
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 10px 15px;
  background: url(0) #f54d56;
}
a.item_add1:hover{
	background:rgb(3, 193, 167);
	text-decoration:none;
	color:#fff;
}
.btn_5{
	padding:25px 40px;
	font-size: 14px;
}
ul.qty{
	padding:0;
	margin:0;
	list-style:none;
}
ul.qty li{
   display: inline-block;
   margin-right: 10%;
}
ul.qty li p{
	font-size:15px;
	color:#555;
}
.cat-page-title{
    margin:0px;
    color: #fff;
	position: absolute;
    top: 250px;
    display: block;
    font-size: 32px;
    text-shadow: #000000 2px 2px 10px;
}
 /*--responsive--*/
 @media (min-width: 1366px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1250px !important;
	} 
}
@media(max-width:1366px){
	
}
@media(max-width:1280px){
	
}
@media(max-width:1024px){
.banner-text {
  width: 70%;
  margin: 0 0 0 3em;
}	
.banner {
  min-height: 492px;
}
.b-animate span {
  padding-top: 4em;
}
.b-from-left {
  min-height: 288px;
}
.top-in span {
  padding: 5em 0 0;
}
.b-from-top {
  min-height: 350px;
}
.top-in1 span {
  padding: 2.3em 0 0;
}
.top-in1 {
  min-height: 166px;
}
.top-in2 span {
  padding: 2em 0 0;
}
.top-in2 {
  min-height: 157px;
}
/*--banner--*/
h6.shop-top {
  font-size: 15px;
}
.tags li a {
  font-size: 15px;
}
 h3.best,h3.tag,h3.cate {
  font-size: 1.7em;
}
h6.best2 {
  font-size: 15px;
  font-family: 'Lato', serif;
  line-height: 1.3em;
}
.six1 {
  padding: 2em 1em 0;
}
/*--single--*/
.single-top {
  width: 48%;
}
.single-top-in {
  width: 52%;
}
.available ul li select {
  margin-left: 9%;
}
.available ul li.size-in select {
  margin-left: 13%;
}
}
@media(max-width:768px){
	.header {
	height: auto;
    background: #fff;
    display: block;
    position: relative;
    width: 100%;
	}
	.header-top-two .top-left {
    position: relative;
    float: left;
    width: 100%;
    padding: 8px 0px;
}
.header-top-two .top-left .text {
    position: relative;
    display: block;
    width: 100%;
    font-size: 11px;
	text-align:center;
    line-height: 30px;
    color: #fff;
}
.header-top-two .text-right{
	display:none;
}
	.navbar-toggler {
		border:0px;
		/*width:100%;*/
	}
	.navbar-toggler-icon{
		float: left;
		top: 12px; 
		right: 15px;
		position: absolute;
		background-image: none !important;
		/* color:#fff; */
		font-size: 1.6rem;
		height:auto !important;
		padding:4px !important;
		border:1px solid #1a1a1a;
		border-radius:3px;
	}
	button:focus {
		outline: none !important;
	}
	.navbar-nav {
		margin-left: -15px !important;
    	margin-top: -8px !important;
	}
	a.navbar-brand {
		float: right;
		margin-left: 50px;
		padding: 0px;
		margin-top: -44px !important;
	}
	.navbar-brand img {
		/*position: absolute;
		top: -45px !important;
		left: 50px !important;
		width: 45px !important;*/
		position: absolute;
		top: 12px !important;
		left: 10px !important;
		width: 150px !important;
	}
	.dropdown-menu {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
		display: none;
		float: left;
		min-width: 10rem;
		padding: auto !important;
		margin: auto !important;
		font-size: 1rem;
		color: #fff !important;
		text-align: left;
		list-style: none;
		background-color: transparent !important;
		background-clip: content-box !important;
		border: none !important;
		border-radius: none !important;
	}
	.navbar-nav .dropdown ul li a {
		color: #fff !important;
		font-size: 12px !important;
	}
	.navbar-nav .nav-item, .navbar-nav .nav-item>.dropdown-menu .dropdown-item {
		font-size: 12px !important;
		text-transform: capitalize;
	}
	/* .navbar-nav .dropdown-menu {
		width: fit-content;
    	float: right;
	} */

	.slideshow {
	    height: 300px !important;
	}
	.left-pad-0, .right-pad-0, .pad-0 {
		padding:0 30px 0 30px !important;
	}
	.carousel{
	padding-top:0;	
	}
	.carousel-caption {
		bottom: 0px !important;
		padding:0;
	}
	.carousel-caption h3, .carousel-caption .slide-read-more{
		font-size:16px;
		margin:30px 0 0;
	}
	.carousel-caption .slide-read-more, .carousel-caption a {
		display:none !important;
	}
	.carousel-caption h2{
		font-size: 16px;
	}
	.carousel-indicators li{
		width: 5px;
    height: 5px;
    background-color: #FD7D15;
    border-radius: 50%;
	}
	.carousel-control-prev, .carousel-control-next{
	width:3%;	
	}
	.top-links {
		padding-right:30px !important;
	}
	.desc-over-image {
		display:none;
	}
	.content-banner-image figure {
		height: 160px !important;
		margin-top: 202px;
	}
	.content-banner-image{
		width:100%;
		height:150px;
	}
	.cat-page-title{
		margin: 0px;
		font-size: 20px;
		position:absolute;
		top:65px;
	}
	.text-over-image {
		left: 15px;
    margin: 0px !important;
    position: absolute;
    top: 0;
	}
	.newsletter-img {
		width: 100%; height: 230px;
	}
	.element1-inner-box {
		width:100% !important;
	}

	.navbar-light .navbar-brand {
		margin-right:0;
	}

	.navbar-nav .nav-item a {
		color: #fff !important;
		font-family:inherit;
		font-size: 12px;
	}

	.top-nav {
	position: absolute;
    left: 0px !important;
    z-index: 1;
    background-color: rgba(0,0,0,.9);
    top: 65px;
    padding: 10px;
    font-family: 'Nunito';
    margin: 0 !important;
    right: 0 !important;
	}

	.page-top-image {
		width:100%; 
		height:200px;
	}

	.text-over-image {
		margin: -100px 10px 0 10px;
		color: #fff;
		font-size: 18px;
		text-shadow: #6bb381 2px 2px 10px;
	}

	.content-image {
		width:100%;
		height:150px;
	}
	.about-us-img{
	margin:0 !important;	
	}
	
	.news-image {
		width:100%;
		height:150px;
	}
	
	.meetbox:first-child {
		margin-left: 30px;
	}

	.meetbox {
		padding:10px auto !important;
		background: #f5f3f3;
	}

	img.slideshow { 
		height:200px;
		width:100% !important;
	}

	#blog {
		height:200px;
		width:100% !important;
	}

	#faq {
		height:150px;
		width:100% !important;
		background-size:cover;
		background-position:center center;
	}

.h_menu4 {
  width: 50%;
}
.banner-text {
  width: 90%;
  margin: 0 0 0 3em;
}
.banner-text h3 {
  font-size: 2.5em;
}
.grid-top {
  float: left;
  width: 33.3%;
}
.grid-mid {
  float: left;
  width: 50%;
}
.twit {
  top: 45%;
}
.amet-sed {
  margin-bottom: 2em;
}
.footer-top-at {
  padding: 3em 0px 2em;
}
.men img,.col-md1 img,.men1 img,.men2 img{
	width:100%
}
.men1,.men2 {
  float: left;
  width: 50%;
}
.b-from-left {
  min-height: 213px;
}
.b-from-top {
  min-height: 553px;
}
.b-animate span {
  padding-top: 3em;
}
.top-in span {
  padding: 8em 0 0;
}
.top-in1 {
  min-height: 261px;
}
.top-in1 span {
  padding: 3.3em 0 0;
}
.top-in2 {
  min-height: 254px;
}
.top-in2 span {
  padding: 3.5em 0 0;
}
/*--contact--*/
.contact-in {
  margin: 1em 0 0;
}

/*--blog--*/
.grid_3 {
  float: left;
  width: 50%;
}
.grid-1{
	float:none;
	width:100%;
}
/*--product--*/
.bottom-cd{
float:left;
width:33.3%;
}
.product-price {
  width: 50%;
}
.six1 {
  width: 87%;
  padding: 4.5em 1em 0;
}

/*--single--*/
.single-top-in {
  width: 100%;
  margin-left: 0%;
    float: left;
}
.single-top {
  width: 100%;
}
.single-para h4 {
  font-size: 14px;
}
.available ul li select {
  margin-left: 14.5%;
}
.available ul li.size-in select {
  margin-left: 16.5%;
}
.left-account {
  margin-top: 2em;
}
a.cpns {
  padding: 7px;
  font-size: 0.7em;
}
.men {
  margin-bottom: 2em;
}
}
@media(max-width:640px){
	
.banner-text {
  padding: 7em 0 1em;
}	
.grid-top p {
  font-size: 15px;
}
.pro-grid {
  padding: 5.5em 0 0;
}
.blog {
  padding: 2em 0;
}
.contact {
  padding: 2em 0;
}
.account {
  padding: 2em 0;
}
.register {
  padding: 2em 0;
}
.b-animate span {
  padding-top: 2.5em;
}
.banner {
  min-height: 400px;
}
ul.callbacks_tabs.callbacks1_tabs {
  left: 42%;
}
.b-from-left {
  min-height: 170px;
}
.top-in span {
  padding: 6.5em 0 0;
}
.b-from-top {
  min-height: 448px;
}
.top-in1 {
  min-height: 214px;
}
.top-in1 span {
  padding: 3em 0 0;
}
.top-in2 span {
  padding: 3em 0 0;
}
.top-in2 {
  min-height: 204px;
}
}
@media(max-width:480px){	
.search {
 display: none;
}
.header-left {
  float: none;
  margin-top: 0px;
  text-align: center;
}
.banner-text h3 {
  font-size:15px;;
}
.banner-text p {
  font-size: 15px;
}
.banner {
  min-height: 294px;
}
.banner-text {
  padding: 3em 0 1em;
}
.grid-top {
  width: 100%;
    margin-bottom: 1em;
}
.grid-top p {
  font-size:15px;;
}
.content-top {
  padding: 2em 0;
}
.grid-in {
  padding: 0em 0 0;
}
.content-bottom ul li {
  border: none;
  width: 33%;
}
.product-price {
  width: 63%;
}
.banner-text {
  margin: 0 0 0 2em;
}
.pro-grid span {
  font-size: 15px;
}
.pro-grid {
  padding: 3.5em 0 0;
}
a.item_add p.number {
  font-size: 15px;
}
.b-from-left {
  min-height: 440px;
}
.b-animate span {
  padding-top: 6em;
}
.top-in span {
  padding: 4.5em 0 0;
}
.b-from-top {
  min-height: 321px;
}
.top-in1 span {
  padding: 2em 0 0;
}
.top-in1 {
  min-height: 154px;
}
.top-in2 span {
  padding: 1.5em 0 0;
}
.top-in2 {
  min-height: 144px;
}
/*--single--*/
.cd-tabs-navigation a {
  font-size: 15px;
}
.top-comment-right {
  width: 81%;
}
.grid_3 {
  float: left;
  width: 100%;
}
.blog h1 {
  font-size: 14px;
  margin: 0 0 0.5em;
}
.single-bottom h3 {
  font-size: 14px;
}
.single-bottom input[type="submit"] {
  width: 18%;
}
.contact h1 {
  font-size: 14px;
}
.contact-form {
  padding: 1em 0;
}
.account h1 ,.register h1 {
  font-size: 14px;
  margin-bottom: 0.3em;
}
.register-top-grid h3, .register-bottom-grid h3 {
  font-size:15px;;
}
}
@media(max-width:320px){
.logo {
  width: 45%;
}
.logo img{
  width: 100%;
}
}
@media(max-width:320px){
.header-left ul li a {
  margin: 0 1em 0 0;
 font-size: 15px;
}
.box_1 h3 {
  font-size: 15px;
}
.header-top {
  padding: 10px 0;
}
.logo {
  width: 41%;
}
.h_menu4 {
  margin: 1px 0 0px;
}
.logo img{
	width:100%;
}
.head-top {
  padding: 0.6em 0;
}
.banner-text h3 {
  font-size: 12px;
  line-height:1.5em;
    letter-spacing: 3px;
    margin-bottom: 0.2em;
}
.banner-text p {
 font-size: 12px;
}
.banner-text a {
  font-size: 12px;
  padding: 0.3em 0.5em;
}
.banner {
  min-height: 158px;
}
.content-top h1 {
  font-size: 1.3em;
    margin-bottom: 0.8em;
}
.grid-mid {
  padding: 5px;
}
.twit h4 {
  font-size: 12px;
}
.amet-sed {
  margin-bottom: 1em;
  padding: 0;
}
.amet-sed h4 {
  font-size:15px;;
  margin: 0 0 0.3em;
}
ul.nav-bottom li a {
  font-size: 12px;
}
.amet-sed input[type="submit"] {
  width: 24%;
}
.content-bottom {
  padding: 1em 0;
}
.grid-middle {
  padding: 0.1em 0 0;
}
.content-top {
  padding: 1em 0 0;
}
.grid-top p {
  font-size:15px;;
}
.banner-text {
  padding: 1.5em 0 1em;
  margin: 0 0 0 1em;
}
ul.callbacks_tabs.callbacks1_tabs {
  left: 36%;
}
.banner {
  min-height: 203px;
}
ul.callbacks_tabs.callbacks1_tabs {
  bottom: 8%;
}

.box_1 p a {
  font-size: 12px;
}
.header-left ul {
  margin-top: 13px;
}
.content-top-bottom h2 {
  font-size:15px;;
  margin-bottom: 1em;
}
.men {
  margin-bottom: 1em;
}
.col-md2 {
  padding: 15px 0 0;
}
.product {
  padding: 2em 0;
}
.product-price {
  width: 100%;
  padding: 0;
}
.bottom-cd {
  padding: 0 3px;
}
p.tun {
  font-size: 12px;
}
a.item_add p.number {
  font-size: 12px;
  padding: 0.5em 0.5em;
}
.pro-grid span {
  font-size: 12px;
  padding: 0.4em 0.8em;
}
.pro-grid {
  padding: 2.5em 0 0;
}
.bottom-product {
  margin-bottom: 1em;
}
.pagination {
  margin: 10px 0 0;
}
.footer-top-at {
  padding: 2em 0px 2em;
}
.grid_3 {
  padding: 0;
}
.blog-poast-info ul li a,.blog-poast-info ul li span{
  font-size: 12px;
}
.grid_3 {
  margin-bottom: 1em;
}
.single-bottom h3 {
  font-size:15px;;
}
.single-bottom input[type="text"], .single-bottom textarea {
  padding: 0.6em;
}
.single-bottom textarea {
  min-height: 100px;
}
.single-bottom input[type="submit"] {
  width: 25%;
}
.single-bottom {
  padding: 0em 0 0em;
}
.contact-grid ,.contact-in{
  padding: 0;
}
.contact-grid input[type="text"], .contact-grid textarea {
  padding: 0.8em;
}
.send input[type="submit"] {
  width: 24%;
}
.account-top input[type="text"], .account-top textarea, .account-top input[type="password"]
,.register-top-grid input[type="text"], .register-bottom-grid input[type="password"] {
  padding: 0.5em;
}
.account-top input[type="submit"] {
  width: 33%;
}
.register-top-grid h3, .register-bottom-grid h3 {
  font-size:15px;;
}
.product-price1,.single-top,.single-top-in {
  padding: 0;
}
.single-para h4 {
  font-size:15px;;
}
.available ul li select {
  margin-left: 6.5%;
}
.available ul li.size-in select {
  margin-left: 10.5%;
}
.cd-tabs.is-ended {
  margin: 1em 0 1em;
  padding: 0 0em;
}
.footer-class p {
  font-size: 12px;
}
.button a {
  font-size: 12px;
}
.cart-items,.cart-total {
  padding: 0;
}
.account-top input[type="submit"],.register-bottom-grid input[type="submit"] {
  font-size: 12px;
}
.account-top,.left-account,.register-top-grid,.register-bottom-grid {
  padding: 0;
}
.b-animate span {
  padding-top: 4.2em;
  font-size: 1.6em;
}
.b-from-left {
  min-height: 247px;
}
.top-in span {
  padding: 2.5em 0 0;
}
.b-from-top {
  min-height: 194px;
}

 .top-in1 span {
  padding: 1.8em 0 0;
}
.top-in1 {
  min-height: 92px;
}
.top-in2 span {
  padding: 1.15em 0 0;
}
.top-in2 {
  min-height: 81px;
}
}
@media (min-width: 992px){
	.dropdown-menu .dropdown-toggle:after{
		border-top: .3em solid transparent;
	    border-right: 0;
	    border-bottom: .3em solid transparent;
	    border-left: .3em solid;
	}
	.dropdown-menu .dropdown-menu{
		margin-left:0; margin-right: 0;
	}
	.dropdown-menu li{
		position: relative;
	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover{ background-color:#F1F1F1; }
	.dropdown-menu > li:hover > .submenu{
		display: block;
	}
}

/**************15-09-2021 - By Ravi**************/
.foot-up {
    padding-top:20px;
}
.foot-logo {
    /*margin-bottom: 30px;*/
}
.footer .pos-info ul {
    text-align: left;
    margin-top: 0;
}
.footer .pos-info ul li {
    padding-left: 15px;
    padding-left: 15px;
    margin-left: 0;
    position: relative;
	list-style:none;
}
.footer h5 {
    position: relative;
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 24px;
    padding-bottom: 14px;
    text-transform: capitalize;
}
.footer .pos-info ul li a {
    color: rgba(255, 255, 255, .8);
    font-size: 16px;
    line-height: 24px;
	margin-bottom:10px;
    font-weight: 500;
    display: inline-block;
    width: 100%;
}
.footer p {
    color: rgba(255, 255, 255, .8);
    font-size: 14px;
    line-height: 24px;
	margin:0;
}
.footer .footer-widget {
    position: relative;
    margin-bottom: 40px;
}
.footer h5:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    height: 1px;
    width: 50px;
    background-color: #FD7D15;
}
.footer .about-widget .text {
    position: relative;
    color: #ccc;
    font-size: 16px;
    line-height: 1.6em;
    margin-top: 22px;
    margin-bottom: 32px;
}
.navbar-light .navbar-toggler{
	height:45px;
}
/**/
.blog-div .description{
	height: 60px;
}
.blog-section{
	/*margin-top:200px;*/
}
.underline-sidebar:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left:34%;
    height: 4px;
    width: 100px;
    background: #FD7D15;
}
.blog-section .social-links {
	padding: 8px 0px
}
.blog-section .social-links li {
	margin-left: 16px;
	display: inline-block
}
.blog-section .social-links li a {
	position: relative;
	display: block;
	color: #fd7d15;
	line-height: 30px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease
}
.blog-section .social-links li a:hover {
	color: #fdc312
}
/**********/
.side-bar h4 {
	font-weight:700;
	margin:0;
	position:relative
}
.side-bar h4:before {
	content:"";
	height:2px;
	width:36px;
	display:inline-block;
	position:absolute;
	margin-top:35px;
	margin-left:15px;
	background:#272727
}
.side-bar .heading {
	margin-bottom:40px;
	margin-top:0
}
.side-bar .search {
	margin-bottom:5px;
	margin-top:0
}
.side-bar .heading hr {
	margin:10px 0
}
.side-bar .heading h6 {
	color:#000;
	margin:0;
	font-size:16px;
	text-transform:none;
	font-weight:700;
	padding-bottom:3px;
	position:relative
}
.side-bar .heading hr {
	display:none
}
.side-bar .heading h6:before {
	position:absolute;
	bottom:-14px;
	height:1px;
	left:0;
	width:30px;
	margin:0 auto;
	background:#252839;
	content:""
}
.side-bar .heading h6:after {
	bottom:-11px;
	height:1px;
	left:0;
	width:50px;
	background:#252839;
	content:"";
	margin:0 auto;
	position:absolute
}
.side-bar .cate li {
	line-height:30px;
	list-style:none;
	border:none
}
.side-bar .cate li a {
	color:#000;
	width:100%;
	font-weight:500;
	font-size:14px;
	display:inline-block
}
.side-bar .cate li a span {
	color:#b8b8b8;
	margin:0;
	padding:0;
	float:right;
	display:none
}
.side-bar .cate li a:hover {
	color:#000
}
.side-bar .cate .drop-menu .drop-menu {
	position:relative;
	padding-top:5px
}
.side-bar .cate .well {
	background:0 0;
	border:none;
	box-shadow:none;
	padding:0;
	margin-bottom:0
}
.side-bar .cate .drop-menu .well {
	padding-left:20px
}
.side-bar .cate .drop-menu .well li a {
	color:#000!important
}
.side-bar .cate .drop-menu a {
	display:block;
	float:none;
	position:relative;
	width:auto
}
.side-bar .cate .drop-menu li {
	position:relative;
	line-height:25px;
	border:none;
	font-size:12px
}
.side-bar .cate .drop-menu .well li a {
	opacity:1
}
.side-bar .cate .drop-menu .well li a:hover {
	opacity:1;
	color:#000
}
.side-bar .cate .drop-menu a.title:before {
	content:"\f056";
	font-family:FontAwesome;
	padding:0;
	color:#000;
	border-radius:50%;
	text-align:center;
	font-size:16px;
	position:absolute;
	right:0;
	top:0
}
.side-bar .cate .drop-menu a.collapsed:before {
	content:"\f055";
	color:#dfdfdf
}
.side-bar .tags li {
	list-style:none;
	display:inline-block
}
.side-bar .tags li a {
	list-style:none;
	background:#eee;
	font-size:10px;
	font-weight:700;
	text-transform:uppercase;
	padding:10px 15px;
	display:inline-block;
	margin-bottom:8px;
	margin-right:8px;
	float:left;
	font-family:Raleway, sans-serif
}
.side-bar .tags li a:hover {
	background:#f2b632;
	color:#fff
}
.fancy-collapse-panel .panel-default > .panel-heading {
    padding: 0;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-group .panel-heading {
    border-bottom: 0;
        border-bottom-color: currentcolor;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-title a{
	color: #343a40;
}
.panel-group .panel {
    margin-bottom: 15px;
    border-radius: 4px;
}
.panel-default {
    border-color: #ddd;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}
.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #ddd;
        border-top-color: rgb(221, 221, 221);
}
.panel-body {
    padding: 15px;
}
.fancy-collapse-panel .panel-default > .panel-heading {
padding: 0;

}
.fancy-collapse-panel .panel-heading a {
padding: 12px 35px 12px 15px;
display: inline-block;
width: 100%;
font-size:14px;
position: relative;
line-height:initial;
text-decoration: none;
}
.fancy-collapse-panel .panel-heading a:after {
font-family: "FontAwesome";
content: "\f147";
position: absolute;
right: 20px;
font-size: 20px;
font-weight: 400;
top: 50%;
line-height: 1;
margin-top: -10px;
}

.fancy-collapse-panel .panel-heading a.collapsed:after {
content: "\f196";
}

/***/
.carousel-caption{
	text-align: left !important;
	bottom: 100px;
	left: 10% !important;
	right: 10% !important;
}
.carousel-caption h3, .carousel-caption .slide-read-more{
	text-shadow: 2px 2px 10px rgba(0,0,0,1);
}
.carousel-control-prev, .carousel-control-next{
	width: 5% !important;
}
a {
	outline: none !important;
}
/*********/
.goog-te-gadget .goog-te-combo{
	margin: 0px !important;
	padding: 0 !important;
}
.goog-te-gadget{
	color: #ffffff !important;
}
#google_translate_element{
	display:inline-block;
}
#google_translate_element select{
	display:inline-block;
	color: #ffffff;
	border: 1px solid rgba(0, 0, 0, .05);
	height: 35px;
	background: rgba(0, 0, 0, .35);
	padding: 3px 12px;
	font-size: 12px;
}
/*******************/

@media all and (min-width: 768px) {
	.navbar-nav .dropdown-menu{ display: none; }
	.navbar-nav .nav-item:hover .nav-link{   }
	.navbar-nav .nav-item:hover .dropdown-menu{ display: block; }
	.navbar-nav .nav-item .dropdown-menu{ margin-top:0; }
}	
.navbar-brand {
  
    padding-top:0 !important;
    padding-bottom:0 !important
    
}

.navbar {
    padding: 0 !important;
    width: 100%
}