@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Roboto:300,300i,400,400i,500,500i,700,700i,900,900i');

/*
font-family: 'Open Sans', sans-serif;
font-family: 'Roboto', sans-serif;
*/

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery.fancybox.min.css');
@import url('hover.css');
@import url('slick.css');
@import url('jquery-ui.css');
@import url('jquery.bootstrap-touchspin.css');

@import url('bootstrap-select.min.css');

/*** 

====================================================================
    Reset
====================================================================

 ***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

/*** 

====================================================================
    Global Settings
====================================================================

 ***/

body {
    font-size: 15px;
    color: #777777;
    line-height: 1.8em;
    font-weight: 400;
    background: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
   font-family: 'Montserrat', sans-serif;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #cac5b9;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: 700;   
    margin: 0px;
    background: none;
    line-height: 1.6em;
    font-family: 'Raleway', sans-serif !important;
}

input,
button,
select,
textarea {
    font-family: 'Open Sans', sans-serif;
}

textarea {
    overflow: hidden;
}

p {
    position: relative;
    line-height: 1.8em;
    margin: 0;
}

.text-center {
    text-align: center !important;
}

.strike-through {
    text-decoration: line-through;
}

.auto-container {
    position: static;
   /* max-width: 1200px;*/
    padding: 0px 15px;
    margin: 0 auto;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.theme-btn {
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: "Roboto", sans-serif;
}

.grey-bg {
    background-color: #f6f6f6;
}

/*List Style One*/

.list-style-one {
    position: relative;
}

.list-style-one li {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    padding-left: 20px;
    margin-bottom: 10px;
    color: #777777;
}

.list-style-one li:before {
    position: absolute;
    content: '\f105';
    left: 0px;
    top: 0px;
    color: #f7c02d;
    font-size: 16px;
    font-family: 'FontAwesome';
}

/*List Style Two*/

.list-style-two {
    position: relative;
}

.list-style-two li {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    padding-left: 70px;
    margin-bottom: 40px;
    color: #777777;
}

.list-style-two li .icon {
    position: absolute;
    left: 0px;
    top: 3px;
    width: 40px;
    color: #f7c02d;
    font-size: 42px;
    line-height: 1em;
    text-align: center;
}

.list-style-two li strong {
    font-size: 20px;
    color: #333333;
    font-weight: 700;
    display: block;
}

/*Btn Style One*/

.btn-style-one {
    position: relative;
    font-size: 16px;
    line-height: 25px;
    color: #303030;
    padding: 15px 50px;
    font-weight: 700;
    background: #f7c02d;
    border-radius: 3px;
    text-transform: capitalize;
}

.btn-style-one:hover {
    color: #f7c02d;
    background-color: #303030;
}

/*Btn Style Two*/

.btn-style-two {
    position: relative;
    font-size: 16px;
    line-height: 25px;
    color: #303030;
    padding: 15px 50px;
    font-weight: 700;
    background: #ffffff;
    border-radius: 3px;
    text-transform: capitalize;
}

.btn-style-two:hover {
    color: #ffffff;
    background: #303030;
}

/*Btn Style Three*/

.btn-style-three {
    position: relative;
    padding: 6px 21px;
    line-height: 24px;
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    background: #f7c02d;
    border-radius: 5px;
    border: 2px solid #f7c02d;
    text-transform: capitalize;
}

.btn-style-three:hover {
    color: #ffffff;
    background: #333333;
    border-color: #333333;
}

/*Btn Style Four*/

.btn-style-four {
    position: relative;
    line-height: 24px;
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 16px;
    background: #f7c02d;
    border-radius: 4px;
}

.btn-style-four:hover {
    background: #333333;
    color: #ffffff;
    border-color: #333333;
}

.theme_color {
    color: #f7c02d;
}

img {
    display: inline-block;
    max-width: 100%;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.svg);
}




/*** 

====================================================================
    Scroll To Top style
====================================================================

***/

