@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap");
* {
  margin: 0px;
  padding: 0px;
  outline: none;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
img {
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
b,
strong,
ul,
li,
span,
ol {
  margin: 0px;
  padding: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}
body {
  font-size: 14px;
  color: #1e1e1e;
  font-family: "Montserrat", sans-serif;
  box-sizing: border-box;
  overflow-x: hidden;
}
.container {
  max-width: 1220px;
}
::-webkit-scrollbar {
  -webkit-appearance: none;
}
::-webkit-scrollbar:vertical {
  width: 7px;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: none;
  background-color: #130e0b;
}
::-webkit-scrollbar:horizontal {
  height: 7px;
}
::-webkit-scrollbar-track {
  background-color: rgba(239, 239, 239, 0.5);
}
/************************/
.header_tp_rht {
	float:right;
}
#header_top {
  background: #130e0b;
  padding: 5px 0;
  transition: all 0.5s ease;
}
.header_tp_rht ul li {
  padding: 4px 6px;
  display: inline-block;
}
.header_tp_rht ul li a {
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.5px;
  display: inline-block;
}
.header_tp_rht ul li img {
  margin-right: 6px;
  float: left;
  width: 24px;
}
.header_tp_rht ul li a:hover {
  color: #fa0100;
}
.header_social_icon ul {
  float: right;
}
.header_social_icon ul li {
  float: left;
  padding: 4px 6px;
}
.header_social_icon ul li span {
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.5px;
  display: block;
}
.header_social_icon ul li span {
  padding-left: 10px;
}
.header_social_icon ul li a i.fa-facebook-f {
  color: #fff;
}
.header_social_icon ul li a i.fa-linkedin-in {
  color: #fff;
}
.header_social_icon ul li a i.fa-twitter {
  color: #fff;
}
.header-scrolled .header_top {
  display: none;
  transition: all.5s ease;
}
.mobile {
  display: none;
}
.desktop {
  display: block;
}
/************************/
.fixed-top {
  position: relative;
  display: block;
  top: 0px;
  padding: 5px 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 18px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 18px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 18px -1px rgba(0, 0, 0, 0.2);
}
.fixed-top .header-scrolled {
  transition: all 0.5s ease;
  background: #fff;
  /* box-shadow: 0 2px 8px 0 rgba(0,0,0,.1); */
}
.header-scrolled .logo {
  transition: all 0.6s ease;
  top: 0px;
  margin-top: 0px;
  padding: 0px;
}
.header-scrolled .scrollto img {
  height: auto;
  width: 90px;
  transition: all 0.6s ease;
}
.header-scrolled .main-nav > ul {
  padding: 0px;
  margin: 0px;
}
.logo {
  transition: all 0.6s ease-in-out;
  /* margin-top: -50px; */
  background: #fff;
  /* padding: 15px; */
}
.header-scrolled {
  position: fixed;
}
.scrollto img {
  width: 100px;
  height: auto;
  transition: all 0.6s ease-in-out;
}
.main-nav {
  transition: all 0.6s ease-in-out;
  height: 100%;
  align-content: center;
}
.main-nav > ul {
  margin: 0px;
  display: flex;
  transition: all 0.6s ease;
}
.header-scrolled .main-nav > ul > li {
  margin: 23px 4px;
  transition: all.6s ease-in-out;
}
.main-nav > ul > li {
  position: relative;
  float: left;
  white-space: nowrap;
  margin: 23px 4px;
  transition: all 0.6s ease-in-out;
  /* border-right: 2px solid rgb(44 49 50 / 10%); */
}
.main-nav > ul > li:last-child {
  border-right: 0px;
  margin-right: 0px;
}
.main-nav a {
  color: #130e0b;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  font-size: 14px;
  padding: 0 14px;
}
.main-nav .drop-down ul li:after {
  display: none;
}
.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #0f75bc;
  text-decoration: none;
}
.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0px;
  top: 90%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: ease all 0.5s;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 10%);
  border: none;
}
.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
  margin-top: 10px;
}
.main-nav .drop-down li {
  min-width: 250px;
  position: relative;
}
.main-nav .drop-down ul li {
  border-bottom: 2px solid rgb(44 49 50 / 10%);
  margin-top: 0px;
}
.main-nav .drop-down ul li a {
  padding: 10px 15px;
  transition: all 200ms linear;
  font-size: 14px;
  letter-spacing: 0.3px;
  font-weight: 600;
  text-transform: capitalize;
  width: 100%;
  color: #130e0b;
}
.main-nav .drop-down ul a:hover {
  color: #fff;
  background-color: #0f75bc;
}
.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 5px;
  font-size: 15px;
  transition: ease all 0.5s;
}
.main-nav .drop-down:hover > a:after {
  content: "\f106";
  font-family: FontAwesome;
  padding-left: 5px;
  font-size: 15px;
  transition: ease all 0.5s;
}
.main-nav .drop-down > a:after {
  font-family: FontAwesome;
  padding-left: 5px;
  font-size: 15px;
}
.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 0px);
}
.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}
.main-nav .drop-down .drop-down > a:after {
  position: absolute;
  right: 15px;
}
/************************/
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #fff;
  transition: 0.4s;
}
.mobile-nav a {
  display: block;
  color: #464646;
  padding: 8px 20px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  position: relative;
  font-family: Montserrat;
}
.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #0f75bb;
  text-decoration: none;
}
.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}
.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}
.mobile-nav .drop-down > a {
  padding-right: 35px;
}
.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}
.mobile-nav .drop-down li {
  padding-left: 20px;
}
.mobile-nav-toggle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}
.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #464646;
}
.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 39, 57, 0.8);
  overflow: hidden;
  display: none;
}
.mobile-nav-active {
  overflow: hidden;
}
.mobile-nav-active .mobile-nav {
  left: 0;
}
.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}
/************************/
.carousel-sec {
  overflow-x: hidden;
}
.carousel-inner {
  position: relative;
}
#carousel .carousel-control {
  background: none;
  top: 50%;
  font-size: 20px;
  text-align: center;
  width: 40px;
  height: 40px;
  opacity: 1;
  position: absolute;
  transform: translateY(-50%);
}
#carousel .carousel-control-right {
  right: 6%;
}
#carousel .carousel-control-left {
  left: 2%;
}
#carousel .carousel-control-right span {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  visibility: hidden;
  transition: transform 0.5s ease;
  opacity: 0;
}
#carousel .carousel-control-left span {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  visibility: hidden;
  transition: transform 0.5s ease;
  opacity: 0;
}
#carousel:hover .carousel-control-right span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible;
  opacity: 1;
}
#carousel:hover .carousel-control-left span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible;
  opacity: 1;
}
#carousel .carousel-control span {
  color: #1c75bc;
  background: rgb(255 255 255 / 90%);
  height: 45px;
  width: 45px;
  z-index: 121;
  line-height: 45px;
  text-align: center;
  position: absolute;
  border-radius: 15%;
}
.carousel-indicators li {
  background-color: rgb(255 255 255);
  margin-bottom: 20px !important;
}
/************************/
#about_number {
  padding: 70px 0 15px 0;
}
.count_box {
  position: relative;
}
.counter {
  font-size: 70px;
  color: #0f74bb;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  font-family: "Lexend", sans-serif;
}
.count_box .counter_detail {
  display: block;
  font-weight: 600;
  font-size: 19px;
  line-height: 22px;
  text-align: center;
  color: #130e0b;
  letter-spacing: 0.3px;
  text-transform: capitalize;
  font-family: "Montserrat", sans-serif;
}
.counter_detail span {
  display: block;
  font-weight: 500;
  color: #130e0b;
  font-size: 19px;
  letter-spacing: 0.3px;
  text-transform: capitalize;
  font-family: "Montserrat", sans-serif;
}
.counter ul {
  display: flex;
}
.counter ul li {
  width: 25%;
  display: inline-flex;
  padding: 15px 10px;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #e7e7e7;
}
.counter ul li:first-child {
  border-left: 0px;
}
.plus_one {
  position: absolute;
  top: 0;
  right: -25px;
  font-size: 40px;
}
.plus_two {
  position: absolute;
  top: 0;
  right: -16px;
  font-size: 30px;
}
.plus_three {
  position: absolute;
  top: 0;
  right: -16px;
  font-size: 30px;
}
.plus_four {
  position: absolute;
  top: 0;
  right: -16px;
  font-size: 30px;
}
/************************/
#about_section {
  background: #fff;
  padding: 80px 0px 80px 0;
  position: relative;
  z-index: 2;
}
.about_bg_white {
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity));
  box-shadow: 0 1rem 3rem rgb(0 0 0 / 10%);
  padding: 60px 0;
  border-radius: 15px;
}
.hm_video {
  width: 100%;
  height: auto;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
  -webkit-box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
  padding: 8px 8px 2px 8px;
  z-index: 1;
  background: #fff;
}
.hm_video video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.work_video_bx {
  position: relative;
  padding: 15px;
  margin-left: 15px;
}
.work_video_bx:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 100px;
  left: 0;
  top: 0px;
  background: #0f74bb;
  z-index: -2;
}
.work_video_bx:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 100px;
  right: 0;
  bottom: 0px;
  background: #0f74bb;
  z-index: -2;
}
.about_heading {
  position: relative;
  margin-bottom: 20px;
  padding-left: 30px;
}
.about_heading h1 {
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  color: #0f74bb;
}
.about_heading span {
  font-size: 18px;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 26px;
  color: #130e0b;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(44 49 50 / 30%);
}
.about_company_dtl_hm p {
  font-size: 14px;
  line-height: 24px;
  display: block;
  padding-left: 30px;
  color: #130e0b;
  letter-spacing: 0.3px;
  font-weight: 500;
  padding-bottom: 30px;
  padding-right: 30px;
  text-align: justify;
}
.about_btn a {
  display: inline-flex;
  margin-left: 30px;
  align-items: center;
  color: #130e0b;
  transition: all 0.6s esae;
  z-index: 1;
  position: relative;
  font-weight: 600;
  font-size: 15px;
  padding-left: 20px;
  letter-spacing: 0.5px;
  margin-top: 8px;
}
.about_btn a span {
  margin-right: 20px;
  position: relative;
  transition: all 0.6s ease;
  text-transform: capitalize;
}
.about_btn a::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 10%;
  background-color: rgb(15 116 187 / 50%);
  left: 0;
  top: -10px;
  transition: 0.4s;
}
.about_btn a:hover::before {
  transform: scale(1.5);
}
.about_btn a:hover {
  color: #0f74bb;
}
.about_btn a:hover span {
  margin-right: 10px;
}
/************************/
#about_system_section {
  padding: 70px 0;
}
.system_sec_rht {
  padding-left: 30px;
}
.sytem_sec_dtl span {
  font-size: 25px;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 34px;
  color: rgba(255, 255, 255, 0.05);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(44 49 50 / 30%);
}
.sytem_sec_dtl h2 {
  font-size: 24px;
  padding-bottom: 15px;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-weight: bold;
  color: #2c3032;
}
.sytem_sec_dtl p {
  font-size: 14px;
  line-height: 24px;
  display: block;
  color: #212529;
  letter-spacing: 0.3px;
  font-weight: 400;
  padding-bottom: 10px;
}
/************************/
#why_section {
  padding: 70px 0 70px 0;
  background: #0f75bb;
}
.why_heading h2 {
  font-size: 30px;
  padding-bottom: 40px;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  position: relative;
}
.why_sec_bx {
  text-align: center;
  padding: 0 30px;
  z-index: 1;
}
.brd_md {
  position: relative;
}
.brd_md:before {
  position: absolute;
  content: "";
  top: 45px;
  width: 100%;
  left: 50%;
  height: 2px;
  background: #e7e7e7;
  display: block;
  z-index: -2;
}
.why_sec_bx span {
  position: relative;
  font-size: 35px;
  color: #fff;
  width: 85px;
  height: 85px;
  line-height: 85px;
  display: inline-block;
  font-weight: bold;
  background: #0f75bb;
  text-align: center;
  border-radius: 5px;
  border: 2px solid #e7e7e7;
  margin-bottom: 20px;
  z-index: 1;
  font-family: "Lexend", sans-serif;
}
.why_sec_bx h5 {
  font-size: 18px;
  color: #fff;
  letter-spacing: 1px;
  display: block;
  font-weight: 600;
  padding-bottom: 10px;
  text-transform: capitalize;
}
.why_sec_bx p {
  font-size: 14px;
  line-height: 24px;
  display: block;
  color: #fff;
  letter-spacing: 0.3px;
  font-weight: 500;
}
/************************/
#product_section {
  padding: 70px 0 70px 0;
}
.product_heading {
  padding-bottom: 40px;
}
.product_heading h3 {
  font-size: 30px;
  padding-bottom: 15px;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-weight: 600;
  color: #130e0b;
  text-align: center;
  position: relative;
}
.product_heading span {
  padding: 0 10%;
  font-size: 15px;
  text-align: center;
  display: block;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #130e0b;
  line-height: 22px;
}
.hm_product_bx_main {
  position: relative;
  margin-bottom: 25px;
  /* display: block; */
  box-shadow: 0 1rem 3rem rgb(0 0 0 / 10%);
  -webkit-box-shadow: 0 0.3rem 1rem rgb(0 0 0 / 10%);
  text-align: center;
  border-radius: 6px 6px 0 0;
  padding: 6px;
  background: #fff;
  min-height: 360px;
  display: inline-grid;
}
.product_bx_main {
  position: relative;
  margin-bottom: 25px;
  /* display: block; */
  box-shadow: 0 1rem 3rem rgb(0 0 0 / 10%);
  -webkit-box-shadow: 0 0.3rem 1rem rgb(0 0 0 / 10%);
  text-align: center;
  border-radius: 6px 6px 0 0;
  padding: 6px;
  background: #fff;
  min-height: 460px;
  display: inline-grid;
}
.product_bx_main img {
  border-radius: 6px 6px 0 0;
}
.product_bx_dtl {
  padding: 30px 10px 20px 10px;
  background: #fff;
}
.product_bx_dtl h6 {
  font-size: 15px;
  padding-bottom: 15px;
  /* letter-spacing: 1px; */
  text-transform: capitalize;
  font-weight: 600;
  color: #2c3032;
  letter-spacing: 0.5px;
  display: block;
}
.product_btn {
  margin-top: 15px;
}
.product_bx_dtl span {
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 600;
  color: #2c3032;
  letter-spacing: 0.5px;
  display: block;
}
.product_btn a {
  display: inline-flex;
  align-items: center;
  color: #130e0b;
  transition: all 0.6s ease;
  z-index: 1;
  position: relative;
  font-weight: 600;
  font-size: 15px;
  padding-left: 20px;
  letter-spacing: 0.5px;
  margin-top: 8px;
}
.product_btn a span {
  margin-right: 15px;
  position: relative;
  transition: all 0.6s ease;
  text-transform: capitalize;
}
.product_btn a::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 10%;
  background-color: rgb(15 116 187 / 50%);
  left: 0;
  top: -5px;
  transition: 0.4s;
}
.product_btn a:hover::before {
  transform: scale(1.2);
}
.product_btn a:hover {
  color: #0f74bb;
}
.product_btn a:hover span {
  margin-right: 8px;
}
.view_product {
  margin: 20px auto 0;
  padding: 15px 20px;
  box-shadow: 0 1rem 3rem rgb(0 0 0 / 10%);
  -webkit-box-shadow: 0 0.3rem 1rem rgb(0 0 0 / 10%);
  width: 300px;
  text-align: center;
}
.view_product a {
  display: inline-flex;
  align-items: center;
  color: #130e0b;
  transition: all 0.6s ease;
  z-index: 1;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  padding-left: 20px;
  letter-spacing: 0.5px;
  margin-top: 8px;
}
.view_product a span {
  margin-right: 15px;
  position: relative;
  transition: all 0.6s ease;
  text-transform: capitalize;
}
.view_product a::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 10%;
  background-color: rgb(15 116 187 / 50%);
  left: 0;
  top: -5px;
  transition: 0.4s;
}
.view_product a:hover::before {
  transform: scale(1.2);
}
.view_product a:hover {
  color: #0f74bb;
}
.view_product a:hover span {
  margin-right: 8px;
}
/************************/
#contact_bg_section {
  padding: 50px 0;
  background: #130e0b;
}
.tagline h5 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 10px 10px 10px 15px;
  color: #fff;
  border-left: 3px solid #0f75bb;
}
.call_to_action {
  max-width: 450px;
  min-width: 450px;
  padding: 0px;
  margin: 0 0 0 auto;
  display: flex;
  justify-content: space-between;
}
.contact_line {
  height: 50px;
  width: 1px;
  background: #0f75bb;
  margin: 0px;
}
.contact_call_bx {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: centre;
  position: relative;
}
.contact_icon_bx {
  align-items: center;
  display: flex;
  margin-bottom: 15px;
}
.contact_icon {
  align-items: center;
  display: flex;
  margin-right: 15px;
}
.contact_dtl_hm {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  text-transform: capitalize;
}
.contact_btn_one a {
  padding: 8px 25px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  display: block;
  width: 200px;
  text-align: center;
  border-radius: 50px;
}
.contact_btn_one a:hover {
  border: 2px solid #0f75bb;
  background: #0f75bb;
}
.contact_btn_two a {
  padding: 8px 25px;
  border: 2px solid #0f75bb;
  color: #fff;
  background: #0f75bb;
  font-size: 14px;
  font-weight: 500;
  display: block;
  width: 200px;
  text-align: center;
  border-radius: 50px;
}
.contact_btn_two a:hover {
  background: transparent;
}
/************************/
#industry_section {
  padding: 70px 0 50px 0;
}
.industry_bx {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  background: rgb(246 246 246 / 20%);
  box-shadow: 0 0.1rem 0.5rem rgb(0 0 0 / 5%);
  -webkit-box-shadow: 0 0.1rem 0.5rem rgb(0 0 0 / 5%);
}
.industry_bx:after {
  position: absolute;
  content: "";
  width: 3px;
  height: 0;
  right: 0;
  top: 0;
  transition: all 0.2s ease-in-out;
  background: #130e0b;
}
.industry_bx:hover:after {
  height: 100%;
}
.industry_bx:before {
  position: absolute;
  content: "";
  width: 0;
  height: 3px;
  right: 0;
  top: 0;
  transition: all 0.2s ease-in-out;
  background: #0f74bb;
}
.industry_bx:hover:before {
  width: 100%;
}
.industry_icon {
  position: relative;
}
.industry_icon:after {
  position: absolute;
  content: "";
  width: 3px;
  height: 0;
  left: 0;
  bottom: 0;
  transition: all 0.2s ease-in-out;
  background: #130e0b;
}
.industry_icon:hover:after {
  height: 100%;
}
.industry_icon:before {
  position: absolute;
  content: "";
  width: 0;
  height: 3px;
  left: 0;
  bottom: 0;
  transition: all 0.2s ease-in-out;
  background: #0f74bb;
}
.industry_icon:hover:before {
  width: 100%;
}
.industry_icon img {
  margin: 0 auto;
  display: table;
  padding-top: 20px;
}
.title {
  font-size: 17px;
  padding-bottom: 15px;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-weight: 600;
  color: #2c3032;
  padding-top: 15px;
  display: block;
}
/************************/
#footer_bg {
  background: #130e0b;
  padding: 70px 0 45px 0;
}
.cont_dtl p {
  font-size: 14px;
  line-height: 24px;
  display: block;
  color: #fff;
  letter-spacing: 0.3px;
  font-weight: 600;
}
.footer_contact_hed h6,
.product_contact_hed h6,
.quick_contact_hed h6 {
  color: #fff;
  text-align: left;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
}
.footer_contact_hed h6:before,
.product_contact_hed h6:before,
.quick_contact_hed h6:before {
  content: "";
  width: 20px;
  height: 5px;
  left: 0;
  background: #0f75bb;
  position: absolute;
  z-index: 1;
  bottom: 0;
}
.footer_contact_hed h6:after,
.product_contact_hed h6:after,
.quick_contact_hed h6:after {
  content: "";
  background: #fff;
  width: 40px;
  height: 5px;
  position: absolute;
  bottom: 0;
  border-radius: 50px;
  left: 0;
}
.footer_navigation ul {
  width: 50%;
  float: left;
}
.footer_navigation ul li {
  padding: 3px 0;
  margin: 5px 0;
  border-left: 2px solid rgb(242 245 250 / 75%);
}
.footer_navigation ul li a {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.5px;
  display: inline-block;
  padding-left: 10px;
}
.footer_navigation ul li a:hover {
  color: #0f75bb;
}
.footer_contact_hed li.cont_details {
  padding: 10px 0;
}
/************************/
.cont_details {
  display: flex;
  padding-top: 15px;
}
.cont_bx {
  width: 52px;
  height: 52px;
  line-height: 44px;
  text-align: center;
  border-radius: 100%;
  background: #0f75bb;
  display: block;
  border: 2px solid rgb(246 246 246 / 50%);
  margin-right: 18px;
}
.cont_bx img {
  width: 50%;
}
.cont_dtl a {
  font-size: 14px;
  line-height: 24px;
  display: block;
  color: #fff;
  letter-spacing: 0.3px;
  font-weight: 500;
}
.cont_dtl a:hover {
  color: #0f75bb;
}
.cont_dtl span {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.25px;
  display: block;
}
.call_dtl a {
  font-size: 14px;
  line-height: 24px;
  display: block;
  color: #fff;
  letter-spacing: 0.3px;
  font-weight: 500;
}
.call_dtl a:hover {
  color: #2c3032;
}
.call_dtl span {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.25px;
  display: block;
}
/************************/
.foot-bottom {
  padding: 20px 0;
}
.foot-btm-head p {
  color: #130e0b;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.3px;
}
.foot-btm-head p a {
  color: #0f75bb;
  font-weight: 600;
}
/************************/
#inner_banner_section {
  background: url(../images/inner-product-banner.jpg) no-repeat;
  padding: 120px 0 30px 0;
  position: relative;
  background-size: contain;
  background-attachment: fixed;
}
#inner_banner_section:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #0f75bb;
  opacity: 0.9;
}
.inner_banner_data {
  position: relative;
  z-index: 1;
  /* display: flex; */
}
.inner_banner_data h1 {
	font-size: 28px;
    padding-bottom: 10px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 600;
	display:block;
    color: #fff;
}
.inner_banner_data ul li:first-child {
  padding-left: 0px;
}
.inner_banner_data ul li {
  display: inline-block;
  padding: 0 15px;
}
.inner_banner_data ul li a,
.inner_banner_data ul li span {
  font-size: 15px;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: #fff;
  display: block;
  text-transform: capitalize;
}
.inner_banner_data ul li i {
  position: relative;
  left: 15px;
}
.inner_banner_data ul li a:hover, .inner_banner_data ul li a:hover span {
  color: #130e0b;
}
/************************/
#product_detail_section {
  padding: 70px 0 70px 0;
}
.inn_product_lst span {
  padding: 15px 15px;
  font-size: 16px;
  color: #fff;
  background: #0f75bb;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 20px;
  font-weight: 600;
}
.card {
  border: 2px solid #fbfbfb !important;
  border-radius: 0px;
  padding: 5px;
  margin-bottom: 10px;
}
.card-header {
  padding: 0px;
  background: rgb(246 246 246);
  color: #fff;
  border-bottom: 0px;
}
.collapsible-link {
  width: 100%;
  position: relative;
  text-align: left;
}
.collapsible-link::before {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  display: block;
  font-family: "FontAwesome";
  font-size: 1.1rem;
  color: #130e0b;
}
.collapsible-link[aria-expanded="true"]::before {
  content: "\f106";
}
.product-btn {
  color: #130e0b;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 10px 15px;
  border-radius: 0px;
  text-decoration: none;
}
.product-btn:hover {
  background: #0f75bb;
}
.btn-link:hover {
  color: #fff;
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  box-shadow: none;
}
.product_list {
  padding: 20px 12px;
  position: relative;
}
.product_list li a {
  color: #130e0b;
  padding: 5px 0px;
  display: block;
  text-decoration: none;
  line-height: 24px;
  font-weight: 600;
  position: relative;
  border-bottom: 1px solid #f6f6f6;
  letter-spacing: 0.5px;
  font-size: 14px;
}
.product_list li:first-child a {
  padding-top: 0px;
}
.product_list li a:hover {
  color: #0f75bb;
  display: block;
}
/************************/
.product_dtl_main {
  padding-left: 30px;
  border-left: 2px solid #f6f6f6;
  position: relative;
  height: 100%;
}
.product_inner_heading h1,
.product_inner_heading h2,
.product_inner_heading h3 {
  font-size: 26px;
  padding-bottom: 10px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  padding-top: 5px;
  text-transform: capitalize;
  font-weight: 600;
  color: #130e0b;
  position: relative;
}
.sub_product_head h2,
.sub_product_head h3 {
  font-size: 23px;
  padding-bottom: 10px;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-weight: 600;
  color: #0f75bb;
}
.product_inner_heading h1:before,
.product_inner_heading h2:before,
.product_inner_heading h3:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100px;
  height: 3px;
  display: none;
  background: #130e0b;
}
.product_inner_heading h1 span,
.product_inner_heading h2 span,
.product_inner_heading h3 span {
  color: #0f75bb;
}
.product_description span {
  font-size: 15px;
  display: block;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #130e0b;
  padding-bottom: 10px;
}
.product_description p {
  font-size: 14px;
  line-height: 24px;
  display: block;
  color: #130e0b;
  letter-spacing: 0.5px;
  font-weight: 400;
  padding-bottom: 10px;
  text-align: justify;
}
.product_description p a {
	color: #0f75bb;
}
.product_description,
.product_feature {
  padding-bottom: 20px;
}
.inner_product_image {
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
  -webkit-box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
  padding: 8px 8px 8px 8px;
  z-index: 1;
  background: #fff;
  margin-bottom: 25px;
}
.inner_product_image img {
  margin: 0 auto;
  display: table;
}
.product_feature span,
.product_feature h2,
.product_feature h3 {
  font-size: 18px;
  color: #0f75bb;
  letter-spacing: 1px;
  display: block;
  font-weight: 600;
  padding-bottom: 10px;
  text-transform: capitalize;
}
.product_feature span,
.product_feature span {
  font-size: 18px;
  color: #0f75bb;
  letter-spacing: 1px;
  display: block;
  font-weight: 600;
  padding-bottom: 10px;
  text-transform: capitalize;
}
.product_feature ul li p {
  color: #130e0b;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-size: 14px;
  position: relative;
  padding-left: 20px;
  display: block;
}
.product_feature ul li {
  padding-bottom: 10px;
}
.product_feature ul li p i {
  font-size: 12px;
  color: #130e0b;
  margin-right: 5px;
  position: absolute;
  top: 5px;
  left: 0px;
}
.inner_prod_table span {
  font-size: 18px;
  color: #0f75bb;
  letter-spacing: 1px;
  display: block;
  font-weight: 600;
  padding-bottom: 10px;
  text-transform: capitalize;
}
.inner_prod_table {
  background: #fff;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
  -webkit-box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
  padding: 10px;
}
.table-bordered {
  border: 0px;
}
.table {
  margin-bottom: 0px;
}
.inner_prod_table th {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-bottom: 2px solid #f8f9fa !important;
  align-content: center;
  background: #0f75bb;
}
.inner_prod_table td {
  border: 0px;
  border-right: 1px solid #f8f9fa;
  color: #130e0b;
  letter-spacing: 0.5px;
  font-weight: 500;
  vertical-align: middle;
  font-size: 14px;
  text-transform: capitalize;
}
.inner_prod_table td:last-child {
  border-right: 0px;
}
.inner_prod_table tr:nth-child(even) {
  background: rgb(246 246 246 / 20%);
}
.inner_prod_table tr:nth-child(odd) {
  background: #fff;
}
/*.line {
	background: #f6f6f6;
    border: 0;
    height: 2px;
    margin: 20px 0 30px 0;
}*/
/************************/

