@charset "utf-8";

/* CSS Document */

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600&display=swap");

/*font-family: 'Poppins', sans-serif;
font-family: 'Noto Sans', sans-serif;
font-family: 'Oswald', sans-serif;
*/

html {
  scroll-behavior: smooth;
}

body {
  background: #fff;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: "Noto Sans", sans-serif;
}

.container {
  max-width: 1280px;
}

@media only screen and (max-width: 1024px) {
  .container {
    width: 100% !important;
  }
}

:root {
  --primary: #18396f;
  --sc-primary: #008001;
  --sc-warning: #fe0000;
  --text-primary: #222222;
  --text-heading: #222222;
  --text-white: #fff;
  --font-family-Poppins: "Poppins", sans-serif;
  --font-family-NotoSans: "Noto Sans", sans-serif;
}

a {
  text-decoration: none;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

/*===========section space=========================*/

.section-sp1 {
  padding-top: 100px;
  padding-bottom: 70px;
}

.section-sp2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-sp3 {
  padding-top: 100px;
  padding-bottom: 0;
}

.section-sp4 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-sp5 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-sp6 {
  padding-top: 0px;
  padding-bottom: 60px;
}

.section-sp7 {
  padding-top: 50px;
  padding-bottom: 0px;
}

.section-spd1 {
  padding-top: 30px;
}

.section-smr1 {
  margin-top: 0;
  margin-bottom: 120px;
}

/*==============================================================*/

.header-top {
  background: var(--sc-primary);
  padding: 2px 0;
  margin-bottom: 0px;
  position: relative;
  border-bottom: 0px solid rgb(245, 245, 245);
}

/* .header-top:before {
  position: absolute;
  width: 50.85416666666667%;
  height: 100%;
  content: '';
  background: #fff;
  left: -22px;
  top: 0;
  transform: skew(-24deg, 0deg);
  -moz-transform: skew(-24deg, 0deg);
  -webkit-transform: skew(-24deg, 0deg);
} */

.header-top-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0px 0 0 0;
  position: relative;
}

.header-top-row .top-col-1 {
  width: 100%;
}

.header-top-row .top-col-2 {
  width: 30%;
}

.top-col-1 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.top-col-1 .social i {
  color: var(--text-white);
  font-size: 12px;
}

.top-col-1 .social i:hover {
  color: #fe0000;
  background: transparent !important;
}

.top-col-1 .top-info i {
  color: var(--text-white);
}

.top-col-1 .top-info:hover i {
  color: #fe0000;
}

.top-col-1 .top-info a {
  font-family: "Noto Sans", sans-serif;
  color: var(--text-white);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
}
.top-col-1 .top-info a:hover {
  color: #fe0000;
}

@media only screen and (max-width: 991px) {
  .header-top:before {
    position: absolute;
    width: 50.85416666666667%;
    height: 100%;
    content: "";
    background: transparent;
    left: -22px;
    top: 0;
    transform: skew(-24deg, 0deg);
    -moz-transform: skew(-24deg, 0deg);
    -webkit-transform: skew(-24deg, 0deg);
  }

  .top-col-1 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
}

@media only screen and (max-width: 768px) {
  .none1 {
    display: none;
  }
  /* .top-col-1{ display: none;} */
}

@media only screen and (max-width: 450px) {
  .header-top-row {
    display: none;
  }
}

/*==========================================================*/

.header-middle-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 0px 0 0 0;
}

.header-middle-row .m-col-1 {
  width: 100%;
}

.header-middle-row .m-col-2 {
  width: auto;
}

.m-col-2 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  margin: 0px 0 0 0;
}

.m-col-2 a {
  line-height: inherit;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 10px;
  color: #000;
  text-decoration: none;
  padding: 0 0 0 15px;
  text-align: left;
}

.header-nav {
  background: transparent;
  padding: 5px 0;
}

.header-nav .border-line {
  border-top: 0px solid #dfdedb;
  border-bottom: 0px solid #dfdedb;
}

/*-------------------------------------*/

/*-------------------------------------*/

.header-bottom {
  background: var(--sc-primary);
  padding: 5px 0;
}

.header-bt-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center !important;
}

.header-bt-1 {
  width: 70%;
}

.header-bt-2 {
  width: 30%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.header-bt-1 .live-tag {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: var(--text-primary);
}

.search-box {
  border: 0px solid #d6d3d3;
  border-radius: 7px;
}

.search-box .form-control {
  border: 0px;
  border-radius: 7px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #666;
  height: 40px;
}

.search-box .btn {
  border-left: 1px solid #a6002f;
  line-height: 0px;
  background: #a6002f;
  border-radius: 7px;
  width: auto !important;
}

.search-box .btn:hover {
  background: #000;
}

.search-box .btn .icon-search {
  color: #fff;
}

.header-bt-2 .adv-ser {
  display: flex;
  justify-content: flex-end;
  font-weight: 600;
  font-size: 10px;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  text-align: right;
}

@media only screen and (max-width: 575px) {
  .header-bt-row {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center !important;
  }
  .header-bt-1 {
    width: 100%;
  }
  .header-bt-2 {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
  .header-bt-1 .live-tag {
    padding: 8px 0;
    text-align: center;
  }
}

/*------------------------------------------*/

/*------------------------------------------*/

.header-center-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0px 0 0 0;
}

.header-center-row .c-col-1 {
  width: 100%;
}

.header-center-row .c-col-2 {
  width: 100%;
}

.c-col-1 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  position: relative;
  margin: 0px 0 0 0;
}

.c-col-1 h5 {
  font-family: "Poppins", sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 0 20px;
  padding: 0 10px;
  border-right: 1px solid #d1cfcf;
}

.c-col-1 h5 span {
  display: block;
}

.c-col-1 h6 {
  font-family: "Poppins", sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  margin: 0px;
  padding: 0 10px;
}

.top-links {
  padding: 0px;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  margin: 10px 0;
  position: absolute;
  bottom: -4px;
  right: 0px;
}

.top-links li {
  list-style: none;
  padding: 0px 12px;
  border-right: 0px solid #fff;
}

.top-links span {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}

