@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800;900&display=swap');

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.1/font/bootstrap-icons.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css");
@import url("https://unpkg.com/aos@2.3.1/dist/aos.css");

@font-face {
	font-family: 'Tomatoes Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Tomatoes Regular'), url('../fonts/TOMATOES Personal Use.woff') format('woff');
}

a {
	transition: all 0.3s ease 0s;
}

html, body {
	height: 100%;
	min-height: 100%;
}
body {
	font-size: 14px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
}

.middle {
	height: 100%;
	display: flex!important;
	flex-direction: column;
	justify-content: center;
}



@media (min-width: 1200px) {
	body {
		font-size: 1vw;

	}
	
	.container {
		padding: 0 .85vw;
		width: 85vw;
		margin: 0 auto;
		max-width: 85vw;
	}

	.row>* {
		padding-left: .84vw;
		padding-right: .84vw;
	}

	.row{
		margin: 0 -.9vw;
	}
}

header {
	position: fixed;
	width: 100%;
	z-index: 9999999;
	border-bottom: 1px solid #ccc;
  
}


header .container {
	/* border-bottom: 1px solid #e1e1e13f;     */
}
.navbar {
	background: #fff;
	padding: 0;
}

.navbar-brand {
	font-size: inherit;
	padding:.7vw 0;
	margin: 0;
}
.navbar ul li{
	margin: 0 .4vw;
}

.navbar ul li a {
	color: #222;
	font-size: .85vw;
	font-weight: 600;
	text-decoration: none;
	letter-spacing: .08vw;
	padding: .7vw 0.9vw .8vw;
	font-family: 'Raleway', sans-serif;
	display: block;

}


.navbar-brand img {
	width: 5.7vw;
}

.mobile{
	margin-left: 1.5vw !important;
}
.mobile a {
	background: #01c5f5;
	border-radius: .2vw;
	color: #fff !important;
}


header .dropdown:hover .dropdown-menu {
	display: block;
	margin-top: 0;
	box-shadow: 0 4px 16px 0 rgb(0 0 0 / 20%);
	border: 0;
 }

 header .navbar-nav li .dropdown-menu li{
	border-bottom: 1px solid #e2e2e2;
 }
 header .navbar-nav li .dropdown-menu li a {
	color: #222;
	text-transform: inherit;
	padding: 1vw 1.3vw;
	font-size: .97vw;
	font-weight: 500;

 }

 header .navbar-nav li .dropdown-menu li a:hover {
	background: #01c5f5;
	color: #fff;
 }


 .dropnav::after {
	display: inline-block;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
	height: .44vw;
	width: .44vw;
	border-style: solid;
	border-color: #222;
	border-width: 0px 1px 1px 0px;
	transform: rotate(45deg);
	left: 8px;
	margin-left: .5vw;
}





header .fixed-top {
	background: #ffffff;
	box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%), inset 0 -1px 0 rgb(0 0 0 / 15%);
}

header .fixed-top ul li a{
	color: #000;
}

header .fixed-top .dropnav::after {
	border-color: #000;
}

header .fixed-top .navbar-brand img {
	width: 4vw;
}


.hero-section {

}   

.hero-section video {
	height: 100vh !important;
}

.hero-section video {
	object-fit: cover;
	width: 100%;
	height: 100vh;
	position: relative;
	top: 0;
	left: 0;
}





.heroSlider1 {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #00000033;
}
.heroSlider .sliderItem{
	background-size: cover !important;
	height: 100vh;
}


.heroSlider .navs{
	display: block;
	position: absolute;
	z-index: 1000;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 4vw;
	width: 3vw;
	height: 3vw;
	text-align: center;
	line-height: 3vw;
	border: 0;
	background: rgba(255, 255, 255, 0.164);
	color: #fff;
	font-size: 1.4vw;
}

.heroSlider .navs:hover {
	background: #bcb164;
	color: #fff;
}
.heroSlider .previous {
  right: 9vw;
  top: 48%;
}

.heroSlider .next {
	right:9vw; 
	top: 57%;
}


.hero-caption {
	position: relative;
	top: 1.7vw;
}
.hero-caption span{
	font-family: 'Raleway', sans-serif;
	font-size: 1.5vw;
	font-weight: 500;
	margin-bottom: 1vw;
	display: block;
}


.hero-caption h1 {
	font-weight: 900;
	text-transform: uppercase;
	font-size: 4.2vw;
	line-height: inherit;
	margin-bottom: 1.5vw;
	line-height: 5.2vw;
}

.hero-caption a {
	background: #bcb164;
	color: #fff;
	border-radius: 2vw;
	font-size: 1.25vw;
	padding: 1.05vw 2.6vw;
	font-family: 'Raleway', sans-serif;
}

.hero-caption a:hover {
	background-color: #01c5f5;
	color: #fff;
}


.img img {
	width: 100%;
}
.about-home {
	padding: 5vw 0;
	background: #f5f5f5;
}


.about-home .text{
	padding-left: 5vw;
	}
.about-home .text h6{
	color: #031b18;
	font-size: 1.17vw;
	margin-bottom: 1.2vw;
	font-weight: 600;
	position: relative;
	padding-left:6vw;
}

.about-home .text h6::before {
	position: absolute;
	content: '';
	width: 5vw;
	height: .3vw;
	background: #bcb164;
	position: absolute;
	top: .6vw;
	left: 0;
}


.about-home .text h2{
	color: #002e43;
	font-size: 2.2vw;
	font-weight: 600;
	margin-bottom: 1.5vw;
}

.about-home .text p{
	font-size: 1.1vw;
	line-height: 2vw;
	margin-bottom: 2vw;
}

.about-home .text a{
	background: #bcb164;
	color: #fff;
	border-radius: 2vw;
	font-size: .9vw;
	padding: 1.2vw 2vw;
	width: max-content;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}

.about-home .text a:hover{
	background-color: #01c5f5;
}


.our-products {
	background: #fff;
	padding: 5vw 0 5vw;
}



.project-featured {
	width: 38%;
	float: left;
}

.sc-head {
	margin-bottom: 1.5vw;
}

.sc-head h2 {
	color: #002e43;
	font-weight: 900;
	margin: 0;
}

.sc-head h2 span {
	font-weight: 400;
}

.sc-head a {
	font-weight: 600;
	color: #002e43;
	border: .4vw solid #ebebeb;
	border-radius: 4vw;
	font-size: 1vw;
	padding: .6vw 2vw;
}

.sc-head a:hover {
	background: #01c5f5;
	border-color: #01c5f5;
	color: #fff;
}


.pr-card {
	margin-bottom: 2.5vw;
}

.pr-card .img {
	margin-bottom: 1.2vw;
	transition: all .3s ease-in-out;
	overflow: hidden;
	cursor: pointer;
}
.pr-card .img img {
	transition: all .3s ease-in-out;
}
.pr-card:hover img {
	transform: scale(1.1); 
	transition: all .3s ease-in-out;
}

.pr-card .text h5 {
	color: #002e43;
	font-weight: 800;
	margin: 0;
	font-size:1.8vw;
}



.recent-projects {
	background: #002e43;
	padding: 5vw 0;
}

.recent-projects .text h2 {
	color: #fff;
	margin-bottom: 2vw;
	font-weight: 700;
	font-size: 2.7vw;
	line-height: 3.7vw;
}

.recent-projects .text{
	padding-right: 2vw;
	padding-left: 6.9vw;
}

.recent-projects .text p {
	font-size: 1vw;
	margin: 0 0 3vw;
	line-height: 1.7vw;
	color: #cccccc;
}

.recent-projects .text .more-btn {

}

.recent-projects .text .more-btn {
	color: #000000;
	border: 1px solid #485a7e;
	width: max-content;
	color: #fff;
}
.recent-projects .text .more-btn i {
	color: #318ce7;
}



.prject-slider {
	position: relative;
	padding-left: 4.5vw;
}



.project-card img {
	width: 100%;
}


.projects .slick-prev, .projects .slick-next{
	display: none !important;
}

.projects .slick-list {
	padding: 0 21% 0 0 !important;
}

.project-card {
	margin: 0 1.5vw;
}



.recent-projects .slick-dots {
	position: absolute;
	left: 1vw;
	bottom: -3.5vw;
	z-index: 9999;
	float: left;
	width: auto;
}

.recent-projects .slick-dots li {
	height: auto;
	width: auto;
}

.recent-projects .slick-dots li.slick-active button:before{
	color: #fff;
}

.recent-projects .slick-dots li button:before{
	display: none;
}

.recent-projects .slick-dots li button{
	width: .6vw;
	height: .6vw;
	padding: 0;
	background: none;
	margin-bottom: 1.4vw;
	border: 1px solid #fff;
	border-radius: 100px;
}

.recent-projects .slick-dots li.slick-active button{
	background: #fff;
}




.recent-projects .section-bg-text{
	z-index: 999;
}

.recent-projects .section-bg-text img {
	width: 31vw;
}

.recent-projects .section-bg-text {
	top: -6.9vw;
	left: 10vw;
}





.recent-projects .navs{
	display: block;
	position: absolute;
	z-index: 1000;
	top: 90%;
	transform: translateY(-50%);
	border-radius: 4vw;
	width: 3vw;
	height: 3vw;
	text-align: center;
	line-height: 3vw;
	border: 0;
	background: none;
	border: 1px solid rgba(255, 255, 255, 0.164);
	color: #bbb064;
	font-size: 1.4vw;
}

.recent-projects .navs:hover {
	background: #bcb164;
	color: #fff;
}
.recent-projects .previous {
  left: 12.5vw;
}

.recent-projects .next {
	left:8vw; 
}

.year{
	margin-bottom:.5vw;
}
.year img {
	width: 24vw;
}




.advantages {
	background: url('../img/adv-bg.jpg');
	background-size: cover !important;
	padding: 9vw 0;
}



.adv-head h2 {
	text-align: center;
	font-size: 3.2vw;
	margin: 0;
	color: #fff;
	font-weight: 900;
	width: max-content;
	position: relative;
}

.adv-head span {
	display: block;
	font-weight: 400;
}

.adv-head h2::after{
	position: absolute;
	content: '';
	height: 5vw;
	width: .45vw;
	background-color: #bcb164;
	top: -5.2vw;
}

.adv-head h2::before{
	position: absolute;
	content: '';
	height: 5vw;
	width: .45vw;
	background-color: #bcb164;
	bottom: -6vw;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.adv-points {
	overflow: hidden;
}

.adv-points li {
	list-style: none;
	float: left;
	width: 100%;
	font-size:1.29vw;
	color: #fff;
	margin-bottom: .9vw;
	display: flex;
	font-weight: 400;
}

.adv-points li i {
	color: #bcb164;
	font-size: 1.3vw;
	margin-right: 1.3vw;
	position: relative;
	top: -.1vw;
}


.contact-us {
	padding: 5vw 0;
}

.contact-us .text {
	padding: 0 1vw;
}
.contact-us .text2 {
	padding: 0 1.5vw;
}

.contact-us .text h2{
	color: #bcb164;
	font-size: 3.8vw;
	font-family: 'Tomatoes Regular';
	margin-bottom: 2vw;
}

.contact-us .text a {
	width: 50%;
	background: #fff;
	color: #bcb164;
	border-radius: 3vw;
	font-size: 1.2vw;
	padding: 1vw 2vw;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	display: inline-block;
	margin-right: 1vw;
	border: 0.2vw solid #bcb164;
}

.contact-us .text a.btn2 {
	background: #002e43;
	color: #fff;
	border-color: #002e43;

}

.contact-us .text2 p {
	color: #112232;
	font-size: 1.8vw;
	margin: 0 0 1vw;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
}

.contact-us .text2 h3 {
	font-weight: 700;
	font-size: 3.2vw;
	margin: 0;
	color: #002e43;
}



footer {
	background: #002e43;
	padding: 5vw 0 0;
}



.footer-logo {
	
}

.footer-logo .img {
	width: 5.5vw;
}



.footer-logo h6 {
	margin:5vw 0 0;
	font-weight: 600;
	font-size: 1.12vw;
	color: #fff;
	line-height: inherit;
}



.footernav h4 {
	font-weight: 800;
	font-size: .95vw;
	text-transform: uppercase;
	margin-bottom: 1vw;
	color: #fafafa;
}

.bbb-wrapper  {
	margin-bottom: 3vw;
}
.bbb-wrapper .subcribe-form form {
	position: relative;
	display: flex;
}

.bbb-wrapper .subcribe-form #subscribe input {
	width: 100%;
	height: 2.6vw;
	background: none;
	border: none;
	outline: none;
	border-radius: .3vw;
	padding: 0 1vw;
	color: #fff;
	font-size: .95vw;
	border-bottom: 1px solid #8097a1;
	border-radius: 0;
	padding-left: 0;
}

.bbb-wrapper .subcribe-form #subscribe input::placeholder{
	color: #fff;
}