.product_description ul li::marker {
  color: #1c75bc;
  font-size: 18px;
}
.product_description ul li {
  list-style: disc;
  margin: 0 0 0 18px;
}
.product_description ul {
  margin-bottom: 25px;
}
.mt30 {
  margin-top: 30px;
}
/***************************************************  */
.abt-main-sec {
  padding: 80px 0;
}
.abt-main-sec .about-us {
  position: relative;
}
.abt-main-sec .about-us::before {
  content: "";
  position: absolute;
  height: 465px;
  width: 100%;
  background: #eaeef5;
  top: -80px;
  right: -370px;
  z-index: -1;
}
.video_bx_fix {
  position: sticky;
  top: 100px;
  margin-bottom: -80px;
  margin-top: -10px;
}
.why-us-heading h2 {
  font-size: 30px;
  padding-bottom: 15px;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-weight: 600;
  color: #130e0b;
  text-align: center;
  position: relative;
}
.abt-main-two {
  padding: 80px 0;
}
.why-us-box {
  border: 1px solid #d4d7de;
  padding: 40px 30px 40px 30px;
  margin-top: 60px;
}
.abt-icon img {
  width: 66px;
}
.abt-icon span.spacing {
  background: #fff;
  padding: 0 15px;
  left: -15px;
  position: relative;
}
.abt-icon {
  margin-top: -70px;
  margin-bottom: 30px;
}
.why-us-box .why-us-desr h4 {
  font-size: 20px;
  letter-spacing: 1px;
  display: block;
  font-weight: 600;
  padding-bottom: 15px;
  text-transform: capitalize;
}
.why-us-box .why-us-desr p {
  font-size: 14px;
  line-height: 24px;
  display: block;
  letter-spacing: 0.3px;
  font-weight: 500;
}
.why-us-box .why-us-desr a {
  font-size: 14px;
  line-height: 24px;
  display: block;
  letter-spacing: 0.3px;
  font-weight: 500;
}
.why-us-box #summary {
  font-size: 14px;
  line-height: 1.5;
}
/* collapse */
.why-us-box #summary p.collapse:not(.show) {
  height: 290px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
}

