@font-face {
  font-family: Poppins-Bold;
  src: url(../fonts/Poppins/Poppins-Bold.ttf);
}

@font-face {
  font-family: Poppins-Medium;
  src: url(../fonts/Poppins/Poppins-Medium.ttf);
}

@font-face {
  font-family: Poppins-Regular;
  src: url(../fonts/Poppins/Poppins-Regular.ttf);
}

@font-face {
  font-family: Poppins-SemiBold;
  src: url(../fonts/Poppins/Poppins-SemiBold.ttf);
}

body {
  /* font-family: Poppins-Regular !important; */
  font-family: "Poppins", sans-serif !important;
  margin: 0px auto;
  background: #fff;
  font-size: 16px;
  color: #000;
  overflow-x: hidden;
}

.fixedbutton {
  position: fixed;
  right: -82px;
  top: 33%;
  padding: 0 30px !important;
  z-index: 9966;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  padding: 15px 7px;
  line-height: 1.3;
}

.left_fixed_btn {
  position: fixed;
  left: -106px;
  top: 40%;
  transform: rotate(90deg);
  padding: 0px 20px !important;
  z-index: 999;
  text-decoration: none;
  outline: none;
  background-color: #352b85 !important;
}

.lh_normal {
  line-height: 1.5;
}

.btnstylebtncall {
  background-color: #22356f;
  border-radius: 0px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  min-width: 150px;
  border-radius: 0px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  border: 0px;
}

.fixedbuttoncall {
  position: fixed;
  right: -63px;
  top: 67%;
  padding: 0 30px !important;
  z-index: 9966;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  padding: 15px 7px;
  line-height: 1.5;
}

.btnstyle {
  background-color: #d62832;
  border-radius: 0px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  min-width: 150px;
  border-radius: 0px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  border: 0px;
}

.btn {
  border-radius: 0px;
}

/* Common Classes */

.min-w-50 {
  min-width: 215px !important;
}

.font-family {
  font-family: Poppins-Bold;
}

.mega-dropdown {
  position: static !important;
}

.mega-dropdown-menu {
  padding: 20px 0px;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
  height: 440px;
  min-width: 70vw !important;
  display: none !important;
  transform: translateX(-50%) !important;
}

.mega_product_nav:hover .mega-dropdown-menu {
  display: flex !important;
  animation: fadeIn ease 1.5s;
}

.mainmenu .collapse ul.mega-dropdown-menu ul {
  position: static;
  left: 0 !important;
  display: block;
  box-shadow: none;
  padding: 0;
  min-width: 100% !important;
}

.mainmenu .collapse ul.mega-dropdown-menu .collapse ul li {
  float: left;
  width: 100%;
  list-style: none;
}

.mainmenu .collapse ul.mega-dropdown-menu .collapse ul li a {
  display: block;
  margin-right: 10px;
}

.mega-dropdown-menu > li > ul {
  padding: 0;
  left: 0;
  margin: 0;
  position: relative;
  display: block;
}

.mega-dropdown-menu > li > ul > li {
  list-style: none;
}

.mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #222;
  padding: 3px 5px;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
}

.pannel {
  width: 100%;
}

.pannel ul li {
  list-style: none;
}

.panel-heading {
  width: 25%;
}

.panel-collapse {
  position: absolute;
  left: 25%;
  width: 75%;
  top: 0;
  background: #fff;
  display: none;
}

.panel-title {
  margin: 0;
}

.panel-heading h4:hover .panel-collapse {
  display: block !important;
}

/* h4 [aria-expanded="true"] {
    background: #e31e25;
    color: #fff !important;
} */

.panel-title a {
  padding: 18px;
}

.panel-collapse ul.row > li {
  float: left;
  list-style: none;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #757575;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu > a:hover:after {
  border-left-color: #d62832;
}

.navbar-nav li.nav-item.px-md-1:not(:last-child) {
  margin-right: 40px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #bc171d;
}

.btn:focus,
.btn:hover {
  color: #fff;
}

.font-weight-bold {
  font-family: Poppins-bold !important;
  font-weight: 500 !important;
}

.bg-red {
  background: #e31e25;
}

.smalltext {
  font-size: 9px;
}

.bg-red1 .fs-14 {
  margin-bottom: 0;
  padding: 10px 0;
}

.bg-red1 {
  color: #fff;
  padding: 7px 0;
  background: linear-gradient(
    266deg,
    rgba(225, 30, 36, 1) 0%,
    rgba(175, 14, 20, 1) 100%
  );
}

.text-d-50 {
  color: #ccc;
}

.bg-lblue {
  background-color: #f0f3f8;
}

.text-red {
  color: #e31e25;
}

.text-black {
  color: #000 !important;
}

.text-golden {
  color: #b99555;
  font-size: 1rem;
  font-family: Poppins-Bold;
}

.text-gray {
  color: #bbb;
  font-weight: bold;
}

/* Title */

.title1 {
  font-size: 3rem;
  color: #353131;
  font-family: Poppins-Bold;
  margin-bottom: 1rem;
}

.title2 {
  font-size: 2.67rem;
  font-family: Poppins-Bold;
}

.title1 + p {
  line-height: normal;
  font-size: 1rem;
}

.title-el {
  font-size: 3.8rem;
}

/* Btn  */

.btn_pri {
  padding: 12px 60px;
  background-color: #e31e25;
  color: #fff;
  font-family: Poppins-Bold;
  font-size: 0.9rem;
}

.btn-pri {
  width: 100%;
  background-color: #000;
  color: #fff;
  font-family: Poppins-Bold;
  font-size: 0.9rem;
  margin-right: 20px;
  align-items: center;
  display: inline-flex;
}

.btn-pri i {
  font-size: 35px;
}

.btn-sec {
  border: 2px solid;
  padding: 5px 15px 5px 0px;
  color: #e31e25;
  font-family: Poppins-semiBold;
}

.btn_back {
  padding: 3px 10px;
  font-size: 12px;
  color: #fff;
  background-color: #e31e25;
  border-radius: 20px;
  transition: 0.2s ease;
}

.btn_back:hover {
  color: #fff;
  transform: scale3d(1.1, 1.1, 1.1);
}

.apply-btn {
  background-color: #e31e25;
  color: #fff;
  padding: 5px 30px;
  font-size: 16px;
}

/* font-family */

.font-family-bold {
  font-family: Poppins-Bold;
}

.font-family-semi {
  font-family: Poppins-semiBold;
}

/* font-size */

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-20 {
  font-size: 20px !important;
}

/* padding */

.pb-40 {
  padding-bottom: 40px;
}

/*header*/

.menu-area {
  background: #563d7c;
}

.dropdown-menu {
  padding: 0;
  margin: 0;
  border: 0 solid transition !important;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: none;
}

.mainmenu a,
.navbar-default .navbar-nav > li > a,
.mainmenu ul li a,
.navbar-expand-lg .navbar-nav .nav-link {
  color: #000;
  font-size: 16px;
  transition: all 0.3s ease;
  font-weight: 600;
  text-transform: capitalize;
  display: block !important;
  cursor: pointer;
}

.mainmenu .active a,
.mainmenu .active a:focus,
.mainmenu .active a:hover,
.mainmenu li a:hover,
.mainmenu li a:focus,
.navbar-default .navbar-nav > .show > a,
.navbar-default .navbar-nav > .show > a:focus,
.navbar-default .navbar-nav > .show > a:hover {
  color: #af251c !important;
  background: white;
}

/*==========Sub Menu=v==========*/

/*.mainmenu .collapse ul > li:hover > a{background: #d61a5e;}*/

/* .mainmenu .collapse ul ul>li:hover>a,
.navbar-default .navbar-nav .show .dropdown-menu>li>a:focus,
.navbar-default .navbar-nav .show .dropdown-menu>li>a:hover {
    background: #d61a5e;
}

.mainmenu .collapse ul ul ul>li:hover>a {
    background: #4CAF50;
}

.mainmenu .collapse ul ul,
.mainmenu .collapse ul ul.dropdown-menu {
    background: #1565C0;
}

.mainmenu .collapse ul ul ul,
.mainmenu .collapse ul ul ul.dropdown-menu {
    background: #1E88E5
}

.mainmenu .collapse ul ul ul ul,
.mainmenu .collapse ul ul ul ul.dropdown-menu {
    background: #64B5F6
} */

.mainmenu .collapse ul ul,
.mainmenu .collapse ul ul.dropdown-menu {
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
  list-style: none;
}

/******************************Drop-down menu work on hover**********************************/

.mainmenu {
  background: none;
  border: 0 solid;
  margin: 0;
  padding: 0;
  min-height: 20px;
  width: 100%;
}

/* main door Locks */

/*.cd-filter-block {
    margin-bottom: 0.8em;
    border-bottom: 1px solid #cbd1da;
}

.cd-filter-block h6 {
    position: relative;
    margin-bottom: .2em;
    padding: 10px 0 10px 0px;
    color: #000;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.no-touch .cd-filter-block h6:hover {
    color: #f03d6c;
}

.cd-filter-block h6::before {
    content: '';
    position: absolute;
    padding-right: 0;
    right: 0;
    top: 50%;
    width: 25px;
    height: 16px;
    background: url('../images/down_arrow.png');
    background-size: 75% 75%;
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.cd-filter-block h6.closed::before {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}

.list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.list--list-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
}


.list--list-item:nth-child(3n){
    padding-right: 0;
} 

.list--list-item:last-child {
    border-bottom: 0;
    margin: 0;
}

.no-result {
    display: none;
}



button {
    display: inline-block;
    vertical-align: top;
    padding: .4em .8em;
    margin: 0;
    background: #68b8c4;
    border: 0;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    border-radius: 4px;
    cursor: pointer;
}

button:focus {
    outline: 0 none;
}

.controls {
    background: #333;
    padding: 2%;
}

fieldset {
    display: inline-block;
    vertical-align: top;
    margin: 0 1em 0 0;
    background: #666;
    padding: .5em;
    border-radius: 3px;
}

.checkbox {
    display: block;
    position: relative;
    cursor: pointer;
    margin-bottom: 8px;
}

.checkbox input[type="checkbox"] {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    margin: 0;
    opacity: 0;
    z-index: 1;
}

.checkbox label {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding-left: 1.5em;
}

.checkbox label:before,
.checkbox label:after {
    content: '';
    display: block;
    position: absolute;
}

.checkbox label:before {
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    background: #ddd;
    border-radius: 3px;
}

.checkbox label:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: #68b8c4;
    opacity: 0;
    pointer-events: none;
}

.checkbox input:checked~label:after {
    opacity: 1;
}

.checkbox input:focus~label:before {
    background: #eee;
}

.container .mix,
.container .gap {
   width: 100px;
    display: inline-block;
    margin: 0 5%;
    float: left;
}

.container .mix {
    width: 100px;
    height: 100px;
    margin: 5%;
    background: white;
    display: none;
}

.container .mix.green {
    background: #a6e6a7;
}

.container .mix.blue {
    background: #6bd2e8;
}

.container .mix.circle {
    border-radius: 999px;
}

.container .mix.triangle {
    width: 0;
    height: 0;
    border: 50px solid transparent;
    border-top-color: #68b8c4;
    border-left-color: #68b8c4;
}

.container .mix.sm {
    width: 50px;
    height: 50px;
}


.container .fail-message {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 150ms;
    -moz-transition: 150ms;
    transition: 150ms;
}

.container .fail-message:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.container .fail-message span {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 700;
}

.container.fail .fail-message {
    opacity: 1;
    pointer-events: auto;
}
*/