.bbb-wrapper .subcribe-form #subscribe #subscribe-button {
	height: 2.5vw;
	padding: 0 1vw;
	border-radius: .3vw;
	border: none;
	/* position: absolute; */
	right: .32vw;
	top: .42vw;
	font-size: .8vw;
	color: #fff;
	cursor: pointer;
	font-weight:400;
	background: none;
	border: 1px solid #ffffff;
	width: max-content;
	white-space: nowrap;
	margin-left: .3vw;
	text-transform: uppercase;
}

.subscribe-message {
	color: #fff;
	float: left;
	margin-top: 10px;
	text-align: left;
	font-weight: 500;
	line-height: 19px
}

.color-bg {
	background: #4DB7FE
}

#subscribe-button:hover {
	background: #2C3B5A;
	color: #fff
}


.footer-card {

}

.footer-card h6 {
	font-weight: 700;
	color: #fff;
	font-size: .82vw;
	margin-bottom: 2vw;
	text-transform: uppercase;
	position: relative;
}

.footer-card h6::after{
	position: absolute;
	content: '';
	bottom: -.8vw;
	width: 2.5vw;
	height: .2vw;
	background: #bcb164;
	left: 0;

}

.footer-card ul {
	margin: 0;
	padding: 0;
}

.footer-card ul li {
	float: left;
	width: 100%;
	list-style: none;
}
.footer-card ul li a {
	font-size: .8vw;
	color: rgba(255, 255, 255, 0.856) !important;
	text-decoration: none;

}

.foorermenu ul li a{
	white-space: nowrap;
}



.copy-rights {
	padding:2.5vw 0;
	border-top: 1px solid #4d6d7c;
	margin-top:3vw;
}

.copy-rights p {
	font-size: .8vw;
	margin: 0;
  
}

.copy-rights p a {
	color: rgba(255, 255, 255, 0.856) !important;
	text-decoration: none;
}


.recent-projects .slick-list {
	padding: 0 14% 0 0;
}



.product-brief-header {
	background-size: cover !important;
	height: 35vh; 
}



.product-brief-caption {

}

.product-brief-caption img {
	width: 10vw;
	margin-top: 1vw;
}

.product-brief-caption h2 {
	/*color: #fff;*/
	font-weight: 900;
	font-size: 3.1vw;
	margin-bottom: 1vw;
	margin-top: 2.5vw;
}

.product-brief-caption h6 {
	/*color: #fff;*/
	font-size: 1.8vw;
	margin: 0;
	display:none;
}





.brief-first {
	padding: 5vw 0;
}

.brief-first h3 {
	color: #002e43;
	font-size: 2.3vw;
	margin: 0;
	font-weight: 600;
}


.brief-first p {
	font-size: 1vw;
	color: #444;
	margin-bottom: 0.5vw;
	padding-left: 2.5vw;
}



.pb-card {
	background: #f9f7f8;
	padding: 2vw 1.8vw;
	border-radius: .2vw;
	border: 1px solid #ded8d8;
	margin-top: 1vw;
}

.pb-card span {
	color: #002f43;
	font-size: 1.1vw;
	text-transform: uppercase;
	font-weight: 500;
	display: block;
	margin-bottom: 2.5vw;
	border-bottom: 1px solid #bdb165;
	white-space: nowrap;
	padding-bottom: .5vw;
}

.pb-card h6 {
	font-weight: 700;
	color: #002f43;
	font-size: 1.2vw;
	margin: 0;
	white-space: nowrap;
}



.project-images {
	padding: 5vw 0;
	background: #f9f7f8;
}


.projectSlider img {
	width: 100%;
}





.project-images .navs{
	display: block;
	position: absolute;
	z-index: 1000;
	top: 52%;
	transform: translateY(-50%);
	border-radius: 4vw;
	width: 3.4vw;
	height:  3.4vw;
	text-align: center;
	line-height: 3.4vw;
	background: #fff;
	border: 1px solid rgba(255, 255, 255, 0.164);
	color: #000000;
	font-size: 1.4vw;
}

.project-images .navs:hover {
	background: #bcb164;
	color: #fff;
}
.project-images .previous {
	right:-5vw; 
}

.project-images .next {
	left:-5vw; 
}


.testmonails{
	background: #ffffff;
	padding:8vw 0 4vw;
}

.testmonails .adv-head{
	margin-bottom: 5vw;
}
.testmonails .adv-head h2 {
	width: 100%;
	color: #002e43;
}
.testmonails .adv-head h2 span {
	display: inline-block;

}

.testmonails .adv-head h2::after{
	margin: 0 auto;
	left: 0;
	right: 0;
	height: 2vw;
	top: -2.5vw;
}
.testmonails .adv-head h2::before{
	height: 2vw;
	bottom: -2.5vw;
}



.testimonailsSlider {
	padding-left: 8vw;
	overflow: hidden;
}


.client-logo {
	padding-right: 3vw;
	position: relative;
}
.client-logo img{
	width: 100%;
}

.client-img {
	width: 9vw;
	border-radius: 100%;
	background: #ffffff;
	overflow: hidden;
	position: absolute;
	bottom: -3vw;
	right: 0;
}

.client-img img {
	width: 100%;
	border-radius: 100%;
	border: .5vw solid #ffffff;
}




.testmonails .slick-list {
	padding: 0 35% 0 0 !important;
}



.review-text {
	padding: 0 2vw 0 0;
}

.review-text h6 {
	color: #002e43;
	margin: 0 0 .7vw;
	font-weight: 700;
	font-size: 1.5vw;
	line-height: 2.2vw;
}

.review-text p {
	font-size: 1vw;
	color: #8a8a8a;
	font-weight: 500;
}

.review-text i {
	font-size: 3.3vw;
	color: #bcb164;
	line-height: 100%;
	margin-bottom: 1.8vw;
	position: relative;
	left: -.5vw;
}


.testmonails .slick-track {
	padding-bottom: 3vw;
}

.testmonails .slick-dots {
	bottom: 0;
}


.testmonails .slick-dots {
	padding-left: 0.5vw;
	position: absolute;
	bottom: 0;
	left: 0;
}

.testmonails .slick-dots li {
	margin: 0;
}


.testmonails .slick-dots li button {
	width: 1.5vw;
	height:1.5vw;
	padding: 0;
}


.testmonails .slick-dots li button:before {
	color: #cccccc;
	opacity: 10;
	font-size: .65vw;
	line-height: 1.5vw;
	width: 1.5vw;
	height:1.5vw;
}

.testmonails .slick-dots li.slick-active button:before {
	color: #bcb164;
}


.product-brief-caption2 h2 {
	margin-top: 10vw;
}





.pr-card2 {
	margin-bottom: 3.5vw;
	padding: 0 .5vw;
}

.pr-card2 .img {
	margin-bottom: 1.2vw;
	transition: all .3s ease-in-out;
	overflow: hidden;
	cursor: pointer;
}
.pr-card2 .img img {
	transition: all .3s ease-in-out;
}
.pr-card2:hover img {
	transform: scale(1.1); 
	transition: all .3s ease-in-out;
}

.pr-card2 .text h5 {
	color: #000000;
	font-weight: 800;
	margin: 0 0 1vw;
	font-size:2.1vw;
}

.pr-card2 .text h6 {
	color: #000000;
	font-weight: 400;
	font-size: 1.5vw;
	margin-bottom: 1.4vw;
}


.pr-card2 .text a {
	border: .3vw solid #ebebeb;
	color: #002e43;
	padding:.7vw 2vw;
	border-radius: 0;
	font-size: 1vw;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}





.product-brief-caption h6.curvyfont {
	font-family: 'Tomatoes Regular';
	color: #bcb164 ;
	margin-top: 2vw ;
	font-size:2.1vw;
}


.curvyfont span {
	font-family: 'Raleway', sans-serif;
}



.about-first {
	padding: 5vw 0;
}

.about-first h3 {
	color: #002e43;
	font-size: 2.3vw;
	margin: 0 0 2vw;
	font-weight: 600;
	line-height: 2.8vw;
   
}

.about-first h6{    
	color: #bcb164;
	line-height: 1.7vw;
	margin: 0 0 2vw;
}

.about-first p {
	line-height: 1.8vw;
	color: #505050;
	font-size: 1vw;
	margin: 0;
}



.conmpnay-profile {
	padding: 5vw 0;
	background: #002e43;
}


.conmpnay-profile img {
	width: 100%;
}



.conmpnay-profile .text {
	color: #fff;
	padding-right: 3vw;
}

.conmpnay-profile .text h4 {
	color: #fff;
	font-weight: 800;
	margin-bottom: 1.5vw;
}

.conmpnay-profile .text p {
	font-size: .9vw;
	color: #fafafa;
	line-height: 1.6vw;
}




.vission-mission {
	padding: 5vw 0;
}
  
.vission-mission .img img {
	width: 100%;
}

  .vission-mission .text {
	  padding-left: 5vw;
	  padding-right: 4.2vw;
  }

  .vission-mission .text h3 {
	  font-weight: 200;
	  color: #002e43;
	  font-size:3.3vw;
	  margin-bottom: 1.5vw;
  }

  .vission-mission .text p {
	  font-size: 1.1vw;
	  color: #333333;
	  margin: 0;
  }


  .vission-mission .text2 {
	  padding-right:9vw;
  }


  .vission-card {
	  margin-top: 4vw;
  }







.people {
	background: #f7f7f7;
}

.people .adv-head {
	margin-bottom: 4vw;
}
  
.box-title {
	width: 100%;
	position: absolute;
	text-align: center;
	top: 40%;
  }
  
  .box-callout {
	width: 100%;
	margin: 15px 10px;
	padding: 0;
  }
  
  .box-callout figure {
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0;
  }
  
  .box-callout figure img {
	width: 100%;
  }
  
  .box-callout h3 {
	margin: 0 auto;
	font-size: 1.6vw ;
	color: #fff;
	text-align: center;
	margin: 0 0 .5vw;
	font-weight: 600;
	
  }

  .box-callout figcaption p {
	color: #fff;
	font-size: .95vw;
	margin: 0;
	font-weight: 500;
  }
  
  .box-callout figcaption ul {
	list-style: none;
	margin: 0;
	padding: 0;
  }
  
  .box-callout figcaption ul {
	visibility: visible;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
  }
  
  .box-callout figcaption ul li {
	display: inline-block;
	padding: 10px;
  }
  
  .box-callout h4 {
	margin: 10px 0 0;
	padding: 0;
  }
  
  .box-callout figcaption {
	padding: 10%;
	color: transparent;
	background-color: transparent;
	position: absolute;
	z-index: 996;
	bottom: 0;
	left: 0;
	width: 80%;
	height: 0;
	margin: 0 0 !important;
	display: flex;
	flex-direction: column;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 1.6em;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
  }
  
  .box-callout figure:hover figcaption {
	visibility: visible;
	color: #fff;
	background: #002e43bb;
	/* Primary color, can be changed via colors.css */
	height: 100%;
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
  }
  
  .box-callout figure:hover figcaption ul li a:hover {
	color: rgba(49, 49, 49, .97);
  }
  
  .box-callout figure img {
	-webkit-transform: scale(1.1) rotate(0) translateY(0);
	-moz-transform: scale(1.1) rotate(0) translateY(0);
	-o-transform: scale(1.1) rotate(0) translateY(0);
	-ms-transform: scale(1.1) rotate(0) translateY(0);
	transform: scale(1.1) rotate(               ) translateY(0);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
  }
  
  .box-callout figure:hover img {
	-webkit-transform: scale(1.3) rotate(0) translateY(12px);
	-moz-transform: scale(1.3) rotate(0) translateY(12px);
	-o-transform: scale(1.3) rotate(0) translateY(12px);
	-ms-transform: scale(1.3) rotate(0) translateY(12px);
	transform: scale(1.3) rotate(0) translateY(12px);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
  }
  




  .form-call-back {
	  border-radius: .2vw;
	  padding-left: 4.5vw;
	  position: relative;
	  top: 3vw;
  }


  .form-call-back h5 {
	  background: #01c4f5c5;
	  margin: 0;
	  font-size: 1vw;
	  color:#fff;
	  padding: .8vw 1.6vw;
	  font-weight: 800;
	  line-height: 1.5vw;
	  border-start-end-radius: .2vw;
	  border-start-start-radius: .2vw;
  }


.form-body {
	padding:1.5vw 1.2vw 1.2vw;
	background: rgba(255, 255, 255, 0.301);
	border-bottom-left-radius: .2vw;
	border-bottom-right-radius: .2vw;
}


.form-body .form-control {
	padding: 0 0 .3vw;
	height: auto;
	border: 0;
	border-bottom: 1px solid #cccccc;
	color: #fff;
	border-radius: 0;
	font-size: .95vw;
	background: none;
}

.form-body .form-control::placeholder{
	color: #fff;
}

.form-body .form-control:focus{
	outline: 0;
	box-shadow: none;

}

.form-body .formgroup {
	margin-bottom: 1.6vw;
}   


.form-body .form-select {
	padding: 0 0 .3vw;
	height: auto;
	border: 0;
	border-bottom: 1px solid #cccccc;
	color: #fff;
	border-radius: 0;
	font-size: .95vw;
	background: none;
}

.form-body .form-check-label  {
	color: #fff;
	font-size: .87vw;
}


