*
{
	margin: 0;
	padding: 0;
}
@font-face
{
    src:url(../fonts/Emberly-Bold.ttf);
    font-family:Emberly;
}
@font-face
{
    src:url(../fonts/GOTHIC.TTF);
    font-family:GOTHIC;
}
@font-face
{
    src:url(../fonts/corbel.ttf);
    font-family:corbel;
}
@font-face
{
    src:url(../fonts/GOTHICB.TTF);
    font-family:GOTHICB;
}
body
{
	background-color: #000;
	color: #fff;
}
ul , a
{
	list-style: none;
	text-decoration: none;
}
.wrapper
{
	width: 100%;
}
.partition-system {
    font-family: 'corbel';
    position: fixed;
    top: 100px;
    width: 131px;
    text-align: -webkit-center;
}
.partition-system a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    padding: 20px 0;
    display: inline-block;
    transition: all 0.5s ease;
    border-bottom: 1px solid #262525;
    width: 130px;
    border-right:1px solid #262525 ;
    font-family: 'GOTHICB'
}
.partition-system a:nth-child(10)
{
    border-bottom:none;
}
.partition-system a:hover {
    color: #ff081f;
    text-decoration-color: #ff0707;
}

.container {
    width: 89%;
   padding-left:11%;

}
header.shrunk {
    background: #000;
}
header.shrunk .logo img {
    width: 200px;
}
header {
    width: 100%;
    display: flex;
    position: sticky;
    top: 0;
    z-index: 99;
    justify-content: space-evenly;
}
header .logo
{
	width: 200px;
    padding: 22px 0px

}
.logo img {
    width: 100%;
}
.dubont {
    width: 200px;
}
.icon {
    display: none;
}
.menu-mobile {
    display: none;
}
header .menu {
    display: flex;
    align-items: center;
    width: 80%;
    justify-content: space-evenly;
}
.menu ul {
    display: inline-block;
}
.menu ul li {
   display: inline-block;;
}
.menu ul li a
{
	color: #fff;
	padding:46px 30px;
	display:inline-block;
	transition:all 0.5s ease;
	text-transform: uppercase;
	 font-family:corbel;
}
.menu ul li a:hover {
    color: red;
}
.menu ul li ul {
    position: absolute;
    right: 42%;
    top: 300%;
    width: 200px;
    background-color: #FFF;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s ease;
}
.menu ul li:hover ul
{
	top:80%;
	opacity:1;
	pointer-events:auto;
				
}
.menu ul li ul li {
    color: #000;
    transition: all 0.5s ease;
}

.menu ul li ul li a {
    color: #000;
    padding: 10px 66px;
    border-bottom: 2px solid #eee;
    width: 68px;
    text-align: center;
}
ul li ul li a:hover {
    color: #eee !important;
    background: #eb2323;
}
li#suddo a {
    border: none;
}
.menu a i {
    padding: 8px;
    font-size: 22px;
    color: #fff;
    transition: all 0.5s ease;
}
.dubont a img {
    width: 100%;
}
.menu a:nth-child(1) i:hover {
    color:  #dd2a7b;
}
.menu a:nth-child(2) i:hover {
    color:#fa0074;
}
.menu a:nth-child(3) i:hover {
    color: #f00 ;
}
.menu a:nth-child(4) i:hover {
    color: #c8232c;
}
.social-icon {
    display: none !important;
}
.banner
{
  	width: 100%;
  	margin-top: -116px;
  	position: relative;
}
/*slider*/
.flexslider {
	    width:100%;
		margin: 0 auto;
		box-shadow: none;
}

