.page_body
{
	color: #ed1d24;	
}
.form-control:focus {
	border-color: #ed1d24;
}
.bg_field 
{
	background-color: #f2f2f2;
	color:#7c8c92;
	font-weight:bold;
}




p
{
	
	font-size: 15px;
}
html {
	overflow-x: hidden;
	scroll-behavior: smooth;
}
body {
	background: #fff;
	color: #000 !important;
	font-family: 'Poppins', sans-serif !important;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	/* font-family: 'Poppins', sans-serif !important; */
	font-family: 'Catamaran', sans-serif;
}
span,
p,
a,
li {
	/* font-family: 'Poppins', sans-serif !important; */
	font-family: 'Catamaran', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	padding: 0px;
}
body a {
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
}
::-moz-selection {
	color: #fff;
	background: #e12a63;
}
::selection {
	color: #fff;
	background: #e12a63;
}
.cl {
	clear: both;
}
.top {
	background: #d7d2d2;
	padding: 0 80px;
	border-bottom: 1px solid #e9e6e6;
}
.top-left ul {
	list-style: none;
	margin-left: -40px;
}
.top-left li {
	display: inline-block;
	padding: 15px 40px 0px 0;
	font-size: 1.1em;
	font-weight: 600;
}
.top-left i {
	color: #ed1d24;
}
.top-left a {
	color: #000;
	text-decoration: none;
}
.top-left a:hover {
	color: #e12a63;
}

.social-top ul {
	list-style: none;
	float: right;
	margin-bottom: 0px !important;
}
.social-top li {
	display: inline-block;
	padding: 15px 15px 10px 0;
}
.social-top a {
	color: #000;
	font-size: 1.2em;
}
.social-top a:hover {
	color: #e12a63;
	margin-left: 0px;
}

.enquire {
	text-align: center;
	padding: 15px !important;
	line-height: 1.6;
	font-weight: 500;
	background: #ed1d24;
	border: 1px solid #ed1d24;
	color: #fff !important;
	font-size: 1em;
	border-radius: 0px;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
	float: right;
	margin-left: 2px;
}
.enquire:hover {
	background: #ed1d24;
	border: 1px solid#992434;
	color: #fff;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
}

.top-nav {
	padding: 0 80px;
	height: 85px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: position 10s;
	-ms-transition: position 10s;
	-o-transition: position 10s;
	transition: all 0.5s ease;
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	background: #fff;
	animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}
.fixed .button {
	top: 25px;
}
.mainlogo {
	float: left;
	padding: 10px 0px;
}
.mainlogo img {
	width: 90px;
}
.logo-nav {
	float: left;
	padding: 10px 0px;
	margin-top: 60px;
}
.logo-nav img {
	width: 90px;
}

h3.windowsco-purpase-on-tag {
	/* font-size: 2.9em; */
	/* text-transform: capitalize; */
	color: #ed1d24;
	/*margin-bottom: 30px;
	padding-top: 33px;*/
	/* margin-bottom: 7px; */
	
	/*padding-top: 33px;*/
	
	
}
.wrapper-tabs-big.tab-responsive-sizing-1 {
	padding-top: 50px;
}

nav {
	text-align: center;
	width: 100%;
	position: relative;
	height: auto;
	background: none;
	clear: both;
	float: left;
}
nav ul {
	text-align: center;
}
nav ul li {
	display: inline-block;
}
nav ul li a {
	color: #333;
	display: inline-block;
	padding: 1em 3em;
	text-decoration: none;
	border-bottom: 2px solid #fff;
	transition-property: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	font-size: 16px;
}
nav ul li a:hover {
	color: #e12a63;
}
.button {
	display: inline;
	position: fixed;
	right: 80px;
	top: 75px;
	z-index: 999;
	font-size: 30px;
}
.button a {
	text-decoration: none;
}
.btn-open:after {
	color: #333;
	content: "\f0c9";
	font-family: "FontAwesome";
	transition-property: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
}
.btn-open:hover:after {
	color: #e12a63;
}
.btn-close:after {
	color: #fff;
	content: "\f00d";
	font-family: "FontAwesome";
	transition-property: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
}
.btn-close:hover:after {
	color: #e12a63;
}
.overlay {
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100vh;
	background: #181818d9;
	overflow: auto;
	z-index: 99;
	left: 0;
}
.wrap {
	color: #e9e9e9;
	text-align: center;
	max-width: 90%;
	margin: 0 auto;
}
.wrap ul.wrap-nav {
	border-bottom: 1px solid #575757;
	padding: 150px 0px 0px;
}
.wrap ul.wrap-nav li {
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
	width: 24%;
	position: relative;
}
.wrap ul.wrap-nav li a {
	color: #e12a63;
	display: block;
	padding: 8px 0;
	text-decoration: none;
	transition-property: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
}
.wrap ul.wrap-nav li a:hover {
	color: #e12a63;
}
.wrap ul.wrap-nav ul {
	padding: 5px 0;
}
.wrap ul.wrap-nav ul li {
	display: block;
	font-size: 13px;
	width: 100%;
	color: #e9e9e9;
}
.wrap ul.wrap-nav ul li a {
	color: #fff;
	text-align: left;
}
.wrap ul.wrap-nav ul li a:hover {
	color: #e12a63;
}
.social {
	font-size: 25px;
	padding: 0px 20px 0px;
}
.overlay .logo-nav img {
	display: none;
}
.social-icon {
	border-radius: 50px;
}
.social p {
	margin: 0;
	padding: 20px 0 5px 0;
	line-height: 30px;
	font-size: 13px;
}
.social p a {
	color: #e12a63;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
.social-icon {
	width: 40px;
	height: 40px;
	background: #e9e9e9;
	color: #333;
	display: inline-block;
	margin: 0 5px;
	transition-property: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
}
.social-icon:hover {
	background: #e12a63;
	color: #fff;
}
.social-icon i {
	margin-top: 14px;
	font-size: 1em;
}
.wrap-nav {
	text-align: left;
}
.topnav nav {
	position: fixed;
	z-index: 999;
}
.top-nav small {
	color: #fff;
	font-weight: 600;
	-o-transition: all 0.2s linear 0s;
}
.top-nav a:hover small {
	color: #e12a63;
	-o-transition: all 0.2s linear 0s;
}
.top-nav h3 {
	margin-bottom: 15px;
}

/*.list-product-nav a{display: block;text-decoration: none;}
	.list-product-nav a:hover, .list-product-nav a:focus {color:#e12a63 !important;}
	.list-product-nav > li a.list-product-cat {color: #fff;}
	.list-product-nav > li > a.list-product-cat:hover, .list-product-nav > li > a.list-product-cat:focus {color: #fff;}
	.list-product-subnav {display: none;}
.list-product-subnav li a{color: #fff;}*/
.footer .list-product-subnav li a {
	color: #fff;
	margin-left: 40px;
}
.list.list-unstyled.list-product-nav {
	margin-left: 0px;
}

.call-to-action {
	position: fixed;
	left: 0;
	top: 30%;
}
.call-to-action ul {
	list-style: none;
	margin-left: -40px;
}
.call-to-action li a {
	display: inline-block;
	padding: 5px !important;
	margin-left: 10px;
}
.call-to-action li a img {
	background: #ffffff94;
}

.realty_slide .owl-carousel .owl-nav .owl-prev {
	position: absolute;
	top: 45%;
	background: #fff;
	padding: 10px;
	opacity: 0.7;
	transform: translate(0%, -45%);
}
.realty_slide .owl-carousel .owl-nav .owl-next {
	position: absolute;
	top: 45%;
	background: #fff;
	padding: 10px;
	opacity: 0.7;
	transform: translate(0%, -45%);
	right: 0px;
}

.realty_slide {
	padding-bottom: 50px;
	position: relative;
}
.realty_bg {
	background: url("../images/realty-bg.png");
	background-position: center right;
	background-repeat: repeat-y;
	background-size: 75% auto;
	padding: 60px 0px;
}
.realty_slide img {
	width: 100%;
}
.realty_slide .row {
	align-items: center;
}

ul.feature {
	padding: 15px;
}
ul.feature li {
	padding: 5px 0px;
}

@media screen and (max-width: 48em) {
	.wrap ul.wrap-nav > li {
		width: 100%;
		padding: 20px 0;
		border-bottom: 1px solid #575757;
	}
	.wrap ul.wrap-nav {
		padding: 30px 0px 0px;
	}
	nav ul {
		opacity: 0;
		visibility: hidden;
	}
	.social {
		color: #c1c1c1;
		font-size: 25px;
		padding: 15px 0;
	}
	.social-icon {
		width: 100%;
		height: 50px;
		background: #fff;
		color: #333;
		display: block;
		margin: 5px 0;
	}
}

.header {
	/* padding: 0 80px; */
}
.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 220px;
	left: 10%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 650px;
}
.carousel-caption p {
	bottom: 250px;
	font-size: 1.8em;
	font-weight: 600;
	color: #000;
	text-shadow: none;
	text-align: left;
	text-transform: capitalize;
	font-family: 'Poppins', sans-serif;
	text-shadow: 1px 1px 5px #fff;
}
.carousel-caption h3 {
	font-size: 3.5em;
	color: #fff;
	text-align: left;
	font-weight: bold;
	line-height: 1.1;
	text-shadow: 2px 2px 5px #000;
	text-transform: capitalize;
	font-family: 'Poppins', sans-serif;
}
.carousel-control.right {
	background-image: none;
}
.carousel-control.left {
	background-image: none;
}
.carousel-indicators .active {
	width: 40px;
	background: #fff;
	border: 1px solid#fff;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
}
.carousel-indicators li {
	border: 1px solid#fff;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
}
.carousel-inner .item img {
	/* width: 100%; */
	width: 96%;
    margin-left: 24px;
}

