/*------------------------------------------------------

    COMMON ELEMENTS

------------------------------------------------------*/

body {
	/*background-image: url("../images/index.jpg");*/

	background-size: 100% auto;
	font-family: 'Open Sans', sans-serif !important;
}
* {
	outline: none !important;
}
.container {
/*max-width:  822px;*/

}
p {
	font-size: 1.4rem;
	line-height: 2.5rem;
	color: #7E7E7E;
}
a {
	transition: .5s;
}
a:hover {
	text-decoration: none !important;
	color: #8f1838 !important;
}
.view_btn {
	text-transform: uppercase;
	color: #8f1838;
 border:  .1rem solid #8f1838;
	font-size: 1.2rem;
	text-align: center;
	padding: 0.5rem 2rem;
}
.view_btn:hover {
	color: white !important;
	background-color: #8f1838;
}
/*------------------------------------------------------

    HEADER

------------------------------------------------------*/

header {
	background-image: url("../images/header-bg.jpg");
	background-size:cover;
	background-repeat: no-repeat;
	z-index: 99;
	position: relative;
	box-shadow: 0 0 10px #00000045;
	
	
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}


img.logo {
	max-width: 16rem;
	margin: 1.2rem 0;
}
.nav-top {
	float: right;
	border-bottom: 1px solid #f2f2f2;
	display: inline-block;
}
.nav-top>a {
	font-size: 1.2rem;
	padding: 1rem 2rem;
	color: #727378;
	float: right;
}
/*.nav-top>a:first-of-type {

    padding-right:  0;

}*/

.nav-top>a.tel {
	border-right: 1px solid #f2f2f2;
}
.nav-top>a>i {
	font-size: 2rem;
	margin-right: 1rem;
	vertical-align: middle;
	color: #8f1838;
}
.nav-top>a.tel>i {
	transform: rotate(-30deg);
}
.main-menu {
	margin-bottom: 0 !important;
	border: none !important;
}
.main-menu a {
	color: black;
	text-transform: uppercase;
	font-size: 1.2rem;
}
.main-menu li.active>a {
	background-color: #8f1838;
	color: white;
}
/*------------------------------------------------------

    BANNER

------------------------------------------------------*/

#banner {
	background-color: #cbced3;
	z-index: 9;
	position: relative;
}
#banner .container-fluid {
	padding: 0 !important;
}
#banner .item {
	height: 40rem;
	background-image: url("../images/bann1.jpg");
	background-size: 100% auto;
}
#banner .carousel-inner>.item:nth-child(2) {
	background-image: url("../images/bann2.jpg");
	background-size: 100% auto;
}
#banner .carousel-inner>.item:nth-child(3) {
	background-image: url("../images/bann3.jpg");
	background-size: 100% auto;
}
.carousel-inner.container {
	max-width: 1170px;
}
#banner .carousel-control {
	background: transparent;
	opacity: 1;
	z-index: 99;
}
#banner .carousel-inner>.container {
	position: relative;
}
#banner .carousel-inner .carousel-caption {
	left: 0 !important;
	right: 0;
}
.carousel-control .glyphicon-chevron-left {
	left: 20% !important;
	background-color: #942a48;
	padding: 1rem;
	width: auto !important;
	height: auto !important;
	border-radius: 50%;
	color: white;
	transform: translate(0, -50%);
	font-size: 1.6rem !important;
}
.carousel-control .glyphicon-chevron-right {
	right: 20% !important;
	background-color: #942a48;
	padding: 1rem;
	width: auto !important;
	height: auto !important;
	border-radius: 50%;
	color: white;
	transform: translate(0, -50%);
	font-size: 1.6rem !important;
}
.carousel-control .glyphicon-chevron-left:hover, .carousel-control .glyphicon-chevron-right:hover {
	background-color: #df1d4f;
	transition: .5s;
}
#banner .carousel-caption {
	top: 0;
	bottom: 0;
	text-shadow: none !important;
}
#banner .carousel-caption>img {
	float: left;
	max-width: 30rem;
}
#banner .caption {
	float: right;
	position: absolute;
	top: 35% !important;
	transform: translate(0, -50%);
	right: 0;
	background-color: #3D4246;
	text-transform: uppercase;
	padding: 0.5rem 1.5rem 2rem;
	box-shadow: 0 0 30rem 5rem #ffffff38;
}
#banner .caption>h3 {
	text-shadow: none;
	font-size: 2.4rem;
	font-weight: 600;
}
#banner .caption:after {
	content: "";
	width: 10rem;
	bottom: -0.2rem;
	right: -0.2rem;
	background-color: #3D4246;
	display: inline-block;
	position: absolute;
	z-index: -1;
 top: -.2rem;
 border-top: .2rem solid #DF1D4F;
 border-bottom:  .2rem solid #DF1D4F;
 border-right: .2rem solid #DF1D4F;
}
/*------------------------------------------------------

    HOMEPAGE OTHER SECTIONS

------------------------------------------------------*/

