/*
* Mate - Bootstrap 4 Template
* Build Date: December 2017
* Last updated: December 2017
* Version: 1.0
* Author: UIdeck
* Copyright (C) 2018 UIdeck
*/
/* ------------------------------------- */
/* TABLE OF CONTENTS
/* -------------------------------------
  1. IMPORT GOOGLE FONTS
  2. GENERAL
    -2.1 SECTION TITLE
    -2.2 BUTTONS
    -2.3 SOCIAL ICON
    -2.4 PRE LOADER
    -2.5 SCROLL TO UP
  3. HERO AREA 
  4. NAVBAR
  5. SERVICES SECTION
  6. FEATURES SECTION
  7. VIDEO PROMO SECTION
  8. PORTFOLIO SECTION
  9. buy TABLE 
  10. COUNTER SECTION
  11. partner AREA
  12. TEAM SECTION
  13. BLOG SECTION
  14. enquiry SECTION
  15. FOOTER SECTION
    -15.1 COMING SOON PAGE
  ------------------------------------- */
/* ==========================================================================
   1. IMPORT GOOGLE FONTS
   ========================================================================== */
/*@import url("https://fonts.googleapis.com/css?family=PT+Sans&display=swap");
@font-face {
font-family: 'Georgia Bold';
font-style: normal;
font-weight: normal;
src: local('Georgia Bold'), url('/fonts/georgiab.woff') format('woff');
}
*/
/* ==========================================================================
   2. GENERAL
   ========================================================================== */
body {
/*  font-family: 'PT Sans', sans-serif;*/
font-family: 'Baloo Tamma 2', sans-serif;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

p {
  font-size: 18px;
  line-height: 26px;
}

a:hover, a:focus {
  color: #FF9900;
}

a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

h1, h2, h3, h4, h5 {
  /*font-family: 'PT Sans', sans-serif;*/
  font-family: 'Baloo Tamma 2', sans-serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 1px;
	color: #ff9900;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

a:not([href]):not([tabindex]) {
  color: #fff;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: #FF9900;
}


.hero-title img {
	width: 100%;
	padding-top: 30px;
}

.socmed-fb {
	width: 120px;
	height: 30px;
    display: inline-block;
    top: 30px;
    position: absolute;
	background-image: url("../img/icon-fb-text.png");
	background-repeat:no-repeat;
	background-size:contain;
}
.socmed-ig {
	width: 120px;
	height: 30px;
    display: inline-block;
    top: 50px;
    position: absolute;
	background-image: url("../img/icon-ig-text.png");
	background-repeat:no-repeat;
	background-size:contain;
}
.top-nav-collapse .socmed-fb {
		background-image: url("../img/icon-fb-text-grey.png");
		top: 25px;
}
.top-nav-collapse .socmed-ig {
		background-image: url("../img/icon-ig-text-grey.png");
		top: 45px;
}
.header-socmed {
	display: block;
	padding-left: 100px;
}
@media screen and (max-width: 991px) {
.header-socmed {
	display: block;
	padding-left: 70px;
}
.socmed-fb {
	margin-left: 0px;
	top: 30px;
}
.socmed-ig {
	margin-left: 140px;
	top: 30px;
}
.top-nav-collapse .socmed-fb {
		background-image: url("../img/icon-fb-text-grey.png");
		margin-left: 80px;
		top: 20px;
}
.top-nav-collapse .socmed-ig {
		background-image: url("../img/icon-ig-text-grey.png");
		margin-left: 220px;
		top: 20px;
}
}
@media screen and (max-width: 500px) {
	
.header-socmed {
	display: block;
	padding-left: 70px;
}
.socmed-fb {
	width: 120px;
    display: inline-block;
    float: left;
    top: 15px;
    position: absolute;
	margin-left: 0px;
}
.socmed-ig {
	width: 120px;
    display: inline-block;
    float: left;
    top: 35px;
    position: absolute;
	margin-left: 0px;
}
.top-nav-collapse .socmed-fb {
		background-image: url("../img/icon-fb-text-grey.png");
		margin-left: 0px;
		top: 15px;
}
.top-nav-collapse .socmed-ig {
		background-image: url("../img/icon-ig-text-grey.png");
		margin-left: 0px;
		top: 35px;
}
}

/* ==========================================================================
   2.1 Section Title
   ========================================================================== */
.section {
  padding: 100px 0;
}

.section-header {
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
	margin-top: 150px;
}

.section-header .section-title {
  font-size: 62px;
  margin-top: 0;
  text-transform: none;
  font-weight: 700;
  color: #333;
  position: relative;
}

.section-header .section-title span {
  color: #FF9900;
}

.section-header .section-subtitle {
  margin-top: 15px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
}

.section-header .lines {
  margin: auto;
  width: 70px;
  position: relative;
  border-top: 2px solid #FF9900;
  margin-top: 15px;
}
.brown-bg {
	display: inline-block;
    /*background-color: #653221;*/
	background-color: rgba(	82, 40, 27, 0.7);
    color: #ffffff;
    line-height: 0.9;
	text-align: center;
}
.patent-text{
	font-size: 2.2em !important;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.section {
  padding: 80px 0;
}
.patent-text{
	font-size: 1.5em !important;
}
}

/* ==========================================================================
   2.2 Buttons
   ========================================================================== */


.btn {
  font-size: 14px;
  padding: 11px 40px;
  border-radius: 0px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
}

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
  color: #fff;
}

.btn-common {
  border: 1px solid #FF9900;
  background: #FF9900;
  position: relative;
  color: #fff;
  z-index: 1;
  border-radius: 30px;
}

.btn-common:hover {
  color: #fff;
  background: #33b391;
  border-color: #33b391;
  transition: all .50s ease-in-out;
  -moz-transition: all .50s ease-in-out;
  -webkit-transition: all .50s ease-in-out;
}

.btn-border {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 4px;
}

.btn-border:hover {
  border: 2px solid #fff;
  color: #fff;
  background-color: #FF9900;
}

.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px;
}

