body {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
}

body.home {
  padding-top: 0;
}

html {
  margin: 0 !important;
}

.bg-none {
  background: none !important;
}

.alignleft {
  float: left;
  margin-right: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

a {
  transition: 0.3s;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: 0 solid;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  transition: 0.3s;
}
input:focus,
button:focus,
textarea:focus,
a:focus {
  outline: none;
}
ul li {
  /*word-break: break-all !important;*/
}

p {
  line-height: 26px;
  font-size: 14px; /*word-break: break-all !important;*/
}
.nocontainer {
  overflow: hidden;
}
.no-padding {
  padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(54, 189, 161, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

b,
strong {
  font-weight: 700;
}

/*Header*/

header {
  padding: 6px 0;
  background: #000000;
}
.home header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}

header .menu_header {
  background: none;
  padding: 0;
  position: relative;
}
header .menu_header .navbar-brand {
  padding: 0;
}
header .menu_header .navbar {
  padding: 0;
}
header .menu_header ul.navbar-nav li a {
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  font-size: 13px;
  padding: 6px 0;
  text-transform: uppercase;
  margin-right: 3px;
  position: relative;
  letter-spacing: 0.4px;
  font-weight: 500;
}
header .menu_header ul.navbar-nav li.current_page_item a,
header .menu_header ul.navbar-nav li.current-menu-item a {
  color: #ffb300;
}

.t-call h4 {
  background: url(../images/call.png) no-repeat left;
  padding-left: 36px;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.t-call h4 span {
  display: block;
  font-size: 11px;
  color: #ffffff;
  font-weight: 500;
}
.t-call a {
  color: #ffffff;
}
header .social-top {
  margin: 0;
}
header .social-top li {
  display: inline-block;
  list-style-type: none;
  margin-left: 14px;
}
header .social-top li a {
  font-size: 24px;
  color: #262823;
}
.h-video video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.home_banner {
  position: relative;
  padding: 0;
}
.home_banner .carousel-item img {
  width: 100%;
  height: 550px;
  object-fit: cover;
}
.home_banner .banner_text {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.home_banner .banner_text h3 {
  color: #ffffff;
  margin: 19px 0 0 0;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1px;
  font-style: italic;
  background: rgba(0, 0, 0, 0.5);
  padding: 12px 36px;
  display: inline-block;
}
.home_banner .banner_text h1 {
  color: #231f20;
  text-transform: uppercase;
  margin: 0;
  font-size: 86px;
  font-weight: 900;
  letter-spacing: 1px;
  background: #ffb800;
  background: -webkit-linear-gradient(to top, #ffb800 26%, #fffb00 100%);
  background: -moz-linear-gradient(to top, #ffb800 26%, #fffb00 100%);
  background: linear-gradient(to top, #ffb800 26%, #fffb00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home_banner .banner_text .b-text {
  text-align: center;
}
.home_banner .banner_text .b-text p {
  font-size: 14px;
  color: #231f20;
}
.home_banner .b-icon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 46px;
  margin: auto;
  text-align: center;
  display: inline-block;
  width: 29px;
}
.home_banner .carousel-indicators li {
  background-color: transparent;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 4px;
  position: relative;
  text-indent: inherit;
  font-size: 14px;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
  font-weight: 600;
}
.home_banner .carousel-indicators li.active {
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: #000;
}
.home_banner .carousel-indicators {
  left: 9%;
  right: inherit;
  bottom: 12%;
  margin: 0;
}
.home_banner .carousel-control-next,
.home_banner .carousel-control-prev {
  display: none;
}

h3.h-title {
  display: inline-block;
  font-size: 42px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 800;
  padding: 10px 36px;
  border: 3px solid #ffb300;
  margin: 0 0 26px 0;
}

.home_video,
.home_portfolio,
.our-partner {
  padding: 66px 0;
  text-align: center;
}
.home_video .ab-video {
  margin-top: 30px;
  height: 310px;
}
.home_video .ab-video iframe {
  width: 100% !important;
  height: 100% !important;
}

.home_portfolio .h-title,
.our-partner .h-title {
  margin-bottom: 46px;
}
.home_portfolio .c-pad {
  padding: 0 6px;
  margin-top: 12px;
}
.home_portfolio .row {
  margin-left: -6px;
  margin-right: -6px;
}
.ab-portfolio {
  position: relative;
  background: #000;
  overflow: hidden;
}
.ab-portfolio img.f-img {
  height: 265px;
  width: 100%;
  object-fit: cover;
}
.ab-portfolio .h-port {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -50%;
  z-index: 9;
  transition: 0.3s;
}
.ab-portfolio:hover img.f-img {
  opacity: 0.5;
}
.ab-portfolio:hover .h-port {
  top: 50%;
  transform: translateY(-50%);
}
.ab-portfolio .h-port h5 {
  text-align: ce257nter;
  font-size: 17px;
  margin: 16px 0 0 0;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.6px;
}
.ab-portfolio .h-port h5 a {
  color: #fff;
}
.home_portfolio .c-btn {
  display: inline-block;
  padding: 16px 29px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  background-color: #ffb300;
  border: 3px solid #ffb300;
  margin-top: 56px;
}
.home_portfolio .c-btn:hover {
  background-color: transparent;
}
.home_portfolio .c-btn .fa {
  margin-left: 10px;
}

.ab-portfolio:hover .bd_hport {
  top: 0;
  transform: translateY(0);
}

.ab-portfolio .bd_hport h5 {
  margin: 0;
  background: #000;
  padding: 10px 5px;
}
.ab-portfolio {
  height: 100%;
}
.ab-portfolio video {
}

.our-partner {
  background-color: #f4f2e6;
}
.our-partner .brand-list {
  padding: 0 6px;
}
.our-partner .brand-list .b-img {
  background: #fff;
  padding: 10px;
  border: 1px solid #e6e6e6;
}
.our-partner .brand-list .b-img img {
  height: 56px;
  width: 100px;
  object-fit: contain;
  text-align: center;
  display: block;
  max-width: none;
  margin: auto;
}
.featured_products .container .row {
  margin-left: -12px;
  margin-right: -12px;
}
.featured_products .pro-con {
  padding: 0 12px 0 12px;
}
.featured_products .pro-con .pro-sec {
  padding: 19px 0;
  background: none;
}
.featured_products .prod-img {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);

  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
}

.featured_products .pro-con .pro-sec h3 {
  color: #231f20;
  letter-spacing: 0.3px;
  font-weight: 600;

  font-size: 15px;
  margin: 0;
  position: relative;
  padding: 0 0 0 30px;
}

.featured_products .pro-con .pro-sec h3 a {
  color: #231f20;
}

.featured_products .pro-con .pro-sec h3:after {
  content: "";
  width: 22px;
  height: 1px;
  background: #0cb14b;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.featured_products .pro-con .pro-sec p {
  font-size: 14px;
  color: #000;
  margin: 0;
  line-height: 18px;
  letter-spacing: 0.3px;
}

.featured_products .pro-con .pro-sec p span {
  font-size: 13px;
  display: block;
}

.featured_products .pro-row {
  margin-left: -15px;
  margin-right: -15px;
}

.featured_products .slick-prev,
.featured_products .slick-next {
  top: -49px;
}

.featured_products .slick-prev {
  right: 78px;
  left: inherit;
}

.featured_products .slick-next {
  right: 39px;
}

.featured_products .slick-next:before {
  content: "";
  background: url(../images/arrow-R.png) no-repeat left;
  width: 16px;
  height: 16px;
  position: absolute;
  background-size: contain;
  top: 8px;
  left: 8px;
}

.featured_products .slick-prev:before {
  content: "";
  background: url(../images/arrow-L.png) no-repeat left;
  width: 16px;
  height: 16px;
  position: absolute;
  background-size: contain;
  top: 8px;
  left: 8px;
}

.featured_products .slick-prev,
.featured_products .slick-next {
  width: 29px;
  height: 29px;
  background-color: #fff;
  border-radius: 4px;
}

.featured_products.related_product .pro-con .pro-sec {
  padding-bottom: 0;
}
.white_bg.thank_you img {
  width: 600px;
  margin: auto;
  display: block;
}

/*Footer*/

footer .middle_footer {
  background-color: #000000;
}

footer {
  background: #fff;

  color: #ccc;
  padding: 0;
}

.footer_text {
  color: #fff;
  font-size: 12px;
  margin-top: 19px;
  padding-right: 26px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.1px;
}

.middle_footer {
  padding: 56px 0;
  position: relative;
  overflow: hidden;
}

footer h2 {
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 19px 0;
  color: #fff;
  position: relative;
  text-transform: uppercase;
}

footer ul {
  padding: 0;
}

footer ul li {
  list-style: none;
  padding: 0 0 2px;
  color: #231f20;
  font-size: 13px;
  font-weight: 500;
}

footer ul li a {
  color: #231f20;
}

ul.footer_contact li {
  padding-left: 26px;
  position: relative;
  margin-bottom: 12px;
  color: #fff;
}

ul.footer_contact li .fa {
  position: absolute;
  left: 0;
  font-size: 16px;
  text-align: left;
  top: 0;
}
ul.footer_contact li a {
  color: #fff;
}
footer ul li a:hover {
  color: #ffb300;
}
footer .foot-link li {
  list-style: none;
  color: #231f20;
  font-size: 12px;
  font-weight: 400;
  padding: 0 0 0 16px;
  position: relative;
  margin-bottom: 6px;
}
footer .foot-link li:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #ffb300;
  font-size: 16px;
}
footer .foot-link li a {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  display: inline-block;
}

footer .social-link {
  text-align: right;

  margin: 0;
}

footer .social-link li {
  display: inline-block;
}

footer .social-link li a {
  color: #b8b8b8;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  margin-left: 9px;
  display: block;
  border: 1px solid #2a2a2a;
}

footer .social-link li:hover a {
  color: #ffb300;
  border-color: #ffb300;
}

.bottom_footer {
  background: #121212;
  padding: 19px 0;
  text-align: left;
}

.bottom_footer a {
  color: #ffb300;
}

.bottom_footer p {
  font-size: 12px;

  color: #bfbfbf;

  font-weight: 500;

  letter-spacing: 0.4px;

  margin: 0;
}

.bottom_footer p span {
  margin: 0 3px;
}

@media only screen and (min-width: 768px) {
  li.dropdown:hover .dropdown-menu {
    display: block;
  }
}

#back-to-top {
  position: fixed;

  bottom: 10px;

  right: 4px;

  z-index: 9999;

  width: 32px;

  height: 32px;

  text-align: center;

  line-height: 30px;

  background: #221eef;

  color: #fff;

  cursor: pointer;

  border: 0;

  border-radius: 2px;

  text-decoration: none;

  transition: opacity 0.2s ease-out;

  opacity: 0;
}

#back-to-top.show {
  opacity: 1;
}

.innerBanner {
  overflow: hidden;

  height: 326px;

  position: relative;

  background: #f8fbeb;
}

.innerBanner img {
  height: 326px;

  object-fit: cover;

  width: 100%;
}

.innerbody {
  padding: 56px 0;

  background: #fff;
}

.white_bg,
.contact-form {
}

.innerBanner .bannerText {
  position: absolute;
  bottom: 19%;
  left: 0;
  right: 0;
  letter-spacing: 0.6px;
  padding: 0 15px;

  margin: auto;
  text-align: center;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  z-index: 999;
}

.innerBanner .bannerText h1 {
  font-size: 29px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px;
}

.breadcrumb_area {
  padding: 15px 0;
  background: #ffb300;
}

.breadcrumb_area .breadcrumb_top {
  text-align: right;
}

.breadcrumbs li {
  list-style: none;
  font-size: 14px;
  display: inline-block;
  text-transform: none;
  padding: 0 3px;
  color: #000;
}

.breadcrumbs li a {
  color: #231f20;
  font-weight: 500;
}

.breadcrumbs li strong {
  font-weight: 600;
}

.breadcrumbs {
  text-align: left;
  padding: 0;
  margin: 0;
}

.breadcrumb_top h1 {
  margin: 0;
  font-size: 19px;
  font-weight: 700;
  color: #000;
}

.contact-form h3 {
  font-size: 29px;

  font-weight: 700;

  margin-bottom: 26px;
}

.contact-form .controls {
  padding: 0;

  color: #ccc;

  border: 0 solid #ccc;

  /*background: #fff;*/

  margin-right: 0;
}

.msg_error {
  font-size: 12px;

  letter-spacing: 0.6px;

  color: #f00;

  position: absolute;

  right: 0;
}

.contact-form .controls p {
  margin: 0;
}

.contact-form .controls label {
  width: 100%;

  position: relative;

  margin-bottom: 16px;

  color: #000;

  font-weight: 500;
}

.contact-form .controls label em {
  color: #f00;
}

.contact-form .controls .wpcf7-form-control.wpcf7-submit {
  width: 100%;

  padding: 15px;

  text-transform: uppercase;

  outline: 0;

  border: 2px solid #231f20;

  background: #231f20;

  color: #fff;

  font-size: 19px;

  font-weight: 600;

  margin-top: 16px;

  letter-spacing: 2px;

  cursor: pointer;

  border-radius: 9px;
  box-shadow: none !important;
  outline: 0;
}

.contact-form .controls .wpcf7-form-control.wpcf7-submit:hover {
  background: #383838;

  color: #fff;

  border-color: #383838;
}

div.wpcf7-response-output {
  text-align: center !important;

  color: #398f14 !important;
}

.contact-form .form-control {
  color: #231f20;
  border-radius: 6px;
  border: 1px solid #95a99d;
  height: auto;
  padding: 14px 16px;
  background-color: transparent;
  outline: 0;
  box-shadow: none;
}

.contact-form textarea.form-control {
  height: 96px;
}

.contact-form .contactMap {
  border: 1px solid #999;

  padding: 10px;

  height: 469px;

  margin-top: 36px;

  /*background: #fff;*/
}

.contactMap {
  height: 459px;
}

.contact-form .contactMap iframe {
  width: 100%;

  height: 100%;
}

.contact-form .contact_right a,
.contact-form .contact_right span {
  margin-bottom: 9px;

  font-size: 16px;

  color: #000;
}

.contact-form .contact_right .fa {
  width: 36px;

  color: #000;

  position: absolute;

  left: 0;

  top: 4px;
}

.contact-form .contact_right ul li {
  position: relative;

  padding-left: 26px;
}

.contact-form ul {
  margin: 0;

  padding: 0;
}

.contact-details ul li {
  display: block;
  font-size: 16px;
  color: #333;
  margin-bottom: 12px;
}

.inner_content_area p {
  font-size: 14px;
  font-weight: 500;
}

.inner_content_area h3 {
  font-size: 22px;
  font-weight: 600;

  margin-bottom: 6px;

  color: #000;
}

.inner_content_area p {
  line-height: normal;
  margin-bottom: 26px;
}

address {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 19px;
}

.newsletter_area {
  background: #fff;
  padding: 56px 0;
}

.newsletter_area h2 {
  font-size: 28px;
  text-transform: uppercase;
  text-align: left;
  font-weight: 800;
  margin: 0;
  color: #0a0d0f;
}
.newsletter_area h3 {
  font-size: 19px;
  color: #0a0d0f;
  margin: 6px 0 0 0;
}

.form_box {
  width: 100%;
  margin: auto;
  margin-top: 0;
  display: inline-block;
}

.newsletter_area .es_caption {
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  color: #000;

  line-height: 17px;
  margin: 0 0 40px;
  font-style: italic;
  padding: 0;
  font-weight: 400;
  text-align: center;
}

.newsletter_area .es_button {
  padding-top: 0;

  padding-bottom: 0;
}

.newsletter_area .es-field-wrap > label{
  padding-bottom: 0;
  padding-right: 0;
  float: left;
  width: 72%;
}


.newsletter_area input[type="email"] {
  width: 100%;

  border: 1px solid #b3b3b3;

  font-size: 14px;

  line-height: 48px;

  padding: 0px 26px;

  color: #8a8a8a;

  font-weight: 300;

  margin-bottom: 0px;

  outline: none;

  resize: none;

  background: #fff;

  float: left;

  font-family: "Montserrat", sans-serif;

  border-radius: 0;

  height: 59px;
}

.newsletter_area input[type="email"]::-webkit-input-placeholder {
  color: #8a8a8a;
}
.newsletter_area input[type="email"]:-ms-input-placeholder {
  color: #8a8a8a;
}
.newsletter_area input[type="email"]::placeholder {
  color: #8a8a8a;
}

.newsletter_area input[type="submit"] {
  background: #231f20;

  width: 28%;

  border: 0 solid #010101;

  font-size: 14px;

  line-height: 48px;

  padding: 0px;

  color: #fff;

  font-weight: 500;

  font-style: normal;

  margin-bottom: 0px;

  outline: none;

  resize: none;

  float: left;

  font-family: "Montserrat", sans-serif;

  border-radius: 0;

  height: 59px;

  text-align: center;

  text-transform: uppercase;

  cursor: pointer;
}

.newsletter_area input[type="submit"]:hover {
  background: #000;
}

.newsletter_area ::-webkit-input-placeholder {
  color: #000;
  font-weight: 400;
}

.newsletter_area :-moz-placeholder {
  color: #000;
  font-weight: 400;
  font-style: ;
}

.newsletter_area ::-moz-placeholder {
  color: #000;
  font-weight: 400;
  font-style: ;
}

.newsletter_area :-ms-input-placeholder {
  color: #000;
  font-weight: 400;
  font-style: ;
}

.newsletter_area .es_lablebox {
  padding-bottom: 3px;

  display: none;
}

.newsletter_area .es_form_success .es_msg {
  color: #008600;

  border: 1px solid #008600;

  margin: 20px 0;

  display: block;

  float: left;

  text-align: center;

  font-family: "Montserrat", sans-serif;
}

.woocommerce div.product .product_title {
  font-weight: 600;

  color: #36bda1;

  font-size: 22px;
}

.home_about {
  padding: 66px 0;
  position: relative;
  background: #f4f2e6;
}
.home_about .abText {
  padding-left: 6px;
}
.home_about .abText h2 {
  font-weight: 800;
  color: #000000;
  font-size: 36px;
  margin-top: 0;
  position: relative;
}
.home_about .abText h2:after {
  content: "";
  position: absolute;
  left: -79px;
  top: 50%;
  transform: translateY(-50%);
  width: 66px;
  height: 6px;
  background-color: #ffb300;
}
.home_about .abText p {
  font-size: 14px;
  line-height: 24px;
  color: #0a0d0f;
  font-weight: 500;
  margin-bottom: 19px;
}

.home_about h4 {
  color: #ffb300;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
  padding-right: 80px;
  display: inline-block;
}

.m30 {
  margin-top: 30px;
}

.home_about .abText ul {
  margin-left: 0px;
  padding-left: 15px;
}

.home_about .abText ul li {
  font-size: 13px;
  line-height: 19px;
  color: #231f20;
  font-weight: 400;
  margin-bottom: 9px;
}

.ab-shep {
}
.ab-shep img {
  width: 100%;
}

.home_about .btnmore,
.btnmore {
  color: #0a0d0f;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  background-color: transparent;
  border-radius: 0;
  padding: 11px 29px;
  border: 2px solid #ffb300;
  letter-spacing: 0.6px;
  margin-top: 6px;
  display: inline-block;
  margin-left: 15px;
}
.home_about .btnmore:hover,
.btnmore:hover {
  background-color: #ffb300;
}

.home_about.h-block .ab-shep {
  background: url(../images/d-2.png) no-repeat center;
  background-size: contain;
  height: 402px;
  padding-top: 79px;
}
.home_about.h-block .ab-shep img {
  object-fit: contain;
  height: 289px;
  margin: auto;
  text-align: center;
  display: block;
}
.home_about.h-block .abText {
  padding: 0;
}
.home_about.h-block .cpad {
  padding-left: 49px;
}

.home_about.block-bottom {
  background-color: #f4f2e6;
}
.home_about.block-bottom .ab-shep {
}

.contact-wrapper {
  padding: 66px 0;
}
.contact-wrapper h3 {
  color: #231f20;
  font-weight: 800;
  font-size: 36px;
  margin-top: 0;
}
.contact-wrapper ul {
  margin: 0;
  padding: 0;
}
.contact-wrapper ul li {
  list-style-type: none;
  position: relative;
  padding-left: 29px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #202020;
}
.contact-wrapper ul li a {
  color: #202020;
}
.contact-wrapper ul li .fa {
  position: absolute;
  left: 0;
  top: 4px;
  color: #202020;
  font-size: 16px;
}
.contact-wrapper ul li:last-child {
  margin-bottom: 0;
}
.contact-wrapper .store-list h5 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 4px 0;
}
.contact-wrapper .store-list p {
  margin: 0;
  line-height: normal;
  padding-right: 166px;
}
.contact-wrapper .store-list.b-box {
  margin-bottom: 19px;
  padding-bottom: 16px;
  position: relative;
}
.contact-wrapper .store-list.b-box:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 219px;
  height: 1px;
  background-color: #ccc;
}
.contact-box h3 {
  margin-bottom: 46px;
}
.contact-box .form-control {
  color: #231f20;
  border-radius: 6px;
  border: 1px solid #95a99d;
  height: auto;
  padding: 14px 16px;
  background-color: transparent;
  outline: 0;
  box-shadow: none;
}
.contact-box textarea.form-control {
  height: 146px;
}
.contact-box .form-control::-webkit-input-placeholder {
  color: #231f20;
}
.contact-box .form-control:-ms-input-placeholder {
  color: #231f20;
}
.contact-box .form-control::placeholder {
  color: #231f20;
}
.contact-box .sub-btn {
  cursor: pointer;
  background-color: transparent;
  border-radius: 0;
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
  outline: 0;
  border: 2px solid #ffb300;
  font-weight: 600;
  padding: 16px 29px;
  letter-spacing: 0.6px;
}
.contact-box .sub-btn:hover {
  background-color: #ffb300;
}

