body {
  padding: 0;
  margin: 0;
  /*   font-family: "Noto Sans", sans-serif; */
  font-family: "Noto Sans", sans-serif;
  color: #101010;
}
a {
  text-decoration: none;
}
button {
  border: 0;
  box-shadow: none;
}
section {
  padding: 70px 0;
}
header {
  z-index: 99;
  transition: all 300ms ease-in-out;
  /* position: absolute; */
  width: 100%;left: 0;
}
header .navbar{
  padding: 0;
}
header.sticky {
  position: fixed;
  background: #000;
  width: 100%;
  left: 0;
  top: 0;
  box-shadow: 2px 2px 15px rgba(0,0,0,0.1);
}
header .navbar-nav .nav-link:hover{
  color: #f79f0a !important;
}
header .navbar-nav .nav-link.active{
  color: #f79f0a !important;
  font-weight: 600;
}
header .navbar-nav .nav-link:focus{
  color: #f79f0a !important;
}
.header-wrap-section.fixed-top-header.sticky{
  position: fixed;
  z-index: 100;
  animation: slideDown 0.60s ease-out;
  transition: none;
  background-color: #fff;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
  width: 100%;
}
.header-wrap-section.fixed-top-header.sticky .navbar{
  padding: 0;
}
.header-wrap-section.fixed-top-header.sticky .navbar-brand{
  background-color: transparent;
}
.header-wrap-section.fixed-top-header.sticky .navbar-brand > img{
  width: 100px;
}
.header-wrap-section.fixed-top-header.sticky .navbar-nav .nav-link{
  color: rgb(16, 16, 16);
}

@keyframes slideDown {
  from {
      transform: translateY(-90%);
  }

  to {
      transform: translateY(0);
  }
}

.navbar-dark .navbar-nav .nav-link {
  color: rgb(16, 16, 16);
}
header.sticky .navbar-brand{
  position: unset;
}
.dropdown .dropdown-menu {
  display: block;
  transform: translateY(15px);
  -o-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  opacity: 0;
  pointer-events: none;
  min-width: 220px;
}
.dropdown:hover .dropdown-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  min-width: 220px;
}
.dropdown .dropdown-menu .dropdown-item {
  padding: 10px 15px;
  border-left: 5px solid transparent;
  font-size: 14px;
}
.dropdown .dropdown-menu .dropdown-item:hover {
  border-left-color: #F89D0C;
}
.dropdown .dropdown-menu .dropdown-item:active {
  background-color: #1d252d;
  color: #fff;
}
/* .navbar-brand{
  padding: 0;
  color: #fff;
  position: absolute;
  top: 0;
  z-index: 9;
  background: #fff;
  border-bottom-left-radius: 70px;
  border-bottom-right-radius: 70px;
} */
.navbar-brand > img { width: 120px; }
.navbar-toggler  { border: 0; display: grid; height: 24px; align-items: center; position: relative; padding: 0; }
.navbar-toggler:focus {box-shadow: none !important;}
.navbar-toggler .navbar-toggler-icon {
  background-image: none; 
  height: 2px;
  border-radius: 3px;
  display: inline-block;
  background: #000;
  position: relative;
}
.navbar-toggler::before, .navbar-toggler::after {
  position: absolute;
  content: ""; 
  right: 0;
  top: -10px;
  background: #000;
  transform: rotate(0deg);
  position: absolute;
  content: "";
  height: 2px;
  width: 20px; 
  border-radius: 3px;
  margin: auto;
  transform-origin: right top;
  transform-style: preserve-3D;
  transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}
.navbar-toggler::before {
  top: 0;
  bottom: unset;
  transform-origin: right top;
  transform-style: preserve-3D;
}
.navbar-toggler::after {
  top: unset;
  transform-origin: right bottom;
  transform-style: preserve-3D;
  bottom: 0;
}
.navbar-toggler[aria-expanded="true"]::before {
  transform: rotate(-45deg);
  top: 0;
  width: 32px;
}
.navbar-toggler[aria-expanded="true"]::after {
  transform: rotate(45deg);
  bottom: 0;
  width: 32px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-color: transparent;
}
.call-btn {
  background-color: #E71C2A;
  padding: 12px 20px;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
    font-family: "Noto Sans", sans-serif; font-weight: 600;
  display: inline-block;
}
.call-btn:hover {
  color: #fff;
}
.btn:focus, .btn:active {
  box-shadow: none;
}

/* Footer CSS Starts */

