@import url('https://fonts.googleapis.com/css2?family=Karantina:wght@300;400;700&display=swap');
@font-face {
  font-family: "Segoe UI", Arial, sans-serif;
  src: url('../fonts/segoe-ui/SegoeUI-Bold.woff2') format('woff2'), url('../fonts/segoe-ui/SegoeUI-Bold.woff') format('woff'), url('../fonts/segoe-ui/SegoeUI-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI", Arial, sans-serif;
  src: url('../fonts/segoe-ui/SegoeUI-BoldItalic.woff2') format('woff2'), url('../fonts/segoe-ui/SegoeUI-BoldItalic.woff') format('woff'), url('../fonts/segoe-ui/SegoeUI-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI", Arial, sans-serif;
  src: url('../fonts/segoe-ui/SegoeUI-Italic.woff2') format('woff2'), url('../fonts/segoe-ui/SegoeUI-Italic.woff') format('woff'), url('../fonts/segoe-ui/SegoeUI-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI", Arial, sans-serif;
  src: url('../fonts/segoe-ui/SegoeUI.woff2') format('woff2'), url('../fonts/segoe-ui/SegoeUI.woff') format('woff'), url('../fonts/segoe-ui/SegoeUI.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  margin: 0;
  font-family: "Karantina", system-ui;
  font-size: 14px;
}
/* global css */
* {
  box-sizing: border-box;
}
ul, ol {
  margin: 0;
  padding: 0;
}
.w-100 {
  width: 100%;
}
.m-0 {
  margin: 0 !important;
}
.m-auto {
  margin: 0 auto;
}
.me-2 {
  margin-right: 2rem;
}
.mb-5 {
  margin-bottom: 50px;
}
.pb-0 {
  padding-bottom: 0 !important;
}
a:hover {
  color: #F6AE2D !important;
}
.btn {
  background-color: #F6AE2D;
  padding: 12px 15px;
  border: solid 2px transparent;
  max-width: 200px;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  outline: none;
  cursor: pointer;
  border-radius: 12px;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn:hover {
  background-color: #ffffff;
  color: #F6AE2D;
}
.white-btn {
  background-color: #ffffff;
  color: #F6AE2D;
}
.white-btn:hover {
  background-color: #F6AE2D;
  color: #ffffff !important;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.section-heading {
  text-align: center;
}
.section-heading h4 {
  font-size: 46px;
  margin: 0;
}
.section-heading p {
  max-width: 560px;
  margin: 30px auto;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 28px;
}
.section-padding {
  padding: 80px 0px;
}
.form-group {
  margin-bottom: 25px;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  text-align: right;
  font-size: 23px;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 12px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  height: 60px;
  font-family: "Open Sans", sans-serif;
}
textarea.form-control {
  height: 97px;
}
.form-control:focus {
  border-color: #F6AE2D;
  box-shadow: 0 0 0 3px 0 0 0 3px rgb(246, 174, 45, .30);
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(246, 174, 45, .55);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(246, 174, 45, .30);
}
.m-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.m-colm-4 {
  width: 33.333%;
  padding-right: 15px;
  padding-left: 15px;
}
.m-colm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.text-center {
  text-align: center;
}
.mb-0 {
  margin-bottom: 0px;
}
/* END  */
/* Banner */
.main-header {
  position: relative;
  background-color: #2F4858;
  z-index: 99;
  padding: 7px 0px;
}
.main-header nav.navbar {
  display: flex;
  justify-content: space-between;
  margin: 0 -15px;
  position: relative;
}
header.main-header:before {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.013) 0%, rgba(255, 255, 255, 0.1) 0%, rgba(53, 116, 140, 0.1) 43.89%);
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.main-header nav.navbar .navbar-nav {
  list-style: none;
  display: flex;
}
.main-header .navbar-toggler-btn {
  padding: 0px 15px;
  display: none;
}
.main-header nav.navbar .navbar-nav li a {
  padding: 0px 20px;
  color: #ffffff;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  text-decoration: none;
  font-weight: bold;
  border-left: solid 1px #C5C5C5;
}
.main-header nav.navbar .navbar-nav li a:hover {
  color: #F6AE2D;
}
.main-header nav.navbar .navbar-nav li:last-child a {
  border-left: 0;
}
.main-header nav.navbar .navbar-nav li.current-menu-item a {
  color: #F6AE2D;
}
.main-header nav.navbar .navbar-btn {
  width: 15%;
  display: flex;
  align-items: center;
  padding: 0px 15px;
}
.main-header nav.navbar .navbar-collapse {
  display: flex;
  align-items: center;
  padding: 0px 15px;
}
.main-header nav.navbar a.navbar-brand {
  width: 116px;
  text-align: right;
  padding: 0px 15px;
  display: inline-block;
}
.main-header nav.navbar .navbar-logo {
  width: 20%;
  text-align: right;
}
.main-header nav.navbar .navbar-btn .navbar-cart {
  background-color: #55707F;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
	position:relative;
}
.main-header nav.navbar .navbar-btn .navbar-cart img {
	filter: brightness(0) invert(1);
}
#wishlist_minicart {
	position: absolute;
	top: -7px;
	right: -7px;
	background: #F6AE2D;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 19px;
	font-size: 18px;
	color: #FFF;
	border-radius: 100%;
	font-weight: normal;
}

.navbar-toggler {
  display: none;
}
.main-header .navbar-toggler .toggler-icon {
  display: block;
  background: #ffffff;
  margin: 7px 0;
  height: 3px;
  width: 100%;
  border-radius: 10px;
}
/* Header END */
/* Banner */
.banner-wrapper {
  background-color: #2F4858;
  position: relative;
  z-index: 9;
  min-height: 605px;
	display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.banner-wrapper::before {
  position: absolute;
  content: '';
  background-image: url(../images/pattern01.svg);
  height: 100%;
  width: 50%;
  background-size: 108px;
  z-index: -1;
  left: 0;
  background-repeat: repeat-x;
  background-position: center;
	opacity: 0.4;
}

.banner-wrapper.main-banner.Top::before {
  position: absolute;
  content: '';
  background-image: url("../images/pattern-new.png");
  width: 50%;
  background-size:190px;
  z-index: -1;
  right: 0;
  background-repeat: repeat;
  background-position: center;
	top:20px;
	bottom: 20px;
	height: auto;
	opacity: 0.1;
}
.banner-wrapper .b-row {
  display: flex;
  margin: 0 -15px;
  flex-direction: column;
}
.banner-wrapper .b-colm {
  width: 100%;
  padding: 0px 15px;
}
.banner-wrapper.main-banner .widget.content h2 {
  font-size: 56px;
	font-weight:400;
}
.banner-wrapper .widget {
  text-align: right;
}
.banner-wrapper .widget h2 {
  font-size: 45px;
  color: #ffffff;
  letter-spacing: 0.3px;
  margin: 0;
  line-height: 50px;
	font-weight:400;
}
.banner-wrapper .widget p {
  font-size: 20px;
  color: #FFFFFF;
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 28px;
  margin-top: 35px;
  margin-bottom: 50px;
}
.banner-wrapper .widget {
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.banner-btn-wrapper {
  display: flex;
  align-items: start;
  justify-content: start;
}
.banner-wrapper.banner-direction::before {
  right: 0;
}
.banner-wrapper .widget.sm-img {
  max-width: 380px;
  margin: 0 auto;
  margin-top: 50px;
}
.banner-wrapper.bg-seagull {
  background-color: #86BBD8;
}
.banner-wrapper.bg-seagull:before {
  background-image: url('../images/pattern02.svg');
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-wrapper.bg-seagull .widget.content p, .banner-wrapper.bg-seagull .widget.content h2 {
  color: #000;
}
.banner-wrapper .widget.lg-sm-img {
  max-width: 280px;
  margin: 0 auto;
  margin-top: 50px;
}
.whatsup-icon {
  background-image: linear-gradient(#61fd7d, #2bb826);
  padding: 9px 10px 9px 8px;
  display: inline-block;
  border-radius: 0px 30px 30px 0px;
  position: fixed;
  left: 0;
	bottom:20px;
	z-index: 999;
}
/* END */
.about-wrapper {
  padding: 80px 0px;
  position: relative;
}
.about-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0;
  width: 30%;
  height: 350px;
  background-image: url(../images/pattern03.svg);
  background-repeat: no-repeat;
  background-size: 350px;
  z-index: -9;
}
.about-wrapper:after {
  position: absolute;
  content: '';
  bottom: 0px;
  right: 0;
  width: 30%;
  height: 350px;
  background-position: right;
  background-image: url(../images/pattern04.svg);
  background-repeat: no-repeat;
  background-size: 350px;
  z-index: -9;
}
.about-wrapper .heading-section {
  text-align: center;
  margin-bottom: 30px;
}
.about-wrapper .heading-section h4 {
  color: #171717;
  font-size: 45px;
  margin-top: 0px;
}
.about-wrapper .a-row {
  display: flex;
  justify-content: center;
}
.about-wrapper .a-row .a-colm {
  padding: 0px 15px;
  text-align: center;
}
.about-wrapper .a-row .a-colm .center-img {
  max-width: 600px;
  margin: 0 auto;
}
.about-wrapper .a-row .a-colm.about-sm-4 {
  max-width: 300px;
  text-align: center;
  margin: 0 auto;
}
.about-wrapper .a-row .a-colm .content h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
}
.about-wrapper .a-row .a-colm .content {
  padding: 0px 50px;
}
.about-wrapper .a-row .a-colm .content p {
  font-size: 18px;
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 28px;
  margin-top: 0px;
}
.about-wrapper .a-row .a-colm.about-sm-4 .content {
  padding: 0;
}
.about-wrapper .a-row .a-colm .content a.btn {
  display: inline-block;
}
.about-wrapper .a-row .a-colm .content a.btn:hover {
  border: solid 2px #f6ae2d;
}
/* About END */
/* Company logo */
.company-logo-wrapper {
  padding: 80px 0px;
}
#CompanyLogo {
  padding: 0px 30px;
}
.company-logo-wrapper .section-heading {
  text-align: center;
  margin-bottom: 50px;
}
.company-logo-wrapper .section-heading h4 {
  color: #2F4858;
  font-size: 45px;
  margin-top: 0px;
}
.company-logo-wrapper #CompanyLogo .owl-stage {
  display: flex;
  align-items: center;
}
.company-logo-wrapper #CompanyLogo .owl-item .item img {
  width: 100px;
}
.company-logo-wrapper #CompanyLogo .owl-item .item {
  display: flex;
  align-items: center;
  justify-content: center;
}
#CompanyLogo .owl-nav button {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0px, -70%);
  background-color: #F6AE2D;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#CompanyLogo .owl-nav button.owl-next {
  left: auto;
  right: 0;
}
#CompanyLogo .owl-nav button.owl-prev span {
  background-image: url('../images/left-icon.svg');
  font-size: 0;
  width: 14px;
  height: 14px;
  display: block;
  background-position: 2px 1px;
  background-repeat: no-repeat;
}
#CompanyLogo button.owl-next span {
  background-image: url('../images/right-icon.svg');
  font-size: 0;
  width: 14px;
  height: 14px;
  display: block;
  background-position: 4px 1px;
  background-repeat: no-repeat;
}
/* END */
/* video-wrapper */
.video-wrapper .video-widget {
  position: relative;
}
.video-wrapper .video-widget:before {
  position: absolute;
  background-image: url('../images/pattern.svg');
  content: '';
  width: 100%;
  height: 111px;
  background-color: #2f4858;
  top: 50%;
  transform: translate(0px, -50%);
  left: 0;
  z-index: -1;
}
.video-wrapper .video-widget .video-img {
  padding: 0px 30px;
  position: relative;
}
.video-wrapper .video-widget .video-img .play-btn {
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  width: 148px;
  height: 148px;
  background-color: rgb(82, 82, 82, .32);
  border: 0;
  cursor: pointer;
}
.video-wrapper .video-widget .video-img .play-btn:hover {
  background-color: rgb(246, 174, 45, .56);
}
/* END */
/* Meet */
.meet-wrapper {
  position: relative;
}
.meet-wrapper:before {
  position: absolute;
  content: '';
  top: 0;
  background-image: url('../images/meet-bg.png');
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.meet-wrapper .section-heading h4 {
  color: #fff;
}
.meet-wrapper .section-heading p {
  color: #ffffff;
}
.meet-wrapper button.btn {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
/* END */
/* Footer */
.main-footer {
  background-color: #171717;
  border-top: solid 3px #ffffff;
}
.main-footer .f-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}
.main-footer .f-menu ul li a {
  color: #ffffff;
  font-size: 18px;
  font-family: "Assistant", sans-serif;
  padding: 0px 20px;
  text-decoration: none;
  border-left: 2px solid #ffffff;
  font-weight: 600;
}
.main-footer .f-menu ul li a:hover {
  color: #F6AE2D;
}
.main-footer .f-menu ul li:last-child a {
  border: 0;
}
.main-footer p {
  font-size: 13px;
  font-family: "Assistant", sans-serif;
  color: #ffffff;
  width: 180px;
  margin-top: 30px;
}
.main-footer p a {
  color: #ffffff;
}
.footer-content {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 30px;
}
/* END Footer */
/* About */
.banner-wrapper.about-wrapper {
  height: calc(100vh - 87px);
  align-items: center;
  display: flex;
}
.banner-wrapper.about-wrapper::before {
  display: none;
}
.banner-wrapper.about-wrapper .b-colm {
  width: 100%;
}
.banner-wrapper.about-wrapper .b-colm .widget.content {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}
.banner-wrapper.about-wrapper .b-colm .widget.content .banner-btn-wrapper {
  align-items: center;
  justify-content: center;
}
/* Tabs Content */
.tabs-content .tab-content:not(:first-child) {
  display: none;
}
.tab-nav-wrapper .tabs-nav {
  margin-top: 60px;
}
.tab-nav-wrapper .tabs-nav ul {
  display: flex;
}
.tab-nav-wrapper .tabs-nav ul li {
  list-style: none;
  margin: 0px 5px;
}
.tab-nav-wrapper .tabs-nav ul li a {
  border: solid 2px #2f4858;
  width: 200px;
  display: flex;
  align-items: center;
  padding: 12px 15px;
  border-radius: 12px 12px 0px 0px;
  justify-content: center;
  text-decoration: none;
  font-size: 22px;
  font-weight: bold;
  color: #2F4858;
  font-family: "Segoe UI", Arial, sans-serif;
  border-bottom: 0;
}
.tab-nav-wrapper .tabs-nav ul li.active a {
  background-color: #2F4858;
  color: #ffffff;
}
.tab-nav-wrapper .tabs-nav ul li.active a:hover {
  color: #ffffff !important;
}
.tab-nav-wrapper .tabs-nav ul li a:hover {
  color: #2F4858 !important;
}
.tab-nav-wrapper .tab-content .widget.content h2 {
  margin-bottom: 30px;
}
.tab-nav-wrapper .tab-content .widget.content p {
  margin: 0;
  margin-bottom: 20px;
}
/* Tabs Content END */
/* Team */
.team-wrapper {
  background-image: url('../images/team-bg.png');
  position: relative;
  z-index: 9;
}
.team-wrapper:before {
  position: absolute;
  content: '';
  background-color: rgb(0, 0, 0, .70);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.team-wrapper .section-heading p, .team-wrapper .section-heading h4 {
  color: #ffffff;
}
.team-wrapper .t-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  position: relative;
  padding-top: 40px;
}
.team-wrapper .t-row .t-colm-3 {
  width: 25%;
  padding: 0px 15px;
}
.team-wrapper .t-row .t-colm-3 .widget-content h4 {
  font-size: 22px;
  text-align: center;
  margin: 0;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 20px;
  color: #ffffff;
}
.team-wrapper .t-row .t-colm-3 .widget-content p {
  color: #ffffff;
  text-align: center;
  font-size: 15px;
  font-family: "Segoe UI", Arial, sans-serif;
}
.team-wrapper .t-row .t-colm-3 .widget-img {
  overflow: hidden;
  -moz-transform: skew(-5deg, 0);
  -ms-transform: skew(-5deg, 0);
  -webkit-transform: skew(-5deg, 0);
}
.team-wrapper .t-row:before {
  position: absolute;
  content: '';
  width: calc(100% - 60px);
  height: calc(100% - 160px);
  right: -15px;
  top: 0px;
  border: 15px solid rgb(255, 255, 255, .30);
  -moz-transform: skew(-5deg, 0);
  -ms-transform: skew(-5deg, 0);
  -webkit-transform: skew(-5deg, 0);
}
/* Team END */
.InnerBanner {
  background: rgba(47, 72, 88, 1);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: center;
  padding: 117px 0;
}
.InnerBanner h1 {
  padding: 0 150px;
  margin: 0;
  font-size: 60px;
  line-height: 60.72px;
  font-weight: 400;
  color: #FFF;
}
.InnerBanner p {
  padding: 35px 0 0;
  margin: 0;
  font-size: 20px;
  color: #FFF;
  line-height: 26.6px;
  font-family: "Segoe UI", Arial, sans-serif;
}
.ContentArea {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 100px 0;
  text-align: center;
}
.ContentArea p {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-family: "Segoe UI", Arial, sans-serif;
  padding: 0 135px;
  margin: 0;
  font-weight: 400;
}
.banner-wrapper.banner-direction.ath {
  min-height: 512px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
}
.banner-wrapper.banner-direction.YelloWBG {
  background: rgba(246, 174, 45, 1);
  min-height: 512px;
}
.banner-wrapper.banner-direction.YelloWBG:after {
  content: "";
  position: absolute;
  top: 25px;
  left: 25px;
  right: 25px;
  border: 8px solid rgba(47, 72, 88, 1);
  bottom: 25px;
  border-radius: 10px;
  z-index: -1;
}
.banner-wrapper.banner-direction.YelloWBG:before {
  display: none !important;
}
.TopLeft {
  position: absolute;
  left: 55px;
  top: 50px;
}
.TopRight {
  position: absolute;
  right: 55px;
  top: 50px;
}
.BottomLeft {
  position: absolute;
  right: 55px;
  bottom: 50px;
}
.BottomRight {
  position: absolute;
  left: 55px;
  bottom: 50px;
}
.singleA {
  height: 431px;
  max-width: 224px;
  margin: 0 auto;
}
.ProductSec {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  text-align: center;
  margin: 0 0 100px;
}
.ProductSec h2 {
  font-weight: 400;
  font-size: 45px;
  line-height: 45.54px;
	margin-bottom:25px;
}
.ProCover {
	border: 1px solid rgba(242, 242, 242, 1);
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: 0 0 100px 70px;
	position: relative;
	    align-items: flex-start;
}
.ProductSidebar {
  width: 100%;
  max-width: 200px;
}
.productArea {
  width: 100%;
  padding: 0 70px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 55px;
}
.ProBox {
  box-shadow: 0px 5px 15px 0px rgba(64, 64, 64, 0.1);
  border: 1px solid rgba(242, 242, 242, 1);
  flex: 0 0 230px;
  width: 100%;
  max-width: 230px;
  display: flex;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  margin: 30px 0 0;
  border-radius: 13px;
  overflow: hidden;
  position: relative;
}
/* .ProBox img {
  width: 100%;
  max-width:140px!important;
  height: 140px;
  object-fit: contain;
  margin: 0 auto;
  transition: all 0.1s;
} */
.ProBox img {
	width: 100%;
	max-width: 190px !important;
	height: 190px;
	object-fit: contain;
	margin: 0 auto;
	transition: all 0.1s;
}
.CatArea {
  background: rgba(47, 72, 88, 1);
  display: flex;
  flex-direction: column;
}
.proImage {
  min-height: 219px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
}
a.Protitle {
  display: flex;
  flex-direction: column;
  background: rgba(249, 249, 249, 1);
  font-size: 20px;
  line-height: 20.24px;
  font-family: "Karantina", system-ui;
  padding: 16px;
  margin: 0;
  transition: transform 0.4s;
}
a.Protitle h3 {
  font-family: "Karantina", system-ui;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: rgba(47, 72, 88, 1);
}
.ProBox:hover a.proImage {
  transform: scale(1.1);
}
.ProBox:hover a.Protitle {
  background: rgba(47, 72, 88, 1);
  color: #FFF;
}
.ProBox:hover a.Protitle h3 {
  color: #FFF;
}
.WhislistIcon {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 99;
}
.WhislistIcon a {
  background: rgba(255, 243, 229, 1);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.WhislistIcon a img {
  margin: 0;
  width: 22px;
  height: 18px;
}
.WhislistIcon.addwhis a {
  background: #059905;
}
.WhislistIcon.addwhis a img {
  filter: brightness(0) invert(1);
}
/* SIDEBAR Product */
.CatArea h4 {
  margin: 0;
  text-align: center;
  font-size: 22px;
  color: rgba(255, 255, 255, 1);
  padding: 30px 0 0
}
.CatArea ul {
	padding: 30px 20px 26px;
	margin: 0;
	list-style-type: none;
	min-height: 150px;
	max-height: 590px;
	overflow: auto;
	margin: 0 0 20px;
}
.CatArea ul li {
  padding: 0;
  margin: 0;
}
.CatArea ul li a {
	display: block;
	padding: 10px 15px 10px 10px;
	border-right: 3px solid transparent;
	font-size: 21px;
	font-weight: 600;
	line-height: 20px;
	font-family: "Segoe UI", Arial, sans-serif;
	text-align: right;
	text-decoration: none;
	color: #FFF;
	font-family: "Segoe UI", Arial, sans-serif;
}
.CatArea ul li.active a, .CatArea ul li a:hover {
  border-color: #FFF;
  background: rgba(31, 87, 121, 1);
  color: #FFF !important;
}
.RiboonBanner {
  margin: 29px 0 0;
  position: relative;
}
.BannerLabel {
  position: absolute;
  bottom: 52px;
  text-align: center;
  width: 100%;
}
.BannerLabel a {
  font-size: 22px;
  line-height: 22px;
  color: #FFF;
  text-decoration: none;
  font-family: "Segoe UI", Arial, sans-serif;
}
.BannerLabel img {
  vertical-align: middle;
  margin: 0 4px 0 0;
}
.DetailArea {
  display: flex;
  flex-direction: column;
}
.Pco {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 90px 0;
}
.ProRight {
  width: 48%;
}
.product_info h1 {
  font-size: 45px;
  line-height: 45.54px;
  color: rgba(0, 0, 0, 1);
  padding: 0;
  margin: 0;
}
p:empty {
  display: none
}
.product_info p,
.product_info .woocommerce-product-details__short-description,
.product_info .std,
.shortdescription{
  font-size: 18px;
  line-height: 30px;
  color: rgba(0, 0, 0, 1);
  padding: 30px 0 0;
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
}
.woocommerce-product-details__short-description strong,
.shortdescription strong{
	display:block;
}

.proLeft {
  width: 48%;
  position: relative
}
.select_pro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px 0 0;
  flex-direction: row
}
.pl {
  display: flex;
}
.pl button {
  padding: 14px 36px;
  border: 0;
  margin: 0;
  background: rgba(47, 72, 88, 1);
  font-size: 18px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  font-family: "Segoe UI", Arial, sans-serif;
  cursor: pointer;
}
.pl button:hover {
  background: rgba(246, 174, 45, 1);
}
.pl a {
  width: 72px;
  height: 59px;
  background: rgba(224, 246, 255, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pl a img {
  width: 36px;
  height: 30px;
}
.pl a:hover {
  background: rgba(246, 174, 45, 1)
}
.pl a:hover img {
  filter: brightness(0) invert(1);
}
.pr span {
  cursor: pointer;
}
.pr .number {
  display: flex;
  margin: 0;
	 border: 0px solid rgba(242, 242, 242, 1);
}
.pr .number p{
	padding:0;
	margin:0;
	font-family: "Segoe UI", Arial, sans-serif;
	border:0;
	font-size: 24px;
}
#remove_item_link {
	background: #000;
	width: 20px;
	display: block;
	height: 20px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	line-height: 20px;
	font-size: 16px;
}
.WishlistCart .pr .number p {
	font-size: 18px;
}

.WishlistCart .CartInfo .NumberArea h6{
	display:none
}
.WishlistCart .CartInfo .NumberArea .pr{
	width:100%;
}

.pr .minus, .pr .plus {
	background: #f2f2f2;
	border-radius: 0;
	padding: 8px 5px 8px 5px;
	display: flex;
	vertical-align: middle;
	text-align: center;
	justify-content: center;
	height: 55px;
	width: 70px;
	border: 0;
	align-items: center;
}
.pr .minus strong, .pr .plus strong {
	color: rgba(42, 104, 141, 1);
	height: 36px;
	width: 36px;
	border-radius: 100%;
	background: #a2bbca;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 60px;
	font-weight: normal;
}
.pr input {
	height: 55px;
	width:140px;
	text-align: center;
	font-size: 26px;
	border: 0;
	border-radius: 4px;
	display: inline-block;
	vertical-align: middle;
	-moz-appearance: textfield;
	border: 1px solid #ccc;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.pr input:focus{
outline: none!important;
	border: 0
}


.RelatedProduct{
	background: rgba(47, 72, 88, 1);
	display: flex;
	flex-direction: column;
	padding:100px 0
}

.RelatedProduct .ProBox {
	margin: 0;
	max-width: 100%;
	background: #FFF;
	border-radius: 0;
	border: 0!important;
}

.RelatedProduct .ProBox:hover a.Protitle {
	background: #F6AE2D ;
	color: #FFF;
}

.RelatedProduct .container{
	position: relative;
}
.RelatedProduct .owl-prev {
	position: absolute;
	left: -12px;
	top: 39%;
}
.RelatedProduct .owl-next {
	position: absolute;
	right: -12px;
	top: 39%;
}

/**************/
.PaNelWhish {
	width: 470px;
	padding: 32px 50px;
	background: rgba(246, 174, 45, 1);
	position: fixed;
	right: 0;
	top: 0;
	height: 100%;
	z-index: 999;
	box-shadow: 0 0 50px #000;
}
.PaNelWhish h4{
	text-align: center;
	font-size: 30px;
	line-height: 30.6px;
	border-bottom: 1px solid rgba(211, 239, 255, 1);
	padding: 0 0 25px;
	margin: 0 0 25px;
}



.WishlistCart{
	background: rgba(255, 255, 255, 1);
	display: flex;
	margin: 0px 0 14px;
	justify-content: space-between;
	position: relative;
}


.CartInfo {
	width: 100%;
	max-width: 251px;
	padding: 12px;
}
.CartInfo h5{
	padding: 0;
	margin: 0;
	font-size: 20px;
	line-height: 20.24px;
	  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;

}

.CartItem {
	width: 100%;
	max-width: 100px;
	height: 95px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid rgba(211, 239, 255, 1);
}
.CartItem img{
	width: 76px;
	height: 76px;
	object-fit: contain;
	display: block;
}

.NumberArea {
	display: flex;
	margin-top: 17px;
	justify-content: space-between;
	justify-content: space-around;
	align-items: center;
}

.NumberArea h6{
	font-size: 14px;
	font-weight: 600;
	color: rgba(47, 72, 88, 1);
	font-family: "Segoe UI", Arial, sans-serif;
	padding: 0;
	margin: 0;
}

.NumberArea .pr .minus, .NumberArea .pr .plus {
	background: rgba(47, 72, 88, 1);
	border-radius: 0;
	padding: 8px 5px 8px 5px;
	display: flex;
	vertical-align: middle;
	text-align: center;
	justify-content: center;
	height: 28px;
	width: 35px;
	border: 0;
	align-items: center;
}

.NumberArea .pr input {
	height: 28px;
	width: 100px;
	border: 0;
	border-radius: 0;
	background: rgba(242, 242, 242, 1);
	font-size: 15px;
}
.NumberArea .pr .minus strong, .NumberArea .pr .plus strong {
background:#82919b;
	height: 20px;
	width: 20px;
}

.NumberArea .pr .minus strong img, .NumberArea .pr .plus strong img{
	filter: brightness(0) invert(1);
	width: 8px;
	height: 8px;
}

.NumberArea .pr .minus strong img{
	height: 2px;
}


.CoverScroll{
	display: flex;
	flex-direction: column;
	overflow: auto;

		min-height: 150px;
	max-height: 315px;
}

/*Scroll bar nav*/
::-webkit-scrollbar {
    width: 6px;
}

/* Track */


/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #0000008a; 
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(204,204,204,0.4); 
}


.FormQuote{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.FormQuote h6{
	font-size: 30px;
	color: rgba(23, 23, 23, 1);
	line-height: 30px;
	padding: 0;
	margin:10px 0;
	text-align: center;
	width: 100%;
}

.FormArea{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.FormGroup {
	width: 48%;
	margin:7px 0 0
}
.FormArea input[type=text],
.FormArea input[type=email],
.FormArea input[type=tel],
.FormArea input[type=url]{
	width: 100%;
	height: 34px;
	background: #FFF;
	border: 0;
	font-size: 12px;
	color: rgba(88, 86, 86, 1);
	font-family: "Segoe UI", Arial, sans-serif;
}

.FormArea textarea{
	height: 71px;
	width: 100%;
	border: 0;
		font-size: 12px;
	color: rgba(88, 86, 86, 1);
	font-family: "Segoe UI", Arial, sans-serif;
	resize: none
}

.FormGroup.full {
	width: 100%;
}


.FormArea input[type=submit]{
	padding: 7px 43px;
	background: rgba(34, 23, 20, 1);
	font-family: "Segoe UI", Arial, sans-serif;
	font-size: 16px;
	color: #FFF;
	border: 0;
	cursor: pointer
}


.CloseWhishlist {
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	color: #FFF;
	text-decoration: none;
	padding: 7px 17px;
	font-size: 18px;
}
.holder {
	width: 570px;
	text-align: center;
	margin: 0 auto;
	border: 1px solid rgba(255, 229, 198, 1);
	padding: 30px;
	height:422px;
}
.holder .slides img {
	width: 350px;
	height: 350px;
	object-fit: contain;
}
.wpcf7 form .wpcf7-response-output {
	margin: 0;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2;
	background: #FFF;
	text-align: center;
	/* color: 000; */
	font-size: 21px;
	font-weight: normal;
	font-family: "Segoe UI", Arial, sans-serif;
}
.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 20px;
	font-weight: normal;
	display: block;
	font-family: "Segoe UI", Arial, sans-serif;
	text-shadow: 0 0 10px #000;
}

.errormsg {
	color: #F00;
	font-family: "Segoe UI", Arial, sans-serif;
}


/*********************************/
.MainInside {
	border: 1px solid rgba(255, 229, 198, 1);
  width: 98%;
  margin: 0 auto;
	padding:36px;
}
.MainInside img {
	height: 422px;
	object-fit: contain;
}
#sync1 .item {
  text-align: center;
}
#sync2 {
	margin-top:25px;
}
#sync2 .item {
	margin: 5px;
	color: #FFF;
	text-align: center;
	cursor: pointer;
	border: 1px solid rgba(255, 229, 198, 1);
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#sync2 .item img.slide-thumbnail {
	width: 80px;
	height: 80px;
	object-fit: contain;
	margin: 0 auto;
	opacity:1!important;
}
#sync2 .current .item {
  border-color: #0c83e7;
}
#sync1 .owl-dots {
	display:none!important;
} 


