body,
.wizard,
.contact-address-area,
.contact-info-area{
    /*background-color: #939292 !important;*/
    /*background-color: #b3b3b3 !important;*/
    background-color: #d6d6d6 !important;
}

.bg-white,
#canvasWrapper1,
#canvasWrapper2,
.product-qty-section,
.panel-body,
div.product-chooser div.product-chooser-item,
section.main-section.testiminoal-section
{
    background-color: #ffffff !important;
}

.product-qty-section{
    border-radius: 1rem;
    padding: 1rem;
    margin-bottom: 2rem;
}


#banner1 {
	background: url('img/2.jpg');
}

#banner2 { 
	background: url('img/5.jpg');
}

#banner3 {
	background: url('img/4.jpg');
}

.service-list {
	padding: 0 0 0 0;
	font-size: 14px;
	margin-bottom: 15px;
}

@media (max-width:425px) {
	.offset-sm-2 {
		margin-bottom: 30px !important;
	}

	.interior-grid p {
		padding: 0px 13px !important;
		font-size: 14px !important;
		text-align: left !important;
	}

	.interior-grid h2 {
		font-size: 17px ! important;
	}

	.int-img {
		/* max-width:200px;
         height:130px; */
	}

	a.forgate-mobile {
		font-size: small !important;
		margin-left: 140px !important;
	}

	.pro-card {
		width: 50% !important;
	}
}

.service-list-col2 p {
	font-size: 15px;
}

.service-list-col1 {
	float: left;
	width: 60px;
}

.service-list-col1 i {
	font-style: normal;
	font-size: 38px;
	display: block;
	color: #222;
	font-family: 'FontAwesome';
	line-height: 38px;
	margin-top: 25px;
}

.service-list-col2 {
	overflow: hidden;
}

.main-section.alabaster {
	background: #fafafa;
}

body {
	overflow-x: hidden;
	min-height: 400px;
	font-family: Roboto, Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

p {
	font-size: 20px;
}

p.small {
	font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
	outline: 0;
	color: #18bc9c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-transform: uppercase;
	font-family: Roboto, Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
}

hr.star-light,
hr.star-grey,
hr.star-primary {
	margin: 25px auto 30px;
	padding: 0;
	max-width: 250px;
	border: 0;
	border-top: solid 5px;
	text-align: center;
}

hr.star-light:after,
hr.star-grey:after,
hr.star-primary:after {
	content: "\f005";
	display: inline-block;
	position: relative;
	top: -.8em;
	padding: 0 .25em;
	font-family: FontAwesome;
	font-size: 2em;
}

hr.star-light {
	border-color: #000;
}

hr.star-light:after {
	color: #fff;
	background-color: #FC2C2C none repeat scroll 0% 0%;
}

hr.star-primary {
	border-color: #2c3e50;
}

hr.star-primary:after {
	color: #2c3e50;
	background-color: #FFF;
}

hr.star-grey {
	border-color: #2c3e50;
}

hr.star-grey:after {
	color: #2c3e50;
	background-color: #f0f0f0;
}

.img-centered {
	margin: 0 auto;
}

.sectionHeading {
	text-align: center;
}

header {
	text-align: center;
	color: #fff;
	background: url("../img/header.jpg");
	transition: background 1.5s ease;
	height: 100%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

header .container {
	padding-top: 125px;
	padding-bottom: 5px;
}

header img {
	display: block;
	margin: 0 auto 20px;
	float: left;
}

header .intro-text .name {
	display: block;
	text-transform: uppercase;
	font-family: Roboto, Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 2em;
	font-weight: 700;
}

header .intro-text .skills {
	font-size: 1.25em;
	font-weight: 300;
}

@media(min-width:768px) {
	header .container {
		padding-top: 125px;
		padding-bottom: 5px;
	}

	header .intro-text .name {
		font-size: 4.75em;
	}

	header .intro-text .skills {
		font-size: 1.75em;
	}
}

@media(min-width:768px) {
	.navbar-fixed-top {
		padding: 5px 0;
		-webkit-transition: padding .3s;
		-moz-transition: padding .3s;
		transition: padding .3s;
	}

	.navbar-fixed-top .navbar-brand {
		font-size: 2em;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		transition: all .3s;
	}

	.navbar-fixed-top.navbar-shrink {
		padding: 10px 0;
	}

	.navbar-fixed-top.navbar-shrink .navbar-brand {
		font-size: 1.5em;
	}
}

.navbar {
	font-family: Roboto, Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
}

.navbar a:focus {
	outline: 0;
}

.navbar .navbar-nav {
	letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
	outline: 0;
}

.navbar-default,
.navbar-inverse {}

section {
	padding: 40px 0px 40px 0px;
}

#contact {}

#about {
	padding: 150px 0px;
}

#about img {
	padding-top: 25px;
}

