

/*
Author: Xpeedstudio
Author URI: http://xpeedstudio.com
*/

/*==========================================
 01.  PREDIFINEED (FROM 1 TO 780 )
 02.  PRELOADER - LINE NO 786
 03.  NAVIGATION - LINE NO 930
 04.  HOME - LINE NO 1150
 05.  THU FEATURE - LINE NO 1280
 06.  THU FLIDE - LINE NO 1355
 07.  THU SERVICE - LINE NO 1385
 08.  PORTFOLIO - LINE NO 1444
 09.  THU SOLUTION - LINE NO 1620
 10.  THU TEAM - LINE NO 1658
 11.  THU CLIENTS FEEDBACK - LINE NO 1730
 12. THU BLOG - LINE NO 1848
 13. THU SUBCRIBS - LINE NO 1935
 14. FOOTER - LINE NO 2020
==========================================*/


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html,
body {
    background-color: #fff;
    font-size: 16px;
    color: #797979;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-weight: 400;
    width:100%;
    font-family:  'Poppins', sans-serif;
}
body::-webkit-scrollbar {
    width: 0.5em;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background:linear-gradient(90deg, #f3f85d, #4379cf);
  outline: 1px solid slategrey;
  border-radius: 100px;
}
/*------------------------------------------------------------------*/
/*   IE10 in Windows 8 and Windows Phone 8 Bug fix
/*-----------------------------------------------------------------*/

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

/*
    Page Content
------------------------------------------*/
/*
.page-content, 
section { overflow: hidden; }*/

/*
    On Scroll Animations 
------------------------------------------*/

/*.animated { visibility: hidden; }
.visible { visibility: visible; }*/

/*
    Spacing & Alignment 
------------------------------------------*/

.roomy-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.roomy-80 {
    padding-top: 100px;
    padding-bottom: 80px;
}

.roomy-70 {
    padding-top: 100px;
    padding-bottom: 70px;
}

.roomy-60 {
    padding-top: 100px;
    padding-bottom: 60px;
}

.roomy-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.roomy-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}


/*text color*/

.text-muted{}

