/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #000000;
  overflow-x: hidden;
}

a {
  font-family: 'Plus Jakarta Sans', sans-serif;
  text-decoration: none;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Plus Jakarta Sans', sans-serif;
}
p{
	line-height:1.7;
	font-weight:500;
	
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1250px;
}
.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    border-radius: 0;
    font-size: 0;
    border: 0;
    background-color: #00000021;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 9;
    border: 2px solid #000000;
}
.slick-arrow.slick-prev {
    left:0;
}
.slick-arrow.slick-prev:before {
    content: '\f104';
    font-size: 20px;
    color: #000000;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.slick-arrow.slick-next {
	right:0;
}
.slick-arrow.slick-next:before {
	content: '\f105';
	font-size: 20px;
	color: #000000;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.slick-arrow.slick-disabled {
  opacity: 0.2;
}
.slick-slide {
    padding: 0 15px;
}
.slick-dots button {
    font-size: 0;
    padding: 0;
    background-color: transparent;
    width: 10px;
    height: 10px;
    line-height: 0;
    border: none;
    background-color: #fff;
    transition: all ease 0.4s;
    position: relative;
}
.slick-dots button:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
    border: 2px solid #e56925;
    transition: all ease 0.4s;
    opacity: 0;
    visibility: hidden;
}
ul.slick-dots li {
    display: block;
    margin: 0 13px;
}
.slick-dots .slick-active button::before {
    opacity: 1;
    visibility: visible;
}
.strategy_cn .section-title h2 {
    position: relative;
    font-weight: 500;
    font-size: 50px;
    line-height: 1.2;
    color: #e56925;
    text-transform: capitalize;
    margin-bottom: 25px;
}
/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
    padding: 100px 0;
    overflow: hidden;
}
.section-title h2 {
    position: relative;
    font-weight: 500;
    font-size: 40px;
    line-height: 1.2;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.section-title h2:after {
    content: '';
    height: 5px;
    display: inline-block;
    background: transparent;
    width: 140px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-inline: 0;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}
.section-title.center-border h2:after {
    margin-inline: auto;

}

.section-title.white-border h2:after {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.section-title p {
    margin: 0 auto 0 auto;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
.btn_bx {
    margin-top: 50px;
}
.section-title span {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    text-transform: uppercase;
    transition-delay: 0.5s;
    display: block;
    letter-spacing: 5px;
}
.common-btn.common-btn-primary {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    padding: 4px 24px;
    font-size: 16px;
    background: #000000;
    border: 2px solid #e56925;
    border-radius: 0px;
    overflow: hidden;
    transition: all 0.3s ease 0s;
    line-height: inherit;
}

.common-btn.common-btn-primary {
    color: #000000;
    border: 2px solid #000000;
    background: transparent;
}

.common-btn.common-btn-primary:before {
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: -200%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 1;
    background: #000000;
}

.common-btn.common-btn-primary:hover:before {
    top: -12%;
}

.common-btn.common-btn-primary .btn-wrap {
    position:relative;
    z-index:1;
    float:left;
    overflow: hidden;
    display: inline-block;
}

.common-btn.common-btn-primary .btn-wrap .text-one {
    position: relative;
    display: block;
    color: #000;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.common-btn.common-btn-primary:hover .btn-wrap .text-one:first-child {
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
}

.common-btn.common-btn-primary .btn-wrap .text-two {
    position: absolute;
    top: 100%;
    display: block;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.common-btn.common-btn-primary:hover .btn-wrap .text-two {
    top: 50%;
    -webkit-transform: translateY(-50%); 
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.common-btn.common-btn-primary:hover .btn-wrap .text-two {
    color: #fff;
}

.common-btn.common-btn-primary:hover:before {
    top: -40%;
}




.common-btn.common-btn-orange {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    padding: 4px 24px;
    font-size: 16px;
    background: #e56925;
    border: 2px solid #e56925;
    border-radius: 0px;
    overflow: hidden;
    transition: all 0.3s ease 0s;
    line-height: inherit;
}

.common-btn.common-btn-orange {
    color: #ffffff;
    border: 2px solid #e56925;
    background: transparent;
}

.common-btn.common-btn-orange:before {
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: -200%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 1;
    background: #e56925;
} 

.common-btn.common-btn-orange:hover:before {
    top: -12%;
}

.common-btn.common-btn-orange .btn-wrap {
    position:relative;
    z-index:1;
    float:left;
    overflow: hidden;
    display: inline-block;
}

.common-btn.common-btn-orange .btn-wrap .text-one {
    position: relative;
    display: block;
    color: #fff;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.common-btn.common-btn-orange:hover .btn-wrap .text-one:first-child {
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
}

.common-btn.common-btn-orange .btn-wrap .text-two {
    position: absolute;
    top: 100%;
    display: block;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.common-btn.common-btn-orange:hover .btn-wrap .text-two {
    top: 50%;
    -webkit-transform: translateY(-50%); 
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.common-btn.common-btn-orange:hover .btn-wrap .text-two {
    color: #fff;
}

.common-btn.common-btn-orange:hover:before {
    top: -40%;
}

.common-btn.common-btn-black {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    padding: 4px 24px;
    font-size: 16px;
    background: #000;
    border: 2px solid #000;
    border-radius: 0px;
    overflow: hidden;
    transition: all 0.3s ease 0s;
    line-height: inherit;
}

.common-btn.common-btn-black {
    color: #ffffff;
    border: 2px solid #000000;
    background: black;
}

.common-btn.common-btn-black:before {
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: -200%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 1;
    background: #e56925;
} 

.common-btn.common-btn-black:hover:before {
    top: -12%;
}

.common-btn.common-btn-black .btn-wrap {
    position:relative;
    z-index:1;
    float:left;
    overflow: hidden;
    display: inline-block;
}

.common-btn.common-btn-black .btn-wrap .text-one {
    position: relative;
    display: block;
    color: #fff;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.common-btn.common-btn-black:hover .btn-wrap .text-one:first-child {
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
}

.common-btn.common-btn-black .btn-wrap .text-two {
    position: absolute;
    top: 100%;
    display: block;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.common-btn.common-btn-black:hover .btn-wrap .text-two {
    top: 50%;
    -webkit-transform: translateY(-50%); 
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.common-btn.common-btn-black:hover .btn-wrap .text-two {
    color: #fff;
}

.common-btn.common-btn-black:hover:before {
    top: -40%;
}

/*--------------------------------------------------------------
# top message bar
--------------------------------------------------------------*/

.top-message {
    background: #e56925;
    text-transform: uppercase;
    color: #fff;
    padding: 8px;
    position: relative;
}
.top-message p {
    margin: 0;
    font-size: 14px;
    margin-inline: auto;
    z-index: 1;
    position: relative;
}
.text-msg {
    text-align: center;
    width: 100%;
    color: #fff;
    background: #e56925;
    padding: 1px 0px 5px;
}
.text-msg p {
    font-size: 20px;
    margin: 0;
}
.top-inner-bx {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}
/*--------------------------------------------------------------
# top bar
--------------------------------------------------------------*/
.top_bar {
    padding: 15px 0;
    border-bottom: 1px solid #ffffff24;
}
.top_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
ul.top_list {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
ul.top_list i {
    color: #ffffff;
    margin-right: 15px;
}

ul.top_list li:last-child, ul.top_list li:last-child a{
    margin-right: 0;
}
ul.top_list li {
    position: relative;
    float: left;
    margin-right: 70px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}
 ul.top_list li a {
    position: relative;
    float: left;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}
ul.top_list li::after {
    content: '';
    position: absolute;
    left: 100%;
    margin-left: 30px;
    top: 50%;
    margin-top: -4px;
    height: 8px;
    width: 8px;
    border: 1px solid #000000;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

ul.top_list li:last-child::after {
    display:none;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
    z-index: 99;
    position: relative;
    padding: 15px 0;
    top:0px;
    left: 0;
    right: 0;
    border-bottom: 2px solid #e56925;
    background: #000;
}
.home.page-template .header {
    position: absolute;
    background-color: transparent;
    border: none;
    top:59px;
}
.header.fixed-header {
    position: fixed !important;
    top: 0!important;
    background: #000!important;
    transition: all 0.5s;
    padding: 10px 0;
    border-bottom: 2px solid #e56925 !important;
}
.header.fixed-header .logo {
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
    top: 0;
    transform: translate(0px, -0);
}
.header.fixed-header .logo_bx {
    margin-right: 0;
}
.header.fixed-header .top_bar {
    display: none;
}
.logo_bx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    position: relative;
    flex: 0 0 250px;
}
a.side_bar_btn {
    width: 100%;
    text-align: center;
    max-width: 60px;
    height: 100%;
    margin-left: 15px;
    background: transparent;
    display: inline-block;
    text-align: -webkit-center;
}
.side_bar_btn img {
    max-width: 25px;
    filter: invert(1);
}
.logo {
    max-width: 250px;
    width: 100%;
    height: auto;
    display: inline-block;
}
.header .logo img {
    margin-right: 0;
    width:auto;
    max-height: 120px;
}
.right_btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 0 460px;
}
.top_phone {
    margin-right: 15px;
}
.top_phone a i{
    padding-right:5px;
}.top_phone a {
    color: #e56925;
    font-size: 18px;
    font-weight: 500;
}
.banner-slider .slick-dots li {
  margin: 0 0.25rem;
}
.banner-slider .slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #000000;
  text-indent: -9999px;
}
.banner-slider .slick-dots li.slick-active button {
    background-color: #e56925;
}

nav {
    position: static !important
}

nav .dropdown-menu-item  a {
    display: block;
    padding:50px 20px;
}

.mega-dropdown:hover .mega-menu {
    transition: 200ms ease;
    scale: 1;
    opacity: 1;
    visibility: visible;
    padding: 20px;
}
.mega-dropdown:hover > a::before {
    rotate: 180deg;
}

.mega-menu {
    position: absolute;
    inset: 100% 0 auto 0;
    background: rgb(220 109 48 / 100%);
    visibility: hidden;
    opacity: 0;
    scale: 0.95;
    box-shadow: 0 8px 32px hsl(0 0% 0% / 15%);
    margin-top: -30px !important;
}
.mega-menu-row {
    display: flex;
    width: 100%;
    gap: 47px;
}
.mega-menu-list {
    width: 50%;
    max-width: 560px;
    margin-inline-start: auto;
    padding-block: 1.5rem;
}

.mega-menu-list li.list-item {
    border-bottom: 1px solid rgb(237 128 68);
    padding: 0;
}

.mega-menu .list-item {
    contain: layout;
}

/* .mega-menu a {
    display: block;
    padding: 1rem;
    contain: paint;
} */
.mega-menu a {
    text-decoration: none;
    font-weight: 500 !important;
    font-size: 18px !important;
    color: #fff !important;
    display: block;
    padding: 1rem !important;
    contain: paint;
    transition: all 200ms !important;
    -webkit-transition: all 200ms !important;
    -moz-transition: all 200ms !important;
    -ms-transition: all 200ms !important;
    -o-transition: all 200ms !important;
}

.mega-menu .list-item:hover::after {
    translate: 0 -50%;
    opacity: 1;
}
.mega-menu .list-item::after {
    content: "\f105";
    position: absolute;
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    inset: 50% 3rem auto auto;
    translate: 0 -50%;
    background-color: #ffffff2a;
    color: #fff;
    width: 30px;
    border: 1px solid #ffffff9a;
    aspect-ratio: 1;
    border-radius: 50%;
    display: grid;
    place-items: center;
    translate: -50% -50%;
    opacity: 0;
    transition: 300ms ease;
    pointer-events: none;
}
.mega-menu a::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #ffffff2f;
    width: 50% !important;
    transform: skewX(-15deg) translateX(calc(-100% - 15px));
}
.mega-menu a::after {
    content: '' !important;
    position: absolute !important;
    inset: 0;
    background-color: #ffffff2f;
    width: 50% !important;
    height: 100% !important;
    transform: skewX(-15deg) translateX(calc(-100% - 15px));
}

.mega-menu a:hover::before {
    transform: skewX(-15deg) translateX(calc(-100% - 15px));
    transition: 300ms;
    left: 100%;
}

.mega-menu a:hover::after {
    transform: skewX(-15deg) translateX(calc(-100% - 15px));
    transition: 300ms 300ms;
    left: 50%;
}

.mega-menu-images {
    contain: paint;
    width: 50%;
    background-color: #f2f2f2;
    animation: skeleton 0.85s linear infinite alternate both;
}


.mega-menu-images .mega_menu_image {
    background-repeat: no-repeat !important; 
    height: 100%;
    width: 100%;
    margin-left: auto;
    background-size: cover;
    background-position: center;
}






/*--------------------------------------------------------------
 # Fixed menu
--------------------------------------------------------------*/
.overlay {
  display: none;
  background: #ffffff;
  opacity: .3;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 3;
  cursor: pointer;
}

.sidebar {
    width: 285px;
    background: #000000;
    border-right: 1px solid #ccc;
    position: fixed;
    left: -300px;
    height: 100%;
    transition: .3s;
    z-index: 4;
}

.sidebar h2 {
  margin: 0px;
  padding: 16px 0px;
  position: relative;
  background: #000000;
  color: #ddd;
}

.sidebar h2 .hideSidebar {
 position: absolute;
 right: 4px;
 top: 14px;
  font-size: 18px;
}

.sidebar .content {
  min-height: 1000px;
  position: relative;
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
.navbar ul li {
	white-space: nowrap;
	padding: 0 25px;
}
@media (min-width: 1024px) {
	.nav_cn {
		display: flex;
		align-items: center;
		justify-content: center;
		flex: 0 0 55%;
	}
	.navbar {
		padding: 0;
		margin-right: auto;
		margin-left: auto;
		justify-content: center;
	}

	.navbar ul {
		margin: 0;
		padding: 0;
		display: flex;
		list-style: none;
		align-items: center;
		width: 100%;
		justify-content: space-between;
	}
	.navbar a:after {
		content: "";
		position: absolute;
		right: calc(100% + 5px);
		bottom: 0.75em;
		width: 0;
		height: 2px;
		transition: 0.2s 0.2s;
		   
	}
	.navbar a, .navbar a:focus {
		padding: 0;
		white-space: nowrap;
		transition: 0.3s;
		color: #ffffff;
		position: relative;
		font-size: 16px;
		font-weight: 500;
		text-transform: capitalize;
	}

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover:before,
  .navbar li:hover a:before,
  .navbar .active:before {
    visibility: visible;
    width: 100%;
  }

	.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover a {
		color: #e56925;
	}

  .navbar .dropdown ul {
    position: absolute;
    min-width: 100%;
    height: auto;
    top: 90%;
    left: 0;
    z-index: 90;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    transition: all 0.3s;
    border-radius: 0 0 10px 10px;
    background-color: #111111;
    border-top: 3px solid #000000;
    display: inline-block;
    box-shadow: 0 36px 35px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    flex-direction: column;
    min-width: 220px;
    justify-content: flex-start;
    padding-left: 0;
    margin-left: 0;
    align-items: flex-start;
    margin-top: -1px;
    padding: 0;
    border-radius: 0;
    width: max-content;
}

  .navbar .dropdown ul li {
    width: 100%;
    text-align: left;
    padding: 0 15px !important;
    margin: 0;
  }

  .navbar .dropdown ul a {
	display: block;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 13px 10px;
    transition: 0.3s;
    border-bottom-color: #0000004D;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    text-transform: capitalize;
    letter-spacing: 0;
    min-width: max-content;
    color: #FFFFFF;
  }

  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover a {
    color: #000000;
  }

  .navbar .dropdown:hover ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover ul {
    left: -100%;
  }
}
.burger-icon {
	width: 30px;
	cursor: pointer;
}
.burger-icon span {
    display: block;
    height: 2px;
    background-color: #000000;
    margin: 5px 0;
    transition: background-color 0.3s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in;
    width: 83.33333333%;
    background: #e56925;
    transition: all 400ms ease-in-out;
}
.burger-icon  span:nth-child(1) {
	-webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
	animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
}
.burger-icon  span:nth-child(2) {
		width: 100%;
	-webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
	animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
}
.burger-icon  span:nth-child(3) {
	width: 58.33333333%;
	transition: all 100ms ease-in-out;
	-webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
	animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
}

@-webkit-keyframes burger-hover {
  0% {
    width: 100%;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}

@keyframes burger-hover {
  0% {
    width: 100%;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}
/*--------------------------------------------------------------
 # Banner css
--------------------------------------------------------------*/

.banner-main {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
    background: #19232d;
}

	.banner-main .slick-dots {
		position: absolute;
		display: flex;
		align-items: center;
		justify-content: center;
		top: 50%;
		left: 2%;
		width: auto;
		flex-direction: column;
		gap: 25px;
	}
	.banner-main .slick-dots button {
		height: 10px;
		width: 10px;
		background: rgb(228 1 46 / 52%);
		font-size: 0;
		margin: 0 2px;
		border: 0;
	}
  .banner-main .slick-dots .slick-active button{
	background: #d7b65d;
	height: 10px;
	width: 10px;
  }
  .banner-slide{
	display: block !important;
  }

  .banner-main .slider-track {
	-webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
	transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  }
.banner-main .banner-image {
	height: 100%;
	position: relative;
	z-index: 1;
}
.banner-slider .slick-slide {
    padding: 0;
}
/* .banner-main .banner-image::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	content: "";
	height: 100%;
	z-index: 1;
	background-color: transparent;
    background-image: linear-gradient(180deg,#00000078 50%,#000 100%);
}  */

   .banner-main .banner-image img {
	width: 100%;
	height: 100vh;
 /* 	-webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
	transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
	-webkit-transform: scale(1.2);
	transform: scale(1.2); 
	 */
  }
/*  .banner-main .slick-active img {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-animation: cssAnimation 8s 1 ease-in-out forwards;
		animation: cssAnimation 8s 1 ease-in-out forwards;
  }

  @keyframes cssAnimation {
	from {
	  -webkit-transform: scale(1.2) translate(0px);
	}
	to {
	  -webkit-transform: scale(1) translate(0px);
	}
  }
  @-webkit-keyframes cssAnimation {
	from {
	  -webkit-transform: scale(1.2) translate(0px);
	}
	to {
	  -webkit-transform: scale(1) translate(0px);
	}
  }   */

  .banner-image-inner img {
		transform: inherit !important;
	}
	.banner-image-inner img {
		max-height: 650px;
		margin: 0 auto;
	}
	.banner-main  .slick-slide{
		display: block !important;
	}
	.banner-text {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		text-align: center;
		z-index: 99;
		transform: translate(0px, -50%);
	}


	.banner-main .slick-active  .banner-text{
		animation: text-move 1s  ease-in-out forwards;
	}
	
	.banner-text-2 {
		position: absolute;
		top: 60%;
		left: 20%;
		width: 100%;
		text-align: center;
		z-index: 99;
		transform: translate(0, -85%);
		display: inline-block;
	}
	.banner-img {
		position: absolute;
		top: 140%;
		right: 0;
		text-align: center;
		z-index: 99;
		transform: translate(0, -100%);
		left: auto;
		max-width: 80%;
	}
	.banner-img.ban_car_1 img {
		width: 85%;
		margin-left: auto;
	}
	/* .banner-main .slick-active .slide-left {
	  animation: 3s slide-left ease-in-out forwards;
	} */
	@keyframes slide-left {
	  0% {
		margin-left: 100%;
	  }
	  100% {
		margin-left: 0%;
	  }
	}

	.banner-main .slick-active  .banner-text-2{
		animation: text-move 1s  ease-in-out forwards;
	}
	.request-quote {
		background-image: url(../img/quote.png);
		background-size: cover;
	}
	/* @keyframes text-move {
		0% {
		 transform: scale(1) translateY(100%);
		}
		100% {
		 transform: scale(1) translateY(-50%);
		}
	} */
.banner-text-inner {
    text-align: left;
    max-width: 540px;
    position: relative;
}
.big_text {
    opacity: 0.2;
    position: absolute;
    width: 100%;
    top: -66px;
    z-index: -1;
}
.big_text svg text {
    font-size: 8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 18px;
    fill: transparent;
    stroke: #e56925;
    stroke-width: 2px;
    text-anchor: end;
    dominant-baseline: middle;
}

@keyframes animated-stroke {
  0%{
    stroke-dasharray: 0 80%;
  }
  100%{
    stroke-dasharray: 10% 0%;
    stroke-dashoffset: 25%;
  }
}

.big_text.animate-normal svg text{
	animation: animated-stroke 5s;
	/* animation-iteration-count: 2; */
}
.slick-slide.slick-current.slick-active .banner-text-inner .big_text svg text {
    animation: animated-stroke 5s;
}


.slick-slide.slick-current.slick-active .banner-text-inner h2 {
	-webkit-animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slick-slide.slick-current.slick-active .banner-text-inner p, .slick-slide.slick-current.slick-active .banner-text-inner a {
	-webkit-animation: slide-fwd-top 0.45s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s both;
	        animation: slide-fwd-top 0.45s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s both;
			opacity:0;
}
@-webkit-keyframes slide-fwd-top {
  0% {
    -webkit-transform: translateZ(0) translateY(100px);
            transform: translateZ(0) translateY(100px);
			
			
  }
  100% {
    -webkit-transform: translateZ(160px) translateY(-0);
            transform: translateZ(160px) translateY(-0);
			opacity:1;
  }
}
@keyframes slide-fwd-top {
  0% {
    -webkit-transform: translateZ(0) translateY(100px);
            transform: translateZ(0) translateY(100px);
		
	}
  100% {
    -webkit-transform: translateZ(160px) translateY(-0);
            transform: translateZ(160px) translateY(-0);
			opacity:1;
  }
}



.banner-text-inner h2 {
    color: #000000;
    text-transform: capitalize;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 15px;
}
.banner-text-inner h2 span {
    color: #e56925;
}
.banner-text-inner p {
    color: #000000;
    margin-bottom: 20px;
    font-size: 16px;
}
.banner-img-inner img {
    max-height: 450px;
    margin-inline: auto;
}
.banner-text-inner.text-left.text-white * {
    color: #fff;
}



@media only screen and (max-width: 1366px) and (min-width: 1280px)  {
	.banner-img.ban_car_1 img {
		width: 60%;
		margin-left: auto;
	}
}










/*--------------------------------------------------------------
	Banner video css
--------------------------------------------------------------*/
.video_ban {
    position: relative;
    background-color: #fff;
    width: 100%;
    overflow: hidden;
    padding: 0;
}

.video_ban video {
    position: relative;
    width: 100%;
}

.video_ban .container {
  position: relative;
  z-index: 2;
}

.video_ban .v_overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 30%;
    width: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgb(255 255 255 / 0%) 100%);
    z-index: 1;
    display: inline-block;
}


/*--------------------------------------------------------------
	Banner Bottom css
--------------------------------------------------------------*/
.ban_bottom {
    background: rgb(49 49 49);
    padding: 0;
    max-width: 1100px;
    margin-right: auto;
    margin-top: -100px;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
    margin-inline: auto;
    overflow: visible;
    border: 5px solid #e56925;
}
.side_bx .sec_title h2 {
    margin-bottom: 30px;
	padding-bottom:0;
}
.scroll-prompt {
    rotate: 270deg;
    width: 30px;
    height: 30px;
    margin-left: -12px;
}
.scroll-prompt .scroll-prompt-arrow-container {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.scroll-prompt .scroll-prompt-arrow {
  -webkit-animation-name: opacity;
          animation-name: opacity;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.scroll-prompt .scroll-prompt-arrow:last-child {
  animation-direction: reverse;
  margin-top: -6px;
}
.scroll-prompt .scroll-prompt-arrow > div {
    width: 25px;
    height: 25px;
    border-right: 4px solid #ffffff;
    border-bottom: 4px solid #ffffff;
    transform: rotate(45deg) translateZ(1px);
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.1;
  }
  20% {
    opacity: 0.2;
  }
  30% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.5;
  }
  60% {
    opacity: 0.6;
  }
  70% {
    opacity: 0.7;
  }
  80% {
    opacity: 0.8;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.1;
  }
  20% {
    opacity: 0.2;
  }
  30% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.5;
  }
  60% {
    opacity: 0.6;
  }
  70% {
    opacity: 0.7;
  }
  80% {
    opacity: 0.8;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes bounce {
  0% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(3px);
  }
  20% {
    transform: translateY(6px);
  }
  30% {
    transform: translateY(9px);
  }
  40% {
    transform: translateY(12px);
  }
  50% {
    transform: translateY(15px);
  }
  60% {
    transform: translateY(18px);
  }
  70% {
    transform: translateY(21px);
  }
  80% {
    transform: translateY(24px);
  }
  90% {
    transform: translateY(27px);
  }
  100% {
    transform: translateY(30px);
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(3px);
  }
  20% {
    transform: translateY(6px);
  }
  30% {
    transform: translateY(9px);
  }
  40% {
    transform: translateY(12px);
  }
  50% {
    transform: translateY(15px);
  }
  60% {
    transform: translateY(18px);
  }
  70% {
    transform: translateY(21px);
  }
  80% {
    transform: translateY(24px);
  }
  90% {
    transform: translateY(27px);
  }
  100% {
    transform: translateY(30px);
  }
}
.side_bx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    gap: 30px;
}
.side_bx .sec_title h2:after {
    content: '';
    background: #ffffff;
    width: 60px;
    height: 5px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
	display:none;
}
.side_img {
    flex: 0 0 250px;
    background: #e56925;
    padding: 40px 21px;
    display: none;
}
.side_in_cn h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
.side_in_cn h4 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #e56925;
}
.side_inner .side_in_img img {
    max-width: 60px;
}
.side_inner {
    flex: 0 0 30%;
    display: flex;
    align-items: center;
    gap: 15px;
    border-right: 1px solid #ffffff21;
}
.side_cn .side_inner:nth-child(3) {
    border-right: 0;
}
.side_inner .side_in_img img{
	filter: invert(54%) sepia(15%) saturate(6216%) hue-rotate(345deg) brightness(92%) contrast(94%);
}
.side_cn {
    flex: 0 0 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    padding: 55px 30px 30px;
}
.contact-form .btn_bx a.common-btn.common-btn-orange, .contact-form .btn_bx a.common-btn.common-btn-orange span {
    width: 100%;
    text-align: center;
    padding: 3px 0;
    border-width: 2px;
}
/*--------------------------------------------------------------
	About css
--------------------------------------------------------------*/
.sec_title {
    position: relative;
}
.sec_title h3:before {
    width: 3px;
    background: #e56925;
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
}
.sec_title h3 {
    font-weight: 600;
    text-transform: capitalize;
    padding-left: 20px;
    position: relative;
    font-size: 18px;
    color: #e56925;
    display: inline-block;
}
/* .sec_title .big_text svg text {
    animation: animated-stroke 5s;
} */
.sec_title .big_text svg text {
    font-size: 5.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 18px;
    fill: transparent;
    stroke: #000000;
    stroke-width: 2px;
    text-anchor: end;
    dominant-baseline: middle;
    transform: translate(25%, -4px);
}
.sec_title h2 {
    font-size: 34px;
    color: #000000;
    font-weight: 600;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
    text-transform: capitalize;
}
.sec_title h2:after {
    content: '';
    background: #e56925;
    width: 60px;
    height: 5px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
}
.sec_title.text-center h2:after {
    margin-inline: auto;
    right: 0;
}
.about_sec {
    overflow: visible;
    z-index: 0;
    position: relative;
    padding-top: 0;
    background: #000;
    padding-bottom: 0;
    padding-left: 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-right: 20%;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 0;
    position: relative;
    background-image: url(../../assets/images/j_4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 350px;
    background-attachment: fixed;
}
/* .about_sec:after {
    content: '';
    background: rgb(255 255 255);
    height: 100%;
    width: 40%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    z-index: 1;
} */
.ab_cn .sec_title h2 {
    margin-bottom:15px;
}
.ab_cn {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 0;
    position: relative;
    max-width: 550px;
    padding: 50px;
}
.ab_img:before {
    content: '';
    background: rgb(229 105 37 / 90%);
    height: 100%;
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.ab_cn p{
	color:#fff;
}
.ab_cn * {
    z-index: 1;
    position: relative;
}
.ab_cn:before {
    content: '';
    background: rgb(0 0 0 / 80%);
    height: 100%;
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.sec_title .big_text {
    opacity: 0.2;
    position: absolute;
    width: 100%;
    top: -80px;
    z-index: -1;
}
.ab_img_cn {
    padding-left: 50px;
    padding-right: 50px;
}
.test_right {
    height: 100%;
}
.ab_img {
    position: relative;
    margin-top: 0;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
    height: 100%;
    padding-top: 100px;
    background-attachment: fixed;
    background-position: 100% 50%;
}

.ab_img_ic {
    background: #e56925;
    padding: 15px;
    display: inline-block;
}
.ab_img_ic img{
    filter: invert(1);
}
.ab_img_cn p {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
}
.ab_list ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ab_list ul li {
    position: relative;
    font-weight: 600;
    padding-left: 25px;
    font-size: 18px;
}
.ab_list ul li:before {
    content: '\f138';
    font-family: 'Font Awesome 6 free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #e56925;
}
.ab_list {
    margin-bottom: 20px;
}
/*--------------------------------------------------------------
	Choose us css
--------------------------------------------------------------*/
.choose-us-sec {
    position: relative;
    z-index: 2;
/*     background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(https://www.prospective-uae.com/wp-content/uploads/2024/02/Untitled-1.png);
    background-attachment: fixed; */
}
.choose-us-sec:before {
    content: '';
    background-image: url('https://www.prospective-uae.com/wp-content/uploads/2024/02/Untitled-1.png');
    width: 100%;
    display: inline-block;
    height: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
    background-size: cover;
    opacity: 0.2;
    background-attachment: fixed;
}
/* .choose-us-sec:after {
    content: '';
    background-image: url('../../assets/images/choose_lines.png');
    width: 500px;
    display: inline-block;
    height: 100%;
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    background-size: cover;
    opacity: 0.1;
} */
.choose-us-sec .sec_title .big_text svg text {
    transform: translate(35%, -4px);
}
.why_us_cn {
    margin-top: 0;
    margin-right: 0;
}
.choose_us_list ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 75px;
}
.choose_us_list ul li {
    padding: 15px;
    margin-bottom: 15px;
    transition: all 0.5s;
    position: relative;
    box-shadow: 0 2px 9px rgb(0 0 0 / 11%);
    background: #fff;
}
.choose_us_list ul li:hover {
    box-shadow: none;
    background: #ffe0d0;
}
.choose_us_list ul li:before {
    content: '\f00c';
    font-family: 'Font Awesome 6 free';
    font-weight: 900;
    position: absolute;
	background: #e56925;
	color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    top: 15px;
    font-size: 20px;
    left: 20px;
}
.choose_us_list ul li:hover:before {
    color: #e56925;
    background: #fff;
}
.why_us_cn .sec_title {
    margin-bottom: 40px;
}
.choose_us_list ul li {
    padding-left: 75px;
    min-height: 70px;
}
.choose_us_list ul li h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.choose_us_list ul li p {
    margin-bottom: 0;
}
.choose_us_list ul li p {
    margin-bottom: 0;
    font-size: 16px;
}
.choose_bxs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 42px;
    gap: 15px;
}

.choose_bx_2 img, .choose_bx_1 img  {
    height: 300px;
    object-fit: cover;
	transition:all 0.5s;
}
.choose_bx_1, .choose_bx_2 {
    overflow: hidden;
}
.choose_bx_2:hover  img {
    height: 300px;
    object-fit: cover;
    transform: scale(1.5);
}
.choose_bx_1:hover  img {
    height: 300px;
    object-fit: cover;
    transform: scale(1.5);
}
.choose_bx_1 h3 {
    color: #fff;
    font-weight: 600;
    position: relative;
    margin: 0;
    padding-top: 15px;
    font-size: 35px;
    text-align: center;
    z-index: 1;
}
.choose_bx_1 h3:before {
    position: absolute;
    top: 0;
    content: '';
    background: #fff;
    width: 60px;
    height: 4px;
	 z-index: 1;
}
.bg_red {
    background: #e56925;  
}
.bg_blue {
    background: #000000;
}
.choose_bx_inner {
    flex: 0 0 calc(50% - 15px);
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.choose_bx_inner:last-child {
    transform: translate(0, -42px);
}

.product-main-bx {
    /* display: flex;
    justify-content: space-between; */
    margin-top: 0;
}
.product-bx {
    flex: 0 0 25%;
    position: relative;
    transition: all 0.9s;
    overflow: hidden;
}
.product_img_bx {
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
    animation: ripple 15s infinite;
}
.product_img_bx:before {
    content: '';
    height: 42%;
    width: 100%;
    display: inline-block;
    position: absolute;
    bottom: 0;
    z-index: 1;
    transition: all 0.5s;
    background: rgb(0,0,0);
    background: linear-gradient(360deg, rgba(0,0,0,1) 40%, rgb(255 255 255 / 0%) 100%);
}
/* .product-bx:hover .product_img_bx:before {
    background: transparent;
    filter: none;
} */
.pr_img_1 {
    background-image: url(../../assets/images/ab_img.jpg);
}
.pr_img_2 {
    background-image: url(../../assets/images/m_1.jpg);
}
.pr_img_3 {
    background-image: url(../../assets/images/img_3.jpg);
}
.pr_img_4 {
    background-image: url(../../assets/images/img_4.jpg);
}
.product_cn_bx {
    padding: 25px;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.9s;
    transform: translate(0px, 0);
}
.product_cn_bx h3 {
    font-size: 20px;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    text-align: center;
    font-weight: 600;
    transition: all 0.9s;
    width: 100%;
}
.product_cn_bx h5 {
    font-size: 150px;
    position: absolute;
    top: 0%;
    opacity: 0.5;
    color: #fff;
    left: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
}
.fill {
    width: fit-content;
    text-align: center;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #ffffff;
    cursor: pointer;
	display:none;
}
.fill::before {
    position: absolute;
    content: attr(data-text);
    top: 0;
    left: 0px;
    -webkit-text-fill-color: #fff;
    width: 0;
    overflow: hidden;
    transition: 0.5s;
}
.product-bx:hover .fill::before {
    width: 100%;
    -webkit-text-fill-color: #000000;
    -webkit-text-stroke: 1px #000000;
}
.product-bx:hover .fill::before {
  width: 100%;
  -webkit-text-fill-color: #e56925;
  -webkit-text-stroke: 1px #e56925;
}
.product-bx:hover .product_cn_bx h5 {
    opacity: 1;
}
.product_cn_bx h3 {
    position: relative;
    font-size: 20px;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    text-align: center;
    font-weight: 600;
    transition: all 0.9s;
    line-height: 1.5;
    padding-bottom: 15px;
}
.product_cn_bx h3:after {
    content: '';
    height: 5px;
    display: inline-block;
    background: transparent;
    width: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #e56925;
    border-bottom: 1px solid #e56925;
    margin-inline: auto;
}
.product-bx:hover {
    flex: 0 0 30%;
}
.sec_title.text-white * {
    color: #fff;
}
.product-sec {
    position: relative;
    z-index: 2;
    padding-bottom: 100px;
}
.product-sec .sec_title {
    height: 100%;
    padding: 15px 10px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.product-sec .sec_title .big_text {
    opacity: 0.2;
    position: absolute;
    width: 100%;
    top: 6%;
    z-index: 1;
}
.product-sec .slick-slide {
    padding-right: 5px;
}
.inner_pro.product-sec .sec_title {
    align-items: center;
}

.product-sec .sec_title .big_text svg text {
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 8px;
    fill: transparent;
    stroke: #ffffff;
    stroke-width: 2px;
    text-anchor: end;
    dominant-baseline: middle;
    transform: translate(21%, -4px);
}
.sec_title p {
    margin-top: 15px;
    margin-bottom: 0;
}
.product-sec .sec_title a {
    margin-top: 25px;
}


.get-quote p {
    width: 100% !important;
}
.get-quote .error {
    color: red !important;
    text-align: left;
    display: block;
}
.prdut_bx .col-md-3 {
    padding-right: 15px !important;
}

.accordion-item .accordion-body p a:hover {
    color: #e56925;
}

.contact-sec {
    margin-bottom: 0;
    background: #000000;
    position: relative;
    padding-top: 0;
    background-image: url(../../assets/images/m_1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 350px;
    margin-top: -60px;
    overflow: visible;
}
.contact-sec:after {
    content: '';
    background: #e56925;
    height: 100%;
    position: absolute;
    top: -100px;
    left: 0;
    bottom: 0;
    width: 660px;
    z-index: -1;
    margin-inline: auto;
    right: 0;
}
.contact-sec:before {
    content: '';
    background: #00000000;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
}
.contact-form {
    z-index: 2;
    position: relative;
    width: 100%;
}
.contact-form .btn_bx {
    margin-top: 0;
    text-align: left;
}
.contact_img {
    height: 100%;
}
.contact_img img {
    height: 100%;
    object-fit: cover;
}
.map_sec {
    height: 450px;
}

/*--------------------------------------------------------------
#	testimonials Section
--------------------------------------------------------------*/
.testimonials-area{
	display:none;
}

.test_bx {
    margin-top: 25px;
}
.rating-star li {
    margin-right: 4px;
    color: gold;
}
.test-box-white{
	padding: 20px;
	border: 1px solid #ededed!important;
    background-color: #fafafa!important;
	position: relative;
	margin-bottom: 20px
}
.g-logo{
	position: absolute;
	right: 20px;
	top: 20px;
	width: 30px;
}
.g-logo img{
	width:100%;
}
.test-box-inner{
	position: relative;
}
.test-box-inner h5 {
    color: #e56925;
    font-weight: 600;
    font-size: 18px;
}
.test-box-inner::before {
    content: "";
    height: 24px;
    left: 10px;
    top: 24px;
    width: 24px;
    background: url(../../assets/images/quotes-img.png) 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 9;
}
.test-box-white:after, .test-box-white:before {
	top: 100%;
	left: 30px;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.test-box-white:after {
	border-color: rgba(250, 250, 250, 0);
	border-top-color: #fafafa;
	border-width: 10px;
	margin-left: -10px;
}
.test-box-white {
    padding-left: 25px;
}
.test-box-white:before {
	border-color: rgba(237, 237, 237, 0);
	border-top-color: #ededed;
	border-width: 12px;
	margin-left: -12px;
}
.test-box p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #000;
    margin: 0;
    font-weight: 500;
}
.test-box {
    padding: 0;
}
.rating-star {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    list-style: none;
    padding: 0;
    margin-left: 20px;
}
.testimonials-sec{
	padding: 90px 0;
}

/*--------------------------------------------------------------
#	testimonials Section
--------------------------------------------------------------*/

.cl_bx .sec_title{
	position:relative;
}
.cl_bx .btn_bx {
    margin-top: 15px;
}
.logos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 50px;
    padding: clamp(15px, 3.8vw, 50px);
}
.logos img {
    width: 100%;
}
.page-template-inner-page .test-box p {
    display: block;
}
.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #e56925;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 #e56925;
}
button.accordion-button {
    font-size: 18px;
    font-weight: 600;
    padding: 20px 20px;
}
button.accordion-button.collapsed:focus {
    box-shadow: none;
    outline: 0;
}
.accordion-button:not(.collapsed)::after {
    filter: brightness(23);
}
.accordion-button {
    background-color: #fff2eb;
}
/*--------------------------------------------------------------
 CTA Section
--------------------------------------------------------------*/
.cta_area {
    background: #000000;
    position: relative;
    padding-top: 80px;
    background-image: url(../../assets/images/m_1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 350px;
    display: none;
}
.cta_area:before {
    content: '';
    background: #000000cf;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
}
.cta_area .container{
	position:relative;
	z-index:1;
}
.cta_head * {
    color: #fff;
}
.cta-section .mid-text, .cta-section-s2 .mid-text {
	color: #fff;
	display: inline-block;
	margin: 0 25px;
}
.cta-section::before {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #000000;
    top: 0;
    margin: auto;
	opacity:0.85;
}
.cta-section {
    background-color: #221f1f;
    position: relative;
    text-align: center;
    background-image: url(../../assets/images/banner_1.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}
.cta-section .container{
	position:relative;
	z-index:1;
}
.cta-section .theme-btn::after {
	background: #182333;
}
.cta-section .theme-btn:hover::after {
	border: 1px solid #182333;
}
.cta-section .theme-btn:hover {
	border: 1px solid #182333;
}
.cta-section h2, .cta-section-s2 h2 {
	font-size: 42px;
	font-weight: 500;
	color: #fff;
	margin: 0 0 0.29em;
}
.phone-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 991px) {
.cta-section h2, .cta-section-s2 h2 {
	font-size: 35px;
	font-size: 2.1875rem;
}
	.top-message {
    position: relative;
    font-size: 12px;
}
}

@media (max-width: 767px) {
	.cta-section h2, .cta-section-s2 h2 {
		font-size: 30px;
		font-size: 1.875rem;
	}
}
.cta-section p {
	font-size: 20px;
	color: #f3efef;
	margin: 0 0 1.5em;
}

.cta-section .phone-btn span.p_bx{
	font-size: 24px;
	color: #fff;
	display: inline-block;
}








/*--------------------------------------------------------------
 partner Section New
--------------------------------------------------------------*/
.partner_area .section-title h2 {
    color: #e56925;
}
.partner_logo {
    margin: 8px;
    padding: 0 5px;
}

.partner_logo img {
    background-color: transparent;
    width: 100%;
    padding: 10px;
    max-height: 80px;
    object-fit: contain;
    height: 100%;
    border-radius: 0;
    transition: all 0.5s;
    min-height: 80px;
}
.partner_area .btn_bx {
    text-align: center;
}


.product_cn, .blog_cn_p {
    max-width: 90%;
    margin-left: auto;
}
.product_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: rgb(220 109 48 / 90%);
    transition: all 0.5s;
    z-index: 9;
    opacity: 0;
}
.product-bx:hover .product_cn_bx {
    opacity: 0;
}
.product_overlay h3 {
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-size: 20px;
	font-weight:600;
}
.product-bx:hover .product_overlay{
	height: 100%;
	opacity: 1;
}

/*--------------------------------------------------------------
 Blog Section New
--------------------------------------------------------------*/
.blog-area {
    position: relative;
    overflow: initial;
    padding-top: 60px;
    background: #e569251c;
}
.blog-area .sec_title {
    height: 100%;
    padding: 15px 35px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
@keyframes ripple {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.blog-area .sec_title .big_text {
    opacity: 0.2;
    position: absolute;
    top: -80px;
    z-index: -1;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 335px;
}
.blog-area .sec_title .big_text svg text {
    font-size: 5.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 18px;
    fill: transparent;
    stroke: #000000;
    stroke-width: 2px;
    text-anchor: end;
    dominant-baseline: middle;
    transform: translate(56%, -0px);
}
/* .blog-area:after {
	background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(../../assets/images/img_4.jpg);
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 0;
    height: 100%;
    top: 0;
    background-position: center;
    background-size: cover;
} */
.blog-area .container{
    z-index:1;
	position:relative;
}
.blog-wrapper .content {
    position: absolute;
    padding: 35px;
    background: rgb(0 0 0 / 88%);
    bottom: -160px;
    opacity: 1;
    transition: all 0.5s;
}
.blog-wrapper:hover .content {
	bottom: 0;
}

.blog-area .section-title h2 {
    color: #fff;
}
.blog-wrapper {
    padding: 0;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.blog-img img {
    height: 450px;
    width: 100%;
    object-fit: cover;
}
.blog-wrapper h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #e56925;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    padding-left: 10px;
    border-left: 2px solid #e56925;
    margin-bottom: 17px;
}
.blog-wrapper p {
    color: #ffffff;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-wrapper .date {
    margin-bottom: 5px;
    font-weight: 600;
    color: #000000;
}
.blog_cn {
    padding: 0 25px 0;
}
a.text-link {
    color: #ffffff;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
    display: inline-block;
}
a.text-link:after {
    content: '';
    height: 5px;
    display: inline-block;
    background: transparent;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-inline: 0;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}
.sticky-icon {
    z-index: 99;
    position: absolute;
    top: 0;
    right: 0%;
    width: 300px;
    display: flex;
    flex-direction: column;
    rotate: 270deg;
    transform: translate(144px, 0px);
}
.sticky-icon_main {
    min-width: 150px;
}
.sticky-icon.fixed-sticky-icon {
    transform: translate(145px, 0px);
    rotate: 270deg;
}
.sticky-icon a {
    border-radius: 50px 0px 0px 50px;
    text-align: left;
    margin: 2px;
    text-decoration: none;
    text-transform: capitalize;
    padding: 8px;
    font-size: 18px;
    transition: all 0.8s;
    background: #e56925;
    color: #fff;
}
.sticky-icon a:hover {
    color: #fff;
    transform: translate(-100px, 0px);
}
.sticky-icon a:hover i {
  transform: rotate(360deg);
}
.sticky-icon a i {
    background-color: #000000;
    height: 40px;
    width: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 15px;
    transition: all 0.5s;
    rotate: 90deg;
}
.cta_head {
    flex: 0 0 60%;
}
.cta_head h2 {
    position: relative;
    line-height: 1.2;
    text-transform: capitalize;
    padding-bottom: 0;
    margin-bottom: 10px;
    font-size: 40px;
    color: #ffffff;
    font-weight: 600;
}
.cta_bx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    text-align: center;
    max-width: 800px;
    margin-inline: auto;
}
.cta_bx .btn_bx {
    margin-top: 25px;
}
.cta_head p {
    font-weight: 600;
    margin: 0;
    max-width: 600px;
    margin-inline: auto;
}
.banner-main .ban_img_bx {
    animation: 1s upDown ease-in-out infinite alternate both;
}
.banner-main .ban_img_bx:nth-child(2) {
    animation-delay: 0.5s;
}
.banner-main .ban_img_bx:nth-child(3) {
    animation-delay: 1s;
}


@keyframes upDown {
    to {
        translate: 0 12px;
    }
}
/*--------------------------------------------------------------
 # Footer
--------------------------------------------------------------*/
.lines {
    position: absolute;
    inset: 0;
    max-width: 1520px;
    margin-inline: auto;
    z-index: 1;
}

.lines .line:nth-child(1) {
    margin-left: -22%;
}
.lines .line {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background: rgb(229 105 37 / 40%);
    overflow: hidden;
}
.lines .line:nth-child(1)::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.lines .line::after {
    content: "";
    display: block;
    position: absolute;
    height: 15vh;
    width: 100%;
    top: -50%;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(229 105 37) 100%);
    -webkit-animation: run 7s 0s infinite;
    animation: run 7s 0s infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
    animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.lines .line:nth-child(3)::after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}
section#footertop {
    position: relative;
}
.lines .line:nth-child(2) {
    left: 62%;
}
.lines .line:nth-child(3) {
    left: 72%;
}
@keyframes run {
    0% {
        top: -50%;
    }
    100% {
        top: 110%;
    }
}
.footer-widget.fb_2 {
    padding-right: 90px;
}
.footer-section {
    position: relative;
    padding-top: 80px;
    background: #000;
	background-image: url(../../assets/images/footer_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.footer-section::before {
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    z-index: 1;
    background: rgb(0 0 0 / 85%);
    top: 0;
}
.footer-section .container{
	position:relative;
	z-index:2;
}
.footer-widget.w_100 ul li {
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.footer-cta {
    border-bottom: 1px solid rgb(229 105 37 / 40%);
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.get-touch ul li {
    display: flex !important;
    width: 100% !important;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ffffff;
    margin-bottom: 15px;
}
.get-touch ul li {
    display: flex !important;
    width: 100% !important;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px dashed #000000;
    margin-bottom: 15px !important;
}
.get-touch ul li span {
    color: #ffffff;
    font-weight: 500;
}
.single-cta {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.single-cta i {
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 15px;
    background: #e56925;
    padding: 35px;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.cta-text span {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.footer-content {
    position: relative;
    z-index: 2;
    margin: 50px 0;
}
.footer-content .row {
    position: relative;
    z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 80px;
}
.footer-text p {
    margin-bottom: 25px;
    font-size: 16px;
    color: #fff;
    line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.footer-social-icon a {
    font-size: 16px;
    margin-right: 15px;
    border: 1px solid #fcc120;
    height: 40px;
    width: 40px;
    display: inline-block;
    color: #fcc120;
}
.footer-social-icon a:hover{
    color:#fff;
    border: 1px solid #fcc120;
    background-color: #fcc120;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 35px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}
.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 50px;
    background: #e56925;
}
.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    padding-left: 25px;
}
.footer-widget ul li:before {
    content: '\f219';
    font-family: "Font Awesome 5 Free";
    font-size: 13px;
    font-weight: 900;
    padding-right: 10px;
    color: #e56925;
    position: absolute;
    left: 0;
    top: 4px;
}
.footer-widget ul li a:hover {
    color: #e56925;
}
.footer-widget ul li a {
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
    width: 100%;
    padding: 14px 64px 14px 14px;
    background: #fff;
    border: 1px solid #fcc120;
    color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #fcc120;
    padding: 13px 20px;
    border: 1px solid #fcc120;
    top: 0;
}
.subscribe-form button i {
  color: #0c1d4a;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area {
    background: #000000;
    padding: 16px 0;
    border-top: 1px solid rgb(229 105 37 / 50%);
}
.copyright-text p {
  margin: 0;
  font-size: 16px;
  color: #fff;
}
.copyright-text p a{
  color: #fcc120;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #fcc120;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}



/*--------------------------------------------------------------
 # Footer
--------------------------------------------------------------*/



















































/*--------------------------------------------------------------
 # Sidebar Css
--------------------------------------------------------------*/

.side-bar {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    padding: 50px 50px;
    height: 100%;
    display: block;
    background-color: white;
    backdrop-filter: blur(7px);
    z-index: 1900;
    transition: all 600ms ease;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow: visible;
}
 .side-bar .inner {
	 padding: 40px 20px 0 0;
}
 @media (max-width: 991px) {
	 .side-bar .inner {
		 padding: 40px 0 0 0;
	}
}
.side-bar .inner-main-wrapper-desk .thumbnail {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 25px;
}
.side_bar_menu ul li a {
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
}
.side_bar_menu ul li a:hover{
	color:#e4701e;
}
.side_bar_menu ul li {
    margin-bottom: 25px;
}
.side_bar_location h4 {
    font-weight: 600;
    color: #000000;
    font-size: 30px;
    text-transform: capitalize;
    margin: 25px 0;
}

.side-bar .inner-main-wrapper-desk .thumbnail img {
    width: 150px;
    margin-left: 0;
}
 .side-bar .inner-main-wrapper-desk .banner-shape-area {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 margin-top: 40px;
	 margin-bottom: 20px;
	 opacity: 1;
	 transition-delay: 0.7s;
}
 .side-bar .inner-main-wrapper-desk .banner-shape-area .shape {
	 height: 10px;
	 width: 10px;
	 line-height: 10px;
	 transform: rotate(45deg);
	 margin: 0 6px;
	 background: var(--color-primary);
	 display: block;
}
.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
 .side-bar .inner-main-wrapper-desk .inner-content .footer .social-area li {
	 list-style: none;
	 margin: 0 10px;
	 color: #fff;
}
.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area li a {
    width: 50px;
    height: 50px;
    border: 1px solid #e56925;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e56925;
}
.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area li a:hover {
    color: #ffffff;
    background-color: #e56925;
}
.side-bar.header-one {
    background-color: #000000;
}
 .side-bar.show {
	 right: 0;
	 overflow-y: auto;
}
.side-bar button {
    max-width: 100%;
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
    top: 0;
    background: #e56925;
    padding: 6px;
    border: 1px solid #000000;
}
 .side-bar button i {
	 color: #fff;
	 border-radius: 0;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 font-size: 20px;
}
.side-bar .cta-text {
    padding-left: 0;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ffffff1c;
    width: 100%;
}
.side-bar .footer-cta {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    border-top: 1px solid #ffffff1c;
    padding-top: 20px;
}
.side-bar .cta-text h4 {
    color: #e56925;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: capitalize;
}
 #side_bar_overlay.bgshow {
    background: #0e1013;
    opacity: 70%;
    visibility: visible;
    pointer-events: visible;
    z-index: 999;
    top: 0;
}
#side_bar_overlay {
    cursor: url(../images/banner/shape/close.png), auto;
    background: #0e1013;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease-in-out;
    pointer-events: none;
    z-index: 50;
}

.inner-content {
    margin-top: 0;
}
.common_btn {
    padding: 20px 33px;
    line-height: 10px;
    max-width: max-content;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: 0.3s;
    display: block;
    min-width: max-content;
}
.common_btn.orange_btn {
    background: #000000;
    color: #ffffff;
    border: 2px solid #000000;
    position: relative;
    overflow: hidden;
}
.common_btn.orange_btn:hover{
    background: #000000;
    color: #ffffff;
    border: 2px solid #000000;
    position: relative;
    overflow: hidden;
}
.common_btn.trans_btn {
    background: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
    position: relative;
    overflow: hidden;
}
.common_btn.trans_btn:hover{
     background: #000000;
    color: #ffffff;
    border: 2px solid #000000;
    position: relative;
    overflow: hidden;
}
.common_btn.black_btn {
    background: #000000;
    color: #ffffff;
    border: 2px solid #000000;
    position: relative;
    overflow: hidden;
}
.common_btn.black_btn:hover{
    background: #000000;
    color: #ffffff;
    border: 2px solid #000000;
    position: relative;
    overflow: hidden;
}


/*--------------------------------------------------------------
 # Reserve New Css
--------------------------------------------------------------*/
.reserve_sec_new {
    position: relative;
    z-index: 20;
    height: 100%;
    margin-top: 0;
    background: transparent;
    overflow: visible;
    background-color: #000000;
    position: relative;
    background-image: url(../../assets/images/r_1.jpeg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}
.reserve_f_bx {
    background: #000000;
    margin-left: auto;
    max-width: 650px;
    position: relative;
    top: 0;
    border: 1px solid #000000;
}

.reserve_sec_new form.cat_req {
    position: relative;
	padding: 25px;
}
.reserve_sec_new form.cat_req .section-title {
    margin-bottom: 25px;
}
.reserve_sec_new form.cat_req .section-title h2{
	color:#fff;
}
 @media (max-width: 991px) {
	 .reserve_sec_new form.cat_req {
		 bottom: -150px;
	}
}
 .reserve_sec_new form.cat_req .single-input {
	 display: block;
	 width: 100%;
	 margin-bottom: 20px;
}
 .reserve_sec_new form.cat_req .single-input.phone {
	 margin-top: 25px;
}
 .reserve_sec_new form.cat_req .single-input.file {
	 width: 100%;
}
 .reserve_sec_new form.cat_req .single-input.file input {
	 height: unset;
	 padding: 20px;
}
.reserve_sec_new form.cat_req .single-input label {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 16px;
    margin: 0px 0px 10px 0px;
	display:none;
}
 .reserve_sec_new form.cat_req .single-input label .indicator {
	 color: #fff;
}
.reserve_sec_new form.cat_req .single-input input {
    height: 60px;
    background: none;
    display: block;
    padding: 0 15px;
    border: 1px solid rgb(255 255 255 / 38%);
    width: 100%;
    color: #fff;
    outline: 0;
}
.reserve_sec_new form.cat_req .single-input textarea {
    height: 80px;
    background: none;
    display: block;
    padding: 15px;
    border: 1px solid rgb(255 255 255 / 38%);
    width: 100%;
    color: #fff;
    outline: 0;
}
.reserve_sec_new form.cat_req .single-input input:focus {
    border: 1px solid rgb(255 255 255 / 37%);
}
.reserve_sec_new form.cat_req .single-input button {
    display: block;
    margin-inline: auto;
}
 .reserve_sec_new form.cat_req .single-input .rts-btn.btn-primary:hover {
	 border-color: #363636;
	 border-width: 1px;
}
.reserve_sec_new form.cat_req .form-control {
    font-size: 16px;
    height: 60px;
    background: none;
    display: block;
    padding: 0 15px;
    border: 1px solid rgb(255 255 255 / 38%);
    width: 100%;
    color: #fff;
    outline: 0;
}
.reserve_sec_new form.cat_req .form-control option{
    background-color: #000000;
}
 .reserve_sec_new form.cat_req .form-control:focus {
	 box-shadow: none;
}





.call-buton .cc-calto-action-ripple {
    z-index: 99999;
    position: fixed;
    left: 1rem;
    bottom: 1rem;
    background: #e56925;
    width: 4rem;
    height: 4rem;
    padding: 1rem;
    border-radius: 100%;
    box-sizing: border-box;
    color: #ffffff;
    animation: cc-calto-action-ripple 0.6s linear infinite;
    display: flex;
    align-items: center;
    text-decoration: none;
    text-align: center;
    justify-content: center;
}
.call-buton .cc-calto-action-ripple i {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 1.5rem;
}
.call-buton .cc-calto-action-ripple:hover i {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@-webkit-keyframes cc-calto-action-ripple {
  0% {
    -webkit-box-shadow: 0 4px 10px rgba(229, 105, 37, 0.2),
      0 0 0 0 rgba(229, 105, 37, 0.2), 0 0 0 5px rgba(229, 105, 37, 0.2),
      0 0 0 10px rgba(229, 105, 37, 0.2);
    box-shadow: 0 4px 10px rgba(229, 105, 37, 0.2),
      0 0 0 0 rgba(229, 105, 37, 0.2), 0 0 0 5px rgba(229, 105, 37, 0.2),
      0 0 0 10px rgba(229, 105, 37, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 4px 10px rgba(229, 105, 37, 0.2),
      0 0 0 5px rgba(229, 105, 37, 0.2), 0 0 0 10px rgba(229, 105, 37, 0.2),
      0 0 0 20px rgba(229, 105, 37, 0);
    box-shadow: 0 4px 10px rgba(236, 24, 24, 0.2),
      0 0 0 5px rgba(229, 105, 37, 0.2), 0 0 0 10px rgba(229, 105, 37, 0.2),
      0 0 0 20px rgba(229, 105, 37, 0);
  }
}

@keyframes cc-calto-action-ripple {
  0% {
    -webkit-box-shadow: 0 4px 10px rgba(229, 105, 37, 0.2),
      0 0 0 0 rgba(229, 105, 37, 0.2), 0 0 0 5px rgba(229, 105, 37, 0.2),
      0 0 0 10px rgba(229, 105, 37, 0.2);
    box-shadow: 0 4px 10px rgba(229, 105, 37, 0.2),
      0 0 0 0 rgba(229, 105, 37, 0.2), 0 0 0 5px rgba(229, 105, 37, 0.2),
      0 0 0 10px rgba(229, 105, 37, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 4px 10px rgba(229, 105, 37, 0.2),
      0 0 0 5px rgba(229, 105, 37, 0.2), 0 0 0 10px rgba(229, 105, 37, 0.2),
      0 0 0 20px rgba(229, 105, 37, 0);
    box-shadow: 0 4px 10px rgba(229, 105, 37, 0.2),
      0 0 0 5px rgba(229, 105, 37, 0.2), 0 0 0 10px rgba(229, 105, 37, 0.2),
      0 0 0 20px rgba(229, 105, 37, 0);
  }
}

span.num {
  position: absolute;
  color: #ec8b00;
  left: -30%;
  bottom: -50%;
}


 
 
 
 
.catering_area {
    position: relative;
    background: #231f20;
    background-image: url(../../assets/images/bg_5.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.catering_area .container{
    position: relative;
    z-index:1;
}
.catering_area::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
    z-index: 0;
    background: rgba(0,0,0,0.8);
}
/* .catering_area:before {
    content: '';
    background-image: url(../../assets/images/pa_22.png);
    position: absolute;
    left: 0;
    width: 20%;
    height: 100%;
    opacity: 0.1;
    top: 0;
    background-size: contain;
}
.catering_area:after {
    content: '';
    background-image: url(../../assets/images/pa_22.png);
    position: absolute;
    right: 0;
    width: 20%;
    height: 100%;
    opacity: 0.1;
    top: 0;
    background-size: contain;
	background-position:left bottom;
} */
.catering_area .section-title h2 {
    color: #fff;
}
.catering_area .sec_bx {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 15px;
    margin-bottom: 50px;
    border-bottom: 1px solid #ffffff0f;
}
.catering_area .desc p {
    color: #fff;
    text-align: -webkit-center;
}
.cat_grid {
    height: 500px;
    border-radius: 0px;
	-webkit-transition: all 600ms cubic-bezier(.3,.58,.55,1);
    transition: all 600ms cubic-bezier(.3,.58,.55,1);
}
.cat_grid {
    background-size: cover;
    background-position: center center;
    position: relative;
    display: flex;
    margin-left: 140px;
    margin-bottom: 140px;
}

.cat_grid:hover {
    box-shadow: 0 25px 55px rgba(0,0,0,.22);
}
.cat_grid:hover .header-wrap .service{
    transform: translateY(-85px);
	-webkit-transition: all 600ms cubic-bezier(.3,.58,.55,1);
    transition: all 600ms cubic-bezier(.3,.58,.55,1);
}

.cat_grid:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 85%;
    display: block;
    z-index: 1;
    content: '';
    background: linear-gradient(to bottom,rgba(15,15,15,0),rgba(15,15,15,.75) 100%);
    transition: opacity .65s cubic-bezier(.05,.2,.1,1);
    opacity: 1;
}

.cat_grid:hover:before {
    opacity: 1;
}

.cat_grid .inner-wrap {
    display: flex;
    position: relative;
    width: 100%;
    padding: 20px;
    box-sizing: border-box
}

.cat_grid .inner-wrap .inner-wrap-border {
    display: flex;
    position: relative;
    width: 100%;
    border: 1px solid #fff;
    box-sizing: border-box;
    z-index: 1
}

.cat_grid .inner-wrap:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 85%;
    display: block;
    z-index: 1;
    content: '';
    background: linear-gradient(to bottom,rgba(15,15,15,0),rgba(15,15,15,.75) 100%);
    transition: opacity .65s cubic-bezier(.05,.2,.1,1)
}

.cat_grid:hover .inner-wrap:before {
    opacity: 0
}

.cat_grid .overflow-inner {
    padding: 0;
    width: 100%;
    align-self: flex-end;
    padding: 10px 20px 10px 20px
}

.cat_grid .overflow-inner .header-wrap {
    position: relative;
    z-index: 2;
    transition: opacity .65s cubic-bezier(.05,.2,.1,1),transform .65s cubic-bezier(.05,.2,.1,1)
}

.cat_grid .overflow-inner .header-wrap i {
    font-size: 30px;
    color: #fff
}

.cat_grid .overflow-inner .header-wrap.hover {
    transform: translateY(-90px)
}

.cat_grid .overflow-inner .header-wrap h2 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 25px;
}
.cat_grid .overflow-inner .hover-content {
    color: #fff;
    opacity: 0;
    position: absolute;
    z-index: 2;
    bottom: 30px;
    left: 20px;
    transform: translateY(20px);
    width: calc(100% - 40px);
    transition: opacity .18s cubic-bezier(.05,.2,.1,1),transform .18s cubic-bezier(.05,.2,.1,1)
}

.cat_grid:hover .overflow-inner .hover-content {
    opacity: 1;
    transform: translateY(0%);
    transition: opacity .65s cubic-bezier(.05,.2,.1,1) 0.15s,transform .65s cubic-bezier(.05,.2,.1,1) 0.15s
}


 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 .stacked-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    filter: brightness(0.25);
}
.reservation-sec {
    background: #ffffff;
}
.reservation-sec .col-wrapper.reserve-form {
    text-align: center;
    font-size: 28px;
    padding: var(--clamp-box);
    border: 5px solid #000000;
    height: 100%;
    display: grid;
    place-content: center;
}

.reservation-sec .col-wrapper.reserve-form form {
    margin-block: 3rem;
}

.reservation-sec .col-wrapper.reserve-form .row {
    row-gap: 1.25rem;
}

.reservation-sec form :is(input, select)::placeholder {
    color: #000000;
}

.reservation-sec form :is(input, select) {
    color: var(--clr-black);
    border: 1px solid var(--clr-gray-300);
    box-shadow: none !important;
    min-height: 40px;
    text-indent: 24px;
}

.reservation-sec form .form-group {
    position: relative;
}

.reservation-sec form .form-group .icon {
    position: absolute;
    inset: 0 auto 0 0.5em;
    margin-block: auto;
    font-size: 1rem;
    height: max-content;
    color: var(--clr-dark);
}

.reservation-sec form :is(input, select):is(:focus) {
    border-color: var(--clr-secondary);
}

.reservation-sec .col-wrapper.hours {
    display: grid;
    place-items: center;
    position: relative;
    padding: var(--clamp-box);
    isolation: isolate;
}

.reservation-sec .col-wrapper.hours *:not(.common-btn, .section-title span) {
    color: var(--clr-white);
}

.reservation-sec .col-wrapper.hours .common-btn {
    background-color: var(--clr-primary);
}

.reservation-sec .col-wrapper.hours>* {
    grid-area: 1 / -1;
}

.reservation-sec .col-wrapper.hours .icon img {
    max-width: 40px;
    margin-inline: auto;
    margin-block-end: 1rem;
    filter: invert(1);
}



.read_bx {
    text-align: center;
}
.cat_img_container, .cat_img_sm_cn {
    display: inline-block;
    position: relative;
    transition: all .4s ease;
    padding-right: 45px;
    box-shadow: 0 0 0 0 #ffffff;
    padding-left: 45px;
}
.cat_img_container:before {
    content: '';
    position: absolute;
    left: 0;
    width: 80px;
    top: 0;
    bottom: 0;
    background: url(../../assets/images/border_2.png) center repeat;
    display: block;
    z-index: -1;
}
.cat_img_container:after {
    content: '';
    position: absolute;
    right: 0;
    width: 80px;
    top: 0;
    bottom: 0;
    background: url(../../assets/images/border_2.png) center repeat;
    display: block;
    z-index: -1;
}
.cat_img_m_con {
    margin-bottom: 65px;
}
.cat_img_container:hover, .cat_img_sm_cn:hover {
    will-change: transform;
    transform: perspective(1000px) rotateX(0deg) rotateY(15deg) scale3d(1, 1, 1);
}
.cat_img_m_con {
    position: relative;
}
.cat_img_sm_cn {
    position: absolute !important;
    left: -90px !important;
    top: auto !important;
    bottom: -65px !important;
    width: 285px;
    padding-top: 50px;
    padding-bottom: 50px;
    z-index: 2;
}
.cat_img_sm_cn:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -25px;
    width: 80px;
    top: 0;
    bottom: 0;
    background: url(../../assets/images/border_2.png) center repeat;
    display: block;
    z-index: -1;
}
.catering_area .section-title {
    margin-bottom: 50px;
}
.btn_sec_bx {
    margin-top: 50px;
}



















.dropdown-group  li  a {
	margin-bottom: 0px;
	text-align: center;
	overflow: hidden;
	padding: 0 !important;
}

.nav-dropdown.nav-dropdown-main.sp-menu-full {
    right: 0px;
    left: 0;
    margin-inline: auto;
}

.nav-dropdown.nav-dropdown-main.sp-menu-full .nav-dropdown-inner {
	padding-top: 55px;
	padding-bottom:20px;
	text-align: center;
}

.dropdown-group li a img {
    display: block;
    transition: all 300ms ease;
    margin: auto;
    margin-bottom: 15px;
    max-height: 225px;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
 .dropdown-group  li  a:hover img {
  transform: scale(0.98);
}
.dropdown-group  li  a .image-title {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    line-height: 1.2;
}

.dropdown-group  li  a:hover .image-title {
	color: #fff;
}

.dropdown-menu-itema img {
    display: inline-block
}

.dropdown-group li {
    display: inline-block;
    position: relative;
    padding: 0;
    width: 100%;
}

.dropdown-group li.menu-justify {
    position: static
}

.dropdown-group li a {
    display: inline-block;
    padding: 0 15px;
    line-height: 80px;
    font-size: 16px;
    margin: 0
}

.dropdown-group li:last-child a {
    padding: 0px 0px 0px 15px
}

.dropdown-group li.active a {
    font-weight: 500
}




.dropdown-group {
    list-style: none;
    padding: 0;
    margin: 0;
	display: block !important;
    width: 100% !important;
}

 .dropdown-group li a {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

 .dropdown-group .dropdown-group-child {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-dropdown {
    margin: 0;
    position: absolute;
    z-index: 10;
    display: none;
    left: 0;
    right: 0;
}
 .nav-dropdown .nav-dropdown-inner {
    background: #000000;
    border: none;
    border-radius: 0;
    padding: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.03),-2px 0px 10px 1px rgba(0,0,0,0.03);
}
 .nav-dropdown .nav-dropdown-inner {
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    padding: 20px
}

 .nav-dropdown .nav-dropdown-inner .row:not(:first-child) {
    margin-top: 20px
}

 .nav-dropdown .nav-dropdown-items {
    list-style: none;
    padding: 0;
    margin: 0
}

 .nav-dropdown.nav-dropdown-main {
    top: 70%
}

 .nav-dropdown.nav-dropdown-sub {
    top: 0
}

 .nav-dropdown.nav-dropdown-sub .nav-dropdown-inner {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2)
}

 .nav-dropdown li.dropdown-menu-item {
    display: block;
    padding: 0;
    position: relative
}

 .nav-dropdown li.dropdown-menu-item a {
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    padding: 8px 0;
    cursor: pointer
}


.nav-dropdown-mega .row {
    margin-top: 30px
}

.nav-dropdown-mega .row:first-child {
    margin-top: 0
}
.dropdown-child:hover .nav-dropdown {
    display: block
}






.req-form-sec {
    position: relative;
    overflow: unset;
}


.banner-form .section-title h2 {
    position: relative;
    font-weight: 500;
    font-size: 40px;
    line-height: 1.2;
    color: #e56925;
    text-transform: capitalize;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.banner-form .section-title h2 {
    position: relative;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.2;
    color: #e56925;
    text-transform: capitalize;
    margin-bottom: 0;
    padding-bottom: 0;
    display: inline-block;
    padding-right: 180px;
}
.banner-form .section-title h2:after {
    content: '';
    height: 5px;
    display: inline-block;
    background: transparent;
    width: 140px;
    position: absolute;
    left: auto;
    right: 0;
    margin-inline: 0;
    top: 20px;
}

#req-form .form-field {
    position: relative;
}

#req-form .row {
    row-gap: 24px;
}
#req-form .form-field :is(input, select, textarea)::placeholder {
    color: #fff;
}
#req-form .form-field :is(input, select, textarea) {
    border-radius: 0;
    box-shadow: none;
    padding: 10px 15px;
    color: #ffffff;
    background-color: #313131;
    border: 1px solid rgb(255 255 255 / 50%) !important;
}

#req-form .form-field input:is(:focus) {
    border-color: #000000;
}

#req-form .form-field label {
    position: absolute;
    z-index: 1;
    inset: 50% auto auto 24px;
    translate: 0 -50%;
    pointer-events: none;
    user-select: none;
    transition: all 400ms var(--easeInOutExpo);
    background-color: #fff;
    padding-inline: 10px;
}

#req-form textarea {
    height: 46px;
    overflow: hidden;
}

.banner-form .btn {
    display: block;
    width: 100%;
    border: none;
    height: 100%;
}

#req-form .form-field :is(input, textarea, select):is(:focus, :valid)+label {
    top: 0;
    left: 1em;
}

#req-form .form-field :is(input, textarea, select):valid+label {
    color: #fff;
    background-color: #000000;
}
.form-field i {
    color: #e56925;
    font-style: italic;
}
h2.form_title {
    background: #e56925;
    display: inline-block;
    padding: 6px 14px;
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    top: -45px;
    right: 0;
    left: 0;
    margin-inline: auto;
    width: auto;
    max-width: fit-content;
}

/***** about us *****/
.iner_bnr {
    position: relative;
    overflow: hidden;
}
.iner_bnr  * {
    grid-area: stacked;
}
.inner_bn_img img {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}
.iner_bnr {
    position: relative;
    /* background-image: url(../images/abt_bnr.jpg);
    background-repeat: no-repeat; */
    min-height: 250px;
   /*  background-attachment: fixed;
    background-position: center; */
    display: flex;
    align-items: center;
}



.iner_bnr:before {
    content: "";
    inset: 0;
    position: absolute;
    z-index: 0;
    background-image: linear-gradient(hsl(0 0% 0% / 60%), hsl(0 0% 0% / 60%));
}

.iner_bnr .sec_title h1 {
    font-size: 34px;
    color: #fff;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
}
.iner_bnr .sec_title p {
    width: 43%;
}
.inner_title h2 {
    font-size: 27px;
    color: #000000;
    font-weight: 600;
    position: relative;
    text-transform: capitalize;
    line-height: 1.4;
    margin-bottom: 15px;
}

.abt_sec .abt_lyt .img1 img, .abt_sec .abt_lyt .img2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.abt_sec .abt_lyt {
    position: relative;
    display: flex;
    gap: 15px;
}
.img1 figure {
    height: 100%;
}
.img2 figure {
    margin:0;
}
.img1 {
    width: 50%;
}
.abt_sec .abt_lyt .img2 {
    position: relative;
    margin-top: 0;
    margin-left: auto;
    text-align: right;
    width: 50%;
}

.abt_sec .exp {
    font-size: 25px;
    background-color: #e56925;
    padding: 32px;
    border-top: 3px solid #000;
    position: absolute;
    animation: pulse 3s infinite ease-in-out alternate;
    -webkit-animation: pulse 3s infinite ease-in-out alternate;
    display: none;
    bottom: 0;
}
@keyframes pulse {
    from { transform: scale(0.8); }
    to { transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); }
  }

.abt_sec .abt_lyt h3 span {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.5;
}

.team_bx img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.team_bx .tem_pic {
    position: relative;
    overflow: hidden;
    margin-bottom: 22px;
    background-color: #BEBEBE;
}

.team_bx .tm_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 87px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 28px 30px;
    gap: 10px;
    z-index: 1;
    transform: translateY(40px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    backdrop-filter: blur(11px);
}
.team_bx .tm_wrap:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.93;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
    z-index: -1;
}
.team_bx  .tm_social li a {
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background:#ffffff;
    color: #121212;
    font-size: 16px;
}

.team_bx h4 {
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}
.team_bx .team_ar {
    position: relative;
    cursor: pointer;
}
.team_bx .team_ar:hover .tem_pic img {
    mix-blend-mode: luminosity;
    opacity: 0.45;
}
.team_bx .team_ar:hover .tm_social .tm_wrap {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.team_bx .team_ar .tm_content h4,
.team_bx .team_ar:hover .tm_social li a {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.team_bx .team_ar:hover .tm_content h4 {
    color: #e56925;
}
.team_bx .team_ar:hover .tm_social li a:hover {
    background-color: #e56925;
    color: #fff;
}
.team_bx .tem_pic figure {
    margin-bottom: 0;
}
.team_bx .team_ar .tm_content h5 {
    font-size: 16px;
}
.tm_content {
    text-align: center;
}
.team_bhd  .sec_title {
    margin-bottom: 50px;
}


.contct_bx {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: clamp(2em, 2.5vw, 1.25em) clamp(1em, 2.5vw, 2em);
    box-shadow: 0px 0.6px 0.9px rgba(0, 0, 0, 0.006), 0px 1.4px 2.1px rgba(0, 0, 0, 0.009), 0px 2.3px 3.5px rgba(0, 0, 0, 0.011), 0px 3.5px 5.2px rgba(0, 0, 0, 0.013), 0px 5px 7.5px rgba(0, 0, 0, 0.015), 0px 7.1px 10.6px rgba(0, 0, 0, 0.017), 0px 10.1px 15.1px rgba(0, 0, 0, 0.019), 0px 14.6px 21.9px rgba(0, 0, 0, 0.021), 0px 22.5px 33.8px rgba(0, 0, 0, 0.024), 0px 40px 60px rgba(0, 0, 0, 0.03);
}
.contct_bx h4 {
    margin-top: 14px;
    text-transform: capitalize;
    font-weight: 600;
    color: #e56925;
}
.contct_bx .form-control {
    line-height: 2;
    border-radius: 0;
    box-shadow: none;
}
.contct_bx .form-control:focus {
    border: 1px solid #e56925;
}

.contct_bx .row {
    row-gap: 1.5rem;
    margin-top: 30px;
}
.reach-us li {
    display: flex;
    gap: 24px;
    align-items: center;
}
.reach-us li {
    padding: clamp(1em, 1.5vw, 1.25em) clamp(1em, 1.5vw, 2em);
    background-color: #ffff;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;;
    border-left: 4px solid #e56925;
}

.reach-us li .icon>* {
    width: 50px;
    aspect-ratio: 1;
    height: 100%;
    display: grid;
    place-items: center;
    background-color: #e56925;
    color: #fff;
    border-radius: 50%;
}
.reach-us address {
    margin-bottom: 0;
    font-weight: 500;
}
.reach-us li:not(:last-child) {
    margin-bottom: 24px;
}

.reach-us li a {
    color: #e56925;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
    font-weight: 600;
}

.contct_us .sec_title  h2{
    font-size: 26px;
}

.get-quote .side_cn {
    padding: 8px 30px 0px;
}

.get-quote .sec_title h2:after {
    right: 0;
    margin: auto;
}

.get-quote .contact-form {
    background: rgb(0 0 0 / 75%);
    padding: clamp(1rem, 3vw, 1.25rem);
    box-shadow:  0px 0.6px 0.9px rgba(0, 0, 0, 0.006), 0px 1.4px 2.1px rgba(0, 0, 0, 0.009), 0px 2.3px 3.5px rgba(0, 0, 0, 0.011), 0px 3.5px 5.2px rgba(0, 0, 0, 0.013), 0px 5px 7.5px rgba(0, 0, 0, 0.015), 0px 7.1px 10.6px rgba(0, 0, 0, 0.017), 0px 10.1px 15.1px rgba(0, 0, 0, 0.019), 0px 14.6px 21.9px rgba(0, 0, 0, 0.021), 0px 22.5px 33.8px rgba(0, 0, 0, 0.024), 0px 40px 60px rgba(0, 0, 0, 0.03);
}
.get-quote .contact-form #req-form .row {
    padding: clamp(1rem, 3vw, 1.25rem);
}

.get-quote  {
    background-image: url(../images/oil-pouring-machine.jpg);
}
.get-quote #req-form textarea {
    height: 108px;
}

.testi_sec .test-box:not(:last-child) {
    margin-bottom: 1.6rem;
}

.testi_sec .test-box-inner {
    position: relative;
}


.testi_sec .rating-star {
    display: flex;
}
.testi_sec .g-logo img {
    display: block;
}

.testi_sec .test-box p {
    margin-bottom: 0;
}

.testi_sec h5 {
    color: #e56925;
}



.product-sec .product-bx {
    margin: 0 25px 25px 0;
}

.product_bnr {
    background-image: url(../images/);
}

.bg-accent {
    background-color: #f4f4f4;
}
.bg_dull {
    background-color: rgb(229 105 37 / 10%);
}
ul.ul_list {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}
ul.ul_list li{
    padding: 0;
    margin: 0;
}
ul.ul_list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    font-weight: 500;
}
ul.ul_list li b {
    color: #e56925;
}
ul.ul_list li:last-child{
    margin-bottom: 0;
}
ul.ul_list li:before {
    content: '';
    background: #ffffff;
    width: 15px;
    height: 15px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 7px;
    border: 3px solid #e56925;
    border-radius: 100px;
}
.product-sec.inner_pro  .product-bx {
    margin: 0;
}
.key_img {
    height: 100%;
}
.key_img img {
    height: 100%;
    object-fit: cover;
}
.wht_br .sec_title h2::after {
    background: #000;
}

.abt-section {
    padding: 61px 0;
}
/* .com_wt {
    background-color: #f7f7f7;
} */
.com_wt .sec_title h2:after {
    right: 0;
    margin: auto;
    left: 0;
}

.fluid-block p a {
    color: #e56925;
}
.fluid-block p a:hover {
    color: #000;
}
.top_phone_mobile a i {
    padding-right: 5px;
}
.top_bar {
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    padding-bottom: 15px;
}
.top_phone_mobile a {
    color: #e56925;
    font-size: 20px;
    font-weight: 500;
}
@media (min-width: 992px) {
    .fluid-block {
        padding-block: 0;
    }
    .fluid-block .fluid-image {
        position: relative;
        overflow: hidden;
    }
    .fluid-block .fluid-image img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .fluid-block .row>*:last-child:not(:is(.fluid-image, .fluid-content)) {
        padding-inline-end: 2rem !important;
    }
    .fluid-block .container-fluid .row>*:not(:is(.fluid-image, .fluid-content)) {
		max-width: 660px;
		padding: 100px 50px;
	}
    .fluid-block .container-fluid .row>*:first-child:not(:is(.fluid-image, .fluid-content)) {
        margin-left: auto;
    }
}


@media (max-width: 1024px) {
	nav#navbar {
		display: none;
	}
	.sticky-icon_main {
		display: none;
	}
	.right_btn {
		flex: 0 0 80%;
	}
	.ban_bottom {
		margin-top: -50px;
		margin-bottom: 10px;
		margin-inline: 15px;
	}
	.choose_us_list ul {
		grid-template-columns: 1fr;
	}
	.blog-area .sec_title {
		padding: 0 0 15px 0;
	}
	.blog_cn {
		padding: 0;
	}
	.blog-wrapper {
		height: auto;
		margin-bottom: 30px;
	}
	.product-sec {
		padding-bottom: 30px;
	}
	section {
		padding: 30px 0;
	}
	.sec_title h2 {
		font-size: 30px;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.product_cn, .blog_cn_p {
		max-width: 100%;
	}
	.lines {
		display: none;
	}
	.ab_cn {
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.ab_img_cn {
		padding-left: 30px;
		padding-right: 30px;
	}
	.ab_img {
		padding-bottom: 30px;
		padding-top: 30px;
	}
	.btn_bx {
		margin-top: 15px;
	}
	.footer-content {
		margin: 30px 0;
	}
	.footer-section {
		padding-top: 30px;
	}
	.logo_bx {
		flex: 0 0 auto;
	}
	.footer-cta .row {
		gap: 15px;
	}
	.footer-cta {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}

	.header .logo img {
		max-height: 45px;
	}
	.logo_bx {
		flex: 0 0 auto;
	}
}
@media (max-width: 767px) {
	.top_bar .common-btn.common-btn-orange {
		padding: 4px 8px;
		font-size: 14px;
	}
	.top_phone_mobile a {
		font-size: 18px;
	}
    .prdut_bx .col-md-3 {
        padding-right: 0 !important;
        padding-bottom: 15px;
    }
    .iner_bnr .sec_title h1 {
        font-size: 28px;
    }
	.right_btn {
		flex: 0 0 auto;
	}
	.top_phone, .right_btn .common-btn.common-btn-orange{
		display:none;
	}
	.top_bar {
		display: flex;
	}
	.top-message p {
		font-size: 12px;
	}
	.text-msg p {
		font-size: 14px;
		margin: 0;
	}
}

@media (max-width: 480px) {
    .header .logo_bx img {
        max-height: 45px;
    }
    .header .right_btn a {
        padding: 4px 7px !important;
        margin-left: 16px;
        font-size: 14px;
    }
    .about_sec {
		padding-right: 15px;
		padding-top: 55px;
		padding-bottom: 55px;
		padding-left: 15px;
	}
    .single-cta i {
        padding: 28px;  
        font-size: 21px;
    }
}

/* @media (max-width: 460px) {
	.header .logo img {
		max-height: 50px;
	}
} */

