/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@font-face {
font-family: "Righteous";
src: url("../fonts/BalooChettan-Regular.ttf");
src: url("../fonts/BalooChettan-Regular.ttf");
}
/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
     transition: ease all 0.5s;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     font-family:Poppins;
     line-height: 1.80857;
     font-weight: normal;
     overflow-x: hidden;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px
}

h2 {
     font-size: 22px
}

h3 {
     font-size: 18px
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 20px;
     font-weight: 300;
     font-size: 15px;
     line-height: 24px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.paddind_bottom_0 {
     padding-bottom: 0 !important;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.layout_padding {
     padding-top: 90px;
     padding-bottom: 0px;
}

.padding_0{
     padding: 0px;
}

.header_section{
    width: 100%;
    float: left;
    background-image: url(../images/header-bg.png);
    height: auto;
    background-size: 100%;
}
.bg-light {
    background-color: transparent !important;
}
.logo {
    width: 25%;
    float: left;
}
.navbar-light .navbar-nav .nav-link {
    color: #111111;
    font-size: 18px;
    text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #ffb607;
}
.call_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffb607;
    padding-top: 10px;
    white-space: nowrap; /* Prevent line breaks */
    overflow: visible;   /* Ensure the entire number is visible */
}


.search_icon{
    width: 12%;
    float: left;
}
.search_icon ul{
    margin: 0px;
    padding: 0px;
}
.search_icon li {
    float: left;
    padding-left: 20px;
    font-size: 18px;
    color: #000;
}
.search_icon li a{
    color: #000;
}
.search_icon li a:hover{
    color: #ffb607;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
}

.nav-item {
    position: relative;
}

.navbar-nav.mr-auto ul {
    margin: 0px;
    padding: 0px;
}

.mb-lg-0, .my-lg-0 {
    margin-bottom: 0!important;
    width: 25%;
    float: left;
}
.banner_section {
    width: 100%; /* Make the width responsive */
    float: left; /* Ensure the section floats as intended */
    background-image: url(../images/banner2.1.jpg);
    height: 100%; /* Keep the height as required */
    padding-bottom: 20px;
    background-size: cover; /* Ensure the image covers the entire area */
    background-repeat: no-repeat;
    background-position: center; /* Center the background image */
    background-attachment: fixed; /* Optional: Make the image fixed while scrolling */
}

.icon_1{
    width: 100%;
    float: left;
    text-align: center;
}
.furniture_text{
    width: 100%;
    float: left;
    font-size: 100px;
    color: #090808;
    text-align: center;
    text-transform: uppercase;
}
.there_text {
    width: 50%;
    margin: 0 auto;
    font-size: 16px;
    color: #090808;
    text-align: center;
}
.contact_bt_main{
    width: 17%;
    margin: 0 auto;
    text-align: center;
}
.contact_bt {
    width: 100%;
    float: left;
    margin-bottom: 100px;
    margin-top: 100px;
}
.contact_bt a{
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    background-color: #ffb607;
    text-align: center;
    padding: 10px 0px;
    border-radius: 5px;
    text-transform: uppercase;
}
.contact_bt a:hover{
    color: #ffffff;
    background-color: #000;
}

.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-left:before {
    content: "\f105";
}
#costum_slider a.carousel-control-prev {
    position: absolute;
    left: -153px;
    top: 57%;
    background-color: transparent;
    color: #ffb607;
    border-radius: 100px;
}

#costum_slider a.carousel-control-next {
    position: absolute;
    right: -150px;
    top: 57%;
}
#costum_slider .carousel-control-prev, 
#costum_slider .carousel-control-next {
    width: 50px;
    height: 50px;
    background: transparent;
    opacity: 1;
    font-size: 30px;
    color: #ffb607;
    border-radius: 100px;
}
#costum_slider .carousel-control-prev:hover, #costum_slider .carousel-control-next:hover, #costum_slider .carousel-control-prev:focus, #costum_slider .carousel-control-next:focus {
    background: #f8ca12;
    color: #fff;
}







.services_section {
    width: 100%;
    padding: 60px 0;
    background-color: #1e1e1e; /* Dark background for contrast */
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.services_taital {
    font-size: 42px;
    color: #ffb607; /* Vibrant color for the title */
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px; /* More spacing for a cleaner look */
    letter-spacing: 2px;
    font-weight: bold;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4); /* Added text shadow for depth */
}