.innerbody.featured_products .pro-con {
  padding: 0;
  margin-bottom: 30px;
}

.innerbody.featured_products .pro-con .pro-sec {
  padding: 12px;
}

.innerbody.featured_products .container {
  padding: 0 15px;
  max-width: 1140px;
}

.innerbody.featured_products .pro-con .pro-sec p span {
  font-size: 11px;
}

.innerbody.featured_products .pro-con .pro-sec p {
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.3px;
}

.featured_products.related_product {
  padding: 66px 0;
}

.featured_products.related_product h2 {
  margin-bottom: 46px;
}

.product_details h6 span {
  color: #0423bb;
  display: inline-block;
}

.product_details .buy-btn {
  background: #231f20;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.4px;
  padding: 14px 22px;
  display: inline-block;
  margin-top: 10px;
  border-radius: 9px;
  font-weight: 500;
}

.product_details .buy-btn:hover {
  background: ;
  color: #fff;
}

.product_details h2 {
  color: #231f20;
  font-weight: 700;
  font-size: 30px;
}

.product_details p {
  font-size: 13px;
  color: #231f20;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0.2px;
}

.product_details ul {
  margin: 0 0 19px 0;
  padding: 0;
}

.product_details ul li {
  margin: 0;
  padding: 1px 0 1px 16px;
  color: #231f20;
  position: relative;
  font-size: 13px;
  letter-spacing: 0.2px;
  font-weight: 500;
  list-style-type: none;
}
.product_details ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #8dd5a9;
  border-radius: 19px;
}

