@charset "utf-8";

/* CSS Document */

/**@import url('https://fonts.googleapis.com/css?family=Josefin+Slab&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins|Sail&display=swap');
@import url('https://fonts.googleapis.com/css?family=Josefin+Slab|Playfair+Display&display=swap');**/
* {
	padding: 0;
	margin: 0;
}

@font-face {
	font-family: 'belindaregular';
	src: url('../fonts/belinda.woff2') format('woff2'), url('../fonts/belinda.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "DIN Neuzeit Grotesk LT W01 Lt";
	src: url('../fonts/DINNeuzeitGroteskLT-W01.ttf') format('ttf'), url('../fonts/DINNeuzeitGroteskLT-W01.woff') format('woff'), url('../fonts/DINNeuzeitGroteskLT-W01.woff2') format('woff2');
}

@font-face {
	font-family: "Futura LT W01 Medium";
	src: url('../fonts/Futura-LT-W01-Medium.ttf') format('ttf'), url('../fonts/Futura-LT-W01-Medium.woff') format('woff'), url('../fonts/Futura-LT-W01-Medium.woff2') format('woff2');
}

@font-face {
	font-family: 'Avenir LT Std 35 Light';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/AvenirLTStd-Light.woff') format('woff');
}

body {
	background-color: #fff;
	overflow-x: hidden;
}

h1,
h2,
h3 {
	color: #00305e;
	margin: 25px 0px;
	font-family: 'Kaushan Script', cursive;
}

h1 {
	font-family: 'Kaushan Script', cursive;
	font-size: 48px;
	color: #000000;
	font-weight: 400;
}

h2 {
	font-family: 'Kaushan Script', cursive;
	font-size: 36px;
	color: #000000;
	font-weight: 500;
}

h3 {
	font-family: 'Kaushan Script', cursive;
	font-size: 24px;
	color: #000000;
	font-weight: 400;
}

h4 {
	font-family: 'Kaushan Script', cursive;
	font-size: 18px;
	color: #000000;
	font-weight: 400;
}

h5 {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: 400;
}

h6 {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: 400;
}

p {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #686666;
	font-weight: 400;
	line-height: 24px;
	text-align: justify;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

ul li,
ol li {
	list-style-type: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #535353;
	font-weight: 400;
	line-height: 24px;
}

a {
	transition: all 0.2s ease;
	color: #e67700;
	font-weight: 400;
	text-decoration: none;
}

a:hover {
	color: #077cd8;
	text-decoration: none;
}

strong {
	font-weight: 600;
	color: #1e91eb;
}

hr {
	background: #101012 none repeat scroll 0 0;
	border: medium none;
	height: 2px;
	margin: 20px auto;
	width: 40px;
}

.no-pad {
	padding: 0 !important;
}

.no-mar {
	margin: 0 !important;
}

.no-border {
	border: 0 !important;
}

.pad-top {
	padding-top: 20px;
}
.pad-topfive {
	padding-top: 5px;
}


.pad-bottom {
	padding-bottom: 0px !important;
}

.container-980-pad {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

#top-header {
	background-color: #fe6161;
}


#top-header ul {
	text-align: center;
}

#top-header ul li {
	display: inline-block;
	padding: 0px 8px;
}


#top-header {
	background-color: #fe6161;
}


#header {
	background-color: rgba(247, 243, 235, 1);
}

#header .logo {
	padding-top: 40px;
}

#wrapper {
	background-color: rgb(232, 230, 230);
}

#contactwrapper {
	background: url(../images/wrapper-bg.png) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.navbar-toggle {
	border: none;
	background: transparent !important;
}

.navbar-toggle:hover {
	background: transparent !important;
}

.navbar-toggle .icon-bar {
	width: 22px;
	transition: all 0.2s;
}

.navbar-toggle .top-bar {
	transform: rotate(45deg);
	transform-origin: 10% 10%;
}

.navbar-toggle .middle-bar {
	opacity: 0;
}

.navbar-toggle .bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .top-bar {
	transform: rotate(0);
}