.submitbutton {
	background: #01c5f5;
	font-size: 1.1vw;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: .2vw;
	width: 100%;
	color: #fff;
	padding: .6vw 1vw;
}

.main_header{
	z-index: 99;
}



.allumini-windows {
	padding: 5vw 0;
}

.alumini-windows-head {
	padding-right: 1vw;
	top: 2vw;
	z-index: 9;
}

.alumini-windows-head h6 {
	font-family: 'Tomatoes Regular';
	color: #bcb164;
	font-size: 2vw;
	padding-left: 6vw;
	position: relative;
	margin-bottom: 1vw;
}

.alumini-windows-head h3 {
	color: #002e43;
	font-size: 2vw;
	margin: 0 0 1vw;
	font-weight: 600;
}
.alumini-windows-head p {
	line-height: 1.6vw;
	color: #505050;
	font-size: .98vw;
	margin: 0 0 1vw;
}


.alumini-windows-head h6::before {
	position: absolute;
	content: '';
	width: 5vw;
	height: 0.3vw;
	background: #bcb164;
	position: absolute;
	top: 0.6vw;
	left: 0;
}



.alumini-windows-head ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}

.alumini-windows-head ul li {
	list-style: none;
	float: left;
	width: 100%;
	line-height: 1.6vw;
    color: #505050;
    font-size: .98vw;
	display: flex;
    margin: 0 0 .5vw;
}


.alumini-windows-head ul li i {
	margin-right: 5px;
	color: #bcb164;
}


.alumini-windows-head h5 {
	font-size: 1vw;
	font-weight: 700;
	margin-bottom: 1vw;
	margin-top: 1vw;
	float: left;
	width: 100%;
}

.aluminicol {
	padding-left: 2vw;
}

.aw-card {  
	margin-bottom: 1.7vw;

}

.aw-card h6 {
	font-size: 1.35vw;
	color: #1e2329;
	margin-bottom: .5vw;
	font-weight: 800;
}

.aw-card .img img {
	width: 100%;
	border: .3vw solid #bcb164;
	background: #bcb164;
}


.img img {
	width: 100%;
}


.aw-big-img {

}
.aw-big-img .img{
	position: relative;
	top: 2vw;
	background: #bcb164;
}

.aw-big-img .img img{
	border: .3vw solid #bcb164;
}



.aw-col-8 {
	width:62.8%;
}


.aw-big-img {
	width:36.4%;
}



.awrow {
	margin-top: 3vw;
}


.immargin {
	position: relative;
	top: 2vw;
}


.aw-advantages {
	background: url('../img/aw-adv-banner.jpg');
	background-size: cover;
	padding: 5vw 0;
}


.aw-advantages .col-md-4 {
	margin-bottom: 2vw;
}
.aw-advantages .pb-card {
	background: none;
	border: 1px solid #c2c2c2c2;
	padding:0 3vw;
	min-height: 14.5vw;
}

.aw-advantages .pb-card span{   
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 1.54vw;
	text-transform: inherit;
	border: 0;
	position: relative;
}

.aw-advantages .pb-card span::before{
	position: absolute;
	left: 0;
	right: 0;
	width: 4vw;
	height: .3vw;
	content: '';
	background: #bcb164;
	margin: 0 auto;
	bottom: -0.5vw;
}

.aw-advantages .pb-card h6{
	white-space: inherit;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size: 1.54vw;
}



.applicationtext ul{
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.applicationtext ul li {
	list-style: none;
	float: left;
	width: 100%;
	font-size:1vw;
	color: #1b1b1b;
	margin-bottom: .3vw;
	display: flex;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
}

.applicationtext ul li i {
	color: #bcb164;
	font-size: 1vw;
	margin-right: 1vw;
	position: relative;
	top: -.1vw;
}


.applicationtext h4 {
	font-family: 'Raleway', sans-serif;
	color: #002e43;
	font-size: 2.2vw;
	font-weight: 600;
	margin-bottom: 1.5vw;
}




.saperator {
	height: .02vw;
	background: #b7b7b7;
	width: 100;
	margin: 3vw 0 4.5vw;
}



.contact-hero {
	height: 97.3vh;
	background-size: cover !important;
	width: 100%;
}



.contact-form {
	position: relative;
}

.contact-form h2 {
	font-weight: 900;
	font-size: 3.4vw;
	color: #fff;
	margin: 0 0 3.8vw;
	text-align: center;
}


.form-wrapper {
	background: #fff;
	border: 1px solid #bcb164;

}

.form-header{
	padding:1.3vw 0;
	border-bottom: 1px solid #e1e1e1;
	text-align: center;
}
.form-header h3 {
	font-weight: 800;
	font-size: 2.8vw;
	color: #002f43;
	margin: 0;
}

.form-header h6 {
	font-size: 1.1vw;
	color: #002f43;
	margin: 0;
}   




.form-body-contact{
	padding: 2vw 4vw;
}
.form-body-contact .form-control {
	padding: 0 0 .48vw;
	height: auto;
	border: 0;
	border-bottom: 1px solid #acacac;
	color: #666666;
	border-radius: 0;
	font-size: .95vw;
}

.form-body-contact .form-control:focus{
	outline: 0;
	box-shadow: none;
}

.form-body-contact .formgroup {
	margin-bottom: 2.8vw;
}   


.form-body-contact textarea.form-control{
	height: 9vw;
}



.submitbutton2 {
	background: #bcb164;
	font-size: 1.1vw;
	font-weight: 600;
	border-radius: .2vw;
	width: 100%;
	color: #fff;
	padding: 1.2vw 1vw;
	border: 0;
	font-family: 'Raleway', sans-serif;
}



.contact-info {
	padding:5vw 0 5vw;
	background: #fafafa;
}

.contact-info-card {
	padding: 0 1vw;
}
.contact-info-card img {
	width: 4.5vw;
	margin: 0 auto 3.5vw;
}

.contact-info-card h2 {
	font-weight: 600;
	font-size: 2vw;
	color: #002f43;
	margin-bottom: .5vw;
	white-space: nowrap;
}

.contact-info-card a {
	font-size: 1vw;
	color: #002f43;
	text-decoration: none;
}


.borderleftright {
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
}



.pr-card3{
	padding: 0;
	background: #1e2329;
}

.pr-card3 .img {
	margin: 0;
}
.pr-card3 .text {
	padding:2vw 2.5vw;
}

.pr-card3 .text h5 {
	color: #ffffff;
	font-size: 1.8vw;
	font-weight: 600;
	margin-bottom: .8vw;
}

.pr-card3 .text h6 {
	color: #f1f1f1;
	font-size: 1.1vw;
	line-height: 1.9vw;
}

.pr-card3 .text a {
	color: #ffffff;
	border-color: #474b50;
	border-radius: .3vw;
	font-size: .9vw;
}







/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
	margin: 0;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 1vw;
	color: #fff;
	font-size: 1.1vw;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}





figure.effect-ming {
	background: #030c17;
}

figure.effect-ming img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-ming figcaption::before {
	position: absolute;
	top: 1vw;
	right: 1vw;
	bottom: 1vw;
	left: 1vw;
	border: 0.2vw solid #ffffffb8;
	box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.4,1.4,1);
	transform: scale3d(1.4,1.4,1);
}

figure.effect-ming h2 {
	margin:40% 0 .9vw 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	font-size: 2vw;
	font-weight: 600;
}