.clear_filter {
  position: absolute;
  top: -40px;
  z-index: 99;
  left: 20px;
}

.clear_filter a {
  border-radius: 30px;
  padding: 0px 10px !important;
}

@media screen and (max-width: 767px) {
  .ant-head{
    color:#E31E25;font-size:2rem!important;
  }
  .mission_img img {
    height: 400px;
  }
  .homePage_counter .counter_section .counter_title {
    font-size: 2rem !important;
  }
  .mainmenu .collapse ul li:hover > ul {
    display: block;
    position: static;
  }
  .mainmenu .collapse ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
  }
  /*******/
  .mainmenu .collapse ul ul li {
    position: relative;
  }
  .mainmenu .collapse ul ul li:hover > ul {
    display: block;
  }
  .mainmenu .collapse ul ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 250px;
    display: none;
  }
  /*******/
  .mainmenu .collapse ul ul ul li {
    position: relative;
  }
  .mainmenu .collapse ul ul ul li:hover ul {
    display: block;
    list-style: none;
  }
  .mainmenu .collapse ul ul ul ul {
    position: absolute;
    top: 0;
    left: -100%;
    min-width: 250px;
    display: none;
    z-index: 1;
  }
  .counter_title {
    font-size: 1.8rem;
  }
  .left_fixed_btn {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    top: auto;
    transform: rotate(0deg);
  }
  .clear_filter {
    position: relative;
    top: auto;
    left: auto;
  }
  .btn-font-size{
    font-size:1.4rem !important;
    margin-left:  0 !important;
  }
  .btn-font-size-self{
    margin-right: 0 !important;

  }
}

@media only screen and (max-width: 767px) {
  .fixedbuttoncall {
    line-height: 1.2 !important;
    right: -58px;
    top: 61%;
    padding: 10px 15px !important;
    min-width: auto !important;
  }
  .fixedbutton {
    line-height: 1.2 !important;
    right: -46px;
    padding: 4px 0px !important;
    min-width: auto !important;
    font-size: 12px;
  }
  .left_fixed_btn {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    top: auto;
    transform: rotate(0deg);
  }
  .mobile_mt6 {
    margin-top: 8px !important;
  }
  .lock1,
  .lock2,
  .lock3,
  .lock4,
  .lock5 {
    /*height: fit-content !important;
        margin-bottom: 1rem !important;*/
  }
  .product_listing .position-absolute {
    /*position: relative !important;*/
  }
  .navbar-nav .show .dropdown-menu .dropdown-menu > li > a {
    padding: 16px 15px 16px 35px;
  }
  .navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu > li > a {
    padding: 16px 15px 16px 45px;
  }
  .mt-6 {
    margin-top: 2rem !important;
  }
  #demo .owl-dots {
    bottom: 0;
    margin: 0;
  }
  .shadow.mx-3,
  .technical_info.mx-3 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .technical_info .nav-link {
    font-size: 14px !important;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #special_features .col-md-3,
  #applications .col-md-3 {
    width: 50%;
  }
  .product_details h2 {
    font-size: 25px;
  }
  #applications .row.mx-4 {
    margin: 0 0px !important;
  }
  .mpt_0 {
    padding: 0 !important;
  }
  .technical_info .nav-item {
    width: 33.33%;
    border-right: 1px splid #e31e25;
  }
  .shadow .border-right {
    border-right: 0px !important;
  }
  .product_code {
    margin-top: 2rem;
    text-align: center;
  }
  .address h5 {
    font-size: 0.9rem !important;
    word-break: break-all;
  }
  .result_title {
    font-size: 1rem !important;
  }
  .showcase-text {
    width: 100%;
    text-align: center;
  }
  .careers-text {
    top: 12% !important;
  }
}

.homePage_counter .counter_section .counter_title {
  font-size: 3rem !important;
}

.font-500 {
  font-weight: 500;
}

.font-14 {
  font-size: 14px;
}

.navbar-brand img {
  width: 140px;
}

.topbar2 li {
  list-style-type: none;
  display: inline-block !important;
  margin: 12px 20px;
  margin-bottom: 0px;
}

.topbar2 li a {
  color: #656161 !important;
  font-weight: normal !important;
}

/* .topbar {
    background: linear-gradient(90deg, #bc171d 0%, #bc171d 25%, #e31e25 25%);
    background: linear-gradient(90deg, #bc171d 0%, #bc171d 22%, #e31e25 0%);
} */

.topbarbg1 {
  background: #e31e25;
  padding: 0.5rem 0 !important;
  text-align: center;
}

.topbarbg2 {
  background: #e31e25;
  display: flex;
  padding: 0.6rem 0 !important;
}
@media (min-width: 1600px) {
  .topbarbg2 {
    padding: 0.62rem 0 !important;
  }
}

.topbar ul {
  margin-bottom: 0;
  height: 100%;
}

.topbar ul li {
  list-style-type: none;
  display: inline-block;
  margin: 0px 15px !important;
}

.navbar-light .navbar-nav .nav-link {
  font-size: 15px;
  transition: all 0.3s ease;
  font-weight: 600;
}

.dropdown-menu a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #eee;
  color: #474f57;
}

.dropdown-menu {
  padding-bottom: 0;
}

.dropdown-menu a {
  padding: 15px 15px 14px;
}

.dropdown-menu a:hover {
  color: #e31e25 !important;
}

.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transition-duration: 1.1s;
  transform: rotateX(0);
  -webkit-transform: rotateX(0);
  -o-transform: rotateX(0);
  -ms-transform: rotateX(0);
  padding: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  background-color: #fff;
  width: 100%;
  min-width: 250px;
  left: 0;
  display: inline-block;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.2s;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  transition-timing-function: ease;
  padding-bottom: 40px;
}

footer {
  background-color: #1d1d1d;
}

footer h4 {
  margin-bottom: 1.5rem;
  font-family: Poppins-semiBold !important;
}

footer ul li a {
  color: #a6a6a6;
  font-size: 15px;
}

footer ul li a:hover {
  color: #f7f7f7;
  border-bottom: 1px solid;
}

footer ul li {
  list-style-type: none;
  margin-bottom: 15px;
}

footer .border-left,
footer .border-right {
  border-color: #262726 !important;
}

.copyright {
  background-color: #0d0d0d;
}

.social li {
  list-style-type: none;
  display: inline-block;
  margin-left: 10px;
}

.social li a {
  height: 30px;
  width: 30px;
  background-color: white;
  border-radius: 50%;
  display: inline-block;
  color: black;
  text-align: center;
  line-height: 30px;
}

.social li a i {
  line-height: 30px;
}

.facebook:hover {
  background: #3b579d;
}

.linkedin:hover {
  background: #007bb6;
}

.youtube:hover {
  background: #ff0000;
}

/*             
footer .border-right,
footer .border-left {
border-color: #404040 !important;
}
*/

.common-clr {
  color: #e31e25;
}

.common-btn {
  background-color: #e31e25;
  border-color: #e31e25;
  border-radius: 0px;
  line-height: 50px;
  min-width: 120px;
  padding: 0 50px;
}

.common-btn i {
  font-size: 25px;
  line-height: 55px;
}

.common-btn:hover {
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.5);
}

.common-btn2 {
  background-color: #2c2b29;
  border-color: #2c2b29;
}

.bg-1 {
  border-right: 8px solid #e31e25;
}

.bg-3 {
  background: rgba(0, 0, 0, 0.85) url(../images/contact/pattern.png);
  height: 175px;
}

.common-clr2 {
  color: #05b30e;
}

.custom_select select {
  height: 50px !important;
  padding: 10px !important;
  line-height: 2;
  font-family: Poppins-Bold;
  background: #fff;
}

.owl-thumbs {
  display: none;
}

.owl-prev {
  position: absolute !important;
  top: 40% !important;
  padding: 0px !important;
  margin: 0px !important;
  height: 30px !important;
  width: 30px !important;
  border-radius: 50% !important;
  font-size: 40px !important;
  left: -50px !important;
  color: black !important;
  background-color: transparent !important;
  border-width: 0px !important;
}

.owl-next {
  position: absolute !important;
  top: 40% !important;
  padding: 0px !important;
  margin: 0px !important;
  height: 30px !important;
  width: 30px !important;
  border-radius: 50% !important;
  font-size: 40px !important;
  right: -50px !important;
  color: black !important;
  background-color: transparent !important;
  border-width: 0px !important;
}

.product_listing .title1 {
  font-size: 1.3rem !important;
  color: #fff;
}

.product_nav {
  border-bottom: 0 !important;
}

.product_nav .nav-link {
  padding: 3px 15px;
  border-radius: 20px;
  text-align: center;
  color: #393939;
  font-family: Poppins-semiBold;
  border: 1px solid #ebebeb;
}

.popover-body {
  color: #000;
  font-size: 13px;
  padding: 5px;
}

.main-slider {
  width: 100%;
}

.main-slider .owl-item {
  padding: 0;
  position: relative;
  opacity: 1;
}

.main-slider .owl-item img {
  object-fit: cover;
  object-position: center;
  height: 450px;
}

.main-slider .center {
  opacity: 1;
  transform: scale(1.005);
  transition: 0.5s ease-in-out;
  z-index: 9999;
}

.main-slider .owl-controls .owl-nav {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
}

.main-slider .owl-controls .owl-nav .prev {
  position: absolute;
  height: 80%;
  width: 15%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-slider .owl-controls .owl-nav .next {
  position: absolute;
  height: 80%;
  width: 15%;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-slider .owl-thumbs {
  text-align: center;
  display: table;
  width: 20%;
  position: absolute;
  left: -23%;
  top: 0;
  display: flex;
  flex-direction: column;
  margin: 0;
}

.main-slider .owl-thumb-item {
  width: 80px;
  height: 80px;
  border: 1px solid #ebebeb;
  background: none;
  padding: 0;
  opacity: 0.7;
  overflow: hidden;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 20%;
}

.main-slider .owl-thumb-item img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  border-radius: 20%;
}

.main-slider .owl-thumb-item.active {
  opacity: 1;
  border: 5px solid #ebebeb;
}

.main-slider .owl-thumb-item.active img {
  position: relative;
}

.main-slider .owl-prev {
  left: 10px !important;
}

.main-slider .owl-next {
  right: 10px !important;
}

.overlay {
  width: 100%;
  height: 100%;
  display: block;
  background-color: black;
}

.technical_info .nav-link {
  background: #fff;
  color: #e31e25 !important;
  padding: 15px 10px 15px 15px !important;
  position: relative;
  font-family: Poppins-semiBold;
}
.border-cl {
  border-right: 1px solid #e31e25;
  border-left: 1px solid #e31e25;
}
.technical_info .nav-link.active {
  background: #e31e25;
  color: #fff !important;
}

.technical_info .nav-item {
  position: relative;
}

.technical_info .nav-item:not(:last-child):after {
  content: "";
  position: absolute;
  width: 2px;
  height: 75%;
  top: 12%;
  left: 100%;
  background: #e31e25;
  z-index: 99;
  display: none;
}

.technical_info .nav-item:first-child:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 75%;
  top: 12%;
  left: 99%;
  background: #e31e25;
  z-index: 99;
  display: none;
}

.antic_brass {
  width: 15px;
  height: 15px;
  background-color: burlywood;
  margin: 4px;
  border-radius: 10px;
  position: relative;
}

.antic_brass:after {
  content: "";
  position: absolute;
  width: 25px;
  top: -5px;
  left: -5px;
  height: 25px;
  background-color: transparent;
  border: 1px solid burlywood;
  border-radius: 50%;
  visibility: hidden;
}