.flexslider li {
  position: relative;
}
.flexslider li img
{
    width:100%;
}
.flexslider li .meta {
		position: absolute;
		top: 45%;
		left: 6%;
		color: white;
		
}
.flexslider li .meta .banner-title
{
    font-size:40px;
    font-family: 'GOTHICB';
}
.flexslider li .meta .content-slider {
    width: 100%;
    padding: 25px 0px;
}
.know-btn a {
    padding: 12px 25px;
    background: #eb2323;
    border-radius: 20px;
    color: #fff;
    transition:all 0.5s ease;
        font-family: 'GOTHICB';
}
.know-btn a:hover
{
    background:#fff;
    color: #eb2323;
}
.know-btn {
    margin: 10px auto;
    
}
.meta .content-slider p
{
    width:60%;
    font-size:18px;
    font-family: 'GOTHIC';
}
.flex-direction-nav {
		position: absolute;
		top: 100%;
		right: 10%;
		font-size: 0px;
}

.flex-direction-nav a {
		text-decoration: none !important;
		display: block;
		width: 30px;
		height: 30px;
		background-color: #333;
		margin: -20px 0 0;
		position: absolute;
		top: 50px;
		z-index: 10;
		opacity: .5;
		cursor: pointer;
		color: #fff;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		transition: all .3s ease;
}

.flex-direction-nav .flex-prev {
    right: -18px;
    align-content: s;
    display: inline-table;
}
.flex-direction-nav .flex-next {
		text-align: right;
		left: 30px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
		opacity: 1;
}

.flex-direction-nav a:before {
		font-family: FontAwesome;
		content: '\f0a8';
		font-size: 36px;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		top: 0;
		padding: 2px;
    line-height: 27px;
}
.flex-direction-nav li a {
    background: none;
}
.flex-direction-nav a.flex-next:before {
		content: '\f0a9';
			font-size: 36px;
}