.navbar-toggle.collapsed .middle-bar {
	opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
	transform: rotate(0);
}

#header nav.navbar.navbar-default {
	margin-bottom: 0px;
	padding: 40px 0px;
	border: none;
	background-color: rgba(247, 243, 235, 1);
}

#header nav.navbar.navbar-default ul.nav.navbar-nav.navbar-right {
	width: 100%;
	float: inherit !important;
	text-align: center;
}

.navbar-default .navbar-nav>.active>a {
	background-color: rgba(237, 233, 225, 1);
	transition: background-color 0.4s ease 0s;
}

.navbar-default .navbar-nav>.active a {
	background: ;
}

.navbar-default .navbar-nav>.hover a {
	background: green;
}

#header .navbar-default .navbar-nav>li:active {
	background-color: rgba(237, 233, 225, 1);
}

#header .navbar-default .navbar-nav>li:hover {
	background-color: #f1ede5;
}

#header .navbar-default .navbar-nav>li {
	display: inline-block;
	float: initial;
}

#header .navbar-default .navbar-nav>li>a {
	text-transform: uppercase;
	font: normal normal 700 15px/1.4em 'josefin slab', serif;
	color: #373B4D;
	padding: 14px 30px;
	transition: color 0.4s ease 0s;
}


/**Banner Start**/

#banner {
	position: relative;
	z-index: 999;
}

#banner .bannerone {
	background: url(../images/banner-1-min.jpg) center no-repeat;
	height: auto;
	position: relative;
	background-size: cover;
}

#banner .bannertwo {
	background: url(../images/banner-2-min.jpg) center no-repeat;
	height: auto;
	position: relative;
	background-size: cover;
}

#banner .bannerthree {
	background: url(../images/banner-3-min.jpg) center no-repeat;
	height: auto;
	position: relative;
	background-size: cover;
}

#banner .bannerfour {
	background: url(../images/banner-4-min.jpg) center no-repeat;
	height: auto;
	position: relative;
	background-size: cover;
}

#banner .owl-banner .banner-text {}

#banner .owl-banner .banner-text h1 {
	color: #fff;
	font-weight: 500;
	line-height: 72px;
	font-size: 80px;
	text-align: center;
	font-family: "DIN Neuzeit Grotesk LT W01 Lt" !important;
}

#banner .owl-banner .banner-text h1 small {
	color: #fff;
	font-weight: 500;
	font-size: 60px;
	text-align: center;
	font-family: 'belindaregular';
}

#banner .owl-banner .banner-text h3 small {
	color: #000;
	font-weight: 500;
	font-size: 30px;
	text-align: center;
	font-family: 'belindaregular';
}

#banner .owl-banner .banner-text h3 {
	color: #000;
	font-weight: 500;
	line-height: 28px;
	font-size: 30px;
	text-align: center;
	font-family: "DIN Neuzeit Grotesk LT W01 Lt" !important;
	margin: 20px 0px;
}

#banner .owl-banner .banner-text .banner-box p {
	color: #000;
	font-weight: 400;
	line-height: 24px;
	font-size: 16px;
	font-family: "Futura LT W01 Medium" !important;
	text-align: center;
}

#banner .owl-banner .banner-text .banner-box {
	background: #ffffffdb;
	width: 300px;
	margin: 0 auto;
	padding: 30px 20px;
}

#banner .owl-banner.owl-carousel .owl-dots {
	text-align: center;
	position: absolute;
	z-index: 9;
	left: 0;
	right: 0%;
	bottom: 15px;
}

#banner .owl-banner.owl-carousel button.owl-dot {
	background: #fff;
	padding: 2px !important;
	margin: 5px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	border: 2px solid #fff;
}

button.owl-dot.active {
	background: transparent !important;
	border: 2px solid #fff;
}

.flex-container {
	display: flex;
	height: 550px;
	align-items: center;
}

.flex-box {
	width: 100%;
}

#banner .owl-banner .readmore {
	padding-top: 25px;
}

#banner .owl-banner i.fa {
	font-size: 52px;
}