@media only screen and (min-width: 360px) and (max-width: 668px)
{
	.carousel-inner .item img {
	    width: 100%;
		margin-left: 0px;
	}
}

.intro {
	margin-top: 20px;
	/* padding: 0 80px; */
}
.intro h1 {
	font-size: 3em;
	color: #ed1d24;
	font-weight: 500;
	line-height: 1.5;
}
.intro h2 {
	font-size: 1.8em;
	color: #404040;
	font-weight: 500;
	line-height: 1.2;
}
.intro p {
	font-size: 1.2em;
	color: #6c6a6a;
	font-weight: 300;
	margin-top: 25px;
	line-height: 1.5;
	margin-bottom: 25px;
}
.more {
	text-align: center;
	padding: 8px 40px;
	line-height: 1.6;
	font-weight: 400;
	background: #ed1d24;
	border: 1px solid#ed1d24;
	color: #fff;
	font-size: 1.3em;
	border-radius: 50px;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
}
.more:hover {
	background: #ed1d24;
	border: 1px solid#ed1d24;
	color: #fff;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
}
.products .nav > li > a:focus-visible {
	outline: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
	display: none !important;
}
.products img {
	border: 1px solid #e9e6e6;
	border-radius: 3px;
}
.products a {
	text-align: center;
	color: #992434;
	text-decoration: none;
	padding-bottom: 10px;
}

.products .probox img {
	margin-bottom: 10px;
}

.better-world {
	margin-top: 50px;
	padding: 0;
}
.better-world h4 {
	font-size: 3em;
	color: #404040;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 50px;
	padding-left: 35px;
}
a.btn-sets-align {
	color: #fff !important;
	margin-left: 35px;
}
.better-world p {
	font-size: 1.2em;
	color: #6c6a6a;
	font-weight: 300;
	margin-top: 25px;
	line-height: 1.5;
	padding-left: 35px;
}
.better-world img {
	border: 0 !important;
}
.zoom-effect-container {
	float: left;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
.image-card {
	position: relative;
	top: 0;
	/* left: 32px; */
}
.image-card img {
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
}
.zoom-effect-container:hover .image-card img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}

.play {
	position: absolute;
	left: 45%;
	right: 0;
	top: 40%;
	width: 80px;
}
.play img {
	width: 100px;
}

.services {
	margin-top: 50px;
	/* padding: 0 80px; */
}
.services h4 {
	font-size: 3em;
	color: #404040;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
}
.services p {
	font-size: 1em;
	color: #6c6a6a;
	font-weight: 300;
	margin-top: 15px;
	line-height: 1.5;
	text-align: center !important;
}
.service-box {
	background: #faf7f7;
	border: 1px solid #e9e6e6;
	border-radius: 5px;
	padding: 20px 50px;
	height: 370px;
	box-shadow: 0px 0px 25px #ccc;
	text-align: center;
}
.highlight {
	padding: 0px 250px 25px;
	text-align: center;
}
.services strong {
	color: #404040;
	font-family: 'Poppins', sans-serif;
}