figure.effect-ming p {
	padding: 0 .2vw;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

figure.effect-ming:hover h2 {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-ming:hover figcaption {
	background-color: rgba(58,52,42,0);
}

figure.effect-ming:hover img {
	opacity: 0.4;
}




.project-card2 {
	width:18.85%;
	float: left;
}


.project-card3 {
	width: 24.3%;
	float: left;
}


.smpr figure.effect-ming h2{
		font-size: 1.1vw;
}


.project-card3 figure.effect-ming h2 {
	margin: 30% 0 .9vw 0;
}


.project-card3  figure.effect-ming p {
	padding:0 2vw;
}


.mouse {
	width: 41px;
	height: 70px;
	border: 2px solid #ccc;
	border-radius: 60px;
	position: absolute;
	margin: 0 auto;
	bottom: 1.5vw;
	left: 0;
	right: 0;
}
.mouse::before {
	content: "";
	width: 12px;
	height: 12px;
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	border-radius: 50%;
	opacity: 1;
	animation: wheel 2s infinite;
	-webkit-animation: wheel 2s infinite;
}
@keyframes wheel {
	to {
		opacity: 0;
		top: 60px;
	}
}
@-webkit-keyframes wheel {
	to {
		opacity: 0;
		top: 60px;
	}
}




.foundermessage {
	padding: 0 1vw 0 3vw;
}

.foundermessage h3 {
	font-weight: 700;
	font-size: 2vw;
	margin-bottom: .5vw;
}

.foundermessage h6 {
	font-size: 1vw;
	font-weight: 600;
	color: #666;
	margin-bottom: 2vw;
}

.foundermessage p {
	font-size: 1.1vw;
	line-height: 1.6vw;
	margin: 0 0 1vw;
}


.project-featured2 figure.effect-ming h2 {
	margin: 13% 0 0.9vw 0;
	font-size: 1.8vw;
	font-weight: 600;
}

.aboutbanner {
	/*height: 100vh; */
}

#getActiveMQ-watcher {
	font-family: "break-0";
  }
  @media (min-width: 20em) {
	#getActiveMQ-watcher {
	  font-family: "break-1";
	}
  }
  @media (min-width: 30em) {
	#getActiveMQ-watcher {
	  font-family: "break-2";
	}
  }
  @media (min-width: 37.5em) {
	#getActiveMQ-watcher {
	  font-family: "break-3";
	}
  }
  @media (min-width: 48em) {
	#getActiveMQ-watcher {
	  font-family: "break-4";
	}
  }
  @media (min-width: 60em) {
	#getActiveMQ-watcher {
	  font-family: "break-5";
	}
  }
  
  /* =Map Pin Animation
  // ========================================================================== */
   @-webkit-keyframes pulsate {
	0% {
	  -webkit-transform: scale(0.2);
	  transform: scale(0.2);
	  opacity: 1;
	}
	100% {
	  -webkit-transform: scale(1.2);
	  transform: scale(1.2);
	  opacity: 0;
	}
  }
  @-moz-keyframes pulsate {
	0% {
	  -webkit-transform: scale(0.2);
	  transform: scale(0.2);
	  opacity: 1;
	}
	100% {
	  -webkit-transform: scale(1.2);
	  transform: scale(1.2);
	  opacity: 0;
	}
  }
  @keyframes pulsate {
	0% {
	  -webkit-transform: scale(0.2);
	  transform: scale(0.2);
	  opacity: 1;
	}
	100% {
	  -webkit-transform: scale(1.2);
	  transform: scale(1.2);
	  opacity: 0;
	}
  }
  .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
  } 
  
  /* @-webkit-keyframes bounceInDown {
	0% {
	  opacity: 0;
	  -webkit-transform: translateY(-2000px);
	  transform: translateY(-2000px);
	}
	60% {
	  opacity: 1;
	  -webkit-transform: translateY(30px);
	  transform: translateY(30px);
	}
	80% {
	  -webkit-transform: translateY(-10px);
	  transform: translateY(-10px);
	}
	100% {
	  -webkit-transform: translateY(0);
	  transform: translateY(0);
	}
  } */
  /* @keyframes bounceInDown {
	0% {
	  opacity: 0;
	  -webkit-transform: translateY(-2000px);
	  -ms-transform: translateY(-2000px);
	  transform: translateY(-2000px);
	}
	60% {
	  opacity: 1;
	  -webkit-transform: translateY(30px);
	  -ms-transform: translateY(30px);
	  transform: translateY(30px);
	}
	80% {
	  -webkit-transform: translateY(-10px);
	  -ms-transform: translateY(-10px);
	  transform: translateY(-10px);
	}
	100% {
	  -webkit-transform: translateY(0);
	  -ms-transform: translateY(0);
	  transform: translateY(0);
	}
  } */
  /* .bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
  }
   */
  /* =Places Map
  // ========================================================================== */
  #places-map {
	background: #ffffff;
	padding: 0 1vw 0 6vw;
	position: relative;
  }
  #places-map h1 {
	font-size: 1.3125em;
	margin-top: 0.9523809524em;
	text-align: center;
	color: #000;
  }
  @media (min-width: 37.5em) {
	#places-map h1 {
	  font-size: 2.1875em;
	  margin-top: 0.9428571429em;
	}
  }
  #places-map .wu-logo {
	display: none;
	height: 3.875em;
	width: 11.3125em;
  }
  @media (min-width: 60em) {
	#places-map .wu-logo {
	  background: url(https://jeffbridgforth.com/codepen/wu-logo.jpg) no-repeat;
	  display: block;
	  position: absolute;
	  bottom: 1.875em;
	  left: 2em;
	}
  }
  @media (min-width: 87.5em) {
	#places-map .wu-logo {
	  left: 50%;
	  margin-left: -43.75em;
	}
  }
  #places-map img {
	height: auto;
	position: relative;
	width: 100%;
	z-index: 1;
  }
  .secondary-page #places-map .content {
	margin: 0;
	position: relative;
  }
  @media (min-width: 60em) {
	.secondary-page #places-map .content {
	  margin: 0 auto;
	}
  }
  #places-map .map {
	position: relative;
	max-width: 56.4375em;
	margin-left: auto;
	margin-right: auto;
  }
  #places-map .map-pins {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	width: 100%;
  }
  #places-map .map-location-marker {
	background: url(https://jeffbridgforth.com/codepen/map-pin.png) no-repeat;
	cursor: pointer;
	position: absolute;
	height: 2.2vw;
	margin-top: -1.875em;
	width: 1.4vw;
	z-index: 3;
	opacity: 10;
	background-size: 100%;
  }
  @media (min-width: 48em) {
	.js #places-map .map-location-marker {
	  visibility: hidden;
	}
	.js #places-map .map-location-marker.bounceInDown {
	  visibility: visible;
	}
  }
  #places-map .marker-san-francisco {
	left: 8%;
	top: 30%;
  }
  @media (max-width: 37.4375em) {
	#places-map .marker-san-francisco {
	  left: 6%;
	  top: 32%;
	}
  }
  #places-map .marker-denver {
	left: 29%;
    top: 54%;
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
  }
  #places-map .marker-argentina {
	left: 29.5%;
	bottom: 21.5%;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
  }
  #places-map .marker-dubai {
    left: 38.5%;
    top: 63%;
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
  }
  #places-map .marker-costa-rica {
	left: 17.5%;
	top: 50%;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
  }
  #places-map .marker-peterborough {
	left: 45.5%;
	top: 20%;
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
  }
  #places-map .marker-vilnius {
	left: 52%;
	top: 18%;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
  }
  #places-map .marker-singapore {
	left: 79%;
	bottom: 42%;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
  }
  #places-map .marker-manila {
	left: 84.5%;
	top: 48%;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
  }
  #places-map .marker-sydney {
	bottom: 14%;
	right: 7.5%;
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
  }
  #places-map .map-location-marker:after {
	-webkit-animation: pulsate 2s ease-in-out infinite;
	-moz-animation: pulsate 2s ease-in-out infinite;
	animation: pulsate 2s ease-in-out infinite;
	background: transparent;
	border: 2px solid #fff;
	border-radius: 30px;
	content: "";
	display: block;
	height: 31px;
	left: -7px;
	opacity: 0;
	position: absolute;
	top: -8px;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
	width: 31px;
	z-index: 2;
  }
  
  #page-places {
	position: relative;
  }
  
  #map-info {
	background: #04426a;
	color: #fff;
	position: absolute;
	top: -1.5625em;
	left: 50%;
	margin-left: -7.8125em;
	padding: .1vw;
	width: 15.625em;
	z-index: 10;
  }
  #map-info .close-btn {
	background: url(http://jeffbridgforth.com/codepen//close-btn.png) no-repeat;
	cursor: pointer;
	display: block;
	height: 0.6875em;
	width: 0.6875em;
	position: absolute;
	right: 1.125em;
	top: 1.125em;
  }
  @media (min-width: 30em) {
	#map-info {
	  top: 50%;
	  margin-top: -8.875em;
	}
  }
  @media (min-width: 60em) {
	#map-info {
	  margin-left: -8.875em;
	  width: 19em;
	}
  }
  @media (min-width: 48em) {
	#map-info {
	  margin-left: 0;
	  margin-top: 0;
	}
	#map-info:before {
	  content: "";
	  display: block;
	  width: 0;
	  height: 0;
	  border-style: solid;
	  border-width: 13px 16px 13px 0;
	  border-color: transparent #04426a transparent transparent;
	  position: absolute;
	  left: -16px;
	}
	#map-info.san-francisco {
	  left: 11%;
	  top: 23%;
	}
	#map-info.denver {
		left: 32.5%;
		top: 52.5%;
	}

	#map-info.India {
		left: 44%;
		top: 59.5%;
	}
	#map-info.argentina {
	  left: 32.5%;
	  bottom: 0;
	  top: auto;
	}
	#map-info.argentina:before {
	  top: 152px;
	}
	#map-info.costa-rica {
	  bottom: 5%;
	  left: 20%;
	  top: auto;
	}
	#map-info.costa-rica:before {
	  top: 45px;
	}
	#map-info.peterborough {
	  top: 12.5%;
	  left: 48%;
	}
	#map-info.vilnius {
	  top: 10.5%;
	  left: 54.5%;
	}
	#map-info.dubai {
	  top: 35%;
	  left: 66.5%;
	}
	#map-info.singapore {
	  left: auto;
	  top: auto;
	  bottom: 0%;
	  right: 24%;
	}
	#map-info.singapore:before {
	  border-width: 13px 0 13px 16px;
	  border-color: transparent transparent transparent #000;
	  left: auto;
	  right: -16px;
	  top: 55px;
	}
	#map-info.manila {
	  left: auto;
	  top: auto;
	  bottom: 1.75%;
	  right: 18.5%;
	}
	#map-info.manila:before {
	  border-width: 13px 0 13px 16px;
	  border-color: transparent transparent transparent #000;
	  left: auto;
	  right: -16px;
	}
	#map-info.sydney {
	  left: auto;
	  top: auto;
	  right: 11.5%;
	  bottom: 0;
	}
	#map-info.sydney:before {
	  border-width: 13px 0 13px 16px;
	  border-color: transparent transparent transparent #000;
	  left: auto;
	  right: -16px;
	  bottom: 50px;
	}
  }
  #map-info h1 {
	float: left;
	font-size: 1.4vw;
	line-height: 1;
	margin: 0;
	padding: .8vw .6vw;
	font-family: 'Poppins', sans-serif;
	color: #fff;
  }
  #map-info a {
	color: #ffdf1c;
	display: block;
	font-size: 0.75em;
	float: right;
	margin-right: 2.5em;
	margin-top: 0.6666666667em;
	text-decoration: underline;
	font-family: 'Poppins', sans-serif;
	font-size: .9vw;
	text-decoration: none;
	margin: .85vw 2.5vw;
  }
  #map-info img {
	height: auto;
	max-width: 100%;
  }



.maps {
	padding: 5vw 0;
}



.desk_none {
	display: none;
}


