@import url("https://fonts.googleapis.com/css?family=Hind&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");

* {
  margin: 0px;
  padding: 0px;
}

ul {
  list-style: none;
}

a {
  text-decoration: none !important;
}

img {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
b,
strong,
ul,
li,
a {
  margin: 0px;
  padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Hind", sans-serif;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #464646;
  box-sizing: border-box;
}

/**************/
.top-contact {
  position: fixed;
  top: 40%;
  z-index: 99;
  right: 0;
}

.top-contact a {
  font-family: "Hind", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #fff;
  background: #ec6543;
  padding: 15px 3px;
}

.top-contact a:hover {
  background: #005e85;
  font-family: "Hind", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #fff;
  padding: 15px 3px;
  text-decoration: none;
}

.verticalTxt_rl {
  writing-mode: vertical-rl;
}

.modal-header {
  background: url(../images/bg-02.jpg) no-repeat;
  height: auto;
  background-size: cover;
  position: relative;
}

.modal-title {
  text-align: center;
  padding: 15px 0;
  color: #fff !important;
  font-size: 22px;
  font-family: "Hind", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  z-index: 1;
  display: block;
  text-transform: uppercase;
}

.cls {
  z-index: 9999;
  position: absolute;
  color: #fff;
  opacity: 1;
  display: block;
  right: 15px;
}

.modal-header .cls {
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.modal-header .cls:hover {
  background: #fff;
  color: #000;
}

.modal-body {
  padding: 30px;
}

.mdl-frm {
  width: 80%;
  margin: 0 auto;
  display: table;
}

.mdl-frm input {
  border: 0px;
  width: 100%;
  padding: 8px 15px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1px;
  color: #777;
  margin-bottom: 15px;
  height: 40px;
  border: 1px solid #777;
  font-size: 15px;
}

.mdl-frm textarea {
  height: 100px;
  margin-bottom: 15px;
  border: 1px solid #777;
  font-family: "Open Sans", sans-serif;
  width: 100%;
  padding: 8px 15px;
  letter-spacing: 1px;
}

.sub-mdl {
  padding: 10px 25px;
  border: 1px solid #ec6543;
  background: #ec6543;
  color: #fff;
  margin: 0 auto;
  display: table;
  width: 150px;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 50px;
  letter-spacing: 1px;
}

/**************/
.header-top {
  background: #061538;
  padding: 10px 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

.header-left ul li {
  display: inline-block;
  margin-right: 15px;
}

.header-left ul li i {
  color: #fff;
  font-size: 15px;
}

.header-right ul {
  float: right;
}

.header-right ul li {
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid #fff;
}

.header-right ul li a i {
  color: #fff;
  font-size: 15px;
  margin-right: 6px;
}

.header-right ul li a {
  color: #fff;
  font-size: 15px;
  font-family: "Hind", sans-serif;
}

/*********************/
#slider-sec {
  z-index: 10;
  display: block;
}

.slide-text > a.btn-primary {
  border-radius: 0px;
  padding: 12px 20px !important;
  background: #ec6543 !important;
  font-family: "Hind", sans-serif;
}

.slide-text > p {
  font-family: "Open Sans", sans-serif;
}

.slide-text > h2 {
  font-family: "Hind", sans-serif;
}

.slider {
  position: absolute;
  content: "";
  top: 42%;
  left: 0;
  right: 0;
  z-index: 999;
}

.slide-text a {
  margin-top: 0px;
  margin-bottom: 0px;
}

.text-colo > h2 {
  color: #fff !important;
  padding-bottom: 10px !important;
  letter-spacing: 0.5px;
}

.text-colo > p {
  color: #fff !important;
  font-size: 17px !important;
  padding-bottom: 15px !important;
}

.slid-detail > a.btn-primary {
  border-radius: 0px;
  padding: 12px 20px !important;
  background: #ec6543 !important;
  font-family: "Hind", sans-serif;
  margin: 0 auto;
  display: table;
}

.slid-detail > p {
  font-family: "Open Sans", sans-serif;
  font-size: 17px !important;
  padding-bottom: 15px !important;
  color: #fff !important;
  text-align: center;
}

.slid-detail > h2 {
  font-family: "Hind", sans-serif;
  padding-bottom: 10px !important;
  color: #fff !important;
  text-align: center;
  letter-spacing: 0.5px;
}

.slide-detail > a.btn-primary {
  border-radius: 0px;
  padding: 12px 20px !important;
  background: #ec6543 !important;
  font-family: "Hind", sans-serif;
  float: right;
}

.slide-detail > p {
  font-family: "Open Sans", sans-serif;
  font-size: 17px !important;
  padding-bottom: 15px !important;
  color: #fff !important;
  text-align: right;
}

.slide-detail > h2 {
  font-family: "Hind", sans-serif;
  padding-bottom: 10px !important;
  color: #fff !important;
  text-align: right;
  letter-spacing: 0.5px;
}

.bs-slider {
  max-height: 100% !important;
}

.indicators-line > .carousel-indicators li {
  border-radius: 0px;
  width: 20px;
  height: 4px;
}

.indicators-line > .carousel-indicators .active {
  width: 30px;
  height: 4px;
  background: #fff;
  border: none;
}

.control-round .carousel-control {
  color: #fff;
}

/**********************/
.hm-industry {
  padding: 50px 0;
}

.hm-industry-head {
  padding-bottom: 40px;
}

.hm-industry-head h1 {
  text-align: center;
  font-family: "Hind", sans-serif;
  color: #000;
  padding-bottom: 15px;
  position: relative;
}

.hm-industry-head h1 span {
  font-weight: bold;
  color: #ec6543;
  letter-spacing: 0.5px;
}

.hm-industry-head h1:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  width: 15%;
  height: 2px;
  margin: 0 auto;
}

.hm-industry-head h1:before {
  position: absolute;
  content: "";
  bottom: -7px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #fff;
  height: 15px;
  width: 1%;
  z-index: 99;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  transform: skew(-45deg, 12deg);
}

.hm-ind-box {
  position: relative;
  overflow: hidden;
  border: 1px solid #fefefe;
}

.hm-ind-box img {
  transition: all 5s ease;
}

.hm-ind-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  z-index: 1;
}