#sync1.owl-theme {
  position: relative;
}
#sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}
#sync1.owl-theme .owl-prev {
  left: 10px;
}
#sync1.owl-theme .owl-next {
  right: 10px;
}
.pl button.addwhis {
	border-left:1px solid #fff;
}
.pl button.addwhis,
.pl .addwhis a {
	background:#059905;
}
.pl .addwhis a img {
	filter: brightness(0) invert(1);
}

.page-template-contact-us .footerContact {display:none;}

.ContactArea{
	background: url("../images/contactbg-op.png") no-repeat center top;
	background-size:cover;
	display: flex;
	flex-direction: column;
	padding:90px 0 180px;
}

.ContactArea h1{
	text-align:center;
	font-size:46px;
	line-height:55.2px;
	color:rgba(255, 255, 255, 1);
	padding:0;
	margin:0 0 35px;
	font-weight:400
}
.ImportContact {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.ContactForm {
	width: 100%;
	max-width: 570px;
}
.ContactForm .m-colm-4,
.ContactForm .m-colm {
	width:100%;
	padding:0;
	margin:0;
}
.ContactForm .m-colm-4 .form-group,
.ContactForm .m-colm .form-group{
	padding:0;
	margin:0 0 24px;
}
.ContactForm .m-colm-4 .form-group p,
.ContactForm .m-colm .form-group p{
	padding:0;
	margin:0;
}
.ContactForm .btn {
	max-width:100%;
	margin-top:46px;
	background:rgba(34, 34, 34, 1);
}
.ContactForm .btn:hover {
	background:rgba(246, 174, 45, 1);
	color:#FFF;
}

.ContactAddress {
	width: 100%;
	max-width: 470px;
}
.ContactAddress h2{
	font-size:32px;
	font-weight:400;
	line-height:41.6px;
	color:rgba(255, 255, 255, 1);
	padding:0;
	margin:0;
}
.ContactAddress ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
.ContactAddress ul li{
	font-weight:400;
	font-size:22px;
	line-height:35.2px;
	color:rgba(255, 255, 255, 1);
	font-family: "Segoe UI", Arial, sans-serif;
	margin:16px 0 0
}
.ContactAddress ul li a{
	font-weight:400;
	font-size:22px;
	line-height:35.2px;
	color:rgba(255, 255, 255, 1);
	font-family: "Segoe UI", Arial, sans-serif;
	text-decoration:none;
}

.SocialChannel {
	margin:52px 0 0;
	display:flex;
	gap:25px;
}
.MapArea iframe{ width:100%; display:block}

.BloGArea {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
.PostArea {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	padding: 100px 0;
}
.PostCard {
	background:rgba(249, 249, 249, 1);
	padding:20px;
	border-radius:8px;
}
.PostCard h2{
	padding:15px 0 0;
	margin:0;
}
.PostCard h2 a{
	font-size:25px;
	color:rgba(23, 23, 23, 1);
	line-height:30px;
	text-decoration:none;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.PostCard p{
	font-family: "Segoe UI", Arial, sans-serif;
	color:rgba(80, 80, 80, 1);
	font-size:16px;
	line-height:24px;
	padding:20px 0 0;
	margin:0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.PostThumbnail {
	height:220px;
	overflow:hidden;
}
.PostCard img{
	width:100%;
	height:220px;
	object-fit:cover;
	  transition: transform .2s; /* Animation */
	
}
.PostCard  .link-more{display:none}

.PostCard:hover img{
	 transform: scale(1.5);
}
.ReadMore {
	display: flex;
	width: 100%;
	margin: 25px 0 0;
}
.ReadMore a:hover{
	color:#FFF;
	background:#000;
}

.SinglePageContent {
	padding:100px 0;
	display:flex;
	flex-direction:column;
	flex-wrap:wrap;
}

.SingleImag{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.SingleImag img{
	width:100%;
	height:600px;
	object-fit:contain;
}

.SinglePageContent h2{
	padding:30px 0 0;
	margin:0;
	font-size:35px;
	line-height:42px;
	font-weight:40;
	color:rgba(23, 23, 23, 1)
}
.SinglePageContent p{
	font-size:16px;
	color:rgba(80, 80, 80, 1);
	font-family: "Segoe UI", Arial, sans-serif;
	line-height:26px;
}
.BackToBlog {
	text-align: center;
	margin: -47px 0 70px;
}
.BackToBlog button:hover{
	background:#000;
	color:#FFF;
}
.Import .ProBox img {
	width: 100%;
	max-width: 100%;
	height: 262px;
	object-fit: contain;
	margin: 0 auto;
	transition: all 0.1s;
}
.lb-data .lb-caption {
	font-size: 18px!important;
	font-weight: normal!important;
	line-height: 1em;
	color: #FFF!important;
	font-family: 'Segoe UI'!important;
}
.lb-data .lb-number {
	display:none!important;
}

.BlckContent .widget h2{
	padding:0;
	margin:0;
	color:rgba(23, 23, 23, 1);
}
.BlckContent .widget  p{
	padding:30px 0 ;
	margin:0;
	color:rgba(23, 23, 23, 1)
}
.BtnArea{
	display:flex;
	flex-direction:column;
	width:100%;
}
.BtnArea a{
	color:rgba(246, 174, 45, 1);
	background:#FFF;
}
.BtnArea a:hover{
	color:#FFF;
	background:#000;
}
.BlckContent .widget img{
	object-fit:contain;
}

.team-wrapper img.w-100 {
	height:auto;
}

p.TagLinesPro {
	color:rgba(23, 23, 23, 1);
	font-size:18px;
	line-height:36px;
	 font-family: "Segoe UI", Arial, sans-serif;
	padding:0;
	margin:0;
	line-height:26px;
	margin-bottom:30px;
}
.pagination {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: center;
	max-width: 100%;
	margin: 0 auto;
	right: 0;
}

.pagination a, .pagination span {
	display: inline-block;
	padding: 11px 16px;
	border: 1px solid #ccc;
	color: #000;
	text-decoration: none;
	margin: 0 3px;
	float: none !important;
	font-family: "Segoe UI", Arial, sans-serif;
	background: #f2f2f2;
	font-size:15px;
}
.pagination span.current{
	background:#fcb900;
	color:#FFF;
	border-color:#fcb900;
}
.pagination a.prev,
.pagination a.next,
.pagination span.dots{
	border:0;
	background:none;
}
/* .PaNelWhish {
	transition: all 0.5s;
	transform: translate(110%, 0px);
}
.PaNelWhish.Open{
	transition: all 0.5s;
	transform: translate(0, 0px);
} */

.DetailArea .product_meta,
.DetailArea .tabs.wc-tabs{
	display:none
}
#tab-description h2{
	display:none
}

.proLeft .woocommerce-product-gallery {
	width:100%!important;
}
.proLeft .woocommerce-product-gallery__image img {
    height: 422px!important;
    object-fit: contain;
}
.RelatedProduct .owl-carousel .owl-item img {
	height: 140px;
}

.proLeft .woocommerce-product-gallery .flex-viewport {
	border: 1px solid rgba(255, 229, 198, 1);
	padding: 20px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
	width: 23%!important;
	float: right;
	margin: 0;
	list-style: none;
	border: 1px solid rgba(255, 229, 198, 1);
	margin: 30px 1% 0!important;
	padding: 20px;
}

.video-img iframe {
	width:100%;
}

@media (max-width:992px){
	.menu-header-menu-container {
		width:100%;
	}
	.main-header nav.navbar .navbar-btn,
	.main-header nav.navbar .navbar-logo {
		width:auto;
		text-align:center;
	}
		.banner-wrapper.bg-seagull img,
	.banner-wrapper.banner-direction img{
		height:auto;
	}
	.navbar-toggler {
		cursor:pointer;
	}
	.ProCover {
		padding:0 0px 0 20px;
		flex-direction:column;
	}
	.productArea {
	grid-template-columns: repeat(2, 1fr);
	column-gap: 0;
		padding:0 20px 0 0;
		
		
}
	.ProductSidebar {
		max-width:100%;
	}
	.ProBox {
	width: 100%;
	max-width: 92%;
}
	.RiboonBanner {
		display:none;
	}
.Pco {
	flex-direction: column-reverse;
}
	.proLeft {
	width: 60%;
	position: relative;
	margin: 0 auto;
}
	.ProRight {
		width:100%;
	}
	.product_info h1 {
	font-size: 35px;
	margin: 30px 0 0;
}
	.product_info p {
	font-size: 16px;
	line-height: 28px;
	padding: 22px 0 0;
	margin: 0;
}
	.pr input {
	height: 40px;
	width: 100px;
	font-size: 16px;
}
	.pr .minus, .pr .plus {
	height: 40px;
	width: 40px;
}
	.pr .minus strong, .pr .plus strong {

	height: 20px;
	width: 20px;
}
	.pr .minus strong img, .pr .plus strong img {
	width: 10px;
	height: auto;
}
	.pl button {
	padding: 0 10px;
	border: 0;
	margin: 0;
	font-size: 16px;
}
	.pl a {
	width: 40px;
	height: 40px;

}
	.pl a img {
	width: 16px;
	height: 16px;
}
	
	.banner-wrapper.main-banner.Top {
		background: #2F4858!important;
	}
.ContactArea {
	padding: 50px 0;
}
.ImportContact {
	display: flex;
	flex-direction: column;
	padding: 0 10px;
}
	.ContactForm,
	.ContactAddress {
	max-width: 100%;
}
}
@media (max-width:768px){
	.about-wrapper{
		padding:50px 0;
	}
	.about-wrapper .a-colm .widget.center-img img{
		width:100%;
		height:auto;
	}
	.banner-wrapper.bg-seagull img,
	.banner-wrapper.banner-direction img{
		height:auto;
	}
	.form-group {
		margin:0 0 10px;
		padding:0;
	}
	.form-group p {
		margin:0;
		padding:0;
	}
	.btn {
		max-width:100%;
	}
	.section-padding {
		padding:50px 0;
	}
	.footer-content {
		margin-top:10px;
	}
	.main-footer .f-menu ul li a {
		font-size: 16px;
		padding: 0px 10px;
	}
	.PaNelWhish {
	width: 70%;
	padding:22px 10px;
}
	.CoverScroll {
	max-height: 195px;
		min-height: 100px;
}
	
	.CartInfo {
	width: 100%;
	max-width: 70%;
	padding: 6px;
}
	.CartItem {
	width: 100%;
	max-width: 30%;
	height: 85px;

}
	.CartItem img {
	width: 50px;
	height: 50px;
	object-fit: contain;
	display: block;
}
	.NumberArea .pr .minus, .NumberArea .pr .plus {
	padding: 8px 5px 8px 5px;
	height: 25px;
	width: 26px;

}
	.NumberArea .pr .minus strong, .NumberArea .pr .plus strong {
	height: 14px;
	width: 14px;
}
	.CartInfo h5 {
	padding: 0;
	margin: 0;
	font-size: 17px;
	line-height: 20.24px;
}
	.NumberArea .pr input {
	height: 25px;
	width: 26px;
	font-size: 13px;
}
	.NumberArea h6 {
		font-size:12px;
	}
	.NumberArea {
		justify-content:space-between;
	}
.banner-wrapper.about-wrapper {
	height: auto;
	min-height: auto;
}
	.ContentArea {
		padding:50px 0;
	}
	.ContentArea p {
		padding:0;
	}
	.TopRight,
	.TopLeft,
	.BottomLeft,
	.BottomRight { width:20px;}
	.banner-wrapper.banner-direction.YelloWBG::after {
	border: 4px solid rgba(47, 72, 88, 1);
}
.ath .b-colm img {
	width: auto;
	height: 170px;
	max-width: fit-content;
	margin: 60px auto 0;
}
	.ath .widget.content {
		margin:0!important;
		max-width:100%!important
	}
	
	.Import .ProBox img {
		height:100%;
	}
	.banner-wrapper.banner-direction.YelloWBG {
		padding-bottom:80px;
	}
	.banner-wrapper.banner-direction.YelloWBG::after {
	left: 6px;
	right: 6px;
}
	.main-header nav.navbar .navbar-nav li a {
	color: #000000;
	display: block;
	font-size: 20px!important;
	text-align: center;
	padding: 12px 20px!important;
	border-bottom: 1px solid #f2f2f2;
	font-weight: normal;
}
	.PostArea {
	grid-template-columns: repeat(2, 1fr);
	padding: 50px 0;
}
	.SingleImag img {
		height:auto;
	}
	.BackToBlog {
	margin: -47px 0 50px;
	padding: 0 20px;
}
	.InnerBanner h1 {
	font-size: 40px;
	line-height: 35.72px;
		padding:0;
}
	
	.pagination {
	position: inherit;
	bottom: 0;
	margin: 30px auto;
	right: 0;
}
	.pagination a, .pagination span {
	margin:0;
	font-size: 11px;
		padding:4px;
}
}

@media (max-width:640px){
	.productArea {
		grid-template-columns: repeat(1, 1fr);
		column-gap: 0;
		padding:0 20px 0 0;
	}
.ProBox {
	width: 100%;
	max-width: 100%;
}
	.proLeft {
	width: 100%;
	position: relative;
	margin: 0 auto;
}
	.error_404 img {
	width: 100%;
	height: auto;
}
		.PostArea {
	grid-template-columns: repeat(1, 1fr);
	padding: 50px 0;
}
}


.team-wrapper.section-padding.No {
	display:none!important;
}


.VideoBanner {
	/* display: none; */
	position: absolute;
	top: 0;
	background: #000000cf;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}
.banner-wrapper.about-wrapper.abBanner {
	padding: 0;
	height: 650px;
	min-height: inherit;
	position: relative;
	  float: none;
    clear: both;
    width: 100%;
    position: relative;
	min-height:inherit;
	overflow:hidden;
}
.banner-wrapper.about-wrapper.abBanner video {
    width: 100%;
 
}

@media (max-width:768px){
	.VideoBanner {
	/* display: none; */
	position: inherit;
	top: 0;
	background: none;
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	padding:20px 0;
	margin: 0;
}
	.banner-wrapper.about-wrapper.abBanner {
	padding: 0;
	height: auto;

}
}