.btn-rm {
  padding: 7px 0px;
  color: #999;
  text-transform: capitalize;
}

.btn-rm i {
  vertical-align: middle;
}

button:focus {
  outline: none !important;
}

.clear {
  clear: both;
}
.plan-button {
	margin-bottom: /*30px*/ 10px;
}

/* ==========================================================================
   2.3 Social Iocns
   ========================================================================== */
.social-icons {
  margin-top: 40px;
}

.social-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-icons ul li {
  display: inline;
}

.social-icons ul li a {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 15px;
  border-radius: 50%;
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #ddd;
  font-size: 16px;
}

.social-icons ul li a:hover {
  color: #fff;
}

.facebook a {
  color: #4867AA;
}

.facebook a:hover {
  background: #4867AA;
}

.twitter a {
  color: #1DA1F2;
}

.twitter a:hover {
  background: #1DA1F2;
}

.google-plus a {
  color: #DD4D42;
}

.google-plus a:hover {
  background: #DD4D42;
}

.youtube a {
  color: #DF2926;
}

.youtube a:hover {
  background: #DF2926;
}

.linkedin a {
  color: #007BB6;
}

.linkedin a:hover {
  background: #007BB6;
}

.pinterest a {
  color: #BD081C;
}

.pinterest a:hover {
  background: #BD081C;
}

.dribbble a {
  color: #EA4C89;
}

.dribbble a:hover {
  background: #EA4C89;
}

.behance a {
  color: #0B7CFF;
}

.behance a:hover {
  background: #0B7CFF;
}

/* ==========================================================================
	 2.4  Pre Loader
	 ========================================================================== */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  z-index: 9999999999;
}

.spinner {
  width: 40px;
  height: 40px;
  top: 45%;
  position: relative;
  margin: 0px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #FF9900;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* ========================================================================== 
  -2.5 Scroll To Up 
   ========================================================================== */
.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
}

