article,
aside,
canvas,
figure,
figcaption,
footer,
header,
nav,
section,
audio,
video,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
p {
  margin: 0;
  padding: 0;
  border: 0;
}
a,
button,
input[type='submit'] {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-decoration: none;
  font-style: normal;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  list-style: none;
}
a {
  color: #000;
}
a:hover {
  text-decoration: none;
}
a:focus {
  border: 0;
}
:root {
  --theme-color: #3c68a3;
  --avenir-font: 'Avenir LT Std';
  --barlow-font: 'Barlow';
}
body {
  min-height: 100%;
  margin: 0;
  font-family: var(--barlow-font);
  color: #222;
  font-size: 16px;
}
.header {
  padding: 4px 0 4px 0;
  font-family: var(--barlow-font);
  font-weight: 500;
}
.logo {
  aspect-ratio: 162/63;
}
.head_contacts{
  display: block;
}
@media only screen and (max-width:992px) {
  .head_contacts{
    display: none !important;
  }
}
.head_contacts a {
  display: inline-block;
  min-width: 110px;
  padding: 10px 45px;
  background-color: #3f75a4;
  color: #fff;
  border-radius: 30px;
  position: relative;
}
.head_contacts a i {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-20%, -50%);
  box-shadow: 0 0 0 2px #fff;
}
.head_contacts-mobile {
  display: none;
}
@media only screen and (max-width:510px) {
  .head_contacts-mobile{
    display: block;
    position: fixed;
    bottom: 100px;
    right: -13px;
    z-index: 9;
  }
}
@media only screen and (min-width:510px) and (max-width:992px) {
  .head_contacts-mobile{
    display: block;
    position: fixed;
    bottom: 60px;
    right: -2px;
    z-index: 9;
  }
}

.head_contacts-mobile a i {
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-20%, -50%);
  box-shadow: 0 0 0 2px #fff;
}
.p_call {
  margin-right: 20px;
}
.p_call i {
  background-color: #085f9c;
}

.navbar-nav .nav-item {
  margin-right: 16px;
}
.banner {
  padding: 50px 0 65px 0;
  background-image: url(../images/banner.webp);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}
