@font-face {
  font-family: 'EurostileCondensedBQ';
  src: url(./fonts/EurostileCondensedBQ-Bold.otf);
}

:root
{
	--primary:#eb2028;
	--secondary:#4f2d1d;
}
body {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  line-height: 25px;
}

h1,
h2,
h3,
h4,
h5,
h6
{
  font-family: 'EurostileCondensedBQ',"Poppins", sans-serif;
}

.h1{  
  font-style: normal;
  letter-spacing: 2px;
 }

p
{
  position: relative;
  color: #000000;
  margin: 0px;
  transition: all 500ms ease;
}
.in-icon{
  font-size: 70px;
  color: var(--secondary);
}
.in-icon2{
  font-size: 60px;
  color: #fff;
}
.flip-icon{
  color: #fff;
  margin-right: 10px;
}

.flaticon_icon i {
    font-size: 30px;
    margin: 5px;
    border: 1px solid #000;
    padding: 15px;
    font-family: "Flaticon";
    display: inline-block;
}
.font_awesome1 i {
    font-size: 30px;
    margin: 5px;
    border: 1px solid #000;
    padding: 15px;
}

h2 {
 position: relative;
 font-style: normal;
 font-size: 45px;
 color: #4f2d1d;
}

nav, ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.ml-0
{
    margin-left: 0px !important;
}

section
{
	padding-top: 70px;
	padding-bottom: 50px;
	float: left;
	width: 100%;
}
ul,
p{
	padding: 0;
	margin: 0;
}
.carousel-control-next-icon{
  color: #fff;
}
.list .clearfix li i{
  color: var(--primary);
}
.p1{
  color: var(--secondary);
  font-size: 18px;
  font-family: "Bebas Neue", sans-serif;
  font-style: normal;
  letter-spacing: 1px;
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {

	.dropdown-menu li {
		position: relative;
	}

	.dropdown-menu .submenu {
		display: none;
		position: absolute;
		left: 100%;
		top: -7px;
	}

	.dropdown-menu .submenu-left {
		right: 100%;
		left: auto;
	}

	.dropdown-menu>li:hover {
		background-color: #f1f1f1
	}

	.dropdown-menu>li:hover>.submenu {
		display: block;
	}
}

/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {

	.dropdown-menu .dropdown-menu {
		margin-left: 0.7rem;
		margin-right: 0.7rem;
		margin-bottom: .5rem;
	}

}
/******************Slider***********************/
.pic, .pic img {
    width: 100%;
    height: auto;
}
#slider .carousel-control.left, 
#slider .carousel-control.right {
    opacity: 0;
    filter: alpha(opacity=0);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    transition: all .25s ease;
}
#slider .carousel-control .fa-angle-left {
    left: 5px;
    background: #fff;
}
#slider .carousel-control .fa-angle-right
{
    right: 5px;
    background: #fff;
}
#slider .carousel-control .fa-angle-left, 
#slider .carousel-control .fa-angle-right {
    position: absolute;
    top: 0;
    z-index: 5;
    display: inline-block;
}
#slider .carousel-control i {
    color: var(--secondary);
    line-height: 40px;
    width: 40px;
    height: 40px;
    font-size: 30px;
    border-radius: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    transition: all 500ms ease;
}
#slider .carousel-control i:hover {
    background: var(--primary);
}
.slider01 {
  background-image: url(images/slider/slider1.webp);
  /* height: 100vh; */
  display: flex;
  align-items: center;
  align-content: space-around;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.slider02 {
  background-image: url(images/slider/slider2.webp);
  /* height: 100vh; */
  display: flex;
  align-items: center;
  align-content: space-around;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.slider03{
  background-image: url(images/slider/slider1.webp);
  /* height: 100vh; */
  display: flex;
  align-items: center;
  align-content: space-around;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.slider-content  {
    width: 100%;
    position: relative;
    z-index: 99;
    padding-left: 20px;
}
.slide-title {
    font-size: 30px;
    color: var(--secondary);
    text-align: left;
}
.slide-sub-title {
    font-style: normal;
    font-size: 60px;
    color: var(--secondary);
    padding: 15px 0px;
    font-family: 'EurostileCondensedBQ';
    text-transform: uppercase;
}
.slider-description {
    color: #000;
    font-weight: 500;
    margin: 20px 0 40px;
    line-height: 30px;
}

.read-more a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
}
.read-more a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ebebeb;
    border-radius: 50%;
    color: var(--primary);
    margin-right: 5px;
    transition: all 0.3s linear;
}
.read-more {
    margin-top: 10px;
    margin-bottom: 20px;
}
.work-process-area .work-pro-items .item:hover .read-more a i,
.sevice_effe1:hover .read-more a i ,
.services__three-items:hover .two:hover .read-more a i {
    transform: rotate(90deg);
}
.sevice_effe1 {
    padding: 20px 20px 0px 20px;
}

/* top header */
.header-top {
    position: relative;
    content: '';
    padding: 7px 0px;
    background: var(--primary);
    float: right;
    width: 100%;
    width: 78%;
    height: 100%;
    left: 0px;
    top: 0px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 4% 100%, 0% 0%);
} 
.header-top .top-left {
    position: relative;
    float: left;
}
.header-top .info-list {
    position: relative;
    /* margin-right: 91px; */
}
.header-top .info-list li {
    position: relative;
    color: #ffffff;
    margin-right: 15px;
    display: inline-block;
    list-style: none;
}
.header-top .info-list li a {
    text-decoration: none;
    font-size: 14px;
    position: relative;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.header-top .top-right {
    position: relative;
    float: right;
    right: 7%;
}
.menu_header {
    position: relative;
    float: left;
    width: 100%;
}
.header-top .info-list li .icon {
    font-size: 13px;
    width: 25px;
    height: 25px;
    border-radius: 4px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    margin-right: 10px;
    float: left;
    text-align: center;
}
.apply_job a {
    background: var(--primary);
    color: #fff;
    padding: 9px 17px;
    text-decoration: none;
    font-size: 13px;
}
.logo img {
  width: 100%;
  height: auto;
}
.logo {
    width: 150px;
    position: absolute;
    left: 0;
    top: -40px;
}
.navbar
{
	padding: 0 !important;
}
.menutop ul li a {
    color: #000;
    padding: 20px 29px;
    position: relative;
    font-weight: 700;
    -webkit-transition: 350ms;
    transition: 350ms;
    transition: 350ms;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}
ul.navbar-nav > li:hover > a:before, ul.navbar-nav > li.active > a:before {
    border-color: var(--primary);
    opacity: 1;
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
  
}
ul.navbar-nav > li > a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    /* border-bottom: 3px solid transparent; */
    -webkit-transform: scale(0) translateZ(0);
    transform: scale(0) translateZ(0);
    -webkit-transition: opacity 0.55s ease, -webkit-transform 0.45s ease;
    transition: opacity 0.55s ease, -webkit-transform 0.45s ease;
    transition: transform 0.45s ease, opacity 0.55s ease;
    transition: transform 0.45s ease, opacity 0.55s ease, -webkit-transform 0.45s ease;
    transition: transform 0.45s ease, opacity 0.55s ease;
}
.navbar-nav > .nav-item:hover > .nav-link {
    color: var(--primary);
}
.dropdown-menu li a:hover, .dropdown-menu li a:focus {
    background: var(--secondary);
    list-style: none;
}
.dropdown-menu {
    text-align: left;
    background: var(--primary);
    z-index: 100;
    min-width: 220px;
    border-radius: 0;
    padding: 0;
    border: 0;
}
.dropdown-menu li a {
	color: #fff !important;
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
	text-transform: capitalize !important;
    padding: 15px;
    border-bottom: 1px solid #fff;
    color: #fff;
	line-height: normal !important;
}
.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}
/*******************btn*********************/

.btn a {
    display: block;
    text-decoration: none;
    text-align: center;
    border: none;
    color: #fff;
    position: relative;
    overflow: hidden;
    text-transform: capitalize;
    transition: all .35s;
    background-color: var(--secondary);
    padding: 6px 20px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
}

.btn a:before
{
    background: #000 !important;
}
  .btn a:before,
  .btn a:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    background: var(--primary);
    z-index: 9;
    transition: all .35s;
  }
  
.btn a:before{
    opacity: .5;
  }
  
.btn a:after{
    transition-delay: .2s;
  }
  
.btn a:hover{
    color: #fff;
  }
  
.btn a:hover:before,
.btn a:hover:after{
    top: 0;
  }
  .btn:hover span {
    color: #fff;
    z-index: 99;
    position: relative;
}

button.btn.btnone a {
    padding: 14px 45px;
    border-radius: 50px;
    text-transform: uppercase;
    border: 2px solid;
}
/* Footer */

