@import url('//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800,800i');


@font-face {
	font-family: "ROCCBold";
	src: url("../fonts/ROCCBold.ttf"),
		url("../fonts/ROCCBold.eot"),
		url("../fonts/ROCCBold.woff");
}

@font-face {
	font-family: "ROCK";
	src: url("../fonts/ROCK.TTF"),
		url("../fonts/ROCK.eot"),
		url("../fonts/ROCK.woff");
}


/*@font-face {
	font-family: "pt-sans-bold-italic";
	src: url("../fonts/PTC75F.ttf");
}


@font-face {
	font-family: "pt-sans";
	src: url("../fonts/PTS55F.ttf");
}*/


/*
@font-face {
	font-family: "open-sans-semibold";
	src: url("../fonts/open-sans-semibold.ttf");
}
*/

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.2;
	color: #000;
	margin: 0;
}

div {
	box-sizing: border-box;
}

a {
	color: #000;
	transition: all 0.3s ease;
}

a:hover,
a:active {}

p {
	margin: 0 0 15px;
}

ul {}


ul li {}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 15px;
}

h1 {}

h2 {}

h3 {}

h4 {}

h5 {}

h6 {}


img {
	max-width: 100%;
	height: auto;
}

.page-center {
	max-width: 1100px;
	margin: 0 auto;
	width: 100%;
}

.page-center:after {
	content: "";
	display: table;
	clear: both;
}

.custom-common-section h2,
.custom-our-services-section h2 {
	font-family: ROCK;
	font-weight: normal;
	font-size: 25px;
	text-align: center;
	margin-bottom: 0;
	line-height: 1;
}


.custom-common-section {
	padding-top: 85px;
}

a.custom-btn-wrapper {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	background: #000;
	padding: 5px 10px;
	min-width: 130px;
	min-height: 30px;
	text-transform: uppercase;
	line-height: 30px;
	letter-spacing: 2px;
	font-size: 11px;
	text-align: center;
	border: 1px solid #000;
	font-weight: bold;
	margin-top: 20px;
}

a.custom-btn-wrapper:hover {
	background-color: transparent;
	color: #000;
}

.clear-fix:after {
	content: "";
	display: table;
	clear: both;
}

/*==== Font header ====*/

header.custom-header-wrapper {
	padding-top: 10px;
	box-shadow: 0 5px 18px #46464661;
	position: relative;
	z-index: 999;
}

.custom-logo,
.custom-main-menu {
	float: left;
}

.custom-logo {
	width: 12%;
	padding-bottom: 10px
}

.custom-logo a {
	display: block;
	/*	padding-top:13px;*/
}

.custom-main-menu {
	width: 88%;
}

.custom-main-menu > ul {
	margin: 0;
	padding: 8px 0 0;
	text-align: right;
}

.custom-main-menu > ul > li {
	display: inline-block;
	list-style: none;
	vertical-align: top;
	margin: 0;
	position: relative;
	perspective-origin: center top;
	perspective: 500px;
}

.custom-main-menu > ul > li:last-child {
	margin-right: 0;
	margin-left: 13px;
}

.custom-main-menu > ul > li > a {
	display: block;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	font-size: 12px;
	padding: 10px 13px 31px;
	font-weight: 700;
	position: relative;
}

.custom-main-menu > ul > li:not(:last-child) > a:after {
	content: "";
	display: block;
	height: 3px;
	background: #f9baa1;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 75%;
	margin: 0 auto;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform .2s linear;
}

.custom-main-menu > ul > li:hover > a:after {
	transform: scaleX(1);
	transform-origin: left;
}

.custom-main-menu > ul > li:last-child > a {
	background: #ecb175;
	padding-bottom: 10px;
}

.custom-main-menu > ul > li:last-child > a:hover {
	color: #fff;
}

/*.custom-main-menu > ul > li:last-child > a {
	position: relative;
	padding: 10px 15px;
}

.custom-main-menu > ul > li:last-child > a:after {
	content: "";
	width: 1px;
	background-color: #000;
	position: absolute;
	left: 0;
	height: 25px;
	top: 5px;
}*/

ul.custom-main-sub-ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	position: absolute;
	top: 115%;
	left: 50%;
	right: 0;
	display: block;
	min-width: 170px;
	transform: translateX(-50%) rotatex(-20deg);
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s linear;
	transform-origin: center top;
	border-top: 10px solid transparent;
}

.custom-main-menu > ul > li:hover > ul {
	opacity: 1;
	visibility: visible;
	top: 100%;
	transform: translateX(-50%) rotatex(0deg);
	z-index: 999;
}

ul.custom-main-sub-ul li {
	background: #f9f9f9;
	transition: all 0.3s linear;
}

ul.custom-main-sub-ul li a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	padding: 15px 10px;
	border-bottom: 1px solid #e8e8e8;
	letter-spacing: 2px;
	font-size: 10.5px;
	font-weight: 400;
	transition: all 0.3s linear;
}

ul.custom-main-sub-ul li:hover a {
	color: #fff;
}

ul.custom-main-sub-ul li:hover {
	background: #c7c7c7;
}

.custom-trigger {
	height: 40px;
	width: 40px;
	position: absolute;
	right: 10px;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
	z-index: 99;
	cursor: pointer;
	margin-top: 0;
	transition: all 0.5s linear;
}

.custom-trigger.active-trigger {
	position: fixed;
}

.custom-trigger span {
	display: block;
	width: 30px;
	background: #000;
	height: 2px;
	margin: 4px 0;
	transition: transform, 0.5s linear;
	position: relative;
	transform-origin: center center;
}

.custom-trigger.active-trigger span {
	transform: rotate(45deg);
	position: absolute;
}

.custom-trigger.active-trigger span:last-child {
	transform: rotate(-45deg);
}

.custom-trigger.active-trigger span:nth-child(2) {
	opacity: 0;
	visibility: hidden;
	display: none;
}

@media (min-width:767px) {
	.custom-trigger {
		display: none;
	}

	.custom-main-menu-for-mobile {
		display: none
	}
}


/*==Slider css===*/

.custom-main-slider,
.custom-institution-top-banner {
	line-height: 0;
	position: relative;
}

.custom-main-slider .item img {}

.custom-main-slider ul.owl-carousel {
	padding: 0;
	margin: 0;
}

.custom-main-slider ul.owl-carousel li {
	list-style: none;
}

.custom-institution-top-banner {
	position: relative;
}

/*
.custom-institution-top-banner img {
    height: 500px;
}
*/

.custom-main-slider .item:after,
.custom-institution-top-banner:after {
	content: "";
	/* background: rgba(0, 0, 0, 0.57); */
	background: rgba(0, 0, 0, 0.59);
	/*background: rgba(0, 0, 0, 0.37);*/
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	opacity: 1;
	z-index: 9;
}

.custom-institution-top-banner:after {
	background: rgba(0, 0, 0, 0.47);

}

/*.custom-main-slider img {
	width: 100%;
}*/

.custom-slider-caption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	right: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	z-index: 99;
	text-align: center;
}



/*
.custom-main-slider video {
    max-width: 100%;
}*/