.banner_left {
  padding-right: 25px;
}
.banner_left h1 {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 15px;
}
.banner_left ul li {
  background-color: #085b96;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
  font-family: var(--avenir-font);
  padding: 5px 30px;
  min-height: 56px;
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
}
.banner_left ul li::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -5px;
  width: 3px;
  background-color: #fff;
}
.guidline_specs {
  padding: 55px 0;
}
.guide_box {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: linear-gradient(#53ab69, #3b9e87);
  text-align: center;
  color: #fff;
  padding: 20px;
  outline: 1px solid #d6d6d6;
  outline-offset: 4px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.guide_box::after {
  display: block;
  content: '';
  width: 41px;
  height: 2px;
  background-color: #82c1b2;
  position: absolute;
  bottom: 21px;
  left: 50%;
  transform: translateX(-50%);
}
.guide_box:hover {
  background: linear-gradient(#3b9e87, #53ab69);
}
.guide_left {
  font-size: 28px;
  font-weight: 700;
  color: #0c1f38;
  padding: 65px 70px;
  text-align: center;
  padding-top: 0;
}
.guide_left h4 {
  font-size: 26px;
}
.guide_box h4 {
  font-size: 21px;
}
.guide_left,
.guide_right {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  height: 100%;
}
.guidline_specs h4 {
  font-weight: 600;
  font-family: var(--barlow-font);
}
.guide_left span {
  color: #1c8878;
}
.guide_right {
  background: linear-gradient(#51aa6b, #399d89);
  color: #fff;
  gap: 20px;
}
.guide_right h4::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.guide_border {
  border: 1px solid #67b850;
}
.product_left_bottom {
  background-color: #d9e0e5;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  gap: 7px;
}
.product_range {
  background-color: #479ecc;
  padding: 65px 0 45px 0;
  color: #fff;
}
.heading_product {
  padding-bottom: 60px;
}
.heading_product h2 {
  font-size: 38px;
  font-weight: 700;
  text-align: center;
}
.product_heading {
  font-size: 32px;
  font-weight: 600;
  padding: 30px 35px;
  background-color: #085f9c;
}
.product_body {
  padding: 15px 12px;
  background: #fff;
  display: flex;
}
.product_right {
  padding: 0 60px;
  font-family: var(--avenir-font);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex: 1;
}
.pr_text ul {
  padding-left: 10px;
}
.pr_text ul li {
  font-size: 16px;
  color: #222;
  position: relative;
  padding: 2px 0;
}
.pr_text ul li::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
  display: inline-block;
  top: 11px;
  left: -10px;
  position: absolute;
}
.prbutton {
  display: flex;
}
.prbutton a {
  flex: 1;
  text-align: center;
  padding: 15px 0;
  color: #fff;
  font-family: 'Roboto', sans-serif;
}
.prbutton a:first-child {
  background-color: #47a93a;
}
.prbutton a:last-child {
  background-color: #085f9c;
}
.prbutton a:first-child:hover {
  background-color: #31d31c;
}
.prbutton a:last-child:hover {
  background-color: #359be4;
}
.pr_bottom .prbutton:last-child {
  margin-top: 12px;
}
.product_range .owl-carousel .owl-nav button.owl-next,
.product_range .owl-carousel .owl-nav button.owl-prev,
.project_details .owl-carousel .owl-nav button.owl-next,
.project_details .owl-carousel .owl-nav button.owl-prev {
  font-size: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.product_range .owl-carousel .owl-nav button.owl-prev,
.project_details .owl-carousel .owl-nav button.owl-prev {
  left: -30px;
}
.product_range .owl-carousel .owl-nav button.owl-next,
.project_details .owl-carousel .owl-nav button.owl-next {
  right: -31px;
}
.product_range .owl-carousel .owl-nav button.owl-prev:hover,
.product_range .owl-carousel .owl-nav button.owl-next:hover {
  padding: 0 5px !important;
  background-color: #0c1f38;
}
.project_details .owl-carousel .owl-nav button.owl-prev:hover,
.project_details .owl-carousel .owl-nav button.owl-next:hover {
  padding: 0 5px !important;
  background-color: #000;
}
.project_details .owl-carousel .owl-nav {
  height: 14px;
}
.client_sec {
  padding: 70px 0 35px 0;
}
.heading {
  text-align: center;
  margin-bottom: 65px;
}
.heading h1 {
  font-size: 38px;
  font-weight: 700;
  color: #003e7d;
}
.heading h2 {
  font-size: 38px;
  font-weight: 700;
  color: #003e7d;
}
.heading span {
  color: #1c8878;
}
.client_sec {
  background-color: #eff6f7;
}
.client_sec .owl-carousel img {
  width: auto;
}
.client_img {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  min-height: 145px;
}
.client_img img {
  max-height: 140px;
}
.client_box .client_img:first-child {
  margin-bottom: 30px;
}
.client_sec .owl-carousel .owl-nav button.owl-next,
.client_sec .owl-carousel .owl-nav button.owl-prev {
  font-size: 40px;
  line-height: unset;
  background-color: #47a93a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 28px;
  overflow: clip;
  position: relative;
}
.client_sec .owl-theme .owl-nav {
  margin-top: 50px;
}
.client_sec .owl-carousel .owl-nav button.owl-next span,
.client_sec .owl-carousel .owl-nav button.owl-prev span {
  position: absolute;
  bottom: -11px;
  font-weight: 400;
}
.pr_text p {
  font-size: 16px;
  color: #222;
  position: relative;
  padding: 0 0 20px 0;
}
.feature_con {
  padding: 60px 0 30px 0;
}
.feature_con .heading {
  margin-bottom: 60px;
}
.feature_text {
  font-size: 16px;
  font-family: var(--avenir-font);
  padding-top: 30px;
}
.feature_round {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: linear-gradient(#53ab69, #3b9e87);
  text-align: center;
  color: #fff;
  padding: 20px;
  position: relative;
  outline: 1px solid #d6d6d6;
  outline-offset: 4px;
  margin: auto;
  margin-bottom: 50px;
}

.feature_round:hover {
  background: linear-gradient(#3b9e87, #53ab69);
}
.feature_round::after {
  display: block;
  content: '';
  width: 41px;
  height: 2px;
  background-color: #82c1b2;
  position: absolute;
  bottom: 21px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 575px) {
  .feature_round {
    width: 170px;
    height: 170px;
    padding: 12px;
    outline-offset: 4px;
    margin-bottom: 50px;
  }
  .feature_text {
    font-size: 12px;
    padding-top: 0;
  }
  .feature_text p {
    font-size: 12px !important;
    line-height: 14px !important;
    padding: 0 4px;
  }
  .feature_round .gear_img img {
    width: 40px;
  }
}
.award_con {
  padding: 80px 0 70px 0;
  border-top: 5px solid #000;
}
.award_con ul li {
  font-size: 16px;
  color: #fff;
  position: relative;
  padding-bottom: 15px;
  transition: 400ms ease-in-out;
}
.award_con ul li:hover {
  background-color: #000;
}
.award_con ul li::before {
  content: none;
}
.award_con .heading {
  margin-bottom: 60px;
}
.utkarsh_crash {
  background-color: #eff6f7;
  padding: 65px 0 115px 0;
}
.crash_text {
  padding-bottom: 42px;
}
.crash_text ul li {
  background-color: #003e7d;
  color: #fff;
  margin-bottom: 5px;
  padding: 7px 10px;
  position: relative;
  transition: 400ms ease-in-out;
}
.crash_text ul li::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #003e7d;
  display: inline-block;
  top: 17px;
  left: -10px;
  position: absolute;
}
.crash_text ul li:hover {
  background-color: #000;
}
.crash_text ul li:hover::before {
  background-color: #000;
}
.crash_box {
  background: linear-gradient(#51aa6b, #399d89);
  text-align: center;
  padding: 11px 8px;
  padding-bottom: 0;
  color: #fff;
}
.crash_box a img {
  width: 100%;
}
.crash_box h5 {
  padding: 12px 0;
  font-size: 25px;
  font-weight: 700;
}
.utkarsh_crash .heading {
  margin-bottom: 50px;
}
.project_details {
  padding: 60px 0 70px 0;
}
.project_details table {
  text-align: center;
  border: 1px solid #a9a8a8;
  font-family: var(--avenir-font);
}
.project_details table thead {
  background: linear-gradient(to left, #51aa6b, #399d89);
}
.project_details table th {
  width: 33.33%;
  color: #fff;
  font-size: 20px;
  padding: 10px;
  border-left: 1px solid #a9a8a8;
}
.project_details table td {
  background-color: #f8f6f6;
  padding: 10px;
  border-left: 1px solid #a9a8a8;
}
.project_details table tbody > tr:first-child > td:first-child {
  background-color: #fff;
  font-size: 20px;
  font-weight: 700;
  color: #1c8878;
}
.project_details table tbody > tr:nth-child(even) > td {
  background-color: #f3f3f3;
}
.about_con {
  color: #fff;
  background: linear-gradient(#51aa6b, #399d89);
  padding: 60px 0 80px 0;
}
.about_con .heading h1 {
  color: #fff;
}
.about_text p {
  font-family: var(--avenir-font);
  font-size: 16px;
}
.about_text p:nth-child(1) {
  margin-bottom: 15px;
}
.contact_con {
  padding: 50px 0 75px 0;
}
.banner_form {
  background-color: #fff;
  padding: 24px 20px 20px 20px;
}
.banner_form h3 {
  font-size: 21px;
  font-weight: 700;
  color: #2d78af;
  text-align: center;
  padding-bottom: 23px;
}
.contact_con select,
.banner_form select {
  width: 100%;
  border: 0;
  border-bottom: 1px dashed #fff;
  display: block;
  background-color: transparent;
  margin-bottom: 1rem;
  padding: 0.375rem 0.75rem;
  color: #8b8b8b;
  font-size: 16px;
  background-color: #f3f3f3;
}
.contact_con select option,
.banner_form select option {
  color: #000;
}
.banner_form .message_input {
  min-height: 78px;
}
.contact_con input,
.banner_form input {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  background-color: #f3f3f3;
}
.contact_con input::placeholder,
.banner_form input::placeholder {
  font-size: 16px;
  color: #8b8b8b;
}
.contact_con form .submit,
.banner_form form .submit {
  background-color: #47a93a;
  color: #fff;
  border-radius: 0;
  font-weight: 600;
  padding: 4px 70px;
  display: block;
  width: 100%;
}
.copyright {
  padding: 25px 0;
  background-color: #085f9c;
  font-size: 14px;
  color: #fff;
  display: block;
  text-align: center;
}
.thank-header {
  border-bottom: 1px solid #000;
}
.thank-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}
.sec_c {
  padding: 60px 0 0;
  background: #fff;
}
.thnk_b_inr {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 750px;
  margin: 60px auto 30px;
  width: 100%;
  text-align: center;
  padding: 45px;
  background: #085f9c;
  border-radius: 10px;
}
.thnk_b_inr .submit {
  display: block !important;
  background-color: #47a93a;
  color: #fff;
  border-radius: 0;
  font-weight: 600;
  margin-top: 16px;
  padding: 4px 40px;
  padding-bottom: 6px;
  border-radius: 6px;
  display: block;
}
.thnk_b_inr h3 {
  color: #fff;
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: 1px;
  font-weight: 600;
}
.thnk_b_inr p {
  color: #fff;
  font-size: 22px;
  line-height: 1.3;
  margin-top: 24px;
}
#wbeam_specs table tr th,
#wbeam_specs tr td,
#wbeam_tech table tr th,
#wbeam_tech tr td,
#thrie_specs table tr th,
#thrie_specs tr td,
#thrie_tech table tr th,
#thrie_tech tr td,
#crash_specs table tr th,
#crash_specs tr td,
#crash_tech table tr th,
#crash_tech tr td {
  border: 1px solid #d6d6d6;
  padding: 8px;
}
#wbeam_specs table > tbody:nth-child(2) tr:nth-child(15) td,
#wbeam_specs table > tbody:nth-child(2) tr:nth-child(16) td,
#wbeam_tech table tbody:nth-child(2) tr:nth-child(4) td,
#wbeam_tech table tbody:nth-child(2) tr:nth-child(5) td,
#thrie_specs table > tbody:nth-child(2) tr:nth-child(15) td,
#thrie_specs table > tbody:nth-child(2) tr:nth-child(16) td,
#thrie_tech table tbody:nth-child(2) tr:nth-child(4) td,
#thrie_tech table tbody:nth-child(2) tr:nth-child(5) td,
#crash_specs table > tbody:nth-child(2) tr:nth-child(15) td,
#crash_specs table > tbody:nth-child(2) tr:nth-child(16) td,
#crash_tech table tbody:nth-child(2) tr:nth-child(4) td,
#crash_tech table tbody:nth-child(2) tr:nth-child(5) td {
  padding: 16px;
}
#wbeam_tech table tr th,
#wbeam_specs table tr th,
#thrie_tech table tr th,
#thrie_specs table tr th,
#crash_tech table tr th,
#crash_specs table tr th {
  text-align: center;
}
#wbeam_tech table tbody tr:nth-child(3) td:last-child,
#thrie_tech table tbody tr:nth-child(3) td:last-child,
#crash_tech table tbody tr:nth-child(3) td:last-child {
  text-align: center;
}
.modal_mob {
  display: none;
}
.modal_desk .modal-dialog {
  max-width: fit-content;
}
.modal_desk .modal-body {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .my-container-menu-wrapper,
  .my-container-wrapper,
  .my-container-wrapper-infa {
    width: 100%;
    padding: 0 15px;
  }
  .logo-moblie {
    width: 100%;
    margin: 0;
    overflow: hidden;
  }
  .logo-responsive {
    max-width: 170px;
    width: 100%;
    padding: 0 10px;
    position: relative;
  }
  #trigger-overlay {
    height: auto !important;
    margin-top: 0 !important;
    position: absolute;
    top: 24px;
    right: 0;
  }
  .navbar-brand {
    float: left;
  }
  .main-article-text {
    padding: 30px 0;
    width: 100%;
  }
  div#countere11 {
    display: inline-block;
  }
  .pipes-titel-box {
    padding-left: 0;
    padding-top: 15px;
    text-align: center;
  }
  .pipes-butm1 {
    padding-left: 0;
    padding-top: 10px;
  }
  .pipes-bg {
    min-height: auto;
  }
  .link-btn {
    text-align: center;
  }
  .padd--cont {
    padding: 50px 0;
  }
  .but-brt {
    float: none;
  }
  .video-banner {
    margin-top: 0 !important;
  }
  .owl-carousel .owl-item .item video {
    min-width: 100%;
    min-height: 42vh !important;
    object-fit: cover;
  }
  .inner-left-wapper {
    width: 100% !important;
  }
  .inner-right-wapper {
    width: 100% !important;
    float: none !important;
    overflow: hidden;
  }
  .footer-vehicles ul.listing-mark li {
    white-space: normal !important;
  }
  .footer-vehicles ul li {
    width: 49% !important;
    padding-right: 15px !important;
  }
  .footer-img {
    display: none;
  }
  .footer-mertop {
    margin-top: -10px;
  }
  .brdnd {
    float: left !important;
  }
  .inner-left-wapper-center {
    width: 90% !important;
  }
  #load {
    display: none;
  }
  .sidenav {
    position: static !important;
  }
  .certification-logo,
  .owl-item img,
  .raw-materials img {
    width: 100%;
  }
  .custom-col-padding-both {
    padding-left: 25px !important;
  }
  .header-wrapper {
    padding-bottom: 0 !important;
  }
  .nav-contact {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .certification h3,
  .client h3,
  .production h4,
  .raw-materials h3 {
    font-size: 20px !important;
    padding: 0 15px !important;
  }
  .nb-form {
    position: static !important;
  }
  .about p,
  .certify p,
  .clients p,
  .hdpe p,
  .product-range p,
  .why-utkarsh ul li,
  p {
    line-height: 22px;
    font-size: 15px;
    padding: 0 15px;
  }
  .banner img {
    z-index: 100;
    margin: 0 auto;
    display: block;
  }
  .banner-caption {
    padding: 50px 0 0 !important;
    text-align: center;
  }
  .banner-img {
    padding: 10px 10px;
    display: block;
    overflow: hidden;
  }
  .banner img {
    max-width: 195px;
  }
  .certify,
  .clients,
  .why-utkarsh {
    padding: 20px 0 !important;
  }
  .logo {
    width: 100% !important;
  }
  .banner {
    background-image: none !important;
    background-color: #3896ed;
  }
  .award_con {
    background-image: none !important;
  }
}
.iti--allow-dropdown {
  width: 100%;
}
.iti__country-name {
  color: #000 !important;
}
.iti__dial-code {
  color: #000 !important;
}
.iti__selected-dial-code {
  color: #000 !important;
}
.feature_con p {
  font-family: var(--avenir-font);
  font-size: 16px;
  text-align: center;
  margin-bottom: 40px;
}
.feature_con .heading {
  margin-bottom: 40px;
}
.product_range p {
  font-family: var(--avenir-font);
  font-size: 16px;
  text-align: center;
  margin-bottom: 40px;
}
.heading_product {
  padding-bottom: 40px;
}
.faq-section #faq .card {
  margin-bottom: 7px;
  border: 0;
}
.faq-section #faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}
.faq-section #faq .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  background: #085b96;
  padding: 15px;
}
.faq-section #faq .card .card-header .btn-header-link:after {
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
}
.faq-section #faq .card .card-header .btn-header-link.collapsed {
  background: #085b96;
  color: #fff;
}
.faq-section #faq .card .card-header .btn-header-link.collapsed:after {
  content: '\f106';
}
.faq-section #faq .card .collapsing {
  background: #eff6f7;
  line-height: 30px;
}
.faq-section #faq .card .collapse {
  border: 0;
}
.faq-section #faq .card .collapse.show {
  background: #eff6f7;
  line-height: 30px;
  color: #222;
}
.faq-section {
  padding: 80px 0 70px 0;
  border-bottom: 5px solid #000;
}
.enquire-now {
  background: #1c8878;
  position: fixed;
  top: 160px;
  right: 0px;
  z-index: 9;
  transform-origin: 100px 60px;
  transform: rotate(90deg);
  padding: 10px 24px;
  border-radius: 0 0 5px 5px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
}
.enquire-now:hover {
  background: #53ab69;
  color: #fff;
}
.w_app_sticky {
  position: fixed;
  z-index: 99;
  bottom: 40px;
  right: 60px;
}
.w_app i,
.w_app_sticky i {
  width: 45px;
  height: 45px;
  font-size: 24px;
  color: white;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-20%, -50%);
  box-shadow: 0 0 0 2px #fff;
  background-color: #67d449;
}

#headerForm label.error {
  color: red;
}
#headerForm .iti__flag-container {
  bottom: unset;
  height: 30px;
}
