.ext-class .bg_text h2 {
    color: #FFF;
}
.location-banner-form form{
	width: 400px;
    padding: 20px 10px 0;
    background: #caa6a652;
    float: right;
    margin-top: -375px;
    position: relative;
}
.location-banner-form form input:not([type=submit]), .location-banner-form form textarea, .location-banner-form form select{
    background: #f1f1ef;
    height: 40px;
    padding: 10px;
    font-size: 14px;
    border-radius: 5px;
    color: #222;
    margin-bottom: 15px;
    box-shadow: none;
}
.location-banner-form form textarea{
	height: 60px !important;
}
.location-banner-form form input:not([type=submit])::placeholder, .location-banner-form form textarea::placeholder{
	color: #000;
}
.location-banner-form form input[type=submit]{
	background: #000;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    height: 40px;
	font-weight: 700;
}
.location-banner-form form input[type=submit]:hover{
	background: #666;
	box-shadow: none;
}
.location-banner-form form .col-md-12{
	float: none;
}
.location-banner-form form .kickass_field{
	margin: 0;
}

section.faq_cus .panel-heading {
    margin-top: 0;
    margin-bottom: 0;
    background: #1f1f1f !important;
    color: #fff !important;
    padding: 11px;
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
}
section.faq_cus .panel-heading .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: inherit;
}
section.faq_cus .panel-body p {
    color: #111;
    line-height: 26px;
    font-size: 14px;
    font-weight: 500;
}
section.contact-form h2 {
    text-align: center;
    color: #111;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
    margin: 21px 0 25px;
}
.banner-owl .owl-nav button {
    position: absolute;
    top: 40%;
    width: 50px;
    height: 50px;
    background: rgb(255, 255, 255, 0.72) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    text-indent: 120px;
    overflow: hidden;
    border-radius: 50%;
}
.banner-owl .owl-nav button::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-left: 3px solid #f15449;
    border-top: 3px solid #f15449;
    left: 5px;
    right: 0;
    margin: auto;
}
.banner-owl .owl-nav .owl-prev::after {
    transform: rotate(-45deg);
}
.banner-owl .owl-nav .owl-next::after {
    transform: rotate(135deg);
    left: auto;
    right: 18px;
}
.banner-owl .owl-nav .owl-prev {
    left: 30px;
}
.banner-owl .owl-nav .owl-next {
    right: 30px;
}
/*.inc {*/
/*	 margin: auto;*/
/*	 display: flex;*/
/*	 justify-content: center;*/
/*	 width: 100%;*/
/*	 background: #f7f7f7;*/
/*	 padding: 20px 0 20px;*/
/*	 align-items: flex-end;*/
/*	 text-align: center;*/
/*}*/

.inc {
    overflow: hidden;
}
.inc img {
    width: 100%;
}


 .inc .colored {
	 display: flex;
	 align-items: center;
}
 .inc p {
	 color: #2e4591;
	 font-weight: bold;
	 margin-bottom: 0;
	 margin-left: 5px;
	 font-size: 21px;
}
 .inc h3 {
	 font-size: 25px;
	 margin-bottom: 0;
	 line-height: 32px;
	 font-weight: bold;
	 color:#000;
	 margin-top:0;
}
 .inc h4 {
	 font-size: 25px;
	 margin-bottom: 0;
	 font-weight: bold;
	 line-height: 0;
	 color: #c71c24;
	 	 margin-top:0;
}
 .inc h4 span:nth-child(1) {
	 color: #fc0;
}
 .inc h4 span:nth-child(2) {
	 color: #4646d6;
}
 .inc h4 span:nth-child(3) {
	 color: #000;
}


/* top header new 22-06-2023 */

header {
  z-index: 99 !important;
  position: relative;
  padding: 0 !important; 
}
.sticky {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  left: 0;
}
.top-bar .row [class^="col-"]:nth-child(2) {
  margin-left: auto;
}
header .top-bar {
  padding: 6px 0 !important;
  background-color: #3c3c3c !important;
  transition: all 0.5s ease-in-out;
}
header.sticky .top-bar {
  padding: 3px 0 !important;
  transition: all 0.5s ease-in-out;
}
.top-bar-right {
  display: flex;
  align-items: center;
  justify-content: end;
  list-style-type: none;
}
.top-bar-right li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 0 20px;
}
.top-bar-right li a p {
  margin: 0;
}
.top-bar-right li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}
/* .catalog-btn {
  background: linear-gradient(#fc3a2c,rgb(113, 9, 9));
  margin: 3px;
  padding: 8px 20px !important;
  border-radius: 11px 0px 11px 0;
  text-align: center;
  text-decoration: none;
  box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.64);
  width: 100%;
  position: relative;
  transition: all 0.5s ease-in-out;
} */

.catalog-btn {
	overflow: hidden;
    background: linear-gradient(#fc3a2c,rgb(113, 9, 9));
	margin: 3px;
	padding: 10px 20px !important;
	border-radius: 0;
	text-align: center;
	text-decoration: none;
	box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.64);
	width: 100%;
	position: relative;
	transition: all 0.5s ease-in-out;
}