.text-primary{color: #faf562 !important;;}
.text-finence{color:#13A0B2 !important;;}
.text-mega{color:#faf562 !important;;}
.text-white{color:#fff !important;;}
.text-black{color:#000 !important;}

.text-warning{}
.text-danger{}

.disabled{
    cursor: not-allowed;
}

/*bacground color*/
.bg-light {
    background-color: #f3f3f3;
}
.bg-primary{background-color: #1E8BC3;}
.bg-finence{background-color:#13A0B2;}
.bg-mega{background-color:#e5e5e5;}
.bg-grey{background-color: #f5f5f5;}
.bg-black{background-color: #c6a47e;
}
.bg-white{background-color: #fff;}

img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -user-select: none;
    -webkit-user-drag: none;
    -user-drag: none;
}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}
a,
button,
a span {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
a {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.btn:focus,
.btn:active {
    outline: inherit;
    background-color: transparent;
}
*,
*:before,
*:after {
    box-sizing: border-box;
}

p {
    margin: 0 0 15px;
}

.clear {
    clear: both;
}

img {
    max-width: 100%;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    outline: none;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: transparent;
    background-image: none;
}

.form-control{
    border-radius: 0px;
    border:1px solid #ccc;
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    width: 100%;
    height: auto;
}

.form-control:focus {
    border-color: #bcefeb;
    outline: 0;
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075),0 0 0px rgba(102,175,233,.6);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    color:#1a1a1a;
    /* margin-bottom: 10px; */
}

h1 {
    font-size: 3rem;
    line-height: 4rem;
}
h2 {
    font-size: 2.5rem;
    line-height: 3rem;
}
h3 {
    font-size: 2.1rem;
    line-height: 2.5rem;
}
h4 {
    font-size: 1.2rem;
    line-height: 2.2rem;
    color:#fbac1b;
    font-weight: 600;
}
h5 {
    font-size: 1.2rem;
    font-family: 'Crimson Text', serif;
    font-weight: 400;
    color:#fbac1b ;
}
h6 {
    font-size: 1rem;
}



h1 span,
h2 span,
h3 span,
h4 span,
h5 span
{
    color:#faf562;
}
p span{
color:black;
font-weight: 700;
}
p {
    line-height: 1.5rem;
}
p:last-child {
    margin-bottom: 0px;
}
/*colors*/
.w100 {
    font-weight: 100;
}

.w200 {
    font-weight: 200;
}

.w300 {
    font-weight: 300;
}

.w400 {
    font-weight: 400;
}

.w500 {
    font-weight: 500;
}

.w600 {
    font-weight: 600;
}

.w700 {
    font-weight: 700;
}

.w800 {
    font-weight: 800;
}


/*
Section
*/

.parallax-section {
    max-width: 100%;
    color: #ffffff;
}

ul{
    margin:0;
    padding:0;
    list-style:none;
}

/*all overlay*/
.overlay{
        position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.57) 0%, rgba(0, 0, 0, 0.94) 100%);
}

.about_text h1 {
  font-size: 45px;
  font-weight: 700;
  color: white;
  margin-bottom: 15px;
}

.about_text .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
  font-size: 16px;
}

.about_text .breadcrumb li a {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.about_text .breadcrumb li.active a {
  color: #fbac1b;
 
}
.about_text .breadcrumb li :hover{
    text-decoration: underline;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .breadcrumb__height {
        height: 300px;
    }
}
.breadcrumb__height {
    height: 400px;
    display: flex
;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    background-position: bottom;
}

.no-padding {
    padding: 0 !important;
    margin:0 !important;
}
.left-no-padding {
    padding-left: 0 !important;
}
.right-no-padding {
    padding-right: 0 !important;
}
.fluid-blocks-col {
    padding: 70px 40px 0 80px;
}
.fluid-blocks-col-right {
    padding: 70px 80px 0 40px;
}


/*
Separator
*/
.separator_left{
    width:85px;
    height:2px;
    margin:20px 0px;
    background: #000;
}
.separator_auto{
    width:85px;
    height:2px;
    margin:20px auto;
    background: #000;
}
.separator_small{
    width:30px;
    height:2px;
    margin:20px 0px;
    background: #000;
}

/*
Button
*/
.btn{
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    text-transform: uppercase;
    font-size:14px;
    font-weight: 600;
    border-radius: 0;
    /*border:1px solid;*/
}

.btn:hover{
    color:#fff;
    /*border:1px solid;*/
}

.btn-default{
    
    /* border-color:bisque; */
    background-color:#3d589a ;
    color:white;
    padding:0.8rem 2.5rem;
    border-radius: 5px;
}
.btn-default:hover{
    border-color:#fbac1b;
    background-color: #fbac1b;
    color: black;
}

.btn-primary{
    color: #fff;
    background-color: #333;
    border:1px solid;
    border-color: #333;
    padding: 0.8rem 2.5rem;
    border-radius: 30px;
}
.btn-primary:hover{
    background-color:#fbac1b;
    border-color: #fbac1b;
    color:black;
}

.btn-success{}
.btn-info{}
.btn-warning{}
.btn-danger{}
.btn-link{}



/*
socail icon
--------------------------------*/
/*a i.share{
    color:#1E8BC3;
    -webkit-transition: all .6s;
    transition: all .6s;
}*/


/*
Extra height css
*/
.m-0{
    margin:0 !important;
}
.m-top-0{
    margin-top:0;
}
.m-r-0{
    margin-right: 0;
}
.m-l-0{
    margin-left: 0;
}
.m-l-30{
    margin-left: 30px;
}
.m-l-40{
    margin-left: 40px;
}
.m-b-0{
    margin-bottom: 0;
}

.m-r-15{
    margin-right: 15px;
}
.m-l-15{
    margin-left: 15px; 
}
.m-top-10 {
    margin-top: 10px;
}
.m-top-20 {
    margin-top: 20px;
}
.m-top-30 {
    margin-top: 30px;
}
.m-top-40 {
    margin-top: 40px;
}
.m-top-50 {
    margin-top: 50px;
}
.m-top-60 {
    margin-top: 60px;
}
.m-top-70 {
    margin-top: 70px;
}
.m-top-80 {
    margin-top: 80px;
}
.m-top-90 {
    margin-top: 90px;
}
.m-top-100 {
    margin-top: 100px;
}
.m-top-110 {
    margin-top: 110px;
}
.m-top-120 {
    margin-top: 120px;
}
.m-top-150 {
    margin-top: 150px;
}
.m-top-180 {
    margin-top: 180px;
}

.m-t-b-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.m-t-b-120 {
    margin-top: 120px;
    margin-bottom: 120px;
}

.m-bottom-10 {
    margin-top: 10px;
}

.m-bottom-20 {
    margin-bottom: 20px;
}
.m-bottom-30 {
    margin-bottom: 30px;
}

.m-bottom-40 {
    margin-bottom: 40px;
}

.m-bottom-60 {
    margin-bottom: 60px;
}

.m-bottom-70 {
    margin-bottom: 70px;
}

.m-bottom-80 {
    margin-bottom: 80px;
}

.m-bottom-90 {
    margin-bottom: 90px;
}

.m-bottom-100 {
    margin-bottom: 100px;
}

.m-bottom-110 {
    margin-bottom: 110px;
}

.m-bottom-120 {
    margin-bottom: 120px;
}

.m_t__b{
    margin: 14rem 0;
}
.p_t__b{
    padding: 6rem 0;
}

p-0{
    padding:0 !important;
}

.p-l-15{
    padding-left: 15px;
}

.p-r-15{
    padding-right: 15px;
}

.p-top-10 {
    padding-top: 10px;
}
.p-top-20 {
    padding-top: 1.33rem;
}

.p-bottom-20 {
    padding-bottom: 1.33rem;
}

.p-top-30 {
    padding-top: 1.875rem;
}

.p-bottom-30 {
    padding-bottom: 1.875rem;
}

.p-top-40 {
    padding-top: 2.66rem;
}

.p-bottom-40 {
    padding-bottom: 2.66rem;
}

.p-top-60 {
    padding-top: 5rem;
}

.p-bottom-60 {
    padding-bottom: 5rem;
}

.p-top-80 {
    padding-top: 5.714rem;
}

.p-bottom-80 {
    padding-bottom: 5.714rem;
}

.p-top-90 {
    padding-top: 6.429rem;
}

.p-bottom-90 {
    padding-bottom: 6.429rem;
}
.p-top-100 {
    padding-top: 100px;
}

.p-bottom-100 {
    padding-bottom: 100px;
}
.p-top-110 {
    padding-top: 110px;
}

.p-bottom-110 {
    padding-bottom: 110px;
}

.p-bottom-0 {
    padding-bottom: 0;
}

.p_l_r{
    padding-left: 5.714rem;
    padding-right: 5.714rem;
}

/*padding*/
.padding-twenty {
    padding: 10px 0;
}
.padding-fourty {
    padding: 20px 0;
}
.padding-sixty {
    padding: 30px 0;
}
.padding-eighty {
    padding: 40px 0;
}

/*border*/
.no-border-top{
    border-top:0px solid transparent !important;
}
.no-border-rigth{
    border-right:0px solid transparent !important;
}

/*for placeholder changes*/

input[type="email"].form-control::-webkit-input-placeholder {
    color: #fff;
    background-color: transparent;
}

input::-webkit-input-placeholder {
    color: #cdcdcd;
    font-style:italic;
}

input::-moz-placeholder {
    color: #cdcdcd;
    font-style:italic;
}

input:-ms-input-placeholder {
    color: #cdcdcd;
    font-style:italic;
}

input::placeholder {
    color: #cdcdcd;
    font-style:italic;
}
input::-webkit-input-placeholder {
    color: #cdcdcd;
    font-style:italic;
}
input::-moz-placeholder {
    color: #cdcdcd;
    font-style:italic;
}
input::-ms-input-placeholder {
    color: #cdcdcd;
    font-style:italic;
}
textarea::-webkit-input-placeholder{
    color: #cdcdcd;
    font-style:italic;
    padding: 5px;
}
textarea::-moz-input-placeholder{
    color: #cdcdcd;
    font-style:italic;
    padding: 5px;
}
textarea::-ms-input-placeholder{
    color: #cdcdcd;
    font-style:italic;
    padding: 5px;
}

/*for image bg*/
/*.img-bg{
  background: url(../images/home-msg.jpg) no-repeat center top fixed;
  background-size
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}*/


.transform_scal_rotate:hover img{ 
    -webkit-transform: scale(1.1) rotate(4deg); 
    transform: scale(1.1) rotate(4deg); 
}

.culmn{
    width:100%;
    overflow: hidden;
}
/*heading title all area*/
.head_title{
     padding: 15px 20px; 
    overflow: hidden;
}
.head_title h2{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size:2.286rem;
    color:#1a1a1a;
}

@media(max-width:992px){
    .head_title h2
    
     {
        text-align: center;
    }
    
}
.head_title p{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size:1rem;
    color:#4a4a4a;
       padding: 15px 20px;
    
}

/*End off pridifain css*/


/* Preloader CSS */
#loading {
  background: white;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;

  display: flex;               /* center content */
  align-items: center;
  justify-content: center;
}

/* Loading container */
#loading-center {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

/* Triangle Loader */
.loader {
  width: 50px;
  height: calc(50px * 0.866);
  background: #4379cf;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  --c: at 50% 66%, #000 60deg, #0000 0;
  -webkit-mask:
    conic-gradient(from 30deg var(--c)) right,
    conic-gradient(from 150deg var(--c)) bottom,
    conic-gradient(from -90deg var(--c)) left,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-mask-repeat: no-repeat;
  animation: appear 1.5s infinite;
}

/* Triangle animation */
@keyframes appear {
  0% {
    -webkit-mask-size: 0 0, 0 0, 0 0, auto;
  }
  13.33% {
    -webkit-mask-size: 100% 100%, 0 0, 0 0, auto;
  }
  26.67% {
    -webkit-mask-size: 100% 100%, 100% 100%, 0 0, auto;
  }
  40%, 60% {
    -webkit-mask-size: 100% 100%, 100% 100%, 100% 100%, auto;
  }
  73.33% {
    -webkit-mask-size: 0 0, 100% 100%, 100% 100%, auto;
  }
  86.67% {
    -webkit-mask-size: 0 0, 0 0, 100% 100%, auto;
  }
  100% {
    -webkit-mask-size: 0 0, 0 0, 0 0, auto;
  }
}



/*
Nav Menu style
==================*/

.navbar-brand {
    height: 80px;
    /* padding: 30px 15px; */
}

.navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
}
.attr-nav > ul > li > a {
    padding: 30px 15px;
}

.cart-list li h6 a{
    color:#000;
}
.btn-cart{
    background-color: #faf562;
    padding: 2px 10px;
    color:#fff !important;
    border:0px solid;
    display: inline-block;
}
.btn-cart:hover{
    border:0px solid;
    background-color: #ff7854 !important;
}


/*All Banner style*/
.service-banner,
.model-banner,
.contact-banner,
.about-banner,
.blog-banner,
.gallery-banner,
.home{
    background-size: cover;
    position: relative;
}
.home{
    /* background: url(../images/background/homepage-bg.jpg) no-repeat top center; */
}
.service-banner{
    background: url(../images/background/services-bg.jpg) no-repeat bottom center;
}
.service-banner.infrastructure{
    background: url(../images/banner/slider-3.jpg) no-repeat bottom center;
    background-size: cover;
}
.service-banner.interiors{
    background: url(../images/banner/slider-1.jpg) no-repeat bottom center;
    background-size: cover;
}



.service-banner.about{
    background: url(../images/banner/slider-2.jpg) no-repeat bottom center;
    background-size: cover;
}
.service-banner.projects{
    background: url(../images/banner/4.jpg) no-repeat bottom center;
    background-size: cover;
}
.model-banner{
    background: url(../images/background/model-bg.jpg) no-repeat bottom center;
}
.contact-banner{
    background: url(/assets/images/banner/2.jpg) no-repeat bottom center;
}
.about-banner{
    background: url(../images/background/services-bg.jpg) no-repeat bottom center;
}
/* .blog-banner{
    background: url(../images/background/blog-bg.jpg) no-repeat bottom center;
} */
.blog-banner.blog{
    background: url(../images/banner/4.jpg) no-repeat bottom center;
    background-size: cover;
}
.gallery-banner.gallery{
    background: url(../images/banner/slider-1.jpg) no-repeat bottom center;
    background-size: cover;
}



/*
Home Section style
==================*/


.main_home{
    overflow: hidden;
    padding-top: 300px;
    padding-bottom: 230px;
    position: relative;
    z-index: 1;
}
.home_text h1{
    font-family: 'Raleway', sans-serif;
    font-size:4.286rem;
    font-weight: 700;
    line-height: 6.5rem;
}

.home_text h5{
    font-family: 'Crimson Text', serif;
    font-size:18px;
    font-weight: 400;
    width:70%;
    margin:0px auto;
    line-height: 2rem;
}


/*
About section style
====================*/
.main_feature{
    width:100%;
}
.feature_content{}
.feature_photo{
    position: relative;
}
.feature_img img{
    /* width:100%; */
    width: 100%;
    
}
.photo_border{
    width:100%;
    height: 100%;
    position: absolute;
    left:5%;
    top:5%;
    border:10px solid #fbac1b;

}
.photo_border2{
    width:100%;
    height: 100%;
    position: absolute;
    right:3%;
    top:3%;
    border:10px solid #fbac1b;
}

.counter_item h2{
    font-family: 'Roboto Condensed', sans-serif;
    font-size:60px;
    font-style: italic;

}
.counter_item h5{}
.counter_item .separator_small{
    margin: 20px auto;
}
.call-to-action-one__content h2 {
     
    color:#fbac1b ;
    font-size: 60px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 9px;
}

/*Work Section
=====================================*/

.main_work{}
.work_item{
    position: relative;
    top:-40px;
}
.work_item_img img{
    width:100%;
    object-fit:cover;
}
.work_item_details{
    position: relative;
}
.work_separator1:before{
    content: "";
    position: absolute;
    right: -40%;
    top: 43%;
    width: 180px;
    height: 1px;
    background-color: #4379cf;
    z-index: 1;
}
.work_separator2:before{
    content: "";
    position: absolute;
    left: -40%;
    top: 43%;
    width: 180px;
    height: 1px;
    background-color: #4379cf;
    z-index: 1;
}


/*========================================================================
                gallery Section Style
==========================================================================*/
.gallery{
    overflow: hidden;
}
.whatsapp {
    position: fixed;
    bottom: 6rem;
    right: 1.5rem;
    z-index: 999;
  }
  .whatsapp i {
    font-size: 30px;
    color: white;
    background:green  ;
    padding: 8px;
    border-radius: 50%;
    box-shadow: 2px 3px 4px black;
    animation: wh 2s linear infinite;
  }
  .whatsapp:hover i {
    color:white !important;
    background:#3d589a ;
  }
  .whatsapp:hover a i{
      color:white !important;
  }

/* ---- button ---- */

.main-gallery .button {
    display: inline-block;
    margin: 0rem 0.25rem;
    margin-bottom: 10px;
    background: transparent;
    border: none;
    border-radius: 0px;
    color: #000;
    font-family: sans-serif;
    font-size: 14px;
    outline: none;
    border-bottom: 1px dotted #333;
    font-weight: 400;
    padding: 0.5rem 1rem;
}

.main-gallery .button:focus, 
.main-gallery .button:active:focus, 
.main-gallery .button.active:focus, 
.main-gallery .button.focus, 
.main-gallery .button:active.focus, 
.main-gallery .button.active.focus{
    outline: 0; 
    outline-offset:0; 
}

.main-gallery .button:hover {
    color: #000;
}

.main-gallery .button:active,
.main-gallery .button.is-checked {
    color:#000000;
    background: #faf562;
}

.main-gallery .button.is-checked {
    color: #000000;
    border-bottom: 1px dotted #000000;
}


/* ---- isotope ---- */

.main-gallery .grid {
    margin: 0;
    padding:0;
}

/* clear fix */

.main-gallery .grid:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- .grid-item ---- */

.main-gallery .grid-item {
    position: relative;
    margin: 5px;
    width:372px;
    overflow: hidden;
}

.main-gallery .grid-item img{
    width:100%;
    height: 100%;
    transition: all 0.6s;

}

.main-gallery .grid-item:hover img{
    transform: scale(1.1) ;
}

.main-gallery .grid-item:hover .grid_hover_area{
    opacity: 1;
}

.main-gallery .grid_hover_area {
    background-color: rgba(7,8,10,0.50);
    height: 100%;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0%;
    left: 0%;
    width: 100%;
    transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
}

.main-gallery .grid_hover_area .btn{
    padding:0.5rem 1rem;
}
.main-gallery .grid_hover_text a{
    display: block;
}

.blog_item_img{
    width: 100%;          /* full width inside container */
        /* set a fixed height */
  object-fit: cover;    /* crop/scale without distortion */
  border-radius: 8px;   /* optional – for smooth edges */
}



/*
service section style
========================*/

.service_items {
    margin: 40px 0;
}
.testi-bg{
    background: #c6a47e;
}
.slider-bg{
    background: black;
}
.service_items .hexagon i,
.service_items .hexagon span{
    position: relative;
    width: 70px;
    height: 70px;
    background-color:  #e7e7e7;
    margin:0;
    line-height: 70px;
    font-size:2rem;
    color:#000000;
    border-radius: 50%;
}

.service_items .about-content {
    width: 100%;
    position: absolute;
    z-index: 22;
    line-height: 3.2rem;
    text-align: center;
}
.service_items .about-content span.icon{
    font-size:1.5rem;
    color:#fff;
}
.service_right_text h4,
.service_left_text h4{
    font-weight: 400;
    font-size:1.2rem;
    

   
}

.service_right_text p,
.service_left_text p{
    font-family: 'Rubik', sans-serif;
    font-size:16px;
    font-weight: 400;
}
.text-yellow{
    color: #fbac1b !important;;
}



/*
Testimonial Section style
=======================*/
.testimonial{
    position: relative;
}
.main_testimonial{
    position: relative;
    z-index: 1;
}

.main_testimonial .testimonial_item h6{
    font-size:16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
}

.main_testimonial .testimonial_item p{
    font-size:14px;
    width:80%;
    margin: 20px auto;
}

.main_testimonial .carousel-control{
    width:45px;
    height: 45px;
    line-height:  42px;
    text-align: center;
    color:#fbac1b;
    cursor: pointer;
    position: relative;
    background-image: none;
    display: inline-block;
    font-size:14px;
}
.main_testimonial .carousel-control.left,
.main_testimonial .carousel-control.right{
    box-shadow:0px 0px 0px;
    opacity: 1;
}
.main_testimonial .slash{
    font-size: 2rem;
    color: #ccc;
    height: 45px;
    bottom: -5px;
    display: inline-block;
    position: relative;
}

.test_authour img{
    margin: 0px auto;
    width: 100px !important;
}


/*
Brand Section style
=====================*/
.main_cbrand{
    overflow: hidden;
    width:100%;
}
.cbrand_item {
    height: 100%;
    /* overflow: hidden; */
}
.cbrand_item img{
    width:100%;
    opacity: 0.7;
    transition: all 0.6s;
}
.cbrand_item img:hover{
    opacity: 1;
}
.cbrand_item img.img_apple{
    /* width:25%;
    padding: 10px; */
}


/*
Models Section style
=====================*/

.main_models{}
.model_item{}
.model_img{
    position: relative;
    overflow: hidden;
}
.model_img:hover .model_caption{
    bottom:0;
}
.model_img img{
    width:100%;
    -webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
    border-radius: 5px;
}
.model_img:hover img{
    width:100%;
    -webkit-filter: grayscale(0%); 
    filter: grayscale(0%);
    border-radius: 5px;
}
.model_caption{
    /* background-color: #333; */
    background:#fbac1b ;
    width:100%;
    position: absolute;
    left:0;
    bottom:-60px;
    transition: all 0.6s;
}
.model_caption h5{
    padding: 15px;
}

.meet_team{
  background:   #c6a47e;
    width:100%;
    height: 100%;
}

.meet_team a{
    padding:120px 0px;
    display: inline-block;
    font-weight: 400;
    font-size:14px;
    color:white;
}





/*
Contact Section style
=====================*/

.main_contact{
    overflow: hidden;
    max-width: 500px;
    margin: 15px auto;
    background: #333;
}
.main_contact a.btn{
    /*width:100%;*/
}

.widget_socail{}
.widget_socail ul li a i{
    background-color: #434343;
    width:40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    color:#fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}
.widget_socail ul li a:hover i{
    background-color: #faf562;
}


.footer {
    background: black;
    color: #fff;
    padding: 40px 0;
}

.footer-logo {
    width: 150px;
    margin-bottom: 10px;
}

.footer h4 {
    color:  #fbac1b;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
}

.footer ul {
    padding: 0;
    list-style: none;
}

.footer ul li {
    margin-bottom: 8px;
}

.footer ul li a {
    color: #fff;
    text-decoration: none;
}

.footer ul li a:hover {
  
  color:#fbac1b;
  text-decoration: underline;
}

.footer .list-inline li {
    display: inline;
    padding-right: 10px;
}

.footer .list-inline li a {
    font-size: 1.5rem;
    color:  #fbac1b;
}
.footer .list-inline li a:hover{
    /* font-size: 1.5rem; */
    color:  white;
}

.footer .text-center {
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 10px;
}
.copy a{
    color:  #fbac1b;
}
.copy a:hover{
    text-decoration: underline;
}

.owl-carousel.home-carousel .owl-item{
    /* margin-right: unset !important; */

}
.owl-carousel.home-carousel  .owl-nav{
    position: absolute;
    top: 40%;
    width: 100%;
   
}
.owl-carousel.home-carousel .owl-nav .owl-next{
    position: absolute;
    right: 1px;
}
.owl-carousel.home-carousel .owl-nav .owl-prev{
    position: absolute;
    left: 1px;
}
.owl-carousel.home-carousel .owl-nav .owl-prev,
.owl-carousel.home-carousel .owl-nav .owl-next{
    width: 40px;
    height: 40px;
    line-height: 40px;
 background:  #3d589a;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border-radius: 5px; */
    color: #fff;
    transition: all 0.6s;
}
.owl-carousel.home-carousel .owl-nav .owl-prev:hover{
    background-color: #faf562;
    color: #000;
}

@media(max-width:992px){
    .owl-carousel.home-carousel .owl-nav{
        display: none;
    }
}
/* scrollup */

.scrollup{
    /* width: 30px;
    height: 30px; */
    /* font-size: 30px; */
   
    opacity: 1;
    position: fixed;
    bottom: 3.2rem;
    right: 4rem;
    color: #fff;
    cursor: pointer;
   
    z-index: 1000;
    transition: opacity .5s, background-color .5s;
    -moz-transition: opacity .5s, background-color .5s;
    -webkit-transition: opacity .5s, background-color .5s;
}
.scrollup a i{
    font-size: 30px;
    padding: 6px;
    background-color: #3d589a;
    /* border-radius: 5px; */
}
.scrollup:hover {
    background: #faf562;
    opacity: 1;
}

.scrollup i {
    font-size: 13px;
    position: absolute;
    opacity: 1;
    color: #fff;
    left: 50%;
    top: 50%;
    margin-top: -7px;
    margin-left: -6px;
    text-decoration: none;

}




/*
==================================================
            About Us Page
==================================================
*/


/*About home
============================*/
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
}
.breadcrumb li a{
    font-size:16px;
    color:#fff;
}

/*About Feature section
===============================*/
.sv_feature_item img,
.ab_feature_item img{
    width:100%;
}


#teams {
  background: #f9f9f9;       /* light background */
  padding: 60px 0;
}

#teams .head_title h2 {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}

#teams .head_title h5 {
  font-size: 16px;
  color: #777;
  margin-bottom: 20px;
}



/* Team Items */
.team_item {
  text-align: center;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  padding: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.team_item:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.team_img img {
  width: 200px;
  height: 200px;
  border-radius: 50%; 
           /* fixed height */
  object-fit: cover;
  background: #fbac1b;
    /* orange accent */
}

/* Caption */
.team_caption {
  padding: 20px;
}

.team_caption h4 {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  margin-bottom: 5px;
}

.team_caption h5 {
  font-size: 14px;
  color: #888;
  font-style: italic;
}

/* Responsive */
@media (max-width: 768px) {
  #teams {
    padding: 40px 0;
  }

  .team_img img {
    height: 200px;
  }
}

/*
==================================================
            Service Page
==================================================
*/
.company {
     
    position: relative;
    display: block;
    background: #f5f5f8;
 
    z-index: 1;
}
.company .shape1 {
    position: absolute;
    left: -10px;
    bottom: 0;
    opacity: 0.06;
    z-index: -1;
}
.company h3 {
   
   font-weight: 800;
   /* background-image: url('/assets/images/interiors/theme-interior.jpg');
   background-clip:text ;
   -webkit-background-clip:text ;
   color: transparent;
   background-size: cover; */
   font-size:2.386rem;

}
.main_service{}
.sv_service_item{}
.sv_service_item h4 i{
    margin-right:20px;
}



/*Pricing Table*/
.pricing_item{
    border:1px solid #ddd;
    padding: 30px;
}
.pricing_item h3 span{
    font-size:50px;
    font-weight: 700;
    color:#000;
}
.pricing_item h3 sup{
    font-size:45px;
    font-weight: 700;
}
.pricing_head p{
    letter-spacing: 4px;
    font-weight: 700;
    color:#000;
}

.pricing_item li,
.pricing_item p{
    font-size:14px;
}

.pricing_item li{
    font-size:14px;
    line-height: 2rem;
}


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

.action_item{}
.action_item i{
    width:70px;
    height: 70px;
    line-height: 70px;
    background-color: #3d589a;
    color:white;
    font-size:2rem;
    border:1px solid #ddd;
    border-radius: 50%;
}


/*our Maps*/
.ourmap{
    height: 550px;
    width:100%;
}
.map-container {
  width: 100%;
  height: 450px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;  /* optional rounded corners */
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;  /* removes inline gaps */
}

/* Tablet */
@media (max-width: 991px) {
  .map-container {
    height: 350px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .map-container {
    height: 280px;
    border-radius: 8px;
  }
}


/*
==================================================
           Our Model Page
==================================================
*/


.main-model .model-item{
    width:270px;
    margin: 10px;
	position:relative;
}
.main-model .model-item .btn-default{
	position:absolute;
	left:50%;
	top: 35%;
    margin-left: -80px;
	color:#fff;
	border-color:#fff;
	opacity:0;
}
.main-model .model-item:hover .btn-default{
	opacity:1;
}

/*
==================================================
          Model Details Page
==================================================
*/

/* Skill bar*/

.teamskillbar {
    position:relative;
    display:block;
    margin-bottom:15px;
    width:100%;
    background: #e1e1e1;
    height:4px;
    -webkit-transition:0.4s linear;
    transition:0.4s linear;
    -webkit-transition-property:width, background-color;
    transition-property:width, background-color;
}
.teamskillbar h6{
    position: absolute;
    top:-25px;
    left:0;
    width:100%;
}
.teamskillbar h6.one{
    width:63%;
}
.teamskillbar h6.two{
    width:75%;
}
.teamskillbar h6.three{
    width:88%;
}
.teamskillbar h6.foure{
    width:76%;
}
.teamskillbar-bar {
    height:2px;
    width:0px;
    background:#000000;
    position: absolute;
    left:1px;
    top:1px;
}






/*========================================================
        Blog Page
==========================================================*/ 

.main_blog_fashion{

}
.blog_fashion_left{}
.blog_fashion_img img{
    width:100%;
}
.blog_fashion_content{
    padding: 10px 0px;
    background-color: #fff;
    width:90%;
    position: relative;
    top:-80px;
}
.blog_item .breadcrumb,
.blog_fashion_content .breadcrumb {
    padding: 8px 0px;
    margin-bottom: 0px;
}


.blog_fashion_right{}
.fashion_test{
    background: black !important;

    padding:40px 20px 55px 20px;
}
.fashion_test img.img-circle{
    width:125px;
    height: 125px;
    margin: 0px auto;
}

.fashion_praspect{
    -webkit-perspective: 12500px;
    perspective:1200px;
}

.fashion_praspect_inner{
    padding:30px 40px 50px 20px;
    transition: .3s; 
    transform: rotateY(25deg);
}




/*Blog section*/
.blog_area{
    width:100%;
}

.blog_item .breadcrumb li a{
    font-size:14px;
    color:#666666;
}
.blog_item h5{
    font-size:1.2rem;
    font-weight: 700;
    color:#fbac1b;
     line-height: 2.2rem;
}




/*
======================================================
Blog Details Page
======================================================
*/
.blog_details_content{}
.blog_details_head{}
.blog_details_head .blog_date{
    float: left;
    width:50px;
    margin-right: 20px;
}
.blog_details_head .blog_date span{
    background-color: #faf562;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 35px;
    display: inline-block;
    margin-top: 1px;
    padding: 7px;
}
.blog_details_head .head_text{
    display: inline-block;
}

.socail_share{}
.socail_share ul li a{
    width:30px;
    height: 30px;
    border:1px solid #ddd;
    line-height: 30px;
    text-align: center;
    color:#000;
    display: inline-block;
}
.socail_share ul li a:hover{
    color:#fff;
    background-color: #faf562;
}



/*command*/

.blog_comments_img img{
    width:80px;
    height: 80px;
}
.comments_top_tex h5{
    font-size:16px;
    font-weight: 700;
}
.comments_top_tex a{
    color:#999;
}
.comments_top_tex a i{
    color:#000;
    margin-right: 5px;
}




/*Live chate*/


.live_chate textarea.form-control{
    height: auto;
}





/*Said Baarea*/

.said_ctg{}

.said_socail h6,
.said_arc h6,
.said_post h6,
.said_ctg h6{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size:16px;
}

.said_arc ul li,
.said_ctg ul li{
    line-height: 2rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.said_arc ul li a,
.said_ctg ul li a{
    color:#999;
    font-family: 'Rubik', sans-serif;
    font-size:16px;
}
.said_post{}
.said_post .post_item{
    width:100%;
    display: block;
    overflow: hidden;
    margin-top:20px;
    border-bottom:1px solid #ddd;
    padding-bottom:20px;
}

.said_post .post_item .item_img {
  width: 20%;
  float:left;
  margin-right: 5%;
  display: inline-block;
}
.said_post .post_item .item_text{
    display: inline-block;
    width:70%;
}

.socail_item{
    float: left;
    width: 30.5%;
    margin: 5px;
}
.socail_item img{
    width:100%;
}



.logo {
  height: 100px !important;  /* Override all */
  width: auto !important;
}


.service-carousel .owl-dots{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-block: 1rem;
}
.service-carousel .owl-dots .owl-dot{
width: 15px;
height: 15px;
border: 1px solid white;
border-radius: 50%;
margin: 5px;
}
.service-carousel .owl-dots .owl-dot.active{
    background-color:  #fbac1b; 
}
.testimonial-carousel .owl-dots{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-block: 1rem;
}
.testimonial-carousel .owl-dots .owl-dot{
width: 15px;
height: 15px;
border: 1px solid white;
border-radius: 50%;
margin: 5px;
}
.testimonial-carousel .owl-dots .owl-dot.active{
    background-color: #4379CF; 
}
.gallery-carousel.owl-carousel img {
    width: 100%;
    padding: 1rem;
    height: auto;
    border-radius: 10px;
   
  }
  

  .work {
    margin: 0 auto !important;

  }
  .googlesreviews {
    height: 130px;
    width: 250px;
}
/* Service Box */
.sec-title .sub-title {
    position: relative;
    display: block;
    margin-bottom: 10px;
}
.sec-title p {
    color: var(--tp-theme-1);
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.016em;
}
.sec-title h2 {
    padding: 10px 0px;
    color: white;
}
.tp-service-2-area{
background: #000000;
}
.tp-service-2-item:hover {
   /* purple overlay */
  transform: translateY(-5px);
}
.tp-service-2-item {
  display: flex;
  flex-direction: column;
  height: 100%;

  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  }
  .tp-service{
      position: relative;
    display: block;
    padding: 15px 20px;
    margin-bottom: 30px;
    overflow: hidden;
    z-index: 1;
    border: 1px solid var(--tp-theme-1);
}


.tp-service-2-thumb {
  width: 100%;
  height: 220px;  /* fixed image height */
  overflow: hidden;
}

.tp-service-2-thumb img {
  border-radius: 5px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    
  
 
}

.tp-service-2-content {
  flex: 1;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
background: black;
}
.tp-service-2-title {
  font-size: 18px;
  font-weight: 600;
color: white;
  margin-top: 20px;
}
.tp-service-2-title:hover {
  
color: var(--tp-theme-1);
  
}

.tp-service-2-content p {
  font-size: 14px;
  margin-bottom: 15px;
  color: #ccc;
}

.service-num {
  display: block;
  font-size: 16px;
  font-weight: bold;
  opacity: 0.5;
  margin-bottom: 10px;
}

.tp-service-btn {
  display: inline-block;
  padding: 8px 15px;
  background: #fff;
  color: #000;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s;

}

.tp-service-btn:hover {
 background: linear-gradient(90deg, #d4af37, #f1c40f);
  color: #000;
}
/* ----------- MEDIA QUERIES ----------- */

/* Tablets (2 per row) */
@media (max-width: 992px) {
  
  .tp-service-2-title {
    font-size: 18px;
  }
  .tp-service-btn {
    padding: 8px 16px;
    font-size: 13px;
   width:150px;
  }
}

/* Mobile (1 per row) */
@media (max-width: 576px) {
  
  .tp-service-2-title {
    font-size: 16px;
  }
  .tp-service-btn {
    padding: 6px 14px;
    font-size: 12px;
  }
}
/*loader*/


#ftco-loader {
  position: fixed;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  z-index: 999999;
}

#ftco-loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#ftco-loader.show {
  -webkit-transition: opacity 0.4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity 0.4s ease-out, visibility 0s linear 0s;
  transition: opacity 0.4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}
/* HTML: <div class="loader"></div> */
.loader {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #ff7a00; /* orange */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
 .tp-service{
      position: relative;
    display: block;
    padding: 15px 20px;
    margin-bottom: 30px;
    overflow: hidden;
    z-index: 1;
    border: 1px solid  #fbac1b;
}


.tp-service-2-thumb {
  width: 100%;
  height: 220px;  /* fixed image height */
  overflow: hidden;
}

.tp-service-2-thumb img {
  border-radius: 5px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    
  
 
}
.sec-title .sub-title{
    position: relative;
    display: block;
    margin-bottom: 10px;
}
.sec-title p {
    color: #fbac1b ;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.016em;
}

.tp-service-2-content {
  flex: 1;
  padding: 15px;


  display: flex;
  flex-direction: column;
  justify-content: space-between;
background: transparent;
}
.tp-service-2-title {
  font-size: 1.2rem;
  font-weight: 600;
color: #fbac1b;
  margin-top: 20px;
}
.tp-service-2-title:hover {
  
color: #3d589a;
  
}

.tp-service-2-content p {
  font-size: 14px;
  margin-bottom: 15px;
  color: #ccc;
}

.service-num {
  display: block;
  font-size: 16px;
  font-weight: bold;
  opacity: 0.5;
  margin-bottom: 10px;
}

.tp-service-btn {
  display: inline-block;
  padding: 8px 15px;
  background: #fff;
  color: #000;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s;

}

.tp-service-btn:hover {
 background: #fbac1b ;
  color: #000;
}
/* ----------- MEDIA QUERIES ----------- */

/* Tablets (2 per row) */
@media (max-width: 992px) {
  
  .tp-service-2-title {
    font-size: 18px;
  }
  .tp-service-btn {
    padding: 8px 16px;
    font-size: 13px;
   width:150px;
  }
}

/* Mobile (1 per row) */
@media (max-width: 576px) {
  
  .tp-service-2-title {
    font-size: 16px;
  }
  .tp-service-btn {
    padding: 6px 14px;
    font-size: 12px;
  }
}

.main_blog_fashion {
  text-align: center; /* centers inline elements like img */
  margin: 40px auto;
}

.blog_fashion_img1 img {
  max-width: 100%;
  height: auto;
  display: block;
  /* centers block element */
  border-radius: 10px; 
  max-height: 500px;   /* limit the height */
  width: auto;
 
 
  margin: 0 auto 30px auto;/* optional for smooth corners */
}

.main_blog_fashion {
  padding: 50px 20px; /* padding for whole section */
  text-align: center;
}

.blog_fashion_img img {
  max-width: 100%;
  max-height: 500px;   /* limit the height */
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto 30px auto; /* center + spacing below */
  border-radius: 10px; /* optional */
  object-fit: cover;   /* keeps aspect ratio without distortion */
}
 .blog_fashion img{
        width: 100%;
        height:250px;
        object-fit: cover;
        margin-bottom: 1rem;
        border: 2px solid white;
        border-radius: 10px;
        transition: cubic-bezier(0.075, 0.82, 0.165, 1);
    }

.blog_interior_content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.blog_interior_content h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
 
}


.blog_interior_content p {
  font-size: 16px;
  
  color: #444;
}
.service-box{
    max-width: 100%;
    max-height: 100%;
    width:auto;
    background-color: black;
    padding: 10px 10px;
}



.owl-carousel.home-carousel .carousel-item::before {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.5);
          content: "";
        }

.owl-carousel.home-carousel .carousel-item .carousel-text {
          z-index: 2;
        }

        /* Carousel Text Style */
        .carousel-item {
          position: relative;
        }

        .carousel-text {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          color: white;

          text-align: center;

          transition: opacity 0.3s ease;
          /* padding: 10px 20px; */
          border-radius: 5px;
        }

        .carousel-text h3 {
          font-size: 6rem;
          font-weight: 900;
          line-height: 1;
          text-transform: uppercase;
          text-shadow: 4px 4px 8px rgba(247, 244, 244, 0.5);
          /* Adds a shadow to text */

          /* Gradient text */
          background: linear-gradient(90deg, #fbac1b, #3d589a);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;

          /* Text stroke */
          -webkit-text-stroke: 2px #000000;

          /* Smooth fade/slide effect */
          opacity: 1;
          transition: opacity 0.5s, transform 0.5s;
        }

        /* Keyframes for fade-in effect */
        @keyframes fadeIn {
          0% {
            opacity: 0;
            transform: translateY(20px);
            /* Slide in from below */
          }

          100% {
            opacity: 1;
            transform: translateY(0);
            /* End at normal position */
          }
        }

        /* Keyframes for individual word animation */
        @keyframes fadeInWord {
          0% {
            opacity: 0;
            transform: translateY(20px);
            /* Slide in from below */
          }

          100% {
            opacity: 1;
            transform: translateY(0);
            /* Normal position */
          }
        }

        /* Styling for the animated text */
        .animated-text span {
          display: inline-block;
          /* Allows animation per word */
          opacity: 0;
          /* Initially hidden */
          animation: fadeInWord 0.5s ease forwards;
        }

        /* Delay each word's animation */
        .animated-text span:nth-child(1) {
          animation-delay: 0.2s;
        }

        .animated-text span:nth-child(2) {
          animation-delay: 0.4s;
        }

        @media (max-width: 992px) {
          .carousel-text h3 {
            font-size: 2.8rem;
            -webkit-text-stroke:linear-gradient(90deg, #fbac1b, #3d589a) 2px ;
            /* Corrected text stroke */
          }

          .home-carousel.owl-carousel img {
            height: 80vh;
            object-fit: cover;
          }

          .home-carousel.owl-carousel .carousel-text {
            height: 1%;
          }
        }
     
 .back {
            background: linear-gradient(90deg, #fbac1b, #3d589a) !important;
          }

          
          .main_feature .brand-name h3 {
            position: relative;
            font-size: 18rem;
            color: rgba(0, 0, 0, 0.5) !important;
          }

             .about-company {
            background: #c6a47e;
          }

          .about-company .head_title {
            margin-bottom: 5rem;
          }

          .about-company img {
            mix-blend-mode: darken;
          }

           .breadcumb {
                  list-style: unset;
                  padding-left: 1rem;
                  color:#ccc;
                  font-size: 14px
                  
                  ;
                }

                 .step-section {
          display: flex;
          flex-direction: column;
          gap: 30px;
          max-width: 800px;
          margin: 0 auto;
        }

        .services-section .row {
          display: flex;
          align-items: center;
        }

        .step {
          background: linear-gradient(90deg, #fbac1b, #3d589a);
          border-radius: 10px;
          padding: 20px;
          display: flex;
          align-items: center;
          gap: 20px;
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .step:hover {
          transform: translateY(-5px);
          box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
        }

        .step i {
          font-size: 40px;
          color: #4caf50;
        }

        .step-text {
          display: flex;
          flex-direction: column;
        }

        .step-text h3 {
          margin: 0;
          font-size: 26px;
          color: #333;
          font-weight: 600;
        }

        .step-text p {
          margin: 5px 0;
          font-size: 16px;
          color: #666;
        }

        .services .separator_left {
          margin: 0 auto;
        }

        /* Add subtle borders and padding for a neater look */
        .step-text p {
          padding-left: 10px;
          border-left: 4px solid #4379cf;
        }

        .services-section .fa-arrow-right {
          color: #4379cf;
          margin-right: 10px;
        }

        .services-section .row .below-section {
          /* display: flex !important;
                align-items: center !important; */
        }

        .services-section {
          /* padding: 20px; */
        }

        .services-section .row {
          margin-top: 1.2rem;
        }

        .services-section .row .head_title h2 {
          margin-bottom: 3rem !important;
          font-weight: 500;
          text-transform: uppercase;
        }

        .service-carousel {
          /* width: 50% !important; */
        }

        .service-carousel.owl-carousel img {
          height: 300px;
          /* border: 2px solid #4379CF; */
          object-fit: fill;
        }
        .service-carousel.owl-carousel img :hover {
          transform: scale(1.05);
          transition: transform 0.5s ease;
        }

        .service-carousel.owl-carousel {
          width: 50% !important;
        }

        .category {
          margin-bottom: 40px;
          display: flex;
          align-items: center;
          justify-content: space-between;
        }

        .category h2 {
          font-size: 24px;
          margin-bottom: 15px;
          color: #333;
        }

        .service-list {
          list-style: none;
          padding: 0;
        }

        .service-list li {
          margin: 10px 0;
          padding: 5px;
        }

        .service-list li h3 {
          font-size: 16px;
          color: #555;
          margin: 0;
        }

        .img-fluid {
          max-width: 100%;
          height: auto;

          border-radius: 5px;
        }

        

        @media (max-width: 992px) {
          .service-carousel.owl-carousel {
            width: 100% !important;
          }

          .services-section .row {
            flex-direction: column;
          }
        }
     

      
        .service-section {
          /* display: flex;
          justify-content: center;
          align-items: center; */
          height: 400px;
        }
         .brand-image img {
          width: 100%;
        }
        .why {
            background: #3d589a !important;
          }

          .why .main-color {
            color: white;
          }

          .why p {
            color: white;
          }
           #testimonial {
          background:white;
        }

.main_feature {
        position: relative;
      }

      .main_feature .brand-name {
      }

      .main_feature .brand-name h3 {
        position: relative;
        font-size: 18rem;
        color: rgba(0, 0, 0, 0.5) !important;
      }

      .company {
        position: relative;
      }

      .company .brand-name {
      }

      .company .brand-name h3 {
        position: relative;
        font-size: 18rem;
        color: rgba(0, 0, 0, 0.5) !important;
      }

      .company .brand-name h3 span:first-child {
        position: absolute;
        left: 0;
        color: rgba(0, 0, 0, 0.5) !important;
        opacity: 0.1;
      }

      .company .brand-name h3 span:nth-child(2) {
        position: absolute;
        right: 65%;
        color: rgba(0, 0, 0, 0.5) !important;
        opacity: 0.1;
      }

      .company .brand-name h3 span:last-child {
        position: absolute;
        right: 0;
        color: rgba(0, 0, 0, 0.5) !important;
        opacity: 0.1;
      }

      @media (max-width: 992px) {
        .company .brand-name h3 {
          font-size: 4rem;
        }

        .company .brand-name h3 span:first-child {
          left: 30%;
        }

        .company .brand-name h3 span:nth-child(2) {
          right: 55%;
        }

        .company .brand-name h3 span:last-child {
          right: 30%;
        }

        .main_feature .brand-name h3 {
          font-size: 4rem;
        }

        .main_feature .brand-name h3 span:first-child {
          top: -100px;
          left: 30%;
        }

        .main_feature .brand-name h3 span:nth-child(2) {
          right: 55%;
          top: -100px;
        }

        .main_feature .brand-name h3 span:last-child {
          right: 30%;
          top: -100px;
        }
      }

      .navbar-brand img.logo {
  height: 150px !important;   /* set bigger height */
  width: auto !important;     /* keep aspect ratio */
  max-height: none !important; /* remove the 100px limit */
}
.logo-scrolled {
  height: 120px !important;   /* smaller when scrolled */
  width: auto !important;
}
@media (max-width: 992px) {
  .navbar-brand img.logo {
    height: 100px !important;
  }
}

/* Mobile screens (iPhone 14 Pro and smaller) */
@media (max-width: 576px) {
  .navbar-brand img.logo {
    height: 80px !important;   /* keep it neat */
  }


}

 .service-box h2{
background-image: url('/assets/images/interiors/t-10.png');

font-size: 50px;
font-weight: 800;
text-align: center;
text-transform: uppercase;
background-repeat: no-repeat;
background-position: center;
-webkit-text-fill-color: transparent;
background-clip: text;
-webkit-background-clip: text;
animation: forestpan 8s ease-in-out infinite;

}
@keyframes forestpan {
    0%, 100% {background-position: 20%, 30%; }
    50% {background-position: 80%, 70%; }
}