.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    color: #303030;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 50px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #f1f1f1;
    overflow: hidden;
    display: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-top:hover {
    color: #f7c02d;
    background: #303030;
}

/*** 

====================================================================
    Main Header style
====================================================================

***/

.main-header {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
   /* background-color: transparent;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;*/
}
.main-header.style-two .header-lower {
    background: #ffffff;
}
.main-header .header-lower {
        height: 134px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 5;
    background-color: transparent;
    /* box-shadow: 0px 7px 14px -2px rgba(0,0,0,0.46); */
}
.main-menu .navigation {
    position: relative;
    /* margin: 20px; */
    font-size: 18px;
    font-family: "Roboto", sans-serif;
}   
.main-header.style-two .main-menu .navigation>li>a {
    padding: 0px;
    text-decoration: none;
    text-transform: uppercase;
}
.main-menu .navigation>li>a {
    position: relative;
    display: block;
    font-family: Raleway;
    font-style: normal;
    /*font-weight: 600;*/
    font-size: 18px;
    line-height: 23px;
    color: #E62E2E;
    padding: 25px 0px 30px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500 ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
/*.main-header .header-lower .logo {
    position: absolute;
    width: 338px;
    height: 148px;
    left: 0px;
    top: 0px;
    box-shadow: -5px 8px 15px rgba(0, 0, 0, 0.25);
    /* float: left; */
   /* background: #ffffff;
    padding-top: 0px;
    padding-bottom: 0px;
    clip-path: polygon(0 0, 100% 0, 60% 100%, 0% 100%);*/

/*.main-header .header-lower .logo img {
    top: 29px;
    left: 78px;
    width: 157px;
    height: 134px;
    padding-top: 30px;
}*/
.main-header.style-two .nav-outer {
    border-bottom: 0;
    float: right;
}
.main-menu .navbar-collapse {
    padding: 0px;
}
.main-menu .navigation>li {
    position: relative;
    float: left;
    margin: 42px;
}
.main-menu .navigation>li:last-child {
    margin-right: 0px;
}
.main-menu .navigation>li {
    position: relative;
    float: left;
    margin: 42px;
}
/*.main-menu .navigation>li>a:before {
    position: absolute;
    display: inline-block;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 100%;
    background-color: #E62E2E;
    z-index: 1;
    content: "";
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease,
        -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
      transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}
.main-menu .navigation>li>a:after {
    position: absolute;
    display: inline-block;
    left: 0;
    top: -1px;
    height: 1px;
    width: 100%;
    background-color: #E62E2E;
    z-index: 1;
    content: "";
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease,
        -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}
*/


.main-menu .navigation>li:hover a:before,
.main-menu .navigation>li.current a:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}
.main-menu .navigation>li:hover a:after,
.main-menu .navigation>li.current a:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}
.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a,
.main-menu .navigation>li.current-menu-item>a {
    opacity: 1;
    /*color: #f7c02d;*/
}


/*================================
        Sticky Header
==================================*/

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: -1;
}

.sticky-header .logo {
    padding: 5px 0px 2px;
}

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    background-color: #ffffff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-box-shadow: 0 0 20px rgba(51, 51, 51, .1);
    -moz-box-shadow: 0 0 20px rgba(51, 51, 51, .1);
    -ms-box-shadow: 0 0 20px rgba(51, 51, 51, .1);
    -o-box-shadow: 0 0 20px rgba(51, 51, 51, .1);
    box-shadow: 0 0 20px rgba(51, 51, 51, .1);
}

.sticky-header .main-menu .navigation>li.dropdown>ul {
    margin-top: 0;
}

.sticky-header .main-menu .navigation>li {
    margin-left: 5px;
    margin-right: 0;
}

.sticky-header .main-menu .navigation>li>a {
    color: #181818;
   /* padding: 15px 15px !important;*/
    line-height: 30px;
    font-size: 16px;
    font-weight: 500;
    min-height: 0px;
    background: none;
    border: 0px;
    margin-right: 0px;
    text-transform: capitalize;
}

.sticky-header .main-menu .navigation>li>a:before {
    display: none;
}