.home_about.inner-about img {
  border-radius: 50%;
  height: 450px;
  background: #1776b9;
  object-fit: cover;
  width: 450px;
  margin: auto;
  text-align: center;
  display: block;
}

.home_about.inner-about:before {
  top: 50%;
  transform: translate(-0%, -50%);
}

.gallery-img {
  margin: 15px 0;
}

.gallery-img img {
  width: 100%;
  height: 290px;
  object-fit: cover;
}

.career_form {
  background: #b6e7c9;
  padding: 36px;
}

.home_about.inner-eco:before {
  display: none;
}

.error-404 {
  text-align: center;

  padding: 96px 0;
}

.error-404 h1 {
  font-size: 46px;

  font-weight: bold;

  color: #cb2340;

  text-align: center;
}

.error-404 h1 span {
  display: block;

  font-size: 99px;
}

.modal-dialog {
  max-width: 800px;
}

.modal-content {
  border-radius: 0;

  border: 0;
}

.modal-header {
  background-color: #ffb300;

  color: #fff;

  letter-spacing: 1px;

  border-radius: 0;
}

.modal-header h4 {
  font-size: 19px;
}

.modal-header .close {
  outline: 0;

  border: 0;

  text-shadow: none;

  opacity: 1;

  color: #fff;

  position: absolute;

  right: 19px;
}