.why-us-box #summary p.collapsing {
  min-height: 290px !important;
}

.why-us-box #summary a.collapsed:after {
  content: "+ Read More";
}

.why-us-box #summary a:not(.collapsed):after {
  content: "- Read Less";
}

/* collapse1 */
.why-us-box2 #summary2 p.collapse:not(.show) {
  height: 290px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
}

.why-us-box2 #summary2 p.collapsing {
  min-height: 290px !important;
}

.why-us-box2 #summary2 a.collapsed:after {
  content: "+ Read More";
}

.why-us-box2 #summary2 a:not(.collapsed):after {
  content: "- Read Less";
}

.abt-main-three {
  padding: 80px 0;
}

.abt-main-three .team-head h3 {
  font-size: 27px;
  padding-bottom: 15px;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-weight: 600;
  color: #130e0b;
}
.abt-main-three .team-head span {
  color: #0f75bc;
}
.abt-main-three .team-head p {
  font-size: 17px;
  letter-spacing: 1px;
}
.abt-main-three .team-head {
  margin-bottom: 30px;
  height: 100%;
  text-align: center;
}
.team-icon img {
  width: 70px;
}
.abt-main-three .team-desc h5 {
  font-size: 17px;
  padding-bottom: 15px;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-weight: 600;
  color: #2c3032;
  display: block;
}
.abt-main-three .team-icon {
  margin-bottom: 20px;
}
.team-wrapper {
  padding: 30px 15px 30px 15px;
  box-shadow: rgb(99 99 99 / 7%) 0px 2px 8px 0px;
  background: #ffffff45;
  text-align: center;
  height: 100%;
  align-content: center;
}
.team-wrapper-gap {
  margin-top: 30px;
}
.cont-main-one {
  padding: 0 0 80px;
}
.contact-head {
  margin-bottom: 40px;
  margin-top: 60px;
}
.contact-box:hover img {
  box-shadow: #0f75bc 0px 0px 0px 6px, #0f74bc6e 0px 0px 0px 11px,
    #0f74bc3b 0px 0px 0px 16px;
  width: 60px;
  transition: 0.3s;
}
.contact-box img {
  background: #0f75bc;
  padding: 10px;
  width: 60px;
  border-radius: 5px;
  transition: 0.3s;
  margin-bottom: 35px;
}
.contact-box {
  text-align: center;
  box-shadow: 0px 3px 25px 0px rgb(11 46 72 / 15%);
  background: #fff;
  padding: 35px 14px;
  height: 100%;
  border: 1px solid #2e2e2e;
}
.contact-head h2 {
  font-size: 30px;
  padding-bottom: 15px;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-weight: 600;
  color: #130e0b;
  text-align: center;
  position: relative;
}
.contact-box h5 {
  font-size: 20px;
  letter-spacing: 1px;
  display: block;
  font-weight: 600;
  padding-bottom: 15px;
  text-transform: capitalize;
}
.contact-box a:hover {
  color: #0f75bc;
}
.contact-box a {
  font-size: 14px;
  line-height: 24px;
  display: block;
  letter-spacing: 0.3px;
  font-weight: 500;
  color: #000;
}
.contact-box p {
  font-size: 14px;
  line-height: 24px;
  display: block;
  color: #000000;
  letter-spacing: 0.3px;
  font-weight: 500;
}
.contact-form input,
.contact-form textarea, .contact-form select {
  display: block;
  width: 100%;
  color: #7c8393;
  font-weight: 500;
  border: 0px;
  line-height: 24px;
  padding: 15px 15px;
  font-size: 14px;
  background: #f5f5f5;
  margin-bottom: 20px;
}
.cnt-btn a {
  display: inline-flex;
  margin-left: 30px;
  align-items: center;
  color: #130e0b;
  transition: all 0.6s esae;
  z-index: 1;
  position: relative;
  font-weight: 600;
  font-size: 15px;
  padding-left: 20px;
  letter-spacing: 0.5px;
  margin-top: 8px;
}
.cnt-btn a span {
  margin-right: 20px;
  position: relative;
  transition: all 0.6s ease;
  text-transform: capitalize;
}
.cnt-btn a::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 10%;
  background-color: rgb(15 116 187 / 50%);
  left: 0;
  top: -10px;
  transition: 0.4s;
}
.cnt-btn a:hover::before {
  transform: scale(1.5);
}
.cnt-btn a:hover span {
  margin-right: 10px;
}
.contact-map {
  margin-top: 50px;
}
.contact-map iframe {
  padding: 10px;
  box-shadow: 0 1px 9px 2px rgb(0 0 0 / 4%);
  -webkit-box-shadow: 0 1px 9px 2px rgb(0 0 0 / 4%);
}
.cnt-btn {
  text-align: center;
}
.cnt-btn a:hover {
  color: #0f74bb;
}
.do-dont-main {
  padding: 80px 0;
}
.do-dont-head h2 {
  font-size: 27px;
  padding-bottom: 15px;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-weight: 600;
  color: #130e0b;
  text-align: center;
}
.do-dont-head h2 span {
  color: #0f75bc;
}
.do-dont-wrapper_one h3 {
  font-size: 20px;
  letter-spacing: 1px;
  display: block;
  font-weight: 700;
  color: #0f75bc;
  padding: 45px 30px 45px 30px;
  text-transform: capitalize;
  border-bottom: 1px solid #d8dce1;
}
.do-dont-wrapper_one .bullet {
  padding: 30px;
}
.do-dont-wrapper_one .bullet li span {
  color: #0f75bc;
  font-size: 16px;
  padding: 2px 6px;
  font-weight: 700;
  border-radius: 5px;
  background-color: #e7f1f8;
  margin-right: 10px;
  margin-left: -35px;
  position: relative;
  bottom: -6px;
}
.do-dont-head {
  margin-bottom: 30px;
}
.do-dont-wrapper_one .bullet li {
  padding-left: 35px;
  font-size: 14px;
  line-height: 22px;
  display: block;
  color: #130e0b;
  letter-spacing: 0.3px;
  font-weight: 500;
  /* text-align: justify; */
  padding-bottom: 25px;
}
.do-dont-wrapper_one {
  /* padding: 35px; */
  border-top: 5px solid #0f75bc;
  border-radius: 6px;
  box-shadow: 0 8px 20px rgba(19, 14, 11, 0.1);
}
.do-dont-wrapper_one h3 span {
  background-color: #e7f1f8;
  color: #0f75bc;
  padding: 15px 17px;
  border-radius: 5px;
  margin-right: 10px;
}
/* wrapper 2 */
.do-dont-wrapper_two h3 {
  font-size: 20px;
  letter-spacing: 1px;
  display: block;
  font-weight: 700;
  color: #d32f2f;
  padding: 45px 30px 45px 30px;
  text-transform: capitalize;
  border-bottom: 1px solid #fbeaea;
}
.do-dont-wrapper_two .bullet {
  padding: 30px;
}
.do-dont-wrapper_two .bullet li span {
  color: #d32f2f;
  font-size: 16px;
  padding: 2px 6px;
  font-weight: 700;
  border-radius: 5px;
  background-color: #fbeaea;
  margin-right: 10px;
  margin-left: -35px;
  position: relative;
  bottom: -6px;
}
.do-dont-wrapper_two .bullet li {
  padding-left: 35px;
  font-size: 14px;
  line-height: 22px;
  display: block;
  color: #130e0b;
  letter-spacing: 0.3px;
  font-weight: 500;
  /* text-align: justify; */
  padding-bottom: 25px;
}
.do-dont-wrapper_two {
  /* padding: 35px; */
  border-top: 5px solid #d32f2f;
  border-radius: 6px;
  box-shadow: 0 8px 20px rgba(19, 14, 11, 0.1);
  height: 100%;
}
.do-dont-wrapper_two h3 span {
  background-color: #fbeaea;
  color: #d32f2f;
  padding: 15px 17px;
  border-radius: 5px;
  margin-right: 10px;
}
.e-waste-head h3 {
  font-size: 30px;
  padding-bottom: 20px;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-weight: 600;
  color: #130e0b;
  text-align: center;
}
.e-waste-desr h6 {
  font-size: 19px;
  color: #130e0b;
  font-weight: 600;
  margin-bottom: 15px;
  letter-spacing: 0.6px;
}
.e-waste-desr p {
  font-size: 14px;
  line-height: 24px;
  display: block;
  letter-spacing: 0.3px;
  font-weight: 500;
  border-radius: 25px;
  padding: 20px 20px;
  color: #130e0b;
  background: #e7f1f8;
}
.e-waste-desr {
  text-align: center;
}
.e-waste-desr h6 span {
  color: #0f75bc;
}
.e-waste-main {
  padding: 0 0 80px 0;
}
.table thead tr th {
  background: #0f75bc;
  color: #fff;
  border: 1px solid #fff;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-align: center;
  vertical-align: middle;
  font-weight: 600;
  padding: 10px 10px;
}
.table tbody tr td {
  font-size: 14px;
  color: #130e0b;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #fff;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.table_bg {
  background: #eceef2;
}
.e-waste-main .prod-table {
  margin-top: 50px;
}
.do-dont-wrapper_one {
  position: relative;
  overflow: hidden;
}