.hm-ind-detail-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 1;
}

.hm-ind-detail {
  position: absolute;
  color: #fff;
  bottom: 30px;
  padding: 0 30px;
  left: 0;
  z-index: 1;
  transition: all 2s ease;
}

.hm-ind-box:hover img {
  transform: scale(1.1);
}

.hm-ind-box:hover .hm-ind-detail {
  bottom: 50px;
}

.hm-ind-detail h3 {
  /* letter-spacing:1px; */
  padding-bottom: 5px;
  color: #ec6543;
}

.hm-ind-detail p {
  padding-bottom: 15px;
}

.hm-ind-detail a {
  padding: 6px 15px;
  background: #ec6543;
  color: #fff;
  font-size: 13px;
}

/*****************/
.hm-abt-main {
  padding: 50px 0;
  background: #f2f2f2;
}

.hm-abt-head {
  padding-bottom: 40px;
}

.hm-abt-head h2 {
  text-align: center;
  font-family: "Hind", sans-serif;
  color: #000;
  padding-bottom: 15px;
  position: relative;
}

.hm-abt-head h2 span {
  font-weight: bold;
  color: #ec6543;
  letter-spacing: 0.5px;
}

.hm-abt-head h2:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  width: 15%;
  height: 2px;
  margin: 0 auto;
}

.hm-abt-head h2:before {
  position: absolute;
  content: "";
  bottom: -7px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #fff;
  height: 15px;
  width: 1%;
  z-index: 99;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  transform: skew(-45deg, 12deg);
}