.modal-body {
  padding: 19px 26px;
}

.modal-body div.wpcf7-mail-sent-ok {
  display: none !important;

  margin: 0 !important;
}

.wpcf7-form-control-wrap.item {
  display: none;
}

.modal-body label {
  width: 100%;

  position: relative;

  margin-bottom: 16px;

  color: #000;

  font-weight: 500;

  display: block;
}

.modal-body label em {
  color: #f00;
}

.modal-body .wpcf7-form-control.wpcf7-submit {
  width: 100%;

  padding: 15px;

  text-transform: uppercase;

  outline: 0;

  border: 0;

  border-radius: 9px;

  background: #231f20;

  color: #fff;

  font-size: 19px;

  margin-top: 16px;

  cursor: pointer;
}

.modal-body .wpcf7-form-control.wpcf7-submit:hover {
  background: ;

  color: !important;
}

.modal-body .form-control {
  border-radius: 0;

  outline: 0;

  box-shadow: none;

  border: 1px solid #666;

  margin-top: 6px;
}

.modal-body textarea.form-control {
  height: 100px;
}

.prod-img,
.product_details .service_img {
  background: #fff;
  text-align: center;
  padding: 26px;
}
.prod-img img,
.product_details .service_img img {
  height: 320px;
  object-fit: contain;
  margin: auto;
}
.product_details .service_img img.img-thumbnail {
  border: 0;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
}