.do-dont-wrapper_one::before {
  content: "";
  position: absolute;
  background: url(../images/like-blue.svg) no-repeat;
  background-size: 100%;
  width: 35%;
  height: 38%;
  bottom: 1px;
  right: -39px;
  transform: rotate(26deg) scaleX(-1);
  z-index: -1;
}
.do-dont-wrapper_two {
  position: relative;
  overflow: hidden;
}

.do-dont-wrapper_two::before {
  content: "";
  position: absolute;
  background: url(../images/like-red.svg) no-repeat;
  background-size: 100%;
  width: 35%;
  height: 38%;
  bottom: -43px;
  right: -15px;
  transform: rotate(45deg) scaleX(-1) scaleY(-1);
  z-index: -1;
}
.our-work-sec {
  padding: 80px 0;
}
.our-work-head h2 {
  font-size: 30px;
  padding-bottom: 35px;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-weight: 600;
  color: #130e0b;
  text-align: center;
}
.our-work-box {
  margin-bottom: 30px;
}
.our-work-box iframe {
  border: 5px solid #0f75bc;
  box-shadow: 0 8px 20px rgba(19, 14, 11, 0.26);
  border-radius: 2px;
}
/*************************/
.team-wrapper:after {
  position: absolute;
  content: "";
  width: 3px;
  height: 0;
  right: 0;
  top: 0;
  transition: all 0.2s ease-in-out;
  background: #130e0b;
}
.team-wrapper:hover:after {
  height: 100%;
}
.team-wrapper:before {
  position: absolute;
  content: "";
  width: 0;
  height: 3px;
  right: 0;
  top: 0;
  transition: all 0.2s ease-in-out;
  background: #0f74bb;
}
.team-wrapper:hover:before {
  width: 100%;
}
.team-wrapper-two {
  position: relative;
}
.team-wrapper-two:after {
  position: absolute;
  content: "";
  width: 3px;
  height: 0;
  left: 0;
  bottom: 0;
  transition: all 0.2s ease-in-out;
  background: #130e0b;
}
.team-wrapper-two:hover:after {
  height: 100%;
}
.team-wrapper-two:before {
  position: absolute;
  content: "";
  width: 0;
  height: 3px;
  left: 0;
  bottom: 0;
  transition: all 0.2s ease-in-out;
  background: #0f74bb;
}
.team-wrapper-two:hover:before {
  width: 100%;
}
.team-height {
  height: 100%;
}
.quickcontact input[type="text"],
[type="email"],
[type="number"] {
  width: 100%;
  max-width: 100%;
  padding: 8px 5px;
  font-size: 14px;
  margin-top: 4px;
  display: inline-block;
  border: 1px solid #0f75bb;
  box-sizing: border-box;
}
.form-text {
  border: 1px solid #ccc;
}
.quickcontact input[type="submit"] {
  width: 100%;
  max-width: 100%;
  background-color: #130e0b;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 15px;
  padding: 7px;
  border: none;
  border-radius: 0px;
  cursor: pointer;
}
.quickcontact input[type="submit"]:hover {
  background-color: #000000;
  color: #fff;
  max-width: 100%;
}
.btn-1 {
  width: 100%;
  max-width: 100%;
  background-color: #0f75bb;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 15px;
  padding: 7px;
  border: none;
  cursor: pointer;
}
.quickcontact {
  right: 0px;
  bottom: 0px;
  max-width: 100%;
  overflow-x: hidden;
  display: block;
  background-color: #fbfbfb;
}
.max {
  border: #02395f thick solid;
  position: fixed;
  width: 210px;
  right: 10px;
  bottom: 10px;
  max-width: 100%;
  background-color: #ffffff;
  padding: 4px;
  z-index: 9999;
}
.error-img {
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
    -webkit-box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
    padding: 8px 8px 2px 8px;
    background: #fff;
}