.footer-copyright-sction{
  background-color: var(--secondary);
}
.copy-text a{
  color: #ffffff;
}
.copy-text p {
  color: #fff;
  /* font-family: 'EurostileCondensedBQ', "Poppins", sans-serif; */
  font-size: 14px;
  padding: 9px 0px;
  font-weight: 600;
}
.f-inner{
  text-align: right;
}
.footer{
  /* padding-bottom: 0px; */
}
.main-footer.style-two {
    position: relative;
    background-image: url(images/footer.webp);
    padding-bottom: 50px;
}
.main-footer .footer-widget {
}
.main-footer .widget-title {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.links-widget .widget-content {
    position: relative;
}
.links-widget ul li {
    position: relative;
}

.links-widget ul li a {
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    color: #fff;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}
.links-widget ul li a:before {
    position: absolute;
    content: '';
    left: -20px;
    top: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    opacity: 0;
    background-color: var(--primary);
}
.links-widget ul li a:after {
    position: absolute;
    content: '';
    left: -30px;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    opacity: 0;
    background-color: var(--primary);
}
.main-footer .footer-widget {
    position: relative;
}

.contact-widget .social-links {
    position: relative;
}
.contact-widget ul.list li {
    position: relative;
    display: flex;
    color: #fff;
    font-weight: 500;
}
.contact-widget .social-links li a {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 14px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    background: rgba(255, 255, 255, 0.2);
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.contact-widget .social-links li a span {
    position: relative;
}
.contact-widget .social-links li {
    position: relative;
    margin-right: 8px;
    margin-bottom: 10px;
    display: inline-block;
}
.contact-widget .social-links li a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-image: -webkit-linear-gradient( 0deg, rgb(17 101 110) 16%, rgb(74 172 179) 100%);
}
footer.main-footer.style-two i {
    color: #fff;
    margin-right: 15px;
    font-weight: 300;
}
.copyright-text {
    position: relative;
    font-weight: 500;
    color: #fff;
    margin-top: 9px;
}
.footer-bottom-two .menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contact-widget ul.list li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    margin-left: 15px;
    line-height: 24px;
}
.widgets-section li {
    margin-bottom: 10px;
}
.contact-widget ul.list i {
    margin-right: 10px;
}
.contact-widget ul.list {
    margin-bottom: 20px;
}
.copyright-text.text-right {
    text-align: right;
}
.copyright-text a
{
    text-decoration: none;
}
section.bottom_footer {
    padding: 0px;
    background: var(--secondary);
    padding-bottom: 6px;
}
ul.list.address1 i {
    margin-top: 4px;
    margin-right: 15px;
}
.footer-widget.links-widget.pl-5 {
    padding-left: 50px;
}
.hover-content-heading a {
    background: var(--primary);
    color: #fff;
    text-decoration: none;
    padding: 2px 10px;
    float: right;
    font-size: 13px;
    border-radius: 5px;
}
.hover-content-heading h2 {
    float: left;
    font-size: 16px;
    margin-top: 6px;
}
.website-tag-part {
    float: left;
    width: 100%;
}
.website-tag-part li {
    float: left;
    box-shadow: 0px 0px 2px 0px var(--secondary);
    background: #f5f5f5;
    padding: 2px 7px;
    margin: 4px;
    color: var(--secondary);
    font-size: 13px;
}
.hover-content-heading a:hover {
    background: var(--secondary);
    list-style: none;
}
h2.portfolio_name {
    text-align: center;
    font-size: 20px;
    margin-bottom: 0px;
}

/* Client */
@media (max-width: 767px) {
    .client .carousel-inner .carousel-item > div {
        display: none;
    }
    .client .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.client .carousel-inner .carousel-item.active,
.client .carousel-inner .carousel-item-next,
.client .carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

    .client .carousel-inner .carousel-item-end.active,
    .client .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .client .carousel-inner .carousel-item-start.active, 
    .client .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}

.client .carousel-inner .carousel-item-end,
.client .carousel-inner .carousel-item-start { 
    transform: translateX(0);
}
a.carousel-control-next.client_btn2 {
    width: auto;
}
a.carousel-control-next.client_btn2 i,
a.carousel-control-prev.client_btn1 i {
    background: var(--primary);
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    border-radius: 50%;
}
a.carousel-control-prev.client_btn1 {
    width: auto;
}
.client .carousel-control-prev
{
    left: -15px;
}
.client .carousel-control-next
{
    right: -15px;
}
.carousel-control-next, 
.carousel-control-prev
{
    text-decoration: none;
} 

.container-fluid.text-center.p-25 {
    padding: 0px 35px;
}

/* Fun fact */
.counter-area {
    background: var(--primary);
    color: #fff;
}
.tp-counter-item-icon {
    font-size: 50px;
    line-height: 50px;
}
.counter {
    font-size: 30px;
    margin: 15px 0px;
    float: left;
    width: 100%;
}

/** service-section **/

.service-section{
    position: relative;
    padding: 115px 0px 120px 0px;
  }
  
  .bg-color-1{
    background: #e4dcc7;
  }
  .service-section .icon-layer{
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: repeat-x;
    background-position: center;
    left: 0px;
    top: 0px;
    animation: slide 100s linear infinite;
    -webkit-animation: slide 100s linear infinite;
  }
  
  @keyframes slide{
    from { background-position: 0 0; }
      to { background-position: 1920px 0; }
  }
  
  @-webkit-keyframes slide{
    from { background-position: 0 0; }
      to { background-position: 1920px 0; }
  }
  /* ======================================================================================= */
  /** header-style-two **/

.main-header.style-two{
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    background: transparent;
  }
  
  .main-header.style-two .header-top{
    background: transparent;
  }
  
  .main-header .language{
    position:relative;
    display: inline-block;
    z-index: 5;
    padding-right: 22px;
    margin-right: 18px;
  }
  
  .main-header .language:before{
    position: absolute;
    content: '';
    background: rgba(255,255,255,0.2);
    width: 1px;
    height: 20px;
    top: 2px;
    right: 0px;
  }
  
  .main-header .language .lang-btn{
    position: relative;
    display: block;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
    transition: all 500ms ease;
  }
  
  .main-header .language .lang-btn .icon{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 12px;
    color: #fff;
  }
  .main-header .language .lang-btn .txt{
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  
  .main-header .language .lang-btn .arrow{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
  }
  
  .main-header .language .lang-btn:before{
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 16px;
  }
  
  .main-header .language .lang-dropdown{
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 13px;
    width: 150px;
    background: #ffffff;
    border: 1px solid #f0f0f0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
  }
  
  .main-header .language:hover .lang-dropdown{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  
  .main-header .language .lang-dropdown li{
    position: relative;
    display: block;
    border-bottom: 1px solid #f0f0f0;
  }
  
  .main-header .language .lang-dropdown li:last-child{
    border: none;
  }
  
  .main-header .language .lang-dropdown li a{
    position: relative;
    display: block;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 24px;
    color: #222222;
    text-align: left;
  }
  
  .main-header .language .lang-dropdown li a:hover{
    text-decoration: underline;
  }
  
  .main-header.style-two .header-top .social-links li{
    position: relative;
    display: inline-block;
    margin-right: 15px;
  }
  
  .main-header.style-two .header-top .social-links li:last-child{
    margin-right: 0px;
  }
  
  .main-header.style-two .header-top .social-links{
    position: relative;
    display: inline-block;
  }
  
  .main-header.style-two .header-top .social-links li a{
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #fff;
  }
  .main-header.style-two .header-top .top-left{
    position: relative;
  }
  
  .main-header.style-two .header-top .top-left .left-info{
    position: relative;
    margin-top: 35px;
  }
  
  .main-header.style-two .header-top .top-right{
    position: relative;
    margin-top: 25px;
  }
  
  .main-header.style-two .menu-right-content{
    padding: 0px;
    margin: 0px;
  }
  
  .main-header.style-two .header-top{
    position: relative;
    padding: 40px 0px;
  }
  
  .main-header.style-two .header-top .logo-box{
    position: relative;
    display: inline-block;
    float: left;
    margin-left: 350px;
  }
  
  .main-header.style-two .menu-right-content .user-box a,
  .main-header.style-two .search-box-btn,
  .main-header.style-two .menu-right-content .cart-box a{
    color: #ececec;
  }
  
  .main-header.style-two .main-menu{
    float: none !important;
    display: block;
    text-align: center;
  }
  
  .main-header.style-two .main-menu .navigation > li{
    float: none;
    display: inline-block;
    padding-top: 13px;
  }
  
  .main-header.style-two .main-menu .navigation > li > a{
    color: #fff;
  }
  
  .main-header.style-two .main-menu .navigation > li.dropdown > a:before{
    color: #fff;
  }

  /** main-header **/

.main-header{
    position:relative;
    left:0px;
    top:0px;
    z-index:999;
    width:100%;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
  }
  
  .sticky-header{
    position:fixed;
    opacity:0;
    visibility:hidden;
    background: #fff;
    left:0px;
    top:0px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    width:100%;
    z-index:0;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
  }
  
  .fixed-header .sticky-header{
    z-index:999;
    opacity:1;
    visibility:visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
  }
  /** main-slider **/

.main-slider{
    position: relative;
  }
  
  .main-slider-carousel{
    position: relative;
  }
  
  .main-slider-carousel .slide-item{
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 145px 0px 230px 0px;
  }
  
  .main-slider-carousel .slide-item:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.9), rgba(0,0,0,0.0) 80%);
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 1;
  }
  
  .main-slider-carousel .slide-item .image-layer{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);
    -webkit-transition: all 6000ms linear;
    -moz-transition: all 6000ms linear;
    -ms-transition: all 6000ms linear;
    -o-transition: all 6000ms linear;
    transition: all 6000ms linear;
  }
  
  .main-slider-carousel .active .slide-item .image-layer{
    -webkit-transform:scale(1.15);
    -ms-transform:scale(1.15);
    transform:scale(1.15);
  }
  
  .main-slider-carousel .content-box{
    position: relative;
    display: block;
    z-index:5;
    max-width: 570px;
    width: 100%;
  }
  
  .main-slider-carousel .content-box.centred{
    text-align: center;
    margin: 0 auto;
  }
  
  .main-slider-carousel .content-box h1{
    position: relative;
    display: block;
    color: #fff;
    font-size: 90px;
    line-height: 100px;
    font-weight: 700;
    margin-bottom: 36px;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
  }
  
  .main-slider-carousel .active .content-box h1{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
  }
  
  .main-slider-carousel .content-box p{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 48px;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1300ms ease;
    -moz-transition: all 1300ms ease;
    -ms-transition: all 1300ms ease;
    -o-transition: all 1300ms ease;
    transition: all 1300ms ease;
  }
  
  .main-slider-carousel .active .content-box p{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    -ms-transition-delay: 1300ms;
    -o-transition-delay: 1300ms;
    transition-delay: 1300ms;
  }
  
  .main-slider-carousel .content-box .btn-box{
    position: relative;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1600ms ease;
    -moz-transition: all 1600ms ease;
    -ms-transition: all 1600ms ease;
    -o-transition: all 1600ms ease;
    transition: all 1600ms ease;
  }
  
  .main-slider-carousel .active .content-box .btn-box{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1600ms;
    -moz-transition-delay: 1600ms;
    -ms-transition-delay: 1600ms;
    -o-transition-delay: 1600ms;
    transition-delay: 1600ms;
  }
  
  .owl-dots-none .owl-dots,
  .owl-nav-none .owl-nav{
    display: none !important;
  }
  
  .main-slider-carousel .owl-nav{
    position: absolute;
    top: 50%;
    width: 100%;
  }
  
  .main-slider-carousel .owl-nav .owl-prev,
  .main-slider-carousel .owl-nav .owl-next{
    position: absolute;
    display: inline-block;
    width: 50px;
    line-height: 50px;
    height: 50px;
    font-size: 30px;
    text-align: center;
    color: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.2);
    cursor: pointer;
    border-radius: 50%;
    transition: all 500ms ease;
  }
  .main-slider-carousel .owl-nav .owl-prev{
    left: 30px;
  }
  
  .main-slider-carousel .owl-nav .owl-next{
    right: 30px;
  }
  
  .main-slider-carousel:hover .owl-nav .owl-prev,
  .main-slider-carousel:hover .owl-nav .owl-next{
    border-color: #fff;
    color: #fff;
  }
  @-webkit-keyframes ripple {
    70% {
      -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
              box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    }
    100% {
      -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
              box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
  }
  @keyframes ripple {
    70% {
      -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
              box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    }
    100% {
      -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
              box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
  }
  
  .about-section .inner-container{
    position: relative;
    background: #fff;
    margin-top: -70px;
    box-shadow: 0 0 30px rgba(0,0,0,.08);
    z-index: 1;
  }
  
  #content_block_1 .content-box{
    position: relative;
    padding: 62px 110px 70px 50px;
  }
  
  #content_block_1 .content-box .sec-title{
    margin-bottom: 21px;
  }
  
  #content_block_1 .content-box .text{
    margin-bottom: 25px;
  }
  
  #content_block_1 .content-box .list li{
    position: relative;
    display: block;
    font-size: 16px;
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
    color: #282932;
    margin-bottom: 10px;
    padding-left: 30px;
  }
  
  #content_block_1 .content-box .list li:last-child{
    margin-bottom: 0px;
  }
  
  #content_block_1 .content-box .list li:before{
    position: absolute;
    content: '\f058';
    font-size: 18px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    left: 0px;
    top: 0px;
  }
  
  #content_block_1 .content-box .list{
    position: relative;
    margin-bottom: 29px;
  }
  
  #content_block_1 .content-box .theme-btn{
    padding: 17px 24px;
  }
  .theme-btn {
  }

  /** button **/

.theme-btn{
    position: relative;
    display: inline-block;
    font-family: 'EurostileCondensedBQ',"Poppins", sans-serif;
    color: #fff !important;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    padding: 9px 27px;
    transition: all 500ms ease;
    z-index: 0;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: var(--primary);
    border: 1px solid #fff;
  }
  
  .theme-btn:before{
    position: absolute;
    content: '';
    background: var(--secondary);
    width: 100%;
    height: 100%;
    border-radius: 5px;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  
  .theme-btn:hover:before{
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  }
  
  .theme-btn i{
    position: relative;
    top: 2px;
    font-size: 20px;
    margin-left: 40px;
  }
  #content_block_1 .content-box .list li:before {
    color: #da292a;
  }

/* category  */
  .he-1{
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
    color: var(--primary);
    font-family: "Bebas Neue", sans-serif;
    font-style: normal;
    letter-spacing: 2px;
  }
  .c-img img{
    height: auto;
    width: 100%;
  }
  .min-h{
    font-size: 22px;
    font-weight: 800;
    text-align: center;
    margin-top: 30px;
  }

/* category end  */
/* product */
.card {
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  width: auto;
  padding: 10px;
  position: relative;
}
.card2 {
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 1, 0.1);
  overflow: hidden;
  text-align: center;
  width: 300px;
  padding: 20px;
  position: relative;

}