.sec-title>h3 {
	font-size: 1.8rem;
}
.sec-title>h3>b {
	color: #8f1838;
	font-size: 2.4rem;
	margin-top: 0.5rem;
	display: block;
}
.sec-title:after {
	content: "";
	display: block;
	width: 4rem;
	height: 0.3rem;
	background-color: #8f1838;
}
.sec-title {
	margin-bottom: 2rem;
}
#sec-1 {
	padding: 2rem 0 4rem;
}
#sec-1 .view_btn {
	margin-top: 2rem;
	display: inline-block;
}
#sec-1 .col-md-5 {
	padding-left: 4rem;
	border-left: 1px solid #f2f2f2;
}
#sec-1 .col-md-5 i {
	float: left;
	font-size: 3rem;
	color: #8f1838;
	margin: 1.8rem 2rem 0 0;
}
.press-title {
	float: left;
}
#sec-1 .owl-carousel {
	clear: both;
}
.event-date {
	display: table-cell;
}
#sec-1 .item {
	display: table;
}
.event-text {
	display: table-cell;
	padding-left: 1.2rem;
	vertical-align: top;
}
.event-date>a {
	background-color: #8f1838;
	text-align: center !important;
	color: white;
	font-size: 1.2rem;
	vertical-align: top;
	display: inline-block;
	padding: 0.6rem;
}
.event-text>h4 {
	margin-top: 0;
	font-size: 1.6rem;
	line-height: 2.5rem;
}
.event-date>span {
	background-color: #8f1838;
	color: white;
	display: inline-block;
	text-align: center;
	padding: 0.5rem;
	font-size: 1.5rem;
	    text-transform: uppercase;
}
#sec-1 .owl-nav {
	margin-top: 0;
}
#sec-1 .owl-nav>button {
	margin: 0rem 0.5px;
	background-color: #8f1838;
	color: white;
	border-radius: unset;
	padding: 0rem 1.4rem !important;
}
#sec-1 .owl-nav>button:hover {
	background-color: black;
}
#sec-1 .owl-nav>button>span {
	font-size: 2.2rem;
	margin-bottom: 0.5rem;
	display: inline-block;
}
#sec-3 {
	background-color: #8f1838;
	/*margin-top:  26rem;*/

	padding: 2.5rem 0 7rem;
}
#sec-3 .sec-title>h3, #sec-3 .sec-title>h3>b {
	color: white;
}
#sec-3 .sec-title:after {
	background-color: white;
}
#sec-3 .owl-item {
	padding: 1rem;
}
#sec-3 .owl-item>.item {
	background-color: white;
}
#sec-3 .item-text {
	padding: 2rem 2rem 2rem;
	min-height: 210px;
}
#sec-3 .item-text>h4 {
	margin-top: 0;
	text-transform: uppercase;
	font-size: 1.5rem;
	font-weight: 600;
}
#sec-3 .item-text>a {
	color: white !important;
	font-size: 1.2rem;
	padding: 0.6rem 0.8rem;
	background-color: #8f1838;
	margin-top: 0.5rem;
	display: inline-block;
}
#sec-3 .item-text>a:hover {
	opacity: .8;
}
#sec-3 .owl-nav {
	margin: 0;
	position: absolute;
	top: -6rem;
	right: 0;
}
#sec-3 .owl-nav>button {
	color: white;
	background-color: #151314;
	border-radius: 0;
	padding: 0 1rem !important;
	margin: 0 1px;
	transition: .5s;
}
#sec-3 .owl-nav>button>span {
	font-size: 2.2rem;
	display: inline-block;
 margin-bottom:  .5rem;
}
#sec-3 .owl-nav>button>hover {
	background-color: black;
}
#sec-3 .sec-title, #sec-4 .sec-title {
	padding: 0 15px;
}
#sec-3 .owl-nav {
	right: 15px;
}
#sec-4 {
	/*margin-top:  30rem;*/

	padding: 0.5rem 0 4rem;
	background-color: #F8F8F8;
}
#sec-4 .owl-item {
	display: table-cell;
	float: none;
	vertical-align: middle;
}
#sec-4 .owl-item>.item {
	background-color: white;
	margin: 1rem;
	height: 12rem;
	position: relative;
	border: 1px solid #f2f2f2;
}
#sec-4 .owl-stage {
	display: table;
}
#sec-4 .owl-item>.item>img {
	position: absolute;
	width: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 6rem;
}
#sec-2 .col-md-3, #sec-2 .col-md-9 {
	padding: 0;
}
.project-title {
	padding: 3.5rem;
	background-image: url("../images/project-title.jpg");
	background-size: auto 100%;
	height: 30rem;
}
.project-title>p {
	color: white;
}
.project-title>.sec-title, .project-title>.sec-title>h3>b {
	color: white;
}
.project-title>.sec-title:after {
	background-color: white;
}
.project-box {
	height: 30rem;
	position: relative;
	background-color: black;
	transition: .5s;
}
.project-box>img {
	width: auto !important;
	height: 100%;
	min-width: 100%;
}
.project-box>h4 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #e4e4e0;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 1.5rem 0;
	border-right: 1px solid #f2f2f2;
}
.project-box:hover>img {
	opacity: .6;
}
.project-box:hover>h4 {
	background-color: black;
	border: none !important;
	color: white;
}
#sec-2 .owl-stage>.owl-item.active {
	margin: 0 1px 0 -1px;
}
/*------------------------------------------------------

    FOOTER

------------------------------------------------------*/

