/*
Template Name: E-SHOP HTML E-Commerce Template
Author: yaminncco

Colors:
	Body 		  : #4A4E5A
	Headers 	: #30323A
	Primary 	: #F8694A
	Dark 		  :	#30323A
	Grey 		  : #DADADA #F6F7F8

Fonts: Hind

Table OF Contents
------------------------------------
1 > GENERAL
------ typography
------ Buttons
------ Inputs
------ Lists
------ Sections
------ Breadcrumb
2 > HEADER
------ Top header
------ Logo
------ Search header
------ Account header
------ Cart header
3 > NAVIGATION
------ Category nav
------ Menu nav
------ Dropdowns
------ Mobile Nav
4 > BANNERS
5 > HOME SLIDER
6 > PRODUCT
------ Single product
------ Widget product
------ Product slick
7 > PRODUCTS PAGE
------ Aside
------ Store
8 > PRODUCT DETAILS PAGE
------ Product view
------ Product details
------ Product tab
9 > CHECKOUT PAGE
10 > FOOTER
11 > SLICK
------ Arrows
------ Dots
12 > RESPONSIVE
------------------------------------*/

/*=========================================================
	01 -> GENERAL
===========================================================*/

/*----------------------------*\
	Typography
\*----------------------------*/
.image-bg-port .image-shop-scroll {
    min-height: 355px;
}
.image-bg-port:hover .image-shop-scroll {
    background-position: center 100%!important;
}
.image-bg-port .image-shop-scroll {
    transition: all 3s ease-out 0s;
    -webkit-transition: all 3s ease-out 0s;
    -moz-transition: all 3s ease-out 0s;
    -ms-transition: all 3s ease-out 0s;
    -o-transition: all 3s ease-out 0s;
}
.image-bg-port .image-shop-scroll {
    background-position: center 0!important;
    background-repeat: no-repeat!important;
    background-size: 100%!important;
    position: absolute;
    width: 100%;
    min-height: 285px;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    border-radius: 0px 0px 5px 5px;
}
.image-bg-port .image-shop-scroll {
    transition: all 3s ease-out 0s;
    -webkit-transition: all 3s ease-out 0s;
    -moz-transition: all 3s ease-out 0s;
    -ms-transition: all 3s ease-out 0s;
    -o-transition: all 3s ease-out 0s;
}
.image-bg-port {
    min-height: 350px;
}

.image-bg-port {
    min-height: 280px;
    display: inline-block;
    position: relative;
    background-size: 100%!important;
    width: 100%;
    max-width: 378px;
}
.image-bg-port {
    max-width: 100% !important;
}
.box-content {
    border: 3px solid #E1E1E1;
    border-radius: 5px;
    overflow: hidden;
    background: url(../img/safari.png) top center no-repeat transparent;
    background-size: contain;
    padding-top: 24px;
}

.box-content {
    position: relative;
}
.brand-area img
{
    
    border: 1px solid;
}
@keyframes slideup
{
    
    0%
    {
        transform:translateY(250px);
    }
100%
    {
        transform:translateY(0);
    }
}

 
@keyframes zoomin {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
            transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}

.section-grey p
{
    color:#fff;
}

.section-grey h3
{
    color:#fff;
}

.section-grey li a
{
    color:#fff;
}

body {
  font-family: 'Hind', sans-serif;
 
    
}
#footer {
 
  background-image: url('../img/footer-bg.png');
  background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  color: #30323A;
   
  font-weight: 700;
}

a {
  color: #30323A;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}

a:hover, a:focus {
  color: #F8694A;
  text-decoration: none;
  outline: none;
}

.primary-color {
  color: #F8694A;
}

.white-color {
  color: #FFF;
}

.font-weak {
  font-weight: 400;
}

strong {
  color: #30323A;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none
}

hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border-color: #DADADA;
}

/*----------------------------*\
	Buttons
\*----------------------------*/

.main-btn, .primary-btn {
  display: inline-block;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.icon-btn.main-btn, .icon-btn.primary-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0px;
  border: none;
}
.navbar-fixed-top {
    top: 40px;
}
.main-btn {
  color: #30323A;
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 6px transparent;
  box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 6px transparent;
}

.main-btn:hover, .main-btn:focus {
  color: #F8694A;
  -webkit-box-shadow: 0px 0px 0px 1px #F8694A inset, 0px 0px 0px 0px #F8694A;
  box-shadow: 0px 0px 0px 1px #F8694A inset, 0px 0px 0px 0px #F8694A;
}

.primary-btn {
  color: #FFF;
  background-color: #F8694A;
}

.primary-btn:hover, .primary-btn:focus {
  color: #FFF;
  background-color: #30323A;
}
.nav-pills  {
    overflow: hidden;
    border: 1px solid #d8b507;
    background-color: #80b540;
}
.nav-pills>li {
    float: none;
    margin: auto;
    display: inline-flex;
}
.nav-pills a{
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 14px;
    font-family: Tahoma;
    font-weight: bold;
    text-transform: uppercase;
    border-right: #d8b507 solid 1px;
}
.tab-pill
{
	padding-bottom:90px;
	padding-top:90px;
	border-top: #eaeaea solid 1px;
    border-bottom: #eaeaea solid 1px;
        background-color: #f8f9fa;
		width:100%;
}
.testimonials
{
	padding-bottom:90px;
	padding-top:90px;
	border-top: #eaeaea solid 1px;
    border-bottom: #eaeaea solid 1px;
        background-color: #f8f9fa;
		width:100%;
}
.Deliverd-pro
{
	padding-bottom:90px;
	padding-top:90px;
	border-top: #eaeaea solid 1px;
    border-bottom: #eaeaea solid 1px;
        background-color: #fff;
		width:100%;
}
.col-lg-12.list li {
    padding: 4px;
    list-style-type: square;
}
/* fixed social*/
#fixed-social {
   position: fixed;
   top: 130px;
       z-index: 999;

}

#fixed-social a {
   color: #fff;
   display: block;
   height: 40px;
   position: relative;
   text-align: center;
    line-height: 40px;
   width: 40px;
   margin-bottom: 1px;
   z-index: 2;
}
#fixed-social a:hover>span{
	visibility: visible;
  left: 41px;
  opacity: 1;
} 
#fixed-social a span {
	line-height: 40px;
    left: 60px;
    position: absolute;
    text-align: center;
    width: 120px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
}
 .fixed-facebook{
 	background-color: #00AAE5;
 }
 .fixed-facebook span{
	background-color: #00AAE5;
 }
 .fixed-twitter{
	background-color: #7D3895;

 }
 .fixed-twitter span{
 	background-color: #7D3895;
 }
 .fixed-gplus{
	background-color: #00AF54;

 }
 .fixed-gplus span{
 	background-color: #00AF54;
 }
 .fixed-linkedin{
	background-color: #FFC41E;

 }
 .fixed-linkedin span{
 	background-color: #FFC41E;
 }
 .fixed-instagrem{
	background-color: #ED2B29;

 }
 .fixed-instagrem span{
 	background-color: #ED2B29;
 }
 
  
/*end fixed social*/
.about-us
{
	padding-bottom:90px;
	padding-top:90px;
	border-top: #eaeaea solid 1px;
    border-bottom: #eaeaea solid 1px;
        background-color: #f8f9fa;
		width:100%;
}
.clinet
{
	padding-bottom:10px;
	padding-top:10px;
	border-top: #eaeaea solid 1px;
    border-bottom: #eaeaea solid 1px;
        background-color: #fff;
		width:100%;
}

.marq-text {
    color: #ffffff;
    font-size: 33px;
    z-index: 99999;
    position: absolute;
    background-color: #045c04;
    font-weight: bold;
    text-transform: uppercase;
    writing-mode: vertical-lr;
    padding: 8px 5px 10px 0px;
}
.tab-pill img
{
	width:100%;
}
.tab-pane textarea
{
	font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
    height: 38px;
    padding: 6px 0 0 0px;
    resize: none;
    text-align: center;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    overflow: hidden;
    background-color: #045c04;
    color: #fff;
    cursor: pointer;
	margin-top: 6px;
}

.tab-content
{
	    margin-top: 10px;
    border: 1px solid #80b540;
    padding: 17px 17px 17px 17px;
}
 .pro-section
 {
	     padding: 0 0 20px 0px !important;
    background-color: #80b540;
    border-top: #e0e2e408 solid 1px;
 }
 .counter {
    display: table-cell;
    margin: 1.5%;
    font-size: 50px;
    padding: 20px 0 0 0px;
    width: 128px;
    border-radius: 50%;
    font-family: 'Roboto', sans-serif;
    vertical-align: middle;
    color: #000;
}
.num-col i {
    font-size: 48px;
    color: #045c04;
    float: left;
    line-height: 100px;
    padding: 0 10px 0 0px;
}
.num-col span {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #000;
}
/*----------------------------*\
	Inputs
\*----------------------------*/

