@font-face {
	font-family: 'ProximaNova-Regular';
	src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url(../fonts/ProximaNova-Regular.woff) format('woff'), url(../fonts/ProximaNova-Regular.ttf) format('truetype'), url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: 'ProximaNova-Bold';
	src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), url(../fonts/ProximaNova-Bold.woff) format('woff'), url(../fonts/ProximaNova-Bold.ttf) format('truetype'), url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: 'ProximaNova-Semibold';
	src: url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'), url(../fonts/ProximaNova-Semibold.woff) format('woff'), url(../fonts/ProximaNova-Semibold.ttf) format('truetype'), url('../fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
	font-weight: 400;
	font-style: normal
}
ul {
	padding-left: 0
}
a:focus {
	text-decoration: none;
	color: #fff;
	box-shadow: none
}
a:hover {
	text-decoration: none
}
p, ul li {
	font-family: 'ProximaNova-Regular';
	font-weight: 400;
	font-size: 16px
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'ProximaNova-Bold';
	font-weight: 400
}
#top-head {
	background: #00769C
}
#top-head p, a {
	margin: 0;
	padding: 10px 0;
	color: #fff;
	font-size: 18px
}
#top-head a:hover {
	color: #000
}
.social ul {
	text-align: right;
	margin: 0;
	padding: 10px 0
}
.social ul li {
	display: inline-block;
	margin-left: 10px
}
.social ul li .fa {
	font-size: 16px
}
#header {
	margin-top: 10px
}
#slider {
	border-top: 1px solid #00769c
}
#home-welcome {
	padding: 40px 0
}
#home-welcome h1 {
	text-align: center;
	margin: 0;
	padding-bottom: 30px;
	color: #000;
	text-transform: uppercase
}
#home-welcome h4 {
	margin: 0;
	padding-bottom: 12px;
	color: #000
}
#home-welcome p {
	text-align: justify;
	line-height: 25px
}
.more {
	padding: 15px 40px;
	background: #00769c;
	color: #fff;
	border-radius: 5px
}
.more:hover {
	background: #c4191b;
	color: #fff
}
#home-products {
	background: url(../images/product-bg.jpg) center center / cover;
	padding: 50px 0
}
#home-products h1 {
	text-align: center;
	margin: 0;
	padding-bottom: 10px;
	color: #fff;
	text-transform: uppercase
}
#home-products h4 {
	text-align: center;
	margin: 0;
	padding-bottom: 30px;
	color: #fff
}
.item-desc {
	background-color: rgba(0,118,156,.76);
	color: white;
	position: absolute;
	text-transform: uppercase;
	text-align: center;
	padding: 1rem;
	z-index: 1;
	bottom: 0rem;
	left: 1rem;
	right: 1rem;
	margin: 0 5px;
	font-size: 20px;
	font-family: 'ProximaNova-Bold'
}
#home-gallery {
	padding: 50px 0
}
#home-gallery h2 {
	text-align: center;
	margin: 0;
	padding-bottom: 20px;
	color: #000;
	text-transform: uppercase;
	font-size: 36px
}
#home-gallery .fa {
	height: 40px;
	width: 40px;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	border-radius: 30px;
	background: #fff;
	color: #00769C
}
#home-gallery .thumbnail {
	position: relative;
	overflow: hidden;
	border: 0;
	padding: 0;
	border-radius: 0
}
#home-gallery .caption {
	position: absolute;
	top: -100%;
	right: 0;
	background: rgba(0,118,156,.75);
	width: 100%;
	height: 100%;
	padding: 2%;
	text-align: center;
	color: #fff!important;
	z-index: 2;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out
}
#home-gallery .thumbnail:hover .caption {
	top: 0%
}
#home-gallery .caption h4 {
	padding-top: 20%
}
#home-clients {
	padding: 50px 0;
	background: url(../images/client-bg.jpg) center center / cover
}
#home-clients h2 {
	text-align: center;
	margin: 0;
	padding-bottom: 20px;
	color: #fff;
	text-transform: uppercase;
	font-size: 36px
}
#home-clients img:hover {
	opacity: .9
}
#home-clients li {
	border-right: 1px solid #ccc
}
#home-clients li:last-child {
	border-right: 0
}
#footer-top {
	padding: 50px 0;
	background: url(../images/footer-bg.jpg) center center / cover
}
.foot-box {
	background: #fff;
	color: #000;
	padding: 20px 15px 10px;
	margin-top: 50px;
	min-height: 120px
}
.foot-box:hover {
	box-shadow: 0 8px 16px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
	background: #f7f7f7
}
.foot-box img {
	margin: 0 auto;
	margin-top: -50px
}
.foot-box p {
	text-align: center
}
.foot-box p a {
	color: #000
}
.foot-box p a:hover {
	color: #00769C
}
#footer {
	background: #035E7D
}
#footer p {
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 15px 0;
	font-family: 'ProximaNova-Semibold';
	font-size: 15px
}
#footer p a {
	color: #fff;
	font-size: 15px
}
#footer p a:hover {
	color: #000
}
.gal {
	margin-bottom: 25px
}
#backtotop {
	z-index: 999;
	display: inline-block;
	position: fixed;
	visibility: hidden;
	bottom: 10px;
	right: 20px;
	width: 36px;
	height: 55px;
	line-height: 35px;
	border-radius: 5px;
	font-size: 16px;
	text-align: center;
	opacity: .2
}
#backtotop i {
	display: block;
	width: 100%;
	height: 100%;
	line-height: inherit;
	background-color: #00759c;
	border-radius: 5px;
	color: #fff
}
#backtotop.visible {
	visibility: visible;
	opacity: 1
}
.section-title .decor {
	position: relative;
	display: block;
	height: 3px;
	width: 100px;
	margin-top: 5px;
	margin-bottom: 20px
}
.section-title .decor:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #c41a1c
}
.section-title .decor:after {
	content: "";
	position: absolute;
	top: 0;
	left: 45px;
	width: 6px;
	height: 3px;
	background: #fff;
	transform: skewX(-30deg)
}
.section-title h1 {
	color: #098ab5;
	margin: 0
}
#about {
	padding: 50px 0
}
#about p {
	text-align: justify;
	line-height: 27px
}
#about img {
	padding: 20px;
	background: #fff;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12)!important
}
.about-txt {
	background-color: #ccc;
	border-left: 6px solid #00769c;
	margin-top: 20px
}
.about-txt h4 {
	color: #d2090c
}
.abt-box {
	padding: 20px
}
#products {
	padding: 50px 0
}
#projects {
	padding: 50px 0
}
#achievements {
	padding: 50px 0
}
#clients {
	padding: 50px 0
}
#clients img {
	padding: 5px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12)!important;
	background: #f2f2f2;
	transition: all 0.3s linear
}
#clients img:hover {
	opacity: .9;
	transition: all 0.3s linear;
	transform: scale(1.08)
}
#clients h3 {
	margin: 0;
	color: #00769c
}
.nex-title {
	text-align: center;
	color: #80181f;
	font-size: 28px;
	letter-spacing: 2px;
	font-weight: 400;
	margin: 37px 0;
	position: relative
}
.switem {
	position: relative;
	cursor: pointer;
	margin-bottom: 20px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12)!important
}
.switem img {
	width: 100%
}
.saleofweeek .sec-title {
	float: left
}
.swhoverbox {
	display: block;
	height: 92%;
	margin: 4%;
	padding: 20px;
	position: absolute;
	text-align: center;
	top: 0;
	vertical-align: middle;
	width: 92%;
	z-index: 9
}
.switem a:after {
	background: rgba(0,0,0,.8) none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 92%;
	margin: 4%;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scale(0);
	transition: all 0.4s ease 0s;
	border: 5px solid #15a7de
}
.switem a:hover::after {
	transform: scale(1);
	opacity: 1
}
.projinrtext {
	margin-bottom: 0;
	margin-top: 60%;
	transform: translateY(-50%);
	transition: all 0.4s ease 0s;
	opacity: 0
}
.swhoverbox h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 600
}
.swhoverbox p {
	color: #fff
}
.sowbox {
	clear: both
}
.switem a:hover .projinrtext {
	margin-top: 33%;
	opacity: 1
}
.maincatagory {
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	padding: 90px 0;
	position: relative
}
.blackbg {
	background: rgba(0,0,0,.9) none repeat scroll 0 0;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%
}
.modal-header {
	text-align: center;
	color: #0c9abd
}
.modal-body p {
	text-align: justify;
	line-height: 27px
}
.contact-post .contact-infos li .icon-box, .contact-post .contact-infos li .text-box {
	display: table-cell;
	vertical-align: top
}
.contact-post .contact-infos li .icon-box {
	width: 40px
}
.contact-post .contact-infos li .icon-box i {
	font-size: 24px;
	color: #27b0de;
	position: relative
}
.contact-post {
	padding: 50px 0
}
.contact-post .contact-infos li {
	padding: 20px 0;
	border-bottom: 1px solid rgba(158,158,158,.12);
	list-style: none
}
.contact-post .contact-infos li:last-child {
	border-bottom: 0
}
.contact-post .item {
	background: #f7f7f7;
	padding: 0 30px
}
.contact-post h4 {
	background: #00759c;
	color: #fff;
	text-align: center;
	padding: 14px 0;
	margin: 0
}
.contact-post .contact-infos.Business li {
	padding: 14px 0
}
.contact-post .text p {
	padding-bottom: 14px
}
.contact-post .border-bottom {
	position: relative;
	border-bottom: 1px solid #eee;
	bottom: -60px
}
.text-box p a {
	color: #000
}
#map-form {
	background: #00769c
}
#map-form .col-md-6 {
	padding: 0;
	margin: 0
}
.contact-form {
	padding: 50px 75px;
	color: #fff
}
.contact-form h2 {
	margin: 0;
	padding-bottom: 15px;
	font-family: "Tangerine", cursive;
	font-size: 40px
}
.contact-form h2 .fa {
	color: #50d4ff
}
.contact-form .form-control {
	background: #00769c;
	color: #fff;
	border-radius: 0;
	border: 1px solid #fff;
	min-height: 45px
}
.form-control::placeholder {
color:#fff!important;
opacity:1
}
.form-control:-ms-input-placeholder {
color:#fff!important
}
.form-control::-ms-input-placeholder {
color:#fff!important
}
.map-container {
	width: 100%
}
.map-container iframe {
	width: 100%;
	display: block;
	pointer-events: none;
	position: relative
}
.map-container iframe.clicked {
	pointer-events: auto
}
.bs-slider {
	overflow: hidden;
	max-height: 700px;
	position: relative;
	background: #000
}
.bs-slider:hover {
	cursor: -moz-grab;
	cursor: -webkit-grab
}
.bs-slider:active {
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing
}
.bs-slider .bs-slider-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background-color: rgba(0,0,0,.4)*/
}
.bs-slider>.carousel-inner>.item>img, .bs-slider>.carousel-inner>.item>a>img {
	margin: auto;
	width: 100%!important
}
.fade {
	opacity: 1
}
.fade .item {
	top: 0;
	z-index: 1;
	opacity: 0;
	width: 100%;
	position: absolute;
	left: 0!important;
	display: block!important;
	-webkit-transition: opacity ease-in-out 1s;
	-moz-transition: opacity ease-in-out 1s;
	-ms-transition: opacity ease-in-out 1s;
	-o-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s
}
.fade .item:first-child {
	top: auto;
	position: relative
}
.fade .item.active {
	opacity: 1;
	z-index: 2;
	-webkit-transition: opacity ease-in-out 1s;
	-moz-transition: opacity ease-in-out 1s;
	-ms-transition: opacity ease-in-out 1s;
	-o-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s
}
.control-round .carousel-control {
	top: 47%;
	opacity: 0;
	width: 45px;
	height: 45px;
	z-index: 100;
	color: #fff;
	display: block;
	font-size: 24px;
	cursor: pointer;
	overflow: hidden;
	line-height: 26px;
	text-shadow: none;
	position: absolute;
	font-weight: 400;
	background: #00769c;
	-webkit-border-radius: 100px;
	border-radius: 100px
}
.control-round:hover .carousel-control {
	opacity: 1
}
.control-round .carousel-control.left {
	left: 1%
}
.control-round .carousel-control.right {
	right: 1%
}
.control-round .carousel-control.left:hover, .control-round .carousel-control.right:hover {
	color: #fdfdfd;
	background: rgba(0,0,0,.5);
	border: 0 transparent
}
.control-round .carousel-control.left>span:nth-child(1) {
	left: 45%
}
.control-round .carousel-control.right>span:nth-child(1) {
	right: 45%
}
.indicators-line>.carousel-indicators {
	right: 45%;
	bottom: 3%;
	left: auto;
	width: 90%;
	height: 20px;
	font-size: 0;
	overflow-x: auto;
	text-align: right;
	overflow-y: hidden;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	white-space: nowrap
}
.indicators-line>.carousel-indicators li {
	padding: 0;
	width: 15px;
	height: 15px;
	border: 1px solid rgb(158,158,158);
	text-indent: 0;
	overflow: hidden;
	text-align: left;
	position: relative;
	letter-spacing: 1px;
	background: rgb(158,158,158);
	-webkit-font-smoothing: antialiased;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-right: 5px;
	-webkit-transition: all 0.5s cubic-bezier(.22, .81, .01, .99);
	transition: all 0.5s cubic-bezier(.22, .81, .01, .99);
	z-index: 10;
	cursor: pointer
}
.indicators-line>.carousel-indicators li:last-child {
	margin-right: 0
}
.indicators-line>.carousel-indicators .active {
	margin: 1px 5px 1px 1px;
	box-shadow: 0 0 0 2px #fff;
	background-color: transparent;
	position: relative;
	-webkit-transition: box-shadow 0.3s ease;
	-moz-transition: box-shadow 0.3s ease;
	-o-transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease
}
.indicators-line>.carousel-indicators .active:before {
	transform: scale(.5);
	background-color: #fff;
	content: "";
	position: absolute;
	left: -1px;
	top: -1px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease
}
.slide_style_left {
	text-align: left!important
}
.slide_style_right {
	text-align: right!important
}
.slide_style_center {
	text-align: center!important
}
.slide-text {
	left: 0;
	top: 38%;
	right: 0;
	margin: auto;
	padding: 10px;
	position: absolute;
	text-align: left;
	padding: 10px 85px
}
.slide-text>h1 {
	padding: 0;
	color: #fff;
	font-size: 70px;
	font-style: normal;
	line-height: 84px;
	margin-bottom: 30px;
	letter-spacing: 1px;
	display: inline-block;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s
}
.slide-text>p {
	padding: 0;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	font-weight: 300;
	margin-bottom: 40px;
	letter-spacing: 1px;
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s
}
.slide-text>a.btn-default {
	color: #000;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	margin-right: 10px;
	text-align: center;
	padding: 17px 30px;
	white-space: nowrap;
	letter-spacing: 1px;
	display: inline-block;
	border: none;
	text-transform: uppercase;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out
}
.slide-text>a.btn-primary {
	color: #fff;
	cursor: pointer;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	margin-left: 10px;
	text-align: center;
	padding: 17px 30px;
	white-space: nowrap;
	letter-spacing: 1px;
	background: #00bfff;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	border: none;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out
}
.slide-text>a:hover, .slide-text>a:active {
	color: #fff;
	-webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
	transition: background 0.5s ease-in-out, color 0.5s ease-in-out
}
.pro-box {
	padding: 15px;
	min-height: 355px;
	color: #000;
	border-radius: 10px 0 10px 0
}
.pro-box1 {
	padding: 15px;
	background: url(../images/1.jpg) center center / cover;
	min-height: 355px;
	color: #000;
	border-radius: 10px 0 10px 0
}
.pro-box2 {
	padding: 15px;
	background: url(../images/2.jpg) center center / cover;
	min-height: 355px;
	color: #000;
	border-radius: 10px 0 10px 0
}
.pro-box3 {
	padding: 15px;
	background: url(../images/3.jpg) center center / cover;
	min-height: 355px;
	color: #000;
	border-radius: 10px 0 10px 0
}
.pro-box h5 {
	font-size: 22px;
	text-align: center
}
.pro-box ul li {
	list-style: none;
	margin-bottom: 5px
}
.pro-box ul ul {
	padding-left: 20px
}
.pro-box:hover {
	background: #00769c;
	color: #fff;
	border-radius: 10px
}
.single-project {
	margin-bottom: 30px
}
.single-project .img-holder {
	display: block;
	overflow: hidden;
	position: relative
}
.single-project .img-holder img {
	transform: scale(1);
	transition: all 0.5s ease 0s;
	width: 100%
}
.single-project .img-holder .overlay-box .box .content a i {
	background: #00769c none repeat scroll 0 0;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 40px;
	height: 80px;
	line-height: 80px;
	width: 80px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}