.custom-slider-caption h1 {
	color: #fff;
	text-transform: uppercase;
	font-family: ROCK;
	font-size: 34px;
	letter-spacing: 3px;
	line-height: normal;
}

.custom-slider-caption h4 {
	color: #fff;
	text-transform: uppercase;
	font-size: 17px;
	letter-spacing: 6px;
	font-weight: 600;
	line-height: normal;
}

.custom-arrow {
	position: relative;
	animation-name: arrow;
	animation-direction: alternate;
	animation-timing-function: linear;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	top: 0;
}

@keyframes arrow {
	0% {
		top: 0;
	}

	100% {
		top: 15px;
	}
}


.custom-main-slider .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	text-align: center;
	bottom: 20px;
}

.custom-main-slider .owl-dots button.owl-dot {
	display: inline-block !important;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #fff;
	margin-right: 10px;
}

.custom-main-slider .owl-dots button.owl-dot:last-child {
	margin-right: 0;
}

.custom-main-slider .owl-dots button.owl-dot.active {
	background-color: #eca356 !important;
}

.custom-bullets {
	position: absolute;
	border: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 9;
	bottom: 20px;
	text-align: center;
}

.custom-bullets > span {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #fff;
	display: inline-block;
	margin-right: 10px;
}

.custom-bullets > span:first-child {
	background-color: #eca356;
}



.custom-bullets > span:last-child {
	margin-right: 0;
}


/*==Aboutus css===*/

.custom-common-section.custom-about-us-section,
.custom-common-section.custom-about-us-main-wrapper {
	background-color: #f8e3cd;
	text-align: center;
	padding: 44px 0;
}

.custom-common-section.custom-about-us-main-wrapper.the-brand {
	padding-top: 0;
}

.custom-common-section.custom-about-us-main-wrapper {
	padding-top: 80px;
	padding-bottom: 80px;
}

.custom-common-section.custom-about-us-section {
	background-color: #fff;
	padding: 85px 0 65px;
}

.custom-common-section.custom-about-us-section > img {
	margin-bottom: 20px;
}

.custom-about-us-content-wrapper,
.custom-our-work-content-section,
.custom-content-team-section,
.custom-product-range-subcontainer,
.custom-our-services-section-inside-wrapper {
	max-width: 980px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.custom-about-us-content-wrapper p,
.custom-our-work-content-section p,
.custom-content-team-section p,
.custom-our-services-section-inside-wrapper p {
	line-height: 2;
	margin: 0;
	text-align: center;
}

.custom-common-section.custom-about-us-section h2 {
	margin-bottom: 0;
	line-height: 1;
}

.custom-about-us-content-wrapper {
	padding-top: 20px;
	padding-bottom: 20px;
}


/*===vision-mission css====*/

.custom-common-section.custom-vision-mission-section {
	padding-top: 0;
}

.custom-common-section.custom-vision-mission-section .custom-vision-mission-inside-common-wrapper {
	float: left;
	width: 50%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	min-height: 250px;
	padding: 40px;
	transition: all 0.5s linear;
	background: #f1f1f1;
}

.custom-vision-mission-inside-common-wrapper a {
	text-decoration: none;
}

.custom-common-section.custom-vision-mission-section .custom-vision-mission-inside-common-wrapper.active-div {
	background: #f5cca5;
}

.custom-common-section.custom-vision-mission-section .custom-vision-mission-inside-common-wrapper span {
	font-family: pt-sans-bold-italic;
	letter-spacing: 1px;
	font-size: 16px;
	font-style: italic;
	margin-bottom: 30px;
	display: none;
}

.custom-common-section.custom-vision-mission-section .custom-vision-mission-inside-common-wrapper h3 {
	font-family: ROCK;
	font-weight: normal;
	font-size: 25px;
	text-transform: uppercase;
	letter-spacing: 3px;
	position: relative;
	margin-bottom: 20px;
}

.custom-common-section.custom-vision-mission-section .custom-vision-mission-inside-common-wrapper h3:after {
	content: "";
	display: block;
	width: 45px;
	height: 2px;
	background: #000;
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.custom-common-section.custom-vision-mission-section .custom-vision-mission-inside-common-wrapper p {
	display: inline-block;
	width: 100%;
	margin-top: 25px;
	line-height: 2;
	max-width: 400px;
}

.custom-common-section.custom-our-work-section h2,
.custom-our-work-content-section {
	text-align: center;
}


.custom-tabber-content-wrapper {
	display: none;
}

.custom-tabber-section > ul {
	display: block;
	text-align: center;
	padding: 0 0 20px;
	margin: 0;
}

.custom-tabber-section > ul li,
.custom-our-products-tab-section > ul > li {
	display: inline-block;
	list-style: none;
	margin-right: 50px;
}

.custom-tabber-section > ul li:last-child,
.custom-our-products-tab-section > ul > li:last-child {
	margin-right: 0;
}

.custom-tabber-section > ul li a,
.custom-our-products-tab-section > ul > li > a {
	display: block;
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
	padding: 10px 5px;
	position: relative;
	letter-spacing: 1px;
	font-weight: 700;
}

.custom-tabber-section > ul li a:after,
.custom-our-products-tab-section > ul > li > a:after {
	content: "";
	display: block;
	width: 70%;
	height: 2px;
	background: #f9baa1;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: all 0.5s linear;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform .2s linear;
}

.custom-tabber-section > ul li.active-li a:after,
.custom-our-products-tab-section > ul > li.active-li > a:after,
.custom-tabber-section > ul li:hover a:after,
.custom-our-products-tab-section > ul > li:hover > a:after {
	transform: scaleX(1);
	transform-origin: left;
}


.custom-tabber-content-wrapper > ul {
	margin: 0;
	padding: 0;
}

/*.custom-tabber-content-wrapper > ul li:nth-child(3n) {
	margin-right: 0;
}*/

.custom-tabber-content-wrapper > ul li {
	display: inline-block;
	width: 24.2333%;
	list-style: none;
	position: relative;
	margin-right: 1%;
	margin-bottom: 0;
	text-align: center;
	margin-left: -4px;
	overflow: hidden;
	transition: all 0.3s linear;
}

.custom-tabber-content-wrapper > ul li > img {
	transition: all 0.3s linear;
}

.custom-tabber-content-wrapper > ul li:first-child {
	margin-left: 0;
}


.custom-tabber-content-wrapper > ul li:last-child {
	margin-right: 0;
}

.custom-tabber-content-wrapper > ul li a:not(.custom-read-more) {
	display: flex;
	position: absolute;
	overflow: hidden;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-decoration: none;
}

.custom-tabber-content-wrapper > ul li a:not(.custom-read-more):after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.7;
	transition: all 0.5s linear;
}

.custom-tabber-content-wrapper > ul li a:not(.custom-read-more) img,
.custom-tabber-content-wrapper > ul li a:not(.custom-read-more) h4 {
	position: relative;
	z-index: 99;
}

.custom-tabber-content-wrapper > ul li:hover > img {
	transform: scale(1);
}

.custom-tabber-content-wrapper > ul li:hover > img {
	transform: scale(1.1);
}

.custom-tabber-content-wrapper > ul li:hover a:not(.custom-read-more):after {
	opacity: 0.4;
}

.custom-institution-content-inside {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

/*.custom-institution-content-inside h4 {
	font-family: ROCK;
	font-weight: normal;
	font-size: 29px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 2px;
	margin: 15px 0 5px;
}*/

.custom-institution-content-inside h4 {
	font-family: ROCK;
	font-weight: normal;
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 2px;
	margin: 15px 0 5px
}

.custom-institution-content-inside img {
	max-width: 40px;
}

div#retail .custom-institution-content-inside img {
	max-width: 45px;
}

.custom-institution-content-inside span {
	color: #fff;
	letter-spacing: 15px;
}

.active-tab.custom-tabber-content-wrapper {
	display: block;
}

div#retil {
	padding-top: 0;
	padding-bottom: 0;
}