.input {
  width: 100%;
  height: 40px;
  padding: 0px 15px;
  border: none;
  background-color: transparent;
  -webkit-box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 5px transparent;
  box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 5px transparent;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.input:focus {
  -webkit-box-shadow: 0px 0px 0px 1px #F8694A inset, 0px 0px 0px 0px #F8694A;
  box-shadow: 0px 0px 0px 1px #F8694A inset, 0px 0px 0px 0px #F8694A;
}

textarea.input {
  padding: 15px;
}

.input-checkbox .caption {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s max-height;
  transition: 0.3s max-height;
}

.input-checkbox>label {
  color: #30323A;
}

.input-checkbox input[type="checkbox"]:checked+label+.caption, .input-checkbox input[type="radio"]:checked+label+.caption {
  max-height: 800px;
}

/*----------------------------*\
	Lists
\*----------------------------*/

.list-links .list-links-title {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
}

.list-links li>a {
  position: relative;
  display: inline-block;
   
  padding: 2px 0px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.list-links li>a:before {
  content: "\f105";
  position: absolute;
  left: 0px;
  font-family: FontAwesome;
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.list-links li>a:hover, .list-links li>a:focus, .list-links li.active>a {
  color: #F8694A;
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.list-links li>a:hover:before, .list-links li>a:focus:before, .list-links li.active>a:before {
  opacity: 1;
  visibility: visible;
}

/*----------------------------*\
	Sections
\*----------------------------*/


/*----------------------------*\
Footer	Lists
\*----------------------------*/

.list-links-footer .list-links-title {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
}

.list-links-footer li>a {
  position: relative;
  display: inline-block;
   
  padding: 2px 0px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.list-links-footer li>a:before {
  content: "\f105";
  position: absolute;
  left: 0px;
  font-family: FontAwesome;
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.list-links-footer li>a:hover, .list-links-footer li>a:focus, .list-links-footer li.active>a {
  color: #F8694A;
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.list-links-footer li>a:hover:before, .list-links-footer li>a:focus:before, .list-links-footer li.active>a:before {
  opacity: 1;
  visibility: visible;
}

/*----------------------------*\
Footer	Sections
\*----------------------------*/





.section {
  padding-top: 53px;
  padding-bottom: 30px;
}

.section-grey {
  background: #F6F7F8;
}

.section-title {
  position: relative;
  margin-bottom: 15px;
  margin-top: 15px;
  border-bottom: 1px solid #DADADA;
}

.section-title .title {
  display: inline-block;
  text-transform: uppercase;
}

.section-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.5px;
  height: 3px;
  width: 60px;
  background-color: #F8694A;
}

/*----------------------------*\
	Breadcrumb
\*----------------------------*/

#breadcrumb {
  -webkit-box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0.175);
  box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0.175);
}

.breadcrumb {
  background-color: transparent;
  border: none;
  border-radius: 0px;
  padding: 15px 0px;
  margin: 0;
}

.breadcrumb>.active {
  color: #F8694A;
}

.breadcrumb>li+li:before {
  color: #DADADA;
}

/*=========================================================
	02 -> HEADER
===========================================================*/

#header {
  padding-top: 2px;
  padding-bottom: 2px;
}

/*----------------------------*\
	Top header
\*----------------------------*/

#top-header {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #DADADA;
  background: #000;
}

.header-top-links>li {
  display: inline-block;
}

.header-top-links>li+li {
  margin-left: 15px;
}

.header-top-links>li>a {
  cursor: pointer;
   
}

/*----------------------------*\
	logo
\*----------------------------*/

.header-logo {
  display: inline-block;
  margin-right: 15px;
}

.header-logo .logo>img {
 
  max-height: 74px;
}

/*----------------------------*\
	Search header
\*----------------------------*/

.header-search {
  display: inline-block;
  padding: 15px 0px;
  max-width: 400px;
  float:right;
}

.header-search>form {
  position: relative;
}

.header-search>form .search-input {
  padding-left: 150px;
  padding-right: 45px;
}

.header-search>form .search-categories {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 135px;
}

.header-search>form .search-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: none;
}

/*----------------------------*\
	Account header
\*----------------------------*/

.header-btns>li {
  display: inline-block;
  vertical-align: top;
  padding: 15px 0px;
}

.header-btns>li+li {
  margin-left: 15px;
}
.fac
{
	    background-color: #045c04!important;
}
.you
{
	    background-color: red!important;
}
.in
{
	    
}
.twt
{
	 background-color:   #25a8e0 !important
}
.header-btns>li .header-btns-icon {
  position: relative;
  float: left;
  margin-right: 15px;
      width: 30px;
    height: 30px;
    line-height: 35px;
  text-align: center;
  color: #30323A;
  background-color: #FFF;
  border: 1px solid #DADADA;
}

.header-btns .dropdown-toggle {
  display: block;
  cursor: pointer;
}

.header-account.dropdown .custom-menu>li>a>i {
  margin-right: 15px;
  color: #F8694A;
}

/*----------------------------*\
	Cart header
\*----------------------------*/

.header-cart .header-btns-icon .qty {
  position: absolute;
  right: -9px;
  top: -9px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 10px;
  background: #F8694A;
  color: #FFF;
  border-radius: 50%;
}

.header-cart.dropdown .custom-menu {
  width: 300px;
}

#shopping-cart .shopping-cart-list {
  max-height: 260px;
  margin-bottom: 15px;
  overflow-y: scroll;
}

#shopping-cart .shopping-cart-list .product.product-widget:first-child {
  margin-top: 0px;
}

#shopping-cart .shopping-cart-list .product.product-widget:last-child {
  margin-bottom: 0px;
}

#shopping-cart .shopping-cart-btns>button {
  width: calc(50% - 2px);
}

/*=========================================================
	03 -> NAVIGATION
===========================================================*/

#navigation {
    background-color: #ffffff;
    display: block;
     
    margin-top: -45px;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 11px -1px #ECECEC;
    box-shadow: 0px 4px 11px -1px #ECECEC;
    z-index: 9999999999;
}

#navigation .container {
  position: relative;
}

/*----------------------------*\
	Category nav
\*----------------------------*/
.clint-circle img
{
	 
    padding: 0px;
    width: 60px;
    height: 60px;
    float: right;
    /* bottom: 30px; */
    margin: auto;
	border: 5px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 30px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 30px -2px rgba(0, 0, 0, 0.1);
}
 
.my-review:before {
    content: "";
    border: 1px solid red;
    z-index: 2;
    position: absolute;
    left: -15px;
    border-width: 0 30px 33px 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    bottom: 85px;
}
.clint-circle  
{  
     padding:15px;
	 
	 
}
.my-review
{
	width:100%;
	-webkit-box-shadow: 0 2px 30px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 30px -2px rgba(0, 0, 0, 0.1);
	border-radius: 7px;
	background-color:#fff;
	  
}
.my-review p
{
	 padding:15px;
	 font-size: 18px; 
}
.my-review span
{
	 padding:15px;
	 font-size: 15px; 
}
.category-nav {
  float: left;
  width: 270px;
}

.category-nav .category-header {
  padding: 15px;
  display: block;
  text-transform: uppercase;
  background: #F8694A;
  color: #FFF;
  font-weight: 700;
}

.category-nav .category-header>i {
  float: right;
  line-height: 20px;
}