@media (max-width: 575.98px) {
	.desk_none {
		display: block;
	}

	.mobile_none {
		display: none;
	}

	li.mobile {
		margin-left: 60px !important;
	}

	li.mobile a{
		list-style: none;
		text-decoration: none;
		padding: 6px 9px;
		font-size: 13px;
		border-radius: 2px;
	}
	
	.navbar {
		background: #fff !important;
	}
	.navbar-brand img {
		width: 50px;
	}

	.navbar ul li a {
		font-size: 14px;
		color: #333;
	}

	#navbar_top .navbar-toggler {
		color: #000;
		border: 0;
		padding: 0;
		margin: 0;
		font-size: 7vw;
	}

	#navbar_top .navbar-toggler:focus{
		box-shadow: none;
	}

	#navbar_top .navbar-nav {
		padding: 20px 0 0;
	}

	.navbar ul li{
		margin: 0 4px;
	}
	.navbar ul li a{
		padding: 6px 0.9vw;
	}

	.hero-caption h1 {
		font-size: 33px;
		margin-bottom: 15px;
		line-height: 46px;
	}

	header .fixed-top {
		position: absolute !important;
	}

	.hero-caption span {
		font-size: 17px;
		margin-bottom: 8px;
	}

	.hero-caption a {
		border-radius: 21px;
		font-size: 14px;
		padding: 10px 25px;
	}

	.hero-section video {
	}

	.heroSlider1 {
		top: 0;
		height: 100vh;
	}

	.about-home .text {
		padding: 17px 0;
	}

	.about-home .text h2{
		font-size: 20px;
		margin-bottom: 9px;
	}

	.about-home .text p {
		font-size: 13px;
		line-height: 19px;
		margin-bottom: 16px;
	}

	.about-home .text h6 {
		font-size: 16px;
		margin-bottom: 12px;
		padding-left: 49px;
	}

	.about-home .text h6::before {
		width: 35px;
		height: 5px;
		top: 6px;
		left: 0;
	}

	.about-home .text a{
		border-radius: 21px;
		font-size: 14px;
		padding: 10px 25px;
	}

	.sc-head h2{
		font-size: 24px;
	}

	.sc-head {
		margin-bottom: 25px;
	}

	.our-products{
		padding: 30px 0;
	}

	.sc-head a {
		border: 3px solid #ebebeb;
		border-radius: 30px;
		font-size: 13px;
		padding: 5px 21px;
	}
	.project-card2{
		width: 100%;
	}
	.project-featured{
		width: 100%;
	}
	.project-featured2 figure.effect-ming h2 {
		margin: 0 0 7px;
		font-size: 19px;
	}

	.grid figure figcaption, .grid figure figcaption > a{
		position: inherit;
	}

	figure.effect-ming p {
		opacity: 10;
		transform: inherit;
		font-size: 13px;
	}

	.grid figure figcaption {
		padding: 20px;
	}

	figure.effect-ming:hover figcaption::before, figure.effect-ming:hover p{
		transform: inherit;
	}

	figure.effect-ming:hover figcaption {
		background-color: transparent;
	}

	figure.effect-ming:hover img {
		opacity: 10;
		width: 100%;
	}
	figure.effect-ming img{
		opacity: 10;
	}
	figure.effect-ming figcaption::before {
		display: none;
	}
	figure.effect-ming:hover h2 {
		transform: inherit;
	}

	.smpr figure.effect-ming h2{
		font-size: 19px;
		margin-bottom: 10px;
	}

	figure.effect-ming h2{
		margin: 0;
		
	}
	.project-featured .grid {
		margin-bottom: 15px;
		overflow: hidden;
	}

	figure.effect-ming img {
		width: 100%;
	}

	figure.effect-ming {
		margin-bottom: 15px;
	}
	
	.project-card3 {
		width: 100%;
	}

	.project-card3 figure.effect-ming h2 {
		margin:0;
		margin-bottom: 10px;
	} 

	.adv-head h2 {
		font-size: 25px;
		text-align: left;
		line-height: 36px;
	}
	
	.adv-head h2::before {
		display: none;
	}
	.adv-head h2::after {
		display: none;
	}

	.adv-points {
		padding: 0;
		margin: 0;
	}

	.adv-points li {
		font-size: 14px;
		margin-bottom:10px;
	}

	.adv-head {
		flex-direction: initial;
		  justify-content: left;
		margin-bottom: 20px;
	}

	.adv-points li i {
		font-size: 13px;
		margin-right: 14px;
		top: 0;
	}

	.contact-us {
		padding: 40px 0;
	}

	.advantages {
		padding: 40px 0;
	}

	.contact-us .text h2 {
		font-size: 30px;
		margin-bottom: 18px;
	}

	.contact-us .text a {
		border-radius: 60px;
		font-size: 16px;
		padding: 12px 18px;
		margin-right: 9px;
		border:2px solid #bcb164;
	}

	.contact-us .text2 {
		padding: 23px 16px 0;
	}

	.contact-us .text2 p {
		font-size: 16px;
		margin: 0 0 20px;
	}

	.contact-us .text2 h3 {
		font-size: 19px;
	}

	.footer-logo .img {
		width: 100px;
	}

	.footer-logo h6 {
		margin: 20px 0 19px;
		font-size: 14px;
	}

	.footernav h4 {
		font-size: 14px;
		margin-bottom: 14px;
	}

	.bbb-wrapper .subcribe-form #subscribe #subscribe-button {
		height: 42px;
		padding: 0 11px;
		border-radius: 4px;
		right: 10px;
		font-size: 14px;
		margin-left: 10px;
	}
	.bbb-wrapper .subcribe-form #subscribe input {
		height: 42px;
		font-size: 14px;
	}
	.footer-card h6{
		font-size: 13px;
		margin-bottom: 20px;
	}
	.footer-card h6::after {
		content: '';
		bottom: -8px;
		width: 36px;
		height: 3px;
	}
	.footer-card ul li a{
		font-size: 13px;
	}
	.footer-card {
		overflow: hidden;
		margin-bottom: 30px;
	}

	.copy-rights {
		padding: 13px 0;
		margin-top: 0;
	}
	.copy-rights p {
		font-size: 12px;
	}

	.bbb-wrapper{
		margin-bottom: 30px;
	}


	.product-brief-caption2 h2 {
		font-size: 33px;
		margin-bottom: 15px;
		line-height: 46px;
	}

	.product-brief-caption h6.curvyfont {
		margin-top: 20px;
		font-size: 20px;
		line-height: 37px;
	}

	.product-brief-header{
		background-position: center !important;
	}

	.about-first h3{
		font-size:25px;
		margin: 0 0 15px;
		font-weight: 600;
		line-height:29px;
	}


	.about-first h6 {
		margin: 0 0 20px;
		font-size: 15px;
		line-height: initial;
	}

	.about-first p{
		line-height: initial;
		font-size: 14px;
	}

	.conmpnay-profile .text p {
		font-size: 14px;
		color: #fafafa;
		line-height:initial;
	}


	.vission-mission .text {
		padding:15px 0;
	}

	.vission-mission .text h3 {
		font-size:25px;
		margin-bottom:15px;
	}
	.vission-mission .text p{
		font-size: 14px;
	}

	.vission-card {
		margin-bottom:25px;
	}

	.testmonails .adv-head h2{
		margin-bottom: 14px;
		font-size: 25px;
		margin-left: 15px;
	}

	.conmpnay-profile{
		padding: 30px 0;
	}

	.conmpnay-profile .text h4 {
		margin-bottom: 14px;
		font-size: 25px;
	}

	.box-callout{
		padding: 0;
		margin: 0;
	}

	.foundermessage{
		padding: 15px 0;
	}

	.foundermessage h3 {
		font-size: 18px;
		margin-bottom: 3px;
	}

	.foundermessage h6{
		font-size: 14px;
		margin-bottom: 10px;
	}

	.foundermessage p{
		font-size: 14px;
		line-height: initial;
	}

	.product-brief-caption {
		padding: 0 10px;
	}

	.product-brief-caption h6 {
		font-size: 19px;
	}

	.pr-card3 .text{
		padding: 25px 18px;
	}

	.pr-card3 .text h5{
		font-size: 20px;
		margin-bottom:10px;
	}

	.pr-card3 .text h6 {
		font-size: 14px;
		line-height: inherit;
		margin-bottom: 18px;
	}

	.pr-card3 .text a{
		border-radius: 2px;
		font-size: 14px;
		padding: 9px 24px;
		border: 2px solid #ebebeb;
	}

	.product-brief-caption h2 {
		font-size: 31px;
		margin-bottom: 10px;
		margin-top: 15px;
	}

	.form-call-back {
		border-radius: 2px;
		padding-left: 0;
		top: 15px;
	}

	.form-call-back h5 {
		font-size: 16px;
		padding: 10px 12px;
		border-start-end-radius: 3px;
		border-start-start-radius: 3px;
		line-height: initial;
	}

	.form-body {
		padding: 17px;
		border-bottom-left-radius: 3px;
		border-bottom-right-radius:3px;
	}

	.form-body .form-control {
		padding: 0 0 5px;
		font-size: 14px;
	}

	.form-body .formgroup {
		margin-bottom: 20px;
	}

	.form-body .form-select {
		padding: 0 0 5px;
		font-size: 14px;
	}

	.form-body .form-check-label {
		font-size: 13px;
	}

	.submitbutton {
		font-size: 15px;
		border-radius: 2px;
		padding: 8px 20px;
	}

	.product-brief-header{
		height: 100vh;
	}

	.alumini-windows-head h3 {
		font-size: 23px;
		margin: 0 0 10px;
	}

	.alumini-windows-head h6 {
		font-size: 20px;
		padding-left: 53px;
		margin-bottom: 15px;
	}

	.alumini-windows-head h6::before {
		width: 38px;
		height: 3px;
		top: 9px;
	}

	.alumini-windows-head p {
		line-height: initial;
		font-size: 14px;
		margin: 0 0 20px;
	}

	.alumini-windows-head {
		position: initial;
	}

	.sticky-top{
		position: initial;
	}

	.aw-advantages .pb-card {
		padding: 22px;
		min-height: inherit;
	}

	.aw-advantages .pb-card span{
		font-size: 19px;
		margin-bottom: 20px;
	}

	.aw-advantages .pb-card span::before {
		width: 40px;
		height: 2px;
		bottom: -4px;
	}

	.aw-advantages .pb-card h6{
		font-size: 19px;
	}
	
	.allumini-windows{
		padding: 30px 0;
	}

	.aw-advantages {
		padding: 30px 0;
	}

	.applicationtext h4 {
		font-size: 25px;
		margin-bottom: 15px;
	}

	.applicationtext ul li{
		margin-bottom: 4px;
		font-size: 16px;
	}

	.applicationtext ul li i {
		font-size: 15px;
		margin-right: 13px;
		top: 0px;
	}

	.aw-card h6 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.aw-col-8 {
		width: 100%;
	}

	.aw-big-img {
		width: 100%;
	}

	.aw-card {
		margin-bottom: 22px;
	}
	.aw-big-img .img{
		margin-bottom: 22px;
	}
 
	.pr-card2 .text h5 {
		margin: 0 0 10px;
		font-size: 21px;
	}

	.pr-card2 .text h6 {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.pr-card2 .text a {
		border-radius: 2px;
		font-size: 14px;
		padding: 9px 24px;
		border: 2px solid #ebebeb;
	}
	
	.pr-card2 {
		margin-bottom:35px;
		padding: 0 0;
	}

	.pr-card2 .text {
		padding-top: 10px;
	}

	.brief-first {
		padding: 30px 0;
	}

	.brief-first h3 {
		font-size: 24px;
		margin: 0 0 10px;
	}

	.brief-first p {
		font-size: 14px;
		color: #444;
		margin-bottom: 14px;
		padding-left: 0;
	}

	.pb-card {
		padding: 15px 0;
		margin-bottom: 15px;
	}

	.pb-card span {
		font-size:16px;
		margin-bottom:20px;
		padding-bottom: 7px;
	}
	.pb-card h6 {
		font-size: 15px;
	}

	.project-images {
		padding: 30px 0;
	}

	.review-text {
		padding: 0 20px 0 0;
	}

	.review-text h6{
		font-size: 16px;
		margin: 0 0 8px;
		line-height: initial;
	}
	.testmonails .slick-list {
		padding: 0 15% 0 0 !important;
	}

	.review-text i {
		font-size: 40px;
		margin-bottom: 10px;
		left: 0;
		float: left;
		width: 100%;
		margin-top: 16px;
	}

	.client-img {
		width: 100px;
		position: absolute;
		bottom: -30px;
		right: 30px;
	}

	.review-text p {
		font-size: 14px;
	}
	.testmonails .slick-dots {
		display: none !important;
	}

	.testimonailsSlider {
		padding-left: 15px;
	}

	.contact-info {
		padding: 30px 0;
	}

	.contact-info-card img {
		width: 100px;
		margin: 0 auto 10px;
	}

	.contact-info-card h2 {
		font-size: 25px;
		margin-bottom: 6px;
	}

	.contact-info-card a {
		font-size: 15px;
	}

	.contact-info-card {
		margin-bottom: 30px;
	}

	.form-header {
		padding: 18px 0;
	}

	.form-header h3 {
		font-size: 22px;
	}

	.form-body-contact {
		padding: 20px;
	}

	.form-body-contact .form-control {
		padding: 0 0 6px;
		font-size: 16px;
	}

	.form-body-contact .formgroup {
		margin-bottom: 28px;
	}

	.submitbutton2 {
		font-size: 17px;
		border-radius: 3px;
		padding: 14px 10px;
	}

	#places-map .map-location-marker {
		height: 30px;
		margin-top: -1.875em;
		width: 16px;
		background-size: 100%;
	}

	#map-info {
		display: none;
	}
	.dropnav::after {
		height: 10px;
		width: 10px;
		left: 0px;
		margin-left: 7px;
	}
	header .navbar-nav li .dropdown-menu li a {
		padding: 6px 4px;
		font-size: 14px;
	}
	.alumini-windows-head ul li{
	line-height: initial;
    font-size: 14px;
    margin: 0 0 10px;
	}
	.alumini-windows-head h5 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	
	
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.desk_none {
		display: block;
	}

	.mobile_none {
		display: none;
	}

	li.mobile {
		margin-left: 60px !important;
	}

	li.mobile a{
		list-style: none;
		text-decoration: none;
		padding: 6px 9px;
		font-size: 13px;
		border-radius: 2px;
	}
	
	.navbar {
		background: #fff !important;
	}
	.navbar-brand img {
		width: 50px;
	}

	.navbar ul li a {
		font-size: 14px;
		color: #333;
	}

	#navbar_top .navbar-toggler {
		color: #000;
		border: 0;
		padding: 0;
		margin: 0;
		font-size: 7vw;
	}

	#navbar_top .navbar-toggler:focus{
		box-shadow: none;
	}

	#navbar_top .navbar-nav {
		padding: 20px 0 0;
	}

	.navbar ul li{
		margin: 0 4px;
	}
	.navbar ul li a{
		padding: 6px 0.9vw;
	}

	.hero-caption h1 {
		font-size: 33px;
		margin-bottom: 15px;
		line-height: 46px;
	}

	header .fixed-top {
		position: absolute !important;
	}

	.hero-caption span {
		font-size: 17px;
		margin-bottom: 8px;
	}

	.hero-caption a {
		border-radius: 21px;
		font-size: 14px;
		padding: 10px 25px;
	}

	.hero-section video {
	}

	.heroSlider1 {
		top: 0;
		height: 104vh;
	}

	.about-home .text {
		padding: 17px 0;
	}

	.about-home .text h2{
		font-size: 20px;
		margin-bottom: 9px;
	}

	.about-home .text p {
		font-size: 13px;
		line-height: 19px;
		margin-bottom: 16px;
	}

	.about-home .text h6 {
		font-size: 16px;
		margin-bottom: 12px;
		padding-left: 49px;
	}

	.about-home .text h6::before {
		width: 35px;
		height: 5px;
		top: 6px;
		left: 0;
	}

	.about-home .text a{
		border-radius: 21px;
		font-size: 14px;
		padding: 10px 25px;
	}

	.sc-head h2{
		font-size: 24px;
	}

	.sc-head {
		margin-bottom: 25px;
	}

	.our-products{
		padding: 30px 0;
	}

	.sc-head a {
		border: 3px solid #ebebeb;
		border-radius: 30px;
		font-size: 13px;
		padding: 5px 21px;
	}
	/* .project-card2{
		width: 100%;
	}
	.project-featured{
		width: 100%;
	} */
	.project-featured2 figure.effect-ming h2 {
		margin: 0 0 7px;
		font-size: 19px;
	}

	.grid figure figcaption, .grid figure figcaption > a{
		position: inherit;
	}

	figure.effect-ming p {
		opacity: 10;
		transform: inherit;
		font-size: 13px;
	}

	.grid figure figcaption {
		padding: 20px;
	}

	figure.effect-ming:hover figcaption::before, figure.effect-ming:hover p{
		transform: inherit;
	}

	figure.effect-ming:hover figcaption {
		background-color: transparent;
	}

	figure.effect-ming:hover img {
		opacity: 10;
		width: 100%;
	}
	figure.effect-ming img{
		opacity: 10;
	}
	figure.effect-ming figcaption::before {
		display: none;
	}
	figure.effect-ming:hover h2 {
		transform: inherit;
	}

	.smpr figure.effect-ming h2{
		font-size: 19px;
		margin-bottom: 10px;
	}

	figure.effect-ming h2{
		margin: 0;
		
	}
	.project-featured .grid {
		margin-bottom: 15px;
		overflow: hidden;
	}

	figure.effect-ming img {
		width: 100%;
	}

	figure.effect-ming {
		margin-bottom: 15px;
	}
	
	/* .project-card3 {
		width: 100%;
	} */

	.project-card3 figure.effect-ming h2 {
		margin:0;
		margin-bottom: 10px;
	} 

	.adv-head h2 {
		font-size: 25px;
		text-align: left;
		line-height: 36px;
	}
	
	.adv-head h2::before {
		display: none;
	}
	.adv-head h2::after {
		display: none;
	}

	.adv-points {
		padding: 0;
		margin: 0;
	}

	.adv-points li {
		font-size: 14px;
		margin-bottom:10px;
	}

	.adv-head {
		flex-direction: initial;
		  justify-content: left;
		margin-bottom: 20px;
	}

	.adv-points li i {
		font-size: 13px;
		margin-right: 14px;
		top: 0;
	}

	.contact-us {
		padding: 40px 0;
	}

	.advantages {
		padding: 40px 0;
	}

	.contact-us .text h2 {
		font-size: 30px;
		margin-bottom: 18px;
	}

	.contact-us .text a {
		border-radius: 60px;
		font-size: 16px;
		padding: 12px 18px;
		margin-right: 9px;
		border:2px solid #bcb164;
	}

	.contact-us .text2 {
		padding: 23px 16px 0;
	}

	.contact-us .text2 p {
		font-size: 16px;
		margin: 0 0 20px;
	}

	.contact-us .text2 h3 {
		font-size: 19px;
	}

	.footer-logo .img {
		width: 100px;
	}

	.footer-logo h6 {
		margin: 20px 0 19px;
		font-size: 14px;
	}

	.footernav h4 {
		font-size: 14px;
		margin-bottom: 14px;
	}

	.bbb-wrapper .subcribe-form #subscribe #subscribe-button {
		height: 42px;
		padding: 0 11px;
		border-radius: 4px;
		right: 10px;
		font-size: 14px;
		margin-left: 10px;
	}
	.bbb-wrapper .subcribe-form #subscribe input {
		height: 42px;
		font-size: 14px;
	}
	.footer-card h6{
		font-size: 13px;
		margin-bottom: 20px;
	}
	.footer-card h6::after {
		content: '';
		bottom: -8px;
		width: 36px;
		height: 3px;
	}
	.footer-card ul li a{
		font-size: 13px;
	}
	.footer-card {
		overflow: hidden;
		margin-bottom: 30px;
	}

	.copy-rights {
		padding: 13px 0;
		margin-top: 0;
	}
	.copy-rights p {
		font-size: 12px;
	}

	.bbb-wrapper{
		margin-bottom: 30px;
	}


	.product-brief-caption2 h2 {
		font-size: 33px;
		margin-bottom: 15px;
		line-height: 46px;
	}

	.product-brief-caption h6.curvyfont {
		margin-top: 20px;
		font-size: 20px;
		line-height: 37px;
	}

	.product-brief-header{
		background-position: center !important;
	}

	.about-first h3{
		font-size:25px;
		margin: 0 0 15px;
		font-weight: 600;
		line-height:29px;
	}


	.about-first h6 {
		margin: 0 0 20px;
		font-size: 15px;
		line-height: initial;
	}

	.about-first p{
		line-height: initial;
		font-size: 14px;
	}

	.conmpnay-profile .text p {
		font-size: 14px;
		color: #fafafa;
		line-height:initial;
	}


	.vission-mission .text {
		padding:15px 0;
	}

	.vission-mission .text h3 {
		font-size:25px;
		margin-bottom:15px;
	}
	.vission-mission .text p{
		font-size: 14px;
	}

	.vission-card {
		margin-bottom:25px;
	}

	.testmonails .adv-head h2{
		margin-bottom: 14px;
		font-size: 25px;
		margin-left: 15px;
	}

	.conmpnay-profile{
		padding: 30px 0;
	}

	.conmpnay-profile .text h4 {
		margin-bottom: 14px;
		font-size: 25px;
	}

	.box-callout{
		padding: 0;
		margin: 0;
	}

	.foundermessage{
		padding: 15px 0;
	}

	.foundermessage h3 {
		font-size: 18px;
		margin-bottom: 3px;
	}

	.foundermessage h6{
		font-size: 14px;
		margin-bottom: 10px;
	}

	.foundermessage p{
		font-size: 14px;
		line-height: initial;
	}

	.product-brief-caption {
		padding: 0 10px;
	}

	.product-brief-caption h6 {
		font-size: 19px;
	}

	.pr-card3 .text{
		padding: 25px 18px;
	}

	.pr-card3 .text h5{
		font-size: 20px;
		margin-bottom:10px;
	}

	.pr-card3 .text h6 {
		font-size: 14px;
		line-height: inherit;
		margin-bottom: 18px;
	}

	.pr-card3 .text a{
		border-radius: 2px;
		font-size: 14px;
		padding: 9px 24px;
		border: 2px solid #ebebeb;
	}

	.product-brief-caption h2 {
		font-size: 31px;
		margin-bottom: 10px;
		margin-top: 15px;
	}

	.form-call-back {
		border-radius: 2px;
		padding-left: 0;
		top: 15px;
	}

	.form-call-back h5 {
		font-size: 16px;
		padding: 10px 12px;
		border-start-end-radius: 3px;
		border-start-start-radius: 3px;
		line-height: initial;
	}

	.form-body {
		padding: 17px;
		border-bottom-left-radius: 3px;
		border-bottom-right-radius:3px;
	}

	.form-body .form-control {
		padding: 0 0 5px;
		font-size: 14px;
	}

	.form-body .formgroup {
		margin-bottom: 20px;
	}

	.form-body .form-select {
		padding: 0 0 5px;
		font-size: 14px;
	}

	.form-body .form-check-label {
		font-size: 13px;
	}

	.submitbutton {
		font-size: 15px;
		border-radius: 2px;
		padding: 8px 20px;
	}

	.product-brief-header{
		height: 100vh;
	}

	.alumini-windows-head h3 {
		font-size: 23px;
		margin: 0 0 10px;
	}

	.alumini-windows-head h6 {
		font-size: 20px;
		padding-left: 53px;
		margin-bottom: 15px;
	}

	.alumini-windows-head h6::before {
		width: 38px;
		height: 3px;
		top: 9px;
	}

	.alumini-windows-head p {
		line-height: initial;
		font-size: 14px;
		margin: 0 0 20px;
	}

	.alumini-windows-head {
		position: initial;
	}

	.sticky-top{
		position: initial;
	}

	.aw-advantages .pb-card {
		padding: 22px;
		min-height: inherit;
	}

	.aw-advantages .pb-card span{
		font-size: 19px;
		margin-bottom: 20px;
		white-space: initial;
	}

	.aw-advantages .pb-card span::before {
		width: 40px;
		height: 2px;
		bottom: -4px;
	}

	.aw-advantages .pb-card h6{
		font-size: 19px;
	}
	
	.allumini-windows{
		padding: 30px 0;
	}

	.aw-advantages {
		padding: 30px 0;
	}

	.applicationtext h4 {
		font-size: 25px;
		margin-bottom: 15px;
	}

	.applicationtext ul li{
		margin-bottom: 4px;
		font-size: 16px;
	}

	.applicationtext ul li i {
		font-size: 15px;
		margin-right: 13px;
		top: 0px;
	}

	.aw-card h6 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.aw-col-8 {
		width: 100%;
	}

	.aw-big-img {
		width: 100%;
	}

	.aw-card {
		margin-bottom: 22px;
	}
	.aw-big-img .img{
		margin-bottom: 22px;
	}
 
	.pr-card2 .text h5 {
		margin: 0 0 10px;
		font-size: 21px;
	}

	.pr-card2 .text h6 {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.pr-card2 .text a {
		border-radius: 2px;
		font-size: 14px;
		padding: 9px 24px;
		border: 2px solid #ebebeb;
	}
	
	.pr-card2 {
		margin-bottom:35px;
		padding: 0 0;
	}

	.pr-card2 .text {
		padding-top: 10px;
	}

	.brief-first {
		padding: 30px 0;
	}

	.brief-first h3 {
		font-size: 24px;
		margin: 0 0 10px;
	}

	.brief-first p {
		font-size: 14px;
		color: #444;
		margin-bottom: 14px;
		padding-left: 0;
	}

	.pb-card {
		padding: 15px 0;
		margin-bottom: 15px;
	}

	.pb-card span {
		font-size: 14px;
		margin-bottom:20px;
		padding-bottom: 7px;
	}
	.pb-card h6 {
		font-size: 15px;
	}

	.project-images {
		padding: 30px 0;
	}

	.review-text {
		padding: 0 20px 0 0;
	}

	.review-text h6{
		font-size: 16px;
		margin: 0 0 8px;
	}
	.testmonails .slick-list {
		padding: 0 15% 0 0 !important;
	}

	.review-text i {
		font-size: 40px;
		margin-bottom: 10px;
		left: 0;
		float: left;
		width: 100%;
		margin-top: 16px;
	}

	.client-img {
		width: 100px;
		position: absolute;
		bottom: -30px;
		right: 30px;
	}

	.review-text p {
		font-size: 14px;
	}
	.testmonails .slick-dots {
		display: none !important;
	}

	.testimonailsSlider {
		padding-left: 15px;
	}

	.contact-info {
		padding: 30px 0;
	}

	.contact-info-card img {
		width: 100px;
		margin: 0 auto 10px;
	}

	.contact-info-card h2 {
		font-size: 25px;
		margin-bottom: 6px;
	}

	.contact-info-card a {
		font-size: 15px;
	}

	.contact-info-card {
		margin-bottom: 30px;
	}

	.form-header {
		padding: 18px 0;
	}

	.form-header h3 {
		font-size: 22px;
	}

	.form-body-contact {
		padding: 20px;
	}

	.form-body-contact .form-control {
		padding: 0 0 6px;
		font-size: 16px;
	}

	.form-body-contact .formgroup {
		margin-bottom: 28px;
	}

	.submitbutton2 {
		font-size: 17px;
		border-radius: 3px;
		padding: 14px 10px;
	}

	#places-map .map-location-marker {
		height: 30px;
		margin-top: -1.875em;
		width: 16px;
		background-size: 100%;
	}

	#map-info {
		display: none;
	}

	.col-md-11 {
		flex: 0 0 auto;
		width: 100%;
	}

	.about-first .col-md-5 {
		width: 80%;
	}

	.our-products .col-md-10 {
		width:100%;
	}

	.vission-mission .col-md-8{
		width: 100%;
	}


	.aw-advantages .col-md-10{
		width: 100%;
	}


	.brief-first .col-md-10{
		width: 100%;
	}
}