.services_section2 {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 20px 0;
    position: relative;
    z-index: 2;
}

.col-lg-3.col-sm-6 {
    background-color: #2e2e2e; /* Background color for the card */
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 10px; /* Rounded corners for the card */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3); /* Subtle shadow for depth */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.col-lg-3.col-sm-6:hover {
    transform: translateY(-10px); /* Lift the card slightly on hover */
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.4); /* Deeper shadow on hover */
}

.icon_1 img {
    width: 100px; /* Larger icons for emphasis */
    height: 100px;
    margin-bottom: 20px;
    transition: transform 0.4s ease, filter 0.4s ease;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.3)); /* Drop shadow for icons */
}

.icon_1 img:hover {
    transform: scale(1.2); /* Slightly larger on hover */
    filter: brightness(1.4); /* Brighten the icon on hover */
}

.furnitures_text {
    font-size: 26px;
    color: #ffffff; /* White text for contrast */
    text-transform: uppercase;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 15px; /* Added margin for spacing */
    letter-spacing: 1.5px; /* Added spacing between letters */
    animation: fadeIn 1s ease-in-out; /* Fade-in effect */
    transition: color 0.3s ease, transform 0.3s ease; /* Transition effects */
}

.furnitures_text:hover {
    color: #ff8e07; /* Change color on hover */
    transform: scale(1.05); /* Slight zoom effect on hover */
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px); /* Slide up effect */
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.dummy_text {
    font-size: 16px;
    color: #cccccc; /* Lighter text color for readability */
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 1.8; /* Increased line height for readability */
    animation: slideUp 1.2s ease-in-out; /* Slide-up effect */
    transition: color 0.3s ease, transform 0.3s ease; /* Transition effects */
}

.dummy_text:hover {
    color: #ffffff; /* Brighten text on hover */
    transform: translateY(-5px); /* Slight lift effect on hover */
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px); /* Slide up from below */
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.read_bt_main {
    width: 60%;
    margin: 20px auto;
    text-align: center;
}

.read_bt {
    margin-top: 10px;
}

.read_bt a {
    font-size: 18px;
    color: #ffffff;
    background-color: #ff8e07;
    text-align: center;
    padding: 14px 0px; /* Increased padding for a larger button */
    border-radius: 50px; /* Rounded button for a modern look */
    text-transform: uppercase;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3); /* Added stronger shadow */
    display: block;
    text-decoration: none;
}

.read_bt a:hover {
    color: #ff8e07; /* Text color change on hover */
    background-color: #ffffff; /* Button background changes on hover */
    transform: translateY(-3px); /* Button lifts on hover */
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.4); /* Deeper shadow on hover */
}

.text_section {
    width: 100%;
    padding: 40px 20px;
    background-color: #2e2e2e; /* Slightly lighter background for contrast */
    color: #e0e0e0; /* Light gray text color for readability */
    text-align: center;
    border-radius: 10px; /* Rounded corners for a softer look */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3); /* Subtle shadow for depth */
    overflow: hidden;
}

.text_section h2 {
    font-size: 36px;
    color: #ffb607; /* Vibrant color to match the title */
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 1.5px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Added text shadow for depth */
}

.text_section p {
    font-size: 18px;
    color: #d1d1d1; /* Slightly lighter text color for better contrast */
    line-height: 1.7; /* Comfortable line height for readability */
    margin-bottom: 20px;
}

.text_section p.highlight {
    font-size: 20px;
    color: #ffffff; /* White text for emphasis */
    font-weight: bold; /* Bold text for emphasis */
    background-color: #ff8e07; /* Background color for highlighting */
    padding: 10px 15px;
    border-radius: 5px; /* Rounded corners for the highlighted text */
    display: inline-block;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3); /* Subtle shadow for the highlighted text */
}