.category-nav .category-list {
  position: absolute;
  width: 270px;
  background-color: #FFF;
  border-left: 1px solid #DADADA;
  border-right: 1px solid #DADADA;
  border-bottom: 1px solid #DADADA;
  z-index: 50;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.category-nav.show-on-click .category-list {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
}

.category-nav.show-on-click .category-list.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.category-nav .category-list>li+li {
  border-top: 1px solid #DADADA;
}

.category-nav .category-list>li.dropdown>.dropdown-toggle>i {
  float: right;
  line-height: 20px;
}

.category-nav .category-list>li>a {
  display: block;
  padding: 15px;
  text-transform: uppercase;
}

.category-nav .category-list>li>a:hover, .category-nav .category-list>li>a:focus, .category-nav .category-list>li.dropdown.open>a {
  color: #F8694A;
}

/*----------------------------*\
	Menu nav
\*----------------------------*/

.menu-nav .menu-header {
  display: none;
  padding: 15px;
  text-transform: uppercase;
  background: #30323A;
  color: #FFF;
  font-weight: 700;
}

.menu-nav .menu-header>i {
  float: right;
  line-height: 20px;
}

.menu-nav .menu-list>li {
  display: inline-block;
}

.menu-nav .menu-list>li>a {
  display: block;
    padding: 7px 6px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 100;
    background: #80b540;
    /* background: bottom; */
    letter-spacing: 2px;
    border-radius: 2px;
    line-height: 22px;
}

.menu-nav .menu-list>li>a:hover, .menu-nav .menu-list>li>a:focus, .menu-nav .menu-list>li.dropdown.open>a {
  color: #F8694A;
}
.col-text {
  height:20em;
}
.grid-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  flex-direction: row; 
  -webkit-flex-direction: row;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-around;
}
.col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.col-left {
  -webkit-box-ordinal-group:-1;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.col-text{
  display: flex;
  align-items: center;
  justify-content: center;
}
.Aligner-item {
  width: 60%;
}
.col-image {
  background-size: cover;
  background-position:center center;
}

@media (max-width: 640px) {
  .grid-flex {
    height: 40em;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column; 
   }
  .col {
    order:vertical;
  }
  .col-left {
    -webkit-box-ordinal-group:0;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .col-text div p {
    padding: 1em;
  }
  .Aligner-item {
    width: 90%;
  }
}
.product-thumb1 img
{
    width:100%;
}
.display-4 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
    text-transform: uppercase;
}
.title {
    font-size: 4.1rem;
    font-weight: 300;
    line-height: 1.2;
 
}
.text-white 
{
	color:#fff;
}
 .h5, h5 {
    font-size: 2.25rem;
}
  strong {
    font-weight: 900;
    color: #045c04;
}
/*----------------------------*\
	Dropdowns
\*----------------------------*/

.custom-menu {
  position: absolute;
  padding: 15px;
  background: #FFF;
  -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
  z-index: 100;
  top: 100%;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.dropdown.open>.custom-menu {
  opacity: 1;
  visibility: visible;
}

/*-- Default Dropdown --*/

.dropdown.default-dropdown>.custom-menu {
  border-top: 2px solid #F8694A;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(15px);
  -ms-transform: translateX(-50%) translateY(15px);
  transform: translateX(-50%) translateY(15px);
}

.dropdown.default-dropdown.open>.custom-menu {
  -webkit-transform: translateX(-50%) translateY(0px);
  -ms-transform: translateX(-50%) translateY(0px);
  transform: translateX(-50%) translateY(0px);
}

.dropdown.default-dropdown>.custom-menu>li>a {
  display: block;
  padding: 10px 0px;
  text-transform: uppercase;
}

/*-- Mega Dropdown --*/

.dropdown.mega-dropdown.full-width {
  position: static !important;
}

.dropdown.mega-dropdown>.custom-menu {
  border-top: 2px solid #F8694A;
  left: 0;
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
  width: auto;
  min-width: 750px;
  max-width: 100%;
}

.dropdown.mega-dropdown.full-width>.custom-menu {
      width: 80%;
    display: block;
    margin-left: 10%;
    margin-right: 10%;
}
.div-100
{
    width:100%!important;
}
.dropdown.mega-dropdown.open>.custom-menu {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

/*-- Side Dropdown --*/

.dropdown.side-dropdown>.custom-menu {
  border-left: 2px solid #F8694A;
  left: 100%;
  top: 0;
  width: 750px;
  -webkit-transform: translate(15px, 0px);
  -ms-transform: translate(15px, 0px);
  transform: translate(15px, 0px);
}

.dropdown.side-dropdown.open>.custom-menu {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.header-btns
{
	    margin: auto;
    display: grid;
}
.slick-list {
    outline: none !important;
}
.slick-slide {
    outline: none
}
.slick-slide, .slick-slide *{ outline: none !important; }
.slick-slide div {
  outline: none;
 }
 
 
 .item1 a {
    text-decoration: none;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
    line-height: 1.4;
    height: 100%;
    padding: 10px 0;
}
.project-read {
    text-align: center;
    margin: auto;
    display: block;
    width: 150px;
    padding: 10px 0 10px 0px;
    background-color: #06c;
    color: #fff;
    border-radius: 25px;
}
 
 .img-fluid
 {
	 width:100%;
 }
 .space
 {
	 padding:15px;
 }
.fa-phone
{	
	color: #000;
     
 
    padding: 5px;
    border-radius: 71px;
    line-height: 10px;
}
.fa-facebook
{
	font-size:18px!important;
	color:#5e5ecb!important;
}
.fa-youtube
{
	font-size:18px!important;
 
}

.fa-linkedin
{
	font-size:18px!important;
	 
}




.fa-envelope-o
{
color: #66b2e2;
    padding: 5px 2px;
    /* border-radius: 30px; */
    /* line-height: 10px; */
    font-size: 22px;
}
.fa-map-marker
{
	 color: #b7b7b7;
    border-radius: 50px 1px solid;
    border: 2px solid;
    padding: 5px;
    border-radius: 71px;
    line-height: 10px;
}
.back1
{
	background-image: url('../img/paper.jpg');
}
.back2
{
	background-image: url('../img/back2.png');
	padding: 50px 0;
    
    background-size: cover;
}
 
.fa-youtube-play
{
color: #fff;
font-size: 18px;
}
.fa-linkedin
{color: #fff;
font-size: 18px;
}
.fa-twitter
{
color:#fff;
font-size: 18px;
}


.display-4 strong {
    color: #045c04;
}
.text-black {
    color: #000;
}
.mb-5 h1 {
    font-size: 17px;
    color: #000;
    text-align: center;
}
.h-100 {
    height: 100%!important;
}
.space {
    height: 190px!important;
}
.bg-image {
    background-size: cover;
    background-repeat: no-rpeeat;
    overflow: hidden;
    background-position: center center;
	    height: 168px;
}
.pro-bg {
    background-color: #80b540;
}
.p-4 {
    padding: 1.5rem!important;
	height: 168px;
}
.half-sm .text, .half-sm .text h2, .half-sm .text small {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}
.line-height-sm {
    line-height: 1.3;
    font-weight: bold;
}
.text-black {
    color: #000;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}
.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.pro-bg1 {
    background-color: #045c04;
}
 
.order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
 
/*----------------------------*\
	Mobile nav
\*----------------------------*/
@media screen and (max-width: 480px) {
	.space {
    height: 300px !important;
}
	.banner.banner-1 .banner-caption h1{
		font-size:20px;
	}
	.banner.banner-1 .banner-caption h3{
		font-size:10px;
	}
	.slick-prev, .slick-next {
    width: 20px!important;
    height: 20px!important;
    background: #30323A;
    z-index: 22;
}
 
.main-btn, .primary-btn {
    display: inline-block;
    padding: 5px 8px;
}
	
  .nav1
  {
	  display:none!important;
  }
  .pull-right {
    margin-top: 0px!important;
}
.header-btns>li {
     
    padding: 1px 0px;
}
.header-btns
{
	    margin: auto;
    display: grid;
}
}
#header .nav-toggle {
  display: none;
}

@media only screen and (max-width: 991px) {
  #header .nav-toggle {
    display: inline-block;
  }
  header .pull-left, header .pull-right {
    float: none !important;
  }
  header .pull-right {
    margin-top: 0px;
  }
  #responsive-nav {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    max-width: 270px;
    width: 0%;
    overflow: hidden;
    background-color: #FFF;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    z-index: 990;
  }
  #responsive-nav.open {
    width: 100%;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  #responsive-nav .dropdown .custom-menu {
    display: none;
    position: static;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: none;
    border-left: 2px solid #F8694A;
  }
  #responsive-nav .dropdown.open .custom-menu {
    display: block;
    min-width: auto;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  .category-nav .category-list, .menu-nav .menu-list {
    display: none;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: calc(100vh - 100px);
  }
  .category-nav .category-list.open, .menu-nav .menu-list.open {
    display: block;
  }
  .menu-nav .menu-header, .category-nav .category-header {
    cursor: pointer;
  }
  .category-nav {
    float: none;
    width: 100%;
  }
  .category-nav .category-list {
    position: static;
  }
  .menu-nav .menu-header {
    display: block;
  }
  .menu-nav .menu-list {
    float: none;
    border-left: 1px solid #DADADA;
    border-right: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
  }
  .menu-nav .menu-list>li {
    display: block;
  }
  .menu-nav .menu-list>li+li {
    border-top: 1px solid #DADADA;
  }
  .menu-nav .menu-list>li>a {
    color: #30323A;
  }
  #navigation.shadow:after {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99;
  }
}

/*=========================================================
	04 -> BANNERS
===========================================================*/

.banner {
  display: block;
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
}

.banner>img {
  width: 100%;
}

.banner.banner-1 .banner-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.banner.banner-2 .banner-caption {
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 10%;
}

.banner h1 {
  font-size: 46px;
  text-transform: uppercase;
}

/*=========================================================
	05 -> HOME SLIDER
===========================================================*/

 
#home-slick .banner {
  margin: 0px;
}

/*=========================================================
	06 -> PRODUCT
===========================================================*/

.product .product-old-price {
  color: #F8694A;
  font-size: 70%;
}

.product .product-rating {
  display: inline-block;
}

.product .product-rating>i {
  color: #FFB656;
}

.product .product-rating>i.empty {
  color: #DADADA;
}

.product .product-label>span {
  position: relative;
  display: inline-block;
  padding: 5px 15px;
  font-weight: 700;
  color: #FFF;
  background-color: #30323A;
  z-index: 22;
}

.product .product-label>span.sale {
  background-color: #F8694A;
}

.product .product-countdown {
  z-index: 22;
}

.product .product-countdown>li {
  display: inline-block;
  margin-right: -4px;
}

.product .product-countdown>li+li:before {
  content: ":";
  color: #FFF;
  background: #30323A;
  padding: 2px;
}

.product .product-countdown>li>span {
  display: inline-block;
  color: #FFF;
  font-weight: 700;
  padding: 10px;
  background: #F8694A;
}

/*----------------------------*\
	Single product
\*----------------------------*/