.clients {
	background: #e5e5e5;
	margin-top: 80px;
	padding: 80px 0;
}
.clients h5 {
	font-size: 3em;
	color: #404040;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 25px;
}
.slider img {
	border: 1px solid #e9e6e6;
}
.slick-slide {
	margin: 0px 20px;
}
.slick-slide img {
	width: 100%;
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before,
.slick-track:after {
	display: table;
	content: "";
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir="rtl"] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
span.testimonial-text-style-onwindows-step-1 {
	font-weight: 600;
	font-size: 14px;
}
.testimonial {
	margin-top: 50px;
	margin-bottom: 100px;
}
.testimonial h5 {
	font-size: 3em;
	color: #404040;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 25px;
}
.testimonial h4 {
	font-size: 1.8em;
	color: #404040;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
}
.testimonial p {
	font-size: 1.2em;
	color: #6c6a6a;
	font-weight: 300;
	margin-top: 15px;
	line-height: 1.5;
	text-align: center;
}
.testimonial .carousel-indicators li {
	background-color: #992434;
	border: 1px solid #992434;
}
.testimonial .carousel-indicators {
	bottom: -50px;
}
.client-video {
	width: 500px;
	margin: auto;
}
.top-scroll {
	display: none;
	position: fixed;
	bottom: 50px;
	right: 4%;
	z-index: 1000;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 35px;
	font-size: 23px;
	color: #fff;
	text-align: center;
	background: #ed1d24;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	cursor: pointer;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	opacity: 1;
}
.top-scroll:hover {
	opacity: 1;
}

.list.list-unstyled.list-product-nav .pull-right {
	float: right !important;
	right: 90px;
}
.mb-30 {
	margin-top: 130px;
}
/*.footer{background:#181818; padding:80px 0 40px;}*/
.footer {
	padding: 50px 0 15px;
	background-image: url(../images/footer-bg-on-fix.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	background-attachment: fixed;
	background: #d7d2d2;
}
ul.quicks-links-width-onset {
	float: left;
	width: 55%;
}
.footer-logo img {
	width: 100px;
}
.footer h5 {
	font-size: 1.8em;
	color: #ed1d24 !important;
	font-weight: 500;
	
}
.footer ul {
	list-style: none;
	margin-top: 15px;
	margin-left: -40px;
}
.footer li {
	font-size: 1em;
	font-weight: 300;
	padding: 6px 0;
}
.footer a {
	color: #363535;
	text-decoration: none;
	font-weight: 600;
}
.footer a:hover {
	color: #e12a63;
}
.social {
	margin-top: 0px !important;
}
.social ul {
	list-style: none;
	margin-left: -60px !important;
	margin-top: 0px !important;
}
.social li {
	display: inline-block;
	background: #ed1d24;
	border-radius: 5px;
	transition: 0.7s;
	cursor: pointer;
	width: 34px;
	height: 34px;
	line-height: 18px;
	text-align: center;
}
.container-on-tripe-width-middle {
	width: 100% !important;
	padding: 0px 80px !important;
}
.social a {
	color: #fff;
	font-size: 0.7em;
}
.social li a:hover {
	color: #100f0f;
}
.social li:hover {
	border-radius: 0px;
	transition: 0.7s;
}
.social a:hover {
	color: #e12a63;
	margin-left: 0px;
}
.footer-map {
	width: 100%;
	height: 200px;
	margin-top: 15px;
}
.address p {
	font-size: 1em;
	font-weight: 500;
	color: #363535;
}
.copyright {
	margin-top: 25px;
}
.copyright p,
.copyright a {
	text-align: center;
	color: #3c3b3b;
	font-size: 1em;
	font-weight: 600;
}
.copyright a:hover {
	color: #e12a63;
	margin-left: 0px;
}
.address p {
	font-size: 1em;
	font-weight: 600;
	color: #3c3b3b;
}
.news-letter h6 {
	font-size: 1.1em;
	color: #fff;
	font-weight: 500;
	margin-bottom: 15px;
}
.news-letter p {
	font-size: 1em;
	font-weight: 300;
	color: #fff;
}
.subscribe {
	text-align: center;
	padding: 5px 20px;
	line-height: 1.6;
	font-weight: 400;
	background: #e12a63;
	border: 1px solid#e12a63;
	color: #fff;
	font-size: 1em;
	border-radius: 5px;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
}
.subscribe:hover {
	background: #992434;
	border: 1px solid#992434;
	color: #fff;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
}
.clients p {
	text-align: center;
	padding-bottom: 30px;
	font-size: 1.1em;
}
.testimonial p {
	text-align: center;
	padding-bottom: 30px !important;
	font-size: 1.1em;
}
/*Sunny Css*/
/*.call-to-action {display: none;}*/
span.testimonial-text-style-onwindows {
	font-weight: 700;
	color: #e12a64;
	font-size: 18px;
	display: block;
}
.submit {
	width: 30%;
	border-top-right-radius: 50px !important;
	border-bottom-right-radius: 50px !important;
	height: 50px !important;
	background: #e12a64;
	color: #fff;
	font-size: 15px;
}
.rounded-left {
	width: 70%;
	float: left;
	border-top-left-radius: 50px !important;
	border-bottom-left-radius: 50px !important;
	height: 50px !important;
}
.subscribes {
	position: absolute;
	width: 100%;
	bottom: -65px;
}
.search-bar-on-footer-design {
	position: relative;
}
a.services-btn-style-on-footer {
	font-size: 0.9em;
	font-weight: 300;
	padding: 6px 10px;
	width: 70%;
	display: block;
	background: #3c3b3b;
	margin-bottom: 0px;
	margin-top: 10px;
	color: #fff;
	border-radius: 0px;
	text-align: left;
	transition: 0.7s;
	text-align: center;
}
a.services-btn-style-on-footer:hover {
	background: #b5063e;
	color: #fff;
	border-radius: 0px;
	transition: 0.7s;
}
p.footer-logo-text-about-on {
	color: #fff;
	margin-top: 20px;
}

/*.call-to-action ul li:nth-last-child(1),.call-to-action ul li:nth-last-child(2) {
    display: none;
}*/
/*.call-to-action li{background: gray;height: 55px;width: 55px;border-bottom: 1px solid #fff;transition: 1s}*/
.call-to-action li {
	background: gray;
	height: 44px;
	width: 44px;
	border-bottom: 1px solid #fff;
	transition: 1s;
}

.call-to-action li a img {
	background: transparent;
	height: 22px;
	width: 22px;
}
.call-to-action li a {
	padding: 5px 5px;
	margin-left: 0px;
	display: block;
}
.call-to-action li a img {
	display: block;
	text-align: center;
	margin: auto;
}
.call-to-action li a span {
	color: #fff;
	font-size: 9px;
	font-weight: 300;
	text-align: center;
	display: block;
	margin-top: 5px;
}
.call-to-action li:hover {
	background: #e12a64;
}
.call-to-action li a img:hover {
	background: transparent;
}
.leftsections {
	display: inline-block;
	width: 70px;
	float: left;
}
.rightsectionss {
	display: inline-block;
	width: 85%;
	float: right;
}
.leftsections img {
	height: 50px;
	width: 50px !important;
	border-radius: 50%;
	margin-right: 10px;
}
.call-to-action li a img {
	margin-top: 3px !important;
}
.main .container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 1rem;
	justify-content: center;
	align-items: center;
}
.main .card {
	color: #252a32;
	border-radius: 2px;
	background: #ffffff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}
.main .card-image {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 70%;
	background: #ffffff;
}
.main .card-image img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media only screen and (max-width: 600px) {
	.main .container {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 1rem;
	}
}

/*Inner css 23-02-2022*/
.tabs {
	width: 100% !important;
}
.wrapper-channel-partners-main {
	padding-top: 100px;
	padding-bottom: 100px;
}
.wrapper-channel-partners-detainling-page {
	background: #fff;
	box-shadow: 2px 2px 20px #bfbfbf;
	padding: 30px;
	border-radius: 50px 10px;
	height: 340px;
}

.wrapper-channel-partners-detainling-page h3 {
	color: #e03467;
	padding-bottom: 15px;
	text-transform: capitalize;
}
.wrapper-channel-partners-detainling-page p {
	font-size: 1.1em;
}
.wrapper-channel-partners-detainling-page a {
	display: block;
	padding-bottom: 8px;
	font-size: 1.1em;
	color: #222;
	text-decoration: none;
}
.channel-partnes-mb-30 {
	margin-top: 30px;
}
select#ddlcountry {
	border-radius: 30px;
	height: 42px;
}
select#country {
	border-radius: 30px;
	height: 42px;
}