.About-us {
    display: flex;
    padding-top:6rem;
}
.About-us-content {
    padding: 8% 0;
    width: 50%;
    margin: 0 auto;
}
.About-us-content h1 {
    font-weight: 800;
    font-size: 48px;
    margin: 0 20px 0 0;
    font-family: 'GOTHICB';
}
.About-us-content h1:nth-child(1) {
    color: #eb2323;
    font-size: 50px;
    font-family: 'GOTHICB';
}
.About-us-content p {
    width: 85%;
    margin: 0 auto;
    line-height: 34px;
    padding: 30px 0;
    text-align: justify;
    font-family: 'GOTHIC';
}
.About-us-img img {
    width: 100%;
}
.dolore-content {
    width: 85%;
    padding-bottom:3.5rem;
}
.dolore-content h1 {
    text-align: center;
    display: block;
    padding: 35px 0px;
    font-size: 40px;
    font-family: GOTHIC;
}
.dolore-content h1 b
{
	color:#f00;
}
.dolore-content p {
    width: 50%;
    text-align: center;
    margin: 0 auto;
    line-height: 28px;
    font-family: 'GOTHIC';
}
.counter-section {
   margin: 8% auto;
    width: 90%;
}
.counter-content {
    display: flex;
}
.counter-container {
   display: flex;
    align-items: center;
    width: 100%;
}
.counter
{
    font-size: 50px;
    font-weight: 600;
    font-family:Emberly;
}
.counter-container p {
    padding: 16px;
    font-family:Emberly;
}
.gallery {
    display: grid;
    font-family: GOTHICB;
    width: 100%;
    object-fit: cover;
    justify-content: center;
    align-items: stretch;
    justify-items: stretch;
}
.gallery-title {
    width: 85%;
}
.gallery-title h1 {
    text-align: center;
    display: block;
     color: #eb2323;
    padding: 35px 0px;
    font-size: 36px;
    font-family: GOTHIC;
    
}
.gallery-title h1 b {
    color:#fff;
    
}
.one {
  
  grid-row: 1;
    position: relative;
    
}
.one img
{
    width:100%;
    height:100%;
}
.one span {
    position: absolute;
    left: 3%;
    width: 90%;
    display: inline-block;
    bottom: 3%;
    font-size: 30px;
    font-weight: 700;
    transition:all 0.4s ease;
}
.one span b{
	text-transform:uppercase;
	 color: #ffdbbc;
}
.one:hover span {
   bottom:20%;
}
.two {
  grid-column: 2 / 2;
  grid-row: 1 / 3;
  position: relative;
}
.two img
{
    width:100%;
    height:100%;
}
.two span {
    position: absolute;
    left: 3%;
    bottom: 3%;
    font-size: 30px;
    font-weight: 700;
	transition:all 0.4s ease;
}
.two span b{
	text-transform:uppercase;
	 color: #ffdbbc;
}
.two:hover span {
    bottom: 15%;
}
.three {
  grid-column: 1;
  grid-row: 2 / 4;
  position: relative;
   
}
.three img
{
    width:100%;
    height:100%;
}
.three span {
    position: absolute;
    left: 3%;
    bottom: 3%;
    font-size: 30px;
    font-weight: 700;
	transition:all 0.4s ease;
}
.three span b{
	text-transform:uppercase;
	 color: #ffdbbc;
}
.three:hover span {
    bottom: 12%;
}
.four {
  grid-row: 3;
  grid-column: 2;
  position: relative;
   width:80%;
}
.four img
{
    width:100%;
    height:100%;
}
.four span {
    position: absolute;
    left: 3%;
    bottom: 3%;
    font-size: 30px;
    font-weight: 700;
	transition:all 0.4s ease;
}
.four span b{
	text-transform:uppercase;
	 color: #ffdbbc;
}
.four:hover span {
    bottom: 15%;
}
.gallery-mobile {
    display: none;
}
.partistion-system {
    width: 100%;
    margin: 10% auto;
    height: 640px;
}
.partistion-system .title {
    width:100%;
    display: flex;
    font-family: GOTHIC;
    align-items: center;
    justify-content: space-between;
    margin: 50px auto;
    
}
.title-image img {
    width: 100%;
}
.carousel-content a
{
    color:#fff;
}
.owl-item > .carousel-content {
  cursor: pointer;
  margin: 8% 8%;
  transition: margin 0.4s ease;
  
}
.owl-item.center > .carousel-content {
  cursor: auto;
  margin: 0;
  margin-bottom:50px;
}
.owl-item:not(.center) > box:hover {
  opacity: .75;
}
.carousel-content span {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    width: 80%;
    display: block;
   margin: 20px auto;
    margin-bottom: -30px;
    font-family:GOTHIC;
}
.owl-item img
{
   	opacity:0.3;
}
.owl-item.active.center {
	background:#eb2323;
}
.owl-item.active.center img
{
	opacity:1;
}
.titel_btn {
    width: 15%;
    text-align: center;
}
.titel_btn a {
    padding: 12px 30px;
    border: 2px solid #eb2323;
    color: #fff;
    border-radius: 28px;
    transition: all 0.5s ease;
}
.titel_btn a:hover
{
   background:#fff;
    color: #000;
}
.choice {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 8% auto;
    font-family: GOTHIC;
}
.choice-title {
    display: inline-block;
    padding-top: 11%;
}
.choice-title h1 {
    font-size: 40px;
	color:#eb2323;
	
}
.choice-title h1 b {
    font-size: 40px;
    color: #fff;
    
}
.choice-title p {
    font-size: 20px;
    margin: 22px 0;
    font-weight: 100;

}
/*carousel*/
@media (max-width: 767px) {
  .wrapper {
    padding: 50px 10px;
  }
}

.slick-slider {
  min-width: 0;
}

.slick-list {
  overflow: hidden;
}

.slick-track {
  display: flex;
  align-items: flex-start;
}

.slider {
  position: relative;
  padding: 0px;
}

@media (max-width: 767px) {
  .slider {
    padding: 0px 40px;
  }
}