.antic_brass:hover:after {
  visibility: visible;
}

.silver_neck {
  width: 15px;
  height: 15px;
  background-color: silver;
  margin: 4px;
  border-radius: 10px;
  position: relative;
  text-align: center;
  color: #393939;
  font-family: Poppins-semiBold;
}

.silver_neck:after {
  content: "";
  position: absolute;
  width: 25px;
  top: -5px;
  left: -5px;
  height: 25px;
  background-color: transparent;
  border: 1px solid silver;
  border-radius: 50%;
  visibility: hidden;
}

.silver_neck:hover:after {
  visibility: visible;
}

.product_branding {
  border-radius: 20px;
}

.product_branding img {
  height: 100px;
}

.product_nav .nav-link.active {
  background: #e31e25;
  color: #fff;
}

.product_features {
  cursor: pointer;
}

.product_features p {
  min-height: 4.5rem;
}

.product_application {
  background: #fff;
  padding: 15px;
  text-align: center;
}

.product_application p {
  margin-bottom: 0;
  font-size: 1.1rem;
  /* word-break: break-all; */
}

.product_listing .font-500.common-clr {
  font-family: Poppins-semiBold;
}

.product_listing .img_overlay {
  position: relative;
  display: block;
  color: #fff;
}

.products-slider .active {
  /* border-right: 1px solid #ccc; */
  transition: 0.25s ease;
}

.products-slider .active .item:hover {
  padding: 15px;
  border: 4px solid #e31e25 !important;
  border-radius: 20px;
  margin: 0 15px 0 4px;
}

.products-slider .active .item:hover img {
  transition: 0.5s ease-in-out;
  transform: scale(1.1);
}

.products-slider .active .item {
  border: 4px solid transparent;
  padding: 15px;
  margin: 0 15px 0 4px;
}

.products-slider .item p {
  font-size: 14px;
}

/* Product locks caterogy */

.product_list {
  padding: 3rem 0 1rem;
}

.product {
  padding: 0 !important;
}

.product h3 {
  font-size: 16px !important;
}

.products_img {
  position: relative;
}

.products_name {
  position: absolute;
  bottom: 0%;
  width: 94%;
  color: #000;
  text-align: center;
}

.filter-group {
  position: relative;
}

.filter_div {
  padding: 15px;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
}

.product_divider {
  width: 100%;
  height: 1px;
  background: #eee;
  margin: 15px 0 20px;
}

.list--list-item .shadow2 {
  background: #fff;
  text-align: left;
  padding-bottom: 10px !important;
  min-height: 295px;
}

.list--list-item .shadow2 a {
  color: #000;
}

.list--list-item .shadow2 p {
  margin: 0.4rem 0;
}

.list--list-item .shadow2 .price {
  /* width: auto; */
  /* display: inline-block; */
  /* border: 1px solid; */
  /* border-radius: 10px; */
  /* padding: 5px 10px; */
}

.product_category {
  border-bottom: 0;
}

.bg-2 {
  background-color: #f4f4f4;
  border-left: 8px solid #e31e25;
}

.pr-bg {
  background-color: #f4f4f4;
}

.why {
  background-color: #ffffff !important;
}

.box {
  border-radius: 20px;
  border: 1px solid #e31e25;
  background-color: white;
  padding: 10px;
  min-height: 125px;
}

.box p {
  opacity: 0.6;
  font-size: 15px;
}

.why .box {
  transition: ease-in-out 0.5s;
  padding: 20px 15px 0px;
  min-height: 150px;
}

.why .box:hover {
  border-radius: 20px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.65);
  transition: ease-in-out 0.5s;
}

.why .img1 {
  width: 30px;
  margin-top: -35px;
  position: absolute;
  left: 45%;
  transform: translateX(-50%);
  transform: translateY(-100px);
  visibility: hidden;
}

.why .img2 {
  position: absolute;
  left: 45%;
  transform: translateX(-50%);
  width: 30px;
  margin-top: -35px;
  transform: translateY(0px);
  visibility: visible;
}

.why .box:hover .img1 {
  transform: translateY(0px);
  transition: ease-in-out 0.5s;
  visibility: visible;
  animation: fadeIn ease 1s;
  -webkit-animation: fadeIn ease 1s;
  -moz-animation: fadeIn ease 1s;
  -o-animation: fadeIn ease 1s;
  -ms-animation: fadeIn ease 1s;
}

.why .box:hover .img2 {
  transform: translateY(50px);
  transition: ease-in-out 0.5s;
  visibility: hidden;
  animation: fadeOut ease 0.5s;
  -webkit-animation: fadeOut ease 0.5s;
  -moz-animation: fadeOut ease 0.5s;
  -o-animation: fadeOut ease 0.5s;
  -ms-animation: fadeOut ease 0.5s;
}

.testimonial {
  background-image: url(../images/testibg.jpg);
  background-size: cover;
}

.testimonial_content {
  margin: 1.5rem 0;
}

.testimonial img {
  width: 100px !important;
  border: 3px solid white;
  border-radius: 10px;
  /*margin-top: -50px !important;*/
}

.testimonial-sec {
  background-color: white;
  border-radius: 10px;
  padding-bottom: 10px;
  padding-top: 60px;
}

.user-img {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0;
}

.testimonial .item {
  padding-top: 50px;
  margin-bottom: 15px;
}

.showcase-div {
  background-color: white;
  transform: translateY(0) scale(1);
  opacity: 1;
  -webkit-transition: box-shadow 0.25s ease 0s, transform 0.25s ease 0s,
    -webkit-transform 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s,
    opacity 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
  transition: box-shadow 0.25s ease 0s, transform 0.25s ease 0s,
    transform 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s,
    opacity 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
}

.showcase-div:hover {
  box-shadow: 5px 12px 20px rgba(36, 37, 38, 0.13);
}

.showcase-div:hover a {
  color: #ccc;
}

.key {
  background-image: url(../images/3.jpg);
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
}

.solutions {
  background-color: rgba(231, 10, 17, 0.76);
  padding: 50px 40px;
}

.solutions a:hover,
.solutions a {
  color: #fff !important;
}

.icon {
  border: 1px solid white;
  border-radius: 5px;
  height: 80px;
  width: 80px;
  background: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}

.icon img {
  width: 35px;
}

.fa-search {
  cursor: pointer;
}

.media {
  margin-top: 25px;
  margin-bottom: 15px;
}

.media:hover h5 {
  font-family: Poppins-Bold;
}

.media h5,
.media img {
  cursor: pointer;
}

.quote {
  background-image: url(../images/quote.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#demo .owl-dots {
  bottom: 20px;
  position: absolute;
  width: 100%;
}

#demo .owl-dot span {
  border: 1px solid #757575 !important;
}

.banner-sec {
  position: absolute;
  top: 0px;
}

.owl-dots {
  display: flex;
  justify-content: center;
}

button:focus {
  outline: none;
}

.owl-theme .owl-dots .owl-dot {
  background: transparent;
  border: 0;
}

.owl-theme .owl-dots .owl-dot span {
  height: 10px !important;
  width: 10px !important;
  background-color: white !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  border-radius: 50%;
  border: 1px solid #ccc !important;
}

.owl-theme .owl-dots .owl-dot.active span {
  /*width: 20px !important;*/
  background-color: #e31e25 !important;
  border: 1px solid white !important;
  height: 15px !important;
  width: 15px !important;
}

.navbar-light .navbar-toggler {
  border: none;
}

/* About Us Start */

.overflow-hidden {
  overflow: hidden;
}

.about-image {
  left: 60px;
  position: absolute;
}

.legacy {
  padding: 6rem 0;
}

.legacy_content {
  width: 88%;
}

.counter_section {
  margin-bottom: 3rem;
}

.counter_title {
  color: #e31e25;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  font-family: Poppins-Bold;
}
.counter_title .value1 {
  font-size: 18px;
}
#module #collapseExample.collapse:not(.show) {
  display: block;
  height: 23rem;
  overflow: hidden;
}

#module #collapseExample.collapsing {
  height: 3rem;
}

#module a.collapsed::after {
  content: "Read more..";
  color: #e31e25;
}

#module a:not(.collapsed)::after {
  content: "Read less";
  color: #e31e25;
}

.counter_subtitle {
  font-size: 1rem;
  font-family: Poppins-semiBold;
  color: #393939;
}

.mission {
  position: relative;
  overflow: hidden;
}

.mission_content {
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.25));
  position: absolute;
  top: 0;
  padding: 3rem 30px;
  height: 100%;
  width: 100%;
}

.mission_img {
  transition: 0.25s ease-in;
}

.vision:hover .mission_img,
.mission:hover .mission_img {
  transform: scale(1.2);
  max-width: 100%;
  overflow: hidden;
}

.vision {
  position: relative;
  overflow: hidden;
}

.founder {
  background: url(../images/about/4.png),
    linear-gradient(rgb(227, 30, 37, 1), rgb(227, 30, 37, 1));
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 3rem 30px;
  transform: translateY(0) scale(1);
  -webkit-transition: box-shadow 0.25s ease 0s, transform 0.25s ease 0s,
    -webkit-transform 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s,
    opacity 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
  transition: box-shadow 0.25s ease 0s, transform 0.25s ease 0s,
    transform 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s,
    opacity 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
}

.founder:hover img {
  box-shadow: 0px 4px 40px rgba(36, 37, 38, 0.53);
}

.awards {
  padding: 4rem 0;
}

.awards .left_leave {
  height: 120px;
  margin-right: 42%;
}

.awards .right_leave {
  height: 120px;
}

.awards_content {
  position: absolute;
  top: 35px;
  width: 100%;
  text-align: center;
  left: 0;
}

.awards .text-gray {
  letter-spacing: 4pt;
  font-size: 0.8rem;
}

.our_footprint {
  background: url(../images/about/map.png),
    linear-gradient(rgb(233, 0, 4, 1), rgb(233, 0, 4, 1));
  background-size: contain;
  background-position-x: 20%;
  background-position-y: 20%;
  background-repeat: no-repeat;
  padding: 4rem 0 0;
}

.get_intouch {
  padding: 4rem 0 6.2rem;
}

.footprint_img img {
  position: absolute;
}

/* Download Page */

.downloads {
  padding: 2rem 0 2rem;
}

.download-btn:hover h6 span {
  color: #e31e25;
  border-bottom: 1px solid;
}

.download-btn:hover img {
  box-shadow: 5px 12px 20px rgba(36, 37, 38, 0.13);
}

.downloads a {
  color: #000;
}

/* careers */

.careers {
  padding: 4rem 0;
}

.careers p {
  line-height: normal;
}

.careers-text {
  top: 40%;
  left: 0;
}

.working_with {
  background-color: #fafafa;
  padding: 3rem 0 3rem;
}

.current_openings {
  padding: 3rem 0;
}

select {
  height: 40px;
  padding: 0 10px;
  border: 1px solid #ddd;
}

.showing_result .container {
  width: 80%;
}

.result_card {
  padding: 20px;
  border: 2px solid #ebebeb;
  background-color: #fff;
  margin-bottom: 2rem;
  cursor: pointer;
  display: block;
  min-height: 245px;
  color: #000;
  transform: translateY(0) scale(1);
  opacity: 1;
  -webkit-transition: box-shadow 0.25s ease 0s, transform 0.25s ease 0s,
    -webkit-transform 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s,
    opacity 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
  transition: box-shadow 0.25s ease 0s, transform 0.25s ease 0s,
    transform 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s,
    opacity 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
}