@media (max-width: 768px) {
    .services_taital {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .furnitures_text {
        font-size: 22px;
    }

    .dummy_text {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .read_bt_main {
        width: 80%;
    }

    .read_bt a {
        font-size: 16px;
        padding: 12px 0;
    }

    .icon_1 img {
        width: 80px;
        height: 80px;
    }

    .text_section {
        padding: 30px 15px;
    }

    .text_section h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .text_section p {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .text_section p.highlight {
        font-size: 18px;
        padding: 8px 12px;
    }
}













.about_section {
    width: 100%;
    float: left;
    background-color: #ffb607;
    height: auto;
    padding-bottom: 90px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-top: 50px; /* Added top padding for spacing */
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */
    background-image: radial-gradient(circle at center, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 80%);
    background-size: cover;
}
.image_1 {
    width: 100%;
    float: left;
    transition: transform 0.5s ease, filter 0.5s ease; /* Smooth transition */
    filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.3)); /* Drop shadow for image */
    margin-top: 400px;
}

@media (max-width: 767px) { /* For small screens (e.g., mobile devices) */
    .image_1 {
        margin-top: 0; /* Remove margin-top on small screens */
    }
}


.image_1:hover {
    transform: scale(1.05); /* Slight zoom effect on hover */
    filter: brightness(1.2); /* Brighten the image on hover */
}
.about_text {
    width: 100%;
    margin-left: 275px;
    font-size: 50px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center; /* Center the text */
    margin-top: 20px; /* Added margin for spacing */
    position: relative;
    z-index: 2;
    letter-spacing: 2px; /* Increased letter spacing */
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5); /* Added text shadow for depth */
}

.about_text::after {
    content: "";
    display: block;
    width: 40%; /* Adjust width as needed */
    height: 4px; /* Adjust height as needed */
    background-color: #a7760393; /* Underline color */
    position: absolute;
    left: 50%;
    bottom: 10px; /* Position below the text */
    transform: translateX(-50%);
}


.lorem_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #000000;
    margin-left: 0px;
    font-weight: 400;
    padding-top: 40px;
    line-height: 1.8; /* Increased line height for readability */
    text-align: justify; /* Justify the text */
    position: relative;
    z-index: 2;
    background-color: rgba(255, 255, 255,0.1); /* Semi-transparent background */
    padding: 20px; /* Padding for better readability */
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Soft shadow for emphasis */
}

.lorem_text:hover {
    color: #333333; /* Darken text on hover */
    transform: translateY(-5px); /* Slight lift effect on hover */
}

.read_bt1 {
    width: 30%;
    float: left;
    margin-top: 70px;
    transition: transform 0.3s ease; /* Smooth transition */
    position: relative;
    z-index: 2;
    margin-left: 35%; /* Center the button */
}

.read_bt1:hover {
    transform: translateY(-3px); /* Slight lift effect on hover */
}

.read_bt1 a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    background-color: #070201;
    text-align: center;
    padding: 14px 0px; /* Increased padding for a larger button */
    border-radius: 50px; /* Rounded button for a modern look */
    text-transform: uppercase;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3); /* Added stronger shadow */
}

.read_bt1 a:hover {
    color: #000;
    background-color: #ffffff;
    transform: translateY(-3px); /* Button lifts on hover */
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.4); /* Deeper shadow on hover */
}

@media (max-width: 768px) {
    .about_text {
        font-size: 32px;
        margin-top: 15px;
        margin-left: 0px;
    }

    .lorem_text {
        font-size: 16px;
        padding-top: 30px;
    }

    .read_bt1 {
        width: 80%;
        margin-top: 50px;
        margin-left: 10%; /* Adjust centering for small screens */
    }

    .read_bt1 a {
        font-size: 16px;
        padding: 12px 0;
    }
}







.furnitures_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}
.our_text{
    width: 100%;
    float: left;
    font-size: 36px;
    color: #121111;
    text-transform: uppercase;
    text-align: center;}

    .our_project_p {
        font-size: 22px;
        margin-left: 300px;
    }
    
    @media (max-width: 1024px) { /* For tablets and smaller devices */
        .our_project_p {
            margin-left: 150px;
        }
    }
    
    @media (max-width: 767px) { /* For mobile devices */
        .our_project_p {
            margin-left: 20px; /* Reduce margin-left on small screens */
        }
    }
    

.ipsum_text{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #090808;
    text-align: center;
    margin-left: 0px;
    margin-top: 10px;
}







.furnitures_section2{
    width: 100%;
    float: left;
}