footer {
	background-color: #1A1F23;
    padding: 10px 0 0;
}
.foot-logo {

	margin-bottom: 0;
}
.foot-addr {
	color: #7E7E7E;
	font-size: 1.4rem;
	margin-top: 1rem;
	float: left;
	width: 100%;
	line-height: 2.5rem;
}
.location {
	width: 100%;
}
.quick-cont {
	width: 0;
}
.location, .quick-cont {
	padding-left: 3rem;
	position: relative;
	float: left;
}
.location:before {
	content: "";
	width: 20px;
	height: 22px;
	display: inline-block;
	position: absolute;
	left: 0;
	background-image: url("../images/placeholder.png");
	background-size: 100%;
	background-repeat: no-repeat;
	margin-top: 0.5rem;
}
.quick-cont:before {
	content: "";
	width: 20px;
	height: 22px;
	display: inline-block;
	position: absolute;
	left: 0;
	background-image: url("../images/f-ph.png");
	background-size: 100%;
	background-repeat: no-repeat;
	opacity: .5;
	margin-top: 0.5rem;
}
.foot-head {
	color: #f8f8f8;
	text-transform: uppercase;
	font-size: 1.6rem;
	margin-top: 0;
}
/*.foot-head:after {

    content:  "";

    width: 30%;

    height:  2px;

    background-color: red;

    display:  block;

    margin:  1rem 0 1.5rem;

}*/