.back-to-top i {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  background-color: #717171;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* ==========================================================================
   3. Hero Area
   ========================================================================== */
#hero-area {
  background: url(../img/hero-bg2.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  position: relative;
}

#hero-area .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #FF9900;
  opacity: 0.9;
}

#hero-area .contents {
  padding: 100px 0 0px;

}

#hero-area .contents h1 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 25px;
}

#hero-area .contents p {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.5px;
}

#hero-area .contents .btn {
  margin: 25px 25px 0px 0px;
  text-transform: uppercase;
}

#hero-area .banner_bottom_btn {
  margin-top: 40px;
}

#hero-area .banner_bottom_btn i {
  color: #fff;
  font-size: 48px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#hero-area .banner_bottom_btn i:hover {
  color: #FF9900;
}

/* ==========================================================================
   4. Navbar Style
   ========================================================================== */
.navbar-brand {
  position: relative;
  padding: 0px;
}

.navbar-brand img {
  height: 80px;
}


.indigo {
  background: transparent;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #fff;
  padding: 0 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 40px;
  border-radius: 30px;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
	font-size: 16px;
}

.navbar-expand-lg .navbar-nav li a:hover,
.navbar-expand-lg .navbar-nav li .active > a,
.navbar-expand-lg .navbar-nav li a:focus {
  color: #FF9900;
}

.navbar .nav-link.active {
  color: #fff !important;
  background: #FF9900;
}

.top-nav-collapse {
  background: #fff;
  z-index: 999999;
  top: 0px !important;
  padding: 0;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  background: #fff !important;
}

.top-nav-collapse .navbar-brand {
  top: 0px;
}

.top-nav-collapse .navbar-nav .nav-link {
  color: #333;
  margin: 0 2px;
}

.top-nav-collapse .navbar-nav .nav-link:hover {
  color: #FF9900 !important;
}

.top-nav-collapse .navbar-nav .nav-link.active {
  color: #fff !important;
}
.dropdown-toggle::after {
  display: none;
}

.slicknav_btn {
  border-color: #ff9900;
}

.slicknav_menu .slicknav_icon-bar {
  background: #ff9900;
}


.cta-btn {
	background-color: rgba(2,177,147,1.00) !important;
	color: rgba(255,247,137,1.00) !important;
	margin: 0 2px;
}
.cta-btn, .cta-btn:visited{
	color: #ffffff !important;
}
.cta-btn:hover, .cta-btn:active{
	background-color: rgba(2,121,105,1.00) !important;
	color: rgba(255,247,137,1.00) !important;
}
.top-nav-collapse .navbar-nav .cta-btn:hover, .top-nav-collapse .navbar-nav .cta-btn:active{
	background-color: rgba(2,121,105,1.00) !important;
	color: rgba(255,247,137,1.00) !important;
}
.top-nav-collapse .navbar-nav .cta-btn:hover, .top-nav-collapse .navbar-nav .cta-btn:active{
	background-color: rgba(2,121,105,1.00) !important;
	color: rgba(255,247,137,1.00) !important;
}

.slicknav_nav {

    padding: 5px;
}
.cta-hero {
	display: none;
}

.navbar-nav {
	/*font-family: "Georgia Bold", "serif" ;*/
	font-weight:bold;
}
@media (max-width: 768px) {
	#hero-area .contents {
    padding: 60px 0 0px !important;
}
	.cta-hero {
	display: block;
		padding-bottom: 0px;
}
.cta-hero .navbar-nav .nav-link {
    color: #fff;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 40px;
    border-radius: 30px;
    background: transparent;
        background-color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
}

.cta-hero .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}
}

/* only small tablets */
@media (min-width: 768px) and (max-width: 991px) {
  #nav-main li a.nav-link {
    padding-top: 18px;
  }
}

.navbar-toggler {
  display: none;
}

.mobile-menu {
  display: none;
}

.slicknav_menu {
  display: none;
}