#banner .owl-banner .owl-prev {
	z-index: 2;
	position: absolute;
	background: transparent;
	color: #fff;
	overflow: auto;
	clear: both;
	left: 20px;
	top: 45%;
}

#banner .owl-banner .owl-next {
	z-index: 2;
	position: absolute;
	background: transparent;
	color: #fff;
	overflow: auto;
	clear: both;
	right: 20px;
	top: 45%;
}

#banner .readmore p a.btn.btn-info {
	border: 0;
	background: #e67700;
	font-size: 14px;
	font-weight: 500;
	padding: 15px 40px;
	border-radius: 0;
}


/**Banner End**/

#orders .check-menu {
	background: url(../images/check-menu-bg.jpeg) center no-repeat;
	min-height: 400px;
	background-size: cover;
	padding: 60px
}

#orders h3 {
	font-family: 'Sail', cursive;
	font-size: 55px;
	color: #292929;
	padding-top: 95px;
	margin: 0px;
	line-height: 1em;
}

#orders p {
	text-align: center;
	padding-top: 20px;
}

#orders p a.btn.btn-primary.btn-checkout {
	border-radius: 20px;
	background-color: rgba(163, 134, 83, 0.37);
	border: rgba(163, 134, 83, 0.37);
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
	color: #414141;
	font-weight: 700;
	padding: 8px 20px;
}

#orders .order-online {
	background-color: #f3f2f2;
}

#bluk-orders {
	clear: both;
}

#bluk-orders .order-details {
	background: url(../images/bulk-bg.jpg) center no-repeat;
	min-height: 477px;
	background-size: cover;
	padding: 50px;
}

#bluk-orders .order-details .blukorder-info {
	background: #ffffffdb;
	border: 0px solid rgba(50, 65, 88, 1);
	background-color: rgba(247, 243, 235, 0.8);
	border-radius: 40px 40px 40px 40px;
	padding: 35px 35px;
	margin-top: 5px;
}

#bluk-orders .order-details .blukorder-info h3 {
	font-family: 'Sail', cursive;
	font-size: 52px;
	color: #292929;
	margin: 0px;
	text-align: center;
	line-height: 1em;
	padding-bottom: 20px;
}

#bluk-orders .order-details .blukorder-info h5

{    margin: 0 !important;
    padding-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: #292929;
}
    
#bluk-orders .order-details .blukorder-info h6 {
	color: #000;
	font-family: 'Avenir LT Std 35 Light';
	letter-spacing: 0.03em;
	font-size: 16px;
	font-weight: 700;
	margin: 0px;
}

#bluk-orders .order-details .blukorder-info p {
	color: #000;
	font-family: 'Avenir LT Std 35 Light';
	letter-spacing: 0.03em;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 15px;
}

#bluk-orders .order-details .blukorder-info h6 a {
	color: #000;
	font-family: 'Avenir LT Std 35 Light';
	letter-spacing: 0.03em;
	font-size: 16px;
	font-weight: 700;
}

#bluk-orders .home-form {
	background: url(../images/contact-bg-min.png) center no-repeat;
	min-height: 400px;
	background-size: cover;
	padding: 50px 50px 30px 50px;
}

#bluk-orders .home-form form {
	padding-top: 35px;
}

input.form-control,
textarea.form-control {
	background-color: rgba(255, 255, 255, 1);
	font-family: 'Avenir LT Std 35 Light';
	letter-spacing: 0.03em;
	padding: 5px;
	border-radius: 0;
	border: none;
	margin: 0px 17px 12px 0px;
	box-shadow: none;
}

#bluk-orders .home-form textarea.form-control {
	min-height: 150px;
}

#bluk-orders .home-form button.btn.btn-send {
	border: none;
	border-radius: 0;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 1);
	color: #FFFFFE;
	width: 100%;
	min-height: 45px;
	display: block;
	margin-bottom: 15px;
	font-family: 'Avenir LT Std 35 Light';
	letter-spacing: 0.03em;
	padding: 5px;
}