.product.product-single {
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.product.product-single:hover {
  -webkit-box-shadow: 0px 6px 10px -6px rgba(0, 0, 0, 0.175);
  box-shadow: 0px 6px 10px -6px rgba(0, 0, 0, 0.175);
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}

.product.product-single .product-thumb {
  position: relative;
   
}

.product.product-single .product-thumb>img {
  width: 100%;
}
.product.product-single .product-thumb1>img {
 margin: auto;
}
 

.product.product-single .product-thumb:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFF;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.product.product-single:hover .product-thumb:after {
  opacity: 0.7;
  visibility: visible;
}

.product.product-single .quick-view {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  z-index: 20;
}

.product.product-single:hover .quick-view {
  opacity: 1;
  visibility: visible;
}

.product.product-single .product-label {
  position: absolute;
  left: 0;
  top: 0;
}

.product.product-single .product-label>span {
  display: block;
}

.product.product-single .product-countdown {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}

.product.product-single .product-body {
  padding: 15px;
}

.product.product-single .product-price {
  display: inline-block;
}

.product.product-single .product-rating {
  float: right;
  margin-top: 5px;
}

.product.product-single .product-name {
  font-size: 16px;
}

.product.product-single .product-btns {
  margin-top: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.product.product-single:hover .product-btns {
  opacity: 1;
  visibility: visible;
}

/*-- hot product --*/

.product.product-single.product-hot {
  border: 2px solid #F8694A;
}

.product.product-single.product-hot .product-btns {
  opacity: 1;
  visibility: visible;
}

/*----------------------------*\
	 Widget product
\*----------------------------*/

.product.product-widget {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
}

.product.product-widget .product-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
}

.product.product-widget .product-thumb>img {
  width: 100%;
}

.product.product-widget .product-body {
  padding-left: 75px;
  padding-top: 10px;
  min-height: 60px;
}

.product.product-widget .product-price {
  font-size: 18px;
  margin-bottom: 5px;
}

.product.product-widget .product-price .qty {
  font-size: 14px;
  font-weight: 400;
}

.product.product-widget .product-name {
  font-size: 14px;
}

.product.product-widget .cancel-btn {
  position: absolute;
  right: 0px;
  top: 10px;
  background-color: transparent;
  border: none;
  color: #DADADA;
}

.product.product-widget .cancel-btn:hover {
  color: #30323A;
}

/*----------------------------*\
	Product slick
\*----------------------------*/

.product-slick .slick-slide {
  margin-right: 15px;
  margin-left: 15px;
}

/*=========================================================
	07 -> PRODUCTS PAGE
===========================================================*/

/*----------------------------*\
	Aside
\*----------------------------*/

#aside .aside {
  margin-bottom: 30px;
}

#aside .aside:last-child {
  margin-bottom: 0px;
}

.aside .aside-title {
  position: relative;
  border-bottom: 1px solid #DADADA;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-bottom: 30px;
  margin-top: 15px;
  line-height: 24px;
  font-size: 18px;
}

.aside .aside-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.5px;
  height: 3px;
  width: 60px;
  background-color: #F8694A;
}

/*-- Filter list --*/

.filter-list {
  margin-bottom: 15px;
}

.filter-list>li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 6px;
}

.filter-list>li:last-child {
  margin-right: 0px;
}

.filter-list li a {
  position: relative;
  padding: 0px 5px 0px 20px;
}

.filter-list li a:before {
  content: "\f00d";
  font-family: FontAwesome;
  position: absolute;
  left: 4px;
  top: 5px;
  line-height: 12px;
  font-size: 9px;
  color: #FFF;
  background: #30323A;
  width: 12px;
  text-align: center;
  border-radius: 50%;
  height: 12px;
}

/*-- Price Filter --*/

#price-slider {
  margin: 60px 0px 50px;
}

.noUi-target {
  background-color: #DADADA;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0px;
}

.noUi-connect {
  background-color: #F8694A;
}

.noUi-horizontal {
  height: 4px;
}

.noUi-horizontal .noUi-handle {
  width: 12px;
  height: 12px;
  left: -6px;
  top: -4px;
  border: none;
  background: #30323A;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
}

.noUi-handle:before, .noUi-handle:after {
  display: none;
}

.noUi-tooltip {
  border: none;
  color: #FFF;
  background: #30323A;
  border-radius: 0px;
}

/*----------------------------*\
	Store
\*----------------------------*/

#store {
  margin-top: 15px;
  padding-top: 30px;
  border-top: 1px solid #DADADA;
  margin-bottom: 15px;
  padding-bottom: 30px;
  border-bottom: 1px solid #DADADA;
}

/*-- store filter --*/

.row-filter {
  display: inline-block;
  vertical-align: top;
}

.row-filter>a {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: #FFF;
  background-color: #30323A;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.row-filter>a:hover {
  opacity: 0.9;
}

.row-filter>a.active {
  background-color: #F8694A;
}

.sort-filter {
  display: inline-block;
  margin-left: 15px;
}

.sort-filter select.input {
  width: 120px;
}

.page-filter select.input {
  width: 90px;
}

.page-filter {
  display: inline-block;
}

.store-pages {
  display: inline-block;
  margin-left: 15px;
}

.store-pages li {
  display: inline-block;
  margin-right: 6px;
}

.store-pages li a {
  display: block;
  min-width: 10px;
  text-align: center;
}

.store-pages li.active {
  color: #F8694A;
}

/*=========================================================
	08 -> PRODUCT DETAILS PAGE
===========================================================*/

/*----------------------------*\
	Product view
\*----------------------------*/

#product-main-view .slick-arrow {
  opacity: 0;
}

#product-main-view:hover .slick-arrow {
  opacity: 1;
}

#product-view {
  margin-top: 10px;
  margin-bottom: 15px;
}

#product-view .product-view.slick-slide {
  opacity: 0.2;
}

#product-view .product-view.slick-slide.slick-current {
  opacity: 1;
  -webkit-box-shadow: 0px 0px 0px 2px #F8694A inset;
  box-shadow: 0px 0px 0px 2px #F8694A inset;
}

#product-view .product-view {
  padding: 7.5px;
}

.product-view>img {
  width: 100%;
}

/*----------------------------*\
	Product details
\*----------------------------*/

.product.product-details .product-name {
  margin-top: 15px;
}

.product.product-details .product-rating {
  margin-right: 15px;
  margin-bottom: 15px;
}

.product.product-details .product-options {
  padding-top: 30px;
  margin-bottom: 15px;
  border-top: 1px solid #DADADA;
  margin-top: 15px;
}

.product-options .size-option {
  margin-bottom: 15px;
}

.size-option>li {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 6px;
  vertical-align: top;
}

.size-option>li:last-child {
  margin-right: 0px;
}

.size-option>li>a {
  display: block;
  border: 1px solid #DADADA;
  font-weight: 700;
  padding: 2px 7px 0px 8px;
}

.size-option>li.active a {
  color: #F8694A;
  border-color: #F8694A;
}

.color-option>li {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 6px;
  vertical-align: top;
}

.color-option>li:last-child {
  margin-right: 0px;
}

.color-option>li>a {
  display: block;
  width: 20px;
  height: 20px;
}

.color-option>li.active a {
  -webkit-box-shadow: 0px 0px 0px 2px #FFF, 0px 0px 0px 3px #F8694A;
  box-shadow: 0px 0px 0px 2px #FFF, 0px 0px 0px 3px #F8694A;
}

.product.product-details .qty-input {
  display: inline-block;
}

.product.product-details .qty-input .input {
  width: 90px;
}

/*----------------------------*\
	Product tab
\*----------------------------*/

.product-tab {
  margin-top: 30px;
}

.product-tab .tab-nav {
  border-bottom: 1px solid #DADADA;
  margin-bottom: 30px;
}

.product-tab .tab-nav li {
  display: inline-block;
}

.product-tab .tab-nav li+li {
  margin-left: 30px;
}

.product-tab .tab-nav li a {
  display: block;
  padding: 15px 0px;
  text-transform: uppercase;
  font-weight: 700;
}

.product-tab .tab-nav li.active {
  position: relative;
}

.product-tab .tab-nav li.active a {
  color: #F8694A;
}

.product-tab .tab-nav li.active a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.5px;
  height: 3px;
  width: 30px;
  background-color: #F8694A;
}

/*-- reviews --*/

.single-review {
  margin-bottom: 30px;
}

.single-review .review-heading>div {
  display: inline-block;
}

.single-review .review-heading>div+div {
  margin-left: 10px;
}

.single-review .review-rating {
  display: inline-block;
}

.single-review .review-rating>i {
  color: #FFB656;
}

.single-review .review-rating>i.empty {
  color: #DADADA;
}

.single-review .review-body {
  margin-top: 10px;
}

.reviews-pages li {
  display: inline-block;
  margin-right: 6px;
}

.reviews-pages li a {
  display: block;
  min-width: 10px;
  text-align: center;
}

.reviews-pages li.active {
  color: #F8694A;
}

/*-- review form --*/

.review-form textarea.input {
  height: 90px;
}

.review-form .input-rating .stars {
  display: inline-block;
  vertical-align: top;
}

.review-form .input-rating .stars input[type="radio"] {
  display: none;
}