@media screen and (max-width: 991px) {
  .navbar-header {
    width: 100%;
  }
  .navbar-brand {
    position: absolute;
    padding: 15px;
    top: 0;
  }
  .navbar-brand img {
    height: 40px;
  }
  #mobile-menu {
    display: none;
  }
  .slicknav_menu {
    display: block;
  }
  .slicknav_nav .active a {
    background: #FF9900;
    color: #fff;
  }
  .slicknav_nav a:hover, .slicknav_nav .active {
    color: #ff9900;
    background: #f8f9fa;
  }
  .slicknav_nav .dropdown li a.active {
    background: #f8f9fa;
    color: #ff9900;
  }
	#ingredient-text-title-div h2 {
    font-size: 24px;
	}
}


/* ==========================================================================
  6. relieve-hangover Section Style
   ========================================================================== */

#what-is-sober-up .section-header {
    color: #fff;
    margin-bottom: 40px;
    text-align: center;
    margin-top: 350px;
}

#what-is-sober-up {
  background: url("../img/section-relieve-hangover2.jpg") no-repeat top center;
  background-size:cover;
  color: #fff;
  overflow: hidden;
  position: relative;
	min-height: 800px;
}

#what-is-sober-up .section-title {
  color: #fff;
}

#what-is-sober-up .section-subtitle {
  color: #fff;
}
#what-is-sober-up .box-item .text h4 {
  text-align: center;
}

#relieve-hangover-text .icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  text-align: center;
  position: relative;
  z-index: 1;
}

#relieve-hangover-text .box-item {
  padding: 15px;
}

#relieve-hangover-text .box-item .icon {
  border: 1px solid #ff9900;
  text-align: center;
  float: left;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#relieve-hangover-text .box-item .icon i {
  color: #ff9900;
  font-size: 24px;
  line-height: 60px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#relieve-hangover-text .box-item .text {
  padding-left: 80px;
}

#relieve-hangover-text .box-item .text h4 {
  color: #ff9900;
  font-weight: 700;
  font-size: 16px;
  text-transform: none;
  line-height: 22px;
}

#relieve-hangover-text .box-item .text p {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
}

#relieve-hangover-text .box-item:hover .icon {
  background: #ff9900;
}

#relieve-hangover-text .box-item:hover .icon i {
  color: #ffffff;
}

#relieve-hangover-text .show-box img {
  position: absolute;
  bottom: -120px;
}
#relieve-hangover-title-div {
	text-align: center;
}
#relieve-hangover-title-div h2 {
	margin: 50px 0;
}
#relieve-hangover-text .item-boxes {
  text-align: center;
}

#relieve-hangover-text .box-item .text p.faq-text {
  font-weight: normal !important;
} 
#faq .icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  text-align: center;
  position: relative;
  z-index: 1;
}

#faq .box-item {
  padding: 15px;
}

#faq .box-item .icon {
  border: 1px solid #ff9900;
  text-align: center;
  float: left;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#faq .box-item .icon i {
  color: #ff9900;
  font-size: 24px;
  line-height: 60px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#faq .box-item .text {
  padding-left: 80px;
}

#faq .box-item .text h4 {
  color: #ff9900;
  font-weight: 700;
  font-size: 16px;
  text-transform: none;
  line-height: 22px;
}

#faq .box-item .text p {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
}

#faq .box-item:hover .icon {
  background: #ff9900;
}

#faq .box-item:hover .icon i {
  color: #ffffff;
}

#faq .show-box img {
  position: absolute;
  bottom: -120px;
}
#relieve-hangover-title-div {
	text-align: center;
}
#relieve-hangover-title-div h2 {
	margin: 50px 0;
}
#faq .item-boxes {
  text-align: center;
}

#faq .box-item .text p.faq-text {
  font-weight: normal !important;
}

@media screen and (max-width: 768px) {
  
	#relieve-hangover-title-div {
	text-align: left;
	}
}


/* ==========================================================================
  6. ingredient Section Style
   ========================================================================== */
#ingredients {
  background: url("../img/section-ingredients.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  position: relative;
	min-height: 600px;
}

