* {
  margin: 0;
    padding   : 0;
   box-sizing: border-box;

}

body

{
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
   line-height: 1.7;
  color: #2a2a2a;
	 background: #ffffff;
    overflow-x: hidden;
}

a {
    text-decoration: none;

   color: inherit;

    transition: all 0.35s ease;
}

img {
   max-width: 100%;
   display: block;
}

.container {
  max-width: 1240px;
   margin: 0 auto;
    padding: 0 25px;
} 

.content-wrapper-box {
  max-width: 1240px;
   margin: 0 auto;
	padding: 0 25px;
}

.row {
	display: flex;
	 flex-wrap :  wrap;
    margin: 0 -15px;
}

.col-lg-6, .col-md-6, .col-lg-4, .col-md-4, .col-lg-5, .col-lg-3, .col-md-5, .col-md-7, .col-md-8, .col-md-12 {
  padding: 0 15px;
}

.col-lg-6, .col-md-6 {
	flex: 0 0 50%;
    max-width: 50%; 

}

.col-lg-4, .col-md-4 {
    max-width: 33.333%;
       flex: 0 0 33.333%;
}

.col-lg-5, .col-md-5 {
               flex: 0 0 41.666%;
    max-width: 41.666%;
}

.col-lg-3	{
       flex: 0 0 25%;
	max-width: 25%;
}

.col-md-7 {

	  flex  :  0 0 58.333%;
   max-width: 58.333%;


}

.col-md-8 {
  flex: 0 0 66.666%;
   max-width: 66.666%;
}

.col-md-12 {
  flex: 0 0 100%;
    max-width: 100%;
}

.align-items-center {
    align-items: center;
}

.text-center {
  text-align: center;
}



.mb-3 {
   margin-bottom: 1rem;
}

.mb-4 {
   margin-bottom: 1.5rem;
}

.mb-5 {
   margin-bottom: 3rem;
}

.ml-auto {
   margin-left: auto;
}

.py-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.pt-5 {
  padding-top: 3rem;
}

.mt-5 {
                    margin-top: 3rem; 

}

.d-flex		{
  display: flex;
}

.pl-3 {

	    padding-left: 1rem;}

.justify-content-center {
   justify-content: center;
}

.main-navigation-bar {
	position: fixed;
   top: 0;
   left: 0;
  width:    100%;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(12px);
    z-index: 999;
  box-shadow: 0 2px 18px rgba(0,0,0,0.08);
}

.nav-container-wrapper {
  max-width: 1240px; 
	    margin: 0 auto; 
	  padding     :    18px 25px; 
	    display: flex; 
	        justify-content: space-between; 
	   align-items: center;
}

.brand-logo-section
	{
    flex: 0 0 auto;
}

.company-logo-img {

	    max-height: 82px;
  width: auto;
     }  

.navigation-menu-list   {
   display: flex;
    gap   :42px;
  list-style: none;
    align-items: center;
}

.nav-link-item    {
    font-size: 15.5px;

      font-weight: 500;

    color: #2a2a2a;

    position: relative;

  letter-spacing: 0.3px;
}

.nav-link-item::after  {
  content: '';
   position:        absolute;
  bottom: -6px;
    left: 0;
    width: 0;
    height: 2.5px;
    background: #d97132;
    transition: width 0.3s ease;
}

.nav-link-item:hover::after,
.nav-link-item.active::after {

	  width: 100%;


}

.menu-toggle-btn	{
	display: none;
  flex-direction: column;
   gap   : 6px;
    cursor   :  pointer;
   z-index: 1001;
}

.bar-line {
  width :       28px;
    height: 3px;
    background: #2a2a2a;
  transition: 0.3s;
}

.hero-section


{
   position: relative;
    margin-top: 88px;
}

.hs-item {
   height: 974px;
    display: flex;
   justify-content: center;
  align-items: center;
  text-align: center;
    padding: 0px 145px;
  overflow: hidden;
  background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  position: relative;
}

.hs-item::before {
  content: '';
    position: absolute;
  top: 0;
    left: 0;
   right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(217, 113, 50, 0.75) 0%, rgba(42,42,42,0.65) 100%);
}

.container-hero {
	   position: relative;
  z-index  :       2;
  max-width: 820px;
     }

