/* Base CSS */
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  font-weight: 400;
  color: #000000;
}
body {
  color: #3f3f3f;
  font-weight: 400;
  background: #03cffb;
}
.selector-for-some-widget {
  box-sizing: content-box;
}
a:hover { text-decoration: none }

@font-face {
    font-family: VAVOB;
    src: url(../fonts/VAVOB.TTF);
}





/*=========================
  Header-top START
===========================*/

.headertext {
  text-align: center;
}
.headertext h1 {
	color: #f4eff0;
	font-size: 64px;
	font-weight: 400;
	font-family: VAVOB;
}
.headermenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
	padding-right: 20px;
}
.header-menu-area {
	background: #fff;
	border-top: 1px solid #d7681e;
	border-bottom: 1px solid #d7681e;
}

.headermenu ul li {
	display: inline-block;
	padding-left: 25px;
}
.headermenu a {
	text-transform: uppercase;
	color: #03CFFB;
	font-family: VAVOB;
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 6px;
	padding-right: 6px;
}
.header-area {
  padding-bottom: 15px;
}
.headermenu-wrap {
  margin-top: 0px;
}
.header-area .mean-container .mean-bar {
  background: transparent !important;
}
.mean-container a.meanmenu-reveal {
  top: -55px;
}
.header-menu-area {
	margin-bottom: 13px;
}
.carouselleft-image p {
  margin: 0;
  line-height: 31px;
  padding-left: 14px;
}
.carouselleft-image p.mdl-para {
  padding-left: 46px;
}
.mob-content {
	display: none;
}
.mob {
	display: none;
}

/*=========================
  Header-top END
===========================*/




/*=========================
  carousel-area start
===========================*/


.carouselleft-image {
	background: url(../img/dip1.jpg);
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 334px;
	border-radius: 4px;
	padding-left: 6px;
	padding-right: 31px;
	padding-top: 4px;
}
.carouselleft-image p {
  text-transform: uppercase;
  font-weight: 600;
  color: #03cffb;
}

.carousel-area .owl-nav div {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.carousel-area .owl-nav .owl-next img {
  position: absolute;
  right: 10px;
  transform: translateY(-50%);
}
.owl-prev {
}
.carousel-area .owl-nav .owl-prev img {
}
.carousel-area .owl-nav .owl-prev img {
  position: absolute;
  left: 10px;
  transform: translateY(-50%);
}
.single-carousel img {
  border-radius: 4px;
}
.single-product-wrap {
	margin-bottom: 25px;
}

.headermenu a.active {
	background: #d7681e;
	color: #fff;
}



.single-fld-form label {
  display: block;
  font-size: 18px;
  color: #fff;
}
.single-fld-form input {
  width: 100%;
  padding: 10px;
  bo: no;
  border: none;
  border: ;
  borderra: ;
  border-radius: 3px;
}
.left-form-section textarea {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 3px;
  height: 160px;
}
.left-form-section button {
  width: 150px;
  text-align: center;
  border: none;
  background: red;
  color: #fff;
  padding: 9px;
  border-radius: 3px;
  margint: ;
  margin-top: 15px;
}


.form-to-title {
  color: #fff;
}
.form-to-title h3 {
  color: #fff;
  font-size: 35px;
}
.form-right-content {
  margin-top: 113px;
  color: #fff;
}
.form-right-content h1 {
  font-size: 35px;
  color: #fff;
}
h3 {
}


/*=========================
  carousel-area END
===========================*/


/*=========================
  bigcontent-area start
===========================*/


.bigcontents {
  background: #fff;
  padding: 9px 0px 27px 8px;
  border-radius: 4px;
}
.bigcontent-area {
  margin-bottom: 22px;
  margin-top: 10px;
}
.bigcontents p {
  font-size: 17px;
}



/*=========================
  bigcontent-area END
===========================*/



/*=========================
  bigcontent-area END
===========================*/


.single-product img {
  border-radius: 4px;
}
.product-name h3 {
  color: #fff;
  font-size: 30px;
}
.product-name {
  text-align: center;
}

.product-name.ordernow1 {
  background: #fff;
  border-radius: 4px;
  margin-top: 8px;
  padding: 4px 0;
}
.product-name.ordernow1 a {
  color: #03cffb;
  font-weight: 700;
  font-size: 36px;
}

.header-sec {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  margin-left: -15px;
}
.header-sec i {
  color: #fff;
  font-size: 30px;
  transition: .4s;
}
.single-product {
  position: relative;
}
.single-product:hover i {
  color: #ad1b1b;
}



/*=========================
  bigcontent-area END
===========================*/



/*=========================
  footermenu-area start
===========================*/

.footermenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footermenu ul li {
  display: inline-block;
  padding: 10px 17px;
}
.footermenu {
  text-align: center;
}
.footermenu-area {
  background: #fff;
  margin-top: 45px;
  margin-bottom: 15px;
  border-top: 1px solid #d7681e;
  border-bottom: 1px solid #d7681e;
}

.footermenu a {
  color: #03cffb;
  text-transform: uppercase;
  font-weight: 600;
}




/*=========================
  footermenu-area END
===========================*/



/*=========================
  footer-area start
===========================*/
.footer-content p {
  color: #fff;
  font-size: 17px;
}
.footer-area {
  padding: 8px 0;
}
.footer-content {
  text-align: center;
}



/*=========================
  footer-area END
===========================*/