.slider .slick-arrow {
  position: absolute;
  top: 75%;
  margin: -20px 0px 0px 0px;
  z-index: 0;
  font-size: 0;
  width: 40px;
  height: 50px;
  pointer-events: auto;
  cursor: pointer;
  opacity: 0.3;
  transition:all 0.5s ease;
}
.slider .slick-arrow.slick-prev:hover,
.slider .slick-arrow.slick-next:hover
{
    opacity:1;
}
.slider .slick-arrow.slick-prev {
  left: -35%;
  background: url("../images/left.png") 0
    0 / 100% no-repeat;
}
.slider .slick-arrow.slick-next {
  left: -30%;
  background: url("../images/right.png") 0 0 / 100% no-repeat;
}
.slider .slick-arrow.slick-disabled {
  opacity: 0.2;
}

.slider {
  position: relative !important;
  padding: 0px;
  width: 74%;
  text-align: end;
}
.slider__item img {
  width: 100%;
  padding:25px;
}


/* clearfix */

.owl-carousel .owl-wrapper:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
  line-height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    
}
/* display none until init */

.owl-carousel {
  position: relative;
  display: none;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  position: relative;
  display: none;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* mouse grab icon */

.grabbing {
  cursor: url(../images/grabbing.png) 8 8, move;
}


/* fix */

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}


/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  margin: 5px;
  padding: 3px 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  color: #FFF;
  font-size: 12px;
  opacity: 0.5;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}


/* Clickable class fix problem with hover on touch devices */


/* Use it for non-touch hover action */

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  text-decoration: none;
  opacity: 1;
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
}


/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  margin: 5px 7px;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
  opacity: 0.5;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  opacity: 1;
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
}


/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
  padding: 2px 10px;
  width: auto;
  height: auto;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #FFF;
  font-size: 12px;
}


/* preloading images */

.owl-item.loading {
  min-height: 150px;
  background: url(../images/AjaxLoader.gif) no-repeat center center
}


/* CUSTOM USER OPTIONS */


.item {
  
  background: #fff;
  color: #333;
}

.item img {
  width: 100%;
}

.item h4 {
  margin-top: 10px;
  color: #333;
  padding: 10px;
  font-family: 'Montserrat', sans-serif;
}

.item p {
  color: #333;
  padding: 0 10px 30px;
  font-family: 'PT Serif', serif;
}

.customNavigation {
  margin-top: 5px;
  margin-right: 11px;
  text-align: right;
}

.customNavigation .btn {
  position: relative;
  display: inline-block;
  overflow: visible;
  margin: -1.9px;
  padding: 0.8em 1.1em;
  border: 0;
  box-shadow: none;
  color: #fff;
  text-transform: uppercase;
  text-shadow: none;
  font-size: 20px;
  cursor: crosshair;
  -webkit-transition: all .1s ease-in 0s;
  -moz-transition: all .1s ease-in 0s;
  -o-transition: all .1s ease-in 0s;
  transition-property: all .1s ease-in 0s;
  -webkit-font-smoothing: antialiased;
  background: #333;
}

.customNavigation .btn:hover {
  background: #222;
}

.hoverfx {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
}

.hoverfx img {
  position: absolute;
  left: 0;
  width: 100%;
}

.hoverfx:before {
  display: inline-block;
  padding-top: 60%;
  content: '';
  vertical-align: middle;
}

.hoverfx .figure {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 10px 15px;
  max-width: 60%;
  border: 3px solid #e9e9e9;
  color: #ecf0f1;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 1.2rem;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition-property: all .3s ease;
}

.hoverfx .figure:hover {
  background: #e9e9e9;
  color: #333;
}

.hoverfx .overlay {
  position: absolute;
  top: 0;
  z-index: 1;
  padding: 50%;
  background: rgba(0, 0, 0, .7);
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition-property: all .3s ease;
}