section h2 {
	margin: 0;
	font-size: 3em;
}

section.success {}

section.success a,
section.success a:hover,
section.success a:focus,
section.success a:active,
section.success a.active {
	outline: 0;
	color: #2c3e50;
}

@media(max-width:767px) {
	section.custom_section .sign-in-container h1 {
		margin-top: -11rem;
	}

	input#inputUserotp,
	input#inputUsernameEmail {
		margin-top: 6rem;
	}

	body.sticky-body section.custom_section {
		margin-top: 14rem;
	}

	section {
		padding: 20px 0px 0px 0px;
	}
}

#portfolio {
	padding-top: 110px;
}

#portfolio .portfolio-item {
	right: 0;
	margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
	display: block;
	position: relative;
	margin: 0 auto;
	max-width: 400px;
	border: 2px #000 solid;
}

#portfolio .portfolio-item .portfolio-link .caption {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(197, 204, 245, 0.9);
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .caption:hover {
	opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 20px;
	margin-top: -12px;
	text-align: center;
	font-size: 20px;
	color: #fff;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
	margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
	margin: 0;
}

#portfolio * {
	z-index: 2;
}

#abc {
	background-color: #006699;
}

@media(min-width:767px) {
	#portfolio .portfolio-item {
		margin: 0 0 30px;
	}
}

.btn-outline {
	margin-top: 15px;
	border: solid 2px #fff;
	font-size: 20px;
	color: #fff;
	background: 0 0;
	transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
	border: solid 2px #fff;
	color: #18bc9c;
	background: #fff;
}

.floating-label-form-group {
	position: relative;
	margin-bottom: 0;
	padding-bottom: .5em;
	border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
	z-index: 1;
	position: relative;
	padding-right: 0;
	padding-left: 0;
	border: 0;
	border-radius: 0;
	font-size: 1.5em;
	background: 0 0;
	box-shadow: none !important;
	resize: none;
}

.floating-label-form-group label {
	display: block;
	z-index: 0;
	position: relative;
	top: 2em;
	margin: 0;
	font-size: .85em;
	line-height: 1.764705882em;
	vertical-align: middle;
	vertical-align: baseline;
	opacity: 0;
	-webkit-transition: top .3s ease, opacity .3s ease;
	-moz-transition: top .3s ease, opacity .3s ease;
	-ms-transition: top .3s ease, opacity .3s ease;
	transition: top .3s ease, opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
	padding-left: 14px;
	border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
	top: 0;
	opacity: 1;
}

.floating-label-form-group-with-focus label {
	color: #18bc9c;
}

form .row:first-child .floating-label-form-group {
	border-top: 1px solid #eee;
}

.login {
	padding: 150px 0px 85px 0px;
}

footer {
	color: #fff;
}

footer h3 {
	margin-bottom: 30px;
}

footer .footer-above {
	padding-top: 50px;
	background-color: #bababa;
}

footer .footer-col {
	margin-bottom: 50px;
}

footer .footer-below {
	background-color: #414141;
}

.btn-social {
	display: inline-block;
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	border-radius: 100%;
	text-align: center;
	font-size: 20px;
	line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
	outline: 0;
}

.scroll-top {
	z-index: 1049;
	position: fixed;
	right: 50px;
	bottom: 6%;
	width: 60px;
	height: 60px;
}

.scroll-top .btn {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	font-size: 20px;
	line-height: 28px;
}

.scroll-top .btn:focus {
	outline: 0;
}