.catalog-btn span:nth-child(2) {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(to right, #161618, #fff);
	animation: animate1 2s linear infinite;
}

@keyframes animate1 {
	0% {
		transform: translateX(-100%);
	}
	100% {
		transform: translateX(100%);
	}
}

.catalog-btn span:nth-child(3) {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 2px;
	background: linear-gradient(to bottom, #161618, #fff);
	animation: animate2 2s linear infinite;
	animation-delay: 1s;
}
@keyframes animate2 {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(100%);
	}
}

.catalog-btn span:nth-child(4) {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 2px;
    background: linear-gradient(to left, #161618, #fff);
	animation: animate3 2s linear infinite;
}

@keyframes animate3 {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(-100%);
	}
}

.catalog-btn span:nth-child(5) {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 2px;
    background: linear-gradient(to top, #161618, #fff);
	animation: animate4 2s linear infinite;
	animation-delay: 1s;
}

@keyframes animate4 {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(-100%);
	}
}

header.sticky .top-bar .catalog-btn {
  padding: 5px 20px !important;
  transition: all 0.5s ease-in-out;
}
/* .catalog-btn:hover,
.catalog-btn:focus {
 color:#fff;
 background:#000
}
.catalog-btn::after {
 content:'';
 width:30px;
 height:30px;
 border-radius:100%;
 border:2px solid #00ffcb;
 position:absolute;
 z-index:99;
 top:50%;
 left:50%;
 transform:translate(-50%,-50%);
 animation:ring 1.5s infinite
} */
@keyframes ring {
 0% {
  width:30px;
  height:30px;
  opacity:2
 }
 100% {
  width:200px;
  height:200px;
  opacity:0
 }
}
.search-wrap .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
  background: transparent;
  padding: 0;
  border-radius: 0;
}
.search-wrap .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  padding: 0px 0px 0px 35px !important;
  line-height: 24px;
  font-size: 15px;
  border: none;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid #dfdfdf;
  color: #fff !important; 
}
.search-wrap .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input:hover, .search-wrap .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input:focus {
  background-color: transparent !important;
}
.search-wrap .dgwt-wcas-search-submit {
  margin: 0 !important;
  left: 0 !important;
  top: 0 !important;
}
.search-wrap .dgwt-wcas-search-submit svg {
  margin: 0 !important;
}
.search-wrap .dgwt-wcas-search-submit svg path, .search-wrap .dgwt-wcas-preloader.dgwt-wcas-close svg path {
  fill: #dfdfdf !important;
}
.mob-v {
  display: none !important;
}

/* concept button */
.concept-btn {
  position: relative;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 8px 0 8px 0px;
  transition: 0.2s ease-in-out;
  padding: 5px 20px !important;
}
.concept-btn p {
  animation: typing 4s steps(12) infinite;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}
@keyframes typing {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
  }
  55%, 65%, 75% {
    opacity: 1;
  }
  60%, 70% {
    opacity: 0;
  }
  80% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
/* concept button */

@media  (max-width: 991px)  {
  .top-bar-right li:last-child a p {display: none;}
	.des-v {display: none !important;}
	.mob-v {display: unset !important;}
  .top-bar-right li {margin: 0 !important;}
  .top-bar a span {margin-left: 0 !important;}
  .search-wrap .dgwt-wcas-search-form {max-width: unset;}
  .top-bar-right li a {padding: 0 14px;}
  .search-wrap .dgwt-wcas-search-wrapp {max-width: unset;min-width: unset;}
}
@media  (max-width: 480px)  {
  .top-bar-right li a {font-size: 11px;}
  .catalog-btn {padding: 5px 8px !important;}
  header.sticky .top-bar .catalog-btn {padding: 5px 8px !important;}
  .concept-btn {padding: 5px 8px !important;}
  header .top-bar {padding: 7px 0 !important;}
  .search-wrap .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {padding: 0px 0px 0px 25px !important;font-size: 12px;}
}
/* top header new 22-06-2023 */


.middle-bar {
  background-color: #333;
}
.news_ticker {
  height: 30px;
  margin: 5px auto 5px;
  overflow: hidden;
  padding: 0;
  position: relative;
}
/* #news_ticker span {
	float: left;
	background-color: #C8102E; 
	padding: 2px 10px;
	position: relative;
	font-size: 16px;
  color:#fff;
  text-shadow: 1px 2px 1px rgba(0, 0, 0, .6);
} */

.news_ticker ul {
-webkit-animation: ticker 10s cubic-bezier(1,0,.5,0) infinite;
  -moz-animation: ticker 10s cubic-bezier(1,0,.5,0) infinite;
  -ms-animation: ticker 10s cubic-bezier(1,0,.5,0) infinite;
  animation: ticker 10s cubic-bezier(1,0,.5,0) infinite;
  text-align: center;
}
.news_ticker ul:hover {
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-ms-animation-play-state: paused;
	animation-play-state: paused;
}
.news_ticker li {
  list-style:none;
  line-height: 26px;
}

.news_ticker a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
}

.news_ticker a:hover {
/* 	color: #ff2216; */
	text-decoration: underline;

}

@-webkit-keyframes ticker {
	0%   {margin-top: 0;}
	25%  {margin-top: -26px;}
	50%  {margin-top: -52px;}
	75%  {margin-top: -78px;}
	100% {margin-top: 0;}
}
@-moz-keyframes ticker {
	0%   {margin-top: 0;}
	25%  {margin-top: -26px;}
	50%  {margin-top: -52px;}
	75%  {margin-top: -78px;}
	100% {margin-top: 0;}
}
@-ms-keyframes ticker {
	0%   {margin-top: 0;}
	25%  {margin-top: -26px;}
	50%  {margin-top: -52px;}
	75%  {margin-top: -78px;}
	100% {margin-top: 0;}
}
@keyframes ticker {
	0%   {margin-top: 0;}
	25%  {margin-top: -26px;}
	50%  {margin-top: -52px;}
	75%  {margin-top: -78px;}
	100% {margin-top: 0;}
}