.main-header .sticky-header .main-menu .navigation>li:hover>a,
.main-header .sticky-header .main-menu .navigation>li.current>a,
.main-header .sticky-header .main-menu .navigation>li.current-menu-item>a {
    /*background: #f7c02d;*/
    /*color: #ffffff;*/
    opacity: 1;
}



.sticky-header .main-menu .navigation>li{
    margin: 10px !important;

}
.sticky-header .main-menu .navigation>li>a{
    padding:16px; 
}

/*** 


/*** 

====================================================================
                         PRODUCT PAGE
====================================================================

***/


.product.main{
   /*background: #959595;*/
   background-image: url(../img/product-main.jpg);
   background-repeat: no-repeat;
   background-size: cover !important;

  /*  background: #f7f7f7;*/
    padding-top: 180px;
    color: #f5f5f5;
    padding-bottom: 50px;
    height: 700px;
    margin-top: -61px;
}
.product.main .auto-container .product-content{
    clip-path: polygon(7% 0%, 100% 0, 100% 100%, 0 100%);
    width: 517px;
    box-shadow: -5px -8px 15px rgba(0, 0, 0, 0.25);
    /* transform: rotate(-180deg); */
    background: white;
    /* padding: 20px 150px; */
    height: 64px;
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 24px;
    display: flex;
    background-color: #ffffde;
    
    /*z-index: 999;*/
    text-align: center;
    /* align-items: center; */
    display: block;
    padding-top: 20px;
    /*text-transform: uppercase;*/
}
.product-text
{
margin-top: 20px;


}
.product-text h2 {
    font-family: Montserrat !important;
    font-style: normal;
    font-weight: bold;
    /* font-size: 34px; */
    line-height: 47px;
    text-align: center;
    text-transform: uppercase;
    color: #e62626 !important;
    max-width: 90%;
    /* margin: 0 auto; */
    letter-spacing: 0px;
    margin-top: 10em;
    margin-left: 7%;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
}
/*.product-text p
{
font-family: Montserrat;
font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 28px;
text-align: justify;
color: #ffffde;
}*/

.product.category{
   background: #ffffff;
   background-position: bottom right;
   background-repeat: no-repeat;
    padding-top: 55px;
    color: #f5f5f5;
    padding-bottom: 50px;
    /*height: 490px;*/
    /*margin-top: 74px;*/
}

.product-category p{

    margin: 0 auto;
    max-width: 80%;
    text-align:center;
    margin-top: 30px;
    display: block;
    transition: .2s;
    }

.product-category .gallery_product:hover p{
    background: #e62626;
    color:white !important;
    text-decoration: none;
}

.product-category .gallery_product img{
    transition: .2s;
}
.product-category .gallery_product:hover img{
    transform: scale(1.1);
}
.product-category .gallery_product a{
    text-decoration: none;
}
.product.category .auto-container
{
    /*margin-right: 100px;*/
    font-size: 20px;
    font-family: Montserrat;
    color: #000000;
    /*margin-left: 75 px;*/

}
.product.category .auto-container .row
{
margin-left: 30px; padding: 50px;align-items: center;
text-align: justify;

color: #FFFFFF;
font-family: Montserrat;
font-style: normal; background-color: #E62626;box-shadow: 18px 19px 35px rgba(0, 0, 0, 0.25);
}
.auto-container .row h2
{
    font-family: Montserrat;
font-style: normal;
/*font-weight: 600;*/
font-size: 22px;
line-height: 28px;
/* identical to box height, or 127% */
margin:10px;
text-align: center;
text-transform: uppercase;

color: #E62626;
}
/*.auto-container .row .product-menu
{
    position: relative;
    background: #E62626;
border: 1px solid #000000;
box-sizing: border-box;
}*/


.slide.slick-slide:hover {
    background: #ffffDE;
}

.slide.slick-slide img{
    mix-blend-mode: multiply;
}
.slide.slick-slide a {
    text-decoration: none;
    transition: .3s;
}