a.custom-read-more {
	display: inline-block !important;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	position: absolute !important;
	bottom: 35px;
}

.custom-tabber-section {
	text-align: center;
}

.custom-four-column-commen-wrapper:last-child {
	margin-right: 0;
}

.custom-four-column-commen-wrapper {
	/*	float: left;
	width: 24.2%;
	margin-right: 1%;*/
	position: relative;
}

.custom-four-column-img-wrapper {
	overflow: hidden;
	text-align: center
}

.custom-team-detail-wrapper {
	background: #f1f1f1;
	text-align: center;
	padding: 9px;
	transition: all 0.5s linear;
}

.custom-team-detail-wrapper p {
	font-size: 12px;
	margin-bottom: 10px;
	margin: 15px 0 0;
	line-height: 2;
	max-width: 95%;
	margin-left: auto;
	margin-right: auto;
}

.custom-team-detail-wrapper h5 {
	font-size: 11.5px;
	margin: 30px 0 0;
	padding: 0px 0 10px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}


.custom-team-detail-wrapper h6 {
	display: block;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 0.5px;
	position: relative;
	padding-bottom: 15px;
	margin: 0px 0px 15px;
}

.custom-team-detail-wrapper h6:after {
	content: "";
	display: block;
	height: 2px;
	width: 30px;
	background: #f5cca5;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
}

.custom-team-detail-wrapper a {
	text-transform: uppercase;
	font-weight: 600;
	color: #000;
	text-decoration: none;
	font-size: 12px;
	margin-top: 0;
	display: inline-block;
	width: 100%;
}

.custom-four-column-wrapper {
	padding-top: 10px;
}

.custom-four-column-commen-wrapper:hover img {
	transform: scale(1.05);
	opacity: 0.8
}

.custom-four-column-commen-wrapper img {
	transition: all 0.5s ease;
	transform: scale(1);
	opacity: 1;
}


.custom-four-column-commen-wrapper .custom-team-detail-wrapper,
.custom-four-column-commen-wrapper .custom-team-detail-wrapper {
	min-height: 300px;
}

.custom-team-detail-wrapper:hover {
	background: #f5cca5;
}

.custom-team-detail-wrapper:hover h6:after {
	background-color: #fff;
}

.custom-four-column-wrapper .owl-nav {
	text-align: center;
}

.custom-four-column-wrapper .owl-nav button {
	outline: none;
}

.custom-four-column-wrapper .owl-nav button span {
	font-size: 32px;
	line-height: 1;
	margin: 0 5px;
}

/*===== extra changes =====*/

/*.custom-four-column-commen-wrapper:first-child > div:first-child,
.custom-four-column-commen-wrapper:nth-child(2) > div:first-child {
	border-radius: 100%;
	max-width: 180px;
	margin: 0 auto;
	opacity: 1;
	box-shadow: 0 5px 9px #868585;
}

.custom-four-column-commen-wrapper:first-child > div:first-child img,
.custom-four-column-commen-wrapper:nth-child(2) > div:first-child img {
	transform: none;
}*/




/*==institution css===*/
/*

body.custom-quotation-request-remove .custom-quotation-request {
    display: none;
}
*/

.custom-institution-top-banner .custom-slider-caption h1 {
	font-size: 27px;
	max-width: 710px;
	line-height: 1.5;
}

.custom-institution-top-banner .custom-slider-caption h4 {
	font-size: 11px;
	letter-spacing: 3px;
}


/*
.custom-our-services-section {
	padding-top: 60px;
}
*/


.custom-our-services-inside-wapper {
	padding-top: 20px;
	margin: 0 auto;
	max-width: 1000px;
}

.custom-our-services-inside-wapper ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.custom-our-services-inside-wapper ul li {
	list-style: none;
	padding: 0;
	text-align: center;
	width: 33%;
	float: left;
}

.custom-our-services-inside-wapper ul li a {
	display: block;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	background: #ececec;
	min-height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	transition: all 0.5s ease;
	font-weight: normal;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

.custom-our-services-inside-wapper ul li a:hover {
	background: #ffd8b3;
}

.custom-our-services-inside-wapper ul li a img {
	transition: mix-blend-mode 0.5s ease;
}

/*.custom-our-services-inside-wapper ul li a:hover img {
	filter: saturate(6);
}*/

.custom-our-services-inside-wapper ul li:nth-child(4n) {
	clear: both;
}

.custom-our-services-inside-wapper ul li a h4 {
	margin: 10px 0;
	position: relative;
	display: inline-block;
	width: 100%;
	font-weight: 600;
}

.custom-our-services-inside-wapper ul li img {
	width: 80px;
}

.custom-our-services-inside-wapper ul li a h4:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	width: 30px;
	height: 2px;
	background-color: #f5cca5;
	bottom: -15px;
	margin: 0 auto;
}

.custom-our-services-inside-wapper ul li a:hover h4:after {
	background-color: #fff;
}

.custom-form-btn-section {
	text-align: center;
	padding-top: 20px;
}



/*.custom-form-btn-section a {
	display: inline-block;
	text-decoration: none;
	font-family: ROCK;
	color: #fff;
	font-size: 17px;
	letter-spacing: 2px;
	max-width: 700px;
	background-color: #c1684d;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-size: contain;
	background-repeat: no-repeat;
	border-radius: 5px;
	transition: all 0.5s ease;
	position: relative;
	overflow: hidden;
}*/


.custom-form-btn-section a {
	min-width: 700px;
	background: #ecb175;
	border: 1px solid #ecb175;
}

.custom-form-btn-section a span {
	display: inline-block;
	line-height: normal;
	position: relative;
	z-index: 9;
}

.custom-form-btn-section a:hover span:after,
.custom-form-btn-section a:hover span:before {
	border-color: #ecb175;
}

/*.custom-form-btn-section a:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -80%;
	background-color: #bb4622;
	bottom: 0;
	transform: skewX(-40deg);
	width: 100%;
	opacity: 0;
	transition: all 0.5s ease;
}*/

.custom-form-btn-section a:hover:after {
	left: -50%;
	opacity: 0.5;
}

.custom-form-btn-section a span:after,
.custom-form-btn-section a span:before {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border: 2px solid #fff;
	position: absolute;
	top: 0;
	border-top: none;
	border-right: none;
	left: -24px;
	transform: rotate(41deg);
	top: 4px;
	transition: all 0.5s ease;
}

.custom-form-btn-section a:hover {
	letter-spacing: 3px;
}