.hm-abt-para p {
  font-size: 14px;
  color: #000;
  text-align: center;
  line-height: 24px;
  font-size: 15px;
  padding-bottom: 10px;
}

.hm-abt-para p span {
  font-family: "Hind", sans-serif;
  font-weight: bold;
}

/**************/
.hm-prod-main {
  padding: 50px 0;
}

.hm-prod-box {
  position: relative;
  padding-bottom: 20px;
}

.hm-prod-box img {
  border: 3px solid #e1e1e1;
  margin: 0 auto;
  margin-bottom: 12px;
  cursor: pointer;
}

.hm-prod-detail h5 {
  padding: 10px 0;
  text-align: center;
  color: #fff;
  text-align: center;
  font-size: 16px;
  background: #b5b5b5;
  font-family: "Hind", sans-serif;
  letter-spacing: 0.25px;
}

.hm-prod-box:hover .hm-prod-detail h5 {
  background: #ec6543;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
}

.hm-prod-box a {
  text-decoration: none;
}

.hm-prod-anch a {
  margin: 0 auto;
  display: table;
  margin-top: 15px;
  background: #ec6543;
  color: #fff;
  font-size: 15px;
  font-family: "Hind", sans-serif;
  letter-spacing: 1px;
  padding: 10px 20px;
}

/*************/
.footer {
  background: #061538;
  padding: 40px 0;
}

.footer-logo {
  margin-bottom: 15px;
}

.footer-detail p {
  color: #fff;
  letter-spacing: 0.25px;
  padding-bottom: 15px;
}

.foot-add p a {
  color: #fff;
}

.footer-icon ul li {
  display: inline-block;
  padding: 0 12px;
}

.footer-icon ul li a i {
  color: #fff;
  font-size: 15px;
}

.footer-icon ul li a i:hover {
  color: #ec6543;
}

.footer-link h4 {
  color: #fff;
  padding: 6px 0;
  border-left: 2px solid #fff;
  letter-spacing: 0.5px;
  padding-left: 10px;
  line-height: auto;
  text-transform: capitalize;
  font-family: "Hind", sans-serif;
  font-size: 22px;
}

.footer-link ul {
  padding-top: 15px;
}

.footer-link ul li a {
  font-size: 15px;
  color: #fff;
  padding-bottom: 16px;
  letter-spacing: 1px;
}

.footer-right {
  padding-bottom: 20px;
}

.footer-right h4 {
  color: #fff;
  padding: 6px 0;
  border-left: 2px solid #fff;
  letter-spacing: 0.5px;
  padding-left: 10px;
  line-height: auto;
  text-transform: capitalize;
  font-family: "Hind", sans-serif;
  font-size: 22px;
}

.foot-icon i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #000;
  background: #fff;
  text-align: center;
  float: left;
}

.foot-add p {
  padding-left: 50px;
  color: #fff;
  letter-spacing: 0.25px;
  font-weight: normal;
  line-height: 22px;
}

.foot-add {
  padding-bottom: 15px;
}

.footer-bottom h5 {
  font-size: 16px;
  text-align: center;
  padding-top: 30px;
  color: #fff;
  font-family: "Hind", sans-serif;
  letter-spacing: 1px;
}

.footer-bottom h5 a {
  color: #ec6543;
}

/*inner-banner*/
.inner-banner {
  background: url(../slider/hm-banner.png) no-repeat;
  /**background: url(../slider/inner-banner.jpg) no-repeat;**/
  background-size: cover;
  padding: 246px 0 50px;
}

.abt-our {
  padding: 20px 0 0px;
}

.inr-banr h2 {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
}

.inr-banr p {
  color: #fff;
  text-transform: uppercase;
}
.inr-banr a {
  color: #ec6543 !important;
}
.abt-our-detail {
  padding-top: 30px;
}

.abt-our-detail h2 {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  padding-bottom: 10px;
}

.abt-our-detail h2 span {
  color: #ec6543;
}

