/* Global properties ======================================================== */
html,
body {
  width: 100%;
  padding: 0;
  margin: 0;
  height: 100%;
  background: #dcdcdc;
}
a,
img {
  border: none;
  outline: none;
}
ul,
li {
  margin: 0px;
  padding: 0px;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
.container {
  width: 85%;
  max-width: 1700px;
  margin: auto;
  padding: 0;
}

header {
  width: 100%;
  height: 90px;
  max-height: 100%;
  overflow: hidden;
  position: relative;
  background: #fff;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  padding: 0px 0px;
}
.videowrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(../images/videobg.jpg) no-repeat;
}
video {
  width: 100%;
  height: auto;
}
.logo {
  height: auto;
  text-align: center;
  display: inline-block;
  float: left;
}
.logo img {
  max-width: 100%;
  width: 100%;
}
.logo a {
  width: 100%;
  height: auto;
  display: inline-block;
  text-align: center;
  font: 300 16px/30px "Open Sans", Arial, Helvetica, sans-serif;
  color: #fff;
  text-decoration: none;
}
.logo a img {
  width: 100%;
  height: auto;
}

header .content_wrap5 {
  width: 40%;
  margin-left: 30%;
  position: absolute;
  top: 15%;
  left: 0;
  text-align: center;
}
header .content_wrap6 {
  width: 100%;
  position: absolute;
  left: 0;
  top: 40%;
  margin-top: -30px;
  text-align: center;
}
header h2 {
  width: 100%;
  margin-top: 45%;
  margin-bottom: 16px;
  text-align: center;
  font: 700 38px/48px "Montserrat", Arial, Helvetica, sans-serif;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
}
header p {
  height: auto;
  display: block;
  text-align: center;
  font: 300 16px "Open Sans", Arial, Helvetica, sans-serif;
  color: #fff;
}
header a.more {
  position: absolute;
  bottom: 200px;
  left: 50%;
  width: 150px;
  height: 48px;
  margin-left: -75px;
  text-align: center;
  font: 700 14px/48px "Montserrat", Arial, Helvetica, sans-serif;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #fff;
  text-decoration: none;
  -webkit-transition-property: background;
  -moz-transition-property: background, color;
  -o-transition-property: background, color;
  transition-property: background, color;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
header a.more:hover {
  color: #333;
  background: #fff;
}

.fixer {
  width: 86%;
  max-width: 1300px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.fixer2 {
  width: 100%;
  max-width: 1300px;
  height: auto;
  margin: 0 auto;
}
.clr {
  clear: both;
}
section {
  width: 100%;
  height: auto;
  float: left;
 /* padding: 60px 0 50px;*/
}

.menu {
  float: right;
  margin-top: 22px;
}
.menu ul {
  margin: 0 auto;
  display: table;
}
.menu ul li {
  float: left;
  display: block;
}
.menu ul li.logo2 {
}
.menu ul li.logo2 a {
  width: 0px;
  height: 20px;
  margin-top: 30px;
}
.menu ul li.logo2 a img {
  width: 100%;
  height: auto;
  display: none;
}
.menu ul li a {
  font: 600 14px/40px "Open Sans", sans-serif;
  color: #000;
  text-decoration: none;
  padding: 0 25px;
  text-align: center;
  text-transform: uppercase;
  display: block;
}
.menu ul li a:hover,
.menu ul li a.active {
  color: #ee1d25;
}

.slicknav_menu {
  display: none;
}
.logo2item {
  display: none;
  position: absolute;
  top: 22px;
  left: 50%;
  margin-left: -75px;
  z-index: 99;
}

.homepdt {
  width: 46%;
  height: 306px;
  min-height: 306px;
  float: left;
  display: block;
  border-bottom: 1px solid #9c9798;
  margin: 60px 2% 0;
  box-sizing: border-box;
}
.homepdt img {
  width: 40%;
  height: auto;
  float: left;
  display: block;
}
.homepdt aside {
  width: 60%;
  height: auto;
  float: left;
  display: block;
  padding: 0 30px;
  box-sizing: border-box;
}
.homepdt aside h3 {
  font: 600 24px "Open Sans", Arial, Helvetica, sans-serif;
  color: #303030;
  margin-bottom: 10px;
  font-size: 20px;
}
.fixer .homepdt:nth-child(3) {
  border-bottom: none !important;
}
.fixer .homepdt:nth-child(4) {
  border-bottom: none !important;
}
.homepdt aside p {
  font: 400 14px "Open Sans", Arial, Helvetica, sans-serif;
  color: #303030;
  font-size: 15px;
  text-align: justify;
}
.homepdt aside a {
  width: 150px;
  height: 45px;
  display: block;
  text-align: center;
  font: 700 14px/48px "Montserrat", Arial, Helvetica, sans-serif;
  color: #666;
  text-transform: uppercase;
  border: 1px solid #333;
  text-decoration: none;
  -webkit-transition-property: background;
  -moz-transition-property: background, color;
  -o-transition-property: background, color;
  transition-property: background, color;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  margin-top: 20px;
}
.homepdt aside a:hover {
  background: #ed3237;
  color: #fff;
}

.grey,
.greyinner {
  background: #f6f6f6;
}
h1.center {
  font: 300 60px "Open Sans", Arial, Helvetica, sans-serif;
  color: #303030;
  text-align: center;
}
.grey p {
  font: 300 20px "Open Sans", Arial, Helvetica, sans-serif;
  color: #303030;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  font-size: 18px;
}

/*.inner header{width:100%; height:auto; position:relative;}*/
.bannerimg {
  width: 100%;
  height: auto;
}
.inner header .menu {
  background: none;
}
/*.inner .menu ul li a.active{ background:#ee1d25; color:#fff; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; -o-border-radius:5px; -ms-border-radius:5px;}*/

.c50 {
  width: 50%;
  height: auto;
  float: left;
  display: block;
}
.c33 {
  width: 33.33%;
  height: auto;
  float: left;
  display: block;
}
.c25 {
  width: 25%;
  height: auto;
  float: left;
  display: block;
}
.c66 {
  width: 66.66%;
  height: auto;
  float: left;
  display: block;
}
.c75 {
  width: 75%;
  height: auto;
  float: left;
  display: block;
}

.abtimg {
  width: 90%;
  height: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #eee;
  padding: 15px;
  box-sizing: border-box;
  background: #fff;
}
.content {
  font: 400 14px / 26px "Open Sans", Arial, Helvetica, sans-serif;
  color: rgb(102, 102, 102);
  padding: 15px 30px 2px;
  box-sizing: border-box
}
.content p{
  color: #000;
  text-align: justify;
  font-size: 17px;
}
.content h3 {
  font: 600 30px "Open Sans", Arial, Helvetica, sans-serif;
  color: #171717;
  padding-bottom: 12px;
  margin-top: 40px;
}
.content h4 {
  font: 600 30px "Open Sans", Arial, Helvetica, sans-serif;
  color: rgb(23, 23, 23);
  margin-bottom: 14px;
  font-size: 25px;
}

.relateit {
  position: relative;
  background-color: #f6f6f6;
}

i.gurjan {
  width: 100%;
  height: auto;
  display: block;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font: 800 48px/60px "Open Sans", Arial, Helvetica, sans-serif;
  color: #ccc; /*position:absolute; bottom:100px; right:0px;*/
  text-transform: uppercase;
  z-index: -1;
  float: left;
  margin-top: 20px;
  font-size: 21px;
}

.gallery a {
  width: 90%;
  height: auto;
  margin: 0 5% 30px 5%;
  display: block;
  text-decoration: none;
  position: relative;
}
.gallery a img {
  width: 100%;
  height: auto;
  display: block;
}
.gallery a span {
  width: 100%;
  height: 50px;
  background: #fff;
  text-align: center;
  font: 400 16px/50px "Open Sans", Arial, Helvetica, sans-serif;
  color: #666;
  display: block;
}
.gallery a.video i {
  width: 100px;
  height: 83px;
  background: url(../images/play.png) no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -49px;
}

.contact span {
  float: left;
  font: 300 17px/32px "Open Sans", Arial, Helvetica, sans-serif;
  color: #666;
}
.contact span b {
  font: 400 17px/36px "Open Sans", Arial, Helvetica, sans-serif;
  color: #333;
}
.contact span a {
  text-decoration: none;
  color: #ee1d25;
}
.contact span.highlight {
  font: 400 17px/15px "Open Sans", Arial, Helvetica, sans-serif;
  color: #333;
}
.map {
  width: 100%;
  height: 200px;
  display: block;
}

.contact2 {
  font: 300 17px/32px "Open Sans", Arial, Helvetica, sans-serif;
  color: #666;
}
.contact2 .c25 {
  padding: 20px;
  box-sizing: border-box;
}
.contact2 b {
  font: 400 17px/32px "Open Sans", Arial, Helvetica, sans-serif;
  color: #ee1d25;
  display: block;
}

.pdtname {
  width: 25%;
  height: auto;
  float: left;
  display: block;
}
.pdtdetail {
  width: 75%;
  height: auto;
  float: left;
  display: block;
}
.pdtmain {
  width: 100%;
  height: auto;
  float: left;
  display: block;
}
.pdtdetail .details {
  width: 65%;
  height: auto;
  padding: 0 30px;
  box-sizing: border-box;
  float: left;
}
.pdtdetail .pdtimg {
  width: 35%;
  height: auto;
  float: left;
  display: block;
  box-sizing: border-box;
}

.products {
  font: 300 15px/24px "Open Sans", Arial, Helvetica, sans-serif;
  color: #666;
}
.intro p {
  font: 400 20px/30px "Open Sans", Arial, Helvetica, sans-serif;
  color: #666;
}
.products h3 {
  font: 400 30px/27px "Open Sans", Arial, Helvetica, sans-serif;
  color: #333;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.products h4 {
  font: 400 30px "Open Sans", Arial, Helvetica, sans-serif;
  color: #c57508;
  margin-bottom: 10px;
}
.products h5 {
  font: 400 22px "Open Sans", Arial, Helvetica, sans-serif;
  color: #333;
  margin-bottom: 10px;
  margin-top: 30px;
}

.pdtname a {
  width: 100%;
  height: 40px;
  display: block;
  font: 400 16px/40px "Open Sans", Arial, Helvetica, sans-serif;
  color: #333;
  padding: 0 10px;
  box-sizing: border-box;
  text-decoration: none;
}
.pdtname li.selected a {
  border: 1px solid #666;
}
.pdtname a:hover {
  color: #ee1d25;
}

.table ul li {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  border: 1px solid #eee;
}
.table1 ul li div {
  width: 100%;
  box-sizing: border-box;
  float: left;
  display: block;
  padding: 5px 15px;
  display: table-cell;
  font: 300 15px/24px "Open Sans", Arial, Helvetica, sans-serif;
  color: #666;
}
.table2 ul li div {
  width: 50%;
  box-sizing: border-box;
  float: left;
  display: block;
  padding: 5px 15px;
  display: table-cell;
  font: 300 15px/24px "Open Sans", Arial, Helvetica, sans-serif;
  color: #666;
}
.table3 ul li div {
  width: 33.33%;
  box-sizing: border-box;
  float: left;
  display: block;
  padding: 5px 15px;
  display: table-cell;
  font: 300 15px/24px "Open Sans", Arial, Helvetica, sans-serif;
  color: #666;
}
.table4 ul li div {
  width: 100%;
  box-sizing: border-box;
  float: left;
  display: block;
  padding: 5px 15px;
  display: table-cell;
  font: 300 15px/24px "Open Sans", Arial, Helvetica, sans-serif;
  color: #666;
}

.pdtdetail .pdtimg img {
  width: 100%;
  height: auto;
  float: left;
}
.pdtdetail .pdtimg span {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 20px;
}
.pdtdetail .pdtimg span a {
  width: 21%;
  height: auto;
  margin: 0 2%;
  float: left;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  overflow: hidden;
  padding: 5px;
  box-sizing: border-box;
}
.pdtdetail .pdtimg span a.active {
  border: 1px solid #ccc;
}
.pdtdetail .pdtimg span a img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
}

.tinynav1 {
  width: 100%;
  height: 40px;
  border: 1px solid #666;
  padding-left: 10px;
  font: 400 16px/40px "Open Sans", Arial, Helvetica, sans-serif;
  color: #333;
}
#tinynav1 {
  display: none;
}