.foot-nav {
	padding: 0;
	margin: 0;
	list-style: none;
}
.foot-nav>li {
	border-bottom: 1px dashed;
	padding: 1rem 0;
}
.foot-nav>li:last-of-type {
	border: none;
}
.foot-nav>li>a {
	color: #7e7e7e;
	font-size: 1.4rem;
}
.foot-nav>li>a>i {
	margin-right: 1.5rem;
}
.soc-icons>a {
	color: white !important;
	font-size: 1.3rem;
	padding: 1.3rem 0 1.3rem 6rem;
	margin: 1rem 0 0;
	position: relative;
}
.soc-icons {
	margin-top: 0.5rem;
	float: right;
	width: 100%;
}
.soc-icons>a i:hover {
	background-color: #090a0a;
}
.soc-icons>a>i {
	position: absolute;
	left: 0;
	background-color: #293036;
	padding: 1rem;
	top: 0;
	bottom: 0;
	width: 40px;
}
.soc-icons>a>i:before {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 1.5rem;
}
footer .container-fluid {
	background-color: white;
	margin-top: 1rem;
	padding: 2rem 0 4rem 0;
}
.cpyrght, .pwrd {
	color: #787878;
	font-size: 1.3rem;
}
.cpyrght {
	float: left;
	padding-left: 15px;
}
.pwrd {
	float: left;
	padding-left: 100px;
}
/*----------------------------------------------------------

    ABOUT PAGE

----------------------------------------------------------*/

#innerpage-intro {
	height: 35rem;
	overflow: hidden;
	position: relative;
}
#innerpage-intro>img {
	min-width: 100%;
}
#innerpage-intro .container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#innerpage-intro .caption {
	position: absolute;
	top: 35% !important;
	transform: translate(0, -50%);
	left: 0;
	background-color: #3D4246;
	text-transform: uppercase;
	padding: 0.5rem 1.5rem 2rem;
	box-shadow: 0 0 30rem 5rem #ffffff38;
	text-align: center;
}



	

#innerpage-intro .caption>h3 {
	text-shadow: none;
	font-size: 2.4rem;
	font-weight: 600;
	color: white;
}
#innerpage-intro .caption>h4 {
	text-shadow: none;
	font-size: 2rem;
	color: white;
}
#innerpage-intro .caption:after {
	content: "";
	width: 10rem;
	bottom: -0.2rem;
	right: -0.2rem;
	background-color: #3D4246;
	display: inline-block;
	position: absolute;
	z-index: -1;
 top: -.2rem;
 border-top: .2rem solid #DF1D4F;
 border-bottom:  .2rem solid #DF1D4F;
 border-right: .2rem solid #DF1D4F;
}
#sec-5 .col-md-8 {
	padding: 2rem 0;
}
#sec-5 img {
	border: 1rem solid #ccc;
	max-width: 100%;
	margin: 8rem 0 2rem;
}
#sec-6 {
	padding-bottom: 3rem;
}
#sec-6 .container {
	padding: 0 !important;
}
#sec-6 .row {
	display: flex;
	margin: 0;
}
.sec-a {
	background-color: #fff;
	border: 1px solid #f1f1f1;
	height: 100%;
	min-height: 301px;
}
#sec-6 .col-md-6 {
	margin-bottom: 2rem;
	/*border: 1px solid #f2f2f2;*/

	padding: 0;
}
.sec-a h3 {
	background-color: #8f1838;
	margin: 0;
	padding: 1rem;
	text-align: center;
	color: white;
	font-size: 2rem;
	text-transform: uppercase;
}
.sec-a h3>img {
	width: 2.5rem;
}
.sec-a p {
	padding: 2rem;
	line-height: 2.8rem;
}
#sec-7 {
	background-image: url("../images/abt-2.jpg");
	color: white;
	padding: 3rem 0 8rem;
	background-size: 100%;
}
#sec-7 .sec-title>h3>b {
	color: white;
}
#sec-7 .sec-title:after {
	background-color: white;
}
#sec-7 p {
	color: white;
	line-height: 3rem;
	font-style: italic;
}
#sec-7 p>i {
	font-size: 2rem;
	margin-right: 1rem;
}
.sec-c>img {
	border: 1px solid #8f1838;
	width: 60px;
	padding: 1rem;
	float: left;
	border-radius: 50%;
	height: 60px;
}
.sec-d {
	display: inline;
	float: right;
	width: calc(100% - 80px);
	padding-right: 2rem;
}
.sec-d h3 {
	display: inline-block;
	color: #8f1838;
	text-transform: uppercase;
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 10px;
}
/*----------------------------------------------------------

    ACTIVITIES PAGE

----------------------------------------------------------*/