.abt-our-detail p {
  padding-bottom: 5px;
}

.abt-our-img img {
  margin-top: 20px;
}

.abt-quality-dtl h4 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  padding-bottom: 10px;
}

.abt-our-detail ul {
  margin-top: 10px;
}

.abt-our-detail ul li {
  list-style: disc;
  list-style-position: inside;
  padding: 3px 0;
}

.abt-our-detail ul li i {
  color: #ec6543;
  font-size: 12px;
}

.abt-why {
  padding-bottom: 40px;
}

/*inner-banner-end*/

/*contact*/
.inner-banner-cont {
  background: url(../slider/hm-banner.png) no-repeat;
  /**background: url(../slider/cont-banner.jpg) no-repeat;**/
  background-size: cover;
  padding: 246px 0 50px;
}

.cont {
  padding: 80px 0;
}

/*  */

.cont-input form input,
textarea {
  width: 100%;
  margin-bottom: 10px;
}

.cont-input form input {
  height: 40px;
  padding: 5px;
}

.cont-input form textarea {
  height: 80px;
  padding: 10px;
}

.cont-input form input::placeholder {
  padding: 10px;
}

.cont-input form textarea::placeholder {
  padding: 10px;
}

.form_btn {
  width: 18% !important;
  background: #ec6543;
  border: 0;
  color: #fff;
}

.cont-detail {
  border: 2px solid #ebedf4;
  margin-left: -30px;
  padding-top: 62px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 62px;
}

.cont-detail h4 {
  color: #ec6543;
  padding-bottom: 5px;
  text-align: center;
}

.single-contact-info h4 {
  color: #212121;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 2px;
  text-align: center;
}

.single-contact-info p {
  color: #757575;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.single-contact-info {
  margin-top: 30px;
}

/* ***** */
.contact_icon_right {
  position: fixed;
  right: 3px;
  top: 32%;
  z-index: 99;
}

.contact_icon_right:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  width: 2px;
  height: 70%;
  background: #565b7a;
  margin: 0 auto;
  display: block;
  top: 20px;
}

.contact_icon_right .call_right_icon {
  position: relative;
  width: 42px;
  height: 42px;
  border-radius: 3px;
  background: #166aa8 url(../images/phone-call.png) no-repeat center center;
  z-index: 2;
  margin: 10px 0;
  cursor: pointer;
}

.contact_icon_right .call_lft {
  position: absolute;
  content: "";
  opacity: 0;
  background: #fff;
  width: 0px;
  height: 42px;
  right: 40px;
  top: 0%;
  font-size: 14px;
  color: #166aa8;
  line-height: 15px;
  z-index: 0;
  padding: 13px 15px;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border: 1px solid #166aa8;
  transition: 0.3s ease-in-out;
}