.pdtmain {
  display: none;
}
.pdtmain.platino {
  display: block;
}

/*----------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  text-decoration: none;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.no-padding {
  padding: 0;
}
.brdr {
  border: #f00 solid 1px;
}
.platino .ply_cat {
  width: 100%;
  float: left;
  padding-bottom: 70px;
}
.platino .ply_cat.end {
  padding-bottom: 0;
}
.moulded .door_cat {
  width: 100%;
  float: left;
  padding-bottom: 70px;
}

.about_area {
  background: url(../images/about-area.jpg) no-repeat center top;
  background-size: cover;
  padding: 120px 0;
}
.about_area .col-1 {
  width: 50%;
  height: auto;
  float: left;
  padding-top: 50px;
  padding-right: 50px;
  padding-left: 2%;
}
.about_area .col-1 h1 {
  color: #363533;
  font: 600 36px "Open Sans", sans-serif;
  margin-bottom: 30px;
}
.about_area .col-1 p {
  color: #363533;
  font: 400 17px/35px "Open Sans", sans-serif;
  padding-right: 25px;
}
.about_area .col-2 {
  width: 50%;
  height: auto;
  float: left;
  padding-left: 20px;
  padding-right: 2%;
}

.promo {
  width: 96%;
  height: auto;
  max-width: 800px;
  position: relative;
}
.videoholder {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.videoholder iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contact .highlight h3 {
  font-size: 17px;
  line-height: 26px;
}
.footer{
  background-color: #eff2f6;
  background-image: url(../img/footer-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
footer {
  width: 100%;
  height: auto;
  overflow: hidden;
  float: left;
  background: #1a1a1a;
  padding: 80px 0 20px;
}
footer .clearfix {
  display: none;
}
footer .col-1 {
  width: 20%;
  height: auto;
  float: left;
  padding: 0 2%;
}
footer .col-2 {
  width: 20%;
  height: auto;
  float: left;
  padding: 0 2%;
}
footer .col-3 {
  width: 40%;
  height: auto;
  float: left;
  padding: 0 2%;
}
footer .col-4 {
  width: 20%;
  height: auto;
  float: left;
  padding: 0 2%;
}
footer .col a {
  color: #807f7f;
  text-decoration: none;
}
footer .col h2 {
  color: #333;
  font: 700 16px "Open Sans", sans-serif;
  margin-bottom: 30px;
}
footer .col ul li {
  margin: 7px 0;
}
footer .col ul li a {
  color: #807f7f;
  font: 400 16px "Open Sans", sans-serif;
}
footer .col ul li a:hover {
  color: #ee1d25;
}
footer .col p {
  color: #807f7f;
  font: 400 16px/27px "Open Sans", sans-serif;
  margin-bottom: 15px;
}
footer .adrs {
  background: url(../images/footer-loc.png) no-repeat left 7px;
  padding-left: 45px;
}
footer .call {
  background: url(../images/footer-fon.png) no-repeat left 7px;
  padding-left: 45px;
}
footer .mail {
  background: url(../images/footer-mail.png) no-repeat left 7px;
  padding-left: 45px;
}
footer .follow a {
  display: inline-block;
  margin-right: 15px;
}

footer .footer-1 {
  padding-bottom: 20px;
  border-bottom: solid #797878 1px;
}
footer .footer-2 {
  padding-top: 28px;
}
footer .footer-2 h3 {
  font: 400 15px "Open Sans", sans-serif;
  color: #807f7f;
text-align: center;
  font-size: 13px;
  letter-spacing: 1px;
}
footer .footer-2 p {
  font: 400 15px/27px "Open Sans", sans-serif;
  color: #807f7f;
  float: right;
}
footer .footer-2 p i {
  display: inline-block;
  margin-left: 10px;
}
.products h3 span {
  display: block;
  margin-bottom: 7px;
}

.banner {
  padding-top: 90px;
  width: 100%;
  float: left;
}
.banner img {
  max-width: 100%;
  width: 100%;
  min-width: 520px;
}

.inner_banner {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 90px;
}
.inner_banner > div {
  overflow: hidden;
}
.inner_banner img {
  min-width: 800px;
}
.inner_banner h2 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  font-family: Helvetica, sans-serif;
  font-size: 40px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 2px;
}

.banner .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 15px 0 20px;
}

.banner .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.banner .slick-dots li button {
  font-size: 0;
  background: #fff;
  padding: 0;
  width: 13px;
  height: 13px;
  border: none;
  border-radius: 50px;
  outline: none;
}

.banner .slick-dots li.slick-active button {
  background: none;
  border: #fff solid 3px;
}

.enquiry_form {
  left: auto;
  width: 100%;
  max-width: 430px;
  top: 90px;
}
.enquiry_form .modal-body {
  padding: 35px;
}
.enquiry_form .modal-content {
  border-radius: 0;
  box-shadow: none;
  border: none;
}
.enquiry_form .modal-dialog {
  width: 90%;
  max-width: 370px;
  margin: 30px auto;
  margin-right: 5%;
  margin-top: 8%;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.18);
}
.modal-backdrop {
  background: none;
  left: auto;
}
.enquiry_form h2 {
  color: #ee1d25;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 30px;
}
.enquiry_form .input_bx {
  margin-bottom: 4px;
}
.enquiry_form .input_bx textarea {
  width: 100%;
  resize: none;
  border: #d3d3d3 solid 1px;
  padding: 15px;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  font-family: "open-sans", sans-serif;
}
.input_fi {
  width: 100%;
  height: 45px;
  border: #d3d3d3 solid 1px;
  padding: 15px;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  font-family: "open-sans", sans-serif;
}
.enquiry_form .nice-select {
  float: none;
}
.enquiry_form input[type="submit"] {
  width: 100%;
  height: 50px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #fff;
  background: #ee1d25;
  text-transform: uppercase;
}
.enquiry_form button.close {
  position: absolute;
  top: -14px;
  right: -14px;
  line-height: 24px;
  outline: none;
  width: 29px;
  height: 29px;
  background: #ee1d25;
  color: #fff;
  opacity: 1;
  border-radius: 50px;
}
.modal-open {
  overflow: auto;
  padding: 0 !important;
}

.prod_sec {
  padding: 40px 0 0px;
  background: #f6f6f6;
}
.prod_sec .product_wrap {
  width: 33.33%;
  float: left;
  padding: 0 25px;
  margin-bottom: 50px;
}
.prod_sec .product_wrap > div {
  display: inline-block;
  box-shadow: -1px -1px 16px 0px rgba(0, 0, 0, 0.12);
}
.prod_sec .img_wrap {
  position: relative;
  width: 100%;
  height: 320px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.prod_sec .content_wrap {
  min-height: 130px;
  background: #fff;
  padding: 30px;
}
.prod_sec .content_wrap p {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  color: #151515;
  font-family: "Montserrat", sans-serif;
}
.prod_sec .read_more {
  color: #ee1d25;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  display: block;
  margin-top: 5px;
  text-align: right;
}
.prod_sec .read_more i {
  display: inline-block;
  margin-left: 7px;
  transition: All 1s ease;
  -webkit-transition: All 1s ease;
  -moz-transition: All 1s ease;
  -o-transition: All 1s ease;
}
.prod_sec .img_wrap h3 {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  background: rgb(0 0 0 / 60%);
  padding: 17px 15px;
  text-align: center;
  transition: All 1s ease;
  -webkit-transition: All 1s ease;
  -moz-transition: All 1s ease;
  -o-transition: All 1s ease;
}
.prod_sec .product_wrap:hover i {
  -ms-transform: translate(7px, 0); /* IE 9 */
  -webkit-transform: translate(7px, 0); /* Safari prior 9.0 */
  transform: translate(7px, 0); /* Standard syntax */
  transition: All 1s ease;
  -webkit-transition: All 1s ease;
  -moz-transition: All 1s ease;
  -o-transition: All 1s ease;
}