.portfolio-modal .modal-content {
	min-height: 100%;
	border: 0;
	border-radius: 0;
	text-align: center;
	background-clip: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.portfolio-modal .modal-content h2 {
	margin: 0;
	font-size: 3em;
}

.portfolio-modal .modal-content img {}

.portfolio-modal .modal-content .item-details {
	margin: 30px 0;
}

.portfolio-modal .close-modal {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 75px;
	height: 75px;
	background-color: transparent;
	cursor: pointer;
}

.portfolio-modal .close-modal:hover {
	opacity: .3;
}

.portfolio-modal .close-modal .lr {
	z-index: 1051;
	width: 1px;
	height: 75px;
	margin-left: 35px;
	background-color: #2c3e50;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
	z-index: 1052;
	width: 1px;
	height: 75px;
	background-color: #2c3e50;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
	display: none;
	opacity: 0;
}


/**********************************/


/********** Top Bar CSS ***********/


/**********************************/

.top-bar {
	position: relative;
	height: 55px;
	display: flex;
	align-items: center;
	background: #f7c477;
}

.top-bar .logo {
	/*

    text-align: left;

    overflow: hidden;

*/
	position: absolute;
	top: -5px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	width: 100px;
	height: 100px;
	z-index: 9
}

.top-bar .logo h1 {
	margin: -4px 0 0 0;
	color: #f7c477;
	font-size: 50px;
	line-height: 50px;
	font-weight: 800;
	letter-spacing: 1px;
	font-style: italic;
}

.top-bar .logo h1 span {
	color: #202C45;
}

.top-bar .logo img {
	width: 100%;
	/*

    max-width: 110px;

    position: absolute;

    z-index: 1;

    top: -40px;

    left: 0;

*/
}

.top-bar .top-bar-item {
	/*    display: flex;*/
	align-items: center;
	/*    justify-content: flex-end;*/
}

.top-bar .top-bar-icon {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #202C45;
	border-radius: 40px;
}

.top-bar .top-bar-icon i {
	margin: 0;
	color: #ffffff;
	font-size: 16px;
}

.top-bar .top-bar-text {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 16px;
	margin-top: 0;
	font-weight: 700;
}

.top-bar-text a,
.top-bar-text a:hover {
	color: #202c46;
	text-decoration: none;
}

.top-bar .top-bar-text h3 {
	/*

    margin: 0 0 5px 0;

    font-size: 18px;

    font-weight: 700;

*/
}

.top-bar .top-bar-text p {
	margin: 0;
	font-size: 14px;
	font-weight: 400;
}

@media (max-width: 991.98px) {
	.top-bar .logo {
		text-align: center;
	}
}


/**********************************/


/*********** Nav Bar CSS **********/


/**********************************/

.nav-bar {
	position: relative;
	background: #202C45;
}

.nav-bar.nav-sticky {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
	z-index: 999;
}

.nav-bar .navbar {
	padding: 0;
	background: #202C45 !important;
	transition: .3s;
}

.nav-bar.nav-sticky .navbar {
	padding: 5px 0;
}

.navbar-expand-md .navbar-nav .nav-link,
.navbar-nav .nav-link,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
	color: #ffffff;
	padding: 15px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
	color: #f7c477;
}

.nav-bar .dropdown-menu {
	margin-top: 0;
	border: 0;
	border-radius: 0;
	background: #f8f9fa;
}

.nav-bar .btn.btn-custom {
	color: #202C45;
	background: #ffffff;
	box-shadow: inset 0 0 0 0 #f7c477;
}

.nav-bar .btn:hover {
	color: #ffffff;
	background: #f7c477;
	box-shadow: inset 200px 0 0 0 #f7c477;
}

@media (min-width: 992px) {
	.nav-bar .navbar-brand {
		display: none;
	}
}

@media (max-width: 991.98px) {

	.navbar-nav .nav-link,
	.navbar-nav .nav-link:focus,
	.navbar-nav .nav-link:hover,
	.navbar-nav .nav-link.active {
		/*padding: 5px 0;*/
	}

	.nav-bar .dropdown-menu {
		box-shadow: none;
	}

	.nav-bar .btn {
		display: none;
	}
}

.headerT {
	width: 100%;
	background: #202c46
}

@media screen and (min-width: 1025px) {

	.logo.mob,
	.logo.mob img {
		display: none;
	}
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	display: block;
	transform: scale(0);
	transition: ease-out 0.3s;
}

.dropdown:hover .dropdown-menu {
	transform: scale(1);
	padding: 0;
}

.dropdown-menu1 {
	border: none;
	display: block;
	transform: scale(1) !important;
	height: 0px;
	overflow: hidden;
	padding: 0px;
	top: 180px;
	transition: all .3s;
}

.dropdown:hover .dropdown-menu1 {
	display: block;
	top: 100%;
	height: inherit;
}

.dropdown-toggle::after {
	display: none !important
}

.dropdown-menu .nav-link {
	padding: 5px 10px !important;
}

.dropdown-menu .nav-link:hover {
	background-color: #202c46;
	color: #fff !important;
}

.dropdown-menu .nav-link {
	color: #202c46 !important;
}

.interior-grid img {
	display: block;
	width: 100%;
	max-width: 150px;
	height: auto;
	margin: auto;
}

.interior-grid h2 {
	color: #1a242f;
	font-size: 20px;
	text-align: center;
	font-weight: 700
}

.interior-grid p {
	padding: 10px 50px;
}

.interior-grid p {
	color: #1a242f;
	text-align: center;
	font-size: 16px;
}

.sec-col-bg-y {
	/*    background: #fedf61;*/
}

.p-0 {
	padding: 0 !important;
}

.m-0 {
	margin: 0 !important;
}

@media screen and (max-width: 991px) {
	.top-bar {
		display: none;
	}

	.logo.desk {
		display: none;
	}

	#myFooter .info {
		color: #afb0b1;
		margin-top: 0;
		margin-bottom: 0;
		font-size: 16px;
	}

	.page_links p {
		margin-bottom: 0
	}
}