#bluk-orders .home-form .social ul {
	text-align: center;
}

#bluk-orders .home-form .social ul li {
	display: inline-block;
	padding: 0px 8px;
}

#bluk-orders .home-form .social ul li a {
	font-size: 26px;
	color: #000;
}

#subscribe {
	padding-top: 30px;
	background-color: #f6f4ee;
	clear: both;
	overflow:auto;
}

#subscribe p {
	text-align: center;
	color: #004440;
	font-family: 'Avenir LT Std 35 Light';
	letter-spacing: 0.03em;
	font-size: 19px;
	font-weight: 700;
	position: relative;
}

#subscribe p svg {
	position: absolute;
	right: 15%;
	top: -5px;
	z-index: 999999;
}

#subscribe .subscribeform {
	padding-top: 30px;
}

#subscribe .subscribeform input {
	border-radius: 0;
	font-family: 'Poppins', sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-width: 2px;
	background-color: rgba(194, 176, 146, 0.35);
	box-sizing: border-box !important;
	color: #000000;
	border-style: solid;
	border-color: #e4dcce;
	padding: 24px;
	margin: 0;
	max-width: 100%;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	text-overflow: ellipsis;
	width: 100%;
}

#subscribe .subscribeform input:hover {
	background-color: #fdd900;
}

#subscribe .subscribeform input:focus {
	border-width: 0 0 2px 0;
	background-color: rgba(255, 222, 95, 0.75);
	border-style: solid;
	border-color: rgba(255, 64, 64, 1);
}

#subscribe .subscribeform button.btn.btn-default.btn-sub {
	background-color: transparent;
	border-radius: 0;
	border: none;
	color: #414141;
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: 700;
	margin: 0;
	padding: 9px;
}

#subscribe .subscribeform button.btn.btn-default.btn-sub:hover {
	color: #7A736F;
	background-color: #fff;
	margin: 0;
	padding: 10px;
	width: 100%;
}

#ordernow {
	padding: 10px 0px;
	background: #f6f5f5;
	clear: both;
	
}

#ordernow .ordernow-logos{
	padding: 25px 0px;
	overflow:auto;
}


#ordernow h3
{
    font-family: 'Sail', cursive;
    font-size: 55px;
    color: #292929;
    margin: 0px;
    line-height: 1em;
    text-align: center;
    padding-top: 20px;
   
    
}

.elementToFadeInAndOut{
  animation-name: fade;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-duration: 2s;
  animation-direction: alternate;
}

@keyframes fade{
    0%,50% {
      opacity: 0.3;
}
    100%{
      opacity: 1;
  }
}


    
#footer {
	background-color: #fe6161;
	padding-top: 50px;
	padding-bottom: 70px;
}

#footer p {
	text-align: center;
	margin: 0;
}

#footer p a {
	color: #414141;
	font-size: 14px;
	font-family: 'Avenir LT Std 35 Light';
	letter-spacing: 0.03em;
	text-decoration-line: underline;
}


/** Inner Page **/

#contact-details {
	overflow: auto;
	background-color: rgba(247, 243, 235, 0.9);
	padding-top: 10px;
	padding-bottom: 30px;
	position: relative;
	z-index: 999;
}

#contact-details p {
	color: #414141;
	font-size: 16px;
	font-family: 'Avenir LT Std 35 Light';
	letter-spacing: 0.03em;
}

#contact-details p a {
	color: #414141;
}

#contact-details .contact-space {
	padding-top: 30px;
}

#contact-details svg {}

#contact-details .contact-address {
	padding-right: 30px;
}

#contact-details .contact-address-social {
	padding-left: 60px;
}

#contact-details .contact-address-social .social-imgs {
	padding: 20px 0px;
}

#contact-details .contact-address-social .social-imgs ul {}

#contact-details .contact-address-social .social-imgs ul li {
	display: inline-block;
	padding: 0px 4px;
}

#contact-form {
	background-color: rgba(247, 243, 235, 0.9);
	padding: 30px 0px;
	overflow: auto;
}