@media (min-width: 768px) and (max-width: 991.98px) {
	.desk_none {
		display: block;
	}

	.mobile_none {
		display: none;
	}

	li.mobile {
		margin-left: 60px !important;
	}

	li.mobile a{
		list-style: none;
		text-decoration: none;
		padding: 6px 9px;
		font-size: 13px;
		border-radius: 2px;
	}
	
	.navbar {
		background: #fff !important;
	}
	.navbar-brand img {
		width: 50px;
	}

	.navbar ul li a {
		font-size: 14px;
		color: #333;
	}

	#navbar_top .navbar-toggler {
		color: #000;
		border: 0;
		padding: 0;
		margin: 0;
		font-size: 7vw;
	}

	#navbar_top .navbar-toggler:focus{
		box-shadow: none;
	}

	#navbar_top .navbar-nav {
		padding: 20px 0 0;
	}

	.navbar ul li{
		margin: 0 4px;
	}
	.navbar ul li a{
		padding: 6px 0.9vw;
	}

	.hero-caption h1 {
		font-size: 33px;
		margin-bottom: 15px;
		line-height: 46px;
	}

	header .fixed-top {
		position: absolute !important;
	}

	.hero-caption span {
		font-size: 17px;
		margin-bottom: 8px;
	}

	.hero-caption a {
		border-radius: 21px;
		font-size: 14px;
		padding: 10px 25px;
	}

	.hero-section video {
	}

	.heroSlider1 {
		top: 0;
		height: 100%;
	}

	.about-home .text {
		padding: 17px 0;
	}

	.about-home .text h2{
		font-size: 20px;
		margin-bottom: 9px;
	}

	.about-home .text p {
		font-size: 13px;
		line-height: 19px;
		margin-bottom: 16px;
	}

	.about-home .text h6 {
		font-size: 16px;
		margin-bottom: 12px;
		padding-left: 49px;
	}

	.about-home .text h6::before {
		width: 35px;
		height: 5px;
		top: 6px;
		left: 0;
	}

	.about-home .text a{
		border-radius: 21px;
		font-size: 14px;
		padding: 10px 25px;
	}

	.sc-head h2{
		font-size: 24px;
	}

	.sc-head {
		margin-bottom: 25px;
	}

	.our-products{
		padding: 30px 0;
	}

	.sc-head a {
		border: 3px solid #ebebeb;
		border-radius: 30px;
		font-size: 13px;
		padding: 5px 21px;
	}
	/* .project-card2{
		width: 100%;
	}
	.project-featured{
		width: 100%;
	} */
	.project-featured2 figure.effect-ming h2 {
		margin: 0 0 7px;
		font-size: 19px;
	}

	.grid figure figcaption, .grid figure figcaption > a{
		position: inherit;
	}

	figure.effect-ming p {
		opacity: 10;
		transform: inherit;
		font-size: 13px;
	}

	.grid figure figcaption {
		padding: 20px;
	}

	figure.effect-ming:hover figcaption::before, figure.effect-ming:hover p{
		transform: inherit;
	}

	figure.effect-ming:hover figcaption {
		background-color: transparent;
	}

	figure.effect-ming:hover img {
		opacity: 10;
		width: 100%;
	}
	figure.effect-ming img{
		opacity: 10;
	}
	figure.effect-ming figcaption::before {
		display: none;
	}
	figure.effect-ming:hover h2 {
		transform: inherit;
	}

	.smpr figure.effect-ming h2{
		font-size: 19px;
		margin-bottom: 10px;
	}

	figure.effect-ming h2{
		margin: 0;
		
	}
	.project-featured .grid {
		margin-bottom: 15px;
		overflow: hidden;
		margin-right: 10px;
	}

	figure.effect-ming img {
		width: 100%;
	}

	figure.effect-ming {
		margin-bottom: 15px;
	}
	
	/* .project-card3 {
		width: 100%;
	} */

	.project-card3 figure.effect-ming h2 {
		margin:0;
		margin-bottom: 10px;
	} 

	.adv-head h2 {
		font-size: 25px;
		text-align: left;
		line-height: 36px;
	}
	
	.adv-head h2::before {
		display: none;
	}
	.adv-head h2::after {
		display: none;
	}

	.adv-points {
		padding: 0;
		margin: 0;
	}

	.adv-points li {
		font-size: 14px;
		margin-bottom:10px;
	}

	.adv-head {
		flex-direction: initial;
		  justify-content: left;
		margin-bottom: 20px;
	}

	.adv-points li i {
		font-size: 13px;
		margin-right: 14px;
		top: 0;
	}

	.contact-us {
		padding: 40px 0;
	}

	.advantages {
		padding: 40px 0;
	}

	.contact-us .text h2 {
		font-size: 30px;
		margin-bottom: 18px;
	}

	.contact-us .text a {
		border-radius: 60px;
		font-size: 16px;
		padding: 12px 18px;
		margin-right: 9px;
		border:2px solid #bcb164;
	}

	.contact-us .text2 {
		padding: 23px 16px 0;
	}

	.contact-us .text2 p {
		font-size: 16px;
		margin: 0 0 20px;
	}

	.contact-us .text2 h3 {
		font-size: 19px;
	}

	.footer-logo .img {
		width: 100px;
	}

	.footer-logo h6 {
		margin: 20px 0 19px;
		font-size: 14px;
	}

	.footernav h4 {
		font-size: 14px;
		margin-bottom: 14px;
	}

	.bbb-wrapper .subcribe-form #subscribe #subscribe-button {
		height: 42px;
		padding: 0 11px;
		border-radius: 4px;
		right: 10px;
		font-size: 14px;
		margin-left: 10px;
	}
	.bbb-wrapper .subcribe-form #subscribe input {
		height: 42px;
		font-size: 14px;
	}
	.footer-card h6{
		font-size: 13px;
		margin-bottom: 20px;
	}
	.footer-card h6::after {
		content: '';
		bottom: -8px;
		width: 36px;
		height: 3px;
	}
	.footer-card ul li a{
		font-size: 11px;
		white-space: inherit;
	}
	.footer-card {
		overflow: hidden;
		margin-bottom: 30px;
	}

	.copy-rights {
		padding: 13px 0;
		margin-top: 0;
	}
	.copy-rights p {
		font-size: 12px;
	}

	.bbb-wrapper{
		margin-bottom: 30px;
	}


	.product-brief-caption2 h2 {
		font-size: 33px;
		margin-bottom: 15px;
		line-height: 46px;
	}

	.product-brief-caption h6.curvyfont {
		margin-top: 20px;
		font-size: 20px;
		line-height: 37px;
	}

	.product-brief-header{
		background-position: center !important;
	}

	.about-first h3{
		font-size:25px;
		margin: 0 0 15px;
		font-weight: 600;
		line-height:29px;
	}


	.about-first h6 {
		margin: 0 0 20px;
		font-size: 15px;
		line-height: initial;
	}

	.about-first p{
		line-height: initial;
		font-size: 14px;
	}

	.conmpnay-profile .text p {
		font-size: 14px;
		color: #fafafa;
		line-height:initial;
	}


	.vission-mission .text {
		padding:15px 0;
	}

	.vission-mission .text h3 {
		font-size:25px;
		margin-bottom:15px;
	}
	.vission-mission .text p{
		font-size: 14px;
	}

	.vission-card {
		margin-bottom:25px;
	}

	.testmonails .adv-head h2{
		margin-bottom: 14px;
		font-size: 25px;
		margin-left: 15px;
	}

	.conmpnay-profile{
		padding: 30px 0;
	}

	.conmpnay-profile .text h4 {
		margin-bottom: 14px;
		font-size: 25px;
	}

	.box-callout{
		padding: 0;
		margin: 0;
	}

	.foundermessage{
		padding: 15px 0;
	}

	.foundermessage h3 {
		font-size: 18px;
		margin-bottom: 3px;
	}

	.foundermessage h6{
		font-size: 14px;
		margin-bottom: 10px;
	}

	.foundermessage p{
		font-size: 14px;
		line-height: initial;
	}

	.product-brief-caption {
		padding: 0 10px;
	}

	.product-brief-caption h6 {
		font-size: 19px;
	}

	.pr-card3 .text{
		padding: 25px 18px;
	}

	.pr-card3 .text h5{
		font-size: 20px;
		margin-bottom:10px;
	}

	.pr-card3 .text h6 {
		font-size: 14px;
		line-height: inherit;
		margin-bottom: 18px;
	}

	.pr-card3 .text a{
		border-radius: 2px;
		font-size: 14px;
		padding: 9px 24px;
		border: 2px solid #ebebeb;
	}

	.product-brief-caption h2 {
		font-size: 31px;
		margin-bottom: 10px;
		margin-top: 15px;
	}

	.form-call-back {
		border-radius: 2px;
		padding-left: 0;
		top: 15px;
	}

	.form-call-back h5 {
		font-size: 16px;
		padding: 10px 12px;
		border-start-end-radius: 3px;
		border-start-start-radius: 3px;
		line-height: initial;
	}

	.form-body {
		padding: 17px;
		border-bottom-left-radius: 3px;
		border-bottom-right-radius:3px;
	}

	.form-body .form-control {
		padding: 0 0 5px;
		font-size: 14px;
	}

	.form-body .formgroup {
		margin-bottom: 20px;
	}

	.form-body .form-select {
		padding: 0 0 5px;
		font-size: 14px;
	}

	.form-body .form-check-label {
		font-size: 13px;
	}

	.submitbutton {
		font-size: 15px;
		border-radius: 2px;
		padding: 8px 20px;
	}

	.product-brief-header{
		height: 100vh;
	}

	.alumini-windows-head h3 {
		font-size: 23px;
		margin: 0 0 10px;
	}

	.alumini-windows-head h6 {
		font-size: 20px;
		padding-left: 53px;
		margin-bottom: 15px;
	}

	.alumini-windows-head h6::before {
		width: 38px;
		height: 3px;
		top: 9px;
	}

	.alumini-windows-head p {
		line-height: initial;
		font-size: 14px;
		margin: 0 0 20px;
	}

	.alumini-windows-head {
		position: initial;
	}

	.sticky-top{
		position: initial;
	}

	.aw-advantages .pb-card {
		padding: 22px;
		min-height: inherit;
	}

	.aw-advantages .pb-card span{
		font-size: 19px;
		margin-bottom: 20px;
		white-space: initial;
	}

	.aw-advantages .pb-card span::before {
		width: 40px;
		height: 2px;
		bottom: -4px;
	}

	.aw-advantages .pb-card h6{
		font-size: 19px;
	}
	
	.allumini-windows{
		padding: 30px 0;
	}

	.aw-advantages {
		padding: 30px 0;
	}

	.applicationtext h4 {
		font-size: 25px;
		margin-bottom: 15px;
	}

	.applicationtext ul li{
		margin-bottom: 4px;
		font-size: 16px;
	}

	.applicationtext ul li i {
		font-size: 15px;
		margin-right: 13px;
		top: 0px;
	}

	.aw-card h6 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.aw-col-8 {
		width: 100%;
	}

	.aw-big-img {
		width: 100%;
	}

	.aw-card {
		margin-bottom: 22px;
	}
	.aw-big-img .img{
		margin-bottom: 22px;
	}
 
	.pr-card2 .text h5 {
		margin: 0 0 10px;
		font-size: 21px;
	}

	.pr-card2 .text h6 {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.pr-card2 .text a {
		border-radius: 2px;
		font-size: 14px;
		padding: 9px 24px;
		border: 2px solid #ebebeb;
	}
	
	.pr-card2 {
		margin-bottom:35px;
		padding: 0 0;
		height: 480px;
	}

	.pr-card2 .text {
		padding-top: 10px;
	}

	.brief-first {
		padding: 30px 0;
	}

	.brief-first h3 {
		font-size: 24px;
		margin: 0 0 10px;
	}

	.brief-first p {
		font-size: 14px;
		color: #444;
		margin-bottom: 14px;
		padding-left: 0;
	}

	.pb-card {
		padding: 15px 0;
		margin-bottom: 15px;
	}

	.pb-card span {
		font-size: 14px;
		margin-bottom:20px;
		padding-bottom: 7px;
	}
	.pb-card h6 {
		font-size: 15px;
	}

	.project-images {
		padding: 30px 0;
	}

	.review-text {
		padding: 0 20px 0 0;
	}

	.review-text h6{
		font-size: 16px;
		margin: 0 0 8px;
	}
	.testmonails .slick-list {
		padding: 0 15% 0 0 !important;
	}

	.review-text i {
		font-size: 40px;
		margin-bottom: 10px;
		left: 0;
		float: left;
		width: 100%;
		margin-top: 16px;
	}

	.client-img {
		width: 100px;
		position: absolute;
		bottom: -30px;
		right: 30px;
	}

	.review-text p {
		font-size: 14px;
	}
	.testmonails .slick-dots {
		display: none !important;
	}

	.testimonailsSlider {
		padding-left: 15px;
	}

	.contact-info {
		padding: 30px 0;
	}

	.contact-info-card img {
		width: 100px;
		margin: 0 auto 10px;
	}

	.contact-info-card h2 {
		font-size: 25px;
		margin-bottom: 6px;
	}

	.contact-info-card a {
		font-size: 15px;
	}

	.contact-info-card {
		margin-bottom: 30px;
	}

	.form-header {
		padding: 18px 0;
	}

	.form-header h3 {
		font-size: 22px;
	}

	.form-body-contact {
		padding: 20px;
	}

	.form-body-contact .form-control {
		padding: 0 0 6px;
		font-size: 16px;
	}

	.form-body-contact .formgroup {
		margin-bottom: 28px;
	}

	.submitbutton2 {
		font-size: 17px;
		border-radius: 3px;
		padding: 14px 10px;
	}

	#places-map .map-location-marker {
		height: 30px;
		margin-top: -1.875em;
		width: 16px;
		background-size: 100%;
	}

	#map-info {
		display: none;
	}

	.col-md-11 {
		flex: 0 0 auto;
		width: 100%;
	}

	.about-first .col-md-5 {
		width: 80%;
	}

	.our-products .col-md-10 {
		width:100%;
	}

	.vission-mission .col-md-8{
		width: 100%;
	}


	.aw-advantages .col-md-10{
		width: 100%;
	}


	.brief-first .col-md-10{
		width: 100%;
	}
	.form-select{
			padding: 0 0 6px !important;
			font-size: 16px !important;
	}
	.dropnav::after {
		height: 10px;
		width: 10px;
		margin-left: 10px;
	}
	header .navbar-nav li .dropdown-menu li a {
		padding: 5px;
		font-size: 14px;
	}
	.project-featured {
		width: 100%;
	}
	.project-card2 {
		width: 49%;
		margin-right: 4px;
	}
	.project-card3 .grid{
		margin-right: 11px;
		width: 50%;
	}
	.project-card3 {
		width: 100%;
		display: flex;
	}
	.alumini-windows-head ul li{
		font-size: 14px;
		line-height: initial;
	}
	.alumini-windows-head h5 {
		font-size: 18px;
		margin-bottom: 10px;
		margin-top: 10px;
		line-height: initial;
	}
	#map-info {
		left: 37%;
	}
	#map-info a {
		font-size: 14px;
		margin: 7px 30px;
	}
	#map-info .close-btn{
		top: 14px;
	}
	
}