.review-form .input-rating .stars>label {
  float: right;
  cursor: pointer;
  padding: 0px 3px;
  margin: 0px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.review-form .input-rating .stars>label:hover, .review-form .input-rating .stars>label:hover~label {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.review-form .input-rating .stars>label:before {
  content: "\f006";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #DADADA;
  font-size: 14px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.review-form .input-rating .stars>label:hover:before, .review-form .input-rating .stars>label:hover~label:before {
  content: "\f005";
  color: #FFB656;
}

.review-form .input-rating .stars>input:checked label:before, .review-form .input-rating .stars>input:checked~label:before {
  content: "\f005";
  color: #FFB656;
}

/*=========================================================
	09 -> CHECKOUT PAGE
===========================================================*/

.shiping-methods {
  margin-bottom: 30px;
}

/*-- shopping cart table --*/

.shopping-cart-table>tbody>tr>td, .shopping-cart-table>tbody>tr>th, .shopping-cart-table>tfoot>tr>td, .shopping-cart-table>tfoot>tr>th, .shopping-cart-table>thead>tr>td, .shopping-cart-table>thead>tr>th {
  padding: 15px 0px;
  vertical-align: middle;
  border-top: 1px solid #DADADA;
}

.shopping-cart-table>thead>tr>th {
  color: #30323A;
  text-transform: uppercase;
  border-bottom: 1px solid #DADADA;
}

.shopping-cart-table>tbody>tr:last-child>td {
  border-bottom: 1px solid #DADADA;
}

.shopping-cart-table>tfoot>tr>td, .shopping-cart-table>tfoot>tr>th {
  color: #30323A;
  border-top: 0px
}

.shopping-cart-table>tfoot>tr>td:not(.empty), .shopping-cart-table>tfoot>tr>th:not(.empty) {
  padding: 15px;
  background-color: #F6F7F8;
  border: 1px solid #DADADA;
}

.shopping-cart-table>tbody>tr>.details>a {
  font-size: 18px;
  font-weight: 700;
}

.shopping-cart-table>tbody>tr>.thumb>img {
  width: 60px;
}

.shopping-cart-table>tbody>tr>.qty .input {
  width: 90px;
}

.shopping-cart-table>tbody>tr>.price {
  font-size: 18px;
}

.shopping-cart-table>tbody>tr>.total {
  font-size: 18px;
}

.shopping-cart-table>tfoot>tr>.sub-total {
  font-size: 18px;
}

.shopping-cart-table>tfoot>tr>.total {
  font-size: 24px;
  color: #F8694A;
}

/*=========================================================
	10 -> FOOTER
===========================================================*/

.footer {
  margin: 15px 0px;
}

.footer .footer-header {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-logo .logo {
  display: inline-block;
}

.footer-logo .logo>img {
  width: 70%;
  max-height: 70px;
}
.col-sm-4 img
{
    width:100%;
}
.footer-social>li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 6px;
}

.footer-social>li:last-child {
  margin-right: 0px;
}

.footer-copyright {
 margin-top: 15px;
    /* text-transform: uppercase; */
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}
.footer-copyright a {
 margin-top: 15px;
    /* text-transform: uppercase; */
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}


.highlights-area {
    position: relative;
    display: block;
    background: transparent;
    margin-top: -70px;
    z-index: 100;
}

.single-highlight-box {
    position: relative;
    display: block;
    background: transparent;
    padding-top: 55px;
    margin-bottom: 50px;
}
.single-highlight-box .icon-holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 110px;
    height: 110px;
    background: #ffffff;
    margin: 0 auto;
    border-radius: 50%;
    border: 3px solid #80b540;
    text-align: center;
    z-index: 3;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.single-highlight-box .icon-holder::before {
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    content: "";
    background: #80b540;
    border-radius: 50%;
    transition: all 0.5s ease-in-out 0s;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateY(-90deg) translateZ(0px);
    opacity: 0;
    z-index: -1;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.single-highlight-box .inner-content {
    position: relative;
    display: block;
    background: #ffffff;
    padding-top: 55px;
    box-shadow: 0px 4px 11px -1px #ECECEC;
}
.single-highlight-box .inner-content .text {
    position: relative;
    display: block;
    padding: 26px 30px 32px;
}
.single-highlight-box .inner-content h3 {
    font-weight: 600;
    margin: 0px 0 18px;
}
.single-highlight-box .inner-content p {
    margin: 0;
}
.single-highlight-box .inner-content a {
    position: relative;
    display: block;
    background: #f6f6f6;
    color: #27282c;
}
.btn-one span:before {
    font-size: 26px;
    line-height: 14px;
    display: inline-block;
    padding-left: 10px;
    position: relative;
    top: 4px;
}
.btn-one {
    position: relative;
    display: inline-block;
    background: #80b540;
    color: #ffffff;
    font-size: 15px;
    line-height: 60px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Rubik', sans-serif;
    padding: 0 30px 0;
    transition: all 500ms ease;
}
.ico-new
{
	padding-bottom:45px;
}

.numall
{
	
    display: block;
    color: #045c04;
    font-size: 50px;
    line-height: 104px;
    transition: all 0.7s ease-in-out 0s;
 
}
.fa-connectdevelop
{
	
    display: block;
    color: #045c04;
    font-size: 50px;
    line-height: 104px;
    transition: all 0.7s ease-in-out 0s;
 
}
.fa-delicious
{
	
    display: block;
    color: #045c04;
    font-size: 50px;
    line-height: 104px;
    transition: all 0.7s ease-in-out 0s;
 
}
.fa-bullseye
{
	
    display: block;
    color: #045c04;
    font-size: 50px;
    line-height: 104px;
    transition: all 0.7s ease-in-out 0s;
 
}
.fa-arrow-right
{
	color: #bbbbbb;
}
.fa-arrow-right1
{
	color: #fff;
}

 

.single-highlight-box:hover .icon-holder::before {
    transform: perspective(1200px) rotateY(0deg) translateZ(0px);
    transition-delay: 0.1s;
    opacity: 1;
}

.single-highlight-box .icon-holder::before {
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    content: "";
    background: #80b540;
    border-radius: 50%;
    transition: all 0.5s ease-in-out 0s;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateY(-90deg) translateZ(0px);
    opacity: 0;
    z-index: -1;
}


.working-area {
    position: relative;
    display: block;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 110px 0 60px;
    z-index: 1;
}
.working-area::before {
    background: rgba(40, 41, 46, 0.97) none repeat scroll 0 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
}
.sec-title.with-text {
    padding-bottom: 52px;
}
 
.sec-title.max-width {
    max-width: 650px;
    margin: -5px auto 0;
}
 
.sec-title {
    position: relative;
    display: block;
    margin-top: -5px;
    padding-bottom: 50px;
}
.sec-title p {
    color: #80b540;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 7px;
    font-family: 'Poppins', sans-serif;
}

.sec-title .title.clr-white {
    color: #ffffff;
}
 .sec-title .title span {
    font-weight: 400;
}
.sec-title .bottom-text {
    color: #7c7e84;
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    text-transform: none;
    margin: 13px 0 0;
    font-family: 'Rubik', sans-serif;
}
.single-working-box {
    position: relative;
    display: block;
    margin-bottom: 50px;
}
.single-working-box .img-holder {
    position: relative;
    display: block;
}
.single-working-box .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
}
.single-working-box .img-holder .inner:before {
    transform: scale(0, 1);
    transform-origin: bottom center;
    border-top: 4px solid #80b540;
    border-bottom: 4px solid #80b540;
} 

.single-working-box .img-holder .inner img {
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease 300ms;
}

.single-working-box .img-holder .inner .overlay-style-one {
    background-color: rgba(0, 0, 0, 0.85);
}
 .single-working-box .img-holder .inner:after {
    transform: scale(1, 0);
    transform-origin: left center;
    border-left: 4px solid #80b540;
    border-right: 4px solid #80b540;
}

.single-working-box .text-holder {
    position: relative;
    display: block;
    background: #ffffff;
    margin: 0 20px;
    margin-top: -40px;
    z-index: 5;
}
.single-working-box .text-holder .plus-icon-box {
    position: absolute;
    right: 30px;
    top: -25px;
    width: 50px;
    height: 50px;
    background: #80b540;
    border-radius: 50%;
    text-align: center;
    display: block;
    padding: 15px 0;
    transition: all 300ms ease 100ms;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.single-working-box .text-holder .plus-icon-box span:before {
    display: block;
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
}
.single-working-box .text-holder .outer-box {
    position: relative;
    display: block;
    padding-left: 70px;
    padding-top: 35px;
    padding-bottom: 32px;
}
.single-working-box .text-holder .outer-box .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 100%;
    background: rgb(237,237,237);
    background: linear-gradient(0deg, rgba(237,237,237,1) 0%, rgba(237,237,237,0) 0%, rgba(237,237,237,1) 100%, rgba(32,50,96,0) 100%, rgba(32,50,96,0.6530987394957983) 100%, rgba(80,166,253,1) 100%, rgba(93,173,253,1) 100%);
}
.single-working-box .text-holder .outer-box .icon .inner {
    display: table;
    width: 100%;
    height: 100%;
}
.single-working-box .text-holder .outer-box .icon .inner .box {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.single-working-box .text-holder .outer-box .icon .inner .box span:before {
    color: #80b540;
    font-size: 35px;
    line-height: 35px;
}
.single-working-box .text-holder .outer-box .text {
    position: relative;
    display: block;
    padding-left: 30px;
}
.single-working-box .text-holder .outer-box .text h3 {
    color: #27282c;
    font-weight: 600;
    margin: 0 0 13px;
}
.single-working-box .text-holder .outer-box .text p {
    margin: 0;
}
.single-working-box .img-holder .inner:before, .single-working-box .img-holder .inner:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
    transition: all 700ms ease 500ms;
    border-radius: 0px;
    z-index: 3;
}
.overlay-style-one {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(233, 33, 48, 0.85);
    transition: all 700ms ease 100ms;
    opacity: 0;
    z-index: 2;
}
.single-working-box .img-holder .inner:before, .single-working-box .img-holder .inner:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
    transition: all 700ms ease 500ms;
    border-radius: 0px;
    z-index: 3;
}


.sec-title .title {
    position: relative;
    display: block;
    color: #27282c;
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}


.single-working-box:hover .text-holder .plus-icon-box {
    top: -50px;
    height: 75px;
    background: #80b540;
    border-radius: 25px 25px 0px 0px;
    padding: 27px 0;
}	
.fa-plus
{
	color: #ffffff;
    font-size: 20px;
    line-height: 20px;
}
 
.working-area {
    position: relative;
    display: block;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 110px 0 60px;
    z-index: 1;
}
.working-area::before {
    background: rgba(40, 41, 46, 0.97) none repeat scroll 0 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
} 
.single-working-box{
    position: relative;
    display: block;
    margin-bottom: 50px;
}
.single-working-box .img-holder{
    position: relative;
    display: block;
}
.single-working-box .img-holder .inner{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-working-box .img-holder .inner img{
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease 300ms;
}
.single-working-box:hover .img-holder .inner img{
    transform:scale(1.2) rotate(2deg);	
} 
.single-working-box .img-holder .inner .overlay-style-one{
    background-color: rgba(0, 0, 0, 0.85);
}
.single-working-box:hover .img-holder .inner .overlay-style-one{
    opacity: 1;    
}

.single-working-box .img-holder .inner:before,
.single-working-box .img-holder .inner:after {
    position: absolute;
    top: 0;
    left: 0;
    /* content: ''; */
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
    transition: all 700ms ease 500ms;
    border-radius: 0px;
    z-index: 3;
}
.single-working-box .img-holder .inner:before {
    transform: scale(0, 1);
    transform-origin: bottom center;
    border-top: 4px solid #80b540;
    border-bottom: 4px solid #80b540;
}
.single-working-box:hover .img-holder .inner:before {
    transform: scale(1, 1);
}
.single-working-box .img-holder .inner:after {
    transform: scale(1, 0);
    transform-origin: left center;
    border-left: 4px solid #80b540;
    border-right: 4px solid #80b540;
}
.single-working-box:hover .img-holder .inner:after{
    transform: scale(1, 1);    
}

.single-working-box .text-holder{
    position: relative;
    display: block;
    background: #ffffff;
    margin: 0 20px;
    margin-top: -40px;
    z-index: 5;
}
.single-working-box .text-holder .plus-icon-box {
    position: absolute;
    right: 30px;
    top: -25px;
    width: 50px;
    height: 50px;
    background: #80b540;
    border-radius: 50%;
    text-align: center;
    display: block;
    padding: 15px 0;
    transition: all 300ms ease 100ms;
}

.single-working-box:hover .text-holder .plus-icon-box {
    top: -50px;
    height: 75px;
    background: #80b540;
    border-radius: 25px 25px 0px 0px;
    padding: 27px 0;
}

.single-working-box .text-holder .plus-icon-box span:before{
    display: block;
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
}

.single-working-box .text-holder .outer-box {
    position: relative;
    display: block;
    padding-left: 70px;
    padding-top: 35px;
    padding-bottom: 32px;
}
.single-working-box .text-holder .outer-box .icon{
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 100%;
    background: rgb(237,237,237);
    background: linear-gradient(0deg, rgba(237,237,237,1) 0%, rgba(237,237,237,0) 0%, rgba(237,237,237,1) 100%, rgba(32,50,96,0) 100%, rgba(32,50,96,0.6530987394957983) 100%, rgba(80,166,253,1) 100%, rgba(93,173,253,1) 100%);
}
.single-working-box .text-holder .outer-box .icon .inner {
    display: table;
    width: 100%;
    height: 100%;
}
.single-working-box .text-holder .outer-box .icon .inner .box{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.single-working-box .text-holder .outer-box .icon .inner .box span:before{
    color: #80b540;
    font-size: 35px;
    line-height: 35px;
}

.single-working-box .text-holder .outer-box .text{
    position: relative;
    display: block;
    padding-left: 30px;
}
.single-working-box .text-holder .outer-box .text h3{
    color: #27282c;
    font-weight: 600;
    margin: 0 0 13px;
}
.single-working-box .text-holder .outer-box .text p{
    margin: 0;
}



/*=========================================================
	11 -> SLICK
===========================================================*/

/*----------------------------*\
	Arrows
\*----------------------------*/

.slick-prev, .slick-next {
  width: 40px;
  height: 40px;
  background: #30323A;
  z-index: 22;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background: #F8694A;
}

.slick-prev:before, .slick-next:before {
  color: #FFF;
}

.slick-prev {
  left: 15px;
}

.slick-next {
  right: 15px;
}

.custom-nav .slick-prev, .custom-nav .slick-next {
  display: inline-block;
  position: static;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

/*----------------------------*\
	Dots
\*----------------------------*/

.slick-dots li, .slick-dots li button, .slick-dots li button:before {
  width: 10px;
  height: 10px;
}

.slick-dots li button:before {
  content: "";
  opacity: 1;
  background: #DADADA;
  border-radius: 50%;
}

.slick-dots li.slick-active button:before {
  background-color: #F8694A;
}

.custom-dots .slick-dots {
  position: static;
  margin: 15px 0px;
}

/*=========================================================
	12 -> RESPONSIVE
===========================================================*/

@media only screen and (max-width: 991px) {
  #home .home-wrap {
    margin-left: 0px;
  }
  #aside {
    margin-bottom: 60px;
  }
  .product-reviews {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .banner h1 {
    font-size: 36px;
  }
  .store-filter .pull-right, .store-filter .pull-left {
    float: none !important;
  }
  .store-filter .pull-right {
    margin-top: 15px;
  }
  .mobile-div {
    display:none;
  }
  .navbar-fixed-top {
    top: 43px;
}
}

 
.no-padding
{
	padding:0px;
}
.main
{
	width: 100%;
}
.ico-main
{
	width: 15%;
    float: left;
}

.icon-1
{
	padding: 8px 12px 10px 12px;
    font-size: 22px;
    width: 45px;
    height: 45px;
    background: #045c04;
    border-radius: 100%;
    margin-right: 7px;
    color: #fff;
    margin-top: 23px;
}
.p-pragh
{
	width: 100%;
    float: right;
}
.p-pragh p
{
	    display: flow-root;
}
.p-pragh .fa-map-marker
{
	   border:none;
}

 

@media screen and (max-width: 480px) {
  
  
  .counter {
     
    font-size: 25px;
     
}
  .num-col h5{
     
    font-size: 12px;
	float:right;
     
}
  .num-col i {
     
    line-height: 65px;
  font-size: 33px;
}
  
  .about-us
  {
	      padding-bottom: 10px;
    padding-top: 10px;
  }
  .title
  {
	font-size: 3.1rem;
    font-weight: 100;
    line-height: 1.2;
    text-transform: uppercase;
  }
  
  .display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
    text-transform: uppercase;
}
  
 .tab-pill {
    padding-bottom: 10px;
    padding-top: 10px;
   
}
  
  
  .Deliverd-pro {
    padding-bottom: 10px;
    padding-top: 10px;
    
}
  .testimonials {
    padding-bottom: 10px;
    padding-top: 10px;
    
}
  .testimonials slick-next slick-arrow {
   display:none;
    
}
  .marq-text {
    color: #ffffff;
    font-size: 18px;
    z-index: 9;
    position: absolute;
    background-color: #045c04;
    font-weight: bold;
    text-transform: uppercase;
    writing-mode: vertical-lr;
    padding: 8px 5px 10px 0px;
}
  
  .clint-circle img {
    padding: 0px;
    width: 60px;
    height: 60px;
   float: none;
    /* bottom: 30px; */
    margin: auto;
    border: 5px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 30px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 30px -2px rgba(0, 0, 0, 0.1);
}
  
  
  .my-review:before {
 display:none;
}
  
  
  
  
  
  
  
  
  
  
}


.slogan-area {
    position: relative;
    display: block;
    background: #80b540;
    padding: 14px 0;
}
.flex-box-two {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.fix {
    position: relative;
    display: block;
    overflow: hidden;
}
.slogan-area .title {
    position: relative;
    display: block;
}
.float-left {
    float: left!important;
}
.slogan-area .title h3 {
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
 vertical-align: middle;
    display: inline-block;
    font-weight: 700;
}
.slogan-area .button {
    position: relative;
    display: block;
}
.float-right {
    float: right!important;
}
.slogan-area .button a {
    color: #27282c;
    background: #ffffff;
}

.single-testimonial-item .quote-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 70px;
    background: #80b540;
    z-index: 3;
}
.single-testimonial-item .quote-icon span:before {
    color: #ffffff;
    font-size: 30px;
    display: block;
    padding: 20px 0;
}
.single-testimonial-item .inner-content {
    position: relative;
    display: block;
    padding: 55px 30px 52px;
    background: #ffffff;
}
.single-testimonial-item .inner-content .text-box {
    position: relative;
    display: block;
    padding-top: 24px;
}

.fa-quote-left
{
	    color: #ffffff;
    font-size: 30px;
    display: block;
    padding: 20px 0;
}
.testimonial-area {
    position: relative;
    display: block;
    padding: 110px 0 60px;
    background: #ffffff;
}
.single-testimonial-item {
    position: relative;
    display: block;
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 10px 3px #f6f6f6;
    box-shadow: 0px 2px 10px 3px #f6f6f6;
    margin-bottom: 50px;
}
.btn-two {
    color: #27282c;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Rubik', sans-serif;
    transition: all 500ms ease;
}
.more-reviews-button {
    position: relative;
    display: block;
    margin-top: 39px;
}	
.appointment-box {
    position: relative;
    display: block;
    padding: 44px 50px 50px;
    max-width: 570px;
    width: 100%;
    background: #ffffff;
}
.appointment-box .title-box {
    position: relative;
    display: block;
    padding-bottom: 22px;
}
.appointment-box .title-box h2 {
    color: #27282c;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin: 0 0 10px;
}
.appointment {
    position: relative;
    display: block;
}
.appointment-form .single-box {
    position: relative;
    display: block;
}
.appointment-form input[type="text"], .appointment-form input[type="email"], .appointment-form textarea {
    position: relative;
    display: block;
    padding: 0 20px;
    border: 1px solid #ededed;
    background: #ffffff;
    color: #7c7e84;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    border-radius: 5px;
    transition: all 500ms ease;
}
button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 220px;
}
.appointment-form .single-box .bootstrap-select {
    position: relative;
    display: block;
}
.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*=col-] {
    float: none;
    display: inline-block;
    margin-left: 0;
}
.bootstrap-select {
    width: 220px\0;
    vertical-align: middle;
}
.bootstrap-select>select {
    position: absolute!important;
    bottom: 0;
    left: 50%;
    display: block!important;
    width: .5px!important;
    height: 100%!important;
    padding: 0!important;
    opacity: 0!important;
    border: none;
}
.appointment-form .single-box .bootstrap-select>.dropdown-toggle {
    outline: none !important;
    border-radius: 5px;
    border: 1px solid #edf2f7;
    height: 60px;
    background-color: transparent;
    padding: 0;
    padding-left: 20px;
    color: #83888d;
    line-height: 60px;
    margin: 0;
    box-shadow: none !important;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.appointment-form .single-box button {
    display: block;
    width: 100%;
    background: #80b540;
    color: #ffffff;
    margin-top: 20px;
    border-radius: 5px;
}
.bootstrap-select>.dropdown-toggle {
    position: relative;
    width: 100%;
    z-index: 1;
    text-align: right;
    white-space: nowrap;
}
.bootstrap-select .dropdown-toggle:before {
    content: '';
    display: inline-block;
}
.bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: inherit;
    padding-right: inherit;
    padding-bottom: inherit;
    padding-left: inherit;
    height: 100%;
    width: 100%;
    text-align: left;
}
.bootstrap-select .dropdown-toggle .filter-option-inner {
    padding-right: inherit;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
}
.appointment-form .single-box .bootstrap-select .dropdown-menu {
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 0px solid #ddd;
    background: #f9f9f9;
    font-size: 16px;
    color: #000000;
}
.bootstrap-select .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.appointment-form .single-box .bootstrap-select .dropdown-menu {
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 0px solid #ddd;
    background: #f9f9f9;
    font-size: 16px;
    color: #000000;
}
.bootstrap-select .dropdown-menu li {
    position: relative;
}
.appointment-form .single-box .dropdown-item.active, .appointment-form .single-box .dropdown-item:active {
    background: #80b540;
    color: #fff;
}
.appointment-form .single-box .dropdown-item {
    display: block;
    width: 100%;
    padding: 9px 20px 9px;
    font-weight: 400;
    color: #222222;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    transition: all 500ms ease;
}
.bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
}
.bootstrap-select .dropdown-menu li {
    position: relative;
}
.bootstrap-select .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bootstrap-select .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.select-in
{
	width: 100%;
    padding: 15px;
    font-size: 14px;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
}