.hs-item h1 {
   font-size: 160px;
    color: #fff;
    font-weight: 400;
  margin-bottom: 20px;
   line-height: 1.15;
   letter-spacing :       -1.5px;
}

.site-btn {
    display: inline-flex;
	align-items: center;
		 gap: 10px;
  border: none;
    font-size: 14px;
   text-transform: uppercase;
  min-width: 186px;
  padding: 18px 40px;
   color: #fff;
  line-height: normal;
        border: 3px solid #fff;
   cursor: pointer;
   text-align: center;
   background: transparent;
    transition  :      all 0.3s ease;
}

.site-btn:hover {
    background: #d97132;
    border-color: #d97132;
}

.btn-arrow-icon {
         width: 20px;
    height: 20px;
  filter: invert(1);
}

.hero-social-warp {
   position: absolute;
               left: 0;
    background: #fff;
  transform: rotate(-90deg);
    transform-origin: left top;
    padding: 54px 83px;
  padding-left: 2px;
  bottom: -135px;
         z-index: 9;
}

.hero-social-warp p {
   display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
	color: #081624;
  opacity :   0.5;
  text-transform    :      uppercase;
    padding-right: 10px;
}

.hero-social-warp .hero-social-links {
	   display: inline-block;
     }

.hero-social-warp .hero-social-links a {
  color: #000;
   margin-left :       35px;
   font-size: 17px;
  transition: all 0.3s;
   display: inline-block;
}

.hero-social-warp .hero-social-links a:hover {
                  color: #d97132;
	

}

.hero-social-warp .hero-social-links a img {
    width: 24px;
  height: 24px;
  transform: rotate(90deg);
    stroke:  currentColor;
  stroke-width: 2;
   fill :  none;
}

.text_image_section {
   padding-top: 120px;
    padding-bottom: 120px;
                    background: #F8F9FA;
}

.text_wrapper {

    padding-right: 40px;

}  

.text_wrapper .subtitle
	{
  font-size: 16px;
	 color: #d97132;
  font-weight: 500;
    text-transform :  uppercase;
	letter-spacing: 2px;
    margin-bottom: 15px;
  display     :  block;
     }

.text_wrapper h2  {
   margin-bottom: 25px;
   color: #191d34;
    line-height: 1.3;
    font-weight: 700;
  font-size: 40px;
}

.text_wrapper p {
    font-size: 16px;
   font-weight: 400;
    line-height: 28px;
  color: #7A838B;
  margin-bottom: 20px;
}

.button_wrapper {
   margin-top: 35px;
}

.boxed-btn3 {
    background: #d97132;
   color: #fff;
  display: inline-block;
  padding: 13px 35px;
   font-size: 16px;
   font-weight: 500;
    border: 1px solid transparent;
  transition:      0.3s;
    cursor    :        pointer;
}

.boxed-btn3:hover {
    color: #d97132;
    border: 1px solid #d97132;
  background: transparent;
}

.image_wrapper {
   position: relative;
}

.image_wrapper img {
     width: 100%;
		 height: auto;
}

.colorlib-services {
       padding-top: 4em; 
	  padding-bottom: 9em; 
	   clear: both; 
	   width: 100%; 
	  display: block; 
	  background: #fff;
     }

.colorlib-narrow-content {
   max-width: 1240px;
  margin: 0 auto;
  padding: 0 25px;
}

.heading-meta {
  font-size: 14px;
	color: #d97132;
    font-weight: 600;
  text-transform: uppercase;
   letter-spacing: 1.5px;
    margin-bottom: 16px;
    display  : block;
   text-align: center;
}

.colorlib-heading  {
   font-size: 42px;
    font-weight: 700;
    color: #2a2a2a;
   margin-bottom: 28px;
   line-height: 1.3;
  text-align: center;
}

.row-pt-md {
  padding-top: 3em;
}

.services {
	  margin-bottom: 80px;
  position: relative;
   z-index: 0;

     }

.services .icon {
   width: 100px;
   height: 50px;
       display: table;
       margin: 0 auto 20px;
   background: #2c98f0;
	position: relative;
}

.services .icon:before,
.services .icon:after {
  left:  0;
  right: 0;
	 position: absolute;
  content: '';
}

