@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800|Open+Sans:400,400i,600,700');
/*----------------------------------------*/
/*  1.  Theme CSS
/*----------------------------------------*/
html, body {
	height: 100%;
    font-family: 'Open Sans', sans-serif;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.alignleft {
	float:left;
	margin-right:15px;
	margin-bottom: 15px;
}
.alignright {
	float:right;
	margin-left:15px;
	margin-bottom: 15px;
}
.aligncenter {
	display:block;
	margin:0 auto 15px;
}
a:focus {
	outline:0px solid;
}
img {max-width:100%;
	height:auto;
}
.fix {
	overflow:hidden;
}
.fixed {
    position: fixed!important;
    width: 100%;
    z-index: 99999999!important;
    padding: 10px 0px;
    background: #fff;
    box-shadow: 0px 0px 10px #a29b9b;
}
p {
	margin:0 0 15px;
    color: #211e1e;
}
h1, h2, h3, h4, h5, h6 {
    color: #111;
    font-family: rubik,sans-serif;
    font-weight: 700;
    text-transform: capitalize;
}
h1{
	font-size: 35px;
	line-height: 54px;
		
}
h2{
	font-size: 30px;
	line-height: 42px;	
}
h3{
	font-size: 25px;
	line-height: 36px;
		
}
h4{
	font-size: 20px;
	line-height: 34px;
		
}
h5{
	font-size: 18px;
	line-height: 30px;
		
}
h6{
	font-size: 16px;
	line-height: 28px;
		
}
a {
	transition: all 0.3s ease 0s;
	text-decoration:none;
}
a:active, a:hover {
  outline: 0 none;
}
a:hover, a:focus {
    color: #003cc4;
    text-decoration: none;
}
body {
	background: #fff none repeat scroll 0 0;
	color: #585757;
   font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	text-align: left;
	overflow-x: hidden;
	line-height: 28px;
}
.pt10{
    padding-top:10px;
}
.pt20{
    padding-top:20px;
}
.pt30{
    padding-top:30px;
}
.pt40{
    padding-top:40px;
}
.pt50{
    padding-top:50px;
}
.pb10{
    padding-bottom:10px;
}
.pb20{
    padding-bottom:20px;
}
.pb30{
    padding-bottom:30px;
}
.pb40{
    padding-bottom:40px;
}
.pb50{
    padding-bottom:50px;
}
.p10{
    padding:10px;
}
.p20{
    padding:20px;
}
.p30{
    padding:30px;
}
.p40{
    padding:40px;
}
.p50{
    padding:50px;
}
.mt10{
    margin-top:10px;
}
.mt20{
    margin-top:20px;
}
.mt30{
    margin-top:30px;
}
.mt40{
    margin-top:40px;
}
.mt50{
    margin-top:50px;
}
.mb10{
    margin-bottom:10px;
}
.mb20{
    margin-bottom:20px;
}
.mb30{
    margin-bottom:30px;
}
.mb40{
    margin-bottom:40px;
}
.mb50{
    margin-bottom:50px;
}
.m10{
    margin:10px;
}
.m20{
    margin:20px;
}
.m30{
    margin:30px;
}
.m40{
    margin:40px;
}
.m50{
    margin:50px;
}
#scrollUp {
  background: #e84f1e ;
  border-radius: 2px;
  bottom: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  color: #fff;
  font-size: 30px;
  height: 40px;
  line-height: 30px;
  right: 30px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 40px;
}
#scrollUp:hover {
    background: #fff;
    color:#003cc4;
     transition: all 0.3s ease 0s;
}
.clear{
	clear:both;
}
ul{
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
input, select, textarea, input[type="text"], input[type="date"], input[type="url"], input[type="email"], input[type="password"], input[type="tel"], button, button[type="submit"] {
	-moz-appearance: none;
	box-shadow: none !important;
}
input:focus, textarea:focus, select:focus {
    outline: none;
}
div#preloader { 
	position: fixed;
	left: 0; 
	top: 0; 
	z-index: 99999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #fff url('img/logo/preloader.html') no-repeat center center;
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 15px;
  border-radius:0px;
}

.navbar-default .navbar-nav>li>a {
  font-weight: bold;
}