.wrapper-banner-comming-sonn {
	padding-top: 0px;
	padding-bottom: 0px;
	background: #f6f6f6;
}
.wrapper-banner-comming-sonn img {
	width: 100%;
}
.dealership-detailing-page-design p {
	font-weight: 600;
	margin-bottom: 15px !important;
}
.dealership-detailing-page-design {
	padding-bottom: 100px;
}
.dealership-detailing-icon-design {
	padding-bottom: 100px;
}
.dealership-detailing-icon-design img {
	background: #ffffff;
	padding: 5px;
	box-shadow: 2px 2px 20px #bfbfbf;
	width: 100px;
	height: 90px;
}
.mt-20-ws-step-1 {
	width: 30% !important;
}
.panel-heading.faqhd span.glyphicon.glyphicon-plus.faqicn {
	display: none;
}
.wrapper-faq-quations-on {
	padding-top: 100px;
}
.wrapper-tabs-custome-design li a {
	background: #222;
	border-left: 1px solid #fff !important;
	margin-bottom: 3px;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
}
.wrapper-tabs-custome-design li a:hover {
	border-color: #eee #eee #ddd;
	color: #545353 !important;
}
.wrapper-tab-content-step-1 .panel-heading a {
	display: block;
	border: none;
	padding: 10px 20px 15px;
	font-size: 14px;
	background-color: rgb(224 52 103);
	font-weight: 600;
	position: relative;
	color: #fff;
	box-shadow: none;
	transition: all 0.1s ease 0 !important;
	text-decoration: none;
}
.panel-heading a:after,
.panel-heading a.collapsed:after {
	content: "\f068";
	font-family: fontawesome;
	text-align: center;
	position: absolute;
	left: -18px;
	top: 6px !important;
	color: #fff;
	background-color: rgb(224 52 103);
	border: 5px solid #fff;
	font-size: 12px !important;
	width: 30px;
	height: 30px;
	line-height: 20px;
	border-radius: 50%;
	transition: all 0.3s ease 0s;
}
select#txtCity {
	border-radius: 30px !important;
	height: 42px !important;
}
.newform span {
	font-size: 1.5em;
	text-align: center;
	display: block;
	color: #e12a64;
	font-weight: 600;
}
.rate {
	float: left;
	height: 46px;
	padding: 0 10px;
}
.rate:not(:checked) > input {
	position: absolute;
	top: -9999px;
}
.rate:not(:checked) > label {
	float: right;
	width: 1em;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	font-size: 30px;
	color: #ccc;
}
.rate:not(:checked) > label:before {
	content: "★ ";
}
.rate > input:checked ~ label {
	color: #ffc700;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
	color: #deb217;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
	color: #c59b08;
}
select#customer {
	border-radius: 30px !important;
	height: 42px !important;
}
.newform p {
	text-align: center;
}
.wrapper-fixes-windo-section-images-height img {
	height: 150px;
}
.wrapper-video-step-1 iframe {
	height: 500px;
}
.select-border-radius-hights {
	border-radius: 30px;
	height: 42px !important;
}
.delerships-new-forms-style span {
	font-size: 1.5em;
	font-weight: 600;
	text-align: center;
	display: block;
	margin-bottom: 30px;
	color: #e12a64;
	background: #ffffff;
	padding: 15px;
	box-shadow: 2px 2px 20px #bfbfbf;
	border-radius: 20px 0px;
}
textarea#txtAddress {
	border-radius: 50px;
}
.merits-style-css-for-windows span {
	margin-bottom: 10px !important;
}
.merits-style-css-for-windows {
	text-align: left !important;
	display: block;
	margin: 0 auto;
}
.overlay h3 {
	font-size: 24px;
}
.top-nav a {
	color: #fff !important;
	text-decoration: none;
}
.wrapper-ul-tags-on ul li {
	padding: 10px;
	font-size: 14px;
	font-weight: 600;
	background: #eee;
	margin-bottom: 10px;
}
.wrapper-ul-tags-on ul {
	list-style: none;
	margin-bottom: 0px;
	padding-left: 0px;
}
.wrapper-ul-tags-on ul li i {
	font-size: 1.2em;
	font-weight: bold;
	color: #e03467;
}
.b-tags-only-wrapper-mt {
	text-align: center;
	margin-top: -30px;
	margin-bottom: 20px;
}
.aluminium-casement-doors-main table {
	font-family: 'Poppins', sans-serif;
	border-collapse: collapse;
	width: 100%;
	font-family: 'Poppins', sans-serif;
}
.aluminium-casement-doors-main td,
th {
	border: 1px solid #dddddd;
	text-align: left;
	padding: 8px;
	font-family: 'Poppins', sans-serif;
}
.aluminium-casement-doors-main {
	margin-bottom: 90px;
}
.inner-slider h2 {
	text-transform: capitalize;
}
.services-parts-only:hover {
	background: transparent !important;
	color: #ed1d24 !important;
	border-color: #ed1d24 !important;
}
.services-parts-only {
	background: #ed1d24 !important;
	border-color: #ed1d24 !important;
}
.logo-row .logo-box {
	padding: 15px 15px;
	position: relative;
	text-align: center;
}
.logo-row .logo-box img {
	width: 300px;
	max-width: 100%;
}
.logo-row .logo-box:before {
	content: "";
	height: 90%;
	width: 1px;
	position: absolute;
	top: 5%;
	left: 0;
	background-color: #cccccc;
}
.logo-grid .logo-row .logo-box-content {
	width: 125px;
	height: 125px;
}
.logo-grid .logo-row .logo-box-content img {
	position: absolute;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#exTab2 h3 {
	color: white;
	background-color: #428bca;
	padding: 5px 15px;
}
/* remove border radius for the tab */
#exTab1 .nav-pills > li > a {
	border-radius: 0;
}
/* change border radius for the tab , apply corners on top*/
#exTab3 .nav-pills > li > a {
	border-radius: 4px 4px 0 0;
}
#exTab3 .tab-content {
	color: white;
	background-color: #428bca;
	padding: 5px 15px;
}
.wrapper-tabs-catalougt {
	margin-bottom: 30px;
}
.wrapper-new-logo img {
	width: 100px;
	padding-left: 20px;
	margin-top: 28px;
}
.wrapper-header-design-new .container-fluid {
	/* padding: 0px 60px; */
}
.wrapper-new-menu-style {
	padding-top: 5px;
	float: right;
}
.wrapper-header-design-new {
	padding: 10px 0px;
}
.products {
	margin-top: 30px;
	/* padding: 0 80px; */
}
.products h3 {
	font-size: 3em;
	color: #404040;
	font-weight: 500;
}
.products .owl-carousel {
	margin-top: 25px;
}
.products .tab-pane {
	/* padding: 30px 15px; */
}
.products .nav-tabs > li.active > a {
	background: transparent;
	border: 0;
	border-bottom: 5px solid#ed1d24;
}
.products .nav-tabs {
	border-top: 1px solid #e9e6e6;
	border-bottom: 1px solid#e9e6e6;
}
.products .nav > li > a {
	border: 0;
	padding: 15px 25px;
	color: #404040;
	font-size: 1.3em;
	font-weight: 600;
}
.products .nav > li > a:hover {
	background-color: transparent;
	border-color: transparent;
	border-bottom: 5px solid#992434;
}
.products .nav > li > a:focus,
.nav > li > a:hover {
	background-color: transparent;
}
.products .nav > li > a:focus-visible {
	outline: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
	display: none !important;
}
.products img {
	border: 1px solid #e9e6e6;
	border-radius: 3px;
}
.products a {
	text-align: center;
	color: #992434;
	text-decoration: none;
	padding-bottom: 10px;
}
.products .probox img {
	margin-bottom: 10px;
}
ul.dropdown-menu.sm-nowrap {
	width: 250px !important;
}
/*Css Tetimonial Css Clinets*/
.wrapper-client {
	padding: 70px 60px;
	background: #e6e6e6;
	text-align: center;
	height: 400px;
}
.wrapper-testimonial h3 {
	font-size: 3em;
	color: #404040;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 15px;
}
.caption {
	text-align: center;
}
.wrapper-client-test {
	padding-top: 100px;
}
.wrapper-testimonial i.fa.fa-quote-left.tstmlqots {
	font-size: 5em;
	color: #eee;
}
.wrapper-testimonial {
	padding: 0px 30px;
}
.tab-content.clearfix {
	padding: 50px;
	background: #eee;
}
ul.nav.nav-pills li a.active {
	background: #bfbfbf !important;
}
.wrapper-tabs-catalougt {
	padding: 100px;
}
ol.fds {
	margin-top: 57px !important;
	position: absolute;
	top: 170px;
}
.wrapper-services-ex-tt {
	margin-top: 10px;
}
.wrapper-client-img img {
	box-shadow: #c3c3c3 0 0 15px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: all 0.4s linear 0s;
	opacity: 0.8;
}
.wrapper-client-img img {
	width: 65%;
	border: 1px solid #fff;
	padding: 3px;
}
.wrapper-client-img img:hover {
	-webkit-filter: none;
	filter: none;
	transition: all 0.4s linear 0s;
	opacity: 1;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
.wrapper-client h4 {
	font-size: 3em;
	color: #404040;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 15px;
}
.wrapper-client p {
	margin-bottom: 20px;
	font-size: 15px;
}
/*Hide Css*/
/*ul.two-type-menu li:nth-child(8){display: none;}
ul.two-type-menu li:nth-child(9){display: none;}*/
.wrapper-facade-image-comminsoon {
	background: url(../images/comming-soon-step-1.jpg);
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}
.content-facade-comminsoon h2 {
	font-size: 3em;
	text-shadow: 2px 2px 2px #000;
	color: #ffffff;
	text-align: center;
	padding-top: 3em;
}
/*Mobile Menu*/
.mobile-container {
	max-width: 480px;
	margin: auto;
	background-color: #555;
	height: 500px;
	color: white;
	border-radius: 10px;
}
.topnav {
	overflow: hidden;
	/* background-color: #333; */
	position: relative;
}
.topnav #myLinks {
	display: none;
}
.topnav a {
	color: white;
	padding: 8px 14px !important;
	text-decoration: none;
	font-size: 17px;
	display: block;
	margin-bottom: 10px !important;
}
.topnav a.icon {
	background: #ed1d24 !important;
	display: block;
	position: absolute;
	/* right: 14px; */
	right: 24px;
	top: 8px;
}
.topnav a:hover {
	background-color: #ed1d24 !important;
	color: white;
}
.topnav {
	display: none;
}
.wrapper-header-design-new {
	display: block;
}
.wrapper-text-imgs.wrapper-ul-tags-on {
	display: none;
}
.btn-primary {
	color: #fff !important;
	background: #e12a64 !important;
	border: transparent !important;
	line-height: 0px !important;
}
.submitbt.more-1 {
	border: 1px solid #e03467 !important;
	color: #ffffff !important;
	transition: 0.6s !important;
	border-radius: 30px !important;
	height: 30px !important;
	padding: 20px !important;
	margin-bottom: 0px !important;
	line-height: 0px !important;
}
.newform input {
	width: 100%;
}