.custom-form-btn-section a:hover span:before {
	right: -30px;
}

.custom-form-btn-section a:hover span:after {
	left: -30px;
}

.custom-form-btn-section a span:before {
	transform: rotate(-136deg);
	right: -24px;
	left: auto;
}

.custom-our-products-tab-section > ul {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}




.custom-our-products-tab-section > ul > li {
	display: inline-block;
	vertical-align: top;
}

/*.custom-our-products-tab-section > ul > li > a {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-family: ROCK;
	display: block;
	padding: 10px 30px;
	letter-spacing: 0.5px;
	position: relative;
	cursor: pointer;
}*/

/*.custom-our-products-tab-section > ul > li.acitve > a:after,*/
/*
.custom-our-products-tab-section > ul > li:hover > a:after {
	content: "";
	display: block;
	width: 30%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #f5cca5;
	height: 3px;
	margin: 0 auto;
}*/


.custom-our-products-tab-content-section {
	padding-top: 20px;
	text-align: center;
	display: none;

}

.custom-our-products-tab-content-section.active-tab {
	display: block;
}

.custom-our-products-tab-section-content-top-inside-wrap {
	margin-bottom: 1%;
}

.custom-our-products-tab-section-content-top > div,
.custom-our-products-tab-section-content-bottom > div {
	width: 49.5%;
	float: left;
	margin-right: 1%;
	line-height: 0;
}

.custom-our-products-tab-section-content-top > div:last-child,
.custom-our-products-tab-section-content-bottom > div:last-child {
	margin-right: 0;
}

.custom-our-products-tab-section-content-bottom > div:first-child {
	width: 38.5%;
}

.custom-our-products-tab-section-content-bottom > div:last-child {
	width: 60.5%;
	line-height: 0;
}

.custom-our-products-three-column:last-child {
	margin-right: 0;
}

.custom-our-products-three-column-inside-continer:first-child {
	margin-left: 0;
}

.custom-our-products-three-column-inside-continer {
	width: 32.6%;
	position: relative;
	line-height: 0;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	margin-left: -3px;
	width: 32.6%;
	margin-right: 1%;
	margin-bottom: 1%;
}

.custom-our-products-tab-section-content-top {
	padding-top: 30px;
}


/*.grid-item--width2 { width: 50%; }*/

.custom-our-products-three-column-inside-continer:nth-child(3n) {
	margin-right: 0;
}

.custom-our-products-three-column-inside-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	justify-content: center;
	display: flex;
	align-items: center;
	flex-direction: column;
	background: transparent;
	transition: all 0.5s linear;
	padding: 10px;
}

.custom-our-products-three-column-inside-content h5,
.custom-our-products-three-column-inside-content p {
	opacity: 0;
	transition: all 0.5s linear;
}

.custom-our-products-three-column-inside-continer:hover h5,
.custom-our-products-three-column-inside-continer:hover p,
.custom-our-products-three-column-inside-continer:hover img.custom-img {
	opacity: 1;
}

.custom-our-products-three-column-inside-content:hover img.custom-img {
	right: 20px;
}

.custom-our-products-three-column-inside-continer:hover .custom-our-products-three-column-inside-content {
	background-color: #ffffffd9;
}

.custom-our-products-three-column-inside-content img.custom-img {
	position: absolute;
	right: -20px;
	bottom: 20px;
	opacity: 0;
	transition: all 0.5s ease;
	z-index: 999;
	width: 20px;
	cursor: pointer;
}

.custom-our-products-three-column-inside-content h5 {
	font-family: ROCK;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	line-height: normal;
	position: relative;
	top: -10px;
	transition: all 0.5s ease;
	font-weight: normal;
}

.custom-our-products-three-column-inside-content p {
	margin-bottom: 0;
	line-height: normal;
	position: relative;
	top: -5px;
	transition: all 0.2s ease-in-out;
}

.custom-our-products-three-column-inside-content:hover h5,
.custom-our-products-three-column-inside-content:hover p {
	top: 0;
}

.custom-our-products-three-column-inside-continer.custom-our-products-three-column-inside-continer-active .custom-our-products-three-column-inside-content {
	display: none;
}

.custom-our-products-three-column-inside-continer-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all 0.5s ease-in-out;
	background-color: #ffffffd9;
	z-index: -1;
	opacity: 0;
}

.custom-our-products-three-column-inside-continer.custom-our-products-three-column-inside-continer-active .custom-our-products-three-column-inside-continer-icon {
	z-index: 1;
	opacity: 1;
}

.custom-our-products-three-column-inside-continer-icon ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.custom-our-products-three-column-inside-continer-icon ul li a {
	color: #000;
	font-size: 20px;
	display: inline-block;
	padding: 10px;
}

/*====About us page css=====*/

.custom-common-section.custom-about-us-main-wrapper h2 {
	/*margin-top: 30px;*/
	display: inline-block;
}

p.custom-subheading {
	font-size: 16px !important;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center !important
}

.custom-about-us-main-wrapper .custom-about-us-content-wrapper {
	max-width: 850px;
	padding-bottom: 0;
}

.custom-about-us-content-wrapper p {
	margin-bottom: 0;
	font-size: 14px;
}

.custom-common-section.custom-about-us-main-wrapper p {
	text-align: justify;
}

.custom-two-column-wrapper-main {
	display: table;
	width: 100%;
}

.custom-two-column-wrapper-inside {
	width: 50%;
	line-height: 0;
	display: table-cell;
	vertical-align: top;
}


.custom-two-column-wrapper.custom-two-column-wrapper-top .custom-two-column-wrapper-inside.custom-two-column-wrapper-inside-right p,
.custom-two-column-wrapper.custom-two-column-wrapper-bottom .custom-two-column-wrapper-inside.custom-two-column-wrapper-inside-left ul {
	line-height: 2;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	width: 90%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}

.custom-two-column-wrapper.custom-two-column-wrapper-bottom .custom-two-column-wrapper-inside.custom-two-column-wrapper-inside-left ul {
	text-align: left;
	padding: 0;
	width: 80%;
}

.custom-two-column-wrapper.custom-two-column-wrapper-top .custom-two-column-wrapper-inside.custom-two-column-wrapper-inside-right {
	background-color: #f5cca5;
	position: relative
}

.custom-two-column-wrapper.custom-two-column-wrapper-bottom .custom-two-column-wrapper-inside.custom-two-column-wrapper-inside-left {
	background-color: #f5cca5
		/*f9e5d3*/
	;
	position: relative
}

.custom-two-column-wrapper.custom-two-column-wrapper-top .custom-two-column-wrapper-inside.custom-two-column-wrapper-inside-right:after,
.custom-two-column-wrapper.custom-two-column-wrapper-bottom .custom-two-column-wrapper-inside.custom-two-column-wrapper-inside-left:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 2px solid #fff;
	height: 90%;
	width: 93%;
	margin: auto;
}


/*===retail====*/

/*.custom-retial-top-section .custom-common-section.custom-about-us-main-wrapper.the-brand {
	padding-top: 0px;
	margin-bottom: 80px;
}*/

.custom-product-range-subcontainer {
	text-align: center;
	padding: 20px 0;
}