.container_main {
  position: relative;
  width: 100%;
  max-width: 100%;
}

a:hover {
    color: #fff;
    text-decoration: underline;
}
.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    width: 42%;
    opacity: 0;
    transition: .3s ease;
    background-color: #fabc26;
    margin: 0 auto;
    border-radius: 100px;
    top: 55px;
}

.container_main:hover .overlay {
  opacity: 1;
}

.icon {
  color: white;
  font-size: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.fa-user:hover {
  color: #eee;
}
.temper_text{
    width: 100%;
    float: left;
    font-size: 18px;
    color: #fabb25;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 35px;
}
.dololr_text{
    width: 100%;
    float: left;
    font-size: 18px;
    color: #121111;
    margin-top: 10px;
    margin-left: 0px;
}






.who_section {
    width: 100%;
    float: left;
    background-image: url(../images/whowearebackground.jpg);
    height: auto;
    padding-bottom: 55px;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-top: 50px; /* Added top padding for spacing */
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */
}

.who_section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Dark overlay for text readability */
    z-index: 0;
}

.who_taital {
    width: 100%;
    float: left;
    font-size: 36px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    z-index: 2;
    letter-spacing: 2px; /* Increased letter spacing */
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7); /* Added text shadow for depth */
    margin-bottom: 20px; /* Added margin for spacing */
}

.designer_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    margin-bottom: 15px; /* Added margin for spacing */
    letter-spacing: 1.5px; /* Added spacing between letters */
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6); /* Subtle text shadow */
}

.lorem_ipsum_text {
    width: 90%;
    margin: 0 auto;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.1); /* Semi-transparent background */
    padding: 20px; /* Padding for better readability */
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3); /* Soft shadow for emphasis */
    position: relative;
    z-index: 2;
    line-height: 1.8; /* Increased line height for readability */
    transition: transform 0.3s ease, background-color 0.3s ease; /* Smooth transition */
}

.lorem_ipsum_text:hover {
    background-color: rgba(255, 255, 255, 0.2); /* Brighter background on hover */
    transform: scale(1.02); /* Slight zoom effect on hover */
}

.get_bt_main {
    width: 13%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.get_bt {
    width: 100%;
    float: left;
    margin-top: 70px;
    transition: transform 0.3s ease; /* Smooth transition */
}

.get_bt:hover {
    transform: translateY(-5px); /* Slight lift effect on hover */
}

.get_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    background-color: #070201;
    text-align: center;
    padding: 14px 0px; /* Increased padding for a larger button */
    border-radius: 50px; /* Rounded button for a modern look */
    text-transform: uppercase;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3); /* Added stronger shadow */
}

.get_bt a:hover {
    color: #000;
    background-color: #ffffff;
    transform: translateY(-3px); /* Button lifts on hover */
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.4); /* Deeper shadow on hover */
}

@media (max-width: 768px) {
    .who_taital {
        font-size: 28px;
    }

    .designer_text {
        font-size: 16px;
    }

    .lorem_ipsum_text {
        font-size: 18px;
        padding: 15px;
    }

    .get_bt_main {
        width: 70%;
    }

    .get_bt a {
        font-size: 16px;
        padding: 12px 0;
    }
}





/* General styles for sections */
.projects_section {
    width: 100%;
    float: left;
}

.projects_section2 {
    width: 100%;
    float: left;
    padding-top: 60px;
}

.container_main1 {
    position: relative;
    width: 100%;
    overflow: hidden; /* Ensures no content spills outside the container */
}

.container_main2 {
    width: 100%;
    float: left;
}

.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    z-index: 99999;
}

.container_main1:hover .image {
    opacity: 0.3;
}

.container_main1:hover .middle {
    opacity: 1;
}

.text {
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    border: 2px solid #fff;
}

/* Styles for carousel controls */
#main_slider {
    position: relative;
}

#main_slider .carousel-control-prev,
#main_slider .carousel-control-next {
    width: 65px;
    height: 65px;
    background: #000;
    opacity: 1;
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#main_slider .carousel-control-prev {
    left: -94px;
}

#main_slider .carousel-control-next {
    right: -95px;
}

#main_slider .carousel-control-prev:hover,
#main_slider .carousel-control-next:hover {
    background: #f8ca12;
    color: #fff;
}