.item:hover .figure,
.item:hover .overlay {
  opacity: 1;
}
/*end*/
/*contact page*/
.contain {
  width:100%;
  margin: 40px auto;
}
.contact-wrapper {
  margin:0 auto ;
}
span i {
    color: #fff;
    font-size: 25px;
    text-align: start;
    display: block;
}
.contacts.contact-wrapper h1 a {
    font-size: 36px;
    padding-bottom: 5%;
    display: block;
    color: #fff;
    font-family: 'GOTHIC';
}
.contact-add ul li a {
    color: #fff;
    font-size: 20px;
    display:block;
    padding: 5px 0;
}
.contact-form {
    display: flex;
    font-family: corbel;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.form {
    width: 60%;
}
.submit-btn {
  float: left;
}
.reset-btn {
  float: right;
}

.form-headline:after {
  content: "";
  display: block;
  width: 10%;
  padding-top: 10px;
  border-bottom: 3px solid #ec1c24;
}
.add-line {
    border: 1px solid #242424;
    margin: 10px auto;
}
.highlight-text {
  color: #ec1c24;
}

.hightlight-contact-info {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
}

.highlight-text-grey {
  font-weight: 500;
}

.email-info {
    margin-top: 20px;
}

::-webkit-input-placeholder { /* Chrome */
  font-family: 'Roboto', sans-serif;
}

.required-input {
  color: black;
}
@media (min-width: 600px) {
  .contain {
    padding: 0;
  }
}
.form-input:focus,
textarea:focus{
  outline: 1.5px solid #ec1c24;
}

.form-input,
textarea {
  width: 100%;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
}

.wrapper > * {
  padding: 1em;
}
@media (min-width: 700px) {
  .wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
  }
  .wrapper > * {
    padding: 2em 2em;
  }
}
.contacts ul {
  list-style: none;
  padding: 0;
}
.contacts ul li a i {
    /* margin: 10px auto; */
    margin-right: 5px;
}
.contacts {
  color: #212d31;
}
form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 18px 40px;
}
.form h4 {
    font-size: 50px;
    margin: 20px auto;
    /* text-transform: uppercase; */
    font-family: 'GOTHIC';
    color: #eb2323;
}
.form h4 b
{
    color:#fff;
}
form label {
  display: block;
}
form p {
  margin: 0;
  font-family: 'GOTHIC';
}

.full-width {
  grid-column: 1 / 3;
}

button, .submit-btn, .form-input, textarea {
    padding: 20px 10px;
	background: #202020;
    border: none;
}
input.submit-btn{
background: transparent;
    border: 1px solid #eb2323;
    color: #fcfcfc;
    border-radius: 30px;
    width: 150px;
    padding: 16px 0;
    text-transform: uppercase;
    transition:all 0.5s ease;
    pointer-events: auto;
    cursor: pointer;
}
button:hover, .submit-btn:hover, button:focus, .submit-btn:focus {
    background: #ffffff;
    outline: 0;
    color: #1a1818;
}
.error {
  color: #ec1c24;
}


/*end*/
.product-carousel-header {
  background: primary;
	color: secondary;
  box-sizing: border-box;
	font-family: "Open Sans", sans-serif;
	padding: 10px 14px;
	width: 100%;
  position: relative;
}
.product-title {
    position: absolute;
    top: 100px;
    z-index: 1;
    text-align: center;
    width: 98%;
}
.product-title h1 {
   font-size: 40px;
	color:#eb2323;
	font-family: GOTHIC;
	
}
.titel_btn.product-title {
    text-align: end;
    top: 115px;
    right: 2.5%;
}
.product-title h1 b {
    font-size: 40px;
    color: #fff;
    font-family: GOTHIC;
    
}
.product-title p {
    padding: 3px 0;
}
.product-carousel {
  background: secondary;
  border: 1px solid primary;
  box-sizing: border-box;
    font-family: 'corbel';
	padding: 20px 40px;
	width: 100%;
	position:relative;
}

.product-carousel .product {
	box-sizing: border-box;
	text-align: center;
	display: flex;
	flex-flow: column;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
}

.product-carousel .product-top {
    width: 150px;
  
	
}

.product-carousel p, .product-carousel .product-image, .product-carousel img.review-stars {
	margin: 0 0 vertical-space 0;
}

.product-carousel .product-image {
	align-self: flex-start;
	width: 100%;
}

img.review-stars {
	width: 100px;
	display: inline-block;
	
}