.newsletter_area .es_msg {
  font-size: 12px !important;
  color: #fff !important;
  line-height: normal;
  margin-top: 0;
  display: inline-block;
  letter-spacing: 0.4px;
}

header .menu_header ul.navbar-nav .dropdown-menu {
  padding: 0;
  background: #4a3e49;
  border-radius: 0;
  margin-top: 0;
}
header .menu_header ul.navbar-nav .dropdown-menu a {
  padding: 8px 9px;
  color: #fff;
  font-size: 13px;
}
header .menu_header ul.navbar-nav li.active .dropdown-menu a {
  color: #fff;
}
header .menu_header ul.navbar-nav .dropdown-menu a:hover,
header .menu_header ul.navbar-nav .dropdown-menu a.active {
  background-color: #cc9a4a;
}

.page-id-116 .abText h2,
.page-id-116 .abText h3 {
  font-size: 19px;
}
.page-id-118 .home_about.inner-about:before,
.page-id-116 .home_about.inner-about:before {
  display: none;
}
.page-id-116 .home_about.inner-about .abText p {
  margin-bottom: 10px;
}
.page-id-116 .abText h2 {
  color: #375d40;
  margin-bottom: 7px;
}
.page-id-116 .abText h3 {
  font-size: 18px;
  margin-bottom: 6px;
  margin-top: 16px;
  color: #495f7b;
}
.page-id-116 .abText h4 {
  font-size: 17px;
  margin-bottom: 9px;
  margin-top: 19px;
  color: #101c2b;
  text-decoration: underline;
}
.page-id-116 .abText p strong {
  color: #b3843f;
  font-weight: 500;
}