.custom-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(247,196,119, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.int-img {
	width: 100%;
	margin: auto;
	display: block;
	text-align: center;
	/*	border: 1px solid #000;*/
	/*	padding: 20px;*/
}


/* .int-img img{
width:50%
} */

button.ghost.mobBtn {
	display: none
}

.sign-up-container form,
.sign-in-container form {
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 50px;
	height: 100%;
	text-align: center;
}

.containers {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
	position: relative;
	overflow: hidden;
	width: 768px;
	max-width: 100%;
	min-height: 480px;
}

.form-container {
	position: absolute;
	top: 0;
	height: 100%;
	transition: all 0.6s ease-in-out;
}

.sign-in-container {
	left: 0;
	width: 50%;
	z-index: 2;
}

.containers.right-panel-active .sign-in-container {
	transform: translateX(100%);
}

.sign-up-container {
	left: 0;
	width: 50%;
	opacity: 0;
	z-index: 1;
}

.containers.right-panel-active .sign-up-container {
	transform: translateX(100%);
	opacity: 1;
	z-index: 5;
	animation: show 0.6s;
}

@keyframes show {

	0%,
	49.99% {
		opacity: 0;
		z-index: 1;
	}

	50%,
	100% {
		opacity: 1;
		z-index: 5;
	}
}

.overlay-container {
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	height: 100%;
	overflow: hidden;
	transition: transform 0.6s ease-in-out;
	z-index: 100;
}

.containers.right-panel-active .overlay-container {
	transform: translateX(-100%);
}

.overlay {
	background: #233140;
	background: -webkit-linear-gradient(to right, #609792, #233140);
	background: linear-gradient(to right, #609792, #233140);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 0;
	color: #FFFFFF;
	position: relative;
	left: -100%;
	height: 100%;
	width: 200%;
	transform: translateX(0);
	transition: transform 0.6s ease-in-out;
}

.containers.right-panel-active .overlay {
	transform: translateX(50%);
}

.overlay-panel {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 40px;
	text-align: center;
	top: 0;
	height: 100%;
	width: 50%;
	transform: translateX(0);
	transition: transform 0.6s ease-in-out;
}

.overlay-left {
	transform: translateX(-20%);
}

.containers.right-panel-active .overlay-left {
	transform: translateX(0);
}

.overlay-right {
	right: 0;
	transform: translateX(0);
}

.containers.right-panel-active .overlay-right {
	transform: translateX(20%);
}

.social-container {
	margin: 20px 0;
}

.social-container a {
	border: 1px solid #DDDDDD;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0 5px;
	height: 40px;
	width: 40px;
}


/*****************************/

.sec-title-style1 {
	position: relative;
	display: block;
	margin-top: -9px;
	padding-bottom: 50px;
}

.sec-title-style1.max-width {
	position: relative;
	display: block;
	max-width: 770px;
	margin: -9px auto 0;
	padding-bottom: 52px;
}

.sec-title-style1.pabottom50 {
	padding-bottom: 42px;
}

.sec-title-style1 .title {
	position: relative;
	display: block;
	color: #131313;
	font-size: 36px;
	line-height: 46px;
	font-weight: 700;
	text-transform: uppercase;
}

.sec-title-style1 .title.clr-white {
	color: #ffffff;
}

.sec-title-style1 .decor {
	position: relative;
	display: block;
	width: 70px;
	height: 5px;
	margin: 19px 0 0;
}

.sec-title-style1 .decor:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 5px;
	height: 5px;
	background: #f7c477;
	border-radius: 50%;
	content: "";
}

.sec-title-style1 .decor:after {
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	width: 5px;
	height: 5px;
	background: #f7c477;
	border-radius: 50%;
	content: "";
}

.sec-title-style1 .decor span {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 1px;
	background: #f7c477;
	margin: 2px 0;
}

.sec-title-style1 .text {
	position: relative;
	display: block;
	margin: 7px 0 0;
}

.sec-title-style1 .text p {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	color: #131313;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
}

.sec-title-style1 .text.clr-yellow p {
	color: #f7c477;
}

.sec-title-style1 .text .decor-left {
	position: relative;
	top: -2px;
	display: inline-block;
	width: 70px;
	height: 5px;
	background: transparent;
}

.sec-title-style1 .text .decor-left span {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 1px;
	background: #f7c477;
	content: "";
	margin: 2px 0;
}

.sec-title-style1 .text .decor-left:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 5px;
	height: 5px;
	background: #f7c477;
	border-radius: 50%;
	content: "";
}

.sec-title-style1 .text .decor-left:after {
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	width: 5px;
	height: 5px;
	background: #f7c477;
	border-radius: 50%;
	content: "";
}

.sec-title-style1 .text .decor-right {
	position: relative;
	top: -2px;
	display: inline-block;
	width: 70px;
	height: 5px;
	background: transparent;
}

.sec-title-style1 .text .decor-right span {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50px;
	height: 1px;
	background: #f7c477;
	content: "";
	margin: 2px 0;
}

.sec-title-style1 .text .decor-right:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 5px;
	height: 5px;
	background: #f7c477;
	border-radius: 50%;
	content: "";
}