.sec-8 {
	padding: 2rem 0 4rem !important;
}
.sec-8 .col-md-4 {
	margin-bottom: 3rem;
}
.sec-8 .sec-a h3 {
	text-align: left;
	font-size: 1.8rem;
	line-height: 2.5rem;
}
.sec-a ul {
	padding: 1rem 2rem;
	list-style: none;
}
.sec-a ul>li {
	border-bottom: 1px dashed #ccc;
	padding: 0.8rem 0;
}
.sec-a ul>li:last-of-type {
	border: none;
}
.sec-9 {
	background-image: url("../images/act-1.jpg") !important;
}
.sec-9 p {
	font-style: normal !important;
}
.act-sidebar {
	list-style: none;
	padding: 0;
}
.act-sidebar>li {
	border: 1px solid #f2f2f2;
	margin-bottom: 1rem;
	padding: 1rem 4rem 1rem 1rem;
	position: relative;
}
.act-sidebar>li>a {
	font-size: 1.5rem;
	color: #222;
	text-decoration: none !important;
}
.act-sidebar>li.active {
	background-color: #8f1939;
}
.act-sidebar>li.active>a, .act-sidebar>li.active>a:hover {
	color: white !important;
}
.act-sidebar>li>a>i {
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translate(-50%, -50%);
}
.sec-8 .sec-a>img {
	width: 400px;
	margin: 2rem;
	max-width: 88%;
	float: left!important;
	
}
.sec-8 .sec-a ul {
	float: left!important;
	/*dth: calc(100% - 240px);*/
	/*list-style:  disc;*/

	padding-left: 2rem;
	
}
.sec-8 .sec-a ul>li {
	border: none;
    padding-left: 2.5rem;
    position: relative;
    float: left;
    display: grid;
    clear: both;}

.sec-8 .sec-a ul>li>i {
	position: absolute;
	left: 0;
	top: 1.1rem;
}
.tabcontent {
	display: none;
}
.tabcontent>.sec-a {
	float: left;
	width: 100%;
}
.tablinks {
	font-size: 1.2rem;
	font-weight: 600;
	color: #222 !important;
	text-decoration: none !important;
	border: 1px solid #f2f2f2 !important;
 margin-bottom: .4rem;
	padding: 1rem 4rem 1rem 1rem !important;
	position: relative;
}
.sec-8 .tab {
	border: none;
	height: auto;
	background-color: white;
	width: 30%;
}
.tabcontent {
	width: 70% !important;
	border: none !important;
	padding-right: 0 !important;
	height: auto !important;
}
.tablinks>i {
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translate(-50%, -50%);
}
.gallery_product>img {
	width: 100%;
    max-height: 252px;
}
/* Style the tab */

.tab {
	float: left;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
	width: 30%;
	height: 300px;
}
/* Style the buttons that are used to open the tab content */

.tab button {
	display: block;
	background-color: inherit;
	color: black;
	padding: 22px 16px;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	cursor: pointer;
	transition: 0.3s;
}
/* Change background color of buttons on hover */

.tab button:hover {
	background-color: #ddd;
}
/* Create an active/current "tab button" class */

.tab button.active {
	background-color: #8f1838;
	color: #fff!important;
}
/* Style the tab content */

.tabcontent {
	float: left;
	padding: 0px 12px;
	border: 1px solid #ccc;
	width: 70%;
	border-left: none;
	height: 300px;
}
#tcms {
	display: block;
}
/*----------------------------------------------------------

    CLIENTS PAGE

----------------------------------------------------------*/

#sec-10 {
	padding: 2rem 0 4rem;
}
#sec-10 .col-md-4 {
	border: 1px solid #f2f2f2;
	padding: 2rem;
	position: relative;
	height: 15rem;
}
#sec-10 .col-md-4>img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-height: 100%;
	max-width: 100%;
}
/*----------------------------------------------------------

    CONTACT PAGE

----------------------------------------------------------*/