.appointment-area {
    position: relative;
    display: block;
    background: #27282c;
    background-position: top right;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: auto;
    padding-top: 110px;
    padding-bottom: 110px;
    z-index: 1;
}
.map-content-box .inner {
    position: relative;
    display: block;
    max-width: 570px;
    width: 100%;
    margin: 0 auto;
    z-index: 99;
}
.map-content-box .inner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.map-content-box .inner .overlay .single-location-box.one {
    top: 60px;
    left: 70px;
}
.map-content-box .inner .overlay .single-location-box {
    position: absolute;
}
.map-content-box .inner .overlay .marker-box {
    display: inline-block;
}
.map-content-box .inner .overlay .location-info {
    position: absolute;
    left: -10px;
    bottom: 100px;
    width: 270px;
    opacity: 0;
    visibility: hidden;
    padding: 25px 30px 22px;
    padding-right: 20px;
    margin-left: 0;
    border-radius: 0px;
    background-color: #ffffff;
    transition: all 0.3s ease;
    z-index: 9999999999;
}
.map-content-box .inner .overlay .location-info:before {
  content: "";
    z-index: 2;
    position: absolute;
    border-width: 2px 23px 40px 10px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    bottom: -40px;
    left: 0px;
}
.map-content-box .inner .overlay .location-info h3 {
    color: #27282c;
    font-weight: 700;
    margin: 0 0 13px;
}
.map-content-box .inner .overlay .single-location-box:hover .location-info {
    opacity: 1;
    visibility: visible;
    bottom: 90px;
}
.marker
{
    color: #ffffff;
    font-size: 50px;
    line-height: 50px;
    cursor: pointer;
	border:none;
}