.services .icon:before {
   top: -30px;
  width: 0;
  height: 0;
  border-style: solid;
    border-width: 0 50px 30px 50px;
   border-color: transparent transparent #2c98f0 transparent;
}

.services .icon:after {
   bottom: -30px;
                    width    :       0;
    height: 0;
  border-style: solid;
    border-width: 30px 50px 0 50px;
    border-color: #2c98f0 transparent transparent transparent;
}

.services .icon img {
    width: 30px;
   height: 30px;
  display: table-cell;
    vertical-align: middle;
    margin: 10px auto;
    stroke: #fff;
    stroke-width: 2;
   fill: none;
}

.services .desc {
   margin-top: 60px;
}

.services .desc h3 {
   font-size: 16px;
    font-weight: 700;
   text-transform    :  uppercase;
}

.services .desc p {
	font-size: 15px;
    line-height :     1.7;
  color     :        #5a5a5a;
}

.services.color-2 .icon    {
                    background: #ec5453;
}

.services.color-2 .icon:before {
  border-color: transparent transparent #ec5453 transparent;
}

.services.color-2 .icon:after {
  border-color: #ec5453 transparent transparent transparent;
}

.services.color-3 .icon {
   background: #f9bf3f; 
	
}

.services.color-3 .icon:before  
  {
    border-color  :   transparent transparent #f9bf3f transparent;
}

.services.color-3 .icon:after {
  border-color: #f9bf3f transparent transparent transparent;
}

.services.color-4 .icon {
    background: #a84cb8; 
	
}

.services.color-4 .icon:before{
					border-color  :      transparent transparent #a84cb8 transparent;
}

.services.color-4 .icon:after {
    border-color: #a84cb8 transparent transparent transparent;

}

.services.color-5 .icon {
	background: #2fa499;
}

.services.color-5 .icon:before {
    border-color  :      transparent transparent #2fa499 transparent;
}

.services.color-5 .icon:after {
   border-color: #2fa499 transparent transparent transparent;
}

.services.color-6 .icon 
 {

         background: #4054b2;

}

.services.color-6 .icon:before {
	    border-color: transparent transparent #4054b2 transparent;}

.services.color-6 .icon:after {
    border-color: #4054b2 transparent transparent transparent;
}

.products-display-zone {
   padding: 95px 0;
    background: #fff;
}



.section-header-center {
  text-align: center;
	margin-bottom     :  65px;
}

.section-primary-title {
  font-size: 42px;
   font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 28px;
   line-height: 1.3;
}

.section-subtitle-desc {

		 font-size: 18px;
   color: #5a5a5a;
    margin-top     :   16px;
}

.products-grid-display {
                    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px,1fr));
  gap  :35px;
}

.product-card-unit {
    background  :   #f8f9fa;
  overflow: hidden;
 transition: transform 0.35s ease;
}  

.product-card-unit:hover {
  transform: translateY(-8px);
}

.product-image-wrapper {
    position: relative;
   overflow:    hidden;
  height: 320px;
}

.product-image-wrapper img {


  width: 100%;
    height: 100%;
  object-fit: cover;
   transition: transform 0.5s ease;


}

.product-card-unit:hover .product-image-wrapper img
	{
  transform: scale(1.08);
}

.hover-overlay-layer {
   position   :       absolute;
   top: 0;
    left :    0;
    right: 0;
    bottom: 0;
  background: rgba(217, 113, 50, 0.88);
  display: flex;
  align-items: center;
  justify-content: center;
                    opacity: 0;
   transition: opacity 0.35s ease;
}

.product-card-unit:hover .hover-overlay-layer {

	   opacity: 1;}

.view-details-link {
  color: #fff;
  font-size: 16px;
    font-weight: 600;
  padding: 12px 28px;
  border: 2px solid #fff;
  transition: all 0.3s ease;
}

.view-details-link:hover {
	background: #fff;
    color:        #d97132;
}

.product-info-section {
	   padding: 28px 24px; 


}

.product-info-section h3  
  {
    font-size: 20px;
   font-weight: 600;
  margin-bottom: 12px;
  color: #2a2a2a;
}