.butn-bg {
  font-size: 14px;
  padding: 10px 30px;
  background: #ec3338;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.3px;
  display: block;
  border: 0px;
  text-transform: uppercase;
  margin-top: 20px;
}
.butn-bg:hover {
  color: #fff;
  background: #0f75bb;
}

.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  animation: breathe 2s ease-in-out infinite;
}


.whatsapp-btn i {
  color: #fff;
  font-size: 30px;
  animation: beat 2s ease-in-out infinite;
  text-decoration: none;
}


@keyframes breathe {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}


@keyframes beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}


.social_icon h6 {
  color: #fff;
  text-align: left;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
}
.social_icon h6:before {
  content: "";
  width: 20px;
  height: 5px;
  left: 0;
  background: #0f75bb;
  position: absolute;
  z-index: 1;
  bottom: 0;
}
.social_icon h6:after {
  content: "";
  background: #fff;
  width: 40px;
  height: 5px;
  position: absolute;
  bottom: 0;
  border-radius: 50px;
  left: 0;
}
.social_icon {
	float:left;
	padding: 2px 0;
	margin-top:15px;
}
.social_icon ul li {
	width: 40px;
	display: inline-block;
	border-radius: 10px;
}
.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
.social_icon li {
	display:inline-block;
}
.social_icon li a {
    width: 30px;
    height: 30px;
    border-radius: 4px;
	background: #fff;
    display: inline-block;
    padding: 3px 0;
	text-align:center;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    transition: all linear .3s;
}
.social_icon li i {
    font-size: 17px;
    padding-top: 3px;
}
.social_icon li.facebook i {
	color:#3b5998;
}
.social_icon li.twitter i {
	color:#000000;
}
.social_icon li.linkedin i {
	color:#007ab9;
}
.social_icon li.youtube i {
	color:#ff0000;
}
.hvr-float-shadow:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.social_icon li.facebook:hover a {
    background: #3b5998;
}
.social_icon li.twitter:hover a {
    background: #000000;
}
.social_icon li.linkedin:hover a {
    background: #007ab9;
}
.social_icon li.youtube:hover a {
    background: #ff0000;
}
.social_icon li.facebook:hover i, .social_icon li.twitter:hover i, .social_icon li.linkedin:hover i, .social_icon li.youtube:hover i {
   color:#fff;
}
.hvr-float-shadow:hover:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.prod-enquiry {
	display: block;
	margin:0 0 20px 0;
}
.quote-enquiry {
	display: block;
	margin:15px 0 20px 0;
}
.prod-enquiry span, .quote-enquiry span {
	margin-right: 10px;
}
.prod-enquiry span img, .quote-enquiry span img {
	margin-right: 5px;
	width:25px;
}
.prod-enquiry span a {
	color: #fff;
    border-width: 1px;
    border-color: #0f75bb;
    font-size: 16px;
    background-color: #0f75bb;
    border: 2px solid transparent;
    padding: 10px 20px 10px 15px;
    line-height: 24px;
    box-shadow: 6px 6px 18px 0px rgb(130 130 130 / 30%);
    transition: all 300ms ease 0ms;
    border-radius: 35px;
    position: relative;
}
.quote-enquiry span a {
	color: #fff;
    border-width: 1px;
    border-color: #0f75bb;
    font-size: 16px;
    background-color: #0f75bb;
    border: 2px solid transparent;
    padding: 10px 25px 10px 20px;
    line-height: 24px;
    box-shadow: 6px 6px 18px 0px rgb(130 130 130 / 30%);
    transition: all 300ms ease 0ms;
    border-radius: 35px;
    position: relative;
}
.prod-enquiry span a:hover {
	padding: 10px 30px 10px 10px;
}
.quote-enquiry span a:hover {
	padding: 10px 35px 10px 15px;
}
.prod-enquiry span a:after, .quote-enquiry span a:after {
	line-height: 25px;
    content: " ";
    width: 7px;
    height: 15px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-left: -1em;
    font-style: normal;
    font-weight: 400;
    transition: all 300ms ease 0ms;
    text-shadow: none;
    background: url(../images/enquiry-arrow.svg) no-repeat;
    filter: invert(53%) sepia(199%) saturate(293%) hue-rotate(229deg) brightness(193%) contrast(102%);
}
.prod-enquiry span a:hover:after, .quote-enquiry span a:hover:after {
    opacity: 1;
    margin-left: 15px;
}