.project-tab nav {
  width: 39%;
  margin: auto;
}
.project-tab .tab-content {
  padding: 36px 0;
}
.project-tab #tabs {
  background: #007b5e;
  color: #eee;
}
.project-tab #tabs h6.section-title {
  color: #eee;
}
.project-tab #tabs .nav-tabs .nav-item.show .nav-link,
.project-tab .nav-tabs .nav-link.active {
  color: #ca4947;
  background-color: transparent;
  border-color: transparent transparent #f3f3f3;
  border-bottom: 1px solid !important;
  font-size: 16px;
  font-weight: 600;
}
.project-tab .nav-link {
  border: 0;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.project-tab .nav-link:hover {
  border: none;
}
.project-tab thead {
  background: #f3f3f3;
  color: #333;
}
.project-tab a {
  text-decoration: none;
  color: #333;
  font-weight: 600;
}

.product_details h6 {
  margin: 0 0 16px 0;
  font-size: 18px;
  font-weight: 600;
}
/*.product_details h6:nth-child(odd) {background:#ccc; background:#fff;  }*/
.product_details strong {
  /*font-weight:500; background:#ea8692; padding:2px 6px; margin:2px; color:#fff; display:inline-block; vertical-align: middle;     font-weight: 300;
    letter-spacing: 0.4px; line-height: normal;*/
}
.product_details h6 p {
  margin: 0;
  word-break: break-all !important;
}

.product_details table {
  width: 100% !important;
}
.product_details table tr {
  font-size: 13px;
}
.product_details table tr:nth-child(odd) {
  background: #fff;
}
.product_details table tr td {
  padding: 10px 6px;
  vertical-align: middle;
}
.product_details table tr td strong {
  color: #d24d59;
  font-weight: 500;
}

.testimonials_area {
  text-align: center;
  padding: 66px 0;
  background: url(../images/client-bg.jpg) no-repeat top center;
}
.testimonials_area h2 {
  font-size: 42px;
  text-align: left;
  font-weight: 800;
  margin-bottom: 46px;
  color: #000;
}
.testimonials_area .client-wrapper {
  position: relative;
  text-align: left;
}
.testimonials_area .client-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  margin: auto;
  top: -10px;
  background: url(../images/quote.png) no-repeat top center;
  width: 55px;
  height: 48px;
}
.testimonials_area .client-wrapper .t-content:after {
  content: "";
  position: absolute;
  right: 0;
  margin: auto;
  bottom: -20px;
  background: url(../images/quote1.png) no-repeat top center;
  width: 29px;
  height: 25px;
}
.testimonials_area .c-wraper {
  padding-top: 55px;
}
.testimonials_area .c-wraper img {
  width: 70px;
  height: 80px;
  object-fit: cover;
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
  filter: grayscale(100%);
}
.testimonials_area .t-content {
  color: #202020;
  position: relative;
  font-weight: 500;
  margin-bottom: 26px;
  font-size: 13px;
      min-height: 145px;
}
.testimonials_area .t-content p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
}
.testimonials_area .c-wraper h4 {
  font-size: 15px;
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 4px 0;
}
.testimonials_area .c-wraper h5 {
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0px;
}
.c-bottom {
  position: relative;
}
.c-bottom img {
  float: left;
  margin-right: 15px;
}
.c-star .fa {
  font-size: 13px;
  color: #000;
}
.testimonials_area .carousel-control {
  position: absolute;
  top: inherit;
  bottom: 0;
}
.testimonials_area .carousel-control.left {
  left: inherit;
  right: 53px;
}
.testimonials_area .carousel-control.right {
  left: inherit;
  right: 0px;
}