#ingredients .section-title {
  color: #fff;
}

#ingredients .section-subtitle {
  color: #fff;
}

#ingredients-text .icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  text-align: center;
  position: relative;
  z-index: 1;
}

#ingredients-text .box-item {
  padding: 15px;
}

#ingredients-text .box-item .icon {
  border: 1px solid #ff9900;
  text-align: center;
  float: left;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#ingredients-text .box-item .icon i {
  color: #ff9900;
  font-size: 24px;
  line-height: 60px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#ingredients-text .box-item .text {
  padding-left: 80px;
}

#ingredients-text .box-item .text h4 {
  color: #ff9900;
  font-weight: 700;
  font-size: 16px;
  text-transform: none;
  line-height: 22px;
}

#ingredientstext .box-item .text p {
  font-size: 18px;
  line-height: 26px;
}

#ingredients-text .box-item:hover .icon {
  background: #ff9900;
}

#ingredients-text .box-item:hover .icon i {
  color: #ffffff;
}

#ingredients-text .show-box img {
  position: absolute;
  bottom: -120px;
}
#ingredients-text-title-div {
	text-align: left;

}
#ingredients-text-title-div h2 {
	margin: 20px 0 50px 0;
	font-size: 32px;
	font-weight: normal;
	color: #000000;
}
.ingredient-text-bold {
	font-size: 20px !important;
	font-weight: bold !important;
}

@media screen and (max-width: 768px) {
  
	#ingredients-text-title-div h2 {
    font-size: 24px;
	}
}



/* ==========================================================================
  6. Effectiveness Section Style
   ========================================================================== */
#effectiveness {
  background: url("../img/section-effectiveness.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  position: relative;
	min-height: 600px;
}

#effectiveness .section-title {
  color: #000;
}

#effectiveness .section-subtitle {
  color: #000;
}

#effectiveness-text .icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  text-align: center;
  position: relative;
  z-index: 1;
}

#effectiveness-text-title-div {
	text-align: left;

}
#effectiveness-text-title-div h2 {
	margin: 20px 0 50px 0;
	font-size: 32px;
	font-weight: normal;
	color: #000000;
	text-align: center;
}

#effectiveness .section-header {
		margin-top: 200px;
	}

	.chart-container {
	position: relative; height:60vh; /*width:80vw;*/ margin-bottom: 80px;
}

.chart-vas {
	font-size: 0.5em; 
	line-height: 1.6; 
	display: block;
}

@media screen and (max-width: 768px) {
	
	#effectiveness {
  background: url("../img/section-effectiveness.jpg") no-repeat 70% 10%;
	}
	#effectiveness-text-title-div h2 {
	font-size: 24px;
	margin: 20px 0 20px 0;
	}
  
	#effectiveness .section-header {
		margin-top: 200px;
	}
	.chart-container {
	position: relative; height:40vh; width:90vw; margin-bottom: 40px;
}
	#effectiveness .section-title {
    color: #fff;
    text-shadow: 1px 2px 5px #000;
}
}



/* ==========================================================================
	9. buy Table
	========================================================================== */
.buy-table {
  padding: 30px;
  margin: 0 auto;
  margin-bottom: 5px;
  border: transparent;
  text-align: /*left*/ center;
  background-color: #FFFFFF;
  border: 1px solid #f1f1f1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.buy-table:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.buy-table .buy-details h2 {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 40px;
  text-transform: none;
  background: #717171;
  padding: 30px;
	text-align: center;
}

.buy-table .buy-details span {
  display: inline-block;
  font-size: 28px;
  font-weight: 400;
  color: #FF9900;
  margin-bottom: 20px;
}

.buy-table .buy-details ul {
  margin-bottom: 35px;
}

.buy-table .buy-details ul li {
  padding: 10px;
  font-size: 15px;
  border-bottom: 1px dotted #f1f1f1;
}

.table-left {
  margin-top: 20px;
}