.single-project .img-holder .overlay-box .box .content .title {
	left: 20px;
	bottom: 12px;
	display: block;
	overflow: hidden;
	text-align: left
}
.single-project .img-holder .overlay-box .box .content .title h3 {
	color: #fff;
	margin: 0;
	text-align: center;
	font-size: 20px;
	padding: 20px
}
.single-project .img-holder .overlay-box .box .content .title span {
	color: #fff;
	font-size: 14px
}
.single-project:hover .overlay-box {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: rotateY(0deg) scale(1, 1);
	transform: rotateY(0deg) scale(1, 1)
}
.single-project:hover .img-holder img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}
.single-project .img-holder .overlay-box .box .content a:hover i {
	background: #292929
}
.overlay-box {
	background-color: rgba(196,26,28,.85);
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 450ms ease-out 0s;
	transition: all 450ms ease-out 0s;
	-webkit-transform: rotateY(180deg) scale(.5, .5);
	transform: rotateY(180deg) scale(.5, .5)
}
.overlay-box .box {
	display: table;
	height: 100%;
	width: 100%
}
.overlay-box .box .content {
	display: table-cell;
	text-align: center;
	vertical-align: middle
}
.breadcrumb-area {
	background-color: #f7f7f7;
	padding: 15px 0
}
.breadcrumb-area nav {
	background-color: transparent;
	text-align: right;
	padding: 0 0 5px 0;
	margin: 0;
	color: #272727;
	line-height: 20px
}
.breadcrumb-area nav a, .breadcrumb-area nav span {
	color: #272727;
	font-size: 16px
}
.breadcrumb-area a span:hover {
	color: red
}
.breadcrumb-area nav .fa {
	padding: 0 5px
}
.breadcrumb-area .fa {
	color: red
}
.pp_description {
	color: red;
	font-weight: 700
}
.gallery {
	margin-bottom: 20px
}
.gallery img {
	padding: 20px;
	background: #f7f7f7;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12)!important;
	transition: all 0.3s linear
}
.gallery img:hover {
	transition: all 0.3s linear;
	transform: scale(1.05)
}
.notice:first-child {
	margin-top: 10px
}
.notice {
	padding: 15px;
	background-color: #fafafa;
	border-left: 6px solid #7f7f84;
	margin-bottom: 10px;
	-webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
	box-shadow: 0 5px 8px -6px rgba(0,0,0,.2)
}
.notice-sm {
	padding: 10px;
	font-size: 80%
}
.notice-lg {
	padding: 35px;
	font-size: large
}
.notice-success {
	border-color: #80D651
}
.notice-success>strong {
	color: #80D651
}
.notice-info {
	border-color: #45ABCD
}
.notice-info>strong {
	color: #45ABCD;
	font-size: 18px
}
.notice-warning {
	border-color: #FEAF20
}
.notice-warning>strong {
	color: #FEAF20
}
.notice-danger {
	border-color: #d73814
}
.notice-danger>strong {
	color: #d73814
}
.notice>.desc {
	display: none
}
.readMore {
	cursor: pointer
}
@media (max-width:991px) {
.slide-text h1 {
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 20px
}
.slide-text>p {
	font-size: 18px
}
}
@media (max-width:768px) {
.slide-text {
	padding: 10px 50px
}
.slide-text h1 {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 10px
}
.slide-text>p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px
}
.control-round .carousel-control {
	display: none
}
}
@media (max-width:480px) {
.slide-text {
	padding: 10px 30px;
	top: 0%
}
.slide-text h1 {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 5px
}
.slide-text>p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px
}
.slide-text>a.btn-default, .slide-text>a.btn-primary {
	font-size: 10px;
	line-height: 10px;
	margin-right: 10px;
	text-align: center;
	padding: 10px 15px
}
.indicators-line>.carousel-indicators {
	display: none
}
}
@media (max-width:600px) {
.contact-form h2 {
	font-size: 22px
}
}
@media (max-width:767px) {
#top-head p, a {
	font-size: 15px;
	text-align: center;
	padding: 5px 0
}
.social ul {
	text-align: center;
	padding: 5px 0
}
.logo {
	margin-bottom: 10px
}
#home-welcome h1 {
	font-size: 28px
}
#home-welcome h4 {
	font-size: 16px
}
#home-welcome .col-md-6 {
	margin-bottom: 20px
}
#home-products h1 {
	font-size: 28px
}
#home-products h4 {
	font-size: 16px
}
#home-products .col-md-4 {
	margin-bottom: 20px
}
#home-products img {
	width: 100%
}
#home-gallery img {
	width: 100%
}
.slide-text img {
	width: 25%;
	display: inline-block
}
#slider .btn {
	padding: 0
}
.gallery img {
	margin: 0 auto
}
.pro-box {
	min-height: inherit
}
}
@media (min-width:768px) and (max-width:991px) {
.ace-responsive-menu>li>a {
	padding: 10px 10px!important;
	font-size: 12px!important
}
.ace-responsive-menu>li>a>.arrow::before {
	font-size: 11px!important
}
#home-welcome img {
	margin: 0 auto;
	padding-bottom: 20px
}
.foot-box {
	min-height: 170px
}
}
@media (min-width:992px) and (max-width:1199px) {
.foot-box p {
	font-size: 15px
}
.foot-box p a {
	font-size: 15px
}
.ace-responsive-menu>li>a {
	padding: 10px 10px!important;
	font-size: 14px!important
}
}
@media (min-width:1600px) {
#slider img {
	width: 100%
}
}