#contact-form h3 {
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	font-family: 'Avenir LT Std 35 Light';
	letter-spacing: 0.03em;
	color: #414141;
	margin-top: 0;
}

#contact-form p {
	text-align: center;
	font-size: 16px;
	font-family: 'Avenir LT Std 35 Light';
	letter-spacing: 0.03em;
	color: #414141;
}

#contact-form form {
	padding-top: 30px;
}

#contact-form input.form-control,
#contact-form textarea.form-control {
	font-family: 'Poppins', sans-serif;
	border-radius: 0 0 0 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-width: 0 0 7px 0;
	background-color: rgba(255, 255, 255, 0.72);
	box-sizing: border-box !important;
	color: #414141;
	border-style: solid;
	border-color: rgba(230, 222, 202, 0.93);
	padding: 15px;
	margin: 0;
	max-width: 100%;
	text-overflow: ellipsis;
	font-size: 11px;
	font-weight: 700;
}

#contact-form textarea.form-control {
	height: 150px;
	padding-top: 10px;
}

#contact-form button.btn.btn-send {
	background-color: rgba(255, 255, 255, 0.37);
	font-size: 22px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	color: #414141;
	cursor: pointer !important;
	border-radius: 0;
	padding: 5px 50px;
	margin-top: 15px;
	border: none;
}

#contact-form input.form-control:focus,
#contact-form textarea.form-control:focus {
	border-width: 0 0 7px 0;
	background-color: rgba(255, 255, 255, 0.3);
	border-style: solid;
	border-color: rgba(255, 64, 64, 1);
}

#contact-form input.form-control:hover,
#contact-form textarea.form-control:hover {
	border-width: 0 0 7px 0;
	background-color: transparent;
	border-style: solid;
	border-color: rgba(122, 115, 111, 1);
}

.inner-content {
	overflow: auto;
	background-color: rgba(247, 243, 235, 0.9);
	padding: 30px 0px;
	position: relative;
	z-index: 999;
}

.inner-content ul.nav.nav-tabs {
	text-align: center;
	padding: 20px 0px;
	border-bottom: 1px solid #313b48;
}

.inner-content .nav-tabs>li {
	float: initial;
	display: inline-block;
}

.inner-content .nav-tabs>li.active>a,
.inner-content .nav-tabs>li.focus>a {
	background-color: #313b48;
	border: 1px solid #313b48;
	border-radius: 0;
	color: #fff;
}

.inner-content .nav-tabs>li>a {
	background-color: transparent;
	border: 1px solid #333;
	border-radius: 0;
	color: #333;
}

.inner-content .nav-tabs>li>a:hover {
	background-color: #e67700;
	border: 1px solid #e67700;
	color: #fff;
}

.inner-content .tab-content>.tab-pane {
	padding-top: 15px;
}

.inner-content .tab-content h4 {
	text-transform: uppercase;
	padding: 10px 0px;
	margin: 20px 0px;
	border-top: 1px dashed #b0aeab;
	border-bottom: 1px dashed #b0aeab;
	position: relative;
	text-align:center;
}

.inner-content .tab-content h4 span {
	position: absolute;
	right: 0;
	font-weight: 700;
	color: #e67700;
}



.inner-content .tab-content ul {
	list-style: none;
	padding: 0;
}

.inner-content .tab-content ul li {
	padding: 5px 0px 5px 20px;
	font-size: 13px;
	font-weight: 500;
}

.inner-content .tab-content ul li span {
float: right;
    color: #ee5e5e;
    font-weight: 700;
}

.inner-content .tab-content ul li strong {
    font-weight: 700;
    color: #000000;
	font-style:italic;
	
}

.inner-content .tab-content ul li:before {
	content: "\f0f5";
	color: #e67700;
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.3em;
	width: 1.3em;
}

.section-title {
	color: #313b48;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 20px;
}

.section-title:before {
	background: #e1e1e1 none repeat scroll 0 0;
	bottom: -9px;
	content: "";
	height: 1px;
	left: 50%;
	margin-left: -50px;
	position: absolute;
	width: 100px;
}