.product-carousel .product-name {
	font-weight: bold;
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	width: 100%;
}
.product-name p {
    text-transform: capitalize;
    padding:10px 0;
    color:#fff;
}
.product-carousel .product-bottom {
	margin-top: auto;
	align-items: flex-end;
}

.product-carousel .product-prices {
	display: flex;
	flex-flow: row wrap;
	flex: 1 0 100%;
	align-self: center;
}

.product-carousel .product-prices span {
	width: 100%;
}

/** ARROWS **/
.product-carousel .fa-arrow-alt-circle-right {
    position: absolute;
    right: 48%;
    top: 103%;
    cursor: pointer;
   font-size: 36px;
    
    opacity:0.3;
    transition:all 0.5s ease;
}
.product-carousel .fa-arrow-alt-circle-left {
    position: absolute;
    font-size: 36px;
    cursor: pointer;
   left: 46%;
    top: 103%;
    opacity:0.3;
     transition:all 0.5s ease;
}
.product-carousel .fa-arrow-alt-circle-right:hover,
.product-carousel .fa-arrow-alt-circle-left:hover
{
    opacity:1;
}

/** SLICK SLIDER CSS **/
/* Slider */
.slick-slider
{
  position: relative;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;

}
.product-carousel.slick-initialized.slick-slider {
    background-image: url(../images/Finishes-Available-Back-ground-1518-x-400-px.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
     display: grid;
    align-items: end;   
}
.slick-list
{
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track
{
	display: flex;
  position: relative;
  top: 0;
  left: 0px;
}
.slick-loading .slick-track
{
  visibility: hidden;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*footer*/

footer {
    padding-top: 50px;
}
.footer-img
{
  width: 100%;
}
.footer-img {
    margin-top: 50px;
    margin-bottom: -4px;
    width:auto;
}
.footer-img img{
    width: 100%;
}
.copyright {
    background: #000;
    padding: 25px;
}
.copyright span {
    text-align: center;
    width: 100%;
    /* margin: 0 auto; */
    font-family: 'gothic';
    display: inline-block;
    font-size: 16px;
}
.bread-crum-title {
    background: #eee;
    padding: 40px 0;
    z-index: 0;
    position: relative;
}
.bread-crum-header
{   
    color: #000;
    text-transform: none;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin:0 auto;
    width:85%;
    font-family: 'GOTHIC';
}
.occationl-list
 {  
     color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    width: 85%;
    margin: 0 auto;
    font-family: 'GOTHIC';
}
.occationl-list A {
    COLOR: #000;
    FONT-SIZE: 14PX;
}
.occationl-list span {
    color: #000;
    font-size: 15px;
    padding: 0 3px;
}
.title-pages {
    width: 100%;
}
.virtue-page {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    color: #000;
}
.virtue-image {
    width: 50%;
}
.virtue-image img {
    width: 100%;
     height:100%;
}

.virtue-content {
    width: 40%;
    margin: 0 auto;
}

.virtue-content h1 {
    font-size: 44px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 39px 0;
    font-family: 'GOTHIC';
}
.virtue-content h4 {
    padding: 10px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
   font-family: 'GOTHIC';
}
.virtue-content p {
    width: 100%;
    text-align: justify;
    line-height: 30px;
    font-family: 'GOTHIC';
}
.virtue-feature {
    display: flex;
    margin: 20px auto;
      position:relative;
    justify-content: space-between;
    background: #fff;
}
.tiltle-image img {
    width: 100%;

}
.feature-image img
{
    width:100%;
    height:100%;
}
.feature-image {
    width: 50%;
}
.feature-content {
    width:50%;
    padding-top: 20px;
}
.feature-title {
    background: #4a4f54;
    padding: 15px 0;
}
.feature-title h1 {
    text-transform: uppercase;
    width: 88%;
    font-size: 20px;
    margin: 0 auto;
    font-family: 'GOTHIC';
}
.tiltle-image {
    
    margin: 20px 0;
   
}
.tiltle-image {
    width: 88%;
    margin: 0px auto;
}
.feature-content h5 {
    color: #f00;
    font-size: 16px;
    padding:0 0 8px;
    margin: 0 auto;
    width: 85%;
    font-family: 'GOTHIC';
}
.feature-content ul li {
   color: #000;
    line-height: 30px;
    width: 85%;
    margin: 0 auto;
    font-family: 'GOTHIC';
}
.About-Page {
    display: flex;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/ABOUT-US-1519-x-600-px.jpg);
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: stretch;
}
.about-content
{
    padding:10% 0;
}
.about-content h1 , .background-content h1 {
    margin: 20px auto;
    width: 70%;
    text-transform: uppercase;
    color:#eb2323;
    font-family: 'GOTHICB';

}
hr {
    height: 100%;
}
 .background-content {
    padding: 10% 0;
}
.about-content p , .background-content p {
    width: 70%;
    margin: 0 auto;
    line-height: 30px;
    text-align: justify;
    font-family: 'GOTHICB';
}
.grid-section-title {
    background: #eee;
    padding: 40px 0;
    width: 100%;
}
.grid-section-title h1 {
    text-align: center;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 40px;
    font-family: 'GOTHIC';
}
.grid-imgage {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
    margin: 6% 0;
}

.box {
    padding: 10px 0;
    width:300px
}
.box img
{
    width:100%;
}
.grid-decription {
    width: 90%;
    margin: 3% 0;
}
.grid-decription p {
    width: 37%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    font-size: 18px;
    font-family: 'GOTHIC';
}
.grid-decription p::before {
    position: absolute;
     height: 1px;
    background: #ec1e1e;
    width: 70%;
    content: "";
    top: -30%;
    left: 62px;
}
.grid-decription p::after {
    content: "";
    height: 1px;
    background: #ec1e1e;
    position: absolute;
    width: 70%;
    top: 115%;
    left: 62px;
}
.finish-title {
    background: #eee;
    padding: 40px 0;
    width: 100%;
}
.finish-title  h1 {
    text-align: center;
     font-size: 40px;
	color:#eb2323;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'GOTHIC';
    
}
.finish-title  h1 b
{
     font-size: 40px;
     color: #fff;
     font-family: 'GOTHIC';
}
.finish-imgage {
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: row; */
    justify-content: space-evenly;
    /* align-items: stretch; */
    margin: 6% 0;
}
.finish-imgage .product {
    width: 27%;
    display: grid;
    justify-items: center;
    /* justify-content: space-around; */
}
.product
{
    width:300px;
}
.product img
{
    width:100%;
}
.product span {
    padding: 30px 0;
    text-transform: uppercase;
    font-family: 'corbel';
}
.finish-decription {
    margin: 3% 0;
    width: 90%;
}
.finish-decription p {
    width: 36%;
     text-align: center;
    margin: 0 auto;
    position: relative;
    font-size: 18px;
    font-family: 'GOTHIC';
}
.finish-decription p::before {
    position: absolute;
     height: 1px;
    background: #ec1e1e;
    width: 70%;
    content: "";
    top: -30%;
    left: 62px;
}
.finish-decription p::after {
    content: "";
    height: 1px;
    background: #ec1e1e;
    position: absolute;
    width: 70%;
    top: 115%;
    left: 62px;
}
.partition-main {
   display: flex;
    padding: 50px 0;
    flex-wrap: wrap;
    justify-content: space-around;
    grid-column-gap: 35px;
    grid-row-gap: 40px;
}
.partition-content {
    display: grid;
    justify-items: center;
    width: 340px;
  
}
.partition-content img
{
    width:100%;
    transition:all 0.8s ease;
}
.partition-content span {
    text-transform: uppercase;
    padding: 15px 0;
    font-size: 20px;
    font-weight: 600;
    font-family: 'GOTHIC';
}
.partition-content:hover img {
    transform: scale(1.1);
}
/*contact page*/
.contact{
  width: 100%;
  background: #000;
}
.content{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content .left-side {
    width: 31%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    position: relative;
}
.content .left-side::before{
  content: '';
  position: absolute;
  height: 70%;
  width: 2px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #afafb6;
}
.content .left-side .details {
    margin: 14px 0;
    text-align: center;
    border-bottom: 1px solid #242424;
    width: 85%;
    padding-bottom: 10px;
}
.content .left-side .details:nth-child(3)
{
    border-bottom:none;
}
.content .left-side .details i{
  font-size: 30px;
  color: #eb2323;
  margin-bottom: 20px;
}
.phone.details a,.email.details a {
    color:#afafb6;
    font-family: 'GOTHIC';
    
}

.content .left-side .details .topic{
  font-size: 18px;
  font-weight: 500;
  font-family: 'GOTHICB';
}
.content .left-side .details .text-one,
.content .left-side .details .text-two{
  font-size: 14px;
  color: #afafb6;
  font-family: 'GOTHICB';
    padding: 4px 0;
}
.right-side form {
    display: inline-block;
    width: 100%;
}
.container .content .right-side {
    width: 60%;
  margin:0 auto;
}
iframe {
    width: 100%;
}
.right-side .input-box{
  height: 50px;
  width: 100%;
  margin: 12px 0;
}
@media (max-width: 950px) {
  
  .content .right-side{
       width: 75%;
       margin-left: 55px;
    }
}
@media (max-width: 820px) {
   .content{
    flex-direction: column-reverse;
  }
 .content .left-side{
   width: 100%;
   flex-direction: row;
   margin-top: 40px;
   justify-content: center;
   flex-wrap: wrap;
 }
  .content .left-side::before{
   display: none;
 }
 .content .right-side{
   width: 100%;
   margin-left: 0;
 }
}
/* end contact page*/
.box-sec {
    display: flex;
    width:100%;
    align-items: center;
}
.sec-title {
    padding: 5rem 0;
    width: 95%;
}
.sec-title h1 {
    font-size: 36px;
    font-family: 'GOTHICB';
    text-align: center;
    width: 100%;
    padding-top: 30px;
}
.image-box {
    position: relative;
    width: 90%;
}
.overlay{
  background: rgb(40,26,54);
  background: -moz-linear-gradient(0deg, rgba(40,26,54,1) 0%, rgba(89,59,116,0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(40,26,54,1) 0%, rgba(89,59,116,0) 100%);
  background: linear-gradient(0deg, rgba(40,26,54,1) 0%, rgba(89,59,116,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#281a36",endColorstr="#593b74",GradientType=1);s
  display: block;
  position: absolute;
  height: 200px;
  width: 100%;
   left: 0;
  bottom: 0;
  z-index: 3;
}

.newsCaption {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 15%;
  z-index: 10;
  padding: 15px;
  -webkit-transform: translateY(80%);
  transform: translateY(80%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition:  -webkit-transform 0.4s;
  transition:  -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s,  -webkit-transform 0.4s;
}
.newsCaption i{font-size: 24px;}

.newsCaption-title {
    /* margin-top: -32px; */
    font-size: 20px;
    font-family: 'GOTHIC';
}
.newsCaption-content {
  margin: 0;
}

.newsCaption-link {
  color: #fff;
  text-decoration: underline;
  opacity: .8;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
          transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
}
.news-Slide-up:hover .overlay{ background: rgb(64,10,111);
background: -moz-linear-gradient(0deg, rgba(64,10,111,1) 0%, rgba(89,59,116,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(64,10,111,1) 0%, rgba(89,59,116,0) 100%);
background: linear-gradient(0deg, rgba(64,10,111,1) 0%, rgba(89,59,116,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#400a6f",endColorstr="#593b74",GradientType=1);
}

.image-box:hover .newsCaption {
    
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition:  -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s,
  transition: transform 0.4s, 
  -webkit-transform 0.4s;
}