.product-info-section p {
   line-height: 1.7;
   color: #5a5a5a;
    font-size: 15px;
}

.testimony-section {
  position: relative;
    padding: 95px 0;
  background: #f8f9fa;
}

.heading-section {
   text-align: center;
}

.heading-section .subheading {
   font-size: 16px;
  display: block;
   margin-bottom: 5px;
   color: #d97132;
  font-weight: 500;
}

.heading-section h2  {
    font-size: 40px;
   font-weight: 500;
    color: #2c396b;
} 

.testimony-wrap {
   background: #fff;
  padding: 38px 32px;
  position :    relative;
}

.testimony-wrap .text p {
  font-size: 16px;
    line-height: 1.8;
  color: #5a5a5a;
   font-style: italic;
}

.user-img {
    border-radius:50%;
    height: 55px;
          flex-shrink    : 0;
  background-size: cover;
   background-position: center;
          width: 55px;
}

.testimony-wrap .name {
  font-size: 16px; 
	   font-weight: 600; 
	   color: #2a2a2a; 
	   margin-bottom: 4px;
}

.testimony-wrap .position 
 {

	   font-size: 14px;
          color: #888;
	}

.lifestyle-gallery-showcase {
  padding: 95px 0;
   background: #ffffff;
}

.gallery-grid-masonry {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 18px;
}

.gallery-item-tile {
  overflow: hidden;
    height:        380px;
   position: relative;


}

.gallery-item-tile img {
    width: 100%;
    height: 100%;
  object-fit: cover;
   transition: transform 0.5s ease;
}

.gallery-item-tile:hover img {
  transform: scale(1.12);
}

.site-section {
               padding :  95px 0;
}

.faq-section {
   background: #f8f9fa;
}

.section-title {
    font-size: 3rem;
}

.lead {
    font-size: 18px;
   color: #5a5a5a;
}

.accordion {
  border: 1px solid #efefef;
                    max-width: 850px;
   margin: 0 auto;
}