footer {
  /* background-color: #000; */
  position: relative;
  background-image: url(../images/footer-bg-img.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  background-attachment: fixed;
  z-index: 1;
}
footer::before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffd793;
  z-index: -1;
  opacity: .9;
}
.f-border{
  border: 1px solid #fac468;
}
.f-title {
  position: relative;
  color: #000;
}
.f-title button {
  display: none;
}
.f-title .accordion-button::after {
  /* filter: invert(1) brightness(9); */
  position: absolute;
  top: 0;
  right: 0;
}
.f-title .accordion-button:not(.collapsed)::after{
  filter: brightness(0);
}
.f-listing { list-style-type: none;}
.main-footer p { color: #000; font-size: 15px;}

.f-listing > li { margin-bottom: 10px;}
.f-listing > li:last-child {margin-bottom: 0;}
.sub-footer p {
  font-size: 14px;
  color: #000 !important;
}
.f-listing > li > a{
  color: #000;
  font-size: 15px;
}
.f-contact-details a{
  word-break: break-all;
  font-size: 15px !important;
  color: #000 !important;
  display: block;
}
.f-listing > li > a:hover {
  color: #f79f0a;
}
.f-listing .icon img{
  /* filter: brightness(0) invert(1); */
}
.social-media-links > li {
  display: inline-block;
  margin-left: 10px;
}
.f-contact span {
  font-size: 13px;
  color: #000;
}
.developedby-wrap a > img {
  width: 18px;
  filter: grayscale(1) brightness(1);
  transition: all 300ms ease-in-out;
  margin-left: auto; display: block;
}
/* Footer CSS Ends */
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
button.back-to-top {
  margin: 0 !important;
  padding: 0 !important;
  background-color: #1d252d;
  background-image: url(../images/scroll-to-top.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 50px;
  width: 50px;
  overflow: hidden;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  color: #fff;
  clear: both;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  cursor: pointer;
  display: block;
  border: none;
  right: 50px;
  bottom: 55px;
  font-size: 0px;
  pointer-events: none;
  outline: 0 !important;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.map > iframe {
  height: 450px;
  width: 100%;
  border: 0;
}
.contact-info-wrap ul {
  list-style-type: none;
}
.contact-info-wrap ul li {
  margin-bottom: 20px;
}
.home-carousel .carousel-item { 
  position: relative;
/* border-bottom-left-radius: 100% 600px;
  border-bottom-right-radius: 100% 600px;
  width: calc(100% + 100px) ;
  margin-left: -50px; */
  overflow: hidden;
}
.home-carousel .carousel-item>img {
  max-height: 91vh;
  object-fit: cover;
  min-height: 600px;
}
.home-carousel .carousel-item::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0.3;
}
.home-carousel .carousel-caption {
  bottom: 0;
  top: 0;
  height: max-content;
  margin: auto;
}
.home-carousel .carousel-caption h2 {
  font-size: 60px;
  font-weight: 600;
}
.custom-link {
  display: inline-block;
  padding: 10px 10px;
  border-radius: 5px;
  color: #fff;
  background-color: #E71C2A;
}
.custom-link:hover, .custom-link-bordered:hover {
  background-color: #E71C2A;
  color: #fff;
}
.custom-link-bordered {
  display: inline-block;
  padding: 10px 10px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #E71C2A;
  color: #E71C2A;
}
/* .primary-half-bg::before {
  position: absolute;
  content: "";
  height: 92%;
  width: 30%;
  right: 0;
  top: 0;
  background-color: #F89D0C;
  z-index: -1;
  bottom: 0;
  margin: auto;
} */
.tm-logo-bg::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 25%;
  left: 5%;
  top: 0;
  background-image: url(../images/solbritt-logo-bg.png);
  z-index: -1;
  background-size: contain;
  opacity: 0.8;
  background-repeat: no-repeat;
  display: none;
}
.count-value-wrap {
  font-size: 48px;
  font-family: "Noto Sans", sans-serif; font-weight: 300;
}
.text-red {
  color: #E71C2A;
}
.custom-btn {
  background-color: #E71C2A;
  padding: 12px 40px;
  border-radius: 5px;
  display: inline-block;
  font-family: "Noto Sans", sans-serif; font-weight: 500;
  color: #fff;
}
.custom-btn:hover {
  color: #fff;
}
.section-heading > h2 {
  font-family: "Noto Sans", sans-serif; 
  font-weight: 500;
  font-size: 46px;
  color: #f79f0a;
}
.section-heading > h2 > span {
  color: #F89D0C;
}
.why-us-item h4 {
    font-family: "Noto Sans", sans-serif; font-weight: 500; 
}
.why-us-item p {
    font-family: "Noto Sans", sans-serif;
}
.inquiry-card {
  background-color: #E71C2A;
  border-radius: 10px;
}
.why-us-item .icon {
  display: inline-block;
  padding: 20px;
  border-radius: 50%;
  background-color: #fdebec;
}
.why-us-item .icon > img {
  width: 55px;
  height: 55px;
  object-fit: contain;
}
.wu-wrap:nth-child(even) .why-us-item .icon {
  display: inline-block;
  padding: 20px;
  border-radius: 50%;
  background-color: #fef6e9;
}
.btn-custom {
  background-color: #F89D0C;
  color: #fff;
  padding: 10px 45px;
  border-color: #F89D0C;
}
.custom-form .form-control {
  font-size: 15px;
  padding: 15px 15px;
}
.custom-form textarea.form-control {
  height: 100px;
  resize: none;
}
.custom-form .form-control:focus {
  box-shadow: none !important;
}
.custom-form .form-label {
  font-weight: 600;
  color: #000;
}
.btn-custom:hover,.btn-custom:focus  {
  background-color: #F89D0C;
  color: #fff;
  border-color: #F89D0C;
  box-shadow: none !important;
}
.blog-thumb > img {
  border: 10px;
}
.blog-post-date {
  padding-left: 25px;
  background-image: url(../images/Icon-awesome-calendar-alt.svg);
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 14px;
    font-family: "Noto Sans", sans-serif; font-weight: 500;
}
.blog-title {
  /* margin-bottom: 20px; */
}
.blog-item {
  border-radius: 10px;
}
/* DEMO Starts */
.hexagons-new {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.hexagon, .hexagon-new {
  width: 400px;
  height: 230px;
  background-color: red;
  transform: rotate(150deg);
  -moz-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  -o-transform: rotate(150deg);
  -webkit-transform: rotate(150deg);
  overflow: hidden;
  visibility: hidden;
  transition: none;
  display: inline-block;
}
.hexagon-inside, .hexagon-inside-new {
  width: 100%;
  height: 100%;
  background-color: green;
  transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
  overflow: hidden;
  visibility: hidden;
}
.hexagon-new:hover ~ .hexagon-new, .hexagons-new > li:hover ~ li, 
.hexagons-new > li:hover ~ li .hexagon-new, .hexagons-new > li:hover ~ li .hexagon-img-new, 
.hexagons-new > li:hover ~ li .hexagon-img-new::before {
  pointer-events: none;
  /* z-index: -1; */
}
.hexagon-img, .hexagon-img-new {
  height: 100%;
  width: 100%;
  transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
  visibility: visible;
  position: relative;
  transition: all 300ms ease-in-out;
  display: grid;
  align-items: center;
  overflow: hidden;
}
.hexagon-img::before, .hexagon-img-new::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #0ab8f3;
  left: 0;
  top: 0;
  opacity: 1;
  transition: all 300ms ease-in-out;
  pointer-events: none;
}
.hexagons li:nth-child(odd), .hexagons-new li:nth-child(odd) {
  /* margin-left: 120px; */
}
.hexagons li .hexagon:nth-child(2), .hexagons-new li .hexagon-new:nth-child(2) {
  margin-left: -164px;
}
.hexagons li:nth-child(1), .hexagons-new li:nth-child(1) {
  /* margin-bottom: -25px; */
}
.hexagons li:nth-child(3), .hexagons-new li:nth-child(3) {
  /* margin-top: -25px; margin-left: 43%; */
}
/* .hexagon:hover .hexagon-img::before, .hexagon-new:hover .hexagon-img-new::before {background-color: #2066a5;} */
.key-icon, .key-icon-new {
  width: 50px;
  margin-bottom: 20px;
}
.hexagon-inside h4,.hexagon-inside-new h4 {
    font-family: "Noto Sans", sans-serif; font-weight: 500;
  font-size: 18px;
  color: #fff;
  width: 52%;
  margin: 0 auto;
}
.hexagon-inside h3,
.hexagon-inside h2,
.hexagon-inside-new h3,
.hexagon-inside-new h2 {
    font-family: "Noto Sans", sans-serif; font-weight: 500;
  color: #fff;
  font-size: 20px;
  width: 50%;
  margin: 0 auto;  
}
.hexagon-inside h2,.hexagon-inside-new h2 {
  margin-bottom: 0;
  font-size: 80px;
}
.hexagon-content,.hexagon-content-new {
  transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
}
.align-center {align-items: center;}
.key-strength-block .bg-box {
  background-size: contain; 
  background-repeat: no-repeat; 
  background-position: center right;
  margin-top: 30px; 
  position: relative;
  z-index: 0;
}
.key-strength-block .bg-box::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 43%;
  background-color: rgb(240 240 240 / 1);
  left: 0;
  top: 0;
}
.hexagons li .hexagon:nth-child(2) .hexagon-img::before
/*.hexagons-new li .hexagon-new:nth-child(2) .hexagon-img-new::before */
{background-color: #eebe9f;}

.hexagon-new {width: 210px; height: 180px; float: left; }
.hexagon-new:nth-child(1) {
  margin-left: -120px;
}
.hexagon-new:nth-child(2) {
  margin-left: 0px!important;
}
ul.hexagons-new li:nth-child(odd) {
  /* margin-left: 18%; */
}
.hexagon-content-new {
  position: absolute;
  height: 120%;
  /* max-height: 100%; */
  width: 100%;
  padding: 10px 20px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.hexagon-content-new > div {
  width: 100%;
}
.hexagon-img-new::before {background-color: transparent; }
.hexagon-inside-new h4 { width: 80%; position: relative;padding-bottom: 12px;   font-family: "Noto Sans", sans-serif; font-weight: 600; margin-bottom: 20px; color: #fff; opacity: 0; }
/* .hexagon-inside-new h4::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 60px;
  background-color: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
} */
.hexagon-content-new a { color: #fff; font-size: 13px; text-decoration: underline; position: relative; opacity: 0; }
.hexagon-new:hover .hexagon-img-new::before {
  background-color: #0871b8;
}
.key-icon-new { filter: grayscale(1) brightness(0);  }
.hexagon-new:hover .hexagon-inside-new h4,
.hexagon-new:hover .hexagon-content-new > p {color: #fff;}
.hexagon-new:hover .key-icon-new { filter: grayscale(1) brightness(9); }
/* DEMO Ends */
.hexagons-new > li {
  list-style-type: none;
}
.hexagon-content-new::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(#F89D0C, #E71C2A) !important;
  opacity: 0;
}
.hexagon-new:hover .hexagon-content-new::before {
  opacity: 0.8;
}
.hexagon-new:hover .hexagon-inside-new h4, .hexagon-new:hover .hexagon-content-new a {
  opacity: 1;
}
.hexa-bg {
  background-image: url(../images/hexa-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.testimonial-item .t-loc {
  padding-right: 25px;
  font-size: 15px;
  color: #848484;
  font-style: italic;
  border-left: 1px solid #848484;
  padding-left: 5px;
  margin-left: 5px;
    font-family: "Noto Sans", sans-serif;
}
.testimonial-item .tp-name {
  font-size: 18px;
    font-family: "Noto Sans", sans-serif; font-weight: 600;
}
.testimonial-item p, .review-date {
  color: #848484;
  margin-bottom: 0;
}
.review-label > span {
  display: inline-block;
  padding-right: 20px;
  background-image: url(../images/thumb-up.png);
  background-size: 14px;
  margin-right: 10px;
  font-size: 14px;
  background-repeat: no-repeat;
  background-position: right center;
}
.review-label > span:last-child {margin-right: 0;}
.newsletter-form .form-control {
  background-color: #ffffff6e;
  border-color: #ffffff6e;
  color: #fff;
  font-size: 14px;
}
.newsletter-form .form-control:focus {
  box-shadow: none;
}
.newsletter-form .form-control::placeholder {
  color: #fff;
}
.newsletter-form .btn:focus, .newsletter-form .btn:active {
  box-shadow: none !important;
}
.footer-bottom-wrap {
  display: flex;
  flex-wrap: wrap;
}
.fb-item {
  padding-right: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 40px;
  border-right: 1px solid #707070;
  width: 25%;
}
.fb-item:first-child {padding-left: 0;}
.fb-item:last-child {padding-right: 0; border-right:0}
.fb-item:nth-child(2), .fb-item:nth-child(3) {
  /* width: 20%; */
}
.border-y {
  border-top: 1px solid #707070;
  border-bottom:1px solid #707070;
}
.play-now {
  position: relative;
  height: 50px;
  width: 50px;
  text-align: center;
  /* line-height: 92px; */
  background-color: transparent;
  /* color: #fff; */
  z-index: 1;
  font-size: 28px;
  /* padding-left: 5px; */
  display: grid;
  -webkit-transform-origin: center;
  transform-origin: center center;
  border-radius: 50%;
  margin: 0 auto;
  transition: all 300ms ease-in-out;
}
.play-now .ripple, .play-now .ripple:before, .play-now .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50px;
  width: 50px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform-origin: center;
  transform-origin: center center;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 #F89D0C;
  -ms-box-shadow: 0 0 0 0 #F89D0C;
  -o-box-shadow: 0 0 0 0 #F89D0C;
  box-shadow: 0 0 0 0 #F89D0C;
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}
.play-now:hover {
  transform: scale(1.1);
}
.play-now .ripple, .play-now .ripple:before, .play-now .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50px;
  width: 50px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform-origin: center;
  transform-origin: center center;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 #F89D0C;
  -ms-box-shadow: 0 0 0 0 #F89D0C;
  -o-box-shadow: 0 0 0 0 #F89D0C;
  box-shadow: 0 0 0 0 #F89D0C;
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}
.play-now .ripple:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
  content: "";
  position: absolute;
}
.play-now .ripple:before {
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
}
.play-now > img {
  display: inline-block;
  margin: 0 auto;
  width: 50px;
}
@-webkit-keyframes ripple{70%{-webkit-box-shadow:0 0 0 20px transparent;box-shadow:0 0 0 20px transparent}100%{-webkit-box-shadow:0 0 0 0 transparent;box-shadow:0 0 0 0 transparent}}@keyframes ripple{70%{-webkit-box-shadow:0 0 0 20px transparent;box-shadow:0 0 0 20px transparent}100%{-webkit-box-shadow:0 0 0 0 transparent;box-shadow:0 0 0 0 transparent}}
.carousel-inner {
  position: relative;
  overflow: hidden;
}
.carousel-inner .carousel-item {
  
}
/* .carousel-inner::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  width: 100%;
  height: 300px;
  background-color: rgb(255, 255, 255);
  left: 0%;
  bottom: 0;
  clip-path: ellipse(100% 15% at -15% 100%);
} */
.home-carousel .carousel-item::after {
  /* position: absolute;
  content: "";
  height: 240px;
  width: 100%;
  left: 0px;
  bottom: 0px;
  background-image: url(../images/banner-wave.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
  pointer-events: none; */
}
.review-star-wrap {
  position: relative;
  overflow: hidden;
  width: max-content;
}
.review-star-wrap > span:first-child {
  font-size: 18px;
  unicode-bidi: bidi-override;
  color: #ccc;
}
.yt-start {
  color: #F89D0C;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.testimonial-slide .owl-nav {
  position: absolute;
  top: -90px;
  right: 0;
}
.testimonial-slide .owl-prev > img, .testimonial-slide .owl-next > img {
  width: 18px;
}
.testimonial-slide .owl-prev, .testimonial-slide .owl-next {
  padding: 10px;
  display: inline-block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid #ccc !important;
  text-align: center;
  margin: 10px;
  opacity: 0.7;
  background-color: #fff;
}
.testimonial-slide .owl-prev:hover, .testimonial-slide .owl-next:hover {
  opacity: 1;
}
.product-item {
  background-color: #fff;
  overflow: hidden;
}
.product-thumb > img {
  aspect-ratio: 3 / 2;
  object-fit: contain;
  width: 100%;
}
.product-intro > .product-name {
  font-family: "Noto Sans", sans-serif; font-weight: 500;
  color: #000;
  margin: 20px 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  line-clamp: 1; 
  -webkit-box-orient: vertical;
}
.product-intro > .product-name a{
  color: #000;
}
.product-intro > ul {
  padding-left: 0px;
  list-style-type: none;
}
.product-intro > ul > li {
  position: relative;
  padding-left: 25px;
}
.product-intro > ul > li > a {
  color: #1d252d;
}
.product-intro > ul > li > a:hover { color: #F89D0C; }
.product-intro > ul > li::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 15px;
  background-color: #F89D0C;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.product-img-column {
  position: sticky;
  top: 10px;
}
.btn-custom-small {
  display: inline-block;
  padding: 5px 15px;
  background-color: #F89D0C;
  color: #fff;
  border-radius: 3px;
}
.nav-tabs.custom-nav-tabs > li > a {
  padding: 10px 0;
  display: inline-block;
  color: #101010;
  border-bottom: 4px solid transparent;
  margin-bottom: -1px;
}
.nav-tabs.custom-nav-tabs > li.active > a {
  border-bottom-color: #F89D0C;
}
.bg-tm-primary {
  background-color: #F89D0C;
}
.custom-tab-content .tab-pane ul {
  list-style-type: none;
  padding-left: 0;
}
.custom-tab-content .tab-pane ul li {
  margin-bottom: 10px;
}
.intl-tel-input,
.iti {
  width: 100%;
}
.inner-banner {
  position: relative;
  overflow: hidden;
}
.inner-banner img{
  width: 100%;
}
.inner-banner::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.6;
}
.mv-item-wrap {
  background-color: #fff;
  border-radius: 40px 0;
}
.logo-item > img {
  aspect-ratio: 3/2;
  object-fit: contain;
  width: 100%; 
}
.logo-item {
  border-radius: 10px;
  box-shadow: 0px 2px 7px 0px rgb(0 0 0 / 16%);
  margin: 20px 0;
  padding: 10px;
  background-color: #fff;
}
.breadcrumb-item+.breadcrumb-item::before {
  content: "|";
  color: #ccc;
}
.product-intro a.tm-link {
  text-align: left;
  position: relative;
  color: #9B9B9B;
  font-size: 14px;
  display: inline-block;
  padding-right: 40px;
}
.product-intro a.tm-link::after {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  background-color: #EFEFF1;
  border-radius: 4px;
  background-image: url(../images/material-arrow-forward.svg);
  background-repeat: no-repeat;
  background-position: center;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.product-intro a.tm-link:hover::after {
  background-color: #000;
}
.product-item .product-thumb > img {
  aspect-ratio: 3/2;
  width: 100%;
  object-fit: cover;
}
.product-no > span {
  font-size: 28px;
  font-weight: 800;
  background: #fff;
  padding-right: 5px;
  z-index: 1;
  position: relative;
  color: transparent;
  -webkit-text-stroke: 0.4px #e1e1e1;
  -webkit-text-fill-color: transparent;
}
.product-no { position: relative;}
.product-no::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #e1e1e1;
}
.product-item .short-desc p {
  font-size: 14px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.desc h5 {
  font-family: "Noto Sans", sans-serif;
  color: #000; 
}
.product-item {
  transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
}
.product-item:hover {
  box-shadow: 1px 0px 10px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 0px 10px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 1px 0px 10px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 0px 10px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 1px 0px 10px 2px rgba(0, 0, 0, 0.2);
}
.date {
  padding-left: 25px;
  background-image: url(../images/Icon-awesome-calendar-alt.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 14px;
}
a.blog-title {
  color: #000;
  font-weight: 700;
  font-size: 16px;
}
a.blog-title:hover {
  color: #F89D0C;
}
.blog-desc h4 {
  font-weight: 700;
  color: #000;
  margin-top: 40px;
  margin-bottom: 20px;
}
.contact-form-wrap .custom-form {
  border-left: 1px solid #ddd;
}
.contact-info > h5 {
  color: #F89D0C;
  font-size: 15px;
}
.contact-info p {
  color: #000;
}
.contact-info > a {
  font-weight: 600;
  color: #000;
}

.header-wrap-section .navbar-expand-lg .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 100%;
  transition: all .3s; 
}
.header-wrap-section .navbar-expand-lg .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  top: 5%;
  visibility: visible;
  left: 100%;
  opacity: 1;
}
.dropend .dropdown-toggle::after{
  content: '';
  position: absolute;
  top: 13px;
  right: 15px;
  border: none;
  background-image: url(../images/right-arrow-angle.png);
  background-size: cover;
  width: 18px;
  height: 18px;
}
.inner-aboutus-img-wrap{
    /* float: left;
    margin-bottom: 20px;
    margin-right: 35px;
    width: 45%;
    max-width: 50%;
    position: relative;
    z-index: 99 !important; */
}
.inner-aboutus-img-wrap img{
  height: 500px;
  object-fit: cover;
}
.timeline-wrap-section{

}

/* ------------------- Timeline Section CSS Start ------------------- */
.timeline {
  max-width: 1300px;
  margin: 0 auto;
}
.timeline > .timeline-item {
  display: flex;
  align-items: flex-start;
}
.timeline > .timeline-item > div {
  padding: 20px 40px;
}
.timeline > .timeline-item > div:last-child {
  text-align: left;
  padding-bottom: 10px !important;
}
.timeline > .timeline-item > div:first-child::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #f79f0a;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 4px rgb(247 159 10 / 16%);
  z-index: 9;
}
.timeline > .timeline-item div{
  float: right;
  position: relative;
}
.timeline > .timeline-item div::after {
  right: -17px;
}
.timeline > .timeline-item div:last-child {
  text-align: left;
  border-left: 2px solid #e0e0e0;
}
.timeline > .timeline-item .timeline-date > div {
  margin-right: 0px;
}
.timeline > .timeline-item .timeline-date > img {
  right: 11%;
  left: inherit;
}
.timeline > .timeline-item .timeline-content > h2 {
  text-align: left !important;
}
.timeline > .timeline-item .timeline-content > p > img {
  right: 0;
}
.timeline > .timeline-item .timeline-date {
  position: relative;
}
.timeline > .timeline-item .timeline-date > img {
  position: absolute;
  filter: grayscale(100%);
  opacity: 0.06;
  transform: scale(1.2);
  transform-origin: center;
  left: 11%;
}
.timeline > .timeline-item .timeline-date > div {
  /* background-image: linear-gradient(to right, #673ab7, #813bcb); */
  background-color: #f79f0a;
  box-shadow: 0 10px 15px rgb(247 159 10 / 28%);
  border-radius: 50px;
  color: #ffffff;
  text-align: center;
  max-width: max-content;
  margin: auto;
  padding: 10px 30px;
}
.timeline > .timeline-item .timeline-content .fa-icon {
  font-size: 80px;
}
.timeline > .timeline-item .timeline-content > h2 {
  color: #000;
  margin: 0px;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 7px;
}
.timeline > .timeline-item .timeline-content > h2 span {
  color: #DC22FF;
  font-weight: bold;
  font-size: 0.6em;
  letter-spacing: 2px;
  margin-left: 5px;
}
.timeline > .timeline-item .timeline-content > p {
  font-size: 0.9em;
  /* padding: 20px; */
  /* background: #fff; */
  border-radius: 10px;
  /* box-shadow: 0 10px 20px rgba(103, 58, 183, 0.08); */
  position: relative;
  line-height: 25px;
  margin-top: 15px;
}
.timeline > .timeline-item .timeline-content > p > img {
  width: 100px;
  opacity: 0.05;
  position: absolute;
  right: 0;
  bottom: 0;
  transform-origin: bottom right;
  transform: scale(1.8);
}
.timeline > .timeline-item .timeline-content > p > button {
  background: no-repeat;
  outline: none;
  color: #673AB7;
  border: none;
  padding: 7px 15px;
  position: absolute;
  bottom: 15px;
  border-radius: 30px;
  left: 15px;
  box-shadow: 0 0px 2px rgba(103, 58, 183, 0.1);
  cursor: pointer;
  letter-spacing: 1px;
  font-size: 0.9em;
  font-weight: normal;
  transition: all 0.5s ease;
}
.timeline > .timeline-item .timeline-content > p > button:hover {
  background: rgba(103, 58, 183, 0.7);
  box-shadow: 0 5px 10px rgba(103, 58, 183, 0.1);
  color: #ffffff;
}
@media (max-width: 767px) {
  .timeline > .timeline-item {
    flex-direction: column;
    border-left: 2px solid #e0e0e0;
  }
  .timeline > .timeline-item .timeline-date > img {
    display: none;
  }
  .timeline > .timeline-item > div {
    border-width: 0px !important;
    text-align: left !important;
    order: unset !important;
  }
  .timeline > .timeline-item > div::after {
    left: 0% !important;
  }
  .timeline > .timeline-item:nth-child(odd) > .timeline-content > h2 {
    text-align: left !important;
  }
  .timeline > .timeline-item:nth-child(even) > .timeline-content > h2 {
    text-align: left !important;
  }
  .timeline > .timeline-item:nth-child(even) > .timeline-content > p > img {
    right: 0;
    left: inherit;
    transform-origin: bottom right;
  }
  .timeline > .timeline-item:nth-child(even) > .timeline-content > p > button {
    left: 15px;
    right: inherit;
  }
}
/* ------------------- Timeline Section CSS End ------------------- */

/* ------------------- Our Values Section CSS End ------------------- */
.our-values-section .our-values-wrap-box{
  border-left: 1px solid #F89D0C;
  padding-left: 15px;
  height: 100%;
}
.our-values-section .our-values-icon-wrap{
  background: #f89d0c0f;
  width: fit-content;
  padding: 15px;
  border-radius: 50%;
}
.our-values-section .our-values-icon-wrap img{
  width: 41px;
}
/* .our-values-section .our-values-icon-wrap{
  position: relative;
  z-index: 1;
}
.our-values-section .our-values-icon-wrap::before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  background-color: #F89D0C;
  border-radius: 50%;
  z-index: -1;
} */
.our-values-section .our-values-title{
  margin: 15px 0;
}
.our-values-section .our-values-title h2{
  font-size: 20px;
  font-weight: 600;
}

/* ------------------- Our Values Section CSS End ------------------- */

/* ------------------- Our Commitment To Quality Section CSS Start ------------------- */
.our-commitment-to-quality-section .our-commitment-to-quality-text-wrap h2{
  margin-bottom: 15px;
}
.our-commitment-to-quality-box:nth-child(odd) .left-col{
  order: 2;
}
.our-commitment-to-quality-box:nth-child(odd) .right-col{
  order: 1;
}
.our-commitment-to-quality-box:nth-child(odd) .right-col .our-commitment-to-quality-text-wrap{
  margin-right: 40px;
}
.our-commitment-to-quality-box:nth-child(even) .left-col{
  order: 1;
}
.our-commitment-to-quality-box:nth-child(even) .right-col{
  order: 2;
}
.our-commitment-to-quality-box:nth-child(even) .right-col .our-commitment-to-quality-text-wrap{
  margin-left: 40px;
}
/* ------------------- Our Commitment To Quality Section CSS End ------------------- */

/* ------------------- Career Section CSS Start ------------------- */
.current-opening-wrap-box{
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 8px;
  box-shadow: 0px 5px 83px 0px rgba(13, 14, 67, .12);
}
.time-and-location{
  margin-bottom: 25px;
}
.time-and-location .time{
  background: #f79f0a;
  padding: 7px 15px;
  border-radius: 5px;
  color: #fff;
}
.time-and-location .location{
  color: #000;
}
.career-section .current-opening-title{
  margin: 20px 0;
}

.career-img-wrap img{
  mix-blend-mode: multiply;
  margin-bottom: 40px;
}
.career-section .current-opening-title h2{
  font-size: 20px;
  color: #f79f0a;
  font-weight: 700;
}
.career-section .current-opening-text-wrap p{
  overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 4; /* number of lines to show */
           line-clamp: 4; 
   -webkit-box-orient: vertical;
}
.read-more-btn a{
  color: #f79f0a;
  border-bottom: 1px solid #f79f0a;
  width: fit-content;
}
.career-detail-section ul li{
  margin-bottom: 10px;
  font-weight: 600;
}
.career-detail-section ul li:last-child{
  margin-bottom: 0;
}
.req-field-wrap-box{
  background-color: #f79f0a;
  padding: 20px;
  border-radius: 12px;
  margin-top: 25px;
}
.req-field-text-wrap{
  text-align: center;
}
.req-field-wrap-box h2{
  color: #fff;
  font-weight: 600;
  font-size: 30px;
}
.req-field-wrap-box p{
  color: #fff;
  margin-bottom: 0;
  font-weight: 500;
}
.req-field-col{
  border-right: 1px solid #ffe5ba;
}
.req-field-col:last-child{
  border-right: 0;
}
.job-apply-form-wrapper{
  padding: 45px 45px;
}
.job-apply-form-wrapper label span{
  color: red;
  margin-left: 2px;
}
.job-apply-form-wrapper .form-control{
  padding: .7rem .75rem;
}
.job-apply-form-wrapper .form-control:focus{
  box-shadow: none;
  border: 1px solid #f79f0a;
}
.why-choose-us-wrap-box{
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
/* ------------------- Career Section CSS End ------------------- */

/* ------------------- Certificate Section CSS Start ------------------- */
.certificates-section .sub-title{
  font-size: 20px;
  color: #f79f0a;
}
.certificates-section{
  position: relative;
}
/* .certificates-section::before{
  position: absolute;
  content: '';
  top: 45px;
  right: 0px;
  background-image: url(../images/chemical-icon-shape.png);
  background-size: auto;
  background-repeat: no-repeat;
  height: 100%;
  width: 250px;
} */
.certificates-text-wrapper,
.certificates-img-wrapper{
  padding: 70px 0;
}
.certificates-section .certificates-img-wrap-box h2{
  color: #f79f0a;
  font-size: 25px;
  border: 2px solid #f79f0a;
  text-align: center;
  border-radius: 8px;
  padding: 15px;
}
.certificates-img-wrap-box{
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  padding: 35px 20px;
  border-radius: 12px;
  background: #fff;
}
.certificates-img-wrap-box img{
  height: 400px;
  object-fit: contain;
}
/* ------------------- Certificate Section CSS End ------------------- */
.gallery-img-wrap{
  overflow: hidden;
  border-radius: 6px;
}
.gallery-img-wrap img{
  border-radius: 6px;
  transition: 0.7s;
  height: 285px;
  object-fit: cover;
}
.gallery-img-wrap:hover img{
  transform: scale(1.1);
}
.inquire-now-btn-wrap{
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 9;
}
.inquire-now-btn-wrap a{
  writing-mode: tb-rl;
  background: #E71C2A;
  padding: 25px 10px;
  color: #fff;
  font-weight: 600;
}

.inquire-modal-popup .modal-content{
  background-color: transparent !important;
  border: none;
}
.inquire-modal-popup .modal-header{
  border-bottom: 0px;
  box-shadow: none;
}
.inquire-modal-popup .modal-header .btn-close{
  background: #e71c2a;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../images/close-icon.png);
  background-size: 23px;
  background-position: center;
  opacity: 1;
}
.inquire-modal-popup .modal-body{
  background-color: aliceblue;
  border-radius: 10px;
}
.our-office-add-wrap-section .our-office-title h2{
  margin: 15px 0;
  font-size: 25px;
  font-weight: 600;
}
.our-office-add-wrap-section .our-office-add-wrap-box{
  height: 100%;
  padding: 30px;
  text-align: center;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}
.our-client-section .owl-nav{
  display: none;
}
.our-client-section .owl-item{
  padding: 0 4px;
}
.global-presence-section .global-presence-img-wrap{
  position: relative;
  display: inline-block;
}
.global-presence-section .global-presence-img-wrap img{
  filter: drop-shadow(2px 1px 2px #6692be);
}
.global-presence-section .point {
  cursor: pointer;
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #ffd73b;
  border-radius: 50%;
  transition: all 0.3s ease;
  will-change: transform, box-shadow;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 rgba(125, 110, 0, 0.9);
  animation: pulse 3s infinite;
}
.global-presence-section .canada{
  top: 27%;
  left: 18%;
}
.global-presence-section .usa{
  top: 40%;
  left: 21.5%;
}
.global-presence-section .vadodara{
  top: 52.5%;
  left: 70.5%;
}
.global-presence-section .hyderabad{
  top: 55%;
  left: 71.4%;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(241, 199, 12, 0.6);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(0, 172, 193, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgb(244 129 49 / 0);
  }
}

/* .f-logo{
  filter: brightness(0) invert(1);
} */
.footer-wrap .f-logo{
  width: 190px;
}

.error-wrap-section .error-text-wrap h2{
  font-size: 60px;
  color: #f79f0a;
  font-weight: 600;
}
.error-wrap-section .error-text-wrap h3{
  font-size: 30px;
  color: #f79f0a;
  font-weight: 500;
  margin: 15px 0;
}
 
/* -------------------------- Thank you page CSS Start -------------------------- */
.thank-you-wrap-section .thankyou_wrap-box {
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
  padding: 40px 30px;
  border-left: 2px solid #f79f0a;
}
.thank-you-wrap-section .thankyou_wrap-box h2 {
  font-size: 50px;
  color: #f79f0a;
  padding-bottom: 10px;
}
.thank-you-wrap-section .contact_details a {
  font-size: 19px;
  color: #f79f0a;
}
.contact_details img{
  width: 25px;
}
/* -------------------------- Thank you page CSS End -------------------------- */

.home-about-block .section-heading h5{
  color: #f79f0a;
}

.header-right{
  margin-left: 25px;
}

/* ------------ Google Translate CSS Start ------------ */
.langauge-dd {
  position: absolute;
  width: max-content;
  top: 100%;
  right: 0;
  opacity: 0;
  /* pointer-events: none; */
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.09);
  border-radius: 5px;
  font-size: 14px;
  z-index: 1;
  pointer-events: none;
}

.language_wrap:hover .langauge-dd {
  opacity: 1;
  pointer-events: auto;
}
/* ------------ Google Translate CSS Start ------------ */


.f-social-links ul{
  display: flex;
  list-style: none;
  padding-left: 0;
}
.f-social-links ul li{
  width: 35px;
    height: 35px;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3px;
    border-radius: 50%;
    transition: all 300ms ease-in-out;
}
.f-social-links ul li:first-child{
  margin-left: 0;
}
.f-social-links ul li:hover{
  background-color: #f79f0a;
}
.f-social-links ul li a img{
  filter: brightness(0) invert(1);
  width: 20px;
}

.whatsaap-sticky-btn{
  position: fixed;
  bottom: 122px;
  right: 45px;
  z-index: 9;
}
.whatsaap-sticky-btn img{
  width: 55px;
}
.contact-info-wrap .contact-info a{
  position: relative;
  padding: 0 5px;
  display: inline-block;
} 
.contact-info-wrap .contact-info a::before{
  position: absolute;
  content: '|';
  top: -2px;
  right: -6px;
  color: #000;
  padding-right: 0;
}
.contact-info-wrap .contact-info a:last-child::before{
  content: '';
}

.home-about-block .thumbnail-image{
  position: relative;
}
.home-about-block .thumbnail-image::before{
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  background-color: #f79f0a;
  height: 100%;
  width: 50%;
  z-index: -1;
}
.home-about-block .thumbnail-image img{
  padding: 15px 15px 15px 0;
}
.f-contact-details a{
  position: relative;
  padding-right: 5px;
}
.f-contact-details a::before{
  position: absolute;
  content: ',';
  bottom: 0;
  right: 0;
  color: #000;
}
.f-contact-details a:last-child::before{
  position: absolute;
  content: '';
}