.slide.slick-slide:hover a{
    background: #e62626;
}

.product-menu button{
    width: 305px;
        text-transform: uppercase;
    margin: 5px !important;
}
.auto-container .row .product-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*background-color: #333;*/
}

.auto-container .row .product-menu li {
  float: left;
}

.auto-container .row .product-menu  li a {
  display: block;
  font-family: Montserrat;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 28px;
/* identical to box height, or 156% */

text-align: center;
text-transform: uppercase;

color: #FFFFFF;
}

.gallery_product
{
    padding :10px;
} 


/*================================
        Footer
==================================*/
.main-footer {
    position: relative;
    background-color: #210505;
    color: #E62E2E;
    text-decoration: none;
}
.main-footer.padding-top .widgets-section {
    position: relative;
   /* padding: 120px 0px 40px;*/
}
.main-footer .footer-bottom {
    position: relative;
    text-align: center;
    padding: 23.25px 0;
    background-color: #210505;
    color: #ffffde;
    /* display: none; */
}
    /* display: none; */
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.main-footer h2 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    color: #fffff7 !important;
}

.widget-content .form-group input[type="text"], 
.widget-content .form-group input[type="password"], 
.widget-content .form-group input[type="tel"], 
.widget-content .form-group input[type="message"], 
.widget-content .form-group select {
    position: relative;
    display: block;
    width: 90%;
    line-height: 28px;
    padding: 10px 15px;
    border-radius: 0px !important;
    border: 1px solid #efefef;
    height: 50px !important;
    color: #848484;
    font-weight: 300;
    background: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.widget-content .form-group input[type="submit"] {
    height: 30px;
    width: 100px;
    text-align: center;
    color: #848484;
}
.main-footer .footer-column {
    position: relative;
}
.main-footer li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #E62E2E;
}

/*carouse l section */
section {
  position: relative;
  height: auto;
  width: 100%;
  float: left;
  clear: both;
  /*padding: 50px 0;*/
  @include clearfix;
  &.cover {
    height: 100vh;
    #news-post-slider {
      min-height: 260px;
      height: auto;
      .carousel-inner {
        transition: height .2ss ease-in-out;
        margin-bottom: 40px;
        .carousel-item {
          .carousel-item-inner {
            display: flex;
            justify-content: space-around;
            height: 100%;
            .news-post {
              flex: 1;
              .featured-image {
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center center;
                min-height: 150px;
                margin-bottom: 20px;
              }
              .content {
                h3 {
                  margin-bottom: 20px;
                }
              }
              &:first-of-type {
                .featured-image {
                 }
              }
              &:nth-of-type(2) {
                margin: 0 45px;
                .featured-image {
                 }
              }
              &:last-of-type {
                .featured-image {
                  }
              }
            }
          }
        }
      }
      .carousel-controls {
        height: 40px;
        width: 100%;
        @include clearfix;
        a {
          &.prev,
          &.next {
            height: 100%;
            width: 50%;
            float: left;
            display: block;
            color: $black;
            font-size: 2rem;
            i {
              display: inline-block;
            }
          }
          &.prev {
            text-align: left;
          }
          &.next {
            text-align: right;
          }
        }
      }
    }
  }
}

.carousel-item  .news-post{

 -webkit-box-shadow: 10px 12px 5px -9px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 12px 5px -9px rgba(0,0,0,0.75);
box-shadow: 10px 12px 5px -9px rgba(0,0,0,0.75);

}

.carousel-item  .news-post a {


color: #ffffde;
    background: #E62E2E;
    padding: 10px 25px;
}
.carousel-item  .news-post .featured-image {


padding: 15px;
}

/*==========================================================================
                           PRODUCT-DETAIL PAGE
==========================================================================*/

.product-detail.main{
   /*background-image: url(../img/ctls800.png);*/
   background-repeat: no-repeat;
    padding-top: 55px;
    color: #f5f5f5;
    padding-bottom: 50px;
    height: auto;
    margin-top: 74px;

}