.related_product .productslide.related-pro .prod-img img {
  height: 180px;
}

.product_details .service_img {
  border: 1px solid #b6e7c9;
}

.cat-inner {
  padding: 56px 0;
}
.taxonomy_area img.f-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.bg1 {
  background: #fff;
}

/*-----*/
video.bannervideo {
  width: 100%;
  height: 326px;
  object-fit: cover;
}
.ptb {
  padding: 66px 0;
}

/* ===========12.04.2022========== */
.yellow-section .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.yellow-img-left {
  position: relative;
}
.yellow-img-left:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: rgba(252, 186, 27, 0.9);
  width: 100%;
  height: 100%;
}
.yellow-img-left img {
  width: 100%;
  height: 475px;
  object-fit: cover;
}
.img-right img {
  width: 100%;
  height: 475px;
  object-fit: cover;
}

.solutions-des {
  position: absolute;
  top: 50%;
  left: 7%;
  transform: translate(-0%, -50%);
  z-index: 5;
  padding: 0 40px 0 95px;
}
.solutions-des p:empty {
  display: none;
}
.solutions-des p {
  margin: 0;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}

/* .solutions-des:after {
  content: "";
  position: absolute;
  right: 55px;
  margin: auto;
  bottom: -30px;
  background: url(../images/quote1.png) no-repeat top center;
  width: 29px;
  height: 25px;
}
.solutions-des:before {
  content: "";
  position: absolute;
  left: 95px;
  margin: auto;
  top: -60px;
  background: url(../images/quote.png) no-repeat top center;
  width: 55px;
  height: 48px;
} */

.gpf-img {
  text-align: right;
}
/*=====22.04.2022=====*/
.social-media{ padding: 56px 0;}
.social-media-list img {
    width: 100px;
    background: #fbb91a87;
    padding: 20px;
    border-radius: 50px;
 /*    -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);*/
}
.social-media-list {
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2a2828 url(../images/pattern.png) no-repeat;
    height: 200px;
    background-size: cover;
}

.home_portfolio{display: none;}

.sch-btn {
  position:fixed;
  right:-96px;
  top:50%;
  z-index:99;
  transform: rotate(90deg);
}
.sch-btn .btnmore {
    color: #ffb300;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    background-color:#000000;
    border-radius: 0;
    padding:10px 14px;
    border:2px solid #ffb300;
    letter-spacing: 0.6px;
    margin:0;
    display: inline-block;   
}
.sch-btn .btnmore:hover { 
  background-color:#ffb300;
  color:#000000;
  border:2px solid #000;
}