html {
  scroll-behavior: smooth;
}
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: #222222;
  font-size: 16px;
}
.header {
  padding: 12px 0;
  font-family: var(--barlow-font);
  font-weight: 500;
  position: fixed;
  background: #fff;
  width: 100%;
  z-index: 999;
}
.head_contacts a {
  display: inline-block;
  min-width: 180px;
  padding: 10px 45px;
  background-color: #3f75a4;
  color: #fff;
  border-radius: 20px;
  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: 0px 0px 0px 2px #fff;
}
.p_call {
  margin-right: 20px;
}
.p_call i {
  background-color: #085f9c;
}
.w_app i {
  background-color: #67d449;
}
.banner {
  padding: 135px 0 65px 0;
  background: linear-gradient(to right, #173c54, transparent 80%),
    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 h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 40px;
}
.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;
  transition: 300ms ease-in-out;
}
.banner_left ul li:hover::before {
  left: 0;
  width: 10px;
}
.banner .banner_left ul {
  padding-left: 25px;
}
.banner .banner_left ul li {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 5px;
  position: relative;
  background-color: unset;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
  font-family: var(--barlow-font);
  padding: unset;
  min-height: unset;
  display: block;
}
.banner .banner_left ul li::before {
  content: '';
  position: absolute;
  top: 8px;
  left: -23px;
  bottom: unset;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #47a93a;
  transition: all 300ms ease-in-out;
}
.banner .banner_left ul li:hover::before {
  border-radius: 0%;
}
.guidline_specs {
  padding: 55px 0;
}
.guide_box {
  width: 280px;
  height: 280px;
  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: 55px 65px;
  border: 1px solid #5bb04e;
  text-align: center;
}
.guide_left h4 {
  font-size: 32px;
  font-weight: 600;
}
.guide_left h4:nth-child(1) {
  color: #3a9d88;
}
.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);
  color: #212121;
}
.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 {
  padding: 53px 0px;
  display: flex;
  justify-content: space-between;
  gap: 7px;
}
.product_range {
  background-color: #479ecc;
  padding: 40px 0 40px 0;
  color: #fff;
}
.pr_bottom {
  width: 100%;
}
.heading_product {
  padding-bottom: 40px;
}
.heading_product h2 {
  font-size: 38px;
  font-weight: 700;
  text-align: center;
}
.product_heading {
  padding: 12px 35px;
  background-color: #085f9c;
}
.product_heading h3 {
  font-size: 32px;
  font-weight: 300;
}
.product_heading h3 span {
  font-weight: 600;
}
.product_body {
  padding: 20px 12px;
  background: #fff;
  display: flex;
}
.product_right {
  padding: 0 40px;
  font-family: var(--avenir-font);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex: 1;
}
.pr_text {
  color: #222222;
}
.pr_text table {
  width: 100%;
}
.pr_text table td {
  border: 1px solid #000;
  padding: 8px;
  text-align: center;
  font-size: 16px;
}
.pr_text span {
  display: block;
  font-size: 16px;
  padding: 4px 0;
}
.pr_text h5 {
  font-size: 16px;
  font-weight: 700;
  color: #085f9c;
  padding-bottom: 15px;
  padding-top: 30px;
}
.pr_text h5:nth-child(1) {
  padding-top: 0 !important;
}
.pr_text ul {
  padding-left: 22px;
}
.pr_text ul li {
  font-size: 16px;
  color: #222222;
  position: relative;
  padding: 2px 0;
}
.pr_text ul li::before {
  content: '';
  width: 10px;
  height: 8px;
  background: url(../images/product_li.png);
  display: inline-block;
  top: 11px;
  left: -19px;
  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: #000000;
}
.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 span {
  color: #1c8878;
}
.client_sec {
  background: #0e3350;
}
.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: #0184c8;
  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;
  color: #fff;
}
.feature_con {
  padding: 60px 0 30px 0;
}
.feature_con .heading {
  margin-bottom: 60px;
}
.feature_text {
  font-size: 14px;
  font-family: var(--avenir-font);
  padding-top: 30px;
}
.feature_round {
  width: 330px;
  height: 330px;
  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%);
}
.award_con {
  background: #0e3350;
  padding: 80px 0 70px 0;
}
.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_text strong,
.award_text span {
  display: block;
  font-size: 16px;
  font-family: var(--avenir-font);
  color: #fff;
}
.award_con h1 span {
  color: #fff;
}
.award_text strong {
  padding-bottom: 25px;
  color: #fff;
}
.award_con .heading {
  margin-bottom: 10px;
  text-align: left;
}
.faq-box {
  background: #fff;
  padding: 80px 0 70px 0;
}
.utkarsh_crash {
  background-color: #eff6f7;
  padding: 65px 0 115px 0;
}
.utkarsh_crash .heading {
  text-align: left;
}
.crash_text {
  padding-bottom: 42px;
}
.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;
}
.project_slider .owl-carousel img {
  width: 100%;
}
.project_slider_img img {
  width: 100% !important;
}
.proj-text {
  background: #085f9c;
  text-align: center;
  color: #fff;
  font-size: 18px;
  padding: 10px 15px;
  min-height: 70px;
}
.project_box {
}
.test-section {
  padding: 50px 0 50px 0;
}
.test-section h3 {
  font-size: 18px;
}
.text-section {
  width: 80%;
  margin: 0 auto;
}
.test-list {
  padding: 0;
  margin: 0;
}
.test-list li {
  list-style: none;
  display: inline-block;
  padding: 10px;
  background-image: linear-gradient(
    to right,
    #0787c3,
    #009dc6,
    #00afac,
    #00bc7d,
    #7ac244
  );
  width: 47%;
  text-align: center;
  margin: 12px;
  border-radius: 5px;
}
.test-list li a {
  display: block;
  color: #fff;
  font-size: 18px;
}
.guidelines_con {
  padding: 40px 0 35px 0;
  background: #0e3350;
}
.modal-body {
}
.modal-body h2 {
  font-size: 23px;
  color: #fff;
  padding: 15px;
  background-image: linear-gradient(
    to right,
    #0787c3,
    #009dc6,
    #00afac,
    #00bc7d,
    #7ac244
  );
}
.modal-body table tr th {
  border: 1px solid #085f9c;
  padding: 8px 15px 0 27px;
  width: 30px;
  text-align: left;
  font-weight: normal;
  background: #fff;
}
.modal-body table tr td {
  border: 1px solid #085f9c;
  padding: 8px 61px 8px 27.5px;
  background: #fff;
}
.feature_text h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.guidelines_con h1 {
  color: #fff;
}
.client_sec2 {
  background: #fff;
  padding: 70px 0 35px 0;
}
.client_sec h1 {
  color: #fff;
}
.client_sec h1 span {
  color: #fff;
}
.client_sec2 .owl-carousel .owl-nav button.owl-next,
.client_sec2 .owl-carousel .owl-nav button.owl-prev {
  font-size: 40px;
  line-height: unset;
  background-color: #0184c8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 28px;
  overflow: clip;
  position: relative;
}
.client_sec2 .owl-theme .owl-nav {
  margin-top: 50px;
}
.client_sec2 .owl-carousel .owl-nav button.owl-next span,
.client_sec2 .owl-carousel .owl-nav button.owl-prev span {
  position: absolute;
  bottom: -11px;
  font-weight: 400;
  color: #fff;
}
#myModal_1 .close {
  position: absolute;
  right: 10px;
  top: 4px;
}
#myModal_2 .close {
  position: absolute;
  right: 10px;
  top: 4px;
}
#myModal_3 .close {
  position: absolute;
  right: 10px;
  top: 4px;
}
#myModal_4 .close {
  position: absolute;
  right: 10px;
  top: 4px;
}
#myModal_5 .close {
  position: absolute;
  right: 10px;
  top: 4px;
}
#myModal_6 .close {
  position: absolute;
  right: 10px;
  top: 4px;
}
#myModal_7 .close {
  position: absolute;
  right: 10px;
  top: 4px;
}
.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;
}
.iti--allow-dropdown {
  width: 100%;
}
.iti__country-name {
  color: #000 !important;
}
.iti__dial-code {
  color: #000 !important;
}
.iti__selected-dial-code {
  color: #000 !important;
}
.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;
}
#awards,
#about,
#ProjectDetails {
  scroll-margin-top: 115px;
}
#product {
  scroll-margin-top: -255px;
}
.p_call_sticky {
  position: fixed;
  bottom: 150px;
  right: 52px;
  z-index: 99;
}
.p_call_sticky i {
  width: 45px;
  height: 45px;
  font-size: 20px;
  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: #085f9c;
}