element.style {
    visibility: visible;
    animation-duration: 1500ms;
    animation-delay: 100ms;
    animation-name: zoomIn;
}
.map-content-box .inner .overlay .single-location-box.one {
    top: 60px;
    left: 70px;
}
.map-content-box .inner .overlay .single-location-box.two {
    top: 100px;
    left: 50%;
}
.map-content-box .inner .overlay .single-location-box.three {
    left: 150px;
    bottom: 70px;
}
.map-content-box .inner .overlay .single-location-box.four {
    right: 50px;
    bottom: 60px;
}

 
 @media only screen and (max-width: 767px)
 {
.appointment-area {
    background: #27282c;
    background-position: unset;
    background-attachment: scroll;
    background-size: cover;
}
 }
 
 .map-content-box .sec-title .title {
    color: #ffffff;
}
.inner img {
    max-width: 100%;
    height: auto;
}
.icon-d
{
width:15%;
float: left;
}
.txt-div
{
    width: 77%;
    float: right;
}
.brand-area {
    position: relative;
    display: block;
    background: #fff;
    padding-top: 110px;
    padding-bottom: 90px;
}
.top-bar-style1 {
   
    display: block;
    background: #26272b;
    padding: 5px 0 42px;
}
.top-style1 {
    position: relative;
    display: block;
    text-align: center;
}
.top-style1 p {
    margin: 0;
	    color: #c3c0c0;
}
.top-style1 p a {
    color: #ffffff;
    transition: all 300ms ease 100ms;
}
.header-lower-style1 {
    position: relative;
    display: block;
    background: #f6f6f6;
    padding: 1px 0;
}
.header-lower-style1 .inner-content {
    position: relative;
    display: block;
    
}
.header-contact-info {
    position: relative;
    display: block;
    
    padding-left: 16px;
}
.float-left {
    float: left!important;
}
.header-contact-info li {
    position: relative;
    display: inline-block;
    float: left;
    border-right: 1px solid #dddddd;
    padding-right: 18px;
    margin-right: 5px;
}
.header-contact-info li .single-item {
    position: relative;
    display: block;
}
.header-contact-info li .single-item .icon, .header-contact-info li .single-item .text {
    display: table-cell;
    vertical-align: middle;
}
.header-contact-info li .single-item .icon {
    width:29px;
}
.header-contact-info li .single-item .icon span:before {
    position: relative;
    top: 2px;
    color: #b7b7b7;
    font-size: 50px;
    line-height: 50px;
    transition: all 300ms ease 100ms;
}
.header-contact-info li .single-item .text {
    padding-left: 5px;
}
.header-contact-info li .single-item .icon, .header-contact-info li .single-item .text {
    display: table-cell;
    vertical-align: middle;
}
.header-contact-info li .single-item .text h3 {
    font-size: 14px;
    font-weight: 500;
     
    font-family: 'Rubik', sans-serif;
}
.text-center1
{
	
        border: 2px solid #b9b6b6;
    padding: 18px 11px;
    margin: 7px;

}