/*Responsive Css*/
@media (min-width: 320px) and (max-width: 767px) {
	body {
		overflow-x: hidden;
	}
	p {
		text-align: justify !important;
	}
	/*.quicks-links-width-onset-step2 li:nth-child(1) {padding-top: 0px !important;}*/
	.quicks-links-width-onset-step2 {
		margin-top: 0px !important;
	}
	.quicks-links-width-onset-step3 {
		margin-bottom: 0px !important;
	}
	.logo-div {
		/*border-top: 1px solid #bfbfbf;
		border-left: 1px solid #bfbfbf;*/
		text-align: center !important;
		display: block !important;
		margin: 0 auto !important;
		border: 1px solid #eee;
		margin-top: 15px !important;
	}
	.page-block .text-padding {
		padding: 0px 20px !important;
	}
	#fixed-social {
		position: fixed;
		top: 290px !important;
		z-index: 999;
	}
	.mt-20 {
		margin-bottom: 20px;
		width: 160px !important;
		border: 1px solid #eee;
		box-shadow: 2px 2px 20px #bfbfbf;
	}
	.minner-btn-setting-collappsed-on-a-moile {
		background: #e03467;
		color: #fff;
		padding: 6px 12px !important;
		margin-top: 20px !important;
		border-radius: 5px !important;
		border: 1px solid #e03467;
		text-decoration: none;
	}
	.img-responsive-on-mobile-alumunium {
		margin-bottom: 30px;
	}
	.what-is-allumunium-new p {
		padding-left: 30px;
		padding-right: 30px;
	}
	.what-is-allumunium-new {
		padding-top: 0px !important;
	}
	.channel-partnes-mb-30-on-mobile {
		margin-top: 0px !important;
	}
	.what-is-allumunium-new h2 {
		color: #e12a64;
		margin-bottom: 20px;
		text-align: center;
	}
	.dealership-detailing-icon-design img {
		background: #ffffff;
		padding: 5px;
		box-shadow: 2px 2px 20px #bfbfbf;
		width: 100%;
		height: 140px;
		margin-bottom: 10px;
	}
	.logo-div img {
		width: 100% !important;
		height: 100px;
		padding: 10px;
	}
	.panku-tabs-btn-setting-mobile {
		margin-top: 30px;
		margin-right: 30px;
	}
	.dealership-detailing-page-design-on-mobile {
		padding-top: 50px !important;
		padding-bottom: 30px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.mb-100 {
		margin-bottom: 0px !important;
	}
	.mt-20-ws {
		width: 100% !important;
	}
	.wrapper-chairman-text h3 {
		color: #1b1a1a !important;
		margin-top: 35px;
	}
	.heights-set {
		height: inherit !important;
		border: 1px solid #eee;
		margin-bottom: 30px;
	}
	img.mobile-widths-100 {
		width: 100% !important;
	}
	.wrapper-about {
		padding: 70px 0 0px !important;
		margin-top: -90px !important;
	}
	.on-a-mobile-step-10 {
		margin: 0px !important;
	}
	.client-video {
		width: 100% !important;
		margin: auto;
	}
	form#Dealer_Form table {
		width: 100% !important;
	}
	div#bottom_titles {
		background-size: cover !important;
	}
	h1.windowsco-purpase-on-tag {
		text-align: center;
		font-size: 2.2em !important;
	}
	#dealers_holder {
		width: 100% !important;
	}
	.dealers_listmenu {
		width: 100%;
		border-radius: 0;
		padding: 4px 9px;
		font-size: 12px;
		color: #606060;
		height: 40px !important;
	}
	.caption {
		background: #fff;
		padding: 25px 0px !important;
	}
	.intro p {
		text-align: justify !important;
	}
	.rightsectionss {
		display: inline-block;
		width: 70%;
		float: right;
		margin-top: 4px;
	}
	.clients p {
		text-align: justify;
		padding-bottom: 30px;
		font-size: 1.1em;
	}
	.service-box {
		padding: 20px 20px !important;
	}
	.top {
		padding: 0px 15px;
	}
	.tabs > ul {
		width: 100% !important;
	}
	.tabs {
		display: block !important;
	}
	.fixed-twitter {
		background-color: #80808099 !important;
	}
	.testimonial p {
		font-size: 14px !important;
		color: #6c6a6a;
		font-weight: 300;
		margin-top: 0px;
		line-height: 22px;
		text-align: center !important;
	}
	.top-left li {
		display: inline-block;
		padding: 10px 4px 0px 0;
		font-size: 1em;
		font-weight: 600;
	}
	img.coverage-style-ls {
		height: auto !important;
		padding: 5px;
		width: 100% !important;
	}
	.social-top {
		padding-bottom: 12px;
	}
	.topnav a.active {
		/*background: #fff;*/
	}
	.wrapper-chairman-img:before {
		content: "";
		font-family: stm;
		font-weight: 400;
		line-height: 1;
		position: absolute;
		top: -38px;
		right: -10px !important;
		font-size: 114px;
		width: 100px !important;
		height: 150px;
		color: rgba(225, 225, 225, 0.9);
		background: url(../images/23.png) no-repeat;
	}
	.inner-slider h2 {
		font-size: 2.5em !important;
		padding: 10px 30px 0px 30px !important;
	}
	.inner-slider {
		/* padding: 30px 0px; */
	}
	.products .nav > li > a {
		border: 0;
		padding: 6px 16px !important;
		color: #404040;
		font-size: 1em;
		font-weight: 600;
	}
	.carousel-caption {
		position: absolute;
		right: 15%;
		bottom: 20px;
		left: 10%;
		z-index: 10;
		padding-top: 20px;
		padding-bottom: 20px;
		width: 650px;
	}
	a.fixed-twitter img {
		width: 20px;
		margin-top: 0px;
	}
	.products h3 {
		font-size: 2em !important;
		color: #404040;
		font-weight: 500;
	}
	.wrapper-client h4 {
		font-size: 2em !important;
	}
	.wrapper-client {
		padding: 30px 20px !important;
		background: #e6e6e6;
		text-align: center;
		height: 400px;
	}
	.service-box {
		margin-bottom: 30px;
	}
	.carousel-caption h3 {
		font-size: 1.5em;
		color: #fff;
		text-align: left;
		font-weight: 400;
		line-height: 1.1;
		text-shadow: 2px 2px 5px #000;
		text-transform: capitalize;
		font-family: 'Poppins', sans-serif;
	}
	.services strong {
		font-size: 1.2em;
	}
	.products h3 {
		padding-left: 20px;
	}
	.wrapper-testimonial h3 {
		font-size: 2em !important;
	}
	.services h4 {
		font-size: 2em;
	}
	.search-boxings-ass-per {
		border-bottom: transparent !important;
	}
	.carousel-caption p {
		bottom: 20px;
		font-size: 1em;
		font-weight: 600;
		color: #000;
		text-shadow: none;
		text-align: left;
		text-transform: capitalize;
		font-family: 'Poppins', sans-serif;
		text-shadow: 1px 1px 5px #fff;
	}
	.testimonial {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.products {
		margin-top: 100px;
		padding: 0 0px !important;
	}
	.navbar-collapse {
		background: #ed1d24 !important;
	}
	.wrapper-header-design-new {
		display: none !important;
	}
	.topnav {
		display: block !important;
	}
	ul.nav.navbar-nav.sm li a:hover {
		background: #ed1d24 !important;
		color: #ffffff !important;
	}
	ul.nav.navbar-nav.sm {
		background: #ed1d24 !important;
	}
	.topnav a img {
		width: 60px;
	}
	.top-left a {
		color: #000;
		text-decoration: none;
		font-size: 10px;
	}
	.enquire {
		text-align: center;
		padding: 5px !important;
		line-height: 1.6;
		font-weight: 500;
		background: #e12a63;
		border: 1px solid#e12a63;
		color: #fff !important;
		font-size: 12px;
		border-radius: 0px;
		-webkit-transition: 0.5s all;
		-moz-transition: 0.5s all;
		-o-transition: 0.5s all;
		transition: 0.5s all;
		margin-left: 2px;
		display: block;
		margin-bottom: 5px;
		float: none;
	}
	.social-top ul {
		list-style: none;
		float: none;
		margin-bottom: 0px !important;
		padding-left: 0px !important;
		display: block;
		margin: 0 auto;
		text-align: center;
	}
	.container-on-tripe-width-middle {
		width: 100% !important;
		padding: 0px 15px !important;
	}
	.navbar-brand > img {
		display: block;
		width: 60px !important;
		margin-top: -8px !important;
	}
	.header {
		padding: 0 15px;
	}
	.intro {
		margin-top: 30px;
		padding: 0 15px;
	}
	.intro h1 {
		font-size: 2.5em;
		color: #e12a63;
		font-weight: 500;
		line-height: 1.5;
	}
	.intro h2 {
		font-size: 1.3em;
		color: #404040;
		font-weight: 500;
		line-height: 1.2;
	}
	.intro p {
		font-size: 1em;
		color: #6c6a6a;
		font-weight: 300;
		margin-top: 25px;
		line-height: 1.5;
		margin-bottom: 25px;
	}
	.more {
		text-align: center;
		padding: 8px 20px;
		line-height: 1.6;
		font-weight: 400;
		background: #e12a63;
		border: 1px solid#e12a63;
		color: #fff;
		font-size: 1em;
		border-radius: 50px;
		-webkit-transition: 0.5s all;
		-moz-transition: 0.5s all;
		-o-transition: 0.5s all;
		transition: 0.5s all;
		margin-bottom: 30px;
		z-index: -11111111111 !important;
	}
	.call-to-action {
		position: fixed;
		left: 0;
		top: 30%;
		z-index: 999999;
	}
	.products {
		margin-top: 30px;
		padding: 0 15px;
	}
	.products h3 {
		font-size: 2em;
		color: #404040;
		font-weight: 500;
	}
	.products .nav > li > a {
		border: 0;
		padding: 10px 15px;
		color: #404040;
		font-size: 1em;
		font-weight: 600;
	}
	ul.nav.nav-tabs {
		margin-top: 20px;
	}
	.probox strong {
		font-size: 0.8em;
	}
	.better-world h4 {
		font-size: 2em;
		color: #404040;
		font-weight: 500;
		line-height: 1.2;
		margin-top: 10px;
		padding-left: 15px;
	}
	.better-world {
		margin-top: 15px;
		padding: 0;
	}
	.better-world p {
		font-size: 1em;
		color: #6c6a6a;
		font-weight: 300;
		margin-top: 25px;
		line-height: 1.5;
		padding-left: 15px;
	}
	.zoom-effect-container {
		display: none;
	}
	.services p {
		font-size: 1em;
		color: #6c6a6a;
		font-weight: 300;
		margin-top: 15px;
		line-height: 1.5;
		text-align: center;
	}
	.highlight {
		padding: 0px 10px 15px;
		text-align: center;
	}
	.services {
		margin-top: 0px;
		padding: 0 15px;
	}
	.clients {
		background: #faf7f7;
		margin-top: 30px;
		padding: 30px 0;
	}
	.clients h5 {
		font-size: 2em;
	}
	.testimonial h5 {
		font-size: 2em;
	}
	.search-boxings-ass-per h6 {
		font-size: 1em;
		color: #ca265a;
	}
	.search-boxings-ass-per p {
		font-weight: 600;
		margin-top: 5px;
		font-size: 11px;
	}
	ul.quicks-links-width-onset {
		width: 100%;
	}
	.social {
		display: block;
		margin: 0 auto;
		text-align: center;
	}
	.submit {
		width: 30%;
		border-top-right-radius: 50px !important;
		border-bottom-right-radius: 50px !important;
		height: 50px !important;
		background: #e12a64;
		color: #fff;
		font-size: 12px;
	}
	.form-control {
		height: 35px !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		border: 1px solid rgba(0, 0, 0, 0.1);
	}
	.top-nav {
		padding: 0 15px;
		height: 85px;
		-webkit-transition: all 0.5s ease;
		-moz-transition: position 10s;
		-ms-transition: position 10s;
		-o-transition: position 10s;
		transition: all 0.5s ease;
	}
	.button {
		display: inline;
		position: fixed;
		right: 30px;
		top: 175px;
		z-index: 999;
		font-size: 30px;
	}
	.footer-logo img {
		width: 70px;
		margin-bottom: 20px;
	}
	a.services-btn-style-on-footer {
		width: 100%;
	}
	.footer h5 {
		font-size: 1.5em;
		color: #363535;
		font-weight: 500;
		margin-top: 20px;
	}
	.wrapper-tabs-catalougt {
		padding: 0px;
	}
	.clients p {
		text-align: center !important;
	}
	.contact_icon {
		background-color: #42db87;
		color: #fff;
		width: 45px !important;
		height: 45px !important;
		font-size: 20px !important;
		border-radius: 50px;
		text-align: center;
		box-shadow: 2px 2px 3px #999;
		display: flex;
		align-items: center;
		justify-content: center;
		transform: translatey(0px);
		animation: pulse 1.5s infinite;
		box-shadow: 0 0 0 0 #42db87;
		-webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
		-moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
		-ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
		animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
		font-weight: normal;
		font-family: 'Poppins', sans-serif;
		text-decoration: none !important;
		transition: all 300ms ease-in-out;
	}
	.floating_btn {
		position: fixed;
		bottom: 0px !important;
		left: -10px;
		width: 100px;
		height: 100px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		z-index: 1000;
	}
	.main_divs {
		border: 1px solid #eaeaea;
		padding: 20px !important;
		margin-bottom: 40px;
		position: relative;
		width: 100%;
		height: auto;
		transition: 0.5s;
	}
	.main_divs h3 {
		margin-bottom: 10px !important;
		color: #e03467;
	}
	img.images_clsds {
		width: 280px;
		margin-top: 30px;
	}
	ul.quicks-links-width-onset {
		width: 100%;
		position: relative;
		z-index: 999999999;
	}
	.wrap-p-tags p {
		line-height: 24px;
		margin-top: 15px;
		text-align: justify;
	}
	.wrapper-tabs-big {
		display: none;
	}
	#fixed-social {
		position: fixed;
		top: 230px;
		z-index: 999;
		left: 0;
	}
	.wrapper-textt {
		height: inherit !important;
	}
}