.prod_sec .product_wrap:hover h3 {
  background: #ee1d25;
  transition: All 1s ease;
  -webkit-transition: All 1s ease;
  -moz-transition: All 1s ease;
  -o-transition: All 1s ease;
  /*-ms-transform: translate(0,-5px);
    -webkit-transform: translate(0,-5px);
    transform: translate(0px,-5px);*/
}

.prod_sec .row1 {
  margin-left: -25px;
  margin-right: -25px;
  display: flex;
  flex-wrap: wrap;
}

.btn_enquire {
  font-size: 16px;
  color: #ee1d25;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  float: right;
  border: 2px solid #ee1d25;
  padding: 12px 20px;
  border-radius: 50px;
  font-size: 14px;
  margin-top: 18px;
}
.btn_enquire:hover {
  color: #ee1d25;
  text-decoration: none;
}

.prod_details {
  padding: 65px 0;
  background: #f6f6f6;
}
.prod_details .wrap {
  width: 100%;
  float: left;
  background: #fff;
  padding: 100px 60px;
  box-shadow: 0 0 17px 0px rgba(0, 0, 0, 0.12);
}
.prod_details .col-1 {
  width: 40%;
  float: left;
}
.prod_details .col-1 img {
  width: 100%;
  max-width: 100%;
}
.prod_details .col-2 {
  width: 60%;
  float: left;
  padding: 5%;
  padding-right: 15%;
  padding-top: 0;
}
.prod_details .col-2 h2 {
  font-size: 35px;
  color: #e39b3b;
  text-transform: uppercase;
  font-weight: 700;
  margin: 25px 0 10px;
  display: flex;
  align-items: center;
}
.prod_details .col-2 h4 {
  font-size: 18px;
  color: #797979;
  margin: 20px 0;
}
.prod_details .col-2 h2 span {
  color: #000;
  font-weight: 500;
  display: inline-block;
  font: 600 24px "Open Sans", Arial, Helvetica, sans-serif;
}
.prod_details .col-2 h2 span.img_l {
  display: inline-block;
  margin-top: -5px;
  margin-left: 10px;
}
.prod_details .col-2 p {
  color: #0c0c0c;
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 15px;
}
p{
  font: 400 14px / 26px "Open Sans", Arial, Helvetica, sans-serif;
  color: #000;
  text-align: justify;
  font-size: 17px;
}