/*--------------------------------*/
/*  2. Header top Area
/*--------------------------------*/
.topbar-left ul li {
    display: inline-block;
}
.topbar-left{
    float: right;
}
.topbar-area {
    background:#ffffff00;
}
.topbar-left ul li a {
    color: #fff;
    display: block;
    margin-right: 20px;
    padding: 8px 0;
    text-decoration: none;
    font-size: 15px;
}
.topbar-left ul li a i {
    color: #fff;
    font-size: 20px;
    padding-right: 7px;
}
.quote-button {
    float: right;
}
.quote-button .quote-btn {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    display: inline-block;
    border: 1px solid #003cc4;
    padding: 11px 20px;
    margin: 0px;
	transition: 0.4s;
	background-image: linear-gradient(141deg, #0047e7 0%, #003cc4 51%, #0449e5 75%) !important;
}
.quote-button .quote-btn:hover {
	background: transparent;
	color: #003cc4;
	transition: 0.4s;
}
.slogan {
    margin-bottom: 0px;
    padding: 16px 0px;
    color: #fff;
    font-size: 16px;
}
.float-none{
    float: none;
    margin:0 auto;
}
/*----------------------------------------*/
/*  2.1 Header Bottom Area 
/*----------------------------------------*/
.header-one{
    width:100%;
    z-index: 99999;
}
.logo-bg{
	z-index: 10;
}
.logo-bg:after {
    content: "";
    position: absolute;
    right: -100px;
    top: 0;
    border-top: 100px solid transparent;
    border-bottom: 0 solid transparent;
	z-index: 10;
}
.logo-bg:before {
    content: "";
    position: absolute;
    left: -90px;
    top: 0;
    z-index: 10;
    width: 90px;
    height: 100%;
}
.logo img{
    float: left;
}
.logo a {
    display: inline-block;
    height: auto;
}
.main-menu ul.navbar-nav li {
    float: left;
    position: relative;
}
.main-menu ul.navbar-nav > li >a {
    margin: 0px 15px;
    color: #111;
    font-size: 16px;
    font-weight: 600;
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}
.main-menu ul.navbar-nav li a:hover{
	color: #f35320;
}

.main-menu ul.navbar-nav >li:hover > a:before, .main-menu ul.navbar-nav >li.active > a::before {
    width: 100%;
}
.main-menu ul.navbar-nav li.active a:focus {
    color: #333;
}
.main-menu ul.navbar-nav li.active a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #003cc4;
    position: relative;
    z-index: 9999999;
}
.navbar {
    border: medium none;
    margin-bottom: 0;
}
.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.navbar-brand{
	padding: 5px 0px;
}
.main-menu ul.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: none;
    color:#333;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: none;
}
.main-menu ul.nav li ul.sub-menu {
    background: #fff;
    border-top: 2px solid #0c0c0b;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 115%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 220px;
    z-index: -99;
}
.pagess {
    position: relative;
}
.navbar.navbar-default {
    float: left;
}
.main-menu ul.nav li ul.sub-menu li {
    border-bottom: 1px solid #ddd;
    padding: 0;
    position: relative;
    width: 100%;
}
.main-menu ul.nav li:hover ul.sub-menu{
    top:100%;
    opacity:1;
    z-index:999;
    visibility:visible;
}
.main-menu ul.nav li ul.sub-menu li a {
    color: #666;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 15px;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
}
.main-menu ul.nav li:hover ul.sub-menu li a:hover{
    color:#fff;
	background: #4caf50;
}
.main-menu ul.nav li ul.sub-menu li:last-child {
    border:none;
}
.stick span.search-button i,.stick .header-search input{color:#555}
.search-option-5 button.button {
    display: inline-block;
    border: none;
    background: none;
    padding: 0;
}
.search-option {
    background: #fff none repeat scroll 0 0;
    bottom: -48px;
    color: #555;
    display: none;
    position: absolute;
    right: 20px;
    width: 260px;
    z-index: 99999;
}
.search-option input {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #555;
    display: block;
    float: left;
    font-size: 14px;
    font-style: italic;
    padding: 8px 10px;
    width: 210px;
    height: 44px;
}
.search-option button.button {
    background: #003cc4;
    border: medium none;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 17px;
    line-height: 35px;
    padding: 5px 15px;
    text-align: center;
}
.search-box .form-control {
    display: block;
    width: 100%;
    height: 45px;
    border: 1px solid #f5f5f5;
    border-radius: 2px;
    background-color: #f5f5f5;
    -webkit-transition: .5s;
    transition: .5s;
    color: #111;
    font-size: 16px;
    font-weight: 400;
    padding-left: 15px;
}
.header-right-link a.main-search {
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 18px;
    line-height: 39px;
    position: relative;
    text-align: center;
    width: 40px;
    height: 40px;
    background: #003cc4;
    border-radius: 2px;
	margin: 23px 0px 23px 10px;
}
.top-header-information {
    padding-left: 0;
    margin-bottom: 0;
    display: inline-flex;
}
.top-header-information li {
    list-style-type: none;
    display: inline-block;
    color: #6b6b84;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding-left: 20px;
    margin-right: 15px;
}
.top-header-information li i {
    position: absolute;
    left: 0;
    color: #f35320;
    top: 4px;
    font-size: 16px;
}
.top-header-area {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e9eef2;
}
.search-box .form-control {
    display: block;
    width: 100%;
    height: 45px;
    border: 1px solid #f5f5f5;
    border-radius: 2px;
    background-color: #f5f5f5;
    -webkit-transition: .5s;
    transition: .5s;
    color: #111;
    font-size: 16px;
    font-weight: 400;
    padding-left: 15px;
}
.search-box button {
    position: absolute;
    right: 0;
    top: 0;
    height: 48px;
    background-color: transparent;
    border: none;
    color: #f35320;
    border-radius: 5px;
    font-size: 22px;
    padding: 0 15px;
    cursor: pointer;
}
.cart-btn a {
    font-size: 30px;
    color: #111;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
}
.cart-btn a span {
    position: absolute;
    right: -1px;
    top: 2px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
    background: #f35320;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.option-item {
    margin-right: 20px;
}
.others-options {
    align-items: center!important;
    display: flex!important;
}
/*--------------------------------*/
/* 2.2. Sticky Header Area
/*--------------------------------*/
.logo h2{
    color:#000;
    font-size: 26px;
}
.header-area{
        padding: 10px 0px;
}
.header-area.stick {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    background: #fff;
}
.header-area.stick .logo a {
    display: inline-block;
    height: auto;
    padding: 12px 0;
}
.header-area.stick .main-menu ul.navbar-nav li a {
    padding: 27px 0px;
}
.header-area.stick .quote-button {
    float: right;
    padding: 13px 5px;
}
.header-area.stick .header-right-link a.main-search {
    margin: 17px 0px 17px 10px;
}
.header-area.stick .main-menu ul.nav li ul.sub-menu li a {
    color: #555;
    display: block;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 15px;
}
.header-area.stick .main-menu ul.nav li ul.sub-menu li a:hover{
    color: #fff;
}
.header-area.stick .navbar-brand>img {
    display: block;
    width: 140px;
    height: auto;
}
.header-area.stick .logo-bg:after {
    border-top: 76px solid transparent;
}
/*----------------------------------------*/
/*  2.3. Mobile Menu Area
/*----------------------------------------*/
.mobile-menu-area {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 10px 0px ;
}
.mean-container .mean-bar::after {
    content: "";
    font-size: 21px;
    left: 5%;
    position: absolute;
    top: 12px;
    text-transform: uppercase;
    font-weight: 500;
}
.mean-container a.meanmenu-reveal:hover {
    color:#252525
}
.mean-container .mean-nav ul {
    list-style-type: none;
    margin: 20px 0px;
    padding: 0;
    width: 100%;
}
.mean-container .mean-nav ul li a {
    background: #f8f8f8 none repeat scroll 0 0;
    color: #555;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    padding: 13px 10px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 90%;
}
.mean-nav ul li.mean-last {
    margin-bottom: 20px;
}
.mean-container .mean-nav ul li a.mean-expand {
    color: #555;
    line-height: 17px;
}
.mean-container .mean-nav ul li {
    width: 99.7%;
}
.flaot-none{
    float: none;
    margin:0 auto;
}
.section-title {
    max-width: 680px;
    text-align: center;
    margin-bottom: 30px;
}
.section-title h2 {
    font-size: 40px;
    margin-bottom: 15px;
}
.section-title p {
    margin-bottom: 0;
}
.section{
    padding: 60px 0px;
}
/*----------------------------------------*/
/*  4.slider
/*----------------------------------------*/
.slider{
    position:relative;
}
.gg-slider {
    z-index:9999;
        height: 650px;
}
.main-banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.main-banner-item {
  background-image: url(../../assets/img/main-banner-bg-1.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 200px;
  padding-bottom: 200px;
  background-attachment: fixed;
}
.main-banner-item.banner-item-two {
  background-image: url(../../assets/img/main-banner-bg-2.jpg);
  padding-top: 50px;
  padding-bottom: 0;
  overflow: hidden;
  background-attachment: unset;
}
.main-banner-item.banner-item-two .main-banner-content h1 {
  color: #111;
  font-size: 55px;
}
.main-banner-item.banner-item-two .main-banner-content p {
  color: #6b6b84;
  margin-bottom: 0;
}
.main-banner-content {
  max-width: 680px;
}
.main-banner-content span {
  font-size: 18px;
  color: #f35320;
  font-weight: 500;
}
.main-banner-content h1 {
  font-size: 70px;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 20px;
}
.main-banner-content p {
  color: #fff;
  margin-bottom: 0;
}
.main-banner-content .banner-btn {
  margin-top: 30px;
}
.main-banner-shape .shape-1 {
  position: absolute;
  bottom: 30px;
  left: 0;
  max-width: 150px;
  -webkit-animation: moveBounce 5s linear infinite;
  animation: moveBounce 5s linear infinite;
}
.main-banner-image {
  margin-top: 30px;
}
.main-slider-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.main-slider-item {
  background-image: url(../../assets/img/main-slider/slider-bg-1.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
}
.main-slider-item.main-slider-two {
  background-color: #fde9dd;
  background-image: unset;
  padding-top: 0;
  padding-bottom: 0;
}
.main-slider-item.main-slider-two .container-fluid {
  padding-right: 0;
}
.main-slider-item.main-slider-two .main-slider-content {
  margin-left: auto;
  max-width: 595px;
  margin-top:20%;
}
.main-slider-content {
  max-width: 680px;
}
.main-slider-content span {
  font-size: 18px;
  color: #f35320;
  font-weight: 500;
}
.main-slider-content h1 {
  font-size: 70px;
  color: #111;
  margin-top: 15px;
  margin-bottom: 20px;
  line-height: 74px;
}
.main-slider-content p {
  color: #6b6b84;
  margin-bottom: 0;
}
.main-slider-content .slider-btn {
  margin-top: 30px;
}
.main-slider-shape .shape-1 {
  position: absolute;
  bottom: 30px;
  left: 0;
  max-width: 100px;
  -webkit-animation: moveBounce 5s linear infinite;
  animation: moveBounce 5s linear infinite;
  z-index: 1;
}
.main-slider-shape .shape-2 {
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 100px;
  -webkit-animation: moveBounce 5s linear infinite;
  animation: moveBounce 5s linear infinite;
  z-index: 1;
}
.home-slides.owl-theme .owl-nav {
  margin-top: 0;
}
.home-slides.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  left: 10px;
  top: 45%;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
  margin: 0;
  outline: 0;
  width: 45px;
  height: 45px;
  line-height: 52px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #fff;
  color: #f99459;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
}
.home-slides.owl-theme .owl-nav [class*="owl-"]:hover,
.home-slides.owl-theme .owl-nav [class*="owl-"]:focus {
  background-color: #111;
}
.home-slides.owl-theme .owl-nav [class*="owl-"].owl-next {
  left: auto;
  right: 10px;
}
.home-slides.owl-theme .owl-nav [class*="owl-"].owl-next i {
  position: relative;
  top: 1px;
  left: 2px;
}
.home-slides.owl-theme .owl-nav [class*="owl-"] i {
  font-size: 25px;
  font-weight: 700;
  position: relative;
  top: 1px;
  right: 2px;
}
.home-slides.owl-theme:hover .owl-nav [class*="owl-"] {
  opacity: 1;
  visibility: visible;
  left: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.home-slides.owl-theme:hover .owl-nav [class*="owl-"].owl-next {
  left: auto;
  right: 20px;
}
.main-slider-image-wrap {
  position: relative;
}
.main-slider-image-wrap .slider-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.default-btn {
    display: inline-block;
    padding: 12px 35px;
    background-color: #f99459;
    color: #fff;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.optional-btn {
    display: inline-block;
    padding: 12px 35px;
    background-color: #f35320;
    color: #fff;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
    margin-left: 15px;
    overflow: hidden;
}

/*----------------------------------------*/
/* category Area
/*----------------------------------------*/
.read-btn {
    font-size: 16px;
    font-weight: 600;
    color: #f35320;
}
.cat-div{
    text-align: center;
}
/*----------------------------------------*/
/* product Area
/*----------------------------------------*/
.product-grid{
    text-align: center;
    overflow: hidden;
    transition: all 0.4s ease-out;
    margin-bottom: 30px;
}
.product-grid:hover{ box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.1); }
.product-grid .product-image{ position: relative; }
.product-grid .product-image a.image{ display: block; }
.product-grid .product-image img{
    width: 100%;
    height: auto;
}
.product-grid .product-discount-label{
    color: #fff;
    background: #f35320;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 2px 8px;
    border-radius: 5px;
    position: absolute;
    top: 12px;
    left: 12px;
}
.product-grid .product-links{
    width: 145px;
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 65%;
    left: 50%;
    transition: all 0.4s ease 0s;
}
.product-grid:hover .product-links{
    opacity: 1;
    top: 50%;
}
.product-grid .product-links li{
    display: inline-block;
    margin: 0 2px;
}
.product-grid .product-links li a{
    color: #2c2c2c;
    background: #fff;
    font-size: 16px;
    line-height: 42px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: block;
    position: relative;
    transition: all 0.4s ease-out 0s;
}
.product-grid .product-links li a:hover{
    color: #fff;
    background: #78a206;
    box-shadow: 1px 1px 30px 0 rgba(0, 0, 0, 0.2);
}
.product-grid .product-links li a:before,
.product-grid .product-links li a:after{
    content: attr(data-tip);
    color: #fff;
    background-color: #555;
    font-size: 12px;
    line-height: 18px;
    padding: 5px 10px;
    white-space: nowrap;
    display: none;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -40px;
    transition: all 0.3s ease 0s;
}
.product-grid .product-links li a:after{
    content: '';
    height: 10px;
    width: 10px;
    padding: 0;
    transform: translateX(-50%) rotate(45deg);
    top: -18px;
    z-index: -1;
}
.product-grid .product-links li a:hover:before,
.product-grid .product-links li a:hover:after{
    display: block;
}
.product-grid .product-content{
    padding: 12px 12px 15px;
    position: relative;
}
.product-grid .rating{
    padding: 0;
    margin: 0 0 8px;
    list-style: none;
}
.product-grid .rating li{
    color: #f35320;
    font-size: 14px;
}
.product-grid .rating .far{ color: #808080; }
.product-grid .title{
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.product-grid .title a{
    color: #2c2c2c;
    transition: all 0.3s ease 0s;
}
.product-grid .title a:hover{ color: #78a206; }
.product-grid .price{
    color:#f35320;
    font-size: 17px;
    font-weight: 600;
    display: block;
    transition: all 0.4s ease-in-out;
}
.product-grid .price span{
    color: #999;
    font-weight: 500;
    text-decoration: line-through;
}
.product-grid:hover .price{ opacity: 0; }
.product-grid .add-to-cart{
    color: #fff;
    background-color: #f35320;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 40px;
    width: 140px;
    height: 40px;
    border-radius: 50px;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    bottom: 50px;
    left: 50%;
    transition: all .4s ease-out;
}
.product-grid .add-to-cart:hover{ background-color: #2f2f2f; }
.product-grid:hover .add-to-cart{
    opacity: 1;
    bottom: 8px;
}
@media screen and (max-width:1200px){
    .product-grid{ margin: 0 0 30px; }
}
/*----------------------------------------*/
/* services Area
/*----------------------------------------*/
.section-ser{
    background-image: url(img/ser-bg.jpeg);
}
.ser-div{
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 30px 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 28px 0 rgb(0 0 0 / 9%);
    box-shadow: 0 2px 28px 0 rgb(0 0 0 / 9%);
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 5px;
    height:400px;
}
.ser-div:hover{
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.ser-div:hover h3{
    color:#fff;
}
.ser-div:hover p{
    color:#fff;
}
.ser-div:hover a{
    color:#fff;
}
.icon img{
    border: 1px dashed #f35320;
    border-radius: 50%;
    padding: 16px;
    background: #fff;
}
.ser-div:hover::before {
    width: 100%;
}
.ser-div::before {
    top: 50%;
    left: 50%;
    width: 0%;
    z-index: -1;
    height: 100%;
    content: "";
    position: absolute;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #f35320;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 5px;
    -webkit-transition: .5s;
    transition: .5s;
}
/*----------------------------------------*/
/* feature Area
/*----------------------------------------*/
.features-info span{
    color:#f35320;
}
.fest-points i{
    font-size: 25px;
    background: #f35320;
    padding: 12px;
    border-radius: 50%;
    color: #fff;
    float: left;
}
.feat-desc{
    margin-left: 80px;
}
/*----------------------------------------*/
/*  deal Area
/*----------------------------------------*/
.section-deal{
    background-color: #fef2ea;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.offer-content span{
    font-size: 50px;
    font-weight: 700;
    color: #f35320;
}
.offer-content{
    text-align: center;
    margin-top: 40px;
}
.time-div{
        text-align: center;
    background: #fad7d8;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    line-height: 19px;
}
.time-div h2{
    color: #f35320;
    margin: 0;
    padding-top: 25px;
}
}
.time-div p{
    color:#fff;
}
.deal-shape .shape-1 {
    position: absolute;
    top: 30px;
    left: 10px;
    -webkit-animation: moveBounce 5s linear infinite;
    animation: moveBounce 5s linear infinite;
}
.deal-shape .shape-2 {
    position: absolute;
    right: 20px;
    bottom: 30px;
    max-width: 80px;
    -webkit-animation: moveLeftBounce 3s linear infinite;
    animation: moveLeftBounce 3s linear infinite;
}
.circle-animation {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 400px;
    max-height: 400px;
    z-index: 0;
    opacity: 0.15;
    background: #dd0707;
}
.circle-animation:before,
.circle-animation:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 20px solid #dd0707;
    border-radius: 50%;
}
.circle-animation:before {
    animation: circleripple 4s linear infinite;
}
.circle-animation:after {
    animation: circleripple 4s linear 2s infinite;
}
.circle-animation.animated {
    opacity: 0 !important;
}
@keyframes circleripple {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.3);
        opacity: 1;
    }
    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}
/*----------------------------------------*/
/* testimonial Area
/*----------------------------------------*/
.section-testi{
    background-image: url(img/testi-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    background-attachment: fixed;\
}
.section-testi::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #000;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    opacity: .7;
}
.section-testi .section-title h2{
    color:#fff;
}
.section-testi .section-title p{
    color:#fff;
}
.testimonial{
    text-align: center;
    padding: 0 20px;
}
.testimonial .icon{
    font-size: 100px;
    line-height: normal;
    color: #ffffff;
}
.testimonial .description{
    font-style: italic;
    color: #777;    
    font-size: 18px;
    color: #fff;
    font-style: italic;
    max-width: 950px;
    margin: auto;
    margin-top: -20px;
}
.testimonial .pic{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: 20px auto;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .testimonial-title{
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}
.testimonial .post{
    display: block;
    font-size: 21px;
    color: #f35320;
    font-weight: 700;
}
.owl-theme .owl-controls .owl-pagination{
    margin-top: 20px;
}
.owl-theme .owl-controls .owl-page span{
    width: 10px;
    height: 10px;
    background: #99bf4b;
    border: 2px solid transparent;
    opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page span:hover{
    background: #fff;
    border: 2px solid #99bf4b;
}
.blog-desc{
    background-color: #fff;
    -webkit-box-shadow: 0 0 1.25rem rgb(108 118 134 / 10%);
    box-shadow: 0 0 1.25rem rgb(108 118 134 / 10%);
    padding: 30px 20px;
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 0 0 5px 5px;
    height: 220px;
}
.blog-date span {
    display: inline-block;
    padding: 10px 25px;
    background-color: #fff;
    color: #f35320;
    font-weight: 400;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 0 5px 0 0;
    position: absolute;
    z-index: 999;
    top: 51%;
}
.blog-desc a{
    color:#f35320;
}
.blog-div:hover .blog-desc::before {
    height: 100%;
}
.blog-div .blog-desc::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: #f35320;
    z-index: -1;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 0 0 5px 5px;
}
.blog-div:hover h3{
    color:#fff;
}
.blog-div:hover a{
    color:#fff;
}
/*----------------------------------------*/
/* inner page Area
/*----------------------------------------*/
.inner-header {
    position: relative;
    z-index: 1;
    background-image: url(img/testi-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
    background-attachment: fixed;
}
.inner-header::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #000;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    opacity: .6;
}
.inner-header h1 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 45px;
    text-align: center;
}
.abt-desc h2{
    border-bottom: 2px solid #f35320;
    padding-bottom: 20px;
}
.white-bg{
background-color: #fef8f5;
    padding: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: 0;
}
/*----------------------------------------*/
/*  3. section counter
/*----------------------------------------*/
.counter-content .counter-value{
    font-size: 5.5rem;
    color: #f18035;
    text-transform: capitalize;
    font-weight: 500;
}
.counter-content h3{
    font-size: 20px;
    color: #0f1b2f;
    font-weight: 500;
}
.counter-content{
    position: absolute;
    top: 60%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 1;
}
.counter{
    text-align: center;
}
.counter i:before {
    font-size: 10rem;
    margin-left: 0;
    color: #eae9e973;
}
.doc-box{
    margin-bottom:30px;
}
.sec-title{
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 12px;
    position: relative;
}
.sec-title:after{
    margin: 0;
    position: absolute;
}
.sec-title:after{
    bottom: -2px;
}
ul.shop-sidebar{
    margin: 0;
    padding: 0;
}
ul.shop-sidebar li{
    list-style: none;
}
ul.shop-sidebar li a{
    padding-left: 15px;
    position: relative;
}
ul.shop-sidebar li a{
    display: block;
    padding: 8px 5px;
}
ul.shop-sidebar li a .no {
    float: right;
}
.box-sidebar{
        background-color: #fff;
    -webkit-box-shadow: 0 2px 28px 0 rgb(0 0 0 / 9%);
    box-shadow: 0 2px 28px 0 rgb(0 0 0 / 9%);
    border-radius: 5px;
    padding: 25px;
}
.orgo-grid-sorting {
    margin-bottom: 40px;
}
.orgo-grid-sorting .ordering label {
    display: inline-block;
    margin-bottom: 0;
    color: #f99459;
    margin-right: 5px;
    font-weight: 600;
    float: left;
}
.orgo-grid-sorting .ordering .nice-select {
    display: inline-block;
    float: unset;
    width: 215px;
    background: #f8f8f8;
    border-color: #eee;
    color: #111;
    -webkit-transition: .5s;
    transition: .5s;
    padding: 0 0 0 12px;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    font-weight: 500;
}
.select-box .form-control{
    width:80%;
}
.contact-box{
    text-align: center;
    border: 1px solid #eeeeee96;
    padding: 20px;
    height: 218px;
    box-shadow: 0px 0px 10px #eee;
}
.contact-box img{
    width:80px;
}
.contact-box i{
    font-size: 34px;
    color: #f35320;
    background: #eee;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
}
.contact-form {
    padding: 40px;
    background: #eee;
}
.contact-form input {
    padding: 23px;
    border: none;
}
/*----------------------------------------*/
/* Footer Area
/*----------------------------------------*/
.footer-logo form input{
        border: none;
    padding: 20px;
}
.footer-logo form{
    margin-top: 20px;
}
.footer-logo form textarea{
    border: none;
    padding: 20px;
}
.no-padding{
    padding: 0px;
}
.bg-footer{
    background: #4caf50;

}
.footer-top{
    padding: 50px 0px;
    background: #f3f9fe;
}
.footer-logo h2{
    font-size: 28px;
}
.footer-title{
    text-align: center; 
}
.footer-logo p{
    margin-top:10px;
}
.footer-title h2:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 3px;
    background: #fff;
    bottom: 0;
    height: 40px;
    margin: auto;
}
.contact-detail{
    padding: 70px 30px;
}
.address-info ul li{
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
}
.address-info{
    margin-top: 30px;
}
.footer-title h2 {
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
    position: relative;
    padding: 0 0 60px;
}
.address-info ul li img{
        margin-right: 10px;
}
.footer-title h4{
    font-family: "Montez", cursive;
    color: #000;
    font-size: 25px;
}
.footer-area {
    background-image: linear-gradient(45deg, #000000cc, #000000eb),url(img/4.jpg);
}
.footer-logo{
    margin-top: 35px;
}
.footer-div ul {
    list-style: none;
    padding: 0px;
}
.footer-div h3{
    font-size: 22px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
.footer-div h3::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 2px;
    width: 50px;
    background-color: #f35320;
}
.footer-div li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 40px;
    font-size: 15px;
    border-bottom: 1px dashed rgba(102,102,102,.3);
    color: #211e1e;
}
footer .footer-div i {
    background-color: rgba(0,0,0,0);
    border: 0 solid transparent;
}
.half-ul li:before {
    content: "\f105";
    position: absolute;
    left: 0;
    display: block;
    font-family: FontAwesome;
    color:#f35320;
}
.half-ul{
    width:50%;
    float: left;
}
.half-ul li a{
    color:#000;
}
.footer-div i {
    position: absolute;
    left: 0;
    top: 5px;
    text-align: center;
    font-size: 25px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: rgba(0,0,0,0);
    border: 0 solid transparent;
    color:#f35320;
}
.footer-div strong {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    color: #000;
}
.footer-head p {
    color: #ddd;
    font-size: 15px;
    letter-spacing: 0.60px;
}
.footer-head h4 {
    color: #ddd;
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
}
.footer-services-link ul.footer-list{
    width: 50%;
    float: left;
}
.footer-icons ul li {
    display: inline-block;
}
.footer-icons ul li a {
    color: #f35320;
    display: block;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    margin-right: 5px;
    width: 35px;
    height: 35px;
    background: #ffffff;
    transition: 0.4s;
    border-radius: 50%;
    border: 1px solid #c5c2c0;
}
.footer-icons ul li a:hover{
    color: #003cc4;
    background: transparent;
     transition: 0.4s
}
.footer-tags li {
    float: left;
}
.footer-tags li a {
    color: #ddd;
    display: block;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    margin: 3px;
    border: 1px solid #020e29;
    background: #020e29;
    font-weight: 600;
    padding: 3px 5px;
    border-radius: 2px;
}

.suscribe-input input {
    color: #ddd;
    font-size: 15px;
    line-height: 24px;
    padding: 11px 15px;
    height: 52px;
    border-radius: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #07183a;
}
.suscribe-input button {
    background: #8cc540;
    border: 1px solid #8cc540;
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 2px;
    transition: 0.4s;
    margin-top: 15px;
    text-transform: capitalize;
    font-weight: 700;
    transition: 0.4s;
}
.suscribe-input button:hover {
    background: transparent;
    color: #ffd73e;
    transition: 0.4s;
}
.footer-contacts p span {
    color: #003cc4;
    font-weight: 700;
}
.footer-content {
    display: block;
    overflow: hidden;
}
.footer-list li a {
    color: #ddd;
    padding: 3px 0px 3px 20px;
    display: block;
    position: relative;
    font-weight: 500;
    font-size: 15px;
}
.footer-list li:first-child a{
    padding-top: 0px;
}
.footer-list li:last-child a{
    padding-bottom: 0px;
}
.footer-list li a::after {
    position: absolute;
    content: "\e876";
    right: auto;
    top: 2px;
    font-family: tionscal;
    font-size: 10px;
    left: 0;
}
.footer-list li a:hover {
    color: #ffd741;
}
.footer-icons{
    float: right;
}
.footer-copyright {
    background:#021a32;
    padding: 10px 0;
}
.copyright-text a:hover{
    text-decoration: underline;
    color:#003cc4;
}
.copyright-text a {
    color: #ddd;
}
.copyright > p {
    margin-bottom: 0;
    color: #ddd;
    text-align: center;
}
.copyright a {
    color: #003cc4;
}
.copyright{
    margin-top: 5px;
}