@media (min-width: 992px) and (max-width: 1024px) {
	.only-extra-standard-2 {
		padding-top: 0px !important;
		margin-top: 0px !important;
	}
	.better-world h4 {
		font-size: 1.5em !important;
		color: #404040;
		font-weight: 500;
		line-height: 1.2;
		margin-top: -9px;
		padding-left: 35px;
		padding-top: 0px !important;
	}
	.better-world p {
		font-size: 0.9em !important;
		color: #6c6a6a;
		font-weight: 300;
		margin-top: 15px !important;
		line-height: 1.5;
		padding-left: 35px;
	}
	.only-about-responsive-parts-btn-sets-align {
		padding: 8px 19px !important;
		font-size: 0.8em !important;
		line-height: 20px !important;
	}
	.play img {
		width: 74px !important;
	}
	.search-boxings-ass-per p {
		font-weight: 600;
		margin-top: 8px;
		font-size: 0.8em;
	}
	.wrapper-about0window-responsive-step-1 p {
		font-size: 0.9em;
	}
	.wrapper-about0window-responsive-step-1 h2 {
		font-size: 1.3em;
	}
	.wrapper-about0window-responsive-step-1 h1 {
		font-size: 2em;
		padding-top: 35px;
	}
	.wrapper-header-design-new .container-fluid {
		padding: 0px 20px;
	}
	.top {
		background: #d7d2d2;
		padding: 0 40px;
		border-bottom: 1px solid #e9e6e6;
	}
}