.prod_details .col h3 {
  font-size: 21px;
  color: #2b2b2b;
  padding: 15px 30px;
  background: #efefef;
  font: 600 24px "Open Sans", Arial, Helvetica, sans-serif;
  color: #171717;

}
.prod_details .col {
  width: 100%;
  float: left;
  padding: 0 50px;
}
.prod_details .table_box {
  margin-top: 15px;
  border: #ed3237 solid 2px;
  min-width: 700px;
}
.prod_details .table_box td {
  font-size: 17px;
  color: #2b2b2b;
  font-weight: 500;
  min-width: 300px;
}
.prod_details .table_box tr {
  padding: 15px 30px;
  display: block;
  border-bottom: #ed3237 solid 2px;
}
.prod_details .table_box tr:last-child {
  border: none;
}
.clr1 {
  background: #ed3237;
}
.clr2 {
  background: #ed3237;
}
.clr3 {
  background: #ed3237;
}
.clr1 td,
.clr2 td,
.clr3 td {
  font-weight: 700 !important;
}
.list2 {
  margin-top: 30px;
}
.list2 li {
  color: #0c0c0c;
  font-size: 17px;
  margin-bottom: 10px;
  background: url(../images/list-dot.png) no-repeat left top 5px;
  padding-left: 30px;
  line-height: 21px;
}
.prod_details .col-2 h2 span.steel {
  color: rgb(29 28 28);
  font-weight: 600;
  display: inline-block;
  font-size: 23px;
}
.prod_details table.table_box {
  margin-top: 50px;
}