.contact_icon_right .call_lft span {
  opacity: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.contact_icon_right .call_right_icon:hover .call_lft {
  opacity: 1;
  width: 140px;
  transition: 0.3s ease-in-out;
}

.contact_icon_right .call_right_icon:hover .call_lft span {
  opacity: 1;
}

.contact_icon_right .app_right_icon {
  position: relative;
  width: 42px;
  height: 42px;
  border-radius: 3px;
  background: #1bd741 url(../images/whatsapp.png) no-repeat center center;
  z-index: 2;
  margin-bottom: 10px;
  cursor: pointer;
}

.contact_icon_right .call_app {
  border-color: #1bd741;
  position: absolute;
  content: "";
  opacity: 0;
  background: #fff;
  width: 0px;
  height: 42px;
  right: 40px;
  font-size: 14px;
  color: #1bd741;
  line-height: 15px;
  z-index: 0;
  padding: 13px 15px;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border: 1px solid;
  transition: 0.3s ease-in-out;
}

.contact_icon_right .call_app span {
  opacity: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.contact_icon_right .app_right_icon:hover .call_app {
  opacity: 1;
  width: 120px;
  transition: 0.3s ease-in-out;
}

.contact_icon_right .app_right_icon:hover .call_app span {
  opacity: 1;
}

/* ***** */
/*contact-end*/

.gal-container {
  padding: 12px;
}

.gal-item {
  overflow: hidden;
  padding: 3px;
}

.gal-item .box {
  height: 300px;
  overflow: hidden;
}

.box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.gal-item a:focus {
  outline: none;
}

.gal-item a:after {
  content: "\e003";
  font-family: "Glyphicons Halflings";
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  right: 3px;
  left: 3px;
  top: 3px;
  bottom: 3px;
  text-align: center;
  line-height: 300px;
  font-size: 30px;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.gal-item a:hover:after {
  opacity: 1;
}

.modal-open .gal-container .modal {
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-open .gal-item .modal-body {
  padding: 0px;
}

.modal-open .gal-item button.close {
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #000;
  opacity: 1;
  color: #fff;
  z-index: 999;
  right: -12px;
  top: -12px;
  border-radius: 50%;
  font-size: 15px;
  border: 2px solid #fff;
  line-height: 25px;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
}

.modal-open .gal-item button.close:focus {
  outline: none;
}

.modal-open .gal-item button.close span {
  position: relative;
  top: -3px;
  font-weight: lighter;
  text-shadow: none;
}

.gal-container .modal-dialogue {
  width: 80%;
}

.gal-container .description {
  position: relative;
  height: 40px;
  top: -40px;
  padding: 10px 25px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: left;
}

.gal-container .description h4 {
  margin: 0px;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}

.gal-container .modal.fade .modal-dialog {
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1);
  top: 100px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
  opacity: 1;
}

@media (min-width: 768px) {
  .gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto;
  }
}

@media (max-width: 768px) {
  .gal-container .modal-content {
    height: 250px;
  }
}

/*inner-product*/
.prod-inner {
  margin: 40px 0;
}

.inr-banr p a {
  color: #fff;
}

.prod-inner-detail {
  margin-top: 15px;
}

.prod-inner-detail h1 {
  margin-bottom: 5px;
  font-weight: bold;
  color: #ec6543;
}

.prod-inner-detail h4 {
  color: #000;
  margin-bottom: 20px;
}

.fix-prod {
  position: sticky;
  top: 10px;
  z-index: 9;
}

.detail a {
  font-size: 20px;
  letter-spacing: 0.5px;
  color: #000;
  text-align: center;
  display: block;
}

.detail-1 a {
  font-size: 18px;
  letter-spacing: 0.5px;
  color: #000 !important;
  text-align: center;
  display: block;
  padding: 22px 0px;
}

/*inner-product-end*/

.menu-main {
  float: left;
}

.logo {
  position: relative;
  z-index: 123;
  color: #6ddb07;
  float: left;
  width: 20%;
}

nav {
  position: relative;
  width: 1170px;
  margin: 0 auto;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#cssmenu #head-mobile {
  display: none;
}

#cssmenu {
  font-family: sans-serif;
  z-index: 99;
  top: 53px;
  position: absolute;
  left: 0;
  right: 0;
}

#cssmenu > ul > li {
  float: left;
}

#cssmenu > ul > li > a {
  padding: 15px;
  font-size: 15px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #ddd;
  font-weight: 700;
}

#cssmenu > ul > li:hover > a,
#cssmenu ul li.active a {
  color: #fff;
}

#cssmenu > ul > li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
  background: #ec6543 !important;
  -webkit-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}

#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ddd;
  content: "";
}

#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ddd;
  content: "";
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}

#cssmenu ul ul li {
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  background: #fff;
  transition: all 0.25s ease;
}

#cssmenu ul ul li:hover {
}

#cssmenu li:hover > ul {
  left: auto;
}

/*#cssmenu li:hover > ul > li{height:35px}*/
#cssmenu ul ul ul {
  margin-left: -100%;
  top: 0;
}