#main_slider .carousel-control-prev i,
#main_slider .carousel-control-next i {
    font-size: 30px;
}

.modern_text {
    width: 100%;
    float: left;
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    top: -50px;
    text-align: center;
    z-index: 22;
}

.clients_section {
    width: 100%;
    float: left;
    padding-top: 50px;
    padding-bottom: 90px;
}
.client_text{
    width: 100%;
    float: left;
    font-size: 36px;
    color: #121111;
    text-transform: uppercase;
    text-align: center;
}
.clients_section2{
    width: 100%;
    float: left;
    padding-top: 70px;
}
.client_1{
    width: 60%;
    float: left;
    border: 1px solid #000;
    padding: 17px 17px 0px 17px;
}
.image_7{
    width: 100%;
    float: left;
}
.quote_icon {
    width: 85%;
    float: left;
    text-align: center;
    position: absolute;
    bottom: 35px;
}

.loksans_text{
    width: 100%;
    float: left;
    font-size: 20px; 
    color: #191919;
    text-transform: uppercase;
}
.dolor_ipsum_text{
    width: 100%;
    float: left;
    font-size: 16px; 
    color: #191919;
    margin-left: 0px;
    margin-top: 0px;
}
.client_2 {
    width: 60%;
    float: right;
    border: 1px solid #000;
    padding: 17px 17px 0px 17px;
    margin-top: 30px;
}
.carousel-indicators li {
    width: 20px;
    height: 20px;
    background-color: #ffb607;
    border-radius: 20px;
}
.carousel-indicators .active {
    background-color: #111111;
}

.carousel-indicators {
    justify-content: left;
    margin-left: 0%;
    bottom: 50px;
}
.contact_section {
    width: 100%;
    float: left;
    background-image: url(../images/whowearebackground.jpg);
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-bottom: 90px;
}
.mail_sectin{
    width: 100%;
    float: left;
}
.contact_text{
    width: 100%;
    float: left;
    font-size: 36px;
    color: #ffffff;

}
.email-bt {
    color: #989696;
    width: 100%;
    height: 55px;
    font-size: 18px;
    padding: 20px;
    margin-top: 25px;
    border: 0px;
    border-radius: 5px;
}
input.email-bt::placeholder {
    color: #989696;
}
.massage-bt {
    color: #989696;
    width: 100%;
    height: 150px;
    font-size: 18px;
    padding: 50px 20px 10px 20px;
    margin-top: 25px;
    border: 0px;
    border-radius: 5px;
}
textarea#comment::placeholder {
    color: #989696;
}
.send_bt {
    width: 100%;
    float: left;
    margin-top: 50px;
}
.send_bt a{
    width: 30%;
    float: left;
    font-size: 20px;
    color: #989696;
    text-align: center;
    border: 2px solid #ffffff;
    padding: 10px 0px;
    font-weight: bold;
}
.send_bt a:hover{
    color: #989696;
    background-color: #ffffff;
}
.image_9 {
    width: 100%;
    float: left;
    padding-top: 83px;
}
.input-group {
    width: 45%;
    float: right;
}

.form-control {
    display: block;
    /* width: 100%; */
    padding: 0px 15px 10px 0px;
    font-size: 18px;
    /* line-height: 1.5; */
    color: #fff;
    background-color: transparent;
    /* background-clip: padding-box; */
    border-bottom: 1px solid #fff !important;
    border-radius: 0px;
    /* transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; */
    border: 0px;
}
.input-group-text {
    padding: 0px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
}
.input-group-text a{
    color: #ffffff;
}
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0px;
    background: transparent !important;
    border-bottom: 1px solid #ffff;
}






.footer_section{
    width: 100%;
    float: left;
    background-color: #313131;
    height: auto;
    padding-bottom: 90px;
}
.fooer_logo {
    width: 100%;
    float: left;
    padding-bottom: 40px;
}
.customer_text{
    width: 100%;
    float: left;
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
}

.footer_lorem_text{
    width: 80%;
    float: left;
    font-size: 16px;
    color: #fefefe;
    margin-left: 0px;
}
.footer_lorem_text1{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fefefe;
    margin-left: 0px;
}
.social_icon {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
}
.social_icon ul{
    margin: 0px;
    padding: 0px;
    display: inline-flex;
}
.social_icon li{
    float: left;
    padding-right: 5px;
}