.error {
  font-size: 12px;
  color: #ff0000;
  letter-spacing: 1px;
}











.infotechno-contact-us-bg {
  background-color: #eff2f6;
  background-image: url(../img/home-infotechno-contact-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.section-space--ptb_120 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.conact-us-wrap-one .heading {
  position: relative;
  padding-left: 34px;
  font-weight: 600;
  line-height: 1.4;
  font-size: 28px;
  padding-bottom: 10px;
}
.contact-info-one .heading, .contact-info-two .heading, .contact-info-three .heading {
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 10px;
}
.contact-info-one .call-us, .contact-info-two .call-us, .contact-info-three .call-us {
  line-height: 1.17;
  color: #ee1d25;
  position: relative;
  display: inline-block;
  font-size: 32px;
  padding: 20px;
}
.btn--secondary {
  background-image: none;
  background-color: #ee1d25;
}
.btn {
  font-size: 18px;
  font-weight: 500;
  border-style: solid;
  border-radius: 5px;
  border-color: transparent;
  border: 1px solid transparent;
  padding: 0 36px;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  height: 54px;
  line-height: 54px;
  letter-spacing: 0em;
  color: #ffffff;
  background: #ee1d25;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.text-color-primary {
  color: #ee1d25;
  font-size: 21px;
  margin-top: 50px;
}

@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .conact-us-wrap-one {
    margin-bottom: 30px;
  }
}

.conact-us-wrap-one .heading {
  position: relative;
  padding-left: 34px;
  font-weight: 600;
  line-height: 1.8;
  font-size: 28px;
  padding-bottom: 10px;
}

.conact-us-wrap-one .heading::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 94%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #ee1d25;
}