#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 17px;
  line-height: 20px;
  width: 250px;
  font-size: 15px;
  text-decoration: none;
  color: #000;
  font-weight: 400;
}

#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ec6543;
}

#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #333;
  content: "";
}

#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #333;
  content: "";
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}

#cssmenu ul ul ul li.active a {
  border-left: 1px solid #333;
}

#cssmenu > ul > li.has-sub > ul > li.active > a,
#cssmenu > ul ul > li.has-sub > ul > li.active > a {
  border-top: 1px solid #333;
}

@media screen and (max-width: 768px) {
  .logo {
    position: relative;
    width: 100%;
    text-align: center;
    float: none;
  }

  .logo2 {
    display: none;
  }

  nav {
    width: 100%;
  }

  #cssmenu {
    width: 100%;
    top: 0px;
    background: #061538;
    position: relative;
  }

  #cssmenu ul {
    width: 100%;
    display: none;
  }

  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid #444;
  }

  #cssmenu ul li:hover {
    background: #363636;
  }

  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }

  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }

  #cssmenu > ul > li {
    float: none;
  }

  #cssmenu ul ul li a {
    padding-left: 25px;
  }

  #cssmenu ul ul li {
    background: #333 !important;
  }

  #cssmenu ul ul li:hover {
    background: #363636 !important;
  }

  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }

  #cssmenu ul ul li a {
    color: #ddd;
    background: none;
  }

  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #fff;
  }

  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }

  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }

  #cssmenu #head-mobile {
    display: block;
    color: #ddd;
    font-size: 12px;
    font-weight: 700;
  }

  .button {
    width: 55px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 12399994;
  }

  .button:after {
    position: absolute;
    top: 22px;
    right: 20px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: "";
  }

  .button:before {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top: 16px;
    right: 20px;
    display: block;
    height: 2px;
    width: 20px;
    background: #ddd;
    content: "";
  }

  .button.menu-opened:after {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 23px;
    border: 0;
    height: 2px;
    width: 19px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .button.menu-opened:before {
    top: 23px;
    background: #fff;
    width: 19px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #444;
    height: 46px;
    width: 46px;
    cursor: pointer;
  }

  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }

  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }

  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: "";
  }

  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }

  #cssmenu .submenu-button.submenu-opened:after {
    background: #fff;
  }

  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: "";
  }

  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }

  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }

  #cssmenu ul ul ul li.active a {
    border-left: none;
  }

  #cssmenu > ul > li.has-sub > ul > li.active > a,
  #cssmenu > ul ul > li.has-sub > ul > li.active > a {
    border-top: none;
  }
}

.brd-none > tbody > tr > td {
  border-top: 0px solid #ddd0 !important;
}

.notes li {
  list-style-type: disc;
  list-style-position: inside;
  padding: 5px 0;
}

.gal-head {
  padding: 20px 0;
}

.gal-head h2 {
  color: #333;
  border-left: 2px solid #ec6543;
  padding-left: 15px;
}

/*  */

/* LANDING PAGE-START */
/* *********** */

.product-img-for {
  margin-top: 60px;
}

.cont-form-2 {
  width: 70%;
  background: #ec6543;
  padding: 40px;
  margin-top: -120px;
  border-radius: 10px;
  margin-right: 35px;
  margin-left: 104px;
}

.form_btn-2 :hover {
  background: #ec6543 !important;
  color: #fff;
}

.cont-form-2 h2 {
  font-weight: bold;
  color: #fff;
  font-size: 21px;
  font-family: inherit;
  padding-bottom: 20px;
}

.cont-form-2 h4 {
  color: #000;
  font-weight: 900;
}

.cont-input-1 form input {
  width: 100%;
  margin-bottom: 10px;
}

.cont-input-1 form input {
  height: 40px;
  padding: 5px;
}

.cont-input-1 form textarea {
  height: 120px;
  padding: 10px;
}