.accordion-item {


               background: #fff;
       margin-bottom: 2px;
       border-left: 4px solid #d97132;}

.accordion-item .btn-block {
     width: 100%;
	padding: 24px 28px;
       display: flex;
   justify-content: space-between;
  align-items: center;
   -webkit-transition: background 0.3s ease;
    text-align: left;
  position: relative;
   background: #fff;
   color: #000;
   font-weight: 700;
    border: none;
   cursor:       pointer;
         transition: background 0.3s ease;
  font-size: 18px;
}

.accordion-item .btn-block:hover {
     background: #f9f9f9;
}

.accordion-item .btn-block.collapsed {
   background: #fff;
}

.toggle-icon {
   width: 22px;
	 height: 22px;
               stroke     :       #5a5a5a;
    stroke-width: 2.5;
    fill: none;
    transition : transform 0.3s ease;
}

.accordion-item .btn-block:not(.collapsed) .toggle-icon {
  transform: rotate(180deg);
}

.collapse {
    max-height: 0;
	 overflow: hidden;
  transition: max-height 0.4s ease;
}

.collapse.show {

	 max-height: 500px;

}

.body-text{
   padding: 0 28px 28px;
} 

.body-text p {
   font-size: 15.5px;
                    line-height: 1.8;
   color: #5a5a5a;
}

.cta-banner-segment


{
  background: linear-gradient(135deg, #d97132 0%, #c65f28 100%);
                    padding: 85px 25px;
   text-align: center;
}

.cta-content-overlay {
   max-width: 750px;
  margin: 0 auto;
}

.cta-headline-text {
   font-size: 38px;
  font-weight: 700;
  color: #fff;
    margin-bottom: 18px;
  line-height: 1.3;
}

.cta-description-text {
   font-size: 18px;
  color:      #fff;
   margin-bottom: 35px;
               opacity: 0.95;
}

.primary-action-button {
  display   :    inline-flex;
  align-items: center;
  gap  :        10px;
  background: #fff;
  color: #d97132;
  padding: 16px 42px;
    font-size    :        16px;
    font-weight: 600;
	border    :      2px solid transparent;
  transition: all 0.3s ease;
    letter-spacing: 0.5px;
}

.primary-action-button:hover  {
   background: transparent;
    color: #fff;
  border-color: #fff;
  transform: translateY(-2px);
}

.btn-icon-graphic     {
    width: 20px;
    height: 20px;
  stroke: currentColor;
    stroke-width    :  2;
    fill :     none;
}

.site-footer {
    padding: 8em 0 0;
   color: #b8b8b8;
    background: #1a1a1a;
}

.site-footer .border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer p {
         color: #737373;
}

.site-footer h2{
   color: #fff;
   font-size: 16px;
   margin-bottom: 24px;
}

.site-footer a {
  color  :#999999;
      text-decoration  :   none;
    transition: color 0.3s ease;
}

.site-footer a:hover {
    color: #d97132;
}

.footer-heading {
    font-size: 16px;
   color: #fff;
}

.list-unstyled {
  list-style :none;

}

.list-unstyled li
{
  margin-bottom: 10px;
}

.footer-contact-block {
   margin-top: 28px;
	}

.contact-row {
    display: flex;
 align-items: flex-start;
   gap: 12px;
    margin-bottom: 16px;
}

.contact-row img {
  width: 18px;
  height: 18px;
    stroke: #d97132;
	stroke-width     :        2.5;
    fill: none;
    margin-top:    2px;
     flex-shrink: 0;
}

.social-links-footer {
   display: flex;
  gap    :      18px;
   justify-content: center;
    margin-bottom: 24px;
}

.social-links-footer a {
	 justify-content :      center;
   height: 38px;
    align-items: center;
    display: flex;
    border: 2px solid #444;
  width: 38px;
  transition: all 0.3s ease;
}

.social-links-footer a:hover {
   border-color: #d97132;
  transform: translateY(-3px);
}


.social-links-footer a img {
    width: 20px;
    height    :        20px;
   stroke: #b8b8b8;
    stroke-width   :    2;
    fill   :    none;
}

.copyright-text {
  font-size: 14px;
         color: #888;
  margin-top: 16px;
}@media (max-width: 992px) {
    .menu-toggle-btn {
        display: flex;
    }

    .navigation-menu-list {
        position: fixed;
        top: 0;
        right: -100%;
        height: 100vh;
        width: 280px;
        background: #fff;
        flex-direction: column;
        padding: 100px 30px 30px;
        box-shadow: -3px 0 15px rgba(0,0,0,0.1);
        transition: right 0.4s ease;
        align-items: flex-start;
    }

    .navigation-menu-list.active {
        right: 0;
    }

    .col-lg-6, .col-md-6, .col-lg-4, .col-md-4, .col-lg-5, .col-lg-3, .col-md-5, .col-md-7, .col-md-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .hs-item h1 {
        font-size: 65px;
    }

    .hero-social-warp {
        padding: 30px 60px;
        padding-left: 2px;
        bottom: -87px;
    }

    .text_wrapper {
        padding-right: 20px;
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .hs-item {
        padding: 250px 15px;
        height: auto;
    }

    .hs-item h1 {
        font-size: 50px;
    }

    .hero-social-warp {
        position: relative;
        left: 0;
        background: #fff;
        transform: rotate(0);
        padding: 50px 15px 35px;
        bottom: 0;
        text-align: center;
        background: #f8f9fb;
    }

    .hero-social-warp p {
        padding-bottom: 15px;
    }

    .hero-social-warp .hero-social-links a:first-child {
        margin-left: 0;
    }

    .hero-social-warp .hero-social-links a img {
        transform: rotate(0);
    }

    .text_image_section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .text_wrapper h2 {
        font-size: 32px;
    }

    .colorlib-services {
        padding-top: 5em;
        padding-bottom: 8em;
    }

    .services {
        margin-bottom: 4em;
    }

    .section-primary-title {
        font-size: 32px;
    }

    .cta-headline-text {
        font-size: 28px;
    }
}

@media (max-width: 479px) {
    .hs-item h1 {
        font-size: 40px;
    }

    .nav-container-wrapper {
        padding: 14px 20px;
    }

    .company-logo-img {
        max-height: 82px;
    }

    .text_wrapper {
        padding-right: 0;
    }

    .text_wrapper h2 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .text_wrapper p {
        font-size: 15px;
        line-height: 26px;
    }
}