.new-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 50px;
  font-size: 0.8em;
}
.new-text {
  margin-right: 2px;
}
.star {
  color: #da292a;
  margin-left: 2px;

}
.card-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.card-title {
  font-size: 27px;
}
.card-description {
  color: #777;
  font-size: 1em;
  margin-bottom: 20px;
}
.card-button {

  width: 150px;
  margin: auto;
}
.card-button:hover {
  background-color: var(--primary);
}
.pro-h{
  font-size: 45px;
  font-weight: 900;
  text-align: center;
  color: #ffffff;
  font-family: "Bebas Neue", sans-serif;
  font-style: normal;
  letter-spacing: 2px;
}
.product-section{
    background-image: url(images/img/product-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed
}

.p-50{
  padding: 0px 50px 0px 50px;
}
.pl-20{
  margin-left: 20px;
}
.product-section .card {
  opacity: 0;
  transform: translateY(50px);
  animation: fadeInUp 1s ease-in-out forwards;
}
.card {
  overflow: hidden; 
  transition: transform 0.3s ease;
}
.card-image {
  transition: transform 0.3s ease;
  /* width: 100%; */
}
.card:hover .card-image {
  transform: scale(1.1); 
}
/* product end */

/* process section */
.work-section {
  position: relative;

}
.work-block .inner-box:hover .icon-box {
  background-color: var(--primary);
}
.inner-box {
  transition: transform 0.3s ease; /* Smooth transition for the icon rotation */
}

.icon-box .in-icon {
  transition: transform 0.3s ease; /* Smooth transition for the icon rotation */
}

.inner-box:hover .in-icon {
  transform: rotate(360deg); /* Rotates the icon 180 degrees on hover */
}

.work-block .icon-box .icon {
  font-size: 72px;
  transition: all 300ms ease;
}
.work-section .icon-dotted-map-2 {
  right: 0;
  margin: 0 auto;
  top: 170px;
}
.work-section .icon-plane-1 {
  top: 150px;
  left: 100%;
  margin-left: 130px;
}

.work-block {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 10px;
}
.work-block:last-child .icon-box:after {
  display: none;
}
.work-block .inner-box {
  position: relative;
}

.work-block .icon-box {
  position: relative;
  height: 190px;
  width: 190px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 50%;
  margin: 0 auto 30px;
}
.work-block .icon-box:after {
  margin-left: 45px;
}
.work-block .icon-box .count {
  position: absolute;
  left: 0;
  top: 0;
  height: 65px;
  width: 65px;
  font-size: 20px;
  color: #767676;
  background-color: #eee9e3;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
}
.work-block .icon-box .icon {
  color: var(--theme-color2);
  font-size: 72px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.work-block .title {
  position: relative;
  font-size: 30px;
}

.anim-icons .icon {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.zoom-one {

  animation: zoom-one 10s infinite linear;
}
.icon-dotted-map-2 {
  width: 987px;
  height: 478px;
  background-image: url(images/dotted-map-bg.png);
}
.work-block .icon-box .icon {
  color: var(--theme-color2);
  font-size: 72px;
}
/* process end*/

/* why us */

.why-choose-us-two {
  position: relative;
  z-index: 1;
}
.why-choose-us-two .bg-image {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.why-choose-us-two .bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.why-choose-us-two .bg-shape .shape {
  position: absolute;
  left: 0;
  right: 0px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  margin-right: -275px;
}
.why-choose-us-two .float-image {
  position: absolute;
  left: -360px;
  bottom: -40px;
  z-index: 9;
}
.why-choose-us-two .content-column {
  position: relative;
}
.why-choose-us-two .content-column .sec-title {
  margin-bottom: 40px;
}
.why-choose-us-two .content-column .sec-title .sub-title {
  color: #ffffff;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2px;
}
.why-choose-us-two .content-column .sec-title .text {
  color: #ffffff;
  line-height: 34px;
  font-family: "Poppins", sans-serif;
}
.why-choose-us-two .image-column {
  position: relative;
}
.why-choose-us-two .image-column .image-box.hide-desktop {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.why-choose-us-two .image-column .image-box.hide-desktop img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.why-choose-us-two .image-column .inner-column {
  padding: 160px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.why-choose-us-two .image-column .video-box {
  position: relative;
}
.why-choose-us-two .image-column .video-box .arrow {
  position: relative;
  top: 5px;
  right: 140px;
}

.feature-block-four {
  position: relative;
  margin-bottom: 40px;
}
.feature-block-four .inner-box {
  position: relative;
}
.feature-block-four .in-icon2 {
  background-color: var(--primary); /* Set the background color to red */
   /* Add some padding to give the icon some space */
  border-radius: 50%; /* Make the background color circular */
  color: white; /* Set the icon color to white for contrast */
  display: inline-block; /* Ensure the background color wraps the icon */
  font-size: 30px; /* Adjust the icon size if needed */
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  margin-bottom: 20px;
}

.feature-block-four .icon {
  height: 190px;
  width: 190px;
  background-color: var(--primary);
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 48px;
  color: #ffffff;
  border-radius: 50px;
  margin-bottom: 15px;
}
.feature-block-four .title {
  position: relative;
  font-size: 20px;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 700;
  font-family: 'poppins';
  margin-bottom: 5px;
}
.feature-block-four .title a {
  color: #ffffff;
}
.feature-block-four .text {
  line-height: 30px;
  color: #ffffff;
}

.why-choose-us-two .info-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  background: #ffffff;
  padding: 30px 30px 30px 30px;
  border-radius: 5px;
  min-width: 270px;
  left: -20px;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
          box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
}
.why-choose-us-two .info-box:before {
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: -5px;
  border-left: 40px solid transparent;
  border-top: 30px solid #ffffff;
  content: "";
}
.why-choose-us-two .info-box .icon {
  position: absolute;
  left: 30px;
  top: 30px;
  color: var(--theme-color2);
  font-size: 62px;
  line-height: 65px;
}
.why-choose-us-two .info-box strong {
  position: relative;
  padding-left: 85px;
  font-size: 18px;
  line-height: 26px;
  color: var(--theme-color1);
  font-weight: 700;
  display: block;
  min-height: 65px;
  padding-top: 5px;
}
.sec-title.light h2, .sec-title.light h1, .sec-title.light .text, .sec-title.light .sub-title {
  color: #fff;
}
.bounce-y {
  -webkit-animation: bounce-y 10s infinite linear;
  animation: bounce-y 10s infinite linear;
}
.why-choose-us-two .info-box strong {
  position: relative;
  padding-left: 85px;
  font-size: 18px;
  line-height: 26px;
  color: var(--theme-color1);
  font-weight: 700;
  display: block;
  min-height: 65px;
  padding-top: 5px;
}
.play-now-two {
  height: 150px;
  width: 150px;
  background-color: rgba(21, 21, 21, 0.5);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 10px;
  font-size: 32px;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-animation: zoom-one 3s infinite linear;
  animation: zoom-one 3s infinite linear;
}

/* why us end */

/* call to  action */
.call-to-action {
  position: relative;
  padding: 200px 0 120px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
}
.call-to-action:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--bg-theme-color1);
  opacity: 0.5;
  content: "";
  pointer-events: none;
}
.call-to-action:after {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 50%;
  margin-left: 30px;
  background-image: url(../images/icons//shape-3.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  opacity: 0.3;
  pointer-events: none;
  content: "";
}
.call-to-action .outer-box {
  position: relative;
  padding-left: 270px;
}
.call-to-action .outer-box .sec-title .sub-title {
  margin-bottom: 15px;
}
.call-to-action .outer-box .play-now {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
}
.call-to-action .outer-box .play-now:before {
  position: absolute;
  left: 100%;
  top: 100%;
  height: 62px;
  width: 110px;
  margin-left: 10px;
  background-image: url(../images/icons/arrow.png);
  content: "";
}
.call-to-action .outer-box .play-now .icon {
  height: 120px;
  width: 120px;
  background-color: var(--bg-theme-color2);
  color: #fff;
  font-size: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 10px;
}
.call-to-action .outer-box .theme-btn {
  margin-top: 35px;
}
.call-to-action .outer-box .highlighted {
  position: relative;
  z-index: 2;
}
.call-to-action .outer-box .highlighted:before {
  position: absolute;
  left: -10px;
  top: 0;
  height: 88px;
  width: 260px;
  background-image: url(../images/icons/object-2.png);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
}

.call-to-action.style-two {
  padding: 100px 0;
}
.call-to-action.style-two:after {
  display: none;
}
.call-to-action.style-two .outer-box {
  padding: 0;
}
.theme-btn .btn-title {
  position: relative;
}



/* call to action end */

/* blog section */
.news-section {
  position: relative;
  overflow: hidden;
}
.news-section .float-image {
  position: absolute;
  left: -370px;
  bottom: -20px;
}
.news-b{
  margin-bottom: 50px;
}
.news-block {
  position: relative;
}
.news-block .inner-box {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.news-block .inner-box:hover .image-box .image a:after {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.news-block .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.news-block .inner-box:hover .read-more {
  width: 100%;
  left: 0%;
  opacity: 1;
}
.news-block .image-box {
  position: relative;
}
.news-block .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.news-block .image-box .image img {
  display: block;
  border-radius: 10px 10px 0 0;
  width: 100%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.news-block .image-box .image a:after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.news-block .image-box .date {
  position: absolute;
  right: 20px;
  bottom: -10px;
  background: var(--theme-color2);
  color: #ffffff;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 60px;
  width: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.news-block .image-box .date b {
  font-size: 16px;
  display: block;
  font-weight: 700;
  color: #fff;
}
.news-block .image-box .date:before {
  position: absolute;
  bottom: 0;
  left: -10px;
  border-right: 10px solid var(--border-theme-color2);
  border-bottom: 10px solid transparent;
  content: "";
}
.news-block .image-box .date:after {
  position: absolute;
  bottom: 0;
  right: -10px;
  border-left: 10px solid var(--border-theme-color2);
  border-bottom: 10px solid transparent;
  content: "";
}
.news-block .lower-content {
  position: relative;
  padding: 25px 40px 35px;
}
.news-block .post-info {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}
.news-block .post-info li {
  position: relative;
  font-size: 14px;
  line-height: 25px;
  color: #767676;
  font-weight: 500;
  margin-right: 14px;
}
.news-block .post-info li i {
  margin-right: 5px;
  color: var(--theme-color2);
  font-size: 14px;
}
.news-block .title {
  position: relative;
  display: block;
  color: var(--theme-color1);
}
.news-block .title a {
  color: var(--theme-color1);
  display: inline-block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'poppins' sans-serif;
}
.news-block .title a:hover {
  color: var(--theme-color2);
}
.news-block .read-more {
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  line-height: 20px;
  padding: 10px 40px;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 700;
  color: #ffffff;
  background-color: var(--bg-theme-color1);
  border-radius: 0 0 10px 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
  opacity: 0;
}

.accordion-box {
  position: relative;
}
.accordion-box .block {
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
}
.accordion-box .block .acc-btn {
  position: relative;
  color: var(--headings-color);
  font-family: var(--title-font);
  font-weight: var(--h4-font-weight);
  font-size: 20px;
  cursor: pointer;
  padding: 20px 30px;
  padding-right: 70px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-bottom: 1px solid #fff;
}
.accordion-box .block .acc-btn .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 30px;
  top: 50%;
  height: 35px;
  font-size: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 2;
  color: var(--theme-color1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.accordion-box .block .acc-btn.active {
  color: var(--text-color-bg-theme-color2);
  background-color: var(--bg-theme-color2);
}
.accordion-box .block .acc-btn.active .icon {
  color: var(--text-color-bg-theme-color2);
}
.accordion-box .block .acc-btn.active .icon:before {
  content: "\f068";
}
.accordion-box .block .acc-content {
  position: relative;
  display: none;
}
.accordion-box .block .acc-content .content {
  position: relative;
  padding: 25px 30px;
}
.accordion-box .block .acc-content .content .text {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #808287;
  margin-bottom: 0;
}
.accordion-box .block .acc-content.current {
  display: block;
}
.news-block .image-box .date {
  position: absolute;
  right: 20px;
  bottom: -10px;
  background: rgb(126, 34, 34);
  color: #ffffff;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 60px;
  width: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.news-block .image-box .date:before {
  position: absolute;
  bottom: 0;
  left: -10px;
  border-right: 10px solid rgb(126, 34, 34);
  border-bottom: 10px solid transparent;
  content: "";
}
.news-block .image-box .date:after {
  position: absolute;
  bottom: 0;
  right: -10px;
  border-left: 10px solid rgb(126, 34, 34);
  border-bottom: 10px solid transparent;
  content: "";
}
.news-block .post-info li i {
  margin-right: 5px;
  color: rgb(126, 34, 34);
  font-size: 14px;
}
.news-block .read-more {
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 12px;
  line-height: 20px;
  padding: 10px 40px;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 700;
  color: #ffffff;
  background-color: #512c1d;
  border-radius: 0 0 10px 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
  opacity: 0;
}
.blog-h{
  font-size: 45px;
  font-weight: 700;
  color: #512c1d;
  font-family: "Bebas Neue", sans-serif;
  font-style: normal;
  letter-spacing: 4px;
}
/* Basic styling for the blog section */
.blog-section .news-block {
  opacity: 0;
  transform: translateY(100px);
  transition: transform 1s ease-out, opacity 1s ease-out;
}

/* Animation classes */
.news-block.animate {
  opacity: 1;
  transform: translateY(0);
}

/* blog section end */

/* call two */
.call-to-action-two {
  position: relative;
  padding: 0px 0;
  z-index: 2;
}
.call-to-action-two .outer-box {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: var(--bg-theme-color2);
  padding: 39px 80px;
  overflow: hidden;
  border-radius: 10px;
}
.call-to-action-two .outer-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--bg-theme-color2);
  opacity: 0.7;
  content: "";
  pointer-events: none;
}

.call-to-action-two .title-box .title {
  font-size: 34px;
  /* line-height: 1.2em; */
  color: #fff;
  font-family: 'EurostileCondensedBQ', "Poppins", sans-serif;
  z-index: 999;
  position: relative;
}
.call-to-action-two .btn-box {
  position: relative;
  z-index: 8;
}
.call-to-action-two .outer-box:after {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 140px;
  height: 220px;
  border-right: 30px solid black;
  content: "";
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

a:hover, a:focus, a:visited {
  text-decoration: none;
  outline: none;
  color: #fff;
}
/* call two end */

/** about-style-two **/

.about-style-two{
    position: relative;
  }
  .about-h{
  }
  #content_block_2 .content-box .text{
    margin-bottom: 42px;
  }
  
  #content_block_2 .content-box .list li{
    position: relative;
    display: inline-block;
    float: left;
    width: 50%;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
    color: #282932;
    min-height: 50px;
    margin-bottom: 48px;
    padding: 12px 0px 12px 70px;
  }
  
  #content_block_2 .content-box .list li i{
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 50px;
    line-height: 50px;
    font-weight: 400;
  }
  
  #content_block_2 .content-box .list{
    position: relative;
    display: block;
    border-bottom: 2px solid #e6eaf0;
    margin-bottom: 24px;
  }
  
  #content_block_2 .content-box .link-box a{
    position: relative;
    display: inline-block;
    font-weight: 500;
  }
  
  #content_block_2 .content-box .link-box a i{
    margin-left: 15px;
    font-weight: 600;
  }
  
  #content_block_2 .content-box .link-box a:hover{
    color: #222;
  }
  
  #content_block_2 .content-box .sec-title{
    margin-bottom: 20px;
  }
  
  #image_block_1 .image-box{
    position: relative;
    display: block;
  }
  
  #image_block_1 .image-box img{
    width: 100%;
    height: auto;
  }
  
  #image_block_1 .image-box .image-2{
    float: right;
    width: 97%;
  }
  #image_block_2 .image-box img{
    width: 90%;
  }
  #image_block_1 .image-box .image-3{
    position: absolute;
    top: 9px;
    right: 152px;
  }
  
  #image_block_1 .image-box .image-4{
    position: absolute;
    left: 31px;
    bottom: 100px;
  }
  
  .about-style-two #content_block_2 .content-box{
    margin-right: 70px;
  }
  .sec-title span {
    color: #fff;
  }
  .content-box span{
    color:#da292a ;
  }
  #content_block_2 .content-box .link-box a {
    color: #da292a;
  }


  .call-h{
    font-size: 50px;
    font-weight: 900;
    font-family: "Bebas Neue", sans-serif;
    font-style: normal;
    letter-spacing: 4px;
  }

  /** funfact-section **/