.cont-input-1 form input::placeholder {
  padding: 10px;
}

.cont-input-1 form textarea::placeholder {
  padding: 10px;
}

/*  */
.cont-3 {
  position: relative;
  margin: -114px;
}

.cont-form-3 h2 {
  font-weight: bold;
  color: #212121;
  font-size: 21px;
  font-family: inherit;
  padding-bottom: 20px;
}

.cont-input-2 form input {
  width: 100%;
  margin-bottom: 10px;
}

.cont-input-2 form input {
  height: 40px;
  padding: 5px;
}

.cont-input-2 form textarea {
  height: 120px;
  padding: 10px;
}

.cont-input-2 form input::placeholder {
  padding: 10px;
}

.cont-input-1 form textarea::placeholder {
  padding: 10px;
}

/*  */
.product-par {
  padding: 112px 0px;
}

.detail-2 A {
  font-size: 25px;
  color: #000 !important;
}

.product-par p {
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 22px;
  text-align: justify;
}

.cont-1 {
  margin: 30px 0;
  background-color: #061538;
  padding: 30px 0;
}

.cont-form {
  background: #f5f6fa;
  padding: 56px;
}

.cont-form h4 {
  color: #ec6543;
  padding-bottom: 5px;
}

.cont-form h2 {
  font-weight: bold;
  color: #212121;
  font-size: 40px;
  font-family: inherit;
  padding-bottom: 20px;
}

.cont-form-1 {
  /* background-color: #cdd9e9; */
  padding: 19px;
  margin-top: 30px;
}

.cont-detail-1 {
  /* background-color: #cdd9e9; */
  padding: 57px;
  margin-left: -30px;
  margin-top: 30px;
}

.bg-color {
  background-color: #cdd9e9;
}

.form_btn-1 {
  border-radius: 10px;
  width: 50% !important;
  background: #ec6543;
  border: 0;
  color: #fff;
  margin: 15px 0px 0px 70px;
}

.product-images h2 {
  padding-bottom: 30px;
  text-align: center;
  font-weight: 900;
}
.box-1 {
  border: 3px solid #ddd;
}
.form-img img {
  margin-top: 40px;
}

.btm-watsap {
  position: fixed;
  bottom: 20px;
  left: 10px;
  z-index: 99;
}

/* *********** */

/* LANDING PAGE-END */

/* blog */
.blog-grid-main {
  background-color: #f5f5f5;
  padding: 80px 0 50px;
}
.blog-grid {
  background-color: #fff;
  margin-bottom: 30px;
}
.blog-grid-content {
  padding: 20px 20px;
}
.blog-grid-content h3 {
  font-weight: 600;
  font-family: "Hind", sans-serif;
  color: #071538;
  padding-bottom: 15px;
  font-size: 21px;
  line-height: 25px;
}
.blog-grid-content p {
  color: #3d3d3d;
  line-height: 22px;
  font-size: 15px;
  padding-bottom: 10px;
  letter-spacing: 0.25px;
}

.blog-grid-content a:hover {
  border: 3px solid #ec6543;
  background-color: #fff;
  color: #000;
  transition: 0.3s ease-in-out;
}
.blog-grid-content a {
  transition: 0.3s ease-in-out;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  background-color: #ec6543;
  padding: 8px 20px;
  margin: 10px 0;
  display: inline-block;
  border: 3px solid #ec6543;
}