.sec-title-style1 .text .decor-right:after {
	position: absolute;
	top: 0;
	left: 10px;
	bottom: 0;
	width: 5px;
	height: 5px;
	background: #f7c477;
	border-radius: 50%;
	content: "";
}

.sec-title-style1 .bottom-text {
	position: relative;
	display: block;
	padding-top: 16px;
}

.sec-title-style1 .bottom-text p {
	color: #848484;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	margin: 0;
}

.sec-title-style1 .bottom-text.clr-gray p {
	color: #cdcdcd;
}

.contact-address-area {
	position: relative;
	display: block;
	background: #ffffff;
	padding: 25px;
}

.contact-address-area .sec-title-style1.max-width {
	padding-bottom: 15px
}

.contact-address-box {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}

.single-contact-address-box {
	position: relative;
	display: block;
	background: #131313;
	padding: 85px 30px 77px;
}

.single-contact-address-box .icon-holder {
	position: relative;
	display: block;
	padding-bottom: 24px;
}

.single-contact-address-box .icon-holder span:before {
	font-size: 75px;
}

.single-contact-address-box h3 {
	color: #ffffff;
	margin: 0px 0 9px;
}

.single-contact-address-box h2 {
	color: #f7c477;
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 19px;
}

.single-contact-address-box a {
	color: #ffffff;
}

.single-contact-address-box.main-branch {
	background: #f7c477;
	padding: 5px 5px 3px 5px;
	/*

    margin-top: -20px;

    margin-bottom: -20px;

*/
}

.single-contact-address-box.main-branch h3 {
	color: #131313;
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 38px;
	text-transform: uppercase;
	text-align: center;
}

.single-contact-address-box.main-branch .inner {
	position: relative;
	display: block;
}

.single-contact-address-box.main-branch .inner ul {
	position: relative;
	display: block;
	overflow: hidden;
}

.single-contact-address-box.main-branch .inner ul li {
	position: relative;
	display: block;
	padding-left: 110px;
	border-bottom: 1px solid #737373;
	padding-bottom: 23px;
	margin-bottom: 24px;
}

.single-contact-address-box.main-branch .inner ul li:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.single-contact-address-box.main-branch .inner ul li .title {
	position: absolute;
	top: 2px;
	left: 0;
	display: inline-block;
}

.single-contact-address-box.main-branch .inner ul li .title h4 {
	color: #131313;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	text-transform: capitalize;
	border-bottom: 2px solid #a5821e;
}

.single-contact-address-box.main-branch .inner ul li .text {
	position: relative;
	display: block;
}

.single-contact-address-box.main-branch .inner ul li .text p {
	color: #131313;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	margin: 0;
}

.contact-info-area {
	position: relative;
	display: block;
	background: #ffffff;
}

.contact-form {
	position: relative;
	display: block;
	background: #ffffff;
	padding: 100px 60px 80px;
	-webkit-box-shadow: 0px 3px 8px 2px #ededed;
	box-shadow: 0px 3px 8px 2px #ededed;
	z-index: 3;
	margin-bottom: 50px
}

.contact-form .sec-title-style1 {
	position: relative;
	display: block;
	padding-bottom: 51px;
	width: 50%;
}

.contact-form .text-box {
	position: relative;
	display: block;
	margin-top: 19px;
	width: 50%;
}

.contact-form .text p {
	color: #848484;
	line-height: 26px;
	margin: 0;
}

.contact-form .inner-box {
	position: relative;
	display: block;
	background: #ffffff;
}

.contact-form form {
	position: relative;
	display: block;
}

.contact-form form .input-box {
	position: relative;
	display: block;
}

.contact-form form input[type="text"],
.contact-form form input[type="tel"],
.contact-form form input[type="email"],
.contact-form form textarea {
	position: relative;
	display: block;
	background: #ffffff;
	border: 1px solid #eeeeee;
	width: 100%;
	height: 55px;
	font-size: 16px;
	padding-left: 19px;
	padding-right: 15px;
	border-radius: 0px;
	margin-bottom: 20px;
	transition: all 500ms ease;
}

.contact-form form textarea {
	height: 130px;
	padding-left: 19px;
	padding-right: 15px;
	padding-top: 14px;
	padding-bottom: 15px;
}