.result_card:hover {
  border-width: 3px 0 0 0;
  border-style: solid;
  color: #000;
  border-color: #e31e25;
  box-shadow: 5px 12px 20px rgba(36, 37, 38, 0.13);
}

.result_title {
  font-family: Poppins-semiBold;
  font-size: 1.35rem;
  margin-bottom: 0;
  color: #000;
}

.result_card + p {
  margin-bottom: 0.5rem;
  color: #000;
}

.result_card span {
  color: #8a8484;
}

.text-dgray,
.result_card .text-d-50 {
  color: #8a8484 !important;
}

.result_card:hover span {
  color: #e31e25 !important;
}

.bg-gray1 {
  background: #f7f7f7 !important;
}

.bg-gray {
  background: url(../images/careers/bg1.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 3rem 0 1rem;
}

.bg-dgray {
  background: #f7f7f7;
}

.w-80 {
  width: 92%;
  margin: 0 auto;
}

.showing_result_title {
  background-color: #e31e25;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
  font-family: Poppins-Bold;
  padding: 10px;
}

.job_details {
  background-color: #fff;
  padding: 3rem 2rem 4rem;
  margin-bottom: 3rem;
}

.job_details p {
  font-size: 14px;
  margin-bottom: 10px;
}

.job_details ul li {
  font-size: 14px;
}

.city {
  font-size: 18px;
}

.line-red {
  height: 3px;
  width: 95%;
  background-color: #e31e25;
  margin: 10px 0 20px;
}

.container-left-half,
.container-right-half {
  padding: 0 15px;
}

.container-left-half {
  margin-right: 0;
  margin-left: auto;
}

.container-right-half {
  margin-right: auto;
  margin-left: 0;
}

/* Showcase page */

.showcase-text {
  top: 50%;
  transform: translateY(-50%);
}

.ultab a {
  color: #000;
}

.ultab .nav-pills .nav-link {
  border-radius: 0;
}

.ultab .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #000;
  background-color: transparent;
  border-bottom: 3px solid #e31e25;
}

.key .ultab a {
  color: #8a8686;
  font-weight: 500;
}

.key .nav-pills .nav-link.active {
  font-weight: 700;
}

.news a {
  text-decoration: none;
}