.product-detail.main .header {
        margin-top: -33px;
    background-color: #E62626; height: 150px;
}
.product-detail.main .header h2
{
    text-align: center;
    height: 36px;
    font-family: Montserrat !important;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 59px;
}
.product-detail.main .auto-container img
{
    max-height: 400px;
    margin-left: auto;
    margin-right: auto;
    display: block;
        margin-top: 40px;
}
.product-description .row{
   
    background: #ffffff;
display:none;
   background-position: bottom right;
   background-repeat: no-repeat;

   
    padding-top: 55px;
    color: #f5f5f5;
    padding-bottom: 50px;
    /*height: 490px;*/
    margin-top: 4em;
}
.product-description.container

{
/* margin-right: 100px;*/
 

}

.product-description.container .header h2
{
font-family: Raleway;
font-style: normal;
font-weight: 600;
font-size: 28px;
line-height: 28px;
/* identical to box height, or 100% */

/*text-align: center;*/
text-transform: uppercase;

color: #000000;
}
.product-description.container .header li
{
    list-style-type: none;
 position: relative; 
  padding-left: 15px;
font-family: Montserrat;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 40px;
/* or 222% */

text-align: justify;
color: #000000;
}
.product-description.container .header li:before {
        content: "";
    font-size: 27px;
    position: absolute;
    top: -1px;
    left: -10px;
}

.product-spec {
      background: #ffffde;

}

.product-spec .row{
   
    background: #ffffde;
    padding:35px;
   background-position: bottom right;
   background-repeat: no-repeat;

   
    padding-top: 55px;
    color: #f5f5f5;
    padding-bottom: 50px;

 
    /*height: 490px;*/
    /*margin-top: 74px;*/
}
.product-spec  h2

{
    padding-bottom: 15px !important;

font-family: Raleway;
font-style: normal;
font-weight: 600;
font-size: 28px;
line-height: 28px;
/* identical to box height, or 100% */

/*text-align: center;*/
text-transform: uppercase;

color: #000000;

}

.product-spec li
{
    list-style-type: square;
    font-family: Montserrat;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 35px;
/* or 250% */


color: #000000;

}
.product-spec .features p
{
   color: black;
    font-size: 18px;

}
.product-spec .specification
{

border-left:   1px solid #000000
}
.product-spec .table td

{
  font-family: Montserrat;
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 45px;
/* or 250% */
border: none;


color: #000000;
}
.product-spec .table td.thin
{
font-family: Montserrat;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 45px;
/* or 250% */


color: #000000;

}
.product-category .row{
   
    /*background: #ffffde;*/

   background-position: bottom right;
   background-repeat: no-repeat;

   
    padding-top: 55px;
    color: #f5f5f5;
    padding-bottom: 50px;

 
    /*height: 490px;*/
    /*margin-top: 74px;*/
}
.product-category   .header

{
   background: #E62626;
font-family: Raleway;
font-style: normal;
font-weight: normal;
font-size: 36px;
line-height: 45px;
padding: 10px;
/* identical to box height, or 125% */
text-align: center;
text-transform: uppercase;
color: #ffffde;
}

.product-category   .client
{
 
    padding :50px;
    text-align: center !important;

}   
.slick-slide img
{
    padding-left: 25px !important;
    margin-bottom: 25px;
}

.slick-slider .slick-track
{
    
}
.slick-slide 
{

    text-decoration: none;
    color: black;
  text-align: center !important;
  -webkit-box-shadow: -6px 9px 36px 0px rgba(0,0,0,0.25);
-moz-box-shadow: -6px 9px 36px 0px rgba(0,0,0,0.25);
box-shadow: -6px 9px 36px 0px rgba(0,0,0,0.25);
margin: 25px;
}

/*.slick-slide img
{
    padding: 25px;
}*/
/*==========================================================================
                           CONTACT PAGE
==========================================================================*/
.contact.main{
   /*background: #959595;*/
   background-repeat: no-repeat;

    background: #f7f7f7;
    padding-top: 55px;
    color: #f5f5f5;
    padding-bottom: 50px;
    height: 584px;
    /*margin-top: 74px;*/
}