.brod   {
    margin: 0px;
    font-size: 26px;
    padding-left: 10px;
    border-left: 2px solid #b9b6b6;
    margin-left: 15px;
}
.header-contact-info li .single-item .text p {
    line-height: 18px;
    margin: 6px 0 0;
}
.header-social-links-style1 {
   display: block;
     
    margin: 2px 0 3px;
    float: right;
    position: fixed;
    top: 94px;
    right: 0;
        z-index: 9999999999;
}
.float-right {
    float: right!important;
}
.header-social-links-style1 li {
    position: relative;
    
       padding: 0px 2px;
  
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0px;
    margin-bottom: 1px;
}
.header-contact-info img {
   width:85%;
}
.header-social-links-style1 img {
   width: 40%;
}
.clear
{
    clear:both;
}
.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
.icon-header .fa-mobile
{
    font-size: 35px;
    color: #020202;
}
.icon-header .fa-envelope-o
{
    font-size: 35px;
    color: #fff;
}
.header-social-links-style1 li a i {
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 0%;
    background: #dcdcdc;
    color: #7c7e84;
    font-size: 14px;
    line-height: 33px;
    text-align: center;
    transition: all 700ms ease 100ms;
}
ul.menu-list {
    margin-top: 25px;
}
#footer_4 {
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 999;
    background: #fff;
    border-top: 2px #ccc solid;
}
.footer_featured {
    background: none repeat scroll 0 0;
    height: 28px;
    padding: 5px 0 5px 0;
}
.my-c
{
position: relative;
    top: 0px;
    color: #f6f6f6;
    font-size: 23px;
    transition: all 300ms ease 100ms;
    padding: 22px;
}
.my-p
{
    position: relative;
    top: 2px;
    color: #b7b7b7;
    font-size: 50px;
    line-height: 50px;
    transition: all 300ms ease 100ms;
	border:none;
}
.my-p-glob
{
    position: relative;
    top: 2px;
    color: #96b2d5;
    font-size: 50px;
    line-height: 50px;
    transition: all 300ms ease 100ms;
	border:none;
}
.my-p-call
{
    position: relative;
    top: 2px;
    color: #03a9f4;
    font-size: 50px;
    line-height: 50px;
    transition: all 300ms ease 100ms;
	border:none;
}
.my-p-mail
{
    position: relative;
    top: 2px;
    color: #71d1ff;
    font-size: 50px;
    line-height: 50px;
    transition: all 300ms ease 100ms;
	border:none;
}
 
.nopadd
{
   margin:0px;
}

@media only screen and (max-width: 600px) {
  .header-contact-info li {
    border: none;
}
.slider-content {
    display: none;
}
.header-contact-info {
    border-left: none;
    padding-left: 0;
    float: none !important;
    overflow: hidden;
    margin-bottom: 23px;
    text-align: center;
    width: 290px;
    margin: 0 auto 23px;
}
.header-contact-info li {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    float: none;
    display: block;
    margin-bottom:13px;
}
.header-social-links-style1 {
    padding-right: 0;
    margin: 0;
    float: none !important;
    overflow: hidden;
    text-align: center;
}
.highlights-area {
    position: relative;
    display: block;
    background: transparent;
    margin-top:  0px;
    
}
}
 
 .slider-content {
    position: absolute;
    right: 0;
    text-align: left;
    top: 50%;
    z-index: 3;
    left: 0;
    margin: 0 auto;
    margin-top: -160px;
}
.layer-1-2 {
 
}
/*.sld-seventh-layer {*/
/*    margin-top: 18px;*/
/*    margin-left: 15px;*/
/*    background-color: rgb(254, 206, 39, 0.9);*/
/*    width: 42%;*/
/*    padding-left: 20px!important;*/
/*    padding-top: 50px;*/
/*    padding-bottom: 50px;*/
/*    border: 1px solid #ccc;*/
 
/*}*/
.sld-seventh-layer {
    margin-top: 18px;
    margin-left: 15px;
    background-color: rgb(254, 206, 39, 0.9);
    width: 42%;
    padding-left: 32px!important;
    padding-top: 17px;
    padding-bottom: 16px;
    border: 1px solid #ccc;
    
}
.slick-current .layer-1-2
{
     animation: slideup 1.2s ease;
}
.slick-current img
{
     animation: zoomin 10s ease !important;
}

.layer-1-2 {
    margin: 20px 0;
}
.layer-1-2 h1 {
    color: #fff;
    font-size: 52px;
    line-height: 64px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 20px 0px;
    max-width: 925px;
}
/*.sld-seventh-title {*/
/*    font-size: 30px!important;*/
/*    line-height: 42px!important;*/
/*    text-transform: capitalize!important;*/
/*    margin: 0px 0px 0px 0px!important;*/
/*    font-family: 'Cabin', sans-serif!important;*/
/*    margin-left: 30px!important;*/
/*}*/
.sld-seventh-title {
    font-size: 17px!important;
    line-height: 30px!important;
    text-transform: capitalize!important;
    margin: 0px 0px 0px 0px!important;
    font-family: 'Cabin', sans-serif!important;
    margin-left: 30px!important;
}

.sld-seventh-qeq {
    margin-top: -5%!important;
}
.ready-btn.right-btn {
    margin-left: 15px;
    background: #454343;
    border: 2px solid #fff;
    color: #fff;
}

.qeq-link-marg {
    margin-left: 0px!important;
}
.ready-btn {
    border: 1px solid #FECE27;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    z-index: 222;
    background: #FECE27;
    width: 160px;
}
.sidebar-contact{
  position:fixed;
  top:50%;
  right:-350px;
  transform:translateY(-50%);
  width:350px;
  height:auto;
  padding:40px;
  background:#fff;
  box-shadow: 0 20px 50px rgba(0,0,0,.5);
  box-sizing:border-box;
  transition:0.5s;
      z-index: 999;
}
.toggle h3
{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    white-space: nowrap;
    display: block;
    padding: 8px;
    color:#fff;
}
.sidebar-contact.active {
    right: 0;
    z-index: 9999;
}
.sidebar-contact input,
.sidebar-contact textarea{
  width:100%;
  height:36px;
  padding:5px;
  margin-bottom:10px;
  box-sizing:border-box;
  border:1px solid rgba(0,0,0,.5);
  outline:none;
}
.sidebar-contact h2{
  margin:0 0 20px;
  padding:0;
}
.sidebar-contact textarea{
  height:60px;
  resize:none;
}
.sidebar-contact input[type="submit"]{
  background:#00bcd4;
  color:#fff;
  cursor:pointer;
  border:none;
  font-size:18px;
}
.toggle{
  position: absolute;
    height: 210px;
    width: 39px;
    text-align: center;
    cursor: pointer;
    background: #80b540;
    top: 40;
    left: -40px;
    line-height: 42px;
}
.toggle:before{
  content:'\f003';
  font-family:fontAwesome;
  font-size:18px;
  color:#fff;
}
.toggle.active:before{
  content:'\f00d';
}
@media(max-width:768px)
{
  .sidebar-contact{
    width:100%;
    height:100%;
    right:-100%;
  }
  .sidebar-contact .toggle{
    top:50%;
    transform:translateY(-50%);
    transition:0.5s;
  }
  .sidebar-contact.active .toggle
  {
   top: 70px;
    left: -1px;
    transform: translateY(0);
  }
  .scroll{
    width:100%;
    height:100%;
    overflow-y:auto;
  }
  .content{
    padding:50px 50px;
  }
  ul.list-links {
    display: block !important;
}
ul.list-links li {
    width: 100% !important;
}
}



 .service-content {
    position: relative;
    background: url(../img/bg.jpg);
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 125px 0px 110px 0px;
}
 .service-content .single-content-area {
    position: relative;
    padding-right: 1px;
}
 .service-content .single-item {
    position: relative;
    background: #fff;
    width: 100%;
    padding: 42px 55px 31px 108px;
    margin-bottom: 15px;
    transition: all 900ms ease;
}
 .service-content .single-item .icon-box {
    position: absolute;
    left: 32px;
    top: 60px;
}
 .icon-box a {
    text-decoration: none;
    position: relative;
    font-size: 13px;
    font-family: 'Poppins',sans-serif;
    line-height: 25px;
    cursor: pointer;
    color: #fff;
    transition: all 500ms ease;
}
 .service-content .single-item h5 {
    margin-bottom: 7px;
}
.service-content .single-item .read-more {
    position: absolute;
    font-size: 13px;
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    background: #666666;
    color: #fff;
    right: -71px;
    top: 71px;
    text-align: center;
    transform: rotate(
270deg
);
    padding: 11px 57px;
    transition: all 900ms ease;
}
.read-more a {
    text-decoration: none;
    position: relative;
    font-size: 13px;
    font-family: 'Poppins',sans-serif;
    line-height: 25px;
    cursor: pointer;
    color: #fff;
    transition: all 500ms ease;
}