#sec-11 {
	padding: 2rem 0 5rem;
}
.sec-b {
	padding-top: 2rem;
}
.sec-b a, .sec-b address {
	color: #777;
	display: block;
	clear: both;
	padding-bottom: 2rem;
 margin-bottom: .5rem;
}
.sec-b a>i, .sec-b address>i {
	border: 1px solid #ccc;
	width: 30px;
	height: 30px;
	position: relative;
	display: inline-block;
	margin: -0.5rem 1rem 0 0;
	float: left;
}
.sec-b a>i:before, .sec-b address>i:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 1.5rem;
}
.sec-b address {
	padding-left: 40px;
	line-height: 2.5rem;
	border: none;
}
.sec-b address>i {
	margin-left: -40px;
	margin-top: 0.6rem;
}
.form-sec {
	/*background-color: #f2f2f257;

    border:  1px solid #f2f2f2;*/

	margin-top: 4rem;
}
.form-sec>h3 {
	margin-left: 2rem;
	color: black;
	font-size: 2.2rem;
	text-transform: uppercase;
}
.form-sec>form {
	padding: 2rem 2rem 0;
}
#sec-11 textarea {
	height: 10rem;
}
.form-sec>p {
	margin: 1rem 2rem 0;
}
.form-sec form>.form-group:nth-of-type(1), .form-sec form>.form-group:nth-of-type(3) {
	width: 49%;
	float: left;
}
.form-sec form>.form-group:nth-of-type(2), .form-sec form>.form-group:nth-of-type(4) {
	float: right;
	width: 49%;
}
.form-sec form>.form-group>label {
	/*display:  none;*/

	opacity: .9;
	font-weight: normal;
}
.form-group>input, .form-group>textarea {
	border-radius: 0;
}
.form-sec button[type="submit"] {
	background-color: #8f1838;
	color: white;
	border-radius: inherit;
	border: none;
	transition: .5s;
}
.form-sec button[type="submit"]:hover {
	opacity: 0.8;
}
.cont-pic {
	width: 100%;
}
/*----------------------------------------------------------

    PROJECTS PAGE

----------------------------------------------------------*/

#sec-12 {
	padding: 2rem 0 3rem;
}
.btn-default:active .filter-button:active {
	background-color: #DF1D4F !important;
	color: white;
}
#sec-12 .filter-button {
	font-size: 1.6rem;
}
#sec-12 .gallery_product {
	position: relative;
	margin-bottom: 3rem;
	padding-left: 0;
	overflow: hidden;
}


.gallery_product .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
    height: 83%;
    width: 96%;
  opacity: 0;
  transition: .5s ease;
     background-color: #8f1939;
}

.gallery_product .overlay_adj {

    height:100%!important;
    width:100%!important;

 
}

.gallery_product:hover .overlay {
  opacity: 1;
}

.gallery_product:hover .overlay_adj {
  opacity: .88;
}