.buy-tables span {
  display: inline-block;
  font-size: 22px;
  font-weight: 400;
  color: #FF9900;
  margin-bottom: 10px;
	margin-top: 50px;
}
.buy-section {
	padding: 20px 0 80px 0;
}

/* ==========================================================================
 10. Counter Section Style
 ========================================================================== */
.counters {
  background: url(../img/counter.jpg) fixed;
  position: relative;
}

.counters .facts-item {
  text-align: center;
  color: #fff;
}

.counters .facts-item .icon {
  margin-bottom: 30px;
}

.counters .facts-item .icon i {
  font-size: 50px;
  color: #fff;
}

.counters .facts-item .fact-count h3 {
  font-size: 35px;
  color: #fff;
  margin-bottom: 15px;
}

.counters .facts-item .fact-count h4 {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}

/* ==========================================================================
11. partner Section Style
 ========================================================================== */
#partner {
  background: none;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  position: relative;
	padding: 10px;
}
.partner-title {
	text-align: center;
	padding-bottom: 10px;
}
.partner-title h2{
	text-align: center;
	color: #ffffff ;
	padding-bottom: 10px;
}
.partner-title h2::after {
    display: inline-block;
    content: "";
    border-top: .1rem solid white;
    width: 100%;
    margin: 0 1rem;
    transform: translateY(-1rem);
}
.partner-item {
  text-align: center;
}

.partner-item img {
  width: auto;
  /*border: 3px solid #fff;*/
  height: 60px;
 /* border-radius: 50%; */
}

.partner-item .partner-text h3 {
  font-size: 15px;
  font-weight: 700;
}

.partner-item .partner-text span {
  font-size: 14px;
  color: #999;
}

.partner-item .partner-text p {
	/*font-family: "Georgia Bold", "serif" ;*/
  font-size: 18px;
  font-weight: 400;
  padding: 10px 10px 30px 10px;
  margin: 0;
  line-height: 1.2;
}

.owl-theme .owl-controls .owl-page span {
  background: #FF9900;
}

.owl-theme .owl-controls {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
.partner-item img {
  width: auto;
  /*border: 3px solid #fff;*/
  height: 40px;
}
.partner-item .partner-text p {
	/*font-family: "Georgia Bold", "serif" ;*/
  font-size: 14px;
}
.owl-carousel .owl-item {
padding-left: 30px;
}
}
/* ==========================================================================
  14. enquiry Us
  ========================================================================== */
.enquiry-us h3 {
  font-size: 36px;
  margin-bottom: 45px;
}

.enquiry-us p span {
  color: #FF9900;
  padding-left: 10px;
}

#enquiry {
  background: #2C2C2C;
  color: #fff;
  position: relative;
	padding-bottom: 20px;
}

.form-control {
  width: 100%;
  margin-bottom: 10px;
  padding: 14px;
  border-color: #fff;
  border-radius: 0px;
  color: #fff;
  background: transparent;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.form-control:focus {
  box-shadow: none;
  color: #fff;
  border-color: #FF9900;
  background: transparent;
  outline: none;
}

.btn.disabled, .btn:disabled {
  opacity: 1;
}

.text-danger {
  font-size: 14px;
  margin-top: 10px;
}

.list-unstyled li {
  color: #d9534f;
}
a.phone , a.email  {
	color: #FF9900;
}
a.phone:hover, a.email:hover {
	color: #33b391;
}

/* ==========================================================================
15. Footer Style
 ========================================================================== */
footer {
  background: #ff9900;
  padding:0;
}

.footer-links {
	font-size: 12px;
  line-height: 48px;
	float: right;
}

.footer-links a {
  color: #fff;

}

.footer-links li {
  float: left;
}

.footer-links li a {
  color: #fff;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.footer-links li a:hover {
  color: #FF9900;
}

.copyright {
  margin-top: 10px;
  float: left;
}

.copyright p {
  color: #fff;
}

.copyright p a {
  color: #fff;
}

.copyright p a:hover {
  color: #FF9900;
}

@media screen and (max-width: 768px) {
	
	.footer-links {
	float: left;
}
}