.blog-inner-main {
  padding: 80px 0 80px;
}
.blog-inner-main {
  padding: 60px 0 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.blog-inn-head {
  margin-bottom: 30px;
}
.blog-inn-head h1 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  color: #eb6542;
}
.blog-inn-head h1 span {
  color: #111111;
  font-weight: 100;
}
.blog-in-img {
  text-align: center;
  margin-bottom: 30px;
}
.blog-in-img img {
  width: 100%;
  box-shadow: rgb(236 101 67 / 64%) 6px 6px 0px 0px;
}
.blog-inn-dtls p {
  font-size: 15px;
  line-height: 24px;
  text-align: justify;
  color: #666;
  margin-bottom: 10px;
}
.blog-inn-dtls {
  margin-bottom: 30px;
}
.blog-inn-dtls h3 {
  margin-bottom: 10px;
  color: #111111;
  margin-top: 0;
  font-size: 24px;
  font-weight: 600;
}
.blog-inn-dtls h4 {
  margin-bottom: 5px;
  color: #071538;
  margin-top: 0;
  font-size: 20px;
}
.blog-inn-dtls ul {
  list-style-type: none;
  margin-bottom: 20px;
}
.blog-inn-dtls ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 15px;
  background: rgb(255, 255, 255);
  width: 8px;
  height: 8px;
  border: 2px solid #ec6543;
  border-radius: 50%;
}
.blog-inn-dtls ul li {
  position: relative;
  padding-left: 35px;
  line-height: 27px;
  font-size: 15px;
  color: #666;
}
.blog-mult-imgs {
  margin-top: 10px;
}
.post-heading h4 {
  font-size: 22px;
  font-weight: 600;
  text-align: left;
  color: #061538;
  margin-bottom: 30px;
  position: relative;
}
.post-heading h4:after {
  content: "";
  width: 100px;
  height: 2px;
  background-color: #ec6543;
  position: absolute;
  left: 0;
  bottom: -7px;
}
.recent-post {
  position: sticky;
  top: -5px;
}
.blog-grd-box {
  background: #fff;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  overflow: hidden;
  margin-bottom: 30px;
  display: flex;
}
.blog-grd-box:last-child {
  margin-bottom: 0;
}
.blog-recent-pst li {
  margin-bottom: 15px;
}
.dtls-of-blg1 a:hover {
  color: #ec6543;
}
.img-blg1 img {
  width: 120px;
  align-content: center;
  margin: 5px;
}
.dtls-of-blg1 a {
  color: #111111;
  display: inline-block;
  margin-left: 15px;
  margin-right: 5px;
  font-size: 13px;
}
.dtls-of-blg1 {
  align-content: center;
}
.privacy-section {
  padding: 40px 0 40px;
}
.priv-head span {
  background: linear-gradient(to right, #ec6543, #f57c00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 25px;
  font-weight: 100;
  display: block;
  margin-bottom: 10px;
}
.priv-head h1 {
  color: #000;
  font-size: 35px;
  font-weight: 800;
  margin-bottom: 10px;
}
.priv-head-sec {
  padding: 40px 0 40px;
  background: #fafafa;
  border-bottom: 1px solid #dbdbdb;
}
.priv-head p {
  font-size: 15px;
  line-height: 24px;
  text-align: justify;
  color: #1f1f1f;
}
.policy-dtls h3 {
  margin-bottom: 15px;
  color: #111111;
  margin-top: 0;
  font-size: 23px;
  font-weight: 600;
}
.policy-dtls {
  padding: 40px 30px;
  background: #fafafa;
  border-radius: 10px;
  margin-bottom: 30px;
  border: 1px solid #dbdbdb;
}
.policy-dtls p {
  font-size: 15px;
  line-height: 24px;
  text-align: justify;
  color: #1f1f1f;
  margin-bottom: 10px;
}
.policy-dtls ul li {
  font-size: 15px;
  line-height: 24px;
  text-align: justify;
  color: #1f1f1f;
  margin-bottom: 10px;
}
.policy-dtls .bullet-list li {
  list-style-type: disc;
  margin-left: 20px;
}
.policy-dtls a {
  color: #ec6543;
  display: block;
  margin-bottom: 10px;
}
.policy-dtls h5 {
  color: #111111;
  font-size: 18px;
  margin-top: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.cont-icons {
  display: flex;
}
.cont-icons i {
  margin-right: 10px;
  line-height: 20px;
}