.product img:hover,
.product img:focus {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.product img {
  background: #fff;
}

.shadow1 {
  box-shadow: 0 1px 1px 0 rgba(66, 66, 66, 0.08),
    0 1px 3px 1px rgba(66, 66, 66, 0.16);
}

.shadow2 {
  box-shadow: 0 1px 1px 0 rgba(66, 66, 66, 0.08),
    0 1px 3px 1px rgba(66, 66, 66, 0.16);
}

.border-radius1 {
  border-radius: 0.25rem;
}

.modal1 {
  padding-right: 0px !important;
}

.modal1.show .modal-dialog {
  width: 100%;
  margin: 0px;
  max-width: 100%;
  height: 100%;
}

.modal1 .modal-content {
  overflow-y: scroll;
}

.modal1 .modal-header,
.modal-content {
  border-radius: 0px;
  border: 0px;
}

.modal1 .line2 {
  height: 3px;
  width: 100%;
  background-color: #04041e;
}

.modal1 .close {
  font-size: 3.5rem;
  opacity: 1;
  font-weight: normal;
  position: relative;
  z-index: 10;
}

.font-13 {
  font-size: 13px;
}

.col-half-offset {
  margin-left: 4.166666667%;
}

/* contact us */

.email_box {
  /* background: rgba(0, 0, 0, 0.85) url(../images/contact/pattern.png); */
  color: #000;
  padding: 30px 30px;
  margin: 2px;
  border: 2px solid grey;
}

.explore {
  padding: 5rem 0;
}

.lh-40 {
  line-height: 60px;
  display: inline-block;
}

.our_network .nav-link {
  padding: 15px 0;
  color: #000;
  font-size: 1.2rem;
}

.our_network .nav-link.active {
  color: #e31e25;
  font-family: Poppins-Bold;
}

.address {
  padding: 20px 25px 30px;
  border-width: 1px 1px 2px 1px;
  border-style: solid;
  border-color: #e2e8e2;
  background: #fff;
  height: 100%;
}

.address h5 {
  padding: 5px 0 15px;
}

.contact_nav .nav-link.active {
  background: #e31e25;
  color: #fff;
}

.contact_nav .nav-link {
  padding: 0.5rem 1rem;
  border: 1px solid #e31e25;
  margin: 0 1rem 1rem 0;
  font-size: 13px;
  color: #000;
}
.key_features_tab .nav-link.active {
  background: #e31e25;
  color: #fff;
}

.key_features_tab .nav-link {
  border-radius: 0;
  margin: 0 1rem 1rem 0 !important;
  border: 1px solid #e31e25;
  color: #ee3311;
}

/* form Element */

.contact_form {
  padding: 20px;
  margin-left: 30px;
  margin-top: -10rem;
  box-shadow: 9px 6px 28px rgba(36, 37, 38, 0.53);
  background: #fff;
}

.contact_form .form-control {
  margin-top: 0.8rem;
  margin-bottom: 0 !important;
}

.contact_form select,
.contact_form textarea,
.contact_form input {
  border-width: 0 0 1px 0 !important;
  border-style: solid;
  border-color: #ced4da;
  border-radius: 0;
}

.request_service select:focus,
.request_service textarea:focus,
.request_service input:focus {
  border-color: #e31e25;
  box-shadow: none;
}

.request_service select,
.request_service textarea,
.request_service input {
  border-width: 0 0 1px 0 !important;
  border-style: solid;
  border-color: #ced4da;
  border-radius: 0;
}

.request_service .input-group:not(:first-child) {
  margin-top: 2rem;
}

/* Services */

.services {
  padding: 3rem 8rem;
  background: #fff;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.5);
  width: 100%;
  margin: -8rem auto 3rem;
  position: relative;
}

.services a {
  color: #000;
}

.services_details {
  margin: -8.5rem 0 0rem;
  padding-bottom: 4rem;
  border-bottom: 4px solid #e31e25;
}

.services_details img {
  box-shadow: 0 0 55px rgba(0, 0, 0, 0.35);
}

.service_bg {
  background: url(../images/banner/service_bg.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 2rem 15px 3rem;
  z-index: 999;
}

.service_charges {
  background: rgb(255, 255, 255) url(../images/services/pattern3.png);
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.35);
  padding: 0rem 15px 2rem;
  z-index: 999;
}

.spare_key .service_charge {
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}

.service_charges1 {
  background-size: 100% 100%;
}

.service_charges1 .row {
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}

.city_limit .service_charge {
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}

.input-box input {
  background: transparent;
  border: none;
  border-bottom: 1px solid white;
}

.dd-options,
.dd-container {
  width: 100% !important;
}

.dd-select {
  border-width: 0 0 1px 0 !important;
  background: transparent !important;
  width: 100% !important;
}

.dd-selected {
  font-size: 1rem !important;
  color: #495057 !important;
  font-weight: normal !important;
}

.pattern {
  background: #e9eef4 url(../images/services/pattern3.png);
  z-index: 999;
  background-size: cover;
  background-repeat: no-repeat;
}

.explore_map {
  position: absolute;
  right: 15px;
  color: #fff;
  z-index: 99;
  border-radius: 25% !important;
  top: 15px;
  padding: 0;
}

.explore_map .close {
  padding: 10px 20px;
  right: 7px;
}

.service_charge p {
  font-size: 14px;
  color: #393939;
}

.city_limit h6 {
  margin: 1rem 0;
  position: relative;
  padding-left: 20px;
}

.views {
  background-image: url(../images/services/pattern1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}

.history_item_title {
  font-size: 1.8rem;
  margin-bottom: 0rem;
  color: #e31e25;
  font-family: Poppins-Bold;
}

.city_limit {
  background-image: url(../images/services/pattern1.png);
  background-size: 100% 70%;
  background-repeat: no-repeat;
}

.city_limit1 {
  background-image: url(../images/services/pattern1.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-top: 0 !important;
  padding-bottom: 3rem;
}

.charges {
  background-image: url(../images/services/pattern2.png);
  background-repeat: no-repeat;
  background-size: 110% 30%;
  background-position: bottom;
}

.city_details {
  margin-top: -10rem;
}

.city_limit h6:after {
  width: 7px;
  height: 7px;
  margin-right: 20px;
  display: inline-block;
  content: "";
  position: absolute;
  background: #e31e25;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.city_limit p {
  margin: 0;
}

a.text-light.shado_visited {
  font-size: 15px !important;
}
/* History */

.page {
  -webkit-box-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.timeline__wrapper {
  padding: 0 30px;
  height: 130px;
  display: -webkit-box;
  display: flex;
}

.timeline {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
}

.timeline a {
  text-decoration: none;
}

.timeline a:hover {
  text-decoration: underline;
}

.timeline__all-cars,
.timeline__exit {
  padding: 1em 1.75em;
  display: inline-block;
  background: white;
}

.timeline__list {
  -webkit-box-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: flex;
  list-style-type: none;
  margin: 0 30px;
  padding: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  align-self: stretch;
  position: relative;
}

.timeline__item {
  -webkit-box-flex: 1;
  flex: 1;
  position: relative;
  border: 1px dashed #ebebeb;
}

.timeline__item:after {
  content: "";
  width: calc(100% - 5px * 3);
  height: 1px;
  position: absolute;
  top: 50%;
  left: calc(50% + 5px - 1px);
  background: white;
  z-index: 5;
  pointer-events: none;
}

.timeline__item:first-child {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.timeline__item:last-child {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.timeline__item:last-child:after {
  display: none;
}

.timeline__item--active .timeline__item__point:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.timeline__link {
  position: relative;
  display: block;
  padding: 10px 0;
}

.timeline__item__point {
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  border: 1px solid white;
  z-index: 6;
}

.timeline__item__point:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.timeline__item__content {
  width: 90px;
  height: 90px;
  position: absolute;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translate(-50%, -20px);
  transform: translate(-50%, -20px);
  opacity: 0;
  -webkit-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  pointer-events: none;
}

.timeline__item__content:before,
.timeline__item__content:after {
  /* pointer-events: none; */
  /* content: ""; */
  border: solid 90px transparent;
  position: absolute;
  width: 0;
  height: 0;
  top: 55%;
  left: 50%;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
  opacity: 0.75;
}

.timeline__item__content:before {
  /* border-bottom-color: #e6e6e6; */
  /* -webkit-transform: translate(-50%, -100%) scale(0.6); */
  /* transform: translate(-50%, -100%) scale(0.6); */
  /* -webkit-transform-origin: 50% 100%; */
  /* transform-origin: 50% 100%; */
}

.timeline__item__content:after {
  border-top-color: white;
  -webkit-transform: translate(-50%, 0%) scale(0.8);
  transform: translate(-50%, 0%) scale(0.8);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.clippath .timeline__item__content:after {
  box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-clip-path: polygon(-2px -2px, calc(100% + 2px) -2px, 50% 100%);
  clip-path: polygon(-2px -2px, calc(100% + 2px) -2px, 50% 100%);
}

.timeline__item--active .timeline__item__content,
.timeline__link:hover + .timeline__item__content {
  opacity: 1;
  -webkit-transform: translate(-50%, -35px);
  transform: translate(-50%, -35px);
}

.timeline__item--active .timeline__item__content:before,
.timeline__link:hover + .timeline__item__content:before {
  /* -webkit-transform: translate(-50%, -100%) scale(1); */
  /* transform: translate(-50%, -100%) scale(1); */
  /* opacity: 1; */
}

.timeline__item--active .timeline__item__content:after,
.timeline__link:hover + .timeline__item__content:after {
  -webkit-transform: translate(-50%, 0%) scale(1);
  transform: translate(-50%, 0%) scale(1);
  opacity: 1;
}

.timeline__item__year {
  position: absolute;
  top: 70px;
  left: 50%;
  width: 80%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  font-size: 12px;
  color: #fff;
  text-align: center;
}

.timeline__item--active .timeline__item__year,
.timeline__link:hover ~ .timeline__item__year {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  width: fit-content;
  display: flex;
  top: 50px;
}

.timeline__item:nth-child(3n + 1) .timeline__item__year {
  opacity: 1;
}

.timeline__item__thumb {
  position: relative;
  z-index: 5;
  min-width: 100%;
  height: 100%;
  transform: rotate(-45deg);
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.timeline__item__shadow {
  position: absolute;
  top: calc(50% - 20 / 130 * 100%);
  left: 50%;
  z-index: -1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 130px 130px 0 0;
  border-color: rgba(0, 0, 0, 0) transparent transparent transparent;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.timeline__item--active .timeline__item__shadow,
.timeline__link:hover + .timeline__item__content .timeline__item__shadow {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.timeline__path {
  position: absolute;
  top: 0;
  left: -160px;
  right: -90px;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
  background: rgba(239, 17, 17, 0.9) repeat 0 0;
  -webkit-clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%);
  height: 170px;
}

.timeline__path__triangle {
  display: block;
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.timeline__path__triangle--static-1,
.timeline__path__triangle--static-2 {
  top: 0;
}

.timeline__path__triangle--static-1 {
  border-width: 260px 260px 0 260px;
  border-color: rgba(0, 0, 0, 0.2) transparent transparent transparent;
  left: 0;
}

.timeline__path__triangle--static-2 {
  border-width: 260px 260px 0 260px;
  border-color: rgba(0, 0, 0, 0.2) transparent transparent transparent;
  right: 0;
}

.timeline__path__triangle--static-3 {
  border-width: 0 260px 260px 260px;
  border-color: transparent transparent rgba(0, 0, 0, 0.2) transparent;
  left: 30%;
  bottom: 0;
}

.timeline__path__triangle--moving {
  position: absolute;
  border-width: 260px 260px 0 260px;
  border-color: rgba(255, 255, 255, 0.2) transparent transparent transparent;
  left: 0;
  top: 0;
  -webkit-transition: -webkit-transform 3s ease-out;
  transition: -webkit-transform 3s ease-out;
  transition: transform 3s ease-out;
  transition: transform 3s ease-out, -webkit-transform 3s ease-out;
}

.view {
  width: 100vw;
  height: 53vh;
}

.views {
  height: 50vh;
}

.view__inner {
  display: -webkit-box;
  display: block;
  width: 100%;
  height: 500px;
  padding: 0rem 0 10rem;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}

.view__inner img {
  box-shadow: 5px 29px 27px rgba(0, 0, 0, 0.35);
  height: 60% !important;
}

.timeline__wrapper {
  position: relative;
  bottom: 0;
  z-index: 2;
  width: calc(100% - 60px);
  margin-bottom: 3rem;
  margin-top: 4rem;
}

.slick-slide {
  outline: none;
}

.slick-arrow {
  background: transparent;
  z-index: 10;
}

.slick-next:before,
.slick-prev:before {
  color: #a9a9a9 !important;
  font-size: 40px !important;
}

.slick-prev {
  left: 50px !important;
}

.slick-next {
  right: 50px !important;
}

/* ===============Responsive code ===============*/

/*@media screen and (min-width:990px){
.dropdown-menu {
-webkit-transform-origin: top;
transform-origin: top;

-webkit-transform: scale(1, 0);
display: block; 

}
.dropdown:hover .dropdown-menu {
display: block;
margin-top: 0; 
transform: scale(1);

padding: 0px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.29);

border-radius: 0px;
border: none;

min-width: 220px;
}
}*/

@media screen and (max-width: 417px) {
  .topbar2 li {
    margin: 9px 6px !important;
  }
  .ant-head{
    color:#E31E25;font-size:1.5rem!important;
  }
  .product_listing .title1 {
    font-size: 1rem !important;
    color: #fff;
  }
  .mainmenu a,
  .mainmenu ul li a {
    font-size: 10px !important;
  }
  .fs-20 {
    font-size: 16px !important;
  }
  .products-slider .border-right {
    border-right: hidden !important;
  }
  .product_nav {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 375px) {
  .title1 {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 529px) {
  .topbar2 li {
    margin: 9px 6px;
  }
  .lock1,
  .lock2,
  .lock3,
  .lock4,
  .lock5 {
    /* height: 65vh !important;*/
  }
  .mainmenu a,
  .mainmenu ul li a {
    font-size: 10px !important;
    margin: 0;
  }
  .ultab ul {
    font-size: 11px;
  }
  .ultab a.nav-link {
    padding: 10px 2px;
  }
  .font-28 {
    font-size: 1.5rem !important;
  }
  .showing_result_title {
    font-size: 20px;
  }
  .legacy {
    padding: 2rem 0;
  }
  .topbar2 li {
    display: block;
  }
  .fa-search.fs-20 {
    font-size: 20px !important;
    margin-top: 5px;
    margin-right: 1rem;
    height: 100%;
  }
  .product_listing .col-lg-6,
  .product_listing .col-lg-4 {
    /*margin-bottom: 1rem;*/
  }
  .counter_title {
    font-size: 1.8rem;
  }
  .our_footprint {
    background-position-y: 44%;
    margin-bottom: 0%;
    padding-bottom: 0% !important;
  }
  .footprint_img img {
    margin-top: -15%;
  }
  .slick-next {
    right: 30px !important;
  }
  .slick-prev {
    left: 10px !important;
  }
}

@media screen and (max-width: 768px) {
  .email_box {
    border-left: none;
    border-right: none;
    margin: 1rem 0;
  }
  p.my-5.mt-6.button {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
    margin-left: 0 !important;
  }

  a.btn.btn1.btn_pri.border-radius1.text-light.ml-5 {
    width: 100% !important;
    margin-left: 0 !important;
  }

  a.btn.btn_pri.border-radius1.text-light {
    width: 100% !important;
  }
  .key_features .col-md-3 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .key_features .shadow.w-75 {
    margin: 0 !important;
    width: 100% !important;
  }
  div#technical_info .col-md-7,
  div#technical_info .col-md-5 {
    max-width: 50%;
  }
  .homePage_counter .counter_section .counter_title {
    font-size: 1.8rem !important;
  }
  .products-slider .item {
    border-right: none !important;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.12);
    padding: 20px !important;
  }
  #demo .owl-dots {
    bottom: 0;
  }
  .owl-theme .owl-dots .owl-dot {
    padding: 5px;
  }
  .legacy_content {
    width: 100%;
  }
  .our_footprint,
  .awards {
    padding: 1rem 0;
  }
  .product_category.nav-tabs .nav-item {
    padding: 0 10px !important;
    max-width: 50%;
    margin-bottom: 1rem;
  }
  .products_name {
    width: 88%;
    padding: 0 10px;
  }
  .cd-gallery li {
    max-width: 50%;
    padding: 0 7.5px;
  }
  .list--list-item .shadow2 p.name {
    height: 43px;
    margin: 0 auto;
    font-size: 14px;
    line-height: normal;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .list--list-item .shadow2 p.my-0 {
    margin: 0 auto;
    font-size: 14px;
    line-height: normal;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .list--list-item .shadow2 {
    min-height: 228px;
  }
  .m_show {
    display: block;
  }
  .m_hide {
    display: none;
  }
  #close_product {
    background: #f5f5f5;
    height: 40px;
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    font-weight: bold;
  }
  #close_product i {
    font-size: 20px;
    display: inline-block;
    position: absolute;
    top: 10px;
    z-index: 99999;
    right: 20px;
  }
  .filter_btn {
    background: #f5f5f5;
    padding: 8px;
    text-align: center;
    box-shadow: 0px 10px 22px rgba(0, 0, 0, 0.35);
    border-radius: 3px;
  }
  .filter_btn a {
    /* background: #fff; */
    padding: 0px 30px !important;
    box-shadow: none !important;
  }
  .cd-main-content {
    padding-top: 1rem !important;
  }
  .cd-filter.m_show {
    position: fixed;
    top: 0;
    z-index: 9999;
    left: 0;
    height: 100vh;
    width: 100%;
    overflow-y: scroll;
    transform: translate(0px, 0px);
  }
  .navbar-nav .dropdown-menu {
    position: static;
    display: block;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .awards .left_leave {
    margin-right: 40%;
  }
  .navbar-brand img {
    width: 80px;
  }
  .banner-sec h1 {
    font-size: 18px;
  }
  .topbar {
    /*        background: #bc171d;*/
    background: #e31e25;
  }
  .products-slider .item {
    border: none;
  }
  .owl-next {
    right: -10px !important;
  }
  .owl-prev {
    left: -10px !important;
  }
  .key {
    background-size: cover;
  }
  .col {
    flex: auto;
  }
  .service_charges .col {
    flex: 1;
  }
  .topbar2 ul li:not(:last-child) {
    display: none !important;
  }
  .topbar3 li {
    margin: 7px 0;
    display: block;
    list-style: none;
  }
  .navbar-light .navbar-nav .nav-link,
  .mainmenu a,
  .mainmenu ul li a {
    /* color: black; */
    font-size: 14px;
  }
  #collapsibleNavbar1 ul li a {
    font-size: 14px !important;
  }
  #collapsibleNavbar1 > ul > li > a {
    font-size: 16px !important;
    padding: 15px 0;
  }
  .topbar3 li a {
    color: #4d4d4d !important;
  }
  .mega-dropdown-menu {
    width: 100vw;
    transform: translateX(0) !important;
    height: 56vh;
  }
  .mainmenu .collapse ul ul.dropdown-menu.mega-dropdown-menu {
    width: 90vw;
  }
  .mega_nav_menu {
    width: 30% !important;
  }
  .nav_content {
    width: 70% !important;
    left: 30% !important;
  }
  .product_listing .my-auto {
    padding-right: 0 !important;
    margin-top: 0 !important;
    /* padding-top: 0 !important; */
    padding-bottom: 0 !important;
  }
  .panel-collapse {
    width: 55%;
    left: 45%;
  }
  .panel-collapse img {
    display: none;
  }
  .panel-heading {
    width: 45%;
  }
  .job_details {
    margin-bottom: 1rem;
    padding: 15px;
  }
  .sales h5 {
    padding: 0 15px;
  }
  .sales .bg-gray {
    padding: 2rem 15px;
    padding-bottom: 20px !important;
  }
  .current-openings > div {
    margin-bottom: 1rem;
  }
  .showing_result {
    text-align: center;
  }
  .showing_result_title {
    font-size: 1.3rem;
  }
  .careers {
    padding: 6rem 0 4rem;
  }
  .careers p.mt-5 {
    margin-bottom: 3rem;
  }
  .working_with {
    padding: 2rem 0;
  }
  .footprint_img img,
  .footprint_img {
    position: relative;
  }
  .get_intouch {
    padding: 2rem;
  }
  .news .col-md-3,
  .brochures .col-md-3 {
    width: 50%;
  }
  .phone {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .trust .w-100.pt-5 {
    padding-top: 1rem !important;
  }
  .social {
    padding: 0;
    text-align: center;
  }
  .social.font-14 {
    font-size: 12px;
    margin: 0 auto;
  }
  .topbar ul li {
    margin: 0 !important;
    text-align: center !important;
  }
  .col-md-8.mx-auto.px-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .service_charges1 .row {
    justify-content: center;
    align-items: center;
  }
  .contact_form {
    margin: 20px 0 0;
  }
  .explore {
    padding: 2rem 0;
  }
  .explore .w-auto {
    width: 100% !important;
    margin-bottom: 15px;
  }
  .explore_btn {
    float: none !important;
    width: 100%;
    margin-top: 1rem;
  }
  .explore_map {
    right: 7px;
    top: 7px;
  }
  .explore_map .close {
    padding: 3px 10px;
    right: 7px;
  }
  .modal1 {
    width: 95% !important;
  }
  .modal-body {
    height: auto !important;
  }
  .modal-content {
    width: 100% !important;
    margin: 0 auto;
  }
  .w-auto .btn_back {
    margin-left: 0 !important;
  }
  .our_network .border-right {
    border-right: 0px !important;
    border-bottom: 1px solid #eceecc !important;
    margin-bottom: 2rem;
  }
  .our_network {
    padding-bottom: 0 !important;
  }
  .map_btn {
    width: 100%;
  }
  .homePage_counter .col-6 {
    max-width: 33%;
    flex: 0 0 100%;
  }
  .product_listing .img_overlay {
    /*padding-left: 1rem !important;
        padding-right: 1rem !important;*/
  }
  .product_listing .col-lg-6 .pr-md-5,
  .product_listing .col-lg-4 .pr-md-5 {
    padding-right: 0rem !important;
  }
  footer .col {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .services_details {
    margin: 0;
    padding-bottom: 1rem;
  }
  .services {
    padding: 20px;
    margin: 0;
  }
  .img_overlay a {
    display: flex;
    width: fit-content;
  }
  .why .col-md-3 {
    margin-bottom: 2rem !important;
  }
  .why .box {
    height: 100%;
    margin-bottom: 2rem;
  }
  .service_charges.mx-auto {
    margin: 0 !important;
  }
  .service_charges {
    position: relative !important;
    margin: 0 15px 0rem !important;
  }
  #fitment_service .modal-content {
    width: 100% !important;
  }
  .brochures .col-md-2 {
    margin-left: 0 !important;
    max-width: 50%;
    flex: 0 0 50%;
  }
  .request_service {
    margin: 0;
  }
  .services_details .col-md-6.text-left {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .services_details .col-md-6.text-right .btn {
    width: 100%;
    text-align: left !important;
  }
  .request_service h1 {
    font-size: 1.5rem !important;
  }
  .main-slider .owl-thumbs {
    margin-top: 2rem !important;
    position: relative;
    width: 100%;
    flex-direction: row;
    left: 0;
    display: block;
  }
  .main-slider .owl-prev,
  .main-slider .owl-next {
    top: 25% !important;
  }
  .product_branding {
    margin-bottom: 10px;
    margin-right: 5px !important;
  }
  .product_branding img {
    height: 100px;
  }
  .tab-content.p-3 {
    padding: 0 !important;
  }
  .tab-content.px-5 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  /* history */
  .timeline__wrapper {
    width: 100% !important;
  }
  .timeline__item__year {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: none !important;
  }
  .slick-next {
    right: 45px !important;
  }
  .slick-prev {
    left: 25px !important;
  }
  .service_bg {
    background-size: cover;
  }
  .service_charges td {
    font-size: 13px;
  }
  .service_charges th {
    font-size: 13px;
  }
  /* .product_listing .position-relative {
        padding-bottom: 15%;
    } */
  .lock1 {
    /* height: 65vh;
       background: url(../images/1.jpg);
        background-size: cover;
        background-repeat: no-repeat;*/
  }
  .lock2 {
    /*height: 67vh;
        /*background: url(../images/2.jpg);
        background-size: cover;
        background-repeat: no-repeat;*/
  }
  .lock3 {
    /*height: 53vh;
      background: url(../images/33.jpg);
        background-size: cover;
        background-repeat: no-repeat;*/
  }
  .lock4 {
    /*height: 57vh;
        background: url(../images/4.jpg);
        background-size: cover;
        background-repeat: no-repeat;*/
  }
  .lock5 {
    /*height: 53vh;/*
        background: url(../images/5.jpg);
        background-size: cover;
        background-repeat: no-repeat;*/
  }
  .products-slider .col-md-12 {
    padding: 0 0 !important;
  }
  .products-slider span.h4 {
    font-size: 1.2rem;
    padding-left: 5px;
    padding-bottom: 1rem !important;
    display: block;
  }
  .careers-text .mt-6 {
    margin-bottom: 1rem !important;
    margin-top: 5rem !important;
  }
  .current-openings {
    margin: 0 !important;
  }
  .title2 {
    font-size: 2rem;
    margin: 0.5rem 0;
    padding: 0.5rem 0 1rem !important;
  }
  .explore .tab-pane > .row > .col-md-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .address {
    padding: 20px 10px;
  }
  .accordion {
    width: 100%;
    max-width: 360px;
    margin: 30px auto 20px;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 42px;
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .accordion li:last-child .link {
    border-bottom: 0;
  }
  .accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
  }
  .accordion li.open .link {
    color: #b63b4d;
  }
  .accordion li.open i {
    color: #b63b4d;
  }
  .accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  /**
   * Submenu
   -----------------------------*/
  .state {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
    border-radius: 5px;
  }
  .submenu {
    display: none;
    background: #fff;
    font-size: 14px;
  }
  .submenu li {
    border-bottom: 1px solid #4b4a5e;
  }
  .submenu a {
    display: block;
    text-decoration: none;
    color: #d9d9d9;
    padding: 12px;
    padding-left: 42px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}

@media screen and (max-width: 990px) {
  .navbar-collapse {
    width: 100%;
  }
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .topbar {
    /* background: linear-gradient(90deg, #bc171d 0%, #bc171d 30%, #e31e25 30%); */
    overflow-y: hidden;
  }
}

@media (max-width: 1425px) {
  a.text-light.shado_visited {
    font-size: 12px !important;
    padding: 4px 11px !important;
  }

  ul.social.font-16.text-light {
    font-size: 12px !important;
    padding: 1.2rem 0 !important;
  }
  .topbarbg2 {
    padding: 0.8rem 0 !important;
  }
  .topbarbg1 {
    padding: 0.67rem 0 !important;
  }
}
@media (min-width: 1200px) {
  .container-left-half,
  .container-right-half {
    width: 568px;
  }
  a.text-light.shado_visited {
    font-size: 11.5px !important;
    padding: 3px 10px !important;
  }
  ul.social.font-16.text-light {
    font-size: 12px !important;
    padding: 0.009rem 0 !important;
  }
  .topbarbg1 {
    padding: 0.43rem 0 !important;
  }
  .topbarbg2 {
    padding: 0.72rem 0 !important;
  }
}
@media (max-width: 1024px) {
  a.text-light.shado_visited {
    font-size: 11px !important;
    padding: 2px 10px !important;
  }
  ul.social.font-16.text-light {
    font-size: 11px !important;
    padding: 0.009rem 0 !important;
  }
  .topbarbg2 {
    padding: 0.72rem 0 !important;
  }
  /* a.btn.btn_pri.border-radius1.text-light {
        padding: 10px 6px !important;
    } */
}
@media (max-width: 768px) {
  ul.social.font-16.text-light {
    font-size: 11px !important;
    padding: 0.009rem 0 !important;
    margin: 1rem;
  }
}

.btnstylebtncall,
.fixedbutton:hover {
  color: #fff !important;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-ms-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.is-animated {
  animation: 0.6s zoom-in;
}

@keyframes zoom-in {
  0% {
    transform: scale(0.1);
  }
  100% {
    transform: none;
  }
}

.mega_nav_menu {
  background: #f7f7f7;
  width: 25%;
}

.nav_content {
  position: absolute;
  top: 0%;
  background-color: #fff;
  display: inline-block;
  left: 25%;
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.2s;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translateX(700px);
  -moz-transform: translateX(700px);
  -ms-transform: translateX(700px);
  -o-transform: translateX(700px);
  transform: translateX(700px);
  transition-timing-function: ease;
  padding-bottom: 40px;
  /* height: 0; */
}

.active_nav .nav_content {
  top: 0;
  width: 75%;
  left: 25%;
  display: flex !important;
  opacity: 1;
  visibility: visible;
  transition-duration: 1.1s;
  transform: rotateY(0);
  -webkit-transform: rotateY(0);
  -o-transform: rotateY(0);
  -ms-transform: rotateY(0);
  padding: 0;
}

.nav_menu:hover .nav_content {
}

/* .nav_menu:hover .nav_content {
    height: 100%;
} */

.nav_content ul {
  height: 100%;
}

.active_nav .mega_nav_menu {
  background: #fff;
  color: #e31e25 !important;
}

.active_nav .nav_content {
  height: 100%;
  visibility: visible;
  opacity: 1;
  z-index: 9999;
}

.nav_content .dropdown-menu.row {
  display: flex !important;
  box-shadow: none !important;
}

.mega_menur {
  text-align: right;
}

.mega_menul a,
.mega_menuc a {
  font-weight: normal !important;
}

#loading {
  content: "\f110";
  text-align: center;
  font-family: "FontAwesome";
}

.cd-header {
  position: relative;
  height: 150px;
  background-color: #331d35;
}

.cd-header h1 {
  color: #ffffff;
  line-height: 150px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 300;
}

@media only screen and (min-width: 1170px) {
  .cd-header {
    height: 180px;
  }
  .cd-header h1 {
    line-height: 180px;
  }
}

.cd-main-content {
  position: relative;
  min-height: 100vh;
}

.cd-main-content:after {
  content: "";
  display: table;
  clear: both;
}

.cd-main-content.is-fixed .cd-tab-filter-wrapper {
  /* position: fixed;
  top: 0;
  left: 0;
  width: 100%;*/
}

.cd-main-content.is-fixed .cd-gallery {
  padding-top: 76px;
}

.cd-main-content.is-fixed .cd-filter {
  /*position: fixed;
  height: 100vh;
  overflow: hidden;*/
}

.cd-main-content.is-fixed .cd-filter form {
  /*height: 100vh;*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.cd-main-content.is-fixed .cd-filter-trigger {
  /*position: fixed;*/
}

@media (max-width: 768px) {
  .cd-main-content.is-fixed .cd-gallery {
    padding-top: 90px;
  }
  /* a.text-light.shado_visited {
        font-size: 9px;
        padding: 1px 09px !important;
    }
    .topbarbg2 {
        padding: 0.72rem 15px !important;
    } */
}

@media only screen and (min-width: 1170px) {
  .cd-main-content.is-fixed .cd-gallery {
    padding-top: 100px;
  }
}

/* -------------------------------- 

xtab-filter 

-------------------------------- */

.cd-tab-filter-wrapper {
  background-color: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  z-index: 1;
}

.cd-tab-filter-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.cd-tab-filter {
  /* tabbed navigation style on mobile - dropdown */
  position: relative;
  height: 50px;
  width: 140px;
  margin: 0 auto;
  z-index: 1;
}

.cd-tab-filter::after {
  /* small arrow icon */
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/cd-icon-arrow.svg") no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}

.cd-tab-filter ul {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  box-shadow: inset 0 -2px 0 #41307c;
}

.cd-tab-filter li {
  display: none;
}

.cd-tab-filter li:first-child {
  /* this way the placehodler is alway visible */
  display: block;
}

.cd-tab-filter a {
  display: block;
  /* set same size of the .cd-tab-filter */
  height: 50px;
  width: 140px;
  line-height: 50px;
  padding-left: 14px;
}

.cd-tab-filter a.selected {
  background: #41307c;
  color: #ffffff;
}

.cd-tab-filter.is-open::after {
  /* small arrow rotation */
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

.cd-tab-filter.is-open ul {
  box-shadow: inset 0 -2px 0 #41307c, 0 2px 10px rgba(0, 0, 0, 0.2);
}

.cd-tab-filter.is-open ul li {
  display: block;
}

.cd-tab-filter.is-open .placeholder a {
  /* reduces the opacity of the placeholder on mobile when the menu is open */
  opacity: 0.4;
}

@media only screen and (min-width: 768px) {
  /* .col-md-3{
        max-width: 100%;
    
    } */

  .cd-tab-filter {
    /* tabbed navigation style on medium devices */
    width: auto;
    cursor: auto;
  }
  .cd-tab-filter::after {
    /* hide the arrow */
    display: none;
  }
  .cd-tab-filter ul {
    background: transparent;
    position: static;
    box-shadow: none;
    text-align: center;
  }
  .cd-tab-filter li {
    display: inline-block;
  }
  .cd-tab-filter li.placeholder {
    display: none !important;
  }
  .cd-tab-filter a {
    display: inline-block;
    padding: 0 1em;
    width: auto;
    color: #9a9a9a;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.3rem;
  }
  .no-touch .cd-tab-filter a:hover {
    color: #41307c;
  }
  .cd-tab-filter a.selected {
    background: transparent;
    color: #41307c;
    /* create border bottom using box-shadow property */
    box-shadow: inset 0 -2px 0 #41307c;
  }
  .cd-tab-filter.is-open ul li {
    display: inline-block;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-tab-filter {
    /* tabbed navigation on big devices */
    width: 100%;
    float: right;
    margin: 0;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
  }
  .cd-tab-filter.filter-is-visible {
    /* reduce width when filter is visible */
    width: 80%;
  }
}

/* -------------------------------- 

xgallery 

-------------------------------- */

.cd-gallery {
  /*padding: 26px 5%;*/
  width: 100%;
}

.cd-gallery li {
  margin-bottom: 1.6em;
  /*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);*/
  display: none;
  float: left;
}

.cd-gallery li.gap {
  /* used in combination with text-align: justify to align gallery elements */
  opacity: 0;
  height: 0;
  display: inline-block;
}

.cd-gallery img {
  display: block;
  width: 100%;
}

.cd-gallery .cd-fail-message {
  display: none;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .cd-gallery {
    /*padding: 40px 3%;*/
  }
  .cd-gallery ul {
    text-align: justify;
  }
  .cd-gallery ul:after {
    content: "";
    display: table;
    clear: both;
  }
  .cd-gallery li {
    /* width: 48%;*/
    margin-bottom: 2em;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-gallery {
    /*padding: 0px 2%;*/
    float: right;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
  }
  .cd-gallery li {
    /*width: 23%;*/
  }
  .cd-gallery.filter-is-visible {
    /* reduce width when filter is visible */
    width: 80%;
  }
}

/* -------------------------------- 

xfilter 

-------------------------------- */

.cd-filter {
  position: relative;
  top: 0;
  left: 0;
  /* width: 280px;
    height: 100%; */
  background: #ffffff;
  box-shadow: 4px 4px 20px transparent;
  z-index: 2;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  /*-webkit-backface-visibility: hidden;
     backface-visibility: hidden;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); */
  -webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s;
  -moz-transition: -moz-transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
}

.cd-filter::before {
  /* top colored bar */
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  background-color: #41307c;
  z-index: 2;
  display: none;
}

.cd-filter form {
  padding: 10px 20px;
}

.cd-filter .cd-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
  width: 60px;
  color: #ffffff;
  font-size: 1.3rem;
  text-align: center;
  background: #37296a;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 3;
}

.no-touch .cd-filter .cd-close:hover {
  background: #32255f;
}

.cd-filter.filter-is-visible {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
}

.cd-filter.filter-is-visible .cd-close {
  opacity: 1;
}

@media only screen and (min-width: 1170px) {
  .cd-filter {
    width: 100%;
  }
  .cd-filter form {
    padding: 10px 10%;
  }
}

.cd-filter-trigger {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  line-height: 50px;
  width: 60px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
  background: transparent url("../images/cd-icon-filter.svg") no-repeat center
    center;
  z-index: 3;
}

.cd-filter-trigger.filter-is-visible {
  pointer-events: none;
}

@media only screen and (min-width: 1170px) {
  .cd-filter-trigger {
    width: auto;
    left: 2%;
    text-indent: 0;
    color: #9a9a9a;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 700;
    padding-left: 24px;
    background-position: left center;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
  }
  .no-touch .cd-filter-trigger:hover {
    color: #41307c;
  }
  .cd-filter-trigger.filter-is-visible,
  .cd-filter-trigger.filter-is-visible:hover {
    color: #ffffff;
  }
}

/* -------------------------------- 

xcustom form elements 

-------------------------------- */

.cd-filter-block {
  margin-bottom: 1em;
}

.cd-filter-block h4 {
  /* filter block title */
  position: relative;
  margin-bottom: 0.2em;
  padding: 10px 0 10px 0px;
  color: #9a9a9a;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.no-touch .cd-filter-block h4:hover {
  color: #41307c;
}

.cd-filter-block h4::before {
  /* arrow */
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  background: url("../images/cd-icon-arrow.svg") no-repeat center center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.cd-filter-block h4.closed::before {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.cd-filter-block input,
.cd-filter-block select,
.cd-filter-block .radio-label::before,
.cd-filter-block .checkbox-label::before {
  /* shared style for input elements */
  font-family: "Open Sans", sans-serif;
  border-radius: 0;
  background-color: #ffffff;
  border: 2px solid #e6e6e6;
}

.cd-filter-block input[type="search"],
.cd-filter-block input[type="text"],
.cd-filter-block select {
  width: 100%;
  padding: 0.8em;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  box-shadow: none;
}

.cd-filter-block input[type="search"]:focus,
.cd-filter-block input[type="text"]:focus,
.cd-filter-block select:focus {
  outline: none;
  background-color: #ffffff;
  border-color: #41307c;
}

.cd-filter-block input[type="search"] {
  /* custom style for the search element */
  border-color: transparent;
  background-color: #e6e6e6;
  /* prevent jump - ios devices */
  font-size: 1.6rem !important;
}

.cd-filter-block input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

.cd-filter-block .cd-select {
  /* select element wrapper */
  position: relative;
}

.cd-filter-block .cd-select::after {
  /* switcher arrow for select element */
  content: "";
  position: absolute;
  z-index: 1;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/cd-icon-arrow.svg") no-repeat center center;
  pointer-events: none;
}

.cd-filter-block select {
  cursor: pointer;
  font-size: 1.4rem;
}

.cd-filter-block select::-ms-expand {
  display: none;
}

.cd-filter-block .list li {
  position: relative;
  margin-bottom: 0;
}

.cd-filter-block .list li:last-of-type {
  margin-bottom: 0;
}

.cd-filter-block input[type="radio"],
.cd-filter-block input[type="checkbox"] {
  /* hide original check and radio buttons */
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 2;
}

.cd-filter-block .checkbox-label,
.cd-filter-block .radio-label {
  padding-left: 24px;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.cd-filter-block .checkbox-label::before,
.cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::before,
.cd-filter-block .radio-label::after {
  /* custom radio and check boxes */
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-77%);
  -moz-transform: translateY(-77%);
  -ms-transform: translateY(-77%);
  -o-transform: translateY(-77%);
  transform: translateY(-77%);
}

.cd-filter-block .checkbox-label::before,
.cd-filter-block .radio-label::before {
  width: 13px;
  height: 13px;
  left: 0;
}

.cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::after {
  /* check mark - hidden */
  display: none;
}

.cd-filter-block .checkbox-label::after {
  /* check mark style for check boxes */
  width: 13px;
  height: 13px;
  /*background: url("<?=base_url(); ?>assets/images/cd-icon-check.svg") no-repeat center center;*/
}

.cd-filter-block .radio-label::before,
.cd-filter-block .radio-label::after {
  border-radius: 50%;
}

.cd-filter-block .radio-label::after {
  /* check mark style for radio buttons */
  /*width: 6px;
  height: 6px;
  background-color: #ffffff;
  left: 5px;*/
}

.cd-filter-block input[type="radio"]:checked + label::before,
.cd-filter-block input[type="checkbox"]:checked + label::before {
  border-color: #aeacb3;
  background-color: #d9d7e0;
}

.cd-filter-block input[type="radio"]:checked + label::after,
.cd-filter-block input[type="checkbox"]:checked + label::after {
  display: block;
}

@-moz-document url-prefix() {
  /* hide custom arrow on Firefox - select element */
  .cd-filter-block .cd-select::after {
    display: none;
  }
}

ul#pills-tab1.nav {
  height: 75vh;
  overflow: auto;
}

ul#pills-tab1.nav::-webkit-scrollbar {
  width: 10px;
}

ul#pills-tab1.nav::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

ul#pills-tab1.nav::-webkit-scrollbar-thumb {
  background-color: #e31e25;
  outline: 1px solid slategrey;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
  font-size: 100%;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
  display: none;
}

input[type="search"] {
  background: #fff
    url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat
    9px center;
  border: solid 0px #ccc;
  padding: 0px 10px 9px 32px;
  width: 55px;
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  border-radius: 10em;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  outline: none;
}

input[type="search"]:focus {
  width: 130px;
  background-color: #fff;
  border-color: #e31e25;
  -webkit-box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
  -moz-box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
  box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
}

input:-moz-placeholder {
  color: #999;
}

input::-webkit-input-placeholder {
  color: #999;
}

/* Demo 2 */

#demo-2 input[type="search"] {
  width: 15px;
  padding-left: 10px;
  color: transparent;
  cursor: pointer;
}

#demo-2 input[type="search"]:hover {
  background-color: #fff;
}

#demo-2 input[type="search"]:focus {
  width: 130px;
  padding-left: 32px;
  color: #000;
  background-color: #fff;
  cursor: auto;
}

#demo-2 input:-moz-placeholder {
  color: transparent;
}

#demo-2 input::-webkit-input-placeholder {
  color: transparent;
}

#ui-id-1 {
  width: 240px !important;
  position: absolute;
  z-index: 9999;
  right: 30px !important;
  background-color: rgb(227, 236, 254);
}

#ui-id-1 li {
  cursor: pointer;
}

.golden-border {
  border: 3px #ffd700 solid !important;
}

.no-border {
  border: 3px transparent solid;
}

.form-check-label {
  cursor: pointer;
}
.get_in_touch,
.emailbox_sec,
.head_office {
  min-width: 15rem;
}
.commfont_size {
  font-size: 0.9rem !important;
  color: #000 !important;
  font-family: Poppins-Regular !important;
}
@media (min-width: 768px) {
  .product_details .col-md-7 .d-md-block {
    display: flex !important;
  }
  .email_box {
    border-top: none;
    border-bottom: none;
  }
}
@media (max-width: 992px) {
  .dropdown-menu a {
    padding: 5px 10px !important;
    border-bottom: 0;
  }
  .mainmenu .active a,
  .mainmenu .active a:focus,
  .mainmenu .active a:hover,
  .mainmenu li a:hover,
  .mainmenu li a:focus,
  .navbar-default .navbar-nav > .show > a,
  .navbar-default .navbar-nav > .show > a:focus,
  .navbar-default .navbar-nav > .show > a:hover {
    background: transparent !important;
  }
  .mainmenu .collapse ul ul a,
  .mainmenu .collapse ul ul.dropdown-menu a {
    color: #ddd !important;
  }
  .dropdown-menu .dropdown-menu a {
    color: #e31e25 !important;
  }
  .mainmenu .collapse ul li:hover > ul {
    background: #e31e25;
  }
  .dropdown-menu .dropdown-menu {
    background: #901f23 !important;
    padding-left: 1.5rem !important;
    box-shadow: none !important;
  }
  .navbar-collapse {
    /* position: fixed; */
    top: 80px;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
  }
  .navbar-collapse.collapsing {
    left: -75%;
    transition: height 0s ease;
  }
  .navbar-collapse.show {
    left: 0;
    transition: left 300ms ease-in-out;
    overflow: auto;
  }
  .navbar-toggler.collapsed ~ .navbar-collapse {
    transition: left 500ms ease-in-out;
  }
}

/* input[type="radio"] {
  margin: 0px 10px 10px !important;
} */
input[type="radio"] {
  margin: 0px 3px 0px !important;
}
.close {
  font-size: 1rem;
}

#carouse1.owl-carousel .owl-item img.left_leave {
  display: inline-block !important;
  margin-right: 19% !important;
}

#carouse1.owl-carousel .owl-item img.right_leave {
  display: inline-block !important;
  margin-left: 19% !important;
}

a.btn.common-btn.m_connectbtn {
  min-width: auto;
  position: fixed;
  bottom: 57px;
  left: 22px;
  border-radius: 50%;
  width: 50px !important;
  height: 50px;
  padding: 0px;
  z-index: 999;
}
a.btn.common-btn.m_connectbtn img {
  width: 25px;
}
.m_recommendtbtn {
  padding: 6px 0 !important;
  min-width: auto;
  position: fixed;
  bottom: 113px;
  left: 22px !important;
  border-radius: 50%;
  width: 50px !important;
  height: 50px;
  z-index: 999;
  font-size: 26px;
}

.selectContainer a {
  border: 1px solid #393939;
  padding: 5px 10px;
  margin: 10px 10px 0 0;
  color: #493992;
  border-radius: 5px;
  display: inline-block;
}

.phone-icon {
  border-radius: 51%;
  border-color: #fff !important;
  border: 1px solid;
  padding: 2px 4px;
}
.dealer_locator_row {
  position: relative;
}
.dealer_details {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 30px #00000029;
  position: absolute;
  bottom: -187px;
  padding: 25px 40px 40px 40px;
  border: 1px solid #fff;
}
.dealer_locator_row .custom_select select {
  max-width: 324px;
  min-width: 324px;
  font-family: Poppins-Regular !important;
}
.dealer-location {
  margin-top: 15rem;
}
.dealer-location .card-body {
  padding: 1rem 0.7rem;
}
.dealer-location .card-text {
  margin-left: 28px;
  position: relative;
  /* min-height: 2rem !important; */
  /* height: 2rem !important; */
}
.dealer-location .card-text img {
  position: absolute;
  left: -27px !important;
  top: 5px;
}
.dealer-location .card-text a {
}

.dealer-cards {
  display: flex;
}
.dealer-cards .card {
  flex: 0 0 30%;
  margin: 0.5rem;
  min-height: 7rem !important;
  height: 18rem !important;
}

#filtered_product {
  position: -webkit-sticky;
  position: sticky;
  top: 123px;
  overflow: auto;
  height: 400px;
}
.cd-filter {
  position: sticky;
  top: 123px;
}
.Pagenavigation {
  margin: 0 auto;
  margin-top: 39px;
}
.Pagenavigation .pagination {
  flex-wrap: wrap;
}
.pagination li.page-item {
  margin-bottom: 15px;
}
.watch-now-cta img {
  width: 188px;
}
.watch-now-cta {
  position: absolute;
  bottom: 44px;
  right: 102px;
}
.watchct1 button {
  border-radius: 30px;
  background: #fff;
  color: #000;
  padding: 10px;
  border: 1px solid #fff !important;
}
p.city-null {
  visibility: hidden;
  margin-bottom: -4px;
}
@media (max-width: 991px) {
  .dealer_locator_row .custom_select select {
    max-width: initial !important;
    min-width: initial !important;
  }
  .dealer_details {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: none !important;
    position: relative !important;
    bottom: 0 !important;
    padding: 0px 15px 0px 15px !important;
  }
  .dealer-location {
    margin-top: 3rem !important;
    margin-bottom: 0rem !important;
  }
}

@media (max-width: 767px) {
  .dealer-cards .card {
    flex: none;
    margin: 0 0 0.5rem;
    width: 100%;
  }
  .dealer-cards {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .why .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .why .box {
    min-height: 76px;
  }
  .about-sec .position-absolute {
    padding-left: 1rem !important;
  }
  .about-sec .position-absolute a {
    font-size: 14px;
  }
}
.sales h5.font-family-semi.common-clr.pl-3 {
  display: none;
}

h1.h1-size {
  font-size: 1.5rem;
}

.sales h1 {
  font-size: 1.25rem;
}

.video-cent {
  display: flex;
  justify-content: center;
}
iframe#player {
  width: 100%;
}
iframe#player1 {
  width: 100%;
  /* display: flex; */
  height: 250px;
  /* align-items: center; */
}
.shado_visited {
  text-shadow: 2px 2px #111;
}
.get_in_touch .btn-sec {
  padding: 5px 15px !important;
  margin: 4px;
}

.new_common_btn {
  background-color: #e31e25;
  border-color: #e31e25;
  border-radius: 0px;
  line-height: 50px;
  width: 100%;
  padding: 0 0px;
}
.contact_services_btn_hidden {
  display: none;
}

a.text-light.shado_visited {
  /*    background: #fff;*/
  color: #fff !important;
  text-shadow: none;
  border-radius: 20px;
  padding: 0px 10px;
  display: inline-block !important;
  box-shadow: 2px 3px 5px 1px #000;
  border: 2px solid #fff;
}
.mo_menu a.text-light.shado_visited {
  display: block !important;
  padding: 0.5rem 0.5rem;
}
.explore_btn.d-inline-flex1 .common-btn {
  background-color: #e31e25;
  border-color: #e31e25;
  border-radius: 0px;
  line-height: 50px;
  min-width: inherit;
  padding: 0 50px;
  width: 100%;
  margin: 10px 0px;
}
a.text-light.shado_visited.shado_visited1 {
  color: #81000c !important;
  box-shadow: 2px 3px 5px 1px #000;
  border: 2px solid #fff;
}
.mo_menu a.text-light.shado_visited:hover {
  color: #000 !important;
  font-weight: bolder;
  font-size: 0.7rem !important;
  margin: 0 0.3rem;
}
.mo_menu a.text-light.shado_visited {
  color: #fff !important;
  font-weight: bolder;
  font-size: 0.7rem !important;
  margin: 0 0.3rem;
  box-shadow: 2px 3px 5px 1px #000;
  border: 2px solid #fff;
}
.explore_btn.d-inline-flex2 a {
  width: 100%;
}
a.btn.btn_pri.border-radius1.text-light {
  width: 12rem;
  padding: 0.5rem !important;
}
/* a.btn.btn1.btn_pri.border-radius1.text-light.ml-5 {
   
    padding: 12px 15px;
} */

/* on hover banner animation start */
.my-den:hover {
  z-index: 999 !important;
  width: 100%;
}
.my-den1:hover {
  z-index: 999 !important;
  width: 100%;
  clip-path: none;
}
/* ul.dropdown-menu.mega-dropdown-menu.mme-li{
    display: none !important;
}
ul.dropdown-menu.mega-dropdown-menu.mme-li:hover{
    display: block !important;
} */
.mami:hover {
  display: block !important;
}
.zekz1 {
  display: none;
}
.zekz > .zekz1:hover {
  display: block !important;
}
.mainmenu .collapse ul ul.cus_men {
  /* position: absolute !important; */
  top: 0;
  left: -40rem !important;
  margin-top: 2rem;
}
.sub-menu .sub-men-cont {
  position: absolute;
  left: 15rem;
  width: 40rem;
  top: -6.8rem;
  min-height: 22rem;
  background-color: #f6f6f6;
}

.sub-menu .sub-men-cont2 {
  height: 24rem;
  background-color: #f6f6f6;
}
.sub-drrp {
  min-width: 500px !important;
}

.mainmenu .collapse ul ul.zkzz {
  left: 55rem !important;
  position: relative;
  top: -5.5rem;
}
.mega-dropdown-menu {
  min-width: 90vw !important;
}
.mega_nav_menu {
  background: #f7f7f7;
  width: 33% !important;
}
/* ul.dropdown-menu.sub-drrp2.sub-menu{
    display: none;
}
ul.dropdown-menu.sub-drrp2.sub-menu:hover{
    display: block;
} */
.active_nav .wd-con {
  width: 100%;
  left: 32%;
}
.dr-mn-ps {
  position: initial !important;
}
/* Your existing CSS for styling can be retained */

/* Initially hide all submenus */
ul.dropdown-menu.sub-drrp.sub-menu,
ul.dropdown-menu.sub-drrp2.sub-menu {
  display: none;
}

/* Display submenus when their parent menu item is hovered */
.menu-item:hover ul.sub-menu,
.menu-item:hover ul.sub-menu2 {
  display: block;
}

/* Additional styles for active submenu (you can customize this) */
.active-submenu {
  display: block !important;
}
/* Styles for the active-default class */
.menu-item.active-default ul.sub-menu {
  display: block !important;
}
/* Font color for active Mechanical Locks tab */
/* .menu-item.active-default .hmm {
    color: #af251c;
} */

/* Font color for Mechanical Locks tab when Electronic Lock is hovered */
/* .menu-item:hover + .menu-item.active-default .hmm {
    color: black;
} */
/* on hover banner animation start */

.text-red-p {
  color: #e31e25;
}

.combtnsec {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 0.5rem;
  margin: 1rem 0;
}

.title {
  font-size: 24px !important;
}
h1.title.font-family.mb-4 {
  font-size: 24px !important;
}

.btn-font-size{
  font-size: 2.2rem;
  padding: 1.5rem 1.2rem;
}
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.trust {
  background-color: #f9f9f9;
}

.ant-head {
  font-size: 3rem;
  /* margin: -10px 0 !important; */
  color:#E31E25;
}

.btn-font-size {
  font-size: 1.5rem;
}

.btn-font-size-self {
  margin-right: 5px;
}

.additional-info {
  margin-top: 10px;
}

@media (max-width: 767.98px) {
  .btn-font-size-self {
      margin-right: 0;
      margin-bottom: 10px;
  }
  .btn-font-size {
      margin-left: 0;
  }
  .additional-info {
      margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .btn-font-size-self {
      margin-right: 20px;
  }
  .btn-font-size {
      margin-left: 20px;
  }
  .additional-info {
      margin-top: 0;
  }
}

img.img-fluid.showcase {
    height: 191px !important;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
    font-size: 15px;
}

.blinking-text, .blinking-text strong {
  color: #dc3545;
  animation: blink-color 1.5s steps(1) infinite;
}

@keyframes blink-color {
  0%, 50%, 100% {
    color: #dc3545;
  }
  25%, 75% {
    color: #ffb703;
  }
}