.modal-dialog {
	max-width: 650px;
}
.modal-body {
	padding:0px;
	background: rgb(246 246 246);
}
.modal-header {
	text-align: center;
	background: #0f75bb;
	color: #ffff;
	font-size: 20px;
	font-weight: 600;
	padding: 15px 0;
	border-radius: 0px;
}
h6.modal-title {
	color:#fff;
	font-size:20px;
	text-align:center;
	letter-spacing:0.25px;
	font-weight:500;
	padding-left:20px;
}
.modal-content .close {
	opacity:1;
	padding:0px;
	margin:0px;
}
.modal-content .close span i {
    position: absolute;
    right: 16px;
    top: 0;
    width: 65px;
    height: 50px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    margin-right: 0;
    color: #130e0b;
    border-radius: 50px 0px 0px 50px;
    cursor: pointer;
}
.modal_lft_data {
	padding: 40px 20px;
}
.modal_lft_data {
	padding: 15px;
}
.request_form .form-group input {
    display: block;
    width: 100%;
    color: #130e0b;
    font-weight: 500;
    border: 0px;
    border: 1px solid #0f75bb;
    line-height: 24px;
    letter-spacing:0.25px;
    padding: 5px 15px;
    font-size: 14px;
    background: #fff;
    margin-bottom:20px;
}
.submit_btn {
    font-size: 14px;
    padding: 10px 25px;
    background: #130e0b;
    color: #fff;
    cursor:pointer;
    display: block;
    font-weight: 600;
    border:0px;
}
.submit_btn:hover {
	border:0px;
	color:#fff;
	background: #02395f;
}
.popup_logo {
    background:#fff;
    padding: 15px 10px;
    height: 100%;
}
.popup_logo img {
	width: 60%;
    margin: 0 auto;
    display: table;
}
.popup_link ul {
    padding-top: 10px;
}
.popup_link ul li {
    display: block;
    margin-top:20px;
}
.popup_link ul li span {
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #0f75bb;
    margin-right: 10px;
    display: inline-block;
}
.popup_link ul li span img {
    margin:8px auto;
    display:inline;
    width: 24px;
}
.popup_link ul li a {
    color: #130e0b;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.30px;
}
.popup_link ul li a:hover {
    color: #0f75bb;
}
.request_form .form-group textarea {
    display: block;
    width: 100%;
    color: #130e0b;
    font-weight: 500;
    border: 0px;
    border: 1px solid #0f75bb;
    line-height: 24px;
    letter-spacing: 0.25px;
    padding: 5px 15px;
    font-size: 14px;
    background: #fff;
    margin-bottom: 20px;
}
.request_form .form-group select {
    display: block;
    width: 100%;
    color: #130e0b;
    font-weight: 500;
    border: 0px;
    border: 1px solid #0f75bb;
    line-height: 24px;
    letter-spacing: 0.25px;
    padding: 5px 15px;
    font-size: 14px;
    background: #fff;
    margin-bottom: 20px;
}
.quick_connect {
	position:fixed;
	bottom:20px;
	right:20px;
	z-index:999;
}
.quick_connect img {
	position: absolute;
    content: '';
    width: 55px;
    right: 15px;
    background: #fff;
    padding: 5px;
    border-radius: 9px;
    top: -40px;
    z-index: 2;
}
#quick_logo_animate {
	animation-name:stretch;
	transform-origin:center;
	animation-timing-function:ease-out;
	animation-delay:0;
	animation-direction:alternate;
	animation-duration:2.5s;
	animation-fill-mode:none;
	animation-iteration-count:infinite;
}
@keyframes stretch {
  0% {
    transform: scale(.9);
  }
  100% {
    transform: scale(1);
  }
}
.quick_connect h5 {
	position:relative;
	padding:15px 25px;
	background:#0f75bb;
	color:#fff;
	font-size:16px;
	border-radius:5px;
	font-weight:600;
	letter-spacing:0.50px;
	display:block;
}
.quick_connect i {
	font-size: 30px;
    color: #0f75bb;
    position: absolute;
    right: 15px;
    bottom: -10px;
}
.thankyou_mg img {
    display: block;
    box-shadow: 0 1rem 3rem rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0.3rem 1rem rgb(0 0 0 / 10%);
    border-radius: 6px 6px 0 0;
    padding: 6px;
    background: #fff;
}