.custom-product-range-subcontainer p {
	line-height: 2;
	margin: 0;
}

.custom-product-range-bottom-btn-wrapper {
	text-align: center;
}

/*
.custom-product-range-bottom-btn-wrapper a.custom-btn-wrapper {
	margin-top: 40px;
}*/

/*===Popup contact form css===*/

.custom-popup-wrapper {
	background-color: #ecb175;
	display: none;
	position: fixed;
	width: 100%;
	z-index: 99999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

.custom-popup-wrapper > div {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	position: relative;
	top: -10%;
	opacity: 0;
	transition: all 0.5s linear;
	max-width: 800px;
}

.custom-popup-wrapper .page-center > div {
	width: 50%;
}

.custom-popup-wrapper.custom-popup-wrapper-active .page-center {
	top: 0;
	opacity: 1;
}

.custom-popup-left {
	text-align: center;
	position: relative;
}

.custom-popup-left p {
	text-align: left;
	padding-left: 18%;
	position: relative;
	font-weight: 600;
}

.custom-popup-left p i {
	margin-right: 10px;
	position: absolute;
	left: 10%;
}

.custom-popup-left h3 {
	font-family: ROCK;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 20px;
	margin-bottom: 20px;
	text-align: left;
	padding-left: 10%;
}

.custom-popup-left:after {
	content: "";
	position: absolute;
	top: 50%;
	bottom: 0;
	width: 1px;
	height: 120px;
	background: #000;
	display: block;
	right: 14%;
	transform: translateY(-50%);
}

.custom-popup-right ul {
	margin: 0;
	list-style: none;
	padding: 0;
}

.custom-popup-right ul li {
	margin-bottom: 10px;
}

.custom-popup-right ul li:last-child {
	margin-bottom: 0;
}

.custom-popup-right ul a {
	display: block;
	text-align: left;
	text-decoration: none;
	border: 1px solid #f5dfc7;
	padding: 10px 30px;
	min-height: 30px;
	line-height: 30px;
	font-family: ROCK;
	transition: all 0.5s linear;
}

.custom-popup-right ul a:hover {
	background-color: #f9e1c9;
}

span.custom-close-btn {
	position: absolute;
	right: 20px;
	top: 10px;
	height: 30px;
	width: 30px;
	cursor: pointer;
	z-index: 9999;
}

span.custom-close-btn:after,
span.custom-close-btn:before {
	content: "";
	height: 30px;
	width: 1px;
	background-color: #fff;
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: rotate(45deg) translateY(-50%);
	transform-origin: center top;
}

span.custom-close-btn:before {
	transform: rotate(-45deg) translateY(-50%);
}

.custom-popup-form-wrapper {
	display: none;
}

.custom-popup-form-wrapper h5 {
	font-size: 20px;
	font-weight: normal;
	font-family: ROCK;
	letter-spacing: 1px;
	margin: 10px 5px;
}

.custom-popup-form-wrapper input,
.custom-popup-form-wrapper select,
.custom-popup-form-wrapper textarea {
	background: transparent;
	display: block;
	text-align: left;
	text-decoration: none;
	border: 1px solid #f5dfc7;
	padding: 10px 20px;
	min-height: 20px;
	line-height: 20px;
	font-family: ROCK;
	box-sizing: border-box;
	width: 100%;
	color: #000;
	outline: none;
	margin-bottom: 10px;
}

div#feedback.custom-popup-form-wrapper textarea {
	min-height: 80px;
}

.custom-popup-form-wrapper button[type="submit"] {
	background: #d39657;
	display: block;
	text-decoration: none;
	border: none;
	padding: 10px 20px;
	line-height: 30px;
	font-family: ROCK;
	box-sizing: border-box;
	width: 100%;
	color: #fff;
	outline: none;
	min-height: 30px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 15px;
	cursor: pointer;
}


.custom-popup-form-wrapper input::-webkit-input-placeholder,
.custom-popup-form-wrapper select::-webkit-input-placeholder,
.custom-popup-form-wrapper textarea::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #000;
}

.custom-popup-form-wrapper input::-moz-placeholder,
.custom-popup-form-wrapper select::-moz-placeholder,
.custom-popup-form-wrapper textarea::-moz-placeholder {
	/* Firefox 19+ */
	color: #000;
}

.custom-popup-form-wrapper input:-ms-input-placeholder,
.custom-popup-form-wrapper select:-ms-input-placeholder,
.custom-popup-form-wrapper textarea:-ms-input-placeholder {
	/* IE 10+ */
	color: #000;
}

.custom-popup-form-wrapper input:-moz-placeholder,
.custom-popup-form-wrapper select:-moz-placeholder,
.custom-popup-form-wrapper textarea:-moz-placeholder {
	/* Firefox 18- */
	color: #000;
}

span.custom-popup-form-back-btn {
	text-align: left;
	display: block;
	padding-top: 20px;
	font-weight: bold;
	font-family: ROCK;
	cursor: pointer;
	text-transform: capitalize;
}

span.custom-popup-form-back-btn img {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
}

li.parent-btn-hide > a {
	opacity: 0;
	visibility: hidden;
	height: 0;
	line-height: 0;
	padding: 0;
	min-height: 0;
	transition: none;
}


.custom-common-section.custom-map-wrapper {
	background-color: #fff;
}

/*====footer=====*/

.custom-news-letter-subscirbe-wrapper {
	padding-top: 60px;
}

footer.custom-footer-wrapper {
	text-align: center;
	display: block;
	width: 100%;
}

footer.custom-footer-wrapper .page-center {
	background-color: #f9e5d3;
	margin-top: 20px;
}