.top-links a {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.top-links a:hover {
  color: var(--sc-primary);
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}

.top-links li:last-child {
  border-right: 0px;
  padding-right: 0;
}

@media only screen and (max-width: 600px) {
  .top-links {
    position: relative;
    bottom: 0px;
    right: 0px;
  }
  .top-links li:first-child {
    display: none;
  }
  .top-links a {
    font-size: 13px;
  }
}

@media only screen and (max-width: 1024px) {
  .c-col-1 h5 {
    font-family: "Poppins", sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 0 20px;
    padding: 0 10px;
    border-right: 1px solid #d1cfcf;
  }
  .c-col-1 h5 span {
    display: inline-block;
  }
  .c-col-1 h6 {
    font-family: "Poppins", sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    margin: 0px;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 870px) {
  .c-col-1 h5 {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 0 20px;
    padding: 0 10px;
    border-right: 1px solid #d1cfcf;
  }
  .c-col-1 h5 span {
    display: inline-block;
  }
  .c-col-1 h6 {
    font-size: 14px;
    font-weight: 600;
    margin: 0px;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 768px) {
  .header-center-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0px 0 0 0;
  }
  .header-center-row .c-col-1 {
    width: 100%;
  }
  .header-center-row .c-col-2 {
    width: 50%;
  }
  .c-col-1 h5 {
    font-size: 10px;
    font-weight: 600;
    margin: 0 0 0 20px;
    padding: 0 0px;
    border-right: 1px solid #d1cfcf;
  }
  .c-col-1 h5 span {
    display: inline-block;
  }
  .c-col-1 h6 {
    font-size: 10px;
    font-weight: 600;
    margin: 0px;
    padding: 0 5px;
  }
}

@media only screen and (max-width: 425px) {
  .header-center-row {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0px 0 0 0;
  }
  .header-center-row .c-col-1 {
    width: 100%;
  }
  .header-center-row .c-col-2 {
    width: 100%;
  }
  .c-col-1 h5 {
    font-size: 10px;
    font-weight: 600;
    margin: 0 0 0 20px;
    padding: 0 0px;
    border-right: 1px solid #d1cfcf;
  }
  .c-col-1 h5 span {
    display: inline-block;
  }
  .c-col-1 h6 {
    font-size: 10px;
    font-weight: 600;
    margin: 0px;
    padding: 0 5px;
  }
}

/*---------------------------------------*/

.logo {
  text-align: left;
  position: relative;
  top: 1px;
  z-index: 2;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}

.logo img {
  width: auto;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}

.home-anchor-link {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.home-anchor-link a {
  padding: 0 15px;
}

.home-anchor-link a img {
  padding: 3px;
  background: transparent;
  border: 1px solid #f58232;
  border-radius: 50%;
  display: block;
  position: relative;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}

.home-anchor-link a img:hover {
  background: #e5181f;
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}

@media only screen and (max-width: 1180px) {
  /*.header-middle-row .m-col-1{ width:0%;} 
.header-middle-row .m-col-2{ width: 100%;}*/
  .logo img {
    max-width: 100% !important;
  }
}

@media only screen and (max-width: 960px) {
  /*.header-middle-row{ display: flex; flex-direction: column; flex-wrap: nowrap; justify-content:space-between!important; align-items: center; margin: 0px 0 0 0;  }*/
  .header-middle-row .m-col-1 {
    width: auto;
  }
  .header-middle-row .m-col-2 {
    width: auto;
  }
  .logo {
    text-align: left;
    position: relative;
    top: 0px;
    z-index: 2;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
  }
  .logo img {
    max-width: 100% !important;
  }
}

@media only screen and (max-width: 768px) {
  .header-middle-row {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 0px 0 0 0;
  }
  .header-middle-row .m-col-1 {
    width: auto;
  }
  .header-middle-row .m-col-2 {
    width: auto;
  }
  .home-anchor-link {
    display: none;
  }
}

/*--------------------------------------------------*/

.header-fixed {
  width: 100%;
  min-height: inherit;
  z-index: 999;
  transition: top 0.25s ease-out;
  position: relative;
  background: transparent;
}

.header-fixed.header-mini {
  position: fixed;
  /*position: relative;*/
  top: 0;
  /*background: #fff;*/
  border: 0px;
  -webkit-box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.2);
  min-height: auto;
  transition: top 0.25s ease-out;
  -webkit-transition: top 0.25s ease-out;
}

.header-mini .header-top-row {
  display: none;
  justify-content: center;
  align-items: center;
}

.header-mini .top-col-1 {
  border: 0px;
  text-align: center;
}

.header-mini .top-col-2 {
  display: none;
}

.header-mini .header-top-row a {
  display: block;
}

/*.header-mini .header-nav{ background: rgba(255, 255, 255, 0.99);  padding: 0px 0;} */

.header-mini .header-nav .border-line {
  border-top: none;
  border-bottom: none;
}

.header-mini .logo {
  position: relative;
  top: 1px;
  text-align: center;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}

.header-mini .logo img {
  max-width: 60% !important;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}

.header-mini .navbar-custom {
  margin-top: 0px;
  border-top: 0px solid #ddd;
}

.header-mini .nav-link {
  font-size: 18px;
  color: #000;
}

.header-mini .nav-link span {
  font-size: 13px;
}

/*.header-mini .nav-link:hover {color: #304f9d;}*/

.header-mini .site-header {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 1002;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.header-mini .home-anchor-link {
  display: none;
}

@media only screen and (max-width: 768px) {
  .header-fixed {
    position: relative;
    /* min-height: 100%; */
  }
  .header-mini .logo img {
    width: 60% !important;
    transition: top 0.25s ease-out;
  }
  .header-fixed.header-mini {
    position: relative;
  }
}

/*---------------------------------------------------*/

.header-divider {
  background: rgb(230, 228, 228);
  background: linear-gradient(
    140deg,
    rgba(230, 228, 228, 1) 0%,
    rgba(219, 216, 216, 1) 100%
  );
  padding: 4px 0;
}

/*-------------carousel-----------------------------------------------------*/

.slider {
  margin: 0px 0 0px 0px;
  border: 0px solid #ddd;
}

.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  padding: 0;
  border-radius: 50px !important;
  border: 0;
  background-color: #fff;
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-control-prev-icon {
  background-image: url(../images/left-arrow-bk.png);
}

.carousel-control-next-icon {
  background-image: url(../images/right-arrow-bk.png);
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 23px;
  height: 42px;
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8%;
}

.carousel-caption {
  /*background: #fdd215;*/
  position: absolute;
  /* right:2%;
    
    left: 2%;
    z-index: 10; */
  bottom: 20%;
  padding: 10px;
  text-align: center;
}

.carousel-caption h1 {
  margin: 0px;
  font-family: var(--font-family-NotoSans);
  font-weight: 700;
  font-size: 45px;
  color: #fff;
}

.carousel-caption h6 {
  margin: 0px;

  font-weight: 500;
  font-size: 28px;
  color: #000;
}

.carousel-caption h4 {
  margin: 0px;

  font-weight: 600;
  font-size: 28px;
  color: #000;
}

.carousel-caption .know-more-btn {
  background: var(--sc-primary);
  padding: 10px 15px;
  font-family: var(--font-family-NotoSans);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 15px 30px;
  margin: 20px 0 0 0;
  display: inline-block;
  text-decoration: none;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.carousel-caption .know-more-btn:hover {
  background: var(--primary);
  color: #fff;
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
  /* box-shadow: 0 -5px 0 0 rgba(24, 24, 24, 0.15) inset, 0 5px 10px rgba(0, 0, 0, 0.5); */
}

.carousel-caption h3,
h4,
h5,
h6,
p {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.hidden-sm {
  display: none;
}

@media only screen and (max-width: 1240px) {
  .carousel-caption h1 {
    margin: 0px;
    font-family: var(--font-family-NotoSans);
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    color: #fff;
  }
}

@media only screen and (max-width: 1140px) {
  .carousel-caption h1 {
    margin: 0px;
    font-family: var(--font-family-NotoSans);
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
  }
}

@media only screen and (max-width: 980px) {
  .carousel-caption h1 {
    margin: 0px;
    font-family: var(--font-family-NotoSans);
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    color: #fff;
  }
}

@media only screen and (max-width: 768px) {
  .carousel-caption {
    /*background: #fdd215;*/
    position: absolute;
    right: 2%;
    left: 2%;
    bottom: 5%;
    padding: 10px;
    text-align: center;
  }

  .carousel-caption h1 {
    margin: 0px;
    font-family: var(--font-family-NotoSans);
    font-weight: 700;
    font-size: 21px;
    text-transform: uppercase;
    color: #fff;
  }

  .carousel-caption .know-more-btn {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 8px;
    padding: 10px 20px;
    margin: 10px 0 0 0;
  }
}

@media only screen and (max-width: 660px) {
}

@media only screen and (max-width: 580px) {
  .carousel-control-prev-icon {
    display: none;
  }
  .carousel-control-next-icon {
    display: none;
  }
  .carousel-indicators button {
    display: none !important;
  }
  /*.carousel-caption {bottom: 0%;}	*/
}

@media only screen and (max-width: 480px) {
  .slider {
    /*padding-top: 80px;*/
    margin: 0px 0 0px 0px;
    border: 0px solid #ddd;
  }
  /*.carousel-caption { display: none;}*/
  .hidden-lg {
    display: none;
  }
  .hidden-sm {
    display: inherit;
  }

  .carousel-caption h1 {
    margin: 0px;
    font-family: var(--font-family-NotoSans);
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
  }

  .carousel-caption .know-more-btn {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 8px;
    padding: 5px 10px;
    margin: 5px 0 0 0;
  }
}

@media only screen and (max-width: 370px) {
  .carousel-caption {
    display: none;
  }
}

/*------------inner page banner----------------*/

.carousel-inner-overlay:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: 0;
}

.carousel-inner-overlay {
  position: relative;
  overflow: hidden;
  border: 0px solid rgb(0, 0, 0);
}

.carousel-caption-1 {
  /*background: #fdd215;*/
  position: absolute;
  right: 0%;
  bottom: 30%;
  left: 0%;
  z-index: 10;
  padding: 10px;
  text-align: center;
  /*width:100%;*/
}

.carousel-caption-1 h1 {
  margin: 0px;
  color: #fff;
  font-size: 36px;
  letter-spacing: 0.1px;
  font-family: var(--font-family-NotoSans);
  font-weight: 700;
  line-height: normal;
  position: relative;
  display: block;
}

.carousel-caption-1 h1 span {
  display: inline-block;
  position: relative;
}

/* .carousel-caption-1 h4 span:after{ content: "";   position: absolute;  left: 0; right: 0; margin: auto;
    bottom:-5px;   width:30%;   height: 4px;   background: #dd1f26; }  */

.color-bar {
  background-color: transparent;
  padding: 10px 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
}

.color-bar:after {
  position: absolute;
  width: 25%;
  height: 100%;
  content: "";
  background: var(--primary);
  left: -25px;
  bottom: 40px;
  z-index: 99999;
  transform: skew(-24deg, 0deg);
  -moz-transform: skew(-24deg, 0deg);
  -webkit-transform: skew(-24deg, 0deg);
}

.top-bar {
  background-color: #1f1a17;
  border-bottom: 0px solid rgba(0, 0, 0, 0.08);
  color: #7e7e7e;
  padding: 12px 0;
  position: relative;
}

.top-bar:before {
  position: absolute;
  width: 40.85416666666667%;
  height: 100%;
  content: "";
  background: #ff5e14;
  left: -22px;
  top: 0;
  transform: skew(-24deg, 0deg);
  -moz-transform: skew(-24deg, 0deg);
  -webkit-transform: skew(-24deg, 0deg);
}

@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 1100px) {
  .color-bar {
    display: none;
  }
  .carousel-caption-1 {
    /*background: #fdd215;*/
    position: absolute;
    right: 0%;
    bottom: 20%;
    left: 0%;
    z-index: 10;
    padding: 10px;
    text-align: center;
    /*width:100%;*/
  }
}

@media only screen and (max-width: 575px) {
  .carousel-caption-1 h1 {
    margin: 0px;
    font-size: 28px;
  }
}

@media only screen and (max-width: 425px) {
  .carousel-caption-1 h1 {
    margin: 0px;
    font-size: 24px;
  }
  .carousel-caption-1 {
    bottom: 10%;
  }
}

/*--================================================-*/

.heading-bx h2 {
  font-family: var(--font-family-NotoSans);
  color: var(--text-heading);
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-align: left !important;
  line-height: normal !important;
  position: relative;
  margin-bottom: 30px;
}

.heading-bx h2::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0%;
  width: 100px;
  height: 2px;
  background: var(--sc-primary);
}

.heading-bx h2 span {
  color: var(--text-heading);
  font-size: 40px;
  font-weight: 700;
}

.heading-bx h4 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  color: var(--text-heading);
  font-weight: 500;
  text-transform: inherit;
  text-align: left !important;
  position: relative;
}

.heading-bx h4 span {
  padding-left: 30px;
  padding-right: 0px;
  position: relative;
  display: inline-block;
}

.heading-bx h4 span:before {
  content: "";
  width: 20px;
  height: 16px;
  background-color: var(--primary);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* .heading-bx h4 span:after {
  content: '';
  width: 50px;
  height: 2px;
  background-color: #ff7029;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
} */

.heading-bx h3 {
  font-family: var(--font-family-NotoSans);
  color: var(--text-heading);
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-align: center !important;
  line-height: normal !important;
  position: relative;
  margin-bottom: 40px;
}

.heading-bx h3::after {
  text-align: center !important;
  content: "";
  position: absolute;
  bottom: -5px;
  left: 45%;
  margin: 0 auto;
  width: 100px;
  height: 2px;
  background: var(--sc-primary);
}

@media only screen and (max-width: 768px) {
  .heading-bx h3::after {
    position: absolute;
    bottom: -5px;
    left: 40%;
  }
}

@media only screen and (max-width: 425px) {
  .heading-bx h2 {
    font-size: 30px;
  }

  .heading-bx h3 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 375px) {
  .heading-bx h3::after {
    position: absolute;
    bottom: -5px;
    left: 34%;
  }
}

.heading-bx h5 {
  font-family: "Poppins", sans-serif;
  color: var(--text-heading);
  font-size: 32px;
  font-weight: 700;
  text-align: left;
  line-height: auto !important;
}

.heading-bx h5 span {
  display: block;
  padding: 0;
  margin: -20px 0 0 0;
}

.heading-bx h6 {
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  color: var(--primary);
  font-weight: 600;
  text-align: left !important;
  position: relative;
  margin: 0px;
}

.heading-bx h1 {
  font-family: "Poppins", sans-serif;
  color: var(--sc-primary);
  font-size: 36px;
  font-weight: 700;
  text-align: left !important;
  line-height: normal !important;
}

.heading-bx .color-white {
  color: #fff;
  /*text-align: left !important;*/
}

@media only screen and (max-width: 425px) {
}

/*==================================================*/

.home-pro-bg {
  background: var(--sc-primary);
}
.pro-list-bx {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.pro-list-bx a {
  padding: 30px 25px;
  text-decoration: none;
  font-family: var(--font-family-NotoSans);
  font-weight: 600;
  font-size: 15px;
  color: var(--text-white);
  letter-spacing: 0.5px;
  text-align: center;
}
.pro-list-bx .color1 {
  background: var(--sc-primary);
}
.pro-list-bx .color2 {
  background: var(--primary);
}

.pro-list-bx .color1:hover,
.color2:hover {
  background: #fe0000;
}

@media only screen and (max-width: 575px) {
  .home-pro-bg {
    background: #fff;
    padding: 10px 0;
  }
  .pro-list-bx {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .pro-list-bx a {
    font-weight: 500;
    width: 48%;
    margin: 2px 2px;
    background: var(--sc-primary);
    padding: 7px 5px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/*===============================================================*/

.wel-section-area {
  background-image: url(../images/wel-bg.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain auto;
  padding: 0px 0px 0px 0px;
  overflow: visible;
}

.wel-section-area img {
  width: auto;
  height: 480px;
  position: absolute;
  left: -10%;
}
.wel-shadow-bg {
  padding: 100px 40px;
}

@media only screen and (max-width: 1200px) {
  .wel-section-area img {
    width: auto;
    height: 430px;
    position: absolute;
    left: -7%;
  }
  .wel-shadow-bg {
    padding: 80px 20px;
  }
}

@media only screen and (max-width: 1100px) {
  .wel-section-area img {
    width: auto;
    height: 390px;
    position: absolute;
    left: -7%;
  }
  .wel-shadow-bg {
    padding: 80px 20px;
  }
}

@media only screen and (max-width: 991px) {
  .wel-section-area img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0%;
  }
  .wel-shadow-bg {
    padding: 20px 20px;
  }
}

@media only screen and (max-width: 768px) {
  .wel-section-area img {
    width: 100%;
    height: auto;
    position: relative;
    left: 0%;
  }
  .wel-shadow-bg {
    padding: 0px 0px;
  }
}

.wel-bx p {
  font-family: var(--font-family-NotoSans);
  font-size: 17px;
  line-height: 26px;
  font-weight: 500;
  color: var(--text-primary);
  text-align: left !important;
}

.wel-bx h3 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: var(--text-heading);
  text-align: left !important;
}

.wel-bx ul li {
  font-family: "Poppins", sans-serif;
  padding-top: 10px;
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
  color: var(--text-primary);
  text-align: left !important;
}

.wel-bx .readmore {
  font-family: var(--font-family-NotoSans);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--text-primary);
  background-color: #fff;
  border: 2px solid var(--sc-primary);
  border-radius: 8px;
  padding: 12px 40px;
  display: inline-flex;
  margin-top: 20px;
  align-items: center;
}

.wel-bx .readmore span {
  padding: 0 20px 0 10px;
}

.wel-bx .readmore i {
  color: #fff;
  padding: 12px;
}

.wel-bx .readmore:hover {
  background-color: var(--sc-primary);
  color: var(--text-white);
}

.wel-bx .readmore:hover i {
  background-color: var(--sc-primary);
  color: #000;
}

.row-display {
  padding: 0 0px;
}

.rounded-3 {
  border-radius: 1rem !important;
}

/* .wel-shadow-bg{ background: #fff; box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important; padding: 20px; border-radius: 15px; 
  position: relative; left: -100px; }  


.wel-shadow-bg::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -12px;
  height: calc(100% - 80px);
  width: 2%;
  background: #E0E2E8;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: inherit;
  z-index: -1;
  pointer-events: none;
} */

@media only screen and (max-width: 1180px) {
  /* .wel-shadow-bg{ background: #fff;  padding: 20px; border-radius: 15px; position: relative; left: -100px;}  */
  .row-display {
    padding: 0 0px;
  }
}

/* @media only screen and (max-width: 1024px) {
  .wel-shadow-bg{ background: #fff; box-shadow:none  !important;  padding: 20px; border-radius: 15px; position: relative; left: 0px;} 
  .wel-shadow-bg::after { 
    content: none;     
  }
 
} */

@media only screen and (max-width: 767px) {
  /* .wel-shadow-bg{ background: #fff; box-shadow:none  !important;  padding: 0 0 25px 0; border-radius: 0px; position: relative; left: 0px;}  */
  .row-display {
    display: flex;
    flex-direction: column-reverse;
    padding: 0 0px;
  }
}

/**=======================================**/

/*.owl-carousel .owl-item{min-height: 335px;}*/

.item-list {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 2px 0 30px 0;
}

.item-list .item {
  margin: 8px 0px;
}

.item-list .item-box {
  border: 0px solid #9c2435 !important;
  border-radius: 0px;
  background: transparent;
  padding: 0px;
  /*min-height: 450px;*/
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}

.item-list .item-box a {
  text-decoration: none;
}

.item-list .item-box p {
  color: var(--text-primary);
  font-size: 14px;
  font-weight: 500;
  text-transform: inherit;
  margin: 2px 0;
  overflow: hidden;
  /* max-height: 40px; */
}

.item-list .item-box h4 {
  color: #d2d2d2;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: inherit;
  margin: 4px 0 0 0;
}

.item-list .item-box h3 {
  color: var(--text-primary);
  font-size: 18px;
  font-weight: 600;
  text-transform: inherit;
  margin: 4px 0 0 0;
}

.item-list .item-box aside {
  padding: 10px 5px;
  text-align: center;
}

.item-list .item-box:hover {
  background: transparent;
  color: #fff;
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}

.pro-box-img {
  /*max-height:300px;*/
  color: #fff;
  position: relative;
  overflow: hidden;
  border: 0px solid #e1e1e1;
  border-radius: 6px;
}

.pro-box-img figure {
  padding: 0px;
  margin: 0px;
  text-align: center;
}

.pro-box-img figure img {
  width: 100%;
  height: 100%;
  position: relative;
  transition: all 2s ease;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
}

.pro-box-img-1 {
  /*max-height:300px;*/
  color: #fff;
  position: relative;
  overflow: hidden;
  border: 0px solid #9c2435;
}

.pro-box-img-1 figure {
  padding: 10px;
  margin: 0px;
  text-align: center;
}

.pro-box-img-1 figure img {
  width: 50%;
  position: relative;
  transition: all 2s ease;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
}

/* .pro-box-img:hover figure img {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    opacity: 1;
} */

.btn-pr {
  background: var(--sc-primary);
  padding: 6px 12px;
  color: var(--text-primary);
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  margin-top: 5px;
}

.btn-pr:hover {
  background: var(--primary);
  color: #fff;
}

@media only screen and (max-width: 1160px) {
  .item-list .item-box aside {
    padding: 10px 10px;
  }
}

@media only screen and (max-width: 800px) {
  .item-list {
    margin: 0 0px;
  }
}

@media only screen and (max-width: 575px) {
  .item-list .item-box {
    margin-top: 10px;
    min-height: auto;
  }
  .item-list .item {
    margin: 2px;
  }
}

@media only screen and (max-width: 480px) {
  .item-list div {
    margin: 0 0px;
  }
  /*.pro-box-img{ height: 400px;}*/
  .pro-box-img-1 figure img {
    width: 100%;
  }
}

@media only screen and (max-width: 375px) {
  /*.pro-box-img{ height: 300px;}*/
}

/*------------------------------------------------------*/

/*=================================================================*/

.content-area {
  position: relative;
  background: #fff;
  border-radius: 0px;
  padding: 80px 100px;
  margin: 0;
}

@media only screen and (max-width: 991px) {
  .content-area {
    position: relative;
    background: #fff;
    border-radius: 0px;
    padding: 40px 5px;
    margin: 0;
  }
}

.content-text {
  font-family: var(--font-family-NotoSans);
}

.content-text p {
  color: var(--text-primary) !important;
  font-size: 17px;
  font-weight: 500;
  line-height: 26px;
  margin: 10px 0px;
  letter-spacing: 0.2px;
}

.content-text p span {
  color: var(--primary) !important;
}

.content-text h2 {
  color: var(--text-heading);
  font-size: 24px;
  font-weight: 700;
  margin: 0px 0px 0px 0;
  padding: 40px 0 25px 0;
}

.content-text h3 {
  color: var(--text-heading);
  font-size: 24px;
  font-weight: 700;
  margin: 0px 0px 0px 0;
  padding: 40px 0 25px 0;
}

.content-text h4 {
  color: var(--primary);
  font-size: 16px;
  font-weight: 600;
  margin: 0px 0px 5px 0;
  padding: 0;
}

.content-text h6 {
  color: var(--text-primary);
  font-size: 16px;
  font-weight: 600;
  margin: 0px 0px 0px 0;
  padding: 2px 0;
}

.content-text ul {
  padding: 0px 0 0 25px;
}

.content-text li {
  list-style: url(../images/list.png);
  color: var(--text-primary) !important;
  font-size: 17px;
  font-weight: 500;
  line-height: 26px;
  padding: 8px 6px;
}

.content-text .readmore {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #fff;
  background-color: var(--primary);
  padding: 0px;
  display: inline-flex;
  align-items: center;
  margin-top: 20px;
}

.content-text .readmore span {
  padding: 0 20px 0 10px;
}

.content-text .readmore i {
  color: #fff;
  padding: 12px;
}

.content-text .readmore:hover {
  background-color: var(--sc-primary);
  color: #000;
}

.content-text .readmore:hover i {
  background-color: var(--sc-primary);
  color: #000;
}

.read-more {
  display: inline-block;
  color: var(--primary);
  font-size: 15px;
  font-weight: 600;
  margin: 6px 0;
  padding: 0;
}

.read-more:hover {
  color: var(--sc-primary);
}

/*--==================================================================--*/

.contact-bg {
  background: #f3f4f6;
  padding: 70px 0 70px 0;
}

.contact-row {
  margin: 10px 0;
  padding: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: "Poppins", sans-serif;
}

.contact-col-1 {
  width: 48%;
  padding: 0px;
}

.contact-col-2 {
  width: 48%;
  padding: 0px;
}

.contact-col-3 {
  width: 100%;
  padding: 0px;
}

.contact h1 {
  color: var(--text-primary);
  font-size: 20px;
  font-weight: 600;
  margin: 0 0px 10px 0;
  padding: 0 0 7px 0;
}

.contact h4 {
  text-align: center;
  color: var(--text-heading);
  font-size: 22px;
  font-weight: 600;
  margin: 30px 0px 10px 0;
  padding: 15px 0;
}

.contact p {
  color: var(--text-primary) !important;
  font-size: 17px;
  font-weight: 500;
  line-height: 26px;
  margin: 10px 0px;
  letter-spacing: 0.2px;
}

.contact p strong {
  font-weight: 700;
  font-size: 17px;
}

.contact p a {
  color: var(--text-primary);
}

.contact .btn.btn-social {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  border: 1px solid #555;
  border-radius: 35px;
  transition: 0.3s;
}

.contact .btn.btn-social:hover {
  color: #fff;
  border: 0px;
}

@media only screen and (max-width: 768px) {
  .contact-row {
    margin: 10px 0;
    padding: 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    font-family: "Poppins", sans-serif;
  }
  .contact-col-1 {
    width: 100%;
    padding: 0px;
  }
  .contact-col-2 {
    width: 100%;
    padding: 0px;
  }
}

.location-map {
  position: relative;
  width: 100%;
  margin: 0px 0 20px 0;
}

@media only screen and (max-width: 768px) {
  .location-map {
    position: relative;
    width: 100%;
    margin: 20px 0;
  }
}

/*==================================================================*/
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  font-size: 15px;
  color: #222;
  font-weight: 600;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-family: var(--font-family-NotoSans);
  font-size: 15px !important;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 1.42857143;
  color: #222;
  border: 1px solid #c8c6c6;
  border-radius: 0px;
}

.form-control1 {
  width: 100%;
  height: 32px !important;
}

.form-group {
  margin-bottom: 10px;
}

.form-group p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: var(--text-primary);
  font-weight: 500;
  margin: 10px 0;
}

.form-group h6 {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  color: var(--text-primary);
  font-weight: 500;
  margin: 0 0 10px 0;
}

.form-group label {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: var(--text-primary);
  font-weight: 500;
  margin-bottom: 0px;
}

.form-group label small {
  font-size: 16px;
  color: #f01818;
}

.form-check-label {
  font-weight: 400 !important;
  font-size: 13px !important;
  color: var(--text-primary);
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  cursor: pointer;
}

.fp-link {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  color: var(--text-primary);
  font-weight: 500;
  padding: 10px 0;
}

.submit-link {
  background: var(--sc-primary);
  /* width: 100%; */
  padding: 15px 60px !important;
  font-family: var(--font-family-NotoSans);
  color: #fff;
  font-size: 16px !important;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 8px;
  margin: 16px 0 0 0;
  display: inline-block;
  text-decoration: none !important;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.submit-link:hover {
  background: var(--primary);
  color: #fff;
  /* -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px); */
}

.btn-danger {
  color: #fff;
  background-color: var(--sc-primary);
  border-color: var(--sc-primary);
}

.btn-danger:hover {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
}

/*------------------------------------------------------------*/

.footer-logo {
  margin: 20px 0;
}

.footer-logo img {
  border: 1px solid rgb(240, 240, 240);
  padding: 10px;
  border-radius: 4px;
}

.footer {
  background: var(--primary) url(../images/footer-bg.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain auto;
  padding: 50px 0px 0px 0px;
  position: relative;
  margin-top: 0px;
}

/* .footer-background-overlay {
  background-image: url(../images/footer-bottom-bg.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 100% auto;
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute; z-index: -1;
} */

.footer-col {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.footer-col .ft-col-1 {
  width: 40%;
  padding: 0 0px 0 0;
}

.footer-col .ft-col-2 {
  width: 40%;
  padding: 0 0px 0 0;
}

.footer-col .ft-col-3 {
  width: 23%;
  padding: 0 0px 0 0;
}

.footer-col .ft-col-4 {
  width: 23%;
  padding: 0 0px 0 0;
}

/* .footer-col .ft-col-4 img {
     width: 100%;padding-right: 5px;
} */

.footer h4 {
  font-family: var(--font-family-NotoSans);
  font-weight: 600;
  color: #fff;
  font-size: 22px;
  margin: 20px 0;
  text-transform: inherit;
  position: relative;
  letter-spacing: 0.5px;
}

.footer h3 {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 36px;
  margin: 20px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
}

/*.footer h4:before { content: ""; position: absolute; width:30px;  height:100%; background:#e81f27;  } 
 .footer h4 span{position: relative; padding: 5px;}*/

.footer p {
  font-family: var(--font-family-NotoSans);
  font-weight: 400 !important;
  color: #fff;
  font-size: 16px !important;
  text-decoration: none;
  line-height: 26px;
  letter-spacing: 0.5px;
}

.footer p a {
  color: #fff;
}

.footer p strong {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.footer h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 18px;
  margin: 0px;
}

.footer_links {
  padding: 0px 0 0 0;
  font-family: "Poppins", sans-serif;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.footer_links .footer_links_col {
  width: 48%;
  margin-right: 10px;
}

.footer_links ul {
  list-style: none;
  padding: 0px 0 0px 3px;
  text-align: left;
}

.footer_links li {
  padding: 4px 0;
  margin: 0px;
  border-bottom: 0px dashed #1d1d1d;
}

.footer_links li a {
  font-weight: 500;
  color: #fff;
  font-size: 14px !important;
  text-decoration: none;
}

.footer_links li a:hover {
  color: var(--sc-primary);
  -moz-transition: 0.4s ease-in-out 0s;
  -ms-transition: 0.4s ease-in-out 0s;
  -webkit-transition: 0.4s ease-in-out 0s;
  transition: 0.4s ease-in-out 0s;
  padding-left: 15px;
}

.border-right {
  border-right: 1px dashed #19406f;
  min-height: 280px;
}

.footer_links .links-list li {
  float: left;
  width: 48%;
}

.footer_bottom {
  margin: 40px 0 0 0;
  padding: 20px 0px;
  background-color: #011940;
  border-top: 0px solid #922367;
}

.footer_bottom-in {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: center;
}

.footer_bottom p {
  font-family: var(--font-family-NotoSans);
  font-size: 15px !important;
  font-weight: 500;
  color: #a3a3a3 !important;
  text-decoration: none;
  margin: 0px;
}

.footer_bottom p a {
  color: #fff !important;
}

.footer_center {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  border-top: 1px solid #cda519;
  border-bottom: 1px solid #cda519;
  margin-top: 10px;
}

.footer_center .footer_center_1 {
  width: 70%;
  padding: 6px 5px;
  border-right: 1px solid #cda519;
}

.footer_center .footer_center_2 {
  width: 30%;
  padding: 15px 20px;
  text-align: center;
}

.footer_center p {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #e4e4e4;
  font-size: 13px !important;
  text-decoration: none;
  margin: 0px;
}

.footer_center p strong {
  font-size: 14px;
  font-weight: 600;
  color: var(--sc-primary);
}

.footer .btn.btn-social {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 0px solid var(--sc-primary);
  border-radius: 35px;
  transition: 0.3s;
}

.footer .btn.btn-social:hover {
  color: #000;
}

.btn-outline-light:hover {
  color: #000;
  background-color: var(--sc-primary);
  border: 0px #fff;
}

@media only screen and (max-width: 768px) {
  .footer-col {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer-col .ft-col-1 {
    width: 48%;
    padding: 0 0px 0 0;
  }
  .footer-col .ft-col-2 {
    width: 48%;
    padding: 0 0px 0 0;
  }
  .footer-col .ft-col-3 {
    width: 48%;
    padding: 0 0px 0 0;
  }
  .footer-col .ft-col-4 {
    width: 48%;
    padding: 0 0px 0 0;
  }
}

@media only screen and (max-width: 430px) {
  .footer-col {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer-col .ft-col-1 {
    width: 100%;
    padding: 0 0px 0 0;
  }
  .footer-col .ft-col-2 {
    width: 100%;
    padding: 0 0px 0 0;
  }
  .footer-col .ft-col-3 {
    width: 100%;
    padding: 0 0px 0 0;
  }
  .footer-col .ft-col-4 {
    width: 100%;
    padding: 0 0px 0 0;
  }
  .footer_center {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    border-top: 1px solid var(--sc-primary);
    border-bottom: 1px solid var(--sc-primary);
  }
  .footer_center .footer_center_1 {
    width: 100%;
    padding: 10px 0px;
    border-right: 0px solid var(--sc-primary);
  }
  .footer_center .footer_center_2 {
    width: 100%;
    padding: 10px 0px;
    text-align: left;
  }
}

@media only screen and (max-width: 425px) {
  .footer_links {
    padding: 0px 0 0 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .footer_links .footer_links_col {
    width: 100%;
    margin-right: 0px;
  }
  .footer_links ul {
    margin: 0px;
  }
}

.footer-top {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border-top: 0px solid #bebebe;
  border-bottom: 1px solid #bebebe;
  padding: 10px 0;
}

.footer-top-1 {
  width: 60%;
  border-right: 1px solid #bebebe;
}

.footer-top-2 {
  width: 40%;
}

.subscribe-news {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  padding-right: 30px;
  padding-top: 10px;
}

.subscribe-news h5 {
  font-family: "Poppins", sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin: 0 15px 0 0;
  position: relative;
  z-index: 1;
}

.subscribe-box {
  border: 0px solid #111111;
}

.subscribe-box .form-control {
  border: 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #666;
  height: 35px;
  width: 260px;
}

.subscribe-box .btn {
  border-left: 0px solid #dfdedb;
  line-height: 0px;
  margin: 0 10px;
}

.submit-link-1 {
  background: #000;
  padding: 7px 20px;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 10px;
  display: inline-block;
  text-decoration: none !important;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.submit-link-1:hover {
  background: #bd0400;
  color: #fff;
}

.connect-us {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-left: 30px;
}

.connect-us h5 {
  font-family: "Poppins", sans-serif;
  color: var(--sc-primary);
  font-size: 18px;
  font-weight: 600;
  margin: 0 15px 0 0;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 900px) {
  .subscribe-news {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding-right: 20px;
    padding-top: 0px;
  }
  .subscribe-box {
    margin-top: 7px;
  }
  .connect-us {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 660px) {
  .footer-top {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    border-top: 0px solid #bebebe;
    border-bottom: 1px solid #bebebe;
    padding: 10px 0 00;
  }
  .footer-top-1 {
    width: 100%;
    border-right: 0px solid #bebebe;
  }
  .footer-top-2 {
    width: 100%;
  }
  .connect-us {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 0px;
  }
}

@media only screen and (max-width: 425px) {
  .subscribe-box {
    border: 0px solid #111111;
  }
  .subscribe-box .form-control {
    border: 0px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #666;
    height: 35px;
    width: 170px;
  }
  .submit-link-1 {
    padding: 7px 7px;
    font-size: 15px;
  }
}

/*-------------------------------------------*/

.social-icon {
  text-align: left;
  margin: 0px 0 0 0;
  padding: 0px 0;
  border-bottom: 0px solid #d4d1d1;
  position: relative;
  top: 1px;
  right: 0px;
  z-index: 1;
}

.social-icon:after {
  content: "";
  clear: both;
  display: block;
}

.social-icon span {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}

.social-icon li {
  padding: 2px;
  display: inline-block;
  text-align: right;
  margin-top: 0px;
  color: #7d7d7d;
  line-height: 10px;
  border-right: 0px solid #ddd;
}

.social-icon li a {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 15px !important;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  padding: 0px;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  border-radius: 30px;
  color: #fff !important;
  /* background: #fff; */
}

.social-icon li a:hover {
  border-radius: 30px;
  background: transparent;
  color: #efc635 !important;
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}

.social-icon small {
  font-family: "Avenir-Heavy";
  font-size: 18px;
  color: #161515;
  text-transform: none;
}

@media only screen and (max-width: 768px) {
  .social-icon {
    position: absolute;
    top: 10px;
    right: 60px;
    z-index: 1;
  }
}

@media only screen and (max-width: 600px) {
  .social-icon {
    position: relative;
    top: 10px;
    right: 0px;
    z-index: 1;
    text-align: right;
  }
  .social-icon span {
    font-size: 12px;
  }
}

.social-icon-1 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-align: left;
  margin: 0px 0 0 0;
  padding: 0px;
  border-bottom: 0px solid #d4d1d1;
}

.social-icon-1:after {
  content: "";
  clear: both;
  display: block;
}

.social-icon-1 li {
  padding: 8px;
  display: inline-block;
  text-align: right;
  margin-top: 0px;
  color: #fff;
  line-height: 30px;
  border-right: 0px solid #000;
}

.social-icon-1 li a span {
  font-size: 18px;
}

.social-icon-1 li a {
  display: inline-block;
  width: auto;
  height: auto;
  line-height: 20px !important;
  text-align: center;
  text-decoration: none;
  font-size: 25px;
  margin-right: 0px !important;
  padding-top: 8px;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  border-radius: 0px;
  /*background:#fff;*/
  color: #fff;
}

.social-icon-1 li a:hover {
  border-radius: 0px;
  color: #efc635 !important;
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}

@media only screen and (max-width: 700px) {
  .social-icon-1 li {
    padding: 0 8px;
  }
  .social-icon-1 li a {
    padding-top: 0px;
  }
}

/*----------------------------back to top ------------------------*/

.pd-30 {
  padding: 30px 0;
}

.mg-top-20 {
  margin-top: 20px;
}

.mg-top-30 {
  margin-top: 30px;
}

.mg-top-50 {
  margin-top: 50px;
}

.mg-top-80 {
  margin-top: 80px;
}

.mg-bottom-30 {
  margin-bottom: 30px;
}

.mg-bottom-20 {
  margin-bottom: 20px;
}

.ps-04 {
  padding-left: 1.5rem;
}

@media only screen and (max-width: 768px) {
  .ps-04 {
    padding-left: 0rem !important;
    padding: 15px 0;
  }
}

.success-text {
  margin: 60px 0 0 0;
  border: 0px solid #ccc;
  padding: 15px;
  text-align: center;
}

.success-text h6 {
  padding: 0px 0;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #e31a3a;
}

.success-text h5 {
  padding: 0px 0;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #333;
}

.success-text h5 small {
  padding: 0px 0;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #e31a3a;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.testimonials {
  padding: 10px 0;
  position: relative;
}

.testimonials aside {
  text-align: left !important;
}

.testimonials p {
  font-size: 13px !important;
  line-height: 24px !important;
  font-weight: 500 !important;
  color: var(--text-primary);
}

.testimonials h3 {
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 600 !important;
  color: var(--text-primary);
  padding: 10px 0 0 0;
  margin: 0;
}

/*------------------------------------------------------*/

.gallery-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  /*margin-right: -15px; margin-left: -15px;*/
  margin-top: 20px;
  position: relative;
}

.gallery-row .gallery-col {
  margin: 0 10px 10px 0;
  width: 23.33%;
  /*padding-left: 15px; padding-right: 15px;*/
  border: 1px solid #ddd;
  position: relative;
  cursor: pointer;
}

.gallery-row p {
  font-family: "Product Sans";
  color: #616161;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
  margin: 10px 0;
}

.gallery-row p strong {
  font-weight: 500;
}

.gallery-col-img {
  color: #fff;
  position: relative;
  overflow: hidden;
  border: 0px solid #ddd;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.gallery-col-img figure {
  padding: 0px;
  margin: 0px;
  max-height: 170px;
  width: 100%;
}

.gallery-col-img figure img {
  width: 100%;
  height: 100%;
  position: relative;
  transition: all 2s ease;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
}

.gallery-col-img:hover figure img {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  opacity: 1;
}

/*.gallery-col-img figure a:first-child { display: inherit;}
.gallery-col-img figure a { display: none;}*/

.gallery-row-wrapper {
  margin-top: 0px;
  padding: 0 0px;
  position: relative;
}

.gallery-row-content {
  background: #fff;
  padding: 10px;
}

.gallery-row-content h3 {
  font-family: "Avenir-Heavy";
  text-align: left;
  color: #2b2523;
  font-size: 20px;
  margin: 5px 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.gallery-row-content p {
  font-family: "Avenir-Medium";
  color: #2b2523;
  font-size: 15px;
  margin: 5px 0;
}

@media only screen and (max-width: 660px) {
  .gallery-row .gallery-col {
    margin: 0 10px 10px 0;
    width: 28.33%;
    /*padding-left: 15px; padding-right: 15px;*/
    border: 1px solid #ddd;
    position: relative;
    cursor: pointer;
  }
}

@media only screen and (max-width: 425px) {
  .gallery-row .gallery-col {
    margin: 0 10px 10px 0;
    width: 45.33%;
    /*padding-left: 15px; padding-right: 15px;*/
    border: 1px solid #ddd;
    position: relative;
    cursor: pointer;
  }
}

@media only screen and (max-width: 320px) {
  .gallery-row .gallery-col {
    margin: 0 0px 10px 0;
    width: 100%;
    /*padding-left: 15px; padding-right: 15px;*/
    border: 1px solid #ddd;
    position: relative;
    cursor: pointer;
  }
}

/*================================*/

#brandsSlider {
  padding-top: 40px;
}

.client-logo {
  padding-bottom: 30px;
}

.client-logo img {
  height: 80px;
  width: auto !important;
  margin: auto;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  object-fit: contain;
  /* border: 2px solid #cecece; */
  /* opacity: 0.7; */
}

.client-logo:hover img {
  opacity: 1;
}

.client-logo.border-1 {
  box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.1);
}

/*-================================-*/

.client-list-1 {
  list-style: none;
  margin: 0px 0;
  padding: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.client-list-1 li {
  margin: 0px;
  text-align: left;
  padding: 0 20px 30px 0;
  display: flex;
  flex-direction: column;
}

.client-list-1 li span {
  font-size: 13px;
  font-weight: 500;
  color: var(--text-primary);
  text-align: center;
  padding: 10px;
}

.client-list-1 li img {
  border: 1px solid #ddd;
  /* height: 80px; */
}

@media only screen and (max-width: 780px) {
  .client-list-1 {
    list-style: none;
    margin: 0px 0;
    padding: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  /* .client-list-1 li img {
      height: 60px;
  } */
}

@media only screen and (max-width: 680px) {
  .client-list-1 li {
    margin: 0px;
    padding: 5px;
  }
  /* .client-list-1 li img {
      height: 45px;
  } */
}

@media only screen and (max-width: 575px) {
  .client-list-1 {
    list-style: none;
    margin: 0px 0;
    padding: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .client-list-1 li {
    margin: 0px;
    padding: 5px;
  }
  .client-list-1 li img {
    height: 80px;
  }
}

@media only screen and (max-width: 430px) {
  .client-list-1 {
    list-style: none;
    margin: 0px 0;
    padding: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .client-list-1 li {
    margin: 0px;
    padding: 5px;
  }
  .client-list-1 li img {
    height: 70px;
  }
}

@media only screen and (max-width: 390px) {
  .client-list-1 li {
    margin: 0px;
    padding: 5px;
  }
  .client-list-1 li img {
    height: 60px;
  }
}

@media only screen and (max-width: 340px) {
  .client-list-1 {
    list-style: none;
    margin: 0px 0;
    padding: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .client-list-1 li {
    width: 48%;
    padding: 5px;
  }
  .client-list-1 li img {
    height: 100%;
    width: 100%;
  }
}

@media only screen and (max-width: 280px) {
  .client-list-1 {
    list-style: none;
    margin: 0px 0;
    padding: 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .client-list-1 li {
    width: 100%;
    padding: 10px 0;
  }
  .client-list-1 li img {
    height: 100%;
    width: 100%;
  }
}

/*==================================*/

.counters-bg {
  background: var(--primary);
  padding: 40px 0;
  margin: 30px 0 0 0;
}

.stats {
  padding: 20px 0;
}

.stats h4 {
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  font-family: var(--font-family-NotoSans);
  color: #fff;
}

.stats h5 {
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  font-family: var(--font-family-NotoSans);
  color: #fff;
}

.stats .fa {
  color: #fff;
  font-size: 60px;
}

@media only screen and (max-width: 768px) {
  .stats {
    border-bottom: 1px solid #1f488a;
  }
  .stats:last-child {
    border-bottom: 0px solid #1f488a;
  }
}

/*=================================================*/

.pro-listing {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px 0 0px 0;
}

.pro-col {
  text-align: center;
  width: 31.33%;
  margin-bottom: 40px;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}

.pro-col img {
  width: 100%;
}

.pro-col .title {
  margin-top: -1px;
  padding: 25px 12px;
  text-align: center;
}

.pro-col .color01 {
  background: var(--sc-primary);
}
.pro-col .color02 {
  background: var(--primary);
}
.pro-details .color02 {
  background: var(--primary);
  color: #ffffff !important;
}
.pro-col:hover .color01,
.pro-col:hover .color02 {
  background: #fe0000;
}

.pro-col h2 {
  font-family: var(--font-family-NotoSans);
  font-size: 19px;
  font-weight: 500;
  color: var(--text-white);
  padding: 0px 0 0 0;
  position: relative;
  margin: 0px;
}

.pro-col:hover {
  background: transparent;
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}

.pro-col:hover h5 {
  color: var(--primary);
}

@media screen and (max-width: 860px) {
  .pro-col {
    text-align: center;
    width: 48.33%;
  }
}

@media screen and (max-width: 480px) {
  .pro-col {
    text-align: center;
    width: 100%;
  }
}

/*===========================================*/

.pro-details {
  padding: 20px 0;
}
.pro-details h2 {
  background: var(--sc-primary);
  font-family: var(--font-family-NotoSans);
  font-size: 19px;
  font-weight: 500;
  color: var(--text-white);
  padding: 20px 20px;
  position: relative;
  margin: 0 0 20px 0;
}

.table {
  font-family: var(--font-family-NotoSans);
  margin-bottom: 40px;
}

.table thead .width30 {
  width: 30%;
}

.table thead th {
  font-size: 17px;
  font-weight: 700;
  color: var(--text-heading);
  text-align: left;
  vertical-align: middle;
}

.table > :not(:first-child) {
  border-top: 0px solid currentColor;
}

.table td {
  color: var(--text-primary) !important;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}

.table td,
.table th {
  padding: 0.3rem;
}

.table td strong {
  font-weight: 700;
}

.table-responsive {
  padding: 0 15px;
}

.anchor {
  display: block;
  height: 200px;
  margin-top: -200px;
  visibility: hidden !important;
}

@media screen and (max-width: 768px) {
  .table thead .width30 {
    width: auto;
  }
  .dropdown-menu.show {
    border: none;
    border-radius: 0;
    transform: translate3d(14px, 36px, 0px) !important;
  }
}

/*======================================================*/

.img1 img {
  filter: drop-shadow(rgb(128, 128, 128) 8px 9px 4px);
}

#test {
  display: none;
}

.LV_invalid,
.LV_valid {
  position: absolute;
  top: 0px;
  right: 20px;
}

.LV_invalid {
  color: #fc0000;
}

.LV_valid {
  color: #00a500;
}

.LV_valid_field {
  border: 1px solid #00a500;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(0, 165, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 165, 0, 0.6);
}

.captcha label {
  top: -45px;
}

.product-bifurcation {
  padding: 35px 0px 20px;
}
.product-bifurcation:nth-child(odd) {
  background-color: #ffffff;
}
.product-bifurcation:nth-child(even) {
  background-color: #f3f4f6;
}

.ic-products span {
  -webkit-transition: transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s;
}

.ic-products span:hover {
  text-decoration: underline;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  display: inline-block;
}

.dropdown-sub-menu-cont {
  height: 350px;
}

.sc-bl {
  border-left: 1px solid #4a9d4b;
}

.b2-overlay {
  background-color: #1f3f16;
  width: fit-content;
  margin: 0 auto !important;
  padding: 0px 10px;
}

.menu-logo span.location {
  font-size: 15px;
  color: #212121;
  letter-spacing: 1px;
  position: relative;
  top: 6px;
  margin-left: 5px;
}

.phone-contact-form {
  text-align: center;
}

.phone-contact-form a {
  color: #212121;
}