.section-title:after {
	content: "";
	left: 50%;
	position: absolute;
	background: #e67700 none repeat scroll 0 0;
	bottom: -10px;
	height: 3px;
	margin-left: -15px;
	width: 30px;
}

#aboutcontent {
	overflow: auto;
	background-color: rgba(247, 243, 235, 0.9);
	padding: 30px;
	position: relative;
	z-index: 999;
}

#aboutcontent h3 {
	font-size: 30px;
	font-weight: 700;
	font-family: 'Avenir LT Std 35 Light';
	color: #000;
}

#aboutcontent p {
	font-size: 15px;
	font-weight: 400;
	font-family: 'Avenir LT Std 35 Light';
	letter-spacing: 0.03em;
	color: #000;
}

#aboutcontent .step p {
	font-size: 16px;
	color: #414141;
}

#aboutcontent .aboutlist {
	padding: 20px 0px;
}

#aboutcontent h5 {
	font-weight: 500;
	color: #414141;
	font-size: 18px;
}

#aboutcontent ul {
	padding: 10px 0px 20px 20px;
}

#aboutcontent ul li {
	color: #414141;
	font-size: 16px;
	font-family: 'Avenir LT Std 35 Light';
	letter-spacing: 0.03em;
}

#aboutbanner {}

#aboutbanner .aboutbanner-one {
/**	background: #c7c7c7;**/
background: url(../images/aboutbanner-three.jpg) center no-repeat;
	height: 325px;
	position: relative;
	background-size: cover;
}

#aboutbanner .aboutbanner-two {
	background: url(../images/aboutbanner-one.jpg) center no-repeat;
	height: 325px;
	position: relative;
	background-size: cover;
}

#aboutbanner .aboutbanner-three {
	background: url(../images/aboutbanner-two.jpg) center no-repeat;
	height: 325px;
	position: relative;
	background-size: cover;
}

#aboutbanner .owl-aboutbanner .about-text {
	position: relative;
}

#aboutbanner .owl-aboutbanner .about-text .about-box {
	height: auto;
	width: 344px;
	position: absolute;
	background: #ffffffe0;
	padding: 75px 75px 75px 75px;
	right: 0;
}

#aboutbanner .owl-aboutbanner .about-text h3 {
	color: #000;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 0.1em;
	font-size: 28px;
	text-align: center;
	font-family: 'Playfair Display', serif;
	margin-top: 0;
	position: relative;
	padding: 25px 0;
}

#aboutbanner .owl-aboutbanner .about-text h3:after {
	content: '';
	position: absolute;
	width: 25px;
	height: 2px;
	background: #000;
	bottom: 0;
	left: 50%;
	margin-left: -15px;
}

#aboutbanner .owl-aboutbanner .about-text .about-box p {
	color: #000;
	font-weight: 400;
	line-height: 1.4em;
	font-size: 16px;
	font-family: 'Josefin Slab', serif;
	text-align: center;
}

#aboutbanner .owl-aboutbanner i.fa {
	font-size: 52px;
}

#aboutbanner .owl-aboutbanner .owl-prev {
	z-index: 2;
	position: absolute;
	background: transparent;
	color: #000;
	overflow: auto;
	clear: both;
	left: 20px;
	top: 45%;
}

#aboutbanner .owl-aboutbanner .owl-next {
	z-index: 2;
	position: absolute;
	background: transparent;
	color: #000;
	overflow: auto;
	clear: both;
	right: 20px;
	top: 45%;
}

#aboutbanner .owl-aboutbanner.owl-carousel .owl-dots {
	text-align: center;
	position: absolute;
	z-index: 9;
	left: 0;
	right: 0%;
	bottom: 15px;
}

#aboutbanner .owl-aboutbanner.owl-carousel button.owl-dot {
	background: #000;
	padding: 2px !important;
	margin: 5px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	border: 2px solid #000;
}

button.owl-dot.active {
	background: transparent !important;
	border: 2px solid #fff;
}