.copyright_section {
    width: 100%;
    float: left;
    background-color: #ffffff;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    color: #000;
    text-align: center;
    font-size: 16px;
    margin-left: 0px;
}
.copyright_text a{
    color: #000;
}
.copyright_text a:hover{
    color: #fdbe28;
}






.contact_us_section {
    width: 100%;
    float: left;
    background-color: #f5f5f5;
    padding: 40px 20px; /* Reduced padding to lessen space */
    text-align: center;
    border-bottom: 5px solid #f8ca12; /* Add a colored border at the bottom */
    position: relative;
    z-index: 1;
}

.contact_us_section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    z-index: -1;
    opacity: 0.7; /* Subtle gradient overlay */
}

.contact_title {
    font-size: 36px;
    color: #333;
    margin-bottom: 30px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); /* Soft text shadow */
}

.contact_title::after {
    content: "";
    display: block;
    width: 50%;
    height: 4px;
    background: linear-gradient(to right, #f8ca12, #fdd94bfe); /* Gradient underline */
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: width 0.4s ease; /* Smooth transition for the underline */
}

.contact_title:hover::after {
    width: 80%; /* Expand underline on hover */
}

.contact_info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Center align the cards */
    gap: 20px; /* Add space between cards */
    margin-bottom: 30px;
    transition: transform 0.3s ease; /* Smooth transform transition */
}

.contact_info:hover {
    transform: scale(1.02); /* Slight zoom effect on hover */
}

.contact_item {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 300px; /* Limit card width */
    width: 100%; /* Ensure cards are responsive */
    margin: 0 auto; /* Center align the cards */
    text-align: left;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact_item:hover {
    transform: translateY(-10px); /* Lift the card on hover */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Enhanced shadow on hover */
}

.contact_item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(248, 202, 18, 0.1); /* Subtle colored overlay */
    z-index: 1;
    transition: opacity 0.3s ease;
    opacity: 0;
}

.contact_item:hover::before {
    opacity: 1; /* Show overlay on hover */
}

.contact_item h3 {
    font-size: 22px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 600;
    position: relative;
    z-index: 2;
}

.contact_item p {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    position: relative;
    z-index: 2;
}

.contact_form {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 12px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: 0 auto;
    border: 2px solid #f8ca12; /* Border around the form */
    transition: box-shadow 0.3s ease, border-color 0.3s ease, transform 0.3s ease; /* Smooth transitions */
}

.contact_form:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Enhanced shadow on hover */
    border-color: #a48404; /* Change border color on hover */
    transform: translateY(-5px); /* Slight lift on hover */
}

.contact_form label {
    display: block;
    margin-bottom: 8px; /* Slightly increased margin */
    font-weight: 600;
    color: #333;
}

.contact_form input, .contact_form textarea {
    width: calc(100% - 22px); /* Adjust width to fit padding */
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 6px; /* Rounded corners for inputs */
    font-size: 16px; /* Larger font size for better readability */
    transition: border-color 0.3s ease; /* Smooth border color transition */
}

.contact_form input:focus, .contact_form textarea:focus {
    border-color: #f8ca12; /* Change border color on focus */
    outline: none; /* Remove default outline */
}

.contact_form input::placeholder, .contact_form textarea::placeholder {
    color: #aaa; /* Lighter placeholder text color */
    font-style: italic;
}

.contact_form button {
    width: 100%;
    padding: 12px;
    background-color: #f8ca12;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease; /* Smooth transitions */
}

.contact_form button:hover {
    background-color: #a48404; /* Darker background on hover */
    transform: translateY(-3px); /* Lift button on hover */
}

.contact_form button:active {
    background-color: #f8ca12;
    transform: translateY(0); /* Reset transform on click */
    box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.2); /* Inner shadow on click */
}

@media (max-width: 768px) {
    .contact_title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .contact_info {
        gap: 15px; /* Reduce gap between cards */
    }

    .contact_form {
        padding: 20px;
    }

    .contact_form input, .contact_form textarea {
        font-size: 14px; /* Adjust font size for smaller screens */
    }

    .contact_form button {
        font-size: 16px;
        padding: 10px;
    }
}