.contact-form form input[type="text"]:focus {
	color: #222222;
	border-color: #d4d4d4;
}

.contact-form form input[type="email"]:focus {
	color: #222222;
	border-color: #d4d4d4;
}

.contact-form form textarea:focus {
	color: #222222;
	border-color: #d4d4d4;
}

.contact-form form input[type="text"]::-webkit-input-placeholder {
	color: #848484;
}

.contact-form form input[type="text"]:-moz-placeholder {
	color: #848484;
}

.contact-form form input[type="text"]::-moz-placeholder {
	color: #848484;
}

.contact-form form input[type="text"]:-ms-input-placeholder {
	color: #848484;
}

.contact-form form input[type="email"]::-webkit-input-placeholder {
	color: #848484;
}

.contact-form form input[type="email"]:-moz-placeholder {
	color: #848484;
}

.contact-form form input[type="email"]::-moz-placeholder {
	color: #848484;
}

.contact-form form input[type="email"]:-ms-input-placeholder {
	color: #848484;
}

.contact-form form button {
	position: relative;
	display: block;
	width: 100%;
	background: #f7c477;
	border: 1px solid #f7c477;
	color: #131313;
	font-size: 16px;
	line-height: 55px;
	font-weight: 600;
	text-align: center;
	text-transform: capitalize;
	transition: all 200ms linear;
	transition-delay: 0.1s;
	cursor: pointer;
}

.contact-form form button:hover {
	color: #ffffff;
	background: #131313;
}


/****************************/

@media screen and (max-width: 767px) {
	.contact-form .sec-title-style1 {
		position: relative;
		display: block;
		padding-bottom: 0;
		width: 100%;
		text-align: center;
	}

	.contact-form .text-box {
		position: relative;
		display: block;
		margin-top: 0;
		width: 100%;
		padding: 0 10px;
	}

	.sec-title-style1 .text .decor-left {
		width: 60px;
	}

	.sec-title-style1 .text .decor-right {
		width: 60px;
	}

	.form-container h1 {
		font-size: 1.5rem;
	}

	.contact-form {
		padding: 0;
		margin-bottom: 0;
	}

	button.ghost.mobBtn {
		width: 48% !important;
		display: block;
		background: rgb(247, 196, 119) !important;
		color: #233140;
		/* position: relative; */
		bottom: 50px;
		left: 0;
		right: 0;
		margin: auto;
	}

	.orsignup {
		margin-top: 8px !important;
	}

	.containers.right-panel-active .sign-up-container {
		transform: translateX(0%) !important;
	}

	.social-container {
		display: none
	}

	form {
		/*display: block;

        padding: 50px !important;*/
	}

	.sign-in-container,
	.sign-up-container {
		width: 100% !important;
		margin-bottom: 15px;
	}

	.overlay-container {
		display: none;
	}
	
	#tab_logic input, #tab_logic select {
        pointer-events: none;
        opacity: 1;
        background-color: #f1f1f1;
        color: #000;
    }
}


/*Fix jimit doshi*/

.navbar-expand-md .navbar-nav .dropdown-menu {
	/* min-width:120px; */
	right: 0;
	left: auto;
}

.navbar-expand-md .navbar-nav .dropdown-menu .nav-item {
	text-align: center;
}

.hascolorpicker .sp-replacer {
	width: 100%;
}

.hascolorpicker .sp-replacer .sp-preview {
	/* width:155px; */
	width: 90%;
}

.bluebtn {
	border-radius: 20px;
	border: 1px solid #233140;
	background-color: #233140;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 12px 45px;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: transform 80ms ease-in;
}

.select-image-wrapper .product-chooser-item img {
	height: 95px;
}

.loader-wrapper,
.loader-overlay {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 9999;
}

.mainloader {
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #f7c376;
	border-right: 16px solid #68a19d;
	border-bottom: 16px solid #29455d;
	border-left: 16px solid #233140;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	position: relative;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 40%;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

#startRow .pro-card .card {
	box-shadow: 1px 1px 10px #dddddd;
}


/*success custom modal*/

.successmodal .modal-confirm {
	color: #636363;
	width: 400px;
}

.successmodal .modal-confirm .modal-content {
	padding: 20px;
	border-radius: 5px;
	border: none;
}

.successmodal .modal-confirm .modal-header {
	border-bottom: none;
	position: relative;
}

.successmodal .modal-confirm h4 {
	text-align: center;
	font-size: 26px;
	margin: 30px 0 -15px;
	width: 100%;
}

.successmodal .modal-confirm .form-control,
.successmodal .modal-confirm .btn {
	min-height: 40px;
	border-radius: 3px;
}

.successmodal .modal-confirm .close {
	position: absolute;
	top: -5px;
	right: -5px;
}