.funfact-section{
    position: relative;
  }
  
  .funfact-section .counter-inner{
    position: relative;
  }
  
  .funfact-section .counter-inner .line{
    position: absolute;
    left: 0px;
    top: 92px;
    width: 100%;
    height: 2px;
    background: var(--primary);
  }
  
  .counter-block-one .inner-box{
    position: relative;
    display: block;
    padding-left: 0px;
  }
  
  .counter-block-one .inner-box .icon-box{
    position: relative;
    display: inline-block;
    font-size: 80px;
    padding-bottom: 53px;
    margin-bottom: 40px;
  }

  .counter-block-one .inner-box .count-outer{
    position: relative;
    display: block;
    font-size: 40px;
    color: var(--secondary);
    font-weight: 700;
    margin-bottom: 15px;
  }
  
  .counter-block-one .inner-box span.text{
    position: relative;
    display: block;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #000;
  }
  .counter-block-one .inner-box .icon-box:before {
    position: absolute;
    content: '';
    width: 11px;
    height: 11px;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 13px;
  }
  

  .counter-block-one .inner-box .icon-box:before {
    background: var(--primary);
  }

  .counter-block-one .inner-box .i-b:before {
    position: absolute;
    content: '';
    width: 11px;
    height: 11px;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
  }
  

  .counter-block-one .inner-box .i-b:before {
    background: var(--primary);
  }
  .counter-block-one .inner-box .icon-box {
    color: var(--primary);
  }
  /* Initially hide and position elements below the view */
.counter-block-one {
  transform: translateY(100px);
  opacity: 0;
  transition: transform 1s ease-out, opacity 1s ease-out;
}

/* Class to apply when elements are in view */
.counter-block-one.in-view {
  transform: translateY(0);
  opacity: 1;
}
/* Default state of the icon */
.counter-block .icon-box i {
  display: inline-block;
  transition: transform 0.3s ease-in-out;
}

/* Hover effect on the entire counter block */
.counter-block:hover .icon-box i {
  transform: scale(1.2); /* Scale the icon to 120% when the counter-block is hovered */
}




  /** news-section **/