.contact-content{
    clip-path: polygon(7% 0%, 100% 0, 100% 100%, 0 100%);
    width: 517px;
    box-shadow: -5px -8px 15px rgba(0, 0, 0, 0.25);
    /* transform: rotate(-180deg); */
    background: white;
    /* padding: 20px 150px; */
    height: 64px;
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 24px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    /*position: relative;*/
/*    left: 20.7em;
    top: 13em;*/
    background-color: #ffffde;
    color:  #E62626;
    z-index: 999;
    text-align: center;
    /* align-items: center; */
    display: block;
    padding:8px;
    /*text-transform: uppercase;*/
    float: right;
    margin-top: -3.3em;
}

.contact-content > h2{margin-top:10px;}

.msg-content  .form-group p{color:#FFF}
.contact-drop{
   /*background-image: url(../img/ctls800.png);*/
   background-repeat: no-repeat;
    padding-top: 55px;
    color: #f5f5f5;
    padding-bottom: 50px;
    height: 584px;
    margin-top: 74px;

}

.contact-drop .row .header h2 {
font-family: Raleway;
font-style: normal;
font-weight: normal;
font-size: 36px;
line-height: 24px;

text-align: center;
text-transform: uppercase;
color: #E62626;
}

.contact-drop .row .header p {
font-family: Raleway;
font-style: normal;
font-weight: normal;
padding-top: 45px;
font-weight: bold;
text-align: center;
font-weight: 800px;
/*text-transform: uppercase;*/
color: #E62626;
}
.contact.content{
   background: #ffffff;

   background-position: bottom right;
   background-repeat: no-repeat;

   
    padding-top: 55px;
    color: #f5f5f5;
    padding-bottom: 50px;
    /*height: 490px;*/
    /*margin-top: 74px;*/
}
.contact.content .auto-container
{
    margin:0 auto;
    font-size: 20px;
    font-family: Montserrat;
    color: #000000;
    /*margin-left: 75 px;*/

}
.contact.content .auto-container h2
{
    font-family: Raleway;
font-style: normal;
font-weight: normal;
font-size: 36px;
line-height: 24px;
/*padding-bottom: 100px;*/

text-align: center;
text-transform: uppercase;

color: #E62626;

}
.contact.content .auto-container .row .enquire
{
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
        /* transform: rotate(-180deg); */
    font-family: Montserrat;
font-style: normal;
font-weight: 600;
font-size: 36px;
line-height: 24px;
/* identical to box height, or 67% */

display: flex;
align-items: center;
text-align: right;

    color: #000000;
    height: 64px;
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    font-weight: bold;
        left: -50px;
    top: -50px;
    background-color: #ffffde;
    
    width: 512px;
    z-index: 990;
    text-align: center;
 
    display: block;
    padding-top: 20px;
    text-transform: uppercase;
    position: relative;
    box-shadow: 5px 8px 15px rgba(0, 0, 0, 0.25);

}
.contact.content .auto-container p
{
font-family: Raleway;
font-style: normal;
font-weight: 800;
font-size: 22px;
line-height: 24px;
/* identical to box height, or 109% */

/*display: flex;*/
/*align-items: center;*/
text-align: center;

color: #E62626;
}

.contact.content .auto-container .row
{
margin-left: 30px; padding: 50px;align-items: center;
text-align: justify;
margin: auto;

color: #FFFFFF;
font-family: Montserrat;
font-style: normal; background-color: #E62626;box-shadow: 18px 19px 35px rgba(0, 0, 0, 0.25);
}
/*@media only screen and (max-width: 600px) {
 .contact.content .auto-container .row {
 align-items: center;
text-align: justify;

color: #FFFFFF;
font-family: Montserrat;
font-style: normal; background-color: #ffffff;box-shadow: 18px 19px 35px rgba(0, 0, 0, 0.25); }
}*/
    .contact.content .auto-container .form-group p
    {
 font-family: Montserrat;
font-style: normal;
font-weight: normal;
font-size: 22px;
line-height: 24px;
/* identical to box height, or 109% */
margin-bottom: 30px;
display: flex;
align-items: center;
/*text-align: right;*/
clear: left;

color: #FFFFFF !important;
    float: left;
    margin-right: 25px;
text-shadow: 3px 6px 7px rgba(0, 0, 0, 0.49);
    }
    .msg-content .form-group input[type="text"], 
.msg-content .form-group input[type="password"], 
.msg-content .form-group input[type="tel"], 
.msg-content .form-group input[type="message"], 
.msg-content .form-group select{
    font-family:none;
    margin-bottom: 22px;
    width: 80%;
    clear: right;
    float: right;
  background: #FFFFFF;
box-shadow: 3px 6px 7px rgba(0, 0, 0, 0.25), inset 3px 3px 5px rgba(0, 0, 0, 0.25); 
color:#473636;
line-height: 40px;
padding : 4px 0px;
}
.contact.content .msg-content input[type=textarea]{
margin-bottom: 22px;
    width: 80%;
    float: right;
    background: #FFFFFF;
    box-shadow: 3px 6px 7px rgba(0, 0, 0, 0.25), inset 3px 3px 5px rgba(0, 0, 0, 0.25);
    color: #473636;
    line-height: 40px;
    height: 104px;
}


.msg-content .form-group input[type="submit"] {
      
    text-align: center;
    display: block;
    padding:20px;
    clear: right;
    background: #FFFFFF;
    color: red;
    box-shadow: 3px 6px 7px rgba(0, 0, 0, 0.25), inset 3px 3px 5px rgba(0, 0, 0, 0.25);
}
}
 .msg-content .form-group {
    padding-bottom: 35px;
 }
    
    .contact.content .auto-container .row .contact h2
    {
font-family: Montserrat;
font-style: normal;
font-weight: bold;
font-size: 22px;
line-height: 24px;
/* identical to box height, or 67% */

/*display: flex;*/
padding: 0px;
text-align: center;
text-transform: uppercase;

color: #FFFFFF;

text-shadow: 3px 6px 7px rgba(0, 0, 0, 0.49);

    }