.conact-us-wrap-one .sub-heading {
  margin-top: 15px;
  font-size: 18px;
  margin-left: 34px;
  color: #696969;
  text-align:justify;
}

.contact-info-one .icon, .contact-info-two .icon, .contact-info-three .icon {
  font-size: 40px;
  color: #0297dc;
}

.contact-info-one .heading, .contact-info-two .heading, .contact-info-three .heading {
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 10px;
}

.shivatag{
  font-size: 17px;
    color: #383737!important;
}
ul, li {
  color: #000;
  font-weight: 500;
  font-size: 17px;
}
.greyinner{
  padding-bottom: 50px;
}
.greyinner1 {
  background: #f6f6f6;
  padding-bottom: 25px;
}

.fa, .fas {
  font-weight: 900;
  margin-top: 4px;
  padding: 0 7px;
  color: #e0050b;
}
.shiva-media{
  padding: 50px 0;
}

.section-padding {
  padding: 47px 0;
  overflow: hidden;
}


.contact__card {

  border-radius: 10px;
  transform: translateY(0);
  transition: all .3s;
  padding: 40px 30px;
}

.contact__card__icon i {
  color:#ed3237;
  font-size: 36px;
}


.contact__card h4 {
  font-size: 20px;
  text-transform: uppercase;
  color: #32383A;
  margin: 20px 0;
  font-weight: 500;
  font-family: "Nirmala UI", sans-serif;
}