@media (min-width: 992px) and (max-width: 1199.98px) {


	.alumini-windows-head ul li {
		line-height: initial;
		font-size: 14px;
		margin: 0 0 20px;
	}
	.alumini-windows-head h5 {
		font-size: 18px;
		margin-bottom: 10px;
		margin-top: 10px;
		line-height: initial;
	}

	li.mobile {
		margin-left: 60px !important;
	}

	li.mobile a{
		list-style: none;
		text-decoration: none;
		padding: 6px 9px;
		font-size: 13px;
		border-radius: 2px;
	}
	
	.navbar {
		background: #fff !important;
	}
	.navbar-brand img {
		width: 50px;
	}

	.navbar ul li a {
		font-size: 14px;
		color: #333;
	}

	#navbar_top .navbar-toggler {
		color: #000;
		border: 0;
		padding: 0;
		margin: 0;
		font-size: 7vw;
	}

	#navbar_top .navbar-toggler:focus{
		box-shadow: none;
	}

	#navbar_top .navbar-nav {
	}

	.navbar ul li{
		margin: 0 4px;
	}
	.navbar ul li a{
		padding: 6px 0.9vw;
	}

	.hero-caption h1 {
		font-size: 33px;
		margin-bottom: 15px;
		line-height: 46px;
	}

	header .fixed-top {
		position: absolute !important;
	}

	.hero-caption span {
		font-size: 17px;
		margin-bottom: 8px;
	}

	.hero-caption a {
		border-radius: 21px;
		font-size: 14px;
		padding: 10px 25px;
	}

	.hero-section video {
	}

	.heroSlider1 {
		top: 0;
		height: 100%;
	}

	.about-home .text {
		padding: 17px 0;
	}

	.about-home .text h2{
		font-size: 20px;
		margin-bottom: 9px;
	}

	.about-home .text p {
		font-size: 13px;
		line-height: 19px;
		margin-bottom: 16px;
	}

	.about-home .text h6 {
		font-size: 16px;
		margin-bottom: 12px;
		padding-left: 49px;
	}

	.about-home .text h6::before {
		width: 35px;
		height: 5px;
		top: 6px;
		left: 0;
	}

	.about-home .text a{
		border-radius: 21px;
		font-size: 14px;
		padding: 10px 25px;
	}

	.sc-head h2{
		font-size: 24px;
	}

	.sc-head {
		margin-bottom: 25px;
	}

	.our-products{
		padding: 30px 0;
	}

	.sc-head a {
		border: 3px solid #ebebeb;
		border-radius: 30px;
		font-size: 13px;
		padding: 5px 21px;
	}
	/* .project-card2{
		width: 100%;
	}
	.project-featured{
		width: 100%;
	} */
	.project-featured2 figure.effect-ming h2 {
		margin: 0 0 7px;
		font-size: 19px;
	}

	.grid figure figcaption, .grid figure figcaption > a{
		position: inherit;
	}

	figure.effect-ming p {
		opacity: 10;
		transform: inherit;
		font-size: 13px;
	}

	.grid figure figcaption {
		padding: 20px;
	}

	figure.effect-ming:hover figcaption::before, figure.effect-ming:hover p{
		transform: inherit;
	}

	figure.effect-ming:hover figcaption {
		background-color: transparent;
	}

	figure.effect-ming:hover img {
		opacity: 10;
		width: 100%;
	}
	figure.effect-ming img{
		opacity: 10;
	}
	figure.effect-ming figcaption::before {
		display: none;
	}
	figure.effect-ming:hover h2 {
		transform: inherit;
	}

	.smpr figure.effect-ming h2{
		font-size: 19px;
		margin-bottom: 10px;
	}

	figure.effect-ming h2{
		margin: 0;
		
	}
	.project-featured .grid {
		margin-bottom: 15px;
		overflow: hidden;
		margin-right: 10px;
		width: 100%;
	}
	.project-featured {
		width: 100%;
		display: flex;
	}
	.project-card2{
		width: 50%;
	}
	.project-card3 {
		width: 100%;
		display: flex;
	}
	.project-card3 .grid{
		margin-right: 10px;
		width: 50%;
	}
	
	.project-card2 .grid{
		margin-right: 10px;
	}
	figure.effect-ming img {
		width: 100%;
	}

	figure.effect-ming {
		margin-bottom: 15px;
	}
	
	/* .project-card3 {
		width: 100%;
	} */

	.project-card3 figure.effect-ming h2 {
		margin:0;
		margin-bottom: 10px;
	} 

	.adv-head h2 {
		font-size: 25px;
		text-align: left;
		line-height: 36px;
	}
	
	.adv-head h2::before {
		display: none;
	}
	.adv-head h2::after {
		display: none;
	}

	.adv-points {
		padding: 0;
		margin: 0;
	}

	.adv-points li {
		font-size: 14px;
		margin-bottom:10px;
	}

	.adv-head {
		flex-direction: initial;
		  justify-content: left;
		margin-bottom: 20px;
	}

	.adv-points li i {
		font-size: 13px;
		margin-right: 14px;
		top: 0;
	}

	.contact-us {
		padding: 40px 0;
	}

	.advantages {
		padding: 40px 0;
	}

	.contact-us .text h2 {
		font-size: 30px;
		margin-bottom: 18px;
	}

	.contact-us .text a {
		border-radius: 60px;
		font-size: 16px;
		padding: 12px 18px;
		margin-right: 9px;
		border:2px solid #bcb164;
	}

	.contact-us .text2 {
		padding: 23px 16px 0;
	}

	.contact-us .text2 p {
		font-size: 16px;
		margin: 0 0 20px;
	}

	.contact-us .text2 h3 {
		font-size: 19px;
	}

	.footer-logo .img {
		width: 100px;
	}

	.footer-logo h6 {
		margin: 20px 0 19px;
		font-size: 14px;
	}

	.footernav h4 {
		font-size: 14px;
		margin-bottom: 14px;
	}

	.bbb-wrapper .subcribe-form #subscribe #subscribe-button {
		height: 42px;
		padding: 0 11px;
		border-radius: 4px;
		right: 10px;
		font-size: 14px;
		margin-left: 10px;
	}
	.bbb-wrapper .subcribe-form #subscribe input {
		height: 42px;
		font-size: 14px;
	}
	.footer-card h6{
		font-size: 13px;
		margin-bottom: 20px;
	}
	.footer-card h6::after {
		content: '';
		bottom: -8px;
		width: 36px;
		height: 3px;
	}
	.footer-card ul li a{
		font-size: 13px;
	}
	.footer-card {
		overflow: hidden;
		margin-bottom: 30px;
	}

	.copy-rights {
		padding: 13px 0;
		margin-top: 0;
	}
	.copy-rights p {
		font-size: 12px;
	}

	.bbb-wrapper{
		margin-bottom: 30px;
	}


	.product-brief-caption2 h2 {
		font-size: 33px;
		margin-bottom: 15px;
		line-height: 46px;
	}

	.product-brief-caption h6.curvyfont {
		margin-top: 20px;
		font-size: 20px;
		line-height: 37px;
	}

	.product-brief-header{
		background-position: center !important;
	}

	.about-first h3{
		font-size:25px;
		margin: 0 0 15px;
		font-weight: 600;
		line-height:29px;
	}


	.about-first h6 {
		margin: 0 0 20px;
		font-size: 15px;
		line-height: initial;
	}

	.about-first p{
		line-height: initial;
		font-size: 14px;
	}

	.conmpnay-profile .text p {
		font-size: 14px;
		color: #fafafa;
		line-height:initial;
	}


	.vission-mission .text {
		padding:15px 0;
	}

	.vission-mission .text h3 {
		font-size:25px;
		margin-bottom:15px;
	}
	.vission-mission .text p{
		font-size: 14px;
	}

	.vission-card {
		margin-bottom:25px;
	}

	.testmonails .adv-head h2{
		margin-bottom: 14px;
		font-size: 25px;
		margin-left: 15px;
	}

	.conmpnay-profile{
		padding: 30px 0;
	}

	.conmpnay-profile .text h4 {
		margin-bottom: 14px;
		font-size: 25px;
	}

	.box-callout{
		padding: 0;
		margin: 0;
	}

	.foundermessage{
		padding: 15px 0;
	}

	.foundermessage h3 {
		font-size: 18px;
		margin-bottom: 3px;
	}

	.foundermessage h6{
		font-size: 14px;
		margin-bottom: 10px;
	}

	.foundermessage p{
		font-size: 14px;
		line-height: initial;
	}

	.product-brief-caption {
		padding: 0 10px;
	}

	.product-brief-caption h6 {
		font-size: 19px;
	}

	.pr-card3 .text{
		padding: 25px 18px;
	}

	.pr-card3 .text h5{
		font-size: 20px;
		margin-bottom:10px;
	}

	.pr-card3 .text h6 {
		font-size: 14px;
		line-height: inherit;
		margin-bottom: 18px;
	}

	.pr-card3 .text a{
		border-radius: 2px;
		font-size: 14px;
		padding: 9px 24px;
		border: 2px solid #ebebeb;
	}

	.product-brief-caption h2 {
		font-size: 31px;
		margin-bottom: 10px;
		margin-top: 15px;
	}

	.form-call-back {
		border-radius: 2px;
		padding-left: 0;
		top: 15px;
	}

	.form-call-back h5 {
		font-size: 16px;
		padding: 10px 12px;
		border-start-end-radius: 3px;
		border-start-start-radius: 3px;
		line-height: initial;
	}

	.form-body {
		padding: 17px;
		border-bottom-left-radius: 3px;
		border-bottom-right-radius:3px;
	}

	.form-body .form-control {
		padding: 0 0 5px;
		font-size: 14px;
	}

	.form-body .formgroup {
		margin-bottom: 20px;
	}

	.form-body .form-select {
		padding: 0 0 5px;
		font-size: 14px;
	}

	.form-body .form-check-label {
		font-size: 13px;
	}

	.submitbutton {
		font-size: 15px;
		border-radius: 2px;
		padding: 8px 20px;
	}

	.product-brief-header{
		height: 100vh;
	}

	.alumini-windows-head h3 {
		font-size: 23px;
		margin: 0 0 10px;
	}

	.alumini-windows-head h6 {
		font-size: 20px;
		padding-left: 53px;
		margin-bottom: 15px;
	}

	.alumini-windows-head h6::before {
		width: 38px;
		height: 3px;
		top: 9px;
	}

	.alumini-windows-head p {
		line-height: initial;
		font-size: 14px;
		margin: 0 0 20px;
	}

	.alumini-windows-head {
		position: initial;
	}

	.sticky-top{
		position: initial;
	}

	.aw-advantages .pb-card {
		padding: 22px;
		min-height: inherit;
	}

	.aw-advantages .pb-card span{
		font-size: 19px;
		margin-bottom: 20px;
		white-space: initial;
	}

	.aw-advantages .pb-card span::before {
		width: 40px;
		height: 2px;
		bottom: -4px;
	}

	.aw-advantages .pb-card h6{
		font-size: 19px;
	}
	
	.allumini-windows{
		padding: 30px 0;
	}

	.aw-advantages {
		padding: 30px 0;
	}

	.applicationtext h4 {
		font-size: 25px;
		margin-bottom: 15px;
	}

	.applicationtext ul li{
		margin-bottom: 4px;
		font-size: 16px;
	}

	.applicationtext ul li i {
		font-size: 15px;
		margin-right: 13px;
		top: 0px;
	}

	.aw-card h6 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.aw-col-8 {
		width: 100%;
	}

	.aw-big-img {
		width: 100%;
	}

	.aw-card {
		margin-bottom: 22px;
	}
	.aw-big-img .img{
		margin-bottom: 22px;
	}
 
	.pr-card2 .text h5 {
		margin: 0 0 10px;
		font-size: 21px;
	}

	.pr-card2 .text h6 {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.pr-card2 .text a {
		border-radius: 2px;
		font-size: 14px;
		padding: 9px 24px;
		border: 2px solid #ebebeb;
	}
	
	.pr-card2 {
		margin-bottom:35px;
		padding: 0 0;
	}

	.pr-card2 .text {
		padding-top: 10px;
	}

	.brief-first {
		padding: 30px 0;
	}

	.brief-first h3 {
		font-size: 24px;
		margin: 0 0 10px;
	}

	.brief-first p {
		font-size: 14px;
		color: #444;
		margin-bottom: 14px;
		padding-left: 0;
	}

	.pb-card {
		padding: 15px 0;
		margin-bottom: 15px;
	}

	.pb-card span {
		font-size: 14px;
		margin-bottom:20px;
		padding-bottom: 7px;
	}
	.pb-card h6 {
		font-size: 15px;
	}

	.project-images {
		padding: 30px 0;
	}

	.review-text {
		padding: 0 20px 0 0;
	}

	.review-text h6{
		font-size: 16px;
		margin: 0 0 8px;
	}
	.testmonails .slick-list {
		padding: 0 15% 0 0 !important;
	}

	.review-text i {
		font-size: 40px;
		margin-bottom: 10px;
		left: 0;
		float: left;
		width: 100%;
		margin-top: 16px;
	}

	.client-img {
		width: 100px;
		position: absolute;
		bottom: -30px;
		right: 30px;
	}

	.review-text p {
		font-size: 14px;
	}
	.testmonails .slick-dots {
		display: none !important;
	}

	.testimonailsSlider {
		padding-left: 15px;
	}

	.contact-info {
		padding: 30px 0;
	}

	.contact-info-card img {
		width: 100px;
		margin: 0 auto 10px;
	}

	.contact-info-card h2 {
		font-size: 20px !important;
		margin-bottom: 6px;
	}
	#map-info{
		left: 40%;
	}
	#map-info a {
		font-size: 14px;
		margin: 10px 30px;
	}

	.contact-info-card a {
		font-size: 15px;
	}

	.contact-info-card {
		margin-bottom: 30px;
	}

	.form-header {
		padding: 18px 0;
	}

	.form-header h3 {
		font-size: 22px;
	}

	.form-body-contact {
		padding: 20px;
	}

	.form-body-contact .form-control {
		padding: 0 0 6px;
		font-size: 16px;
	}

	.form-body-contact .formgroup {
		margin-bottom: 28px;
	}

	.submitbutton2 {
		font-size: 17px;
		border-radius: 3px;
		padding: 14px 10px;
	}

	#places-map .map-location-marker {
		height: 30px;
		margin-top: -1.875em;
		width: 16px;
		background-size: 100%;
	}

	#map-info {
		display: none;
	}

	.col-md-11 {
		flex: 0 0 auto;
		width: 100%;
	}

	.about-first .col-md-5 {
		width: 80%;
	}

	.our-products .col-md-10 {
		width:100%;
	}

	.vission-mission .col-md-8{
		width: 100%;
	}


	.aw-advantages .col-md-10{
		width: 100%;
	}


	.brief-first .col-md-10{
		width: 100%;
	}
	.form-select {
		font-size: 18px !important;
	}
}
.form-body-contact button{
	background-color: #004b7f;
    color: #fff;
}
.form-select{
	padding: 0 0 0.48vw;
    height: auto;
    border: 0;
    border-bottom: 1px solid #acacac;
    color: #666666;
    border-radius: 0;
    font-size: .95vw;
}
.form-select option{
	color: #666666;
}
.form-select:focus {
    border-color: inherit;
    outline: 0;
    box-shadow: inherit;
}
.copy-rights .mbrfooter:hover{
	color: #01c5f5 !important;
}