.contact.content .auto-container .row .contact{
    border-left:  2px solid rgba(255,255,222,1);
    border-top:  2px solid rgba(255,255,222,0);
}
.contact.content .auto-container .row .contact ul {
    text-align: center;
}



/*==========================================================================
                           ABOUT PAGE
==========================================================================*/


.slick-slide img

{
    padding: 25PX;
}
@media only screen and (max-width: 600px) {
        .about.content .auto-container .row {
              margin:0 !important;
    padding: 10px;
    /* align-items: center; */
    /*text-align: justify;*/
    font-size: 18px;
    color: #FFFFFF;
    font-family: Montserrat;
    font-style: normal;
    background-color: #E62626;
    box-shadow: 18px 19px 35px rgba(0, 0, 0, 0.25);

        }
  
}

.about.main .auto-container .about-content{
    clip-path: polygon(7% 0%, 100% 0, 100% 100%, 0 100%);
    width: 517px;
    box-shadow: -5px -8px 15px rgba(0, 0, 0, 0.25);
    /* transform: rotate(-180deg); */
    background: white;
    /* padding: 20px 150px; */
    height: 64px;
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    left: 20.7em;
    top: 13em;
    background-color:  #E62626;
    color: #ffffde
    z-index: 999;
    text-align: center;
    /* align-items: center; */
    display: block;
    padding-top: 20px;
    text-transform: uppercase;}
    .about.main .auto-container .about-content u{
        font-family: Raleway;
font-style: normal;
font-weight: normal;
font-size: 28px;
line-height: 42px;
text-align: justify;

color: #ffffde;
    } 

.footer-column input[type=submit]{
    transition: .3s;
}
.footer-column input[type=submit]:hover{
    background: #e62626;
    color:white;
}