.contact__card ul li:last-child {
  margin-bottom: 0;
}
.contact__card ul li {
  color: #999999;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 3px;
}

.contact__card p{
color:  #000; font-size: 17px;
  line-height: 1.7;}

.shiav-ctn{
  background-color: #f6f6f6;
}

.shivaquality{
  color: #ee1d25;
}
.ht-large-box-images.style-03 .content {
  padding: 32px 35px;
  padding-bottom: 88px;
  text-align: center;
}
.ht-large-box-images.style-03:hover .content .heading {
  color: #ee1d25;
}
.ht-large-box-images.style-03 .content .heading {
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 12px;
  font-size: 19px;
  color: #212020;
}

.ht-large-box-images.style-03 .content .box-images-arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 56px;
  line-height: 55px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #ed3237;
}
.ht-large-box-images.style-03 .content .box-images-arrow:hover {
  color: #000;
}
.ht-large-box-images.style-03 .content .box-images-arrow::before {

  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: -1;
}
.feature-large-images-wrapper{
  background: #f6f6f6;
  padding: 40px 0;
  margin-top: 50px;
}
.ht-large-box-images:hover{
  text-decoration: none;
}
.large-image-box{
  transform: translateY(-5px);
transition: all .3s;
box-shadow: 4px 8px 16px rgb(237 50 55 / 16%);

margin-top: 55px;

}


/* marquee Text */

.marquee-text ul li{float: left;
        display: contents;}

.marquee-text ul li a{color: #000;}        
.marquee-text ul li a:hover{text-decoration: none;}        

.marquee-text ul{margin-top: 15px;
		display: none;}

.seo-text {color: #000;
  font-weight: 500;
  display: inline-block;
  font: 600 24px "Open Sans", Arial, Helvetica, sans-serif;}

  .whats-app {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 9999;
}

.modal-body img{width: 100%; height: auto;}
/* .modal-body{background:#ed3237;} */

@media (max-width:425px){
  .gallery h1{font-size: 17px !important; text-align: center;margin-bottom: 10px; font-weight: 700;}
}