/*Responsive Css*/
@media (min-width: 768px) and (max-width: 1024px) {
	.top-left li {
		display: inline-block;
		padding: 10px 3px 0px 0;
		font-size: 0.9em;
		font-weight: 600;
	}
	ul.quicks-links-width-onset {
		width: 100%;
		position: relative;
		z-index: 999999999;
	}
	.enquire {
		text-align: center;
		padding: 5px 5px !important;
		line-height: 1.6;
		font-weight: 500;
		/* background: #e12a63; */
		background: #ed1d24 !important;
		border: 1px solid #ed1d24;
		color: #fff !important;
		font-size: 0.7em;
		border-radius: 0px;
		-webkit-transition: 0.5s all;
		-moz-transition: 0.5s all;
		-o-transition: 0.5s all;
		transition: 0.5s all;
		float: right;
		margin-left: 2px;
	}
	.social-top li {
		display: inline-block;
		padding: 5px 5px 5px 0px;
	}
	ul.nav.navbar-nav.sm li a {
		font-size: 9px !important;
	}
	.nav > li > a {
		position: relative;
		display: block;
		padding: 10px 5px !important;
	}
	.nav > li > a {
		position: relative;
		display: block;
		padding: 10px 5px !important;
	}
	/*img{width:70px}*/
	.wrapper-head {
		padding: 0 30px;
	}
	.wrapper-top-s {
		margin-top: -50px;
		padding: 0;
	}
	.wrapper-top-s ul li a {
		font-size: 12px;
	}
	.owl-dots {
		display: none !important;
	}
	.owl-nav.disabled {
		display: none !important;
	}
	button.owl-next {
		display: none !important;
	}
	.wrapper-text-imgs.wrapper-ul-tags-on {
		display: none;
	}
	.wrapper-new-logo img {
		width: 70px;
		padding-left: 20px;
		margin-top: 10px;
	}
	.header {
		padding: 0 40px;
	}
	.carousel-caption {
		position: absolute;
		right: 15%;
		bottom: 80px;
		left: 10%;
		z-index: 10;
		padding-top: 20px;
		padding-bottom: 20px;
		width: 650px;
	}
	.carousel-caption h3 {
		font-size: 2.5em;
		color: #fff;
		text-align: left;
		font-weight: 400;
		line-height: 1.1;
		text-shadow: 2px 2px 5px #000;
		/* text-transform: capitalize; */
		font-family: 'Poppins', sans-serif;
	}
	.carousel-caption p {
		bottom: 250px;
		font-size: 1.5em;
		font-weight: 600;
		color: #000;
		text-shadow: none;
		text-align: left;
		text-transform: capitalize;
		font-family: 'Poppins', sans-serif;
		text-shadow: 1px 1px 5px #fff;
	}
	.intro {
		margin-top: 20px;
		padding: 0 80px;
	}
	.step-1 {
		margin-top: 3em;
	}
	.products .nav > li > a {
		border: 0;
		padding: 15px 25px;
		color: #404040;
		font-size: 1em;
		font-weight: 600;
	}
	.zoom-effect-container {
		float: left;
		position: relative;
		margin: 0 auto;
		overflow: hidden;
	}
	.products {
		margin-top: 50px;
		padding: 0 80px;
	}
	.intro {
		margin-top: 20px;
		padding: 0 50px !important;
	}
	.products {
		margin-top: 50px;
		padding: 0 50px !important;
	}
	.highlight {
		padding: 0px 0px 50px;
		text-align: justify !important;
	}
	.service-box {
		margin-bottom: 30px;
	}
	.service-box {
		background: #faf7f7;
		border: 1px solid #e9e6e6;
		border-radius: 5px;
		padding: 20px 100px;
		height: 350px;
		box-shadow: 0px 0px 25px #ccc;
		text-align: center;
	}
	.caption {
		background: #fff;
		padding: 25px;
		box-shadow: 2px 2px 20px #bfbfbf;
		margin: 100px 100px 0px;
	}
	.wrapper-tabs-catalougt {
		padding: 0px;
	}
	.play {
		top: 100px;
		width: 70px;
	}
	p.wrapper-window-on-responsive-teblet {
		display: none;
	}
	.service-box {
		background: #faf7f7;
		border: 1px solid #e9e6e6;
		border-radius: 5px;
		padding: 20px 14px;
		height: 350px;
		box-shadow: 0px 0px 25px #ccc;
		text-align: center;
	}
	.services h4 {
		margin-bottom: 15px;
	}
	.wrapper-tablet-ip-pad {
		width: 100%%;
		float: left;
	}
	.social {
		color: #c1c1c1;
		font-size: 25px;
		padding: 0px 0;
	}
	.better-world h4 {
		padding-top: 30px;
	}
	.search-bar-on-footer-design {
		position: relative;
		width: 100%;
		float: right;
	}
	li.non-activate-type {
		border: 0;
		
		color: #404040;
		font-size: 1.3em;
		font-weight: 600;
		border: 0;
		padding: 15px 10px !important;
		color: #404040;
		font-size: 1.1em !important;
		font-weight: 600;
		margin-top: -6px !important;
	}
	.social a {
		color: #fff;
		font-size: 0.6em !important;
	}
	.social li {
		display: inline-block;
		background: #e12a64;
		border-radius: 5px;
		transition: 0.7s;
		cursor: pointer;
		width: 25px !important;
		height: 25px !important;
		line-height: 16px !important;
		text-align: center;
	}
	.social ul {
		list-style: none;
		margin-left: -40px !important;
		margin-top: 0px !important;
	}
	.address p {
		font-size: 0.8em;
		font-weight: 600;
		color: #3c3b3b;
	}
	.quicks-links-width-onset-step2 {
		margin-bottom: 0px;
		margin-top: 0px !important;
	}
	ul.quicks-links-width-onset {
		margin-bottom: 0px;
	}
	.wrapper-chairman-text.mb-100 {
		width: 100%;
		padding-top: 30px;
	}
	.mb-100 {
		margin-bottom: 0px !important;
	}
	.wrapper-chairman-img {
		position: relative;
		margin-top: 70px;
	}
	.wrapper-chairman-img {
		margin-bottom: 40px;
	}
	.wrapper-tabs-big {
		padding-top: 30px;
	}
	.tabs > ul li a {
		flex-wrap: wrap;
		font-size: 0.8em;
	}
	a.services-btn-style-on-footer {
		font-size: 0.7em;
	}
	.footer li {
		font-size: 0.8em;
		font-weight: 300;
		padding: 3px 0;
	}
	.footer-logo img {
		width: 70px;
	}
	h1.windowsco-purpase-on-tag {
		font-size: 2.9em;
		/* text-transform: capitalize; */
		color: #e12a64;
		margin-bottom: 30px;
	}
	.dealership-detailing-page-design {
		padding-bottom: 40px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.wrapper-header-design-new .container-fluid {
		padding: 0px 20px;
	}
	.wrapper-header-design-new {
		padding: 0px 0px 10px;
	}
	.top {
		background: #d7d2d2;
		padding: 0 40px;
		border-bottom: 1px solid #e9e6e6;
	}
	.better-world h4 {
		padding-top: 5px;
	}
	.better-world h4 {
		font-size: 1.5em !important;
	}
	.better-world p {
		font-size: 0.9em;
		margin-top: 10px;
	}
	.zoom-effect-container {
		height: auto;
	}
	.play img {
		width: 50px;
		position: absolute;
		top: -25px;
		left: 25px;
	}
	.more {
		text-align: center;
		padding: 6px 20px 0px;
		font-weight: 400;
		line-height: 16px;
		background: #e12a63;
		border: 1px solid#e12a63;
		color: #fff;
		font-size: 0.9em;
		border-radius: 50px;
		-webkit-transition: 0.5s all;
		-moz-transition: 0.5s all;
		-o-transition: 0.5s all;
		transition: 0.5s all;
	}
	.testimonial {
		margin-top: 50px;
		margin-bottom: 70px;
	}
	h1.windowsco-purpase-on-tag {
		margin-bottom: 20px;
	}
	.wrapper-about {
		padding: 40px 0 50px !important;
		margin-top: 0px !important;
	}
	.wrapper-chairman-img {
		margin-bottom: 0px !important;
	}
	.wrapper-chairman-img {
		margin-top: 0px !important;
	}
	h1.windowsco-purpase-on-tag {
		font-size: 1.9em;
	}
	.wrapper-chairman-text P {
		font-size: 0.9em;
		line-height: 20px;
	}
	.heading-margin-bottom-less {
		margin-bottom: 10px !important;
		margin-top: 0px !important;
	}
	.only-extra-standard-1 {
		padding-bottom: 0px !important;
	}
	.heading-margin-bottom-less {
		margin-top: 0px !important;
	}
	.only-margin-bottom-side {
		margin-top: 0px !important;
	}
	.only-extra-standard-1 {
		padding-bottom: 70px;
	}
	.container {
		width: inherit !important;
	}
	.video-heads {
		padding: 50px 50px !important;
	}
	.mbs-40 {
		margin-top: 40px;
	}
	.aluminium-casement-doors-main {
		margin-bottom: 70px;
	}
	.mt-20-ws {
		margin-bottom: 0px;
		width: 21% !important;
		border: 1px solid #eee;
		box-shadow: 2px 2px 20px #bfbfbf;
		margin-right: 5px !important;
	}
	.on-a-clour-extra-multi-padding {
		padding: 30px 50px 50px !important;
	}
	.color-sets img {
		height: auto !important;
	}
	.color-sets span {
		font-size: 0.9em !important;
	}
	.on-zero-paddig .wrapper-text {
		margin-bottom: 0px;
	}
	.tab-responsive-sizing-1 {
		margin-top: 70px;
		padding: 40px;
	}
	a.more-1 {
		background: #e03467;
		color: #fff;
		padding: 6px 10px !important;
		margin-top: 20px;
		font-size: 0.8em !important;
		border-radius: 5px;
		border: 1px solid #e03467;
		text-decoration: none;
	}
	.service-block-one .inner-box {
		position: relative;
		display: block;
		overflow: hidden;
		text-align: center;
		background: #353535;
		padding: 50px 20px 50px 20px;
		height: 450px !important;
	}
	.service-block-one .inner-box h3 {
		position: relative;
		display: block;
		font-size: 16px !important;
		line-height: 30px;
		color: #fff;
		font-weight: 800;
		margin-bottom: 9px;
	}
	.service-block-one .inner-box p {
		color: #fff;
		margin-bottom: 33px;
		font-size: 0.9em !important;
		text-align: center;
	}
	.service-section {
		position: relative;
		padding: 30px 0px 50px 0px !important;
	}
	.under-advantage ul li {
		font-weight: 600;
		padding-bottom: 12px;
		font-size: 0.8em;
	}
	.under-advantage h5 {
		font-size: 0.9em !important;
		color: #e03467 !important;
		margin-bottom: 15px !important;
		line-height: 22px !important;
		padding-left: 15px !important;
	}
	.wrapper-befits {
		padding-top: 0px !important;
	}
	.wrapper-clientele {
		padding-left: 50px !important;
	}
	.wrapper-textt {
		height: auto !important;
	}
	.tab-responsive-sizing-2 {
		margin-top: 0px !important;
		padding-top: 0px !important;
	}
}

/*Descktop Css*/
.heading-margin-bottom-less {
	margin-bottom: 10px !important;
	margin-top: 30px;
}
.only-extra-standard-2 {
	margin-top: 30px !important;
}
.only-extra-standardsimmaller-margin-3 {
	margin-top: 70px !important;
	margin-bottom: 70px !important;
}
.mbs-40 {
	margin-top: 0px !important;
}
/*.only-extra-standard-1 {
    padding-bottom: 70px;
}*/

/*.page-block {
	width: 100%;
	
	display: block;
	margin-top: 40px;
	margin-bottom: 40px;
	box-sizing: border-box;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
	background: white;
	float: left;
}*/

.page-block .text-padding {
	padding: 0px 64px;
}

.page-content {
	min-height: 100px;
}

.swiper-container.videoswiper {
	padding: 10px;
	margin-left: -10px;
	margin-right: -10px;
	box-sizing: border-box;
}

.videoswiper h1 {
	margin-bottom: 20px;
	font-weight: 400;
}
.videoswiper h1 a {
	margin-left: 8px;
	color: #7f8083;
	font-size: 13px;
	font-weight: 400;
	text-decoration: none;
	cursor: pointer;
}
.videoswiper h1 a:hover {
	text-decoration: underline;
}

.videoswiper .swiper-slide {
	overflow: hidden;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	transition: 0.6s all;
}
/*.videoswiper .swiper-slide:hover {
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
	z-index: 2;
}*/
/*.videoswiper .swiper-slide:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 10px;
	right: 10px;
	height: 100px;
	background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 70%,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 1) 90%,
    rgba(255, 255, 255, 1) 100%
	);
	cursor: pointer;
	z-index: 2;
}*/

.videoswiper .swiper-card {
	position: relative;
	height: 300px;
	background-color: white;
	padding: 10px;
	box-sizing: border-box;
	cursor: pointer;
}

.videoswiper .card-img {
	position: relative;
	height: inherit;
	width: 100%;
	background-color: #f2f2f2;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.videoswiper .card-img:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cpath%20d%3D%22M20%200C9%200%200%209%200%2020s9%2020%2020%2020%2020-9%2020-20S31%200%2020%200zM16%2029V11l12%209L16%2029z%22%20fill%3D%22%23FFFFFF%22%2F%3E%3C%2Fsvg%3E%0A");
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 40px;
	filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.1));
	transition: 0.6s all;
	cursor: pointer;
}
.videoswiper .card-img:hover:after {
	filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3));
}
.videoswiper .card-img a {
	height: 100%;
	display: block;
	cursor: pointer;
}

.videoswiper .card-info {
	position: relative;
	width: 100%;
	z-index: 1;
}

.videoswiper .card-info > a {
	position: relative;
	height: 100%;
	width: 100%;
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}
.videoswiper .card-info h2 {
	margin: 10px 0;
	color: #0071ba;
	font-size: 18px;
	line-height: 22px;
	cursor: inherit;
}
.videoswiper .card-info p {
	font-size: 13px;
	cursor: inherit;
}

.videoswiper .pagination {
	position: absolute;
	bottom: 2px;
	text-align: center;
	z-index: 9;
}

.videoswiper .swiper-pagination-bullet {
	height: 6px;
	width: 6px;
}

.videoswiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #0071ba;
}

/*.videoswiper .swiper-button-prev,
	.videoswiper .swiper-button-next {
	height: 40px;
	width: 40px;
	top: 29px;
	background-color: white;
	background-size: 14px;
	border-radius: 50%;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	transition: 0.6s all;
	cursor: pointer;
}*/

.videoswiper .swiper-button-prev:hover,
.videoswiper .swiper-button-next:hover {
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}

.card-info {
	margin-top: 15px;
}