.gallery_product .text {
color: white;
    font-size: 15px;
    position:absolute;
    top:50%;
	padding:0 5%;
	left:18%;
	width:100%;
    transform: translate(-19%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
span.full-form {
    font-size: 15px !important;
    /* background: #801431; */
    display: block;
    padding: 2px 5px;
    /* left: -38px; */
    position: relative;
    width: 100%;
    color: #fff;
    float: left;
}
.gallery_product .text span{
	
	text-transform: uppercase;
	font-size: 20px;
}

#sec-12 .gallery_product h4 {
	background-color: #8f1838;
	margin: 0;
	padding: 1.5rem 1rem;
	text-align: center;
	color: white;
	font-size: 1.5rem;
	text-transform: uppercase;
	position: absolute;
	bottom: 0;
	right: 15px;
	left: 0;
	z-index:0
}
.prod-btn-grp>button {
	background-color: #8f1838;
	color: white !important;
	border: none;
	border-radius: inherit;
	transition: .5s;
}
.prod-btn-grp>button:active, .prod-btn-grp>button:focus {
	background-color: black !important;
}
.prod-btn-grp>button:hover {
	background-color: black;
}

/*----------------------------------------------------------

    MEDIA QUERIES

----------------------------------------------------------*/

@media screen and (min-width:1200px) {
}
 @media screen and (max-width:1199px) {
#sec-3 .owl-stage {
	display: flex;
}
#sec-3 .owl-stage>.owl-item {
	display: inline-flex;
}
.gallery_product>img {
	height: 270px;
}
}
 @media screen and (max-width:991px) {
.nav-top {
	display: none;
}
.nav>li>a {
	padding: 1rem !important;
}
header #myNavbar {
	margin-top: 5rem;
}
#banner .carousel-inner>.item:nth-child(2), #banner .carousel-inner>.item:nth-child(3) {
	background-size: auto 100%;
}
#sec-1 .col-md-5 {
	padding: 0 15px;
	border: none;
}
.project-title {
	height: auto;
}
.foot-addr {
	margin-bottom: 3rem;
}
#sec-5 img {
	margin-top: 0;
	max-width: 30rem;
	margin-left: -15px;
}
#sec-7 {
	background-size: auto 100%;
}
.gallery_product>img {
	height: 240px;
}
#sec-12 .gallery_product h4 {
	font-size: 1.5rem;
}
}
 @media screen and (max-width:767px) {
header .navbar-toggle {
	margin: 0;
	border: none;
	width: 100%;
	background-color: #343233;
	border-radius: 0;
	padding: 1.5rem 1rem;
}
header .navbar {
	min-height: unset;
}
header .navbar-toggle>span {
	background-color: white;
}
header .col-md-3>a {
	display: block;
}
.logo {
	display: block;
	margin: 1.2rem auto !important;
	background:#fff;
}
header #myNavbar {
	margin-top: 0;
	position: absolute;
	z-index: 99;
	width: 100%;
	background-color: #dcdee1;
	border: none;
	padding: 0;
}
header .navbar-nav {
	margin: 0;
}
#banner .carousel-caption>img {
	max-width: 25rem;
}
#banner .item {
	height: 33rem;
}
#banner .caption>h3 {
	font-size: 2rem;
}
#sec-1 .view_btn {
	margin-bottom: 2rem;
}
.foot-nav {
	margin-bottom: 2rem;
}
#innerpage-intro .caption {
	left: 15px;
}
#sec-5 .col-md-8 {
	padding: 0 15px;
}
#sec-5 img {
	margin-left: 0;
}
#sec-6 .container {
	padding: 0 15px !important;
}
#sec-6 .row {
	display: block;
}
#sec-12 .sec-title {
	padding: 0 15px;
}
#sec-10 .row {
	margin: 0;
}
#sec-10 .col-md-4 {
	width: 33%;
	float: left;
}
.form-sec {
	margin-top: 1rem;
}
.sec-8 .tab, .sec-8 .tabcontent {
	width: 100% !important;
	padding: 0;
}
.tabcontent>.sec-a {
	width: 100%;
}
#sec-12 .filter-button {
	margin-bottom: 0.5rem;
}
#sec-12 .row {
	margin: 0 15px;
}
#sec-12 .sec-title {
	padding: 0;
}
.form-sec>h3 {
	margin-left: 0;
}
.form-sec>p, .form-sec>form {
	padding-left: 0;
	margin-left: 0;
}
}
 @media screen and (max-width:639px) {
#banner .caption {
	display: none;
}
#banner .carousel-caption>img {
	margin-left: 5rem;
}
.cpyrght, .pwrd {
	float: none;
	padding: 0;
	text-align: center;
}
#sec-6 .row {
	display: block;
}
#sec-10 .col-md-4 {
	width: 280px;
	float: none;
	display: block;
	margin: auto;
}
.sec-8 .sec-a>img {
	float: none;
}
.sec-8 .sec-a ul {
	float: none;
	width: 100%;
	padding-top: 0;
}
.tablinks {
	font-size: 1.2rem;
}
.sec-8 .sec-a h3 {
	font-size: 1.4rem;
}
#sec-12 .gallery_product {
	width: 100%;
}
.gallery_product>img {
	height: auto;
}
#innerpage-intro {
	height: 25rem;
}
#innerpage-intro>img {
	min-width: auto;
	max-width: 100%;/*min-height:  100%;*/

}
#innerpage-intro .caption>h3 {
	font-size: 2rem;
}
#innerpage-intro .caption>h4 {
	font-size: 1.7rem;
}
#banner .item {
	height: 22rem;
}
#banner .carousel-caption>img {
	max-width: 50%;
}
#innerpage-intro .caption {
	display: none;
}
#innerpage-intro {
	height: auto !important;
}
.sec-d>p {
	display: block;
	margin-top: 1rem;
}
.sec-d {
	float: none;
}
.sec-c>img {
	float: none;
	margin-right: 1rem;
}
#sec-6 .col-md-6 {
	margin-bottom: 0;
}
}
 @media screen and (max-width:479px) {
.location, .quick-cont {
	width: 100%;
}
#innerpage-intro .caption>h3 {
	font-size: 1.8rem;
}
#innerpage-intro .caption>h4 {
	font-size: 1.5rem;
}
#sec-5 img {
	max-width: 100%;
}
#sec-12 .filter-button {
	margin-bottom: 1rem;
}
#sec-12 .gallery_product {
	width: 100%;
}
#sec-12 .gallery_product h4 {
	font-size: 1.6rem;
}
#sec-12 .gallery_product img {
	width: 100%;
	height: auto;
}
.form-sec form>.form-group:nth-of-type(1), .form-sec form>.form-group:nth-of-type(2), .form-sec form>.form-group:nth-of-type(3), .form-sec form>.form-group:nth-of-type(4) {
	float: none;
	width: 100%;
}
}
.footer_ing {
	background: url(../images/footerimg.jpg) no-repeat bottom right;
}
 @media screen and (max-width:1200px) {
.footer_ing {
	background: none;
}
}
 @media screen and (max-width:1200px) {
header {
	background:#fff;
}
}
 @media screen and (min-width:1200px) and (max-width:1400px) {
img.logo {
	position: relative;
	left: 250px;
	z-index: 99999
}
}
 @media screen and (min-width:1400px) and (max-width:1600px) {
img.logo {
	position: relative;
	left: 200px;
	z-index: 99999
}
}
 @media screen and (min-width:1600px) and (max-width:1700px) {
img.logo {
	position: relative;
	left: 100px;
	z-index: 99999
}
}
 @media screen and (min-width:1700px) and (max-width:1800px) {
img.logo {
	position: relative;
	left: 100px;
	z-index: 99999
}
}
.pro_img {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 60px;
	text-align: center!important;
	visibility: hidden;
}
.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px;
}
.list_act {
	margin: 0 0 8px 0;
	padding: 0;
}
.list_act li {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 29px;
	font-size: 13px;
}
.list_act li i {
	margin-right: 10px;
	font-size: 10px;
	color: #8d8d8d;
}

.two-section a {
    
         background: #3d4246;
    color: #ffffff;
    display: block;
   
    padding: 10px;
    margin-bo: 0px;
     margin-bottom: 0px;
}
.two-section a:hover{
	color:#ffffff !important;
background: #6d0b26;
}
.two-section a:active{
	color:#ffffff !important;
background: #6d0b26;
}
.two-section a:focus{
	color:#ffffff !important;
background: #6d0b26;
}

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

.pad-lr-15{
	
	padding-left: 15px !important;
	padding-right: 15px !important;
}


.prod-btn-grp.fadeInDown.wow.animated {
    margin-top: 20px;
}

.two-section ul{
	
	margin: 0;
	padding: 0;
	list-style: none;
}
.two-section{
	margin-bottom: 30px;
	    border-bottom: 2px solid #8f1939;
}
.two-section ul li{
	display: inline-block;
}

.two-section ul li a{
	background:#f7f7f7;
	color: #3c3c3c;
	    padding-left: 20px;
    padding-right: 20px;
	text-transform: uppercase;
	font-weight: 600;
}
.two-section .active a{
background: #8f1838;
    color: #ffffff;


}
@media (max-width:992px){
.two-section a{
	margin-bottom: 5px;
}

}
















