@charset "utf-8";
/* CSS Document */
body {
  font-family: 'Lato', sans-serif;
  color: #2a2a2a;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 24px;
  background: #F9F9F9;
  font-weight:400;
}
* {
    border: medium none;
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6{  
  font-family: 'Lato', sans-serif;
}
ul{
list-style-type:none;
} 
a{
  text-decoration:none;
  outline: none!important;
}
a:hover{
text-decoration:none;
outline:none;
} 
textarea{
resize:none;
}
.mar-top{
  margin-top:30px;
}
p {
  line-height: 26px;    
  font-size: 14px;
  font-weight:400;
  color:#535151;
}

/*#######################*/
body button{
    outline:none;
}
header {
    background-color:black;
    color:grey;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-around;
    padding:5px;
}
header > div {
    color:white;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-around;
}
header a{
    color:white;
    margin:5px;
}
header a:hover{
    color:white;
}
.logo {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0px 0px;
    padding-top: 22px;
}
.logo img {
    width:80%;
}
.top-menu {
    float: right;
    margin-top: 35px;
}
/*############################### Menu ############################*/
.navbar {
  padding: 0;
}
.navbar-brand {
  display: none;
}
.navbar-light .navbar-nav .nav-link {
    color: #696969;
    font-size: 16px;
    font-weight: 700;
    padding: 0 13px;
    position: relative;
}
.navbar-light .navbar-nav li:last-child a {
  padding-right: 0 !important;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: #696969;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #ad172b;
}
.navbar-light .navbar-nav .nav-link:focus {
  color: #696969;
}
/*############################### Menu ############################*/
.section01 {
  background-image:url("../images/section01bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display:flex;
  flex-wrap:wrap;
  padding:50px 0px;
}
.section01form {
  width:30%;
  background-color:transparent;
  padding:40px 20px;
  margin-right:-130px;
  margin-left:130px;
  z-index:1;
}
.formbox {
  width:100%;
  background-color:#F9F9F9;
  padding:40px;
  text-align:center;
  border-radius:10px;
  box-shadow: 1px 0 21px rgba(0,0,0,0.26);
}
.formbox h4{
  font-weight:600;
}
.formbox b{
  color:#FF2A2A;
  font-weight:600;
}
.formbox input[type=text]{
  width:100%;
  background-color:#fff;
  margin:5px 0px;
  border:1px solid grey;
  border-radius:5px;
  padding:4px 8px;
}
.formbox input[type=submit]{
  background-color:#FF2A2A;
  color:#fff;
  border:none;
  width:100%;
  margin:5px 0px;
  border-radius:5px;
  padding:4px 8px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}
.section01box {
  background-image:url("../images/section01img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width:70%;
  color:white;
  padding:30px;
}
.section02 {
  padding: 40px 0;
}
.news_blog_sec {
    width: 100%;
    padding: 25px;
    border: 1px solid #dfdfdf;
    margin: 15px 0;
    display: inline-block;
}
.news_blog_sec h4 {
    font-size: 16px;
    text-transform: uppercase;
    color: #de2628;
    font-weight: bold;
    margin: 0 0 10px;
}
.news_blog_sec h2 {
    font-size: 30px;
    color: #000;
    font-weight: bold;
    margin: 0 0 30px;
    font-family: 'Playfair Display', serif;
}
.news_blog_img_sec {
    width: 30%;
    float: left;
    margin-right: 25px;
    height: 215px;
}
.news_blog_img_sec img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_blog_sec p {
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 20px;
    padding: 10px 0 0;
}
.news_blog_sec h6 {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    color: #b5b5b5;
}
.news_blog_sec h6 span {
  display: inline-block;
  margin: 0 8px;
}

footer {
    width:100%;
    justify-content: center;
    text-align:center;
}
footer p{
    width:100%;
    text-align:center;
}
footer > div {
   border-bottom: 1px solid lightgrey;
   display: flex;
   justify-content: center;
   margin:18px;
}
footer > div a {
    margin: 0.6%;
    background-color: #c4c4c4;
    color: black;
    border-radius: 50%;
    padding: 10px;
    width: 40px;
    line-height: 18px;
    font-size: 18px;
    height: 40px;
}
footer > div a:hover{
   background-color:#DE2527;
   color:white;
}
.inner_banner {
    background: url(../images/inner_banner.jpg) no-repeat center / 100%;
    background-size: cover;
    margin: 15px 0 0;
    text-align: center;
    padding: 60px 0;
}
.inner_banner h2 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}
.inner_page_sec {
  padding: 60px 0;
}
.inner_page_sec.product {
  padding: 60px 0 0;
}
.inner_page_img_sec {
  width: 46%;
  float: right;
  margin-left: 25px;
  margin-bottom: 7px;
}
.inner_page_img_sec img {
  width: 100%;
}
.inner_page_sec h4 {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin: 0 0 30px;
    font-family: 'Playfair Display', serif;
}
.inner_page_sec p {
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 20px;
    padding: 10px 0 0;
}
.mar-top {
  padding-top: 30px !important;
}
/*############# CONTACT US ##################*/
.no_padding_contact {
  padding:0;
}
.form_bg {
    background: rgba(0,0,0,0.05) none repeat scroll 0 0;
    border-radius: 0;
    margin: 0;
}
.form-sec{
  padding:15px 15px 25px;
  text-align:left;
  }
.form-title h3 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  margin: 0 !important;
}
.form-title h3 span {
  color: #ff2323;
}
.rd-mailform1 {
  margin-top:20px;
  }
.rd-mailform1 .form-control {
    background-color: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 0;
    height: 40px;
    width: 100%;
    font-size: 14px;
}
.rd-mailform1 textarea{
  border-radius: 0 !important;
  border:1px solid #d2d2d2 !important;
  height: 171px !important;
  background-color:#fff !important;
  width:100%;
}
.rd-mailform1 .form-label{
  color:#434343;
  text-transform:uppercase;
}
.contact_submit_btn {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background: #ff2323;
    padding: 10px 25px;
    border-radius: 5px;
    display: inline-block;
    margin: 10px 0 0;
    border-radius: 0;
}
.contact_submit_btn:hover {
    background: #cd0c0c;
    color: #fff;
}
.contact_submit_btn:focus {
    background: #cd0c0c;
    color: #fff;
    text-decoration: none;
}
.map_section {
  margin-top: 0;
}
.map_section iframe {
  border: 1px solid #cbcbcb;
  height: 255px;
  margin-bottom: 0;
  overflow: hidden;
  padding: 5px;
  width: 100%;
  background: #fff;
}
.contact-item {
  box-shadow: 0 0 5px 0 rgba(208,208,208,1.00);
  display: inline-block;
  margin-bottom: 7px;
  padding: 12px 14px;
  width: 100%;
}
.contact-item .content {
  float: left;
}
.contact-item h5 {
  font-size: 16px;
  font-weight:600;
  margin: 0 0 5px;
  padding:0;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
} 
.contact-item p {
  color: #838383;
  margin: 0;
  padding: 0;
  line-height: 20px;
} 
.contact-item p a{
  color:#838383;
}
.contact-item .icon {
  color: #ff2323;
  float: right;
  font-size: 44px;
}
.contact-title{
  font-size:20px;
  font-weight:400;
  color:#2E2D2D;
  margin:0;
   padding:0;
   text-transform:uppercase;
}
.contact-title span{
  color:#8dc223;
}
/*############# CONTACT US ##################*/

@media only screen and (orientation: portrait)  {
    .section01 {
      background-image:url("../images/section01bg.jpg");
      min-height:680px;
      width:100%;
      display:flex;
      flex-wrap:wrap;
      padding:10px 0px;
      margin-bottom:50px;
    }
    .section01form {
      width:100%;
      padding:40px;
      margin:0px;
      margin-bottom:-130px;
    }
    .section01box {
      width:100%;
      padding:0;
      padding-top:140px;
      padding-bottom:50px;
    }
    footer > div a{
    width:40px;
    height:40px;
    margin:1%;
    }
    footer > p{
    padding:10px;
    }
    .logo img {
    width:40%;
    }
    header > div {
    text-align:center;
    }
}