.news-section{
    position: relative;
  }
  
  .news-section .sec-title{
    margin-bottom: 35px;
  }
  
  .news-block-one{
    position: relative;
    display: block;
    padding: 35px 30px;
    border: 2px solid #f0f0f0;
  }
  
  .news-block-one .inner-box{
    position: relative;
  }
  
  .news-block-one .inner-box .image-box{
    position: relative;
    display: block;
    overflow: hidden;
  }
  
  .news-block-one .inner-box .image-box img{
    width: 100%;
    transition: all 500ms ease;
  }
  
  .news-block-one:hover .inner-box .image-box img{
    opacity: 0.2;
    transform: scale(1.05);
  
  }
  
  .news-block-one .inner-box .lower-content{
    position: relative;
    padding-top: 17px;
  }
  
  .news-block-one .inner-box .lower-content .post-info li{
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #8e9c9f;
  }
  
  .news-block-one .inner-box .lower-content .post-info li a{
    display: inline-block;
    color: #8e9c9f;
  }
  
  .news-block-one .inner-box .lower-content .post-info li a:hover{
  
  }
  
  .news-block-one .inner-box .lower-content .post-info{
    position: relative;
    margin-bottom: 12px;
  }
  
  .news-block-one .inner-box .lower-content .post-info-2 li{
    position: relative;
    display: inline-block;
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #444444;
    margin-right: 15px;
  }
  
  .news-block-one .inner-box .lower-content .post-info-2 li:before{
    position: absolute;
    content: '';
    background: #737373;
    width: 1px;
    height: 10px;
    top: 5px;
    right: -8px;
  }
  
  .news-block-one .inner-box .lower-content .post-info-2 li:last-child:before{
    display: none;
  }
  
  .news-block-one .inner-box .lower-content .post-info-2 li:last-child{
    margin: 0px !important;
  }
  
  .news-block-one .inner-box .lower-content .post-info-2 li i{
    margin-right: 6px;
  }
  
  .news-block-one .inner-box .lower-content .post-info-2 li a{
    display: inline-block;
    color: #444444;
  }
  
  .news-block-one .inner-box .lower-content .post-info-2 li a:hover{
  
  }
  
  .news-block-one .inner-box .lower-content .post-info-2{
    position: relative;
    margin-bottom: 19px;
  }
  
  .news-block-one .inner-box .lower-content h4{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    color: #222;
    margin-bottom: 19px;
  }
  
  .news-block-one .inner-box .lower-content h4 a{
    display: inline-block;
    color: #222;
  }
  
  .news-block-one .inner-box .lower-content h4 a:hover{
    
  }
  
  .news-block-one .inner-box .lower-content p{
    position: relative;
    margin-bottom: 14px;
  }
  
  .news-block-one .inner-box .lower-content .link a{
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 24px;
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  
  .news-block-one .inner-box .lower-content .link a i{
    position: relative;
    margin-left: 10px;
    transition: all 500ms ease;
  }
  
  .news-block-one .inner-box .lower-content .link a:hover i{
    margin-left: 15px;
    font-size: 15px;
    top: 1px;
  }
  .news-block-one .inner-box .lower-content .link a {
    color: #da292a;
  }
  a {
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
  }
  .news-block-one .inner-box .lower-content h4 a:hover {
    color: #da292a;
  }
 



/** main-footer **/
.footer{
    background-image: url(images/about/footer-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    /* margin-top: 0px; */
}

  
  .main-footer .footer-top{
    position: relative;
  }
  
  .main-footer .footer-top .logo-widget .footer-logo{
    position: relative;
    margin-bottom: 30px;
  }
  
  .main-footer .footer-top .logo-widget p{
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    margin: 0px;
  }
  
  .main-footer .footer-top .contact-widget{
    position: relative;
    display: block;
    padding: 48px 30px 50px 35px;
    border-radius: 5px;
    margin-top: -103px;
  }
  
  .main-footer .footer-top .contact-widget .info li{
    position: relative;
    display: block;
    padding-left: 73px;
    margin-bottom: 40px;
  }
  
  .main-footer .footer-top .contact-widget .info li:last-child{
    margin-bottom: 0px;
  }
  
  .main-footer .footer-top .contact-widget .info li i{
    position: absolute;
    left: 0px;
    top: 11px;
    font-size: 40px;
    line-height: 40px;
    color: #fff;
  }
  
  .main-footer .footer-top .contact-widget .info li p{
    color: #fff;
    margin-bottom: 5px;
    font-family: 'EurostileCondensedBQ', "Poppins", sans-serif;
    font-size: 30px;
    margin-bottom: 15px;
  }
  
  .main-footer .footer-top .contact-widget .info li h5{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    margin: 0px;
    font-family: "Poppins", sans-serif;
  }
  
  .main-footer .footer-top .contact-widget .info li h5 a{
    display: inline-block;
    color: #fff;
  }
  
  .main-footer .footer-top .contact-widget .info li h5 a:hover{
    text-decoration: underline;
  }
  
  .main-footer .footer-top .contact-widget .info{
    position: relative;
    margin-bottom: 57px;
  }
  
  .main-footer .footer-top .contact-widget .social-links li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  
  .main-footer .footer-top .contact-widget .social-links li:last-child{
    margin-right: 0px;
  }
  
  .main-footer .footer-top .contact-widget .social-links li a{
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #fff;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.2);
  }
  
  .main-footer .footer-top .contact-widget .social-links li a:hover{
    border-color: #fff;
  }
  
  .main-footer .footer-top .widget-title{
    position: relative;
    margin-bottom: 20px;
  }
  
  .main-footer .footer-top .widget-title h6{
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 0px;
  }
  
  .main-footer .footer-top .newsletter-widget{
    position: relative;
    margin-left: 70px;
  }
  
  .main-footer .footer-top .newsletter-widget .widget-content p{
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 19px;
  }
  
  .main-footer .footer-top .newsletter-widget .newsletter-form .form-group{
    position: relative;
    margin: 0px;
  }
  
  .main-footer .footer-top .newsletter-widget .newsletter-form .form-group input[type='email']{
    position: relative;
    display: block;
    width: 100%;
    height: 48px;
    font-size: 14px;
    font-family: 'EurostileCondensedBQ',"Poppins", sans-serif;
    color: #fff;
    padding: 10px 70px 10px 30px;
    border-radius: 30px;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.15);
    transition: all 500ms ease;
  }
  
  .main-footer .footer-top .newsletter-widget .newsletter-form .form-group input:focus{
  
  }
  
  .main-footer .footer-top .newsletter-widget .newsletter-form .form-group button{
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 16px;
    color: #fff;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    transition: all 500ms ease;
    cursor: pointer;
  }
  
  .main-footer .footer-top .newsletter-widget .newsletter-form .form-group input::-webkit-input-placeholder{
    color:#fff;
  }
  
  .main-footer .footer-top .newsletter-widget{
    position: relative;
    margin-top: 0px;
  }
  
  .main-footer .footer-bottom{
    position: relative;
    padding: 64px 0px;
  }
  
  .main-footer .footer-bottom .copyright h5{
    position: relative;
    font-size: 18px;
    line-height: 32px;
    color: #bbbbbc;
  }
  
  .main-footer .footer-bottom .copyright h5 a{
    display: inline-block;
    color: #bbbbbc;
  }
  
  .main-footer .footer-bottom .copyright h5 a:hover{
  
  }
  
  .main-footer .footer-bottom .footer-nav li{
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #bbbbbc;
    margin-right: 35px;
  }
  
  .main-footer .footer-bottom .footer-nav li:last-child{
    margin-right: 0px;
  }
  
  .main-footer .footer-bottom .footer-nav li a{
    color: #bbbbbc;
  }
  
  .main-footer .footer-bottom .footer-nav li a:hover{
  
  }
  
  .main-footer .footer-bottom .footer-nav li:before{
    position: absolute;
    content: '';
    background: #bbbbbc;
    width: 1px;
    height: 15px;
    top: 8px;
    right: -20px;
  }
  
  .main-footer .footer-bottom .footer-nav li:last-child:before{
    display: none;
  }
  .main-footer .footer-bottom .footer-nav li:last-child:before{
    display: none;
  }
  .main-footer .footer-top .contact-widget {
    background: #da292a;
  }
  .main-footer .footer-top .contact-widget {
    position: relative;
    display: block;
    padding: 16px 30px 16px 35px;
    border-radius: 5px;
    margin-top: -121px;
  }
  .main-footer .footer-top .newsletter-widget .newsletter-form .form-group button {
    background: #da292a;
  }

  .footer-top ul li{
    color: #fff;
    font-size: 16px;
    /* float: left; */
  }


  /* slider section */
  .content1{
    color: #fff;
    font-size: 50px;
  }
  .content1 h1{
    font-weight: 900;
    font-size: 50px;
    margin-bottom: 50px;
  }
  .content1 p{
    font-size: 22px;
    color: #fff;
    margin-bottom: 50px;
  }

  .carousel-caption {
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translateY(-50%);
    text-align: left;
    z-index: 10;
  }
  
  .carousel-caption h1, .carousel-caption p, .carousel-caption .btn-box {
    color: #fff; /* Adjust color as needed */
  }
  .theme-btn i {
    margin-left: 5px;
  }
  
  @media (max-width: 768px) {
    .carousel-caption {
        left: 10%;
        right: 10%;
        top: 50%;
        transform: translateY(-50%);
       
    }
    .carousel-caption h1 {
        font-size: 1.5rem;
    }
    .carousel-caption p {
        font-size: 1rem;
        margin-bottom: 20px;
    }
  }
  
  @media (max-width: 936px) {
    .content1 h1 {
      font-size: 35px;
  }
  }
  @media (max-width: 603px) {
    .content1 h1 {
        font-size: 23px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
}
/* slider section end */

.breadcum_service-detailabout{
  background-image: url(images/about/about-b.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.page-header-content{
  padding-bottom: 90px;
  padding-top: 90px;
  color: #ffffff;
}
.sub-title a{
  color: #ffffff;
}
.sub-title a:hover{
  color: var(--primary);
}



/* category section  */
.category-section{
  background-color: #f0f7fb;
}
.single-shop {
	text-align: center;
	background-color: #f4faff;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
	box-shadow: 0 0 5px 1px #ccc
}

.single-shop .shop-img .shop-img-1 {
	opacity: 1;
	-webkit-transition: all .5s;
	transition: all .5s;
	position: relative
}

.single-shop .shop-img .shop-img-1 .shop-img-2 {
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transform: scale(3);
	transform: scale(3);
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .5s;
	transition: all .5s
}

.single-shop .shop-content {
	padding: 25px 30px 15px 30px;
	background:#ee1e27;
	color: #fff
}

.single-shop .shop-content .title {
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 9px
}

.single-shop .shop-content h3 {
	font-size: 17px;
	/* text-transform: uppercase; */
	color: #fff
}

.single-shop .shop-content .price {
	color: var(--primary);
	font-size: 20px
}

.single-shop .purchase-bar {
	background-color: #f3f6f9;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	padding: 20px 15px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -175px;
	-webkit-transition: all .5s;
	transition: all .5s;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);

}
.purchase-bar h3{
  font-size: 17px;
  font-weight: 700;
  color: #512c1d;
}

.single-shop .purchase-bar ul {
	line-height: 1;
	margin-bottom: 20px
}

.single-shop .purchase-bar ul li {
	display: inline-block;
	padding: 0 5px
}

.single-shop .purchase-bar ul li a i {
	font-size: 20px;
	color: var(--primary);
	background-color: #def5ee;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	-webkit-transition: all .5s;
	transition: all .5s
}

.single-shop .purchase-bar ul li a:hover i {
	background-color: var(--primary);
	color: #fff
}

.single-shop:hover .purchase-bar {
	bottom: 0
}

.single-shop:hover .shop-img .shop-img-2 {
	opacity: 0
}

.single-shop:hover .shop-img .shop-img-2 {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.product-slider .single-shop {
	margin-bottom: 0
}

.product-list .single-shop {
	margin-bottom: 30px;
	margin-left: 12px;
	margin-right: 12px
}

.product-list .single-shop .shop-content {
	padding: 60px 0 20px;
	text-align: left
}

.product-list .single-shop .purchase-bar {
	position: relative;
	padding: 0;
	bottom: 0;
	text-align: left;
	box-shadow: none
}

.product-list .single-shop .purchase-bar ul li {
	text-align: center
}
.default-btn{
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
}
.breadcum_service-detailcategory{
  background-image: url(images/img/category-b.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.shop-content h3{
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
}




/* shop section */
.breadcum_service-detailshop{
  background-image: url(images/shop/shop-b.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.shop-section{
  background-color: rgb(252, 239, 244);
}

/* blog-section */


.breadcum_service-detailblog{
  background-image: url(images/img/blog-b.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

/* 
===============================
=          Contact Us         =
===============================
*/

.contact-box {
  width: 100%;
  background-color: var(--txt-white);
  padding: 19px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  transition: all .2s cubic-bezier(.98,.57,1,1) 0s;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 5px;
  min-height: 115px;
  background-color: #74512D;
  color: #fff;
}
.contact2{
  padding: 17px;
  justify-content: center;
}

.contact-box:hover {
  background-color:var(--primary);
  box-shadow: 0 30px 60px 0 rgb(0,0,0,.2);
  transform: translateY(-5px);
  transition: all .2s cubic-bezier(.98,.57,1,1) 0s
}

.contact-box:hover .wwd-pattern {
  opacity: 1
}

.contact-in-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-size: 50px
}

.contact-in-content {
  width: calc(100% - 80px)
}

.contact-in-content .h3-title {
  transition: all .2s cubic-bezier(.98,.57,1,1) 0s;
  text-transform: uppercase
}

.contact-box:hover .contact-in-content .h3-title {
  color: var(--txt-white);
  transition: all .2s cubic-bezier(.98,.57,1,1) 0s
}

.contact-box:hover i {
  color: var(--txt-white)
}

.contact-in-content span {
  color: var(--blacktheme);
  font-size: 16px;
  transition: all .2s cubic-bezier(.98,.57,1,1) 0s;
  font-weight: 600;
  word-wrap: break-word !important;
  word-break: break-word !important;
}

.contact-box:hover .contact-in-content span {
  color: var(--txt-white);
  transition: all .2s cubic-bezier(.98,.57,1,1) 0s
}

.contact-sction {
  padding: 70px 0;
  background-image: url(images/img/contact-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin-bottom: 70px;
}

.form-group textarea {
  height: 100px!important
}

.contact-sction .form-group input,.contact-sction .form-group textarea {
  height: 40px;
  background: 0 0;
  width: 100%;
  margin-bottom: 9px;
  padding-left: 11px;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #fff
}

.contact-sction .form-group input::placeholder,.contact-sction .form-group textarea::placeholder {
  color: #fff
}

.career-sction .carer-box-contnt {
  min-height: 605px;
  background-color: var(--kisroli-bg);
  padding: 30px;
  border-radius: 0 0 5px 5px
}

.contact-sction .cntc-box-contents,.contact-sction .cntcform {
  background-color: rgba(0, 0, 0, 0.67);
  backdrop-filter: blur(10px);
  padding: 30px;
  border-radius: 10px
}

.contact-sction form button:hover {
  box-shadow: 0 0 5px 0 #000
}

.cntc-box-details {
  gap: 60px 0
}

.cntc-addr-title,.cntc-email-title,.cntc-phone-title {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-bottom: 10px
}

.cntc-addr-title h3,.cntc-email-title h3,.cntc-phone-title h3 {
  margin-bottom: 0
}

.cntc-addr-title i,.cntc-email-title i,.cntc-phone-title i {
  font-size: 20px;
  font-weight: 600;
  margin-right: 10px
}

.cntc-box-details .cnct-email-content a:hover,.cntc-box-details .cnct-phone-content a:hover {
  color: unset;
  padding-left: 10px;
  transition: all .5s
}

.carer-box-contnt,.cntc-box-contents {
  position: relative
}

.carer-box-contnt .bg-pattern,.cntc-box-contents .bg-pattern {
  opacity: .1;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  width: 100%;
  height: 100%;
  pointer-events: none
}

.carer-box-contnt .img_dots,.cntc-box-contents .img_dots {
  background-image: url(assets/images/shape/cntcpattern.webp)
}

.map {
  padding: 0
}

.map iframe {
  width: 100%;
  height: 450px
}

.policy-sction {
  padding: 70px 0 50px
}

.policy-texts p {
  margin-bottom: 20px
}

.policy-texts a {
  font-weight: 700;
  color: var(--blacktheme)
}

.policy-texts a:hover {
  color: var(--kisroli-bg)
}

.policy-texts ul {
  margin-bottom: 20px
}

.policy-texts ul li {
  list-style-type: disc;
  list-style-position: inside
}
.wwd-pattern {
  top: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-flex;
  opacity: .3;
  width: 100%;
  height: auto;
}

@media (max-width: 1260px) {
  .menutop ul li a {
  }
}

@media (max-width: 1150px) {
  .search_phone {
      width:33%
  }
}

@media(min-width: 992px) {
  #m-title,#mob-img {
      display:none
  }
}

.section-head.style-1 .sub-title {
  padding: 0 50px;
}
.section-head.style-1 .sub-title {
  font-weight: 500;
  position: relative;
  display: inline-block;
  padding-right: 50px;
}
.section-head .sub-title {
  font-size: 16px;
  font-weight: 500;
}
.section-head.style-1 .sub-title:before {
  left: 0;
  display: block;
}
.section-head.style-1 .sub-title:after, .section-head.style-1 .sub-title:before {
  content: "";
  height: 2px;
  width: 40px;
  background-color: var(--blacktheme);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.simpl-btn{
  background-color: #fff;
  transition: all 0.1s ease-in-out;
  padding: 11px;
  border-radius: 12px;
  width: 200px;
  margin: auto;
  margin-top: 15px;
  color: #000;
}
.simpl-btn:hover{
  background-color: var(--primary);
  color: #fff;
}
.breadcum_service-detailcontact{
  background-image: url(images/img/contact-b.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.btnn1{
  color: #333;
  font-weight: 600;
}


.mvsection {
	padding: 150px 0;
	background-color: var(--FH-Blue);
	background-image: url(images/about/about-vison-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
  background-position: center;
  }
  .mvsection .mvboxes {
	border: 1px solid white;
	padding: 20px;
	min-height: 170px;
	background-color: #f06666;
	border-radius: 50px 50px 50px 0;
	transition: all 0.3s ease-in-out;
  }
  .mvsection .mvboxes h4 {
	color: var(--FH-White);
	text-align: center;
  }
  .mvsection .mvboxes p {
	color: var(--FH-White);
	text-align: center;
  }
  .mvsection .mvboxes:hover {
	transform: translateY(-10px);
	box-shadow: 0 12px 17px 2px rgba(0, 0, 0, 0.60), 0 5px 22px 4px rgba(0, 0, 0, 0.30), 0 7px 8px -4px rgba(0, 0, 0, 0.30);
	transition: all 0.3s ease-in-out;
  }
  .mvsection .mvboxes h4 {
    color: white;
    text-align: center;
  }
  .mvsection .mvboxes p {
    color: white;
    text-align: center;
  }
@keyframes fadeInLeft {
  from {
      opacity: 0;
      transform: translateX(-50px);
  }
  to {
      opacity: 1;
      transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
      opacity: 0;
      transform: translateX(50px);
  }
  to {
      opacity: 1;
      transform: translateX(0);
  }
}
.mvsection .col-lg-6:nth-child(1) .mvboxes {
  animation: fadeInLeft 8s ease-out forwards;
}

.mvsection .col-lg-6:nth-child(2) .mvboxes {
  animation: fadeInRight 8s ease-out forwards;
}
.vision{
  padding-top: 3px;
}

/* call two  */

@keyframes fadeInRight {
  from {
      opacity: 0;
      transform: translateX(50px);
  }
  to {
      opacity: 1;
      transform: translateX(0);
  }
}
.call-to-action-two .outer-box .title-box h3.title {
  /* animation: fadeInRight 10s ease-out forwards; */
}
.call-to-action-two{
  padding-bottom: 70px;
}

/* meet section */
.meet{
  background-image: url(images/about/about-meet.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.h-meet{
  font-size: 30px;
  /* font-weight: 700; */
  color: #ffffff;
}
.main-content p{
  color: #ffffff;
  font-family: 'poppins';
}

 /* funfact-section  */
.fun-sec2{
  background-color: #fff;
}

@keyframes fadeInLeft {
  from {
      opacity: 0;
      transform: translateX(-50px);
  }
  to {
      opacity: 1;
      transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
      opacity: 0;
      transform: translateX(50px);
  }
  to {
      opacity: 1;
      transform: translateX(0);
  }
}
.about-style-two .content-column {
  animation: fadeInLeft 2s ease-out forwards;
}

.about-style-two .image-column {
  animation: fadeInRight 2s ease-out forwards;
}

/* Mission-Vision Section CSS */
	.flipx-section {
    padding-top: 80px;
 }
  
	.flipx-section.mv .box-icon {
		margin-bottom: 15px;
	}
	.flipx-section.style-two.mv .flip-box-front {
		background: linear-gradient(360deg, rgb(0 0 0), rgb(48 48 48 / 30%)), rgba(255, 255, 255, 0) url(assets/assets/images/about/vision.webp);
		border: none;
		box-shadow: none;
		border-radius: 7px;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.flipx-section.style-two.mv .flip-box-front.two {
		background: linear-gradient(360deg, rgb(0 0 0), rgb(48 48 48 / 30%)), rgba(255, 255, 255, 0) url(assets/assets/images/about/mision.webp);
	}
	.flipx-section.style-two.mv .flip-box-back {
		background: linear-gradient(rgb(62 64 149), rgb(237 50 55)), transparent center center/cover no-repeat scroll;
		border: 0px solid rgba(255, 255, 255, 0);
		padding-top: 53px;
	}

  .projcard-container,
	.projcard-container * {
		box-sizing: border-box;
	}
	.projcard-container {
		margin-left: auto;
		margin-right: auto;
		width: 1000px;
	}
	.projcard {
		position: relative;
		width: 100%;
		height: 300px;
		margin-bottom: 40px;
		border-radius: 10px;
		background-color: #fff;
		border: 2px solid #ddd;
		font-size: 18px;
		overflow: hidden;
		cursor: pointer;
		box-shadow: 0 4px 21px -12px rgba(0, 0, 0, .66);
		transition: box-shadow 0.2s ease, transform 0.2s ease;
	}
	.projcard:hover {
		box-shadow: 0 34px 32px -33px rgba(0, 0, 0, .18);
		transform: translate(0px, -3px);
	}
	.projcard::before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-image: linear-gradient(-70deg, #424242, transparent 50%);
		opacity: 0.07;
	}
	.projcard:nth-child(2n)::before {
		background-image: linear-gradient(-250deg, #424242, transparent 50%);
	}
	.projcard-innerbox {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
    background-color: var(--secondary);
	}
	.projcard-img {
		position: absolute;
		height: 300px;
    width: 360px;
		top: 0;
		left: 0;
		transition: transform 0.2s ease;
	}
	.projcard:nth-child(2n) .projcard-img {
		left: initial;
		right: 0;
	}
	.projcard:hover .projcard-img {
		transform: scale(1.05) rotate(1deg);
	}
	.projcard:hover .projcard-bar {
		width: 70px;
	}
	.projcard-textbox {
    position: absolute;
    top: 16%;
    bottom: 7%;
    left: 430px;
    width: calc(100% - 461px);
    font-size: 16px;
	}
	.projcard:nth-child(2n) .projcard-textbox {
		left: initial;
		right: 430px;
	}
	.projcard-textbox::before,
	.projcard-textbox::after {
		content: "";
		position: absolute;
		display: block;
		background: #ff0000bb;
		background-color: var(--secondary);
		top: -23%;
		left: -100px;
		height: 140%;
		width: 60px;
		transform: rotate(8deg);
	}
	.projcard:nth-child(2n) .projcard-textbox::before {
		display: none;
	}
	.projcard-textbox::after {
		display: none;
		left: initial;
		right: -96px;
	}
	.projcard:nth-child(2n) .projcard-textbox::after {
		display: block;
	}
	.projcard-textbox * {
		position: relative;
	}
	.projcard-title {
		font-size: 24px;
		color: #fff;
		float: left;
		width: 100%;
	}
	.projcard-subtitle {
		color: #888;
	}
	.projcard-bar {
		left: -2px;
		width: 50px;
		height: 5px;
		margin: 0 0 10px 0;
		border-radius: 5px;
		background-color: #424242;
		transition: width 0.2s ease;
	}
	.projcard-blue .projcard-bar {
		background-color: var(--DI-BLUE);
	}
	.projcard-blue::before {
		background-image: linear-gradient(-70deg, #0088FF, transparent 50%);
	}
	.projcard-blue:nth-child(2n)::before {
		background-image: linear-gradient(-250deg, #0088FF, transparent 50%);
	}
	.projcard-red .projcard-bar {
		background-color: var(--DI-BLUE);
	}
	.projcard-red::before {
		background-image: linear-gradient(-70deg, #D62F1F, transparent 50%);
	}
	.projcard-red:nth-child(2n)::before {
		background-image: linear-gradient(-250deg, #D62F1F, transparent 50%);
	}
	.projcard-green .projcard-bar {
		background-color: #40BD00;
	}
	.projcard-green::before {
		background-image: linear-gradient(-70deg, #40BD00, transparent 50%);
	}
	.projcard-green:nth-child(2n)::before {
		background-image: linear-gradient(-250deg, #40BD00, transparent 50%);
	}
	.projcard-yellow .projcard-bar {
		background-color: #F5AF41;
	}
	.projcard-yellow::before {
		background-image: linear-gradient(-70deg, #F5AF41, transparent 50%);
	}
	.projcard-yellow:nth-child(2n)::before {
		background-image: linear-gradient(-250deg, #F5AF41, transparent 50%);
	}
	.projcard-orange .projcard-bar {
		background-color: #FF5722;
	}
	.projcard-orange::before {
		background-image: linear-gradient(-70deg, #FF5722, transparent 50%);
	}
	.projcard-orange:nth-child(2n)::before {
		background-image: linear-gradient(-250deg, #FF5722, transparent 50%);
	}
	.projcard-brown .projcard-bar {
		background-color: #C49863;
	}
	.projcard-brown::before {
		background-image: linear-gradient(-70deg, #C49863, transparent 50%);
	}
	.projcard-brown:nth-child(2n)::before {
		background-image: linear-gradient(-250deg, #C49863, transparent 50%);
	}
	.projcard-grey .projcard-bar {
		background-color: #424242;
	}
	.projcard-grey::before {
		background-image: linear-gradient(-70deg, #424242, transparent 50%);
	}
	.projcard-grey:nth-child(2n)::before {
		background-image: linear-gradient(-250deg, #424242, transparent 50%);
	}
	.projcard-customcolor .projcard-bar {
		background-color: var(--projcard-color);
	}
	.projcard-customcolor::before {
		background-image: linear-gradient(-70deg, var(--projcard-color), transparent 50%);
	}
	.projcard-customcolor:nth-child(2n)::before {
		background-image: linear-gradient(-250deg, var(--projcard-color), transparent 50%);
	}
	.projcard-description {
		color: #fff;
		float: left;
		margin-top: 10px;
		padding-right: 10px;
	}
	.projcard-tagbox {
		position: absolute;
		bottom: 3%;
		font-size: 14px;
		cursor: default;
		user-select: none;
		pointer-events: none;
	}
	.projcard-tag {
		display: inline-block;
		background: #E0E0E0;
		color: #777;
		border-radius: 3px 0 0 3px;
		line-height: 26px;
		padding: 0 10px 0 23px;
		position: relative;
		margin-right: 20px;
		cursor: default;
		user-select: none;
		transition: color 0.2s;
	}
	.projcard-tag::before {
		content: '';
		position: absolute;
		background: #fff;
		border-radius: 10px;
		box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
		height: 6px;
		left: 10px;
		width: 6px;
		top: 10px;
	}
	.projcard-tag::after {
		content: '';
		position: absolute;
		border-bottom: 13px solid transparent;
		border-left: 10px solid #E0E0E0;
		border-top: 13px solid transparent;
		right: -10px;
		top: 0;
	}
  .button-1:hover{
    background-color: #62492a;
    color: #fff;
  }
  .button-1{
    background-color: #512c1d;
    color: #fff;
    padding: 8px 15px;
  }
.product-section2 .card2 {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
}
.product-section2 .card2:hover .card-image {
  transform: scale(1.1); /* Zoom in effect */
  overflow: hidden;
}
.product-section2 .card-image {
  width: 100%;
  transition: transform 0.3s ease-in-out; /* Smooth transition */
}
.about-style-two2 .container {
  display: flex;
  align-items: stretch; /* Ensures that both columns are of the same height */
  justify-content: space-between;
  flex-wrap: wrap;
}
/* .about-style-two2 .content-column1,
.about-style-two2 .image-column {
  flex: 1; 
  max-width: 50%; 
} */
.about-style-two2 .content-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.about-style-two2 .image-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.about-style-two2 .image-box img {
  max-width: 100%;
  height: auto;
  display: block;
}
.about-style-two2 .content-column1,
.about-style-two2 .image-column {
    /* padding: 27px; */
    box-sizing: border-box;
}

.about-style-two2 .content-box {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(50px);
    opacity: 0;
    animation: fadeInUp 1s ease-out forwards;
}

.about-style-two2 .sec-title.style-two span {
    display: block;
    font-size: 18px;
    color: var(--secondary);
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
}
.about-style-two2 .sec-title.style-two h2 {
    font-size: 36px;
    color: var(--secondary);
    margin-bottom: 20px;
}

.about-style-two2 .text p {
    font-size: 16px;
    /* margin-bottom: 20px; */
    line-height: 1.8;
}
.about-style-two2 .list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.about-style-two2 .list li {
    font-size: 16px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 10px;
}
.about-style-two2 .list li i {
    font-size: 24px;
    color: #ff6600;
}
.about-style-two2 .image-box1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}
.about-style-two2 .image-box1 .image {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    transform: translateY(50px);
    opacity: 0;
    animation: fadeInUp 1s ease-out forwards;
    animation-delay: 0.5s;
}

.about-style-two2 .image-box1 .image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.about-style-two2 .image-box1 .image:hover img {
    transform: scale(1.1);
}

@keyframes fadeInUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
.contact-img img{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: 27px;
}
.contact-box-sction{
  padding-top: 70px;
  padding-bottom: 70px;
}
/** shop-details **/

.shop-details{
  position: relative;
}
.product-details-content .slider-pager li{
  position: relative;
  /* background: #fff; */
  margin-bottom: 10px;
  overflow: hidden;
  width: 96px;
  height: auto;
  z-index: 9;
}

.product-details-content .slider-pager li a{
}

.product-details-content .slider-pager li:last-child{
  margin-bottom: 0px;
}

.product-details-content .slider-pager img{
  width: 100%;
  transition: all 500ms ease;
}
.product-details-content .slider-content {
  position: relative;
  display: block;
}

.product-details-content .slider-content  .slider-pager{
  position: absolute;
  left: 0px;
  top: 0px;
}

.product-details-content .slider-inner{
  position: relative;
  border: 1px solid var(--secondary);
  padding: 17px;
  border-radius: 5px;
  float: left;
  width: 100%;
}

.product-details-content .slider-inner .bx-viewport{
  min-height: 468px;
}

.product-details-content .slider-content  .product-image{
  position: relative;
  /* padding-left: 120px; */
  width: 75%;
  float: right;
}

.product-details-content .slider-content  .product-image .image{
  position: relative;
  display: block;
  background: #fff;
  border: 2px solid #f2f2f2;
  margin: 0;
}

.product-details-content .slider-content  .product-image .image img{
  width: 100%;
  border: 2px solid var(--secondary);
}

.product-details-content .product-details .othre-options .item-quantity{
  position: relative;
  display: inline-block;
  max-width: 130px;
  width: 100%;
  float: left;
  padding: 0px 40px;
  margin-right: 15px;
}

.item-quantity .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  max-width: 50px;
  width: 100%;
  height: 50px;
}

.item-quantity input.quantity-spinner {
  line-height: 50px;
  height: 50px;
  width: 50px !important;
  padding: 0px !important;
  box-shadow: none !important;
  font-family: 'EurostileCondensedBQ',"Poppins", sans-serif;
  border: none;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  color: #333;
  border: 1px solid #a3bbc8;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-down{
  position: absolute;
  height: 50px;
  width: 40px;
  background: transparent;
  padding: 0px 0px;
  left: -39px;
  top: -50px;
  border: 1px solid #a3bbc8;
  border-right: none;
  border-radius: 0px;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up{
  position: absolute;
  height: 50px;
  width: 40px;
  background: transparent;
  padding: 0px 0px;
  right: -40px;
  top: -50px;
  border: 1px solid #a3bbc8;
  border-left: none;
  margin-top: 0px;
  border-radius: 0px;
}

.bootstrap-touchspin .glyphicon-chevron-up:before {
  content: "\f067";
  font-size: 12px;
  font-style: normal;
  color: #333;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
}

.bootstrap-touchspin .glyphicon-chevron-down:before {
  content: "\f068";
  font-size: 12px;
  font-style: normal;
  color: #333;
  font-weight: 700;
  font-family: 'Font Awesome 5 Free';
}

.bootstrap-touchspin .input-group-btn-vertical{
  position: absolute;
  width: 100%;
}

.bootstrap-touchspin .input-group-btn-vertical i{
  top: 11px;
  left: 15px;
  font-size: inherit !important; 
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down{
  margin-top: 0px;
}

.product-details-content .product-details h2{
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 50px;
  color: var(--secondary);
  margin-bottom: 3px;
}

.product-details-content .product-details .customer-review{
  position: relative;
  margin-bottom: 6px;
}

.product-details-content .product-details .rating-box{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 20px;
}

.product-details-content .product-details .rating-box li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 11px;
  margin-right: 5px;
}

.product-details-content .product-details .rating-box li:last-child{
  margin-right: 0px;
}

.product-details-content .product-details .reviews{
  position: relative;
  display: inline-block;
  float: left;
}

.product-details-content .product-details .reviews a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #243f4d;
}
.product-details-content .product-details .item-price h3{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 35px;
  font-family: 'EurostileCondensedBQ',"Poppins", sans-serif;
  color: #333333;
  margin-bottom: 20px;
}
.product-details-content .product-details .text p{
  margin-bottom: 16px;
}
.product-details-content .product-details .other-links ul li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--secondary);
  font-weight: 700;
}
.product-details-content .product-details .other-links ul li a{
  font-weight: 400;
  color: var(--secondary);
}

.product-details-content .product-details .other-links{
  position: relative;
  margin-bottom: 26px;
}

.product-details-content .product-details .othre-options{
  position: relative;
  margin-bottom: 40px;
}

.product-details-content .product-details .othre-options .btn-box{
  position: relative;
  float: left;
}

.product-details-content .product-details .othre-options .theme-btn{
  font-weight: 400;
  text-transform: uppercase;
  padding: 12px 45px;
  letter-spacing: 1px;
}

.product-details-content .product-details .share-option li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--secondary);
  float: left;
  margin-right: 10px;
}

.product-details-content .product-details .share-option li:last-child{
  margin-right: 0px;
}

.product-details-content .product-details .share-option li:first-child{
  margin-right: 20px;
}

.product-details-content .product-details .share-option li a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #888;
  background: #f6f6f6;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  font-weight: 400;
}

.product-details-content .product-details .share-option li a:hover{
  color: #fff;
}

.product-details-content .product-details{
  position: relative;
  margin-left: 50px;
}

.product-details-content{
  position: relative;
}

.tabs-box .tab{
  position:relative;
  display:none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.tabs-box .tab.active-tab{
  display:block;  
}

.tabs-box .tab{
  transform:scale(0.9,0.9) translateY(0px);
}

.tabs-box .tab.active-tab{
  transform:scale(1) translateY(0px);
}

.shop-details .product-discription .tab-btn-box{
  position: relative;
  margin-bottom: 32px;
}

.shop-details .product-discription .tab-btn-box .tab-btns li{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  color: #0d0d0d;
  font-weight: 500;
  background: #f8d4d4;
  padding: 10px 30px;
  text-align: center;
  border-radius: 5px;
  width: 240px;
  cursor: pointer;
  float: left;
  margin-right: 15px;
  transition: all 500ms ease;
}

.shop-details .product-discription .tab-btn-box .tab-btns li:last-child{
  margin-right: 0px;
}

.shop-details .product-discription .tab-btn-box .tab-btns li:hover,
.shop-details .product-discription .tab-btn-box .tab-btns li.active-btn{
  color: #fff;
}

.shop-details .product-discription .tabs-content .text h3{
  position: relative;
  display: block;
  font-size: 26px;
  line-height: 35px;
  color: var(--secondary);
  font-weight: 600;
  margin-bottom: 9px;
}

.shop-details .product-discription .tabs-content .text p{
  color: #243f4d;
  margin: 0px;
}

.shop-details .product-discription{
  position: relative;
  margin-bottom: 110px;
}

.shop-details .related-product .sec-title{
  margin-bottom: 40px;
}
.product-details-content .product-details .share-option li a:hover {
  background: #da292a;
}
.product-details-content .product-details .rating-box li {
  color: #fec104;
}
.shop-block-one .inner-box .lower-content .price {
  color: #da292a;
}
.shop-block-one .inner-box .lower-content .rating li {
  color: #fec104;
}
.centred {
  text-align: center;
}
.sec-title span {
  color: #fff;
}
.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up {
  position: absolute;
  height: 50px;
  width: 40px;
  background: transparent;
  padding: 0px 0px;
  right: -40px;
  top: -50px;
  border: 1px solid #a3bbc8;
  border-left: none;
  margin-top: 0px;
  border-radius: 0px;
}
.shop-details .product-discription .tab-btn-box .tab-btns li:hover, .shop-details .product-discription .tab-btn-box .tab-btns li.active-btn {
  background: #da292a;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.shop-block-one .inner-box:hover .image-box .list {
  bottom: 15px;
  visibility: visible;
}
.shop-block-one .inner-box:hover .image-box {
  border-color: #da292a;
}
.shop-block-one .inner-box .image-box .list li:first-child a {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.shop-block-one .inner-box .lower-content h6 a {
  display: inline-block;
  color: #282932;
}
.shop-block-one .inner-box .lower-content .rating li:last-child {
  margin-right: 0px;
  color: #d5d5d5;
}
.shop-block-one .inner-box .lower-content .rating li {
  position: relative;
  display: inline-block;
  float: left;
  font-size: 11px;
  line-height: 20px;
  margin-right: 3px;
}
.shop-block-one .inner-box .image-box {
  position: relative;
  display: block;
  background: #fff;
  border: 2px solid #f0f0f0;
  overflow: hidden;
  transition: all 500ms ease;
}
.shop-block-one .inner-box .image-box .list li:last-child a:hover {
    background: #da292a;
}
.tabs-box .tab.active-tab {
  transform: scale(1) translateY(0px);
}
.shop-details .product-discription .tabs-content .text p {
  color: #243f4d;
  margin: 0px;
}
.tabs-box .tab {
  position: relative;
 
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
}
.tabs-box .tab {
  transform: scale(0.9, 0.9) translateY(0px);
}
.product-details-content .slider-pager li a {
  position: relative;
  display: inline-block;
}
.shop-details{
}
.thumb-box li a img{
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 2px solid gray;
}
.product-details-content .slider-pager li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.thumb-box li a img:hover{
  border: 2px solid #da292a;
}

/* shop detail end */


/* Basic styling for the cards */
.product-section2 .card2 {
  position: relative;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 2px var(--secondary);
  padding: 10px;
  margin: 10px 0px;
  text-align: center;
  overflow: hidden;
  transform: translateY(50px); /* Start cards slightly off-screen */
  opacity: 0; /* Start cards invisible */
  transition: transform 0.5s ease-out, opacity 0.5s ease-out; /* Smooth transition */
  width: 100%;
}

/* Card image styling */
.product-section2 .card-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Card title styling */
.product-section2 .card-title {
  color: var(--secondary);
  margin-bottom: 10px;
  font-size: 27px;
  padding-top: 15px;
  background: #fff;
}

/* Card description styling */
.product-section2 .card-description {
  font-size: 1rem;
  color: #666;
  margin-bottom: 20px;
}

/* Card button styling */
.product-section2 .card-button {
}

.product-section2 .card-button:hover {
  background-color: #d03;
  text-decoration: none;
}
.product-section2 .card2.animate {
  transform: translateY(0);
  opacity: 1; 
}
.product-section2 .card2:nth-child(1) {
  transition-delay: 0.1s;
}
.product-section2 .card2:nth-child(2) {
  transition-delay: 0.2s;
}
.product-section2 .card2:nth-child(3) {
  transition-delay: 0.3s;
}
.product-section2 .card2:nth-child(4) {
  transition-delay: 0.4s;
}
@media (max-width: 768px) {
  .product-section2 .card2 {
      transform: none; /* Disable transform on small screens */
      opacity: 1;
  }
}
/* blog detail */

.blog-details {
  position: relative;
  display: block;
}

.blog-details__left {
  position: relative;
  display: block;
}

.blog-details__img {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.blog-details__img img {
  width: 100%;
  border-radius: 10px;
}

.blog-details__date {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--primary);
  text-align: center;
  padding: 21px 24px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.blog-details__date .day {
  font-size: 16px;
  color: #fff;
  font-weight: var(--body-font-weight-bold);
  line-height: 16px;
}
.blog-details__date .month {
  position: relative;
  display: block;
  font-size: 10px;
  font-weight: var(--body-font-weight-bold);
  color: #fff;
  line-height: 12px;
  text-transform: uppercase;
}

.blog-details__content {
  position: relative;
  display: block;
  margin-top: 22px;
}

.blog-details__meta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-details__meta li + li {
  margin-left: 18px;
}
.blog-details__meta li a {
  font-size: 15px;
  color: #777;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.blog-details__meta li a:hover {
  color: var(--theme-color1);
}
.blog-details__meta li a i {
  color: var(--theme-color2);
  margin-right: 6px;
}

.blog-details__title {
  font-size: 30px;
  line-height: 40px;
  margin-top: 12px;
  margin-bottom: 21px;
}

.blog-details__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0 30px;
  margin-top: 49px;
  border-top: 1px solid #ece9e0;
}
@media only screen and (max-width: 767px) {
  .blog-details__bottom {
    gap: 30px;
  }
}
.blog-details__bottom p {
  margin: 0;
}

.blog-details__tags span {
  color: #0e2207;
  font-size: 20px;
  margin-right: 14px;
  font-weight: var(--body-font-weight-bold);
}
.blog-details__tags a {
  position: relative;
  font-size: 14px;
  background-color: var(--primary);
  color: #fff;
  display: inline-block;
  padding: 5px 20px 5px;
  font-weight: var(--body-font-weight-bold);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 35px;
}
.blog-details__tags a:hover {
  background-color: black;
  color: #fff;
  text-decoration: none;
}
.blog-details__tags a + a {
  margin-left: 6px;
}

.blog-details__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog-details__social-list a {
  position: relative;
  height: 43px;
  width: 43px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--theme-light-background-text-color);
  background-color: rgb(234, 234, 234);
  font-size: 15px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}
.blog-details__social-list a:hover {
  color: var(--text-color-bg-theme-color2);
}
.blog-details__social-list a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.blog-details__social-list a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--primary);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}
.blog-details__social-list a + a {
  margin-left: 10px;
}

.blog-details__pagenation-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 53px;
}

.blog-details__pagenation {
  position: relative;
  display: block;
}
.blog-details__pagenation li {
  position: relative;
  float: left;
  font-size: 20px;
  color: #0e2207;
  font-weight: var(--body-font-weight-bold);
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-light-background);
  line-height: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  max-width: 370px;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 52px;
  padding-bottom: 52px;
  border-radius: 10px;
}
.blog-details__pagenation li:hover {
  background-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color2);
}
.blog-details__pagenation li + li {
  margin-left: 30px;
}
.nav-links {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 53px;
}
.nav-links > div > a {
  display: inline-block;
  word-wrap: break-word;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  font-size: 20px;
  line-height: 1.637;
  font-weight: var(--body-font-weight-bold);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: var(--theme-light-background-text-color);
  background-color: rgb(240, 240, 240);
  padding: 52px 50px;
  border-radius: 10px;
  width: 98%;
}
.nav-links > div > a:hover {
  color: #fff;
  background-color: black;
}
.form-control, .input-text {
  height: calc(2.25rem + 27px);
  padding: 14px 30px;
  outline: 0;
  background-color: #f4f5f8;
  border: 1px solid #f4f5f8;
  color: #686a6f;
  font-size: 0.9rem;
  width: 100%;
}
.sidebar__search-form input[type=search] {
  display: block;
  border: none;
  outline: none;
  background-color: var(--primary);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding-left: 50px;
  height: 74px;
  width: 100%;
  padding-right: 80px;
  border-radius: 10px;
}
.sidebar__post {
  position: relative;
  display: block;
  padding: 46px 30px 30px;
  color: var(--theme-light-background-text-color);
  background-color:rgb(240, 240, 240);
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
.sidebar__category {
  position: relative;
  display: block;
  color: var(--theme-light-background-text-color);
  background-color: rgb(240, 240, 240);
  border-radius: 10px;
  padding: 45px 30px 38px;
  overflow: hidden;
  z-index: 1;
}
.sidebar__single + .sidebar__single {
  margin-top: 30px;
}
.sidebar__category-list li.active a {
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  color: #0e2207;
  border-radius: 10px;
  text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
}
.sidebar__category-list li a {
  color: #757873;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  background: none;
  padding: 12px 20px;
  font-weight: 500;
  margin: 5px;
}
.sidebar__category-list li a:hover {
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  color: #0e2207;
  border-radius: 10px;
  text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
}
.sidebar__post .sidebar__post-list li:hover {
  background-color: #ffffff;
  border-radius: 10px;
}
.sidebar__post .sidebar__post-list .sidebar__post-content-meta {
  font-size: 14px;
  font-weight: 500;
  color: #4f2d1d !important;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-left: 10px;
  display: none;
}
.sidebar__post .sidebar__post-list .sidebar__post-content h3 a {
  color: #0e2207;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-family: "Poppins", sans-serif;
  margin-left: 21px;
}
.sidebar__post .sidebar__post-list .sidebar__post-image > img {
  width: 90px;
  border-radius: 10px;
}
.sidebar__post .sidebar__post-list li {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 20px 17px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
/* category*/

.team-img2 img {
  border-radius: 30px;
  padding: 6px;
  border: 3px solid var(--primary);
  box-shadow: var(--box-shadow)
}
.team-img2 img{
  width: 100%;
  height: auto;
}
.team-bio a{
}
@keyframes buttonHover {
  from {
      background-color: #007bff;
      transform: translateX(0);
  }
  to {
      background-color: #1abb25;
      transform: translateX(8px);
  }
}

.btn-primary {
  background-color: #007bff; 
  color: #fff; 
  transition: all 0.3s ease-out; 
}

.btn-primary:hover {
  animation: buttonHover 0.3s forwards;
}
.btn-primary:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.team-item1 {
  padding: 0 20px 20px;
  text-align: center;
  position: relative;
  transition: var(--transition);
  z-index: 1
}
.team-item1::before {
  content: "";
  position: absolute;
  background: #512c1d;
  border-radius: 30px;
  box-shadow: var(--box-shadow);
  width: 100%;
  height: 70%;
  left: 0;
  bottom: 0;
  z-index: -1
}
.team-item1:hover {
  transform: translateY(-10px)
}
.breadcum_service-detailhealth{
  background-image: url(assets/images/health/health-b.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.health-checkup{
  background-color: #fcfeff;
}
.team-item1 {
  transition: transform 0.4s ease-out; 
}
.team-item1:hover {
  transform: translateY(-10px);
}
.value-box{
  background-image: url(assets/images/about/about-v-bg.webp);
}
.heading{
  font-size: 40px;
  font-weight: 700;
  color: #ffffff
}
.box {
  padding: 70px;
  margin: 10px;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 20px;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.box:hover {
  transform: scale(1.05);
  background-color: #839ae8;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
/* category end */
/* BULLSeye */
.team-content p{
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  padding: 10px;
}
/* enquiry page */
.enquiry-sction .form-group input,.enquiry-sction .form-group textarea {
  height: 40px;
  background: 0 0;
  width: 100%;
  margin-bottom: 9px;
  padding-left: 11px;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #fff
}

.enquiry-sction .form-group input::placeholder,.enquiry-sction .form-group textarea::placeholder {
  color: #fff
}

.enquiry-sction01 .form-group input,.enquiry-sction01 .form-group textarea {
  height: 40px;
  background: 0 0;
  width: 100%;
  margin-bottom: 9px;
  padding-left: 11px;
  border: 1px solid var(--secondary);
  border-radius: 3px;
  color: var(--secondary)
}
.career-sction .carer-box-contnt {
  min-height: 605px;
  background-color: var(--kisroli-bg);
  padding: 30px;
  border-radius: 0 0 5px 5px
}

.enquiry-sction .cntc-box-contents,.enquiry-sction .cntcform {
  background-color: rgba(0, 0, 0, 0.67);
  backdrop-filter: blur(10px);
  padding: 30px;
  border-radius: 10px
}

.enquiry-sction form button:hover {
  box-shadow: 0 0 5px 0 #000
}
.info img{
  width: 100%;
  height: 557px;
}
/* Basic styling for the enquiry section */
.enquiry-sction {
  position: relative;
  overflow: hidden;
}

.enquiry-sction .info img {
  width: 100%;
  transition: transform 1s ease-out;
}


/* Testimonial Section */

.testimonial-section{
	position:relative;
	background-color: #f0f7fb;
	margin-bottom: 70px;
}

.testimonial-section .sec-title .text{
	margin-top:40px;
}

.testimonial-section .owl-carousel .owl-stage-outer{
	padding:20px 0px;
}

.testimonial-section .owl-theme .testimonial-block{
	margin:0px 15px;
}

.testimonial-section .btn_01{
	position:relative;
	text-align:right;
	margin-top:20px;
	padding-right:15px;
}

.testimonial-section .btn_01{
	position:relative;
	width:10px;
	height:5px;
	margin-bottom:10px;
	border-radius:0px;
	margin-left:10px;
	display:inline-block;
	background-color:var(--primary);
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
    opacity: 0.9;
}

.testimonial-section .btn_01.active,
.testimonial-section .btn_01:hover{
	width:30px;
	background-color:#512c1d;
}



.testimonial-block{
	position:relative;
	margin-bottom:30px;
}

.testimonial-block .inner-box {
    position: relative;
    padding: 50px 100px;
    margin-top: 20px;
    background: #ffffff;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.07);
    background-repeat: no-repeat;
    background-position: right;
}

.testimonial-block .inner-box:before{
	position:absolute;
	content:'';
	left:-20px;
	top:-20px;
	right:20px;
	bottom:20px;
	z-index:-1;
	border:2px solid var(--primary);
}

.testimonial-block .inner-box .upper-box{
	position:relative;
	padding-top:9px;
	/* padding-left:115px; */
	margin: auto;
	width: 250px;
	text-align: center;
}

.testimonial-block .inner-box .upper-box .icon{
	/* position:absolute; */
	/* left:0px; */
	top:0px;
	margin-bottom: 12px;
	float: left;
}

.testimonial-block .inner-box .upper-box h4{
	position:relative;
	color:var(--primary);
}

.testimonial-block .inner-box .upper-box .designation{
	position:relative;
	color:var(--secondary);
	font-size:16px;
}

.testimonial-block .inner-box .text{
	position:relative;
	margin-bottom: 20px;
	color:#000;
	line-height:1.9em;
	font-weight:500;
	text-align: center;
}

/* Client */
@media (max-width: 767px) {
    .client .carousel-inner .carousel-item > div {
        display: none;
    }
    .client .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.client .carousel-inner .carousel-item.active,
.client .carousel-inner .carousel-item-next,
.client .carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

    .client .carousel-inner .carousel-item-end.active,
    .client .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .client .carousel-inner .carousel-item-start.active, 
    .client .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}

.client .carousel-inner .carousel-item-end,
.client .carousel-inner .carousel-item-start { 
    transform: translateX(0);
}
a.carousel-control-next.client_btn2 {
    width: auto;
}
a.carousel-control-next.client_btn2 i,
a.carousel-control-prev.client_btn1 i {
    background: var(--primary);
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    border-radius: 50%;
}
a.carousel-control-prev.client_btn1 {
    width: auto;
}
.client .carousel-control-prev
{
    left: -15px;
}
.client .carousel-control-next
{
    right: -15px;
}
.carousel-control-next, 
.carousel-control-prev
{
    text-decoration: none;
} 

.container-fluid.text-center.p-25 {
    padding: 0px 35px;
}
.section-title{
  color: var(--primary);
}
/* testimonial end */
.team-content {
  margin-top: 15px;
}
.team-bio a:hover {
}
ul.footer-link a {
  color: #fff;
}
.footer-widget i {
  margin-top: 1px;
  float: left;
  margin-right: 10px;
}
.footer-widget li {
  padding: 4px 0px;
}
ul.social-links i {
  width: 40px;
  height: 40px;
  background: var(--primary);
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
}
ul.social-links1 i {
  width: 40px;
  height: 40px;
  background: #fff;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
}
ul.social-links1 i:hover {
  background: var(--secondary);
}
ul.social-links1 li {
  float: left;
}
.social-links1 i {
  margin-top: 1px;
  float: left;
  margin-right: 18px;
}
.social-links1 a {
  color: #000;
}
.social-links1 a:hover {
  color: #fff;
}
ul.social-links li {
  float: left;
}
.footer-widget a {
  color: #fff;
}
.footer-widget .icon{
  margin-right: 8px;
  font-size: 16px;
}
.footer-widget.contact_wi ul li {
  margin-bottom: 11px;
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.page-header-content h2 {
  color: #fff;
}
.main-content.text-left {
  background: #00000082;
  padding: 50px;
  border-radius: 50px;
}
.projcard-title i {
  font-size: 30px;
  margin-top: -1px;
  float: left;
  margin-right: 20px;
}
.product-section .card h2 {
  background: #fff;
  padding-top: 15px;
}
.simpl-btn a {
  color: #000;
}
.simpl-btn a:hover
{
  color: #fff;
}
ul.footer-link li a:hover {
  padding-left: 10px;
}

.prodct-dtl-list ul li:nth-child(odd) {
  font-weight: 600;
  width: 50%;
}
.prodct-dtl-list ul li {
  font-size: 16px;
  float: left;
  border-bottom: 1px solid var(--primary);
  padding: 10px 0 2px 0;
  list-style-type: none;
  color: var(--secondary);
  width: 50%;
}
.text.mt-3.shop_set {
  float: left;
  width: 100%;
}
.prodct-dtl-list {
  float: left;
  width: 100%;
}

.row.align_form {
  display: flex;
  justify-content: center;
}
.cta-simple {
  position: relative;
  overflow: hidden;
  z-index: 99;
  background: var(--secondary);
}
.cta-simple:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 50%;
  background: linear-gradient(204deg, var(--primary) 0%, var(--primary) 53%, transparent 50%);
}
.cta-simple .banner-content {
  position: relative;
  margin: 1.5rem;
  padding: 35px;
  background: #fff;
  z-index: 3;
}
a.btnn1.bgprimary {
  background: var(--primary);
  color: #fff;
  padding: 11px 22px;
  border-radius: 13px;
}
.sub-title i {
  font-size: 10px;
}
.main_slide,
.main_slide img
{
  width: 100%;
  height: auto;
}
#slider .carousel-control-next, .carousel-control-prev {
  top: 60%;
}
.row.middel {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
a.theme-btn.btn-style-two.hvr-light.mt-2 {
  padding: 8px 18px;
}
.pro-img img{
  width: 100%;
  height: auto;
  border: 2px solid var(--secondary);
  padding: 17px;
  border-radius: 10px;
}
li.mat i{
  margin-top: 3px;
}
.title-box {
  width: 69%;
}
figure {
  margin: 0;
}
@media (max-width:1200px){
  h3.h3-title {
    font-size: 20px;
    margin-top: 12px;
}
.product-details-content .slider-pager li a img {
  width: 88%;
}
.contact-in-content span {
  font-size: 12px;
}
}
@media(max-width: 1163px) {
  .product-details-content .slider-pager li a img {
    width: 73%;
}
}
@media(max-width: 1024px) {
  .contact-box {
      padding:15px;
      margin-bottom: 10px;
  }

  span.tinvwl_add_to_wishlist-text,span.tinvwl_remove_from_wishlist-text {
      display: none
  }

  .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
      margin-top: 5px
  }
  .page-header-content {
    padding-bottom: 70px;
    padding-top: 70px;
  }
  .product-details-content .slider-pager li a img {
    width: 72%;
  }
}
@media (max-width: 991px) {
  .contact-in-content span {
    font-size: 16px;
}
h3.h3-title {
  font-size: 30px;
}
  .testimonial-block .inner-box {
    padding: 25px 54px;
}
.call-to-action-two .outer-box {
  padding: 39px 68px;
}
.call-to-action-two .title-box .title {
  font-size: 30px;
}
.p-50 {
  padding: 0px 25px 0px 25px;
}
.call-to-action-two {
  padding-bottom: 45px;
}
.testimonial-section {
  margin-bottom: 45px;
}
.team-item1::before {
  width: 100%;
  left: 0px;
}
h2 {
  font-size: 30px;
}
.slide-sub-title {
  font-size: 34px;
  padding: 0px 0px;
}
section{
  padding-top: 40px;
  padding-bottom: 40px;
}
.carousel-indicators {
  margin-right: 15%;
  margin-left: 15%;
}
.logo img {
  width: 81%;
}
.navbar {
  padding: 7px !important;
}
.product-details-content .slider-pager li a img {
  width: 68%;
}
.mb-40 {
  margin-bottom: 40px;
}
.product-details-content .product-details h2 {
  font-size: 30px;
  margin-top: 10px;
  line-height: normal;
}
div#main_nav {
  position: absolute;
  z-index: 9999999999;
  top: 100%;
  background-color: #fff;
  width: 100%;
  left: -1px;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.menutop ul li a {
  border-bottom: 1px solid;
  padding: 10px;
}
.navbar-toggler {
  background-color: #00000000;
}
.navbar-toggler:focus {
  box-shadow: 0px 0px 0px 0px;
}
.main-footer .footer-widget {
  margin-bottom: 15px;
}
h3.text-white {
  font-size: 30px;
}
}
.desktop{
  display: block;
}
.mobile{
  display: none;
}

@media (max-width: 991px) {
  .product-details-content .slider-pager li a img {
    width: 69%;
}
.contact-box-sction {
  padding-top: 40px;
  padding-bottom: 40px;
}
}

@media (max-width: 767px) {
  .desktop{
    display: none;
  }
  .mobile{
    display: block;
  }
  .content-column1{
    width: 100%;
  }
  .call-to-action-two .title-box .title {
    font-size: 20px;
    width: 138%;
  }
  .work-block .title {
    font-size: 30px;
  }
  .logo img {
    width: 80%;
  }
  .navbar {
    padding: 10px !important;
  }
  .navbar {
    padding: 10px !important;
  }
  .slide-sub-title {
    font-size: 26px;
  }
  .slider-description {
    color: #000;
    font-weight: 500;
    margin: 10px 0 10px;
    font-size: 16px;
  }

  .projcard-textbox::before, .projcard-textbox::after {
    display: none;
    }
    .projcard:nth-child(2n) .projcard-textbox::after {
      display: none;
  }
    .projcard-img {
      width: 100%;
      opacity: 15%;
      height: auto;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
  }
  .projcard-textbox {
    width: 80%;
    left: 0;
    right: 0;
    margin: auto;
    top: 50px;
  }
  .projcard:nth-child(2n) .projcard-textbox {
    left: 0;
    right: 0;
    width: 80%;
    margin: auto;
    top: 50px;
}
    .page-header-content {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .thumb-box{
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
  }
  .product-details-content .product-details {
    margin-left: 0px;
}
.slider-content  {
  padding-left: 0px;
}
.product-details-content .slider-content  .product-image {
  width: 100%;
}
#content_block_2 .content-box .sec-title {
  text-align: center;
}
.sec-title{
  text-align: left;
}
.product-details-content .slider-content  .slider-pager {
  position: relative;
}
.product-details-content .slider-pager li a img {
  width: 95%;
}
.why-choose-us-two{
  background-color: #000;
}
.why-img img{
  width: 100%;
}
.carousel-control-prev {
  top: 75%;
  /* background-color: var(--primary); */
  color: var(--primary);
  width: 6%;
  height: 8%;
  font-size: 25px;
  align-items: center;
  margin-left: 4px;
  justify-content: center;
  z-index: 99999;
}
.carousel-control-next {
  top: 75%;
  /* background-color: var(--primary); */
  color: var(--primary);
  font-size: 25px;
  width: 6%;
  height: 8%;
  align-items: center;
  margin-right: 4px;
  justify-content: center;
  z-index: 99999;
}
.navbar {
  padding: 23px 0px 22px 0px !important;
}
#content_block_2 .content-box .text {
  margin-bottom: 20px;
}
.footer{
  padding-top: 30px;
  padding-bottom: 2px;
}
.copy-text p {
  padding: 0px 0px;
}
.he-1 {
  font-size: 30px;
}
.about-style-two2 .sec-title.style-two h2 {
  font-size: 30px;
  text-align: center;
}
.about-style-two2 .sec-title.style-two span {
  font-size: 16px;
  text-align: center;
}
.text1{
  line-height: 1.8;
  padding: 10px;
}
.slider-content.abc {
  display: flex;
  flex-direction: column-reverse;
}
.section-head.style-1 .sub-title {
  padding: 0 0px;
}
.cta-simple .banner-content {
  padding: 12px;
  margin: 20px 7px 20px 7px;
}
.contact-sction .cntcform {
  padding: 20px;
}
.contact-sction {
  padding: 30px 0;
  margin-bottom: 30px;
}
.pd-10{
  padding: 10px;
}
.flipx-section {
  padding-top: 50px;
  padding-bottom: 5px;
}
.h-meet {
  font-size: 30px;
}
.sec-title.light h2{
  margin-bottom: 35px;
}
.why-choose-us-two .content-column .sec-title .text {
  margin-top: 30px;
}
.feature-block-four .title {
  font-size: 18px;
}
.slide-title {
  font-size: 16px;
}
.projcard-title {
  font-size: 30px;
  margin-bottom: 10px;
}
figure {
  margin: 0;
}
.f-inner{
  text-align: center;
}
}

@media (max-width: 668px) {
  .logo {
    top: 3px;
  }
  .header-top {
    display: none;
  }
  .logo img {
    width: 66%;
  }
  .slider-description {
    font-size: 16px;
  }
  h2 {
    font-size: 30px;
  }
  .call-to-action-two .outer-box:after {
    display: none;
  }
  .call-to-action-two .outer-box {
    padding: 30px 13px;
  }
  .footer-widget .icon {
    font-size: 12px;
  }
  .team-item1::before {
    width: 100%;
    left: 0px;
  }
}

@media (max-width:576px){
  .why-choose-us-two .bg-shape .shape {
    margin-right: -175px;
  }
  .why-choose-us-two .bg-image {
    width: 75%;
  }
  h2 {
    font-size: 30px;
  }
  .feature-block-four {
    margin-bottom: 15px;
  }
  .feature-block-four .in-icon2 {
    margin-bottom: 16px;
  }
  .call-to-action-two {
    padding-bottom: 24px;
  }
  .testimonial-section {
    margin-bottom: 24px;
  }
  section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .theme-btn {
    padding: 9px 23px;
  }
  .testimonial-block .inner-box {
    padding: 14px 11px;
  }
  .footer-copyright-sction{
    text-align: center;
  }
  .projcard-description {
    margin-top: 5px;
  }
  .main-content.text-left {
    padding: 30px;
  }
  .h-meet {
    font-size: 30px;
  }
  .about-style-two2 .content-box {
    background-color: #ffffff;
    padding: 13px;
    margin-bottom: 10px;
  }
  .page-header-content {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .mt-40{
    margin-top: 40px;
  }
  .about-style-two #content_block_2 .content-box {
    margin-right: 0px;
  }
}
@media (max-width:410px){
.contact-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contact-in-icon {
  margin-top: 10px;
}
}