.contact.content > div.auto-container > p{
    margin: 2em;
    text-align: right;
}

.msg-content .form-group input[type="submit"]{
    transition: .3s;
}


.msg-content .form-group input[type="submit"]:hover{
box-shadow: 3px 6px 7px rgba(0, 0, 0, 0.5);}


#news-post-slider > div.carousel-controls > a.left.carousel-control{
    opacity: 1 !important;
    background: #e62626 !important;
    box-shadow: inset -2px 0px 5px rgba(0, 0, 0, 0.72);
    border-radius: 10px;
    width: 75px;
    height: 65%;
    margin-top: 60px;
    display: grid;
    align-items: center;
}

#news-post-slider > div.carousel-controls > a.right.carousel-control{
        opacity: 1 !important;
    background: #e62626 !important;
    box-shadow: inset 2px 0px -5px rgba(0, 0, 0, 0.72);
    border-radius: 10px;
    width: 75px;
    height: 65%;
    margin-top: 60px;
    display: grid;
    align-items: center;
}


.career
{
    margin: 50px;
}

.career h1

{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 24px;
    display: flex;
    text-align: center;
    color: #000000;
    text-align: center;
    background: #ffffde;
    padding: 26px;
    width: auto;
    justify-content: space-around;
    margin: 0 auto;
    width: 10em;
    margin-bottom: 55px;
    box-shadow: 5px 8px 15px rgba(0, 0, 0, 0.25);
}

.career-content
{
     float: left;
    display: block;
    clear: both;
    width: 60%;
    padding-right: 35px;
}
.career-content h2

{
font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 24px;
    /* display: flex; */
    /* align-items: center; */
    text-align: center;
    text-transform: uppercase;
    color: #E62626;
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.49);
    margin: 55px;
    margin-top: 0;
}
.career-content p
{
    width: 85%;
text-align: justify;
}

.career-form
{
    float: left;
    padding:25px;
    background: #E62626;
box-shadow: 18px 19px 35px rgba(0,0,0,0.30);
border-radius: 5px;
}
.career-form:hover{
   box-shadow: 18px 19px 35px rgba(230,38,38,0.80); 
}
  .career-form  .form-group input[type="text"], 
.career-form .form-group input[type="password"], 
.career-form .form-group input[type="tel"], 
.career-form .form-group input[type="message"], 
.career-form .form-group input[type="email"], 
.career-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px !important;
    padding: 10px 15px;
    border-radius: 0px !important;
    border: 1px solid #efefef;
    height: 30px;
 
    font-weight: 300;
    
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    background: #FFFFFF;
box-shadow: 3px 6px 7px rgba(0, 0, 0, 0.25), inset 3px 3px 5px rgba(0, 0, 0, 0.25);
font-family: Raleway;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 24px;
/* identical to box height, or 133% */

display: flex;

color: #E62626 !important;
}


.career-form .form-group{
    margin-top: 20px;
    margin-bottom: 20px;
}
.career-form .form-group input[type="submit"] {
    height: 30px;
    width: 100px;
    text-align: center;
    color: #848484;
}

.submit-field{

    margin-left: 50%;
    transform: translateX(-34%);
}
.send-button
     {
   
    text-align: center;
    display: block;
    padding: 10px;
    background: #FFFFFF;
    color: red !important;
    box-shadow: 3px 6px 7px rgba(0, 0, 0, 0.25), inset 3px 3px 5px rgba(0, 0, 0, 0.25);
    transition: .3s;
}

.send-button:hover{
box-shadow: 3px 6px 7px rgba(0, 0, 0, 0.5), inset 3px 3px 5px rgba(0, 0, 0, 0.0);
}


.container{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.slide .slick-slide .slick-active a:hover{
    background:none;
}

/*body > div.page-wrapper > section.product-category > div.auto-container > div > div > div:nth-child(1) > button:nth-child(11),body > div.page-wrapper > section.product-category > div.auto-container > div > div > div:nth-child(1) > button:nth-child(14){*/
/*    display:none;*/
/*}*/