.custom-news-letter-subscirbe-wrapper h3 {
	font-family: ROCK;
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

.custom-news-letter-subscirbe-wrapper form input {
	display: inline-block;
	vertical-align: top;
}


.custom-news-letter-subscirbe-wrapper form input[type="email"] {
	border: none;
	background-color: #fff;
	height: 42px;
	padding: 0;
	width: 300px;
	margin-right: 10px;
	padding: 10px;
	box-sizing: border-box;
	outline: none;
}

.custom-news-letter-subscirbe-wrapper form input[type="submit"] {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	background: #000;
	padding: 5px 10px;
	min-width: 130px;
	min-height: 30px;
	text-transform: uppercase;
	line-height: 30px;
	letter-spacing: 2px;
	font-size: 11px;
	text-align: center;
	border: 1px solid #000;
	font-weight: bold;
	vertical-align: top;
	cursor: pointer;
}

.custom-footer-address ul {
	display: block;
	padding: 50px 0 40px;
	margin: 0;
}

.custom-footer-address ul li {
	display: inline-block;
	font-size: 13.5px;
	letter-spacing: 1px;
	margin-left: 4%;
	vertical-align: top;
	list-style: none;
	position: relative;
	font-weight: 600;
}

.custom-footer-address ul li a {
	text-decoration: none;
}

.custom-footer-address ul li:first-child {
	margin-left: 0;
}

.custom-footer-address ul li:first-child a {
	color: #000;
	display: inline-block;
	margin-right: 10px;
	font-size: 20px;
	font-size: 16px;
}

.custom-footer-address ul li:before {
	content: "";
	display: block;
	height: 5px;
	width: 5px;
	background-color: #000;
	border-radius: 100%;
	position: absolute;
	left: -10%;
	top: 50%;
	transform: translateY(-50%);
}

.custom-footer-address ul li:nth-child(2):before {
	left: -13%;
}

.custom-footer-address ul li:nth-child(3):before {
	left: -12%;
}

.custom-footer-address ul li:last-child:before {
	left: -17%;
}

.custom-footer-address ul li:first-child:before {
	display: none;
}

.custom-footer-address p {
	font-family: ROCK;
	font-size: 11px;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

.custom-footer-address p a {
	padding-right: 20px;
	text-decoration: none;
	position: relative;
	display: inline-block;
}

.custom-footer-address p a:after {
	content: "";
	display: block;
	height: 4px;
	width: 4px;
	background-color: #000;
	border-radius: 100%;
	position: absolute;
	right: 6%;
	top: 50%;
	transform: translateY(-50%);
}


.custom-quotation-request {
	display: inline-block;
	background-color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 7px;
	font-size: 15.5px;
	transform: rotate(-90deg);
	position: fixed;
	top: 30%;
	left: -100%;
	width: 230px;
	height: 25px;
	box-sizing: border-box;
	cursor: pointer;
	/*z-index: 999;*/
	text-align: center;
	font-weight: 700;
	border: 2px solid #ecb175;
	line-height: 25px;
	box-sizing: content-box;
	transition: all 0.3s ease;
	overflow: hidden;
	/*	display: inline-block;
	background-color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 7px;
	font-size: 11.5px;
	transform: rotate(-90deg);
	position: fixed;
	top: 45%;
	left: -58px;
	width: 200px;
	height: 40px;
	box-sizing: border-box;
	cursor: pointer;
	z-index: 999;
	transition: all 0.5s ease-in-out;
	text-align: center;
	font-weight: 700;
	border: 2px solid #F7CA18;
	line-height: 40px;
	box-sizing: content-box;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	overflow:hidden;*/
	visibility: hidden;
	animation-name: move;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	animation-direction: alternate-reverse;
	animation-fill-mode: backwards;
	background-color: #ecb175;
}


.custom-quotation-request.active-quotation-icon {
	left: -102px;
	visibility: visible
}

.custom-quotation-request span {
	position: relative;
	display: block;
	word-spacing: 5px;

}


/*.custom-quotation-request:before {
	display: block;
	position: absolute;
	width: 100%;
	z-index: -1;
	content: '';
	color: #000 !important;
	background: #ecb175;
	left: 0px;
	top: -100%;
	height: 100%;
	animation-name: move;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	 animation-direction: alternate-reverse; 
	animation-fill-mode: backwards;
	animation-timing-function: ease;
	transform: scaleY(0);
	transition: transform 0.5s ease;
	transform-origin: top;
}*/




.custom-quotation-request:hover {
	background: #ecb175;
}


@keyframes move {
	0% {
		left: -102px;

	}

	100% {
		left: -95px;

	}
}


/*=====new section wrapper====*/
.custom-two-col-img-new-wrapper {
	padding-top: 20px;
}

/*.custom-our-products-two-column-inside-common-wrapper {
    width: 50%;
    float: left;
}*/

.custom-our-products-two-column-wrapper {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	align-items: center;
	line-height: 0;
}

.custom-our-products-two-column-inside-common-wrapper {
	width: 50%;
}


/*.custom-our-products-two-column-common-content-wrapper{
    text-align: center;
    padding: 20px 50px;
    line-height: 2;
}*/

.custom-our-products-two-column-common-content-wrapper {
	text-align: center;
	padding: 20px 50px;
	line-height: 2;
	background: #f1f1f1;
	min-height: 295px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	transition: 0.5s;
}

.custom-our-products-two-column-common-content-wrapper:hover {
	background: #f5cca5;
}

.custom-our-products-two-column-common-content-wrapper h3 {
	font-family: ROCK;
	font-weight: normal;
	font-size: 23px;
	text-align: center;
	line-height: 1;
}

.custom-our-products-two-column-common-content-wrapper p {
	font-size: 12.5px;
}


/*
		.custom-our-products-two-column-wrapper.custom-our-products-two-column-left-img-wrapper div:first-child {
			width: 40%;
		}
.custom-our-products-two-column-wrapper.custom-our-products-two-column-left-img-wrapper div:last-child {
    width: 60%;
	margin-left: 10%
}

.custom-our-products-two-column-wrapper.custom-our-products-two-column-right-img-wrapper div:first-child {
	 width: 60%;
	margin-right: 10%
}

.custom-our-products-two-column-wrapper.custom-our-products-two-column-right-img-wrapper div:last-child {
    width: 40%;
}
*/

/*
.custom-quotation-request span:after {
	content: "";
	display: block;
	height: 30px;
	width: 30px;
	background-color: #f5cca5;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	bottom: -10px;
	transition: all 0.5s ease-in-out;
}

.custom-quotation-request span:before {
	content: "";
	height: 7px;
	width: 7px;
	border: 2px solid #000;
	position: absolute;
	left: 50%;
	transform: translateX(-50%) rotate(134deg);
	top: 30px;
	border-bottom: none;
	border-left: none;
	transition: all 0.5s ease-in-out;

}
*/

/*.custom-quotation-request:hover,
.custom-quotation-request:hover span:after {
	background-color: #000;
	color: #fff;
}

.custom-quotation-request:hover span:before {
	border: 2px solid #fff;
	border-bottom: none;
	border-left: none;
}*/

.custom-social-request {
	position: fixed;
	font-size: 20px;
	right: -40px;
	top: 21%;
	transition: right 0.5s ease;
	z-index: 9;
}

.custom-social-request.active-social-icon {
	right: 20px;
}

.custom-social-request a {
	color: #000;
	padding: 7px 7px;
	display: block;
	text-align: center;
	font-size: 21px;
}

.custom-links a {
	color: #000;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
	display: inline-block;
	font-family: "pt-sans";
	font-weight: 800;
	letter-spacing: 2px;
	padding: 10px 20px;
	position: relative;
}

.custom-links {
	display: inline-block;
	transform: rotate(-90deg);
	position: fixed;
	top: 75%;
	left: -83px;
}

.custom-links a:after {
	content: "";
	display: block;
	height: 8px;
	width: 8px;
	background: #000;
	position: absolute;
	right: -6px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 100%;
}

.custom-links a:last-child:after {
	display: none;
}

/*===Disclaimer Page Css===*/
.custom-common-section.custom-about-us-main-wrapper.disclaimer-content-wrapper .custom-about-us-content-wrapper ol {
	text-align: left;
	line-height: 2;
	padding-left: 0;
}

.custom-common-section.custom-about-us-main-wrapper.disclaimer-content-wrapper .custom-about-us-content-wrapper ol li {
	margin-bottom: 15px;
}


.thanks {
	position: fixed;
	top: 27%;
	z-index: 9999;
	margin: 0 auto;
	width: 100%;
	max-width: 350px;
	left: 0;
	right: 0;
	background: #fff;
	padding: 20px;
	font-weight: bold;
	border-radius: 2px;
	color: green;
}

.thanks span {
	position: absolute;
	right: 0;
	top: 0;
	text-indent: -9999px;
	display: inline-block;
}

.thanks {
	position: fixed;
	top: 27%;
	z-index: 999999;
	margin: 0 auto;
	width: 100%;
	max-width: 350px;
	left: 0;
	right: 0;
	background: #fff;
	padding: 20px;
	font-weight: bold;
	border-radius: 2px;
	color: green;
}

.thanks span {
	position: absolute;
	right: 0;
	top: 0;
	text-indent: -999px;
	display: inline-block;
	width: 20px;
	height: 20px;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.custom-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #00000087;
	z-index: 99999;
}

.thanks span:after,
.thanks span:before {
	content: "";
	height: 10px;
	width: 1px;
	display: block;
	background: #000;
	position: absolute;
	transform: rotate(40deg) translateY(-50%);
	transform-origin: center top;
	top: 50%;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.thanks span:before {
	transform: rotate(-40deg) translateY(-50%);
}



footer.custom-footer-wrapper .page-center:first-child {
	background: transparent;
}

.custom-common-section.custom-map-wrapper {
    padding-bottom: 23%;
    position: relative;
}
.custom-common-section.custom-map-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
}
iframe{
	max-width: 100%;
	height: auto;
}

.custom-slider-caption a {
    display: inline-block;
}

/*==Responsive Media Query==*/

@media(max-height:630px) {
	.custom-popup-wrapper {
		overflow-y: scroll;

	}

	/*	.custom-popup-form-wrapper{
		padding-top: 58%;
	}*/
}


@media (max-width:1180px) {
	.page-center {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width:1024px) {
	.custom-team-detail-wrapper {
		position: static;
		bottom: -40%;
		transform: translateY(0%);
		margin: 0
	}

	.custom-four-column-wrapper {
		padding-bottom: 0;
	}

}




@media (max-width:767px) {
	.custom-logo {
		width: 35%;
		padding-bottom: 0;
	}

	header.custom-header-wrapper {
		padding: 10px 0;
	}

	.custom-main-menu-for-mobile {
		width:250px;
		padding-top: 0;
		display: block;
		position: fixed;
		top: 0;
		background: #fff;
		right: -250px;
		height: 100vh;
		justify-content: center;
		align-items: center;
		text-align: center;
		flex-direction: column;
    	transition: right 0.7s ease;
	}

	.custom-main-menu-for-mobile.active-mobile-menu {
		right: 0;
	}

	.custom-main-menu-for-mobile.active-mobile-menu > ul {
		opacity: 1;
	}

	.custom-main-menu-for-mobile > ul {
		padding: 0;
		text-align: left;


	}

	.custom-main-menu-for-mobile > ul > li {
		display: block;
		margin: 0;
	}

	.custom-main-menu-for-mobile > ul > li:last-child {
		margin-left: 0;
		text-align: center;
	}

	.custom-main-menu-for-mobile > ul > li > a {
		padding: 15px 10px 15px 20px;
		display: block;
		color: #000;
		text-transform: uppercase;
		text-decoration: none;
		letter-spacing: 2px;
		font-size: 12px;
		font-weight: 700;
		position: relative;
	}

	.custom-main-menu-for-mobile > ul > li:not(:last-child) > a:after {
		display: none;
	}

	.custom-common-section.custom-vision-mission-section .custom-vision-mission-inside-common-wrapper {
		float: none;
		width: 100%;
	}

	.custom-common-section.custom-vision-mission-section .custom-vision-mission-inside-common-wrapper h3:after {
		bottom: -25px;
	}

	.custom-common-section.custom-vision-mission-section .custom-vision-mission-inside-common-wrapper h3 {
		font-size: 25px;
		margin-bottom: 20px;
	}

	.custom-common-section.custom-vision-mission-section .custom-vision-mission-inside-common-wrapper span {
		margin-bottom: 20px;
	}

	.custom-common-section.custom-vision-mission-section .custom-vision-mission-inside-common-wrapper p {
		margin-top: 25px;
	}

	.custom-common-section.custom-vision-mission-section .custom-vision-mission-inside-common-wrapper {
		padding: 25px;
	}

	.custom-common-section.custom-our-work-section {
		padding-top: 50px;
	}

	.custom-tabber-section > ul li {
		margin-right: 20px;
	}

	.custom-tabber-section > ul {
		padding: 0 0 10px;
	}

	.custom-tabber-section > ul li a {
		font-size: 15px;
	}


	.custom-common-section h2,
	.custom-our-services-section h2 {
		font-size: 25px;
	}

	.custom-tabber-section a.custom-btn-wrapper {
		margin-top: 20px;
	}

	a.custom-btn-wrapper {
		min-width: 100px;
		min-height: 25px;
		line-height: 25px;
		font-size: 13px;
	}

	.custom-common-section.custom-team-section {
		padding-top: 50px;
	}

	/*.custom-four-column-commen-wrapper {
		float: left;
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
	}*/
	.custom-four-column-commen-wrapper:nth-child(2n) {
		margin-right: 0;
	}

	.custom-four-column-commen-wrapper:hover .custom-team-detail-wrapper {
		transform: none;
	}

	footer.custom-footer-wrapper .page-center {
		padding-top: 50px;
		padding-bottom: 50px;
		margin-top: 0;
	}


	.custom-institution-content-inside span {
		letter-spacing: 6px;
	}

	.custom-institution-content-inside h4 {
		font-size: 17px;
	}

	.custom-tabber-content-wrapper > ul li:nth-child(2n),
	.custom-tabber-content-wrapper > ul li:last-child {
		margin-right: 0 !important;
	}

	.custom-tabber-content-wrapper > ul li {
		width: 48.7%;
		margin-bottom: 1%;
		margin-left: 0;
	}

	.custom-tabber-content-wrapper > ul li:nth-child(3n) {
		margin-right: 1%;
	}

	.custom-team-detail-wrapper p {
		max-width: 95%;
		margin: 0;
	}
	.custom-team-detail-wrapper h5 {
		margin: 0;
	}

	.custom-slider-caption h1 {
		font-size: 16px;
		margin-top: 15px;
	}

	.custom-slider-caption h4 {
		font-size: 11px;
	}

	.custom-common-section.custom-about-us-section {
		padding: 50px 0;
	}

	.custom-slider-caption {
		max-width: 350px;
		margin: 0 auto;
	}

	.custom-slider-caption img {
		max-width: 10px;
	}

	.custom-main-slider .owl-dots {
		bottom: -14px;
	}


	.custom-news-letter-subscirbe-wrapper form input[type="email"] {
		margin-right: 0;

		width: 100%;
	}

	.custom-news-letter-subscirbe-wrapper form input[type="submit"] {
		margin-top: 10px;
	}

	.custom-footer-address ul {
		padding: 20px 0;
	}

	.custom-footer-address ul li {
		display: block;
		padding: 5px 0;
	}

	.custom-footer-address ul li:before {
		left: 0 !important;
	}

	.custom-news-letter-subscirbe-wrapper {
		padding-top: 20px;
	}

	.custom-arrow {
		top: -10px;
	}

	@keyframes arrow {
		0% {
			top: -10px;
		}

		100% {
			top: 7px;
		}
	}

	.custom-common-section.custom-about-us-main-wrapper {
		padding-top: 50px;
		padding-bottom: 50px;
		padding-right: 15px;
		padding-left: 15px;
	}

	.custom-two-column-wrapper-inside,
	.custom-two-column-wrapper-main,
	.custom-our-products-two-column-inside-common-wrapper {
		display: block;
		width: 100%;
		text-align: center;
	}

	.custom-two-column-wrapper.custom-two-column-wrapper-top .custom-two-column-wrapper-inside.custom-two-column-wrapper-inside-right {
		padding: 20px 0;
	}

	.custom-two-column-wrapper.custom-two-column-wrapper-top .custom-two-column-wrapper-inside.custom-two-column-wrapper-inside-right p,
	.custom-two-column-wrapper.custom-two-column-wrapper-bottom .custom-two-column-wrapper-inside.custom-two-column-wrapper-inside-left ul {
		position: static;
		transform: translateY(0%);
		top: 50%;
		width: 90%;
	}

	.custom-two-column-wrapper.custom-two-column-wrapper-bottom .custom-two-column-wrapper-inside.custom-two-column-wrapper-inside-left {
		padding: 25px 0;
	}

	.custom-two-column-wrapper.custom-two-column-wrapper-bottom .custom-two-column-wrapper-inside.custom-two-column-wrapper-inside-left ul li {
		list-style-position: inside;
	}

	.custom-common-section {
		padding: 50px 0 !important;
		border-bottom: 1px solid #ddd;
	}

	.custom-tabber-section > ul li,
	.custom-our-products-tab-section > ul > li {
		margin-right: 0;
	}

	.custom-tabber-section > ul li a,
	.custom-our-products-tab-section > ul > li > a {
		font-size: 14px;
	}

	.custom-our-products-three-column-inside-continer:nth-child(2n) {
		margin-right: 0;
	}

	.custom-our-products-three-column-inside-continer {
		width: 48.9%;
	}

	.custom-our-products-three-column-inside-content h5 {
		font-size: 12px;
	}

	.custom-our-products-three-column-inside-content img.custom-img {
		width: 15px;
	}

	.custom-our-services-inside-wapper ul li:nth-child(4n) {
		clear: inherit;
	}

	.custom-our-services-inside-wapper ul li {
		width: 50%;
	}

	.custom-our-services-inside-wapper ul li a {
		font-size: 11px;
	}

	.custom-form-btn-section {
		padding-top: 0;
	}

	.custom-our-products-two-column-wrapper {
		flex-direction: column;
	}

	.custom-our-products-two-column-common-content-wrapper {
		padding: 10px;
	}

	div#retail > div:first-child,
	div#healthcare div:first-child {
		order: 2;
	}

	.custom-our-products-two-column-common-content-wrapper {
		padding: 20px 10px;
		min-height: auto;
	}

	.custom-institution-top-banner .custom-slider-caption h1 {
		font-size: 11px;
	}

	.custom-main-menu,
	.custom-main-menu.custom-main-menu-for-mobile {
		display: none;
	}

	.custom-main-menu-for-mobile > ul > li.seraphic-last-child a {
		display: inline-block !important;
		padding: 15px !important;
		font-size: 14px;
		background: #ecb175;
	}

	.custom-popup-wrapper .page-center > div {
		width: 100%;
	}

	.custom-popup-wrapper > div {
		flex-direction: column;
		width: 100% !important;
	}

	.custom-popup-left:after,
	.custom-quotation-request,
	.custom-social-request {
		display: none;
	}

	.custom-popup-left h3 {
		text-align: center;
		padding-left: 0;
	}

	.custom-popup-left p {
		text-align: center;
		padding-left: 0;
	}

	.custom-popup-left p i {
		margin-right: 0;
		position: static;
	}

	.custom-popup-right ul a {
		text-align: center;
		padding: 10px;
		min-height: 20px;
		line-height: 20px;
	}

	.custom-main-menu-for-mobile > ul > li {
		position: relative;
	}
	.custom-main-menu-for-mobile > ul > li:nth-last-child(2) {
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
	}
	
	.custom-main-menu-for-mobile > ul > li:nth-last-child(2) a.custom-quotation-request-mobile {
		border: 1px solid #ecb175;
		text-align: center;
		padding: 15px 5px!important;
		background: #ecb175;
	}
	
	.custom-main-menu-for-mobile > ul > li > span {
		display: inline-block;
		position: absolute;
		padding: 3px 10px;
		top: 0;
		right: 0;
		font-size: 26px;
	}

	ul.custom-main-sub-ul-mobile {
		display: none;
		position: static;
		transform: none !important;
		min-width: unset;
		visibility: visible !important;
		opacity: 1 !important;
		text-align: left;
		border-top: none;
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	
	ul.custom-main-sub-ul-mobile li a {
			padding: 10px 10px 10px 30px;
			border: none;
			display: block;
			text-decoration: none;
	}


	.custom-our-products-three-column-inside-continer:nth-child(3n) {
		margin-right: 10px
	}

	.custom-our-products-three-column-inside-continer {
		margin-left: 0;
		margin: 0 10px 13px 0;
		vertical-align: top;
		width: 47.6%;
	}

	.custom-our-products-three-column-inside-continer:nth-child(2n) {
		margin-right: 0;
	}

	li.parent-btn-hide > a {
		display: none;
	}


	#our-mission {
		display: flex;
		flex-direction: column;
	}

	.custom-two-column-wrapper-inside.custom-two-column-wrapper-inside-left {
		order: 2;
	}
	.custom-main-slider .owl-dots button.owl-dot {
        background: #000;
    }
	
	.custom-common-section.custom-map-wrapper {
		padding-bottom: 40% !important;
	}
	
	.custom-four-column-wrapper .owl-nav button {
		position: absolute;
		top: 50%;
		margin-top: -20px;
	}

	 .custom-four-column-wrapper button.owl-prev {
		left: 0;
	}

	.custom-four-column-wrapper button.owl-next {
		right: 0;
	}
	.custom-four-column-wrapper .owl-nav button span {
		font-size: 40px;
	}
	.custom-four-column-wrapper .owl-dots {
		display: none;
	}
	.custom-common-section.custom-about-us-main-wrapper.the-company, .custom-common-section.custom-about-us-main-wrapper.the-brand,
	.custom-common-section.custom-about-us-main-wrapper {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.custom-our-products-two-column-wrapper:nth-child(odd) > div:last-child {
		background: #f5cca5;
	}
	.custom-four-column-commen-wrapper .custom-team-detail-wrapper, .custom-four-column-commen-wrapper .custom-team-detail-wrapper {
		min-height: 300px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.custom-retial-top-section .custom-common-section {
		border-color: #fff;
	}
}

@media (max-height:245px) {
	.custom-popup-form-wrapper {
		overflow-y: scroll;
	}
}

/*====share button css====*/

.st-custom-button[data-network] {
	background-color: #0adeff;
	display: inline-block;
	padding: 5px 10px;
	cursor: pointer;
	font-weight: bold;
	color: #fff;

	&:hover,
	&:focus {
		text-decoration: underline;
		background-color: #00c7ff;
	}