.successmodal .modal-confirm .modal-footer {
	border: none;
	text-align: center;
	border-radius: 5px;
	font-size: 13px;
}

.successmodal .modal-confirm .icon-box {
	color: #fff;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: -70px;
	width: 95px;
	height: 95px;
	border-radius: 50%;
	z-index: 9;
	background: #82ce34;
	padding: 15px;
	text-align: center;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.successmodal .modal-confirm .icon-box i {
	font-size: 58px;
	position: relative;
	top: 3px;
}

.successmodal .modal-confirm.modal-dialog {
	margin-top: 80px;
}

.successmodal .modal-confirm .btn {
	color: #fff;
	border-radius: 4px;
	background: #82ce34;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	border: none;
}

.successmodal .modal-confirm .btn:hover,
.successmodal .modal-confirm .btn:focus {
	background: #6fb32b;
	outline: none;
}

.successmodal .trigger-btn {
	display: inline-block;
	margin: 100px auto;
}

.profile-name h3 {
	text-transform: unset;
	font-size: 14px;
	font-weight: bold;
}

.profile-email h4,
.profile-name span {
	text-transform: unset;
	font-size: 12px;
}

.profile-wrapper {
	box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
	padding: 10px;
}

.profile-content label {
	width: 100%;
}

.profile-content input {
	width: 100%;
}

.productname {
	font-size: 24px;
}

.product-info p {
	margin-top: 5px;
	font-size: 12px;
	color: #878787;
	margin-bottom: 5px;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}

.product-price {
	text-align: center;
}

.deliveryinfo-wrapper {
	text-align: center;
}

.deliveryinfo-wrapper p {
	font-size: 14px;
}

.orderhistor-wrapper .col-md-9 {
	margin-bottom: 10px;
	box-shadow: 1px 1px 5px #9d9d9d;
}

.sidebyside {
	/* display: flex; */
	margin-bottom: 15px;
}

.sidebyside h6 {
	margin-right: 10px;
	width: 100%;
	text-align: left;
	margin-bottom: 8px;
	padding-top: 14px;
}

.form-header-section {
	background: #f7c477;
	margin-left: -15px;
	margin-right: -15px;
	padding: 10px;
	text-align: center;
	font-weight: bold;
}

.form-header-section legend {
	margin: 0px;
	padding: 0px;
}

.mobileviewsizechart,
.forget-header {
	display: none;
}

.profilelogin-info p {
	font-size: 14px;
}

.profilelogin-info p span {
	color: #878787;
}

.checkout-wrapper .card-header {
	background: #233140;
}

.checkout-wrapper .card-header button {
	color: #ffffff;
	text-decoration: none;
}

.checkout-info p {
	font-size: 16px;
}

.checkout-wrapper .card-header p {
	color: #ffffff;
	margin-bottom: 0px;
}

.finalprice-wrapper {
	text-align: right;
}

@media(max-width:500px) {
	.navbar-expand-md .navbar-nav .dropdown-menu {
		transform: scale(1);
		background: transparent;
		border: 0;
		padding-left: 5px;
	}

	.menumyprofile-wrapper {
		display: none !important;
	}

	.navbar-expand-md .navbar-nav .dropdown-menu .nav-item {
		text-align: left;
		margin-bottom: 20px;
	}

	.navbar-expand-md .navbar-nav .dropdown-menu .nav-item a {
		color: #ffffff !important;
	}

	/* .headerT{
    position: fixed;
    top: 0;
    z-index: 9999;
    } */
	/* .headerT .navbar-collapse {
        position: fixed;
        top: 100px;
        background: #202c46;
        left: 0;
        right: 0;
        z-index: 99;
        padding: 10px 25px;
    } */
	#trigger .col-xs-6 {
		width: 50%;
	}

	.slick-arrow {
		top: 46%;
	}

	.card-container {
		padding: 2px 5px !important;
	}

	.card-container .btnCust {
		font-size: 11px;
	}

	a.forgate-mobile {
		margin-left: 10px !important;
	}

	.sign-in-container {
		position: relative;
		padding: 40px 0px;
	}

	#headerwrap .containers {
		box-shadow: unset;
	}

	.sign-in-container,
	.overlay-container {
		position: relative !important;
		padding: 40px 0px;
	}

	/* .overlay-container{
    display:block !important;
    left:0px !important;
    height: 325px !important;
    padding: 0px 0px;
    width:100% !important;
    } */
	.select-image-wrapper .product-chooser-item img {
		height: auto;
	}

	span.round-tab {
		font-size: 13px;
	}

	.colorpicker-wrapper .col-sm-6 {
		width: 50%;
	}

	.colorpicker-wrapper .col-md-6 {
		width: 50%;
	}

	.hascolorpicker .sp-replacer .sp-preview {
		width: 90%;
	}

	.textpicker-color .sp-replacer .sp-preview {
		width: 85%;
	}

	.showSweetAlert {
		height: 390px !important;
		margin-top: -130px !important;
	}

	.details-button-wrapper button {
		width: 100%;
	}

	#newTablejersey {
		margin-top: 15px;
	}

	.int-img img {
		width: 100%;
	}

	.successmodal .modal-confirm.modal-dialog {
		margin-top: 50%;
	}

	.orderhistory-wrapper .col-md-2:nth-child(1) {
		width: 35%;
	}

	.orderhistory-wrapper .col-md-2 {
		width: 32%;
		font-weight: bold;
	}

	.orderhistory-wrapper .col-md-4 {
		width: 31%;
	}

	.orderhistory-wrapper .row .col-md-4:nth-child(4) {
		width: 35%;
		margin-left: 64%;
	}

	.orderhistory-wrapper .deliveryinfo-wrapper {
		text-align: right;
		/*margin-top: -60px;*/
	}

	.product-price {
		text-align: right
	}

	.product-info p {
		margin-top: 0px;
		display: block;
	}

	.orderhistor-wrapper .col-md-9 {
		padding: 10px;
		width: 92%;
		margin: 0 auto;
		margin-top: 10px;
	}

	.profile {
		margin-right: -15px !important;
		margin-left: -15px !important;
	}

	.profile .col-md-5,
	.profile .col-md-4 {
		width: 100%;
		margin: 0 auto;
		margin-top: 10px;
	}

	.profile>.col-md-9 {
		width: 92%;
		margin: 0 auto;
		margin-top: 10px;
	}

	.deliveryinfo-wrapper .bluebtn {
		padding: 5px;
		font-size: 9px;
	}

	.profile-wrapper .col-md-4 {
		width: 31%;
	}

	.profile-wrapper .col-md-8 {
		width: 68%;
		padding-top: 15px !important;
	}

	.profile-name h3 {
		font-size: 18px;
	}

	.profile-email h4,
	.profile-name span {
		text-transform: unset;
		font-size: 15px;
	}

	.sidebyside {
		display: unset;
		margin-bottom: 0px;
	}

	.sidebyside h6 {
		margin-right: 10px;
		width: 100%;
		text-align: center;
		margin-bottom: 0px;
		padding-top: 14px;
	}

	.accountsavebtn {
		margin-bottom: 0px !important;
		padding: 10px;
	}

	.webviewsizechart {
		display: none;
	}

	.mobileviewsizechart {
		display: block;
	}

	.sign-in-container:before {
		content: "";
		width: 100%;
		height: 200px;
		background: linear-gradient(to right, #609792, #233140);
		display: block;
		margin-top: -50px;
		margin-bottom: 40px;
		border-radius: 0px 0px 45% 45%;
	}

	.sign-up-container:before {
		content: "";
		width: 100%;
		height: 240px;
		background: linear-gradient(to right, #609792, #233140);
		display: block;
		margin-top: -50px;
		margin-bottom: 40px;
		border-radius: 0px 0px 45% 45%;
	}

	.sign-up-container,
	.sign-in-container {
		height: auto !important;
	}

	.sign-in-container h1 {
		margin-top: -60%;
		margin-bottom: 40%;
		color: #fff;
		font-size: 36px;
	}

	.sign-up-container h1 {
		margin-top: -65%;
		margin-bottom: 20%;
		color: #fff;
		font-size: 36px;
	}

	.sign-in-container input,
	.sign-up-container input {
		border-radius: 20px;
	}

	.bottom-text {
		text-align: center;
		margin-top: 40px;
		margin-bottom: -40px;
	}

	.bottom-text a {
		color: #68a29e !important;
	}

	#container {
		height: 600px
	}

	.forget-header {
		display: block;
	}

	.forgotpassword-wrapper {
		padding: 0 25px !important;
	}

	.forgotpassword-wrapper .containers {
		box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%) !important
	}

	.changeaddbtn {
		margin-top: 20px;
	}

	.checkout-wrapper .card-header p {
		margin-left: 15px;
	}

	.pricedetails-wrapper .col-md-8 {
		/*width: 70%;*/
	}

	.pricedetails-wrapper .col-md-4 {
		/*width: 28%;*/
	}

	.orderhistor-wrapper .col-md-9 {
		box-shadow: unset
	}

	.orderhistor-wrapper {
		background: #ffffff;
	}

	.orderhistor-wrapper .form-header-section {
		margin-left: -11px;
		margin-right: -11px;
		margin-top: -22px;
	}

	.profile .col-md-9:nth-child(4) {
		margin-top: -10px;
	}

	div#canvasWrapper1 {
		margin-top: 30px;
	}

	.hide {
		display: none;
	}
}