/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');



/*****---------------------------------------- 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;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif !important;
}

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: 60px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}


/* header top section start */

.header_top_section {
    width: 100%;
    display: flex;
    background-color: #07092f;
    height: auto;
    padding: 25px 0px;
}

.header_top_main {
    display: flex;
}

.call_text {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #ffffff;
}

.call_text a {
    color: #ffffff;
}

.call_text a:hover {
    color: #eb1a23;
}

.call_text_1 {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #ffffff;
    text-align: right;
}

.call_text_1 a {
    color: #ffffff;
}

.call_text_1 a:hover {
    color: #eb1a23;
}

.call_text_2 {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #ffffff;
    text-align: right;
    text-align: center;
}

.call_text_2 a {
    color: #ffffff;
}

.call_text_2 a:hover {
    color: #eb1a23;
}

.padding_left_15 {
    padding-left: 10px;
}


/* header top section end */


/* header section start */

.header_section {
    width: 100%;
    float: left;
    /* background-image: url(../images/banner-bg.png); */
    background-color: #fff;
    height: auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

/* .header_bg {
    background: #1f1f1f;
} */

.bg-light {
    background-color: transparent !important;
}

.logo {
    width: auto;
}

.ml-auto,
.mx-auto {
    margin-left: auto!important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #eb1a23;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #eb1a23;
    font-weight: bold;
    text-transform: uppercase;
}

.navbar {
    padding: 0px 20px 0px 20px;
}

.login_text {}

.login_text ul {
    margin: 0px;
    padding: 0px;
}

.login_text li {
    float: left;
    font-size: 18px;
    color: #ffffff;
    padding: 0px 30px;
}

.login_text li a {
    color: #ffffff;
}

.login_text li a:hover {
    color: #eb1a23;
}

.quote_btn {
    width: 170px;
    float: left;
}

.quote_btn a {
    width: 100%;
    float: left;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    background-color: #eb1a23;
    border-radius: 40px;
    padding: 8px;
    text-transform: uppercase;
}

.quote_btn a:hover {
    background-color: #ffffff;
    color: #252525;
}


/* header section end */


/* banner section start */

.banner_section {
    width: 100%;
    /* float: left;
    padding: 90px 0px; */
}

.banner_taital_main {
    width: 43%;
    float: left;
}

.banner_taital {
    width: 100%;
    float: left;
    font-size: 60px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 0px;
    line-height: 70px;
    font-family: 'Poppins', sans-serif;
}

.banner_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin-left: 0px;
    font-family: 'Poppins', sans-serif;
}

.btn_main {
    width: 100%;
    display: flex;
}

.started_text {
    width: 180px;
    margin-right: 20px;
    margin-top: 30px;
}

.started_text a {
    width: 100%;
    float: left;
    padding: 10px 10px;
    color: #ffffff;
    background-color: #0b0b0b;
    text-align: center;
    font-size: 16px;
    border-radius: 40px;
}

.started_text a:hover {
    color: #ffffff;
    background-color: #eb1a23;
}

.started_text.active a {
    color: #ffffff;
    background-color: #eb1a23;
}

#my_slider a.carousel-control-prev {
    left: 30px;
    top: 180px;
    right: 0px;
}

#my_slider a.carousel-control-next {
    right: 0px;
    top: 120px;
    left: 30px;
    color: #ffffff;
    background-color: #eb1a23;
}

#my_slider .carousel-control-next,
#my_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    background: #ffffff;
    opacity: 1;
    font-size: 40px;
    color: #070606;
    border-radius: 100px;
}

#my_slider .carousel-control-next:focus,
#my_slider .carousel-control-next:hover,
#my_slider .carousel-control-prev:focus,
#my_slider .carousel-control-prev:hover {
    color: #ffffff;
    background-color: #eb1a23;
}


/* banner section end */


/* about section start */

.about_section {
    width: 100%;
    float: left;
    padding: 60px 0px 60px 0px;
}

.about_taital {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #1b1b1b;
    font-weight: bold;
    /* padding-top: 40px; */
}

.about_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #5a5959;
    margin-left: 0px;
}

.about_img {
    width: 100%;
    float: left;
    /* background-image: url(../images/about-img.png); */
    height: auto;
    background-size: cover;
    padding: 0px 0px 0px 0px;
}

.video_bt {
    width: 100%;
    padding: 155px 0px;
}

.play_icon img {
    width: 80px;
}

.play_icon {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    text-align: center;
}

.play_icon::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 90px;
    width: 90px;
    height: 90px;
    transform: translate(-50%, -50%);
    background-color: rgb(253, 164, 23, 0.8);
    border-radius: 100%;
    animation: fadeEffect 1.3s infinite ease;
    box-shadow: 0px 0px 10px 0px;
    right: 0px;
    margin: 0 auto;
    z-index: -1;
}

@keyframes fadeEffect {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1
    }
    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0;
    }
}

.read_bt_1 {
    width: 180px;
    float: left;
    margin-top: 20px;
    text-transform: uppercase;
}

.read_bt_1 a {
    width: 100%;
    float: left;
    font-size: 14px;
    text-align: center;
    background-color: #eb1a23;
    color: #ffffff;
    padding: 10px 0px;
    border-radius: 40px;
    font-weight: bold;
}

.read_bt_1 a:hover {
    background-color: #eb1a23;
    color: #ffffff;
}


/* about section end */


/* services section start */

.services_section {
    width: 100%;
    float: left;
}

.services_taital {
    width: 100%;
    float: left;
    font-size: 35px;
    color: #1b1b1b;
    font-weight: bold;
    text-align: center;
}

.services_text_1 {
    width: 100%;
    font-size: 20px;
    margin: 0 auto;
    color: #1f1f1f;
    padding-top: 20px;
    text-align: center;
}

.services_text {
    width: 100%;
    font-size: 14px;
    margin: 0px;
    color: #1b1b1b;
    padding-top: 20px;
}

.services_section_2 {
    width: 90%;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 50px;
}

.box_main {
    width: 100%;
    background-color: #ffffff;
    height: auto;
    padding: 40px 20px 40px 20px;
    border-radius: 20px;
    margin-top: 30px;
}

.box_main:hover {
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px;
}

.box_main.active {
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px;
}

.service_img {
    width: 30%;
    min-height: 71px;
}

.development_text {
    width: 100%;
    font-size: 18px;
    color: #1b1b1b;
    font-weight: 600;
    padding: 20px 0px 0px 0px;
    /* text-transform: uppercase; */
    /* min-height: 80px; */
}

.service_img img {
    min-height: 80px;
}

.readmore_bt {
    width: 140px;
    padding-top: 30px;
}

.readmore_bt a {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #ec1a24;
    padding: 15px 20px;
    margin-top: 10px;
    font-weight: bold;
}

.readmore_bt a:hover {
    color: #252525;
}


/* services section end */


/* projects section start */

.projects_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.projects_taital {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #1b1b1b;
    font-weight: bold;
    padding-bottom: 30px;
}

.projects_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #5a5959;
    margin: 0px;
}

.projects_section_2 {
    padding: 50px 0px;
    width: 100%;
}

.pets_section_2 {
    width: 100%;
    float: left;
    padding-top: 20px;
}

.image {
    display: block;
    width: 100%;
    height: auto;
    min-height: 310px;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgb(45, 45, 45, 0.5);
    margin: 0 auto;
}

.container_main {
    position: relative;
}

.container_main:hover .overlay {
    opacity: 1;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
}

.some_text {
    color: #fefefd;
    text-align: center;
    font-size: 20px;
    padding-bottom: 0;
    font-weight: bold;
}

i.fa.fa-link {
    background: #0fbdd7;
    padding: 20px 20px 18px 20px;
    border-radius: 100%;
}

.padding_right0 {
    padding-right: 0px;
}

.development_box {
    width: 100%;
    background: red;
    height: auto;
    background-size: cover;
}

.work_text {
    width: 100%;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
}

.dummy_text {
    width: 100%;
    font-size: 14px;
    margin: 0px;
    color: #ffffff;
}

.project_main {
    width: 100%;
    padding: 20px;
    background-color: #eb1a23;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    top: -2px;
    position: relative;
}

.project_main:hover {
    background-color: #252525;
}

.upcomeing_section {
    width: 100%;
    float: left;
    background-color: #ff6262;
    height: auto;
    padding: 0px 50px 50px 50px;
}

.video_menu {
    width: 100%;
    float: left;
}

.video_menu ul {
    margin: 0px;
    padding: 0px;
}

.video_menu li a {
    float: left;
    font-size: 18px;
    color: #464646;
    background-color: #ffffff;
    padding: 10px;
}

.video_menu li a:hover {
    color: #ffffff;
    background-color: #ff6262;
}

.video_menu li.active a {
    color: #ffffff;
    background-color: #ff6262;
}

.hover_main {
    width: 100%;
    float: left;
    transition: .3s all;
}

.hover_main:hover {
    transform: translateY(30px);
}

.projects_section .tab-content {
    background-color: #ff6262;
}

.projects_section ul {
    margin-bottom: 0;
    float: left;
}

.projects_section ul .nav-link {
    color: #000;
    background-color: #fff;
    padding: 12px 10px;
    width: 145px;
    text-align: center;
    margin: 0px 0px;
    text-transform: uppercase;
    position: relative;
}

.projects_section ul .nav-link.active {
    background-color: #eb1a23;
    color: #fff;
}


/* projects section end */


/* testimonial section start */

.testimonial_section {
    width: 100%;
    float: left;
    background-color: #252525;
    height: auto;
    padding: 90px 0px 150px 0px;
    background-size: 100%;
}

.testimonial_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
}

.testimonial_section_2 {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    display: block;
    padding-top: 30px;
}

.client_name_text {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    text-align: left;
    text-transform: uppercase;
}

.textimonial_text {
    width: 100%;
    background-color: #ffffff;
    padding: 40px;
    color: #0d0d0d;
    margin: 0px;
    text-align: left;
    border-radius: 4px;
}

#costum_slider a.carousel-control-next {
    right: -60px;
    left: 0px;
    top: 500px;
}

#costum_slider a.carousel-control-prev {
    left: -60px;
    right: 0px;
    top: 500px;
    color: #fff;
    background-color: #eb1a23;
}

#costum_slider .carousel-control-next,
#costum_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    background: #ffffff;
    opacity: 1;
    font-size: 30px;
    color: #252525;
    margin: 0 auto;
    text-align: center;
    border-radius: 100px;
}

#costum_slider .carousel-control-next:focus,
#costum_slider .carousel-control-next:hover,
#costum_slider .carousel-control-prev:focus,
#costum_slider .carousel-control-prev:hover {
    color: #fff;
    background-color: #eb1a23;
}


/* testimonial section end  */


/* contact section start */

.contact_section {
    width: 100%;
    float: left;
}

.contact_taital {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #1b1b1b;
    /* padding-left: 100px; */
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
}

.contact_section_2 {
    width: 100%;
    float: left;
    padding-top: 20px;
    padding-bottom: 60px;
}

.mail_section_1 {
    width: 100%;
    float: left;
    padding-left: 85px;
    /* padding-top: 30px; */
}

.mail_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #c5c8c7;
    border: 0px;
    background-color: transparent;
    padding: 8px 15px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px 0px #cfcfcf;
}

input.mail_text::placeholder {
    color: #c5c8c7;
}

.massage-bt {
    color: #c5c8c7;
    width: 100%;
    height: 110px;
    font-size: 18px;
    background-color: transparent;
    padding: 40px 15px 0px 15px;
    border: 0px;
    box-shadow: 0px 0px 10px 0px #cfcfcf;
}

textarea#comment.massage-bt::placeholder {
    color: #c5c8c7;
}

.send_bt {
    width: 170px;
    float: left;
}

.send_bt a {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    background-color: #eb1a23;
    padding: 12px;
    text-transform: uppercase;
    margin-top: 30px;
    display: block;
    font-weight: bold;
    border-radius: 40px;
}

.send_bt a:hover {
    color: #ffffff;
    background-color: #252525;
}

.contact_img {
    width: 100%;
    float: left;
}

.padding_left_15 {
    padding-right: 0px;
}


/* contact section end */


/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    background-color: #1f1f1f;
    height: auto;
    padding-bottom: 50px;
}

.footer_section_2 {
    width: 100%;
    float: left;
}

.useful_text {
    width: 100%;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
}

.lorem_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
    font-family: 'Poppins', sans-serif;
}

.location_text {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.location_text ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    text-align: center;
}

.location_text li {
    float: left;
    font-size: 15px;
    color: #ffffff;
    padding: 0px 60px 30px 60px;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
}

.location_text li a {
    color: #ffffff;
}

.location_text li a:hover {
    color: #eb1a23;
}

.location_text li.active a {
    color: #eb1a23;
}

.padding_15 {
    font-size: 30px;
}

.social_icon {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 40px;
}

.social_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.social_icon li {
    float: left;
}

.social_icon li a {
    float: left;
    padding: 5px 15px;
    background-color: #ffffff;
    color: #000;
    /* border-radius: 75%; */
    font-size: 15px;
    margin-right: 5px;
    /* width: 50px; */
    text-align: center;
    margin-top: 10px;
}

.social_icon li a:hover {
    background-color: #eb1a23;
    color: #ffffff;
}

.update_mail {
    color: #918f8f;
    width: 100%;
    height: 55px;
    font-size: 18px;
    padding: 10px 20px 0px 20px;
    background-color: #ffffff;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    display: block;
    margin-top: 20px;
    border-radius: 40px;
}

.subscribe_bt {
    width: 170px;
    float: left;
    padding-top: 30px;
}

.subscribe_bt a {
    width: 100%;
    float: left;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 0px;
    background-color: #eb1a23;
    text-transform: uppercase;
    text-align: center;
    border-radius: 40px;
}

.subscribe_bt a:hover {
    color: #252525;
    background-color: #ffffff;
}

.footer_menu_main {
    width: 100%;
    float: left;
}

.footer_menu {
    width: 77%;
    display: flex;
    flex-wrap: wrap;
}

.footer_menu ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}

.footer_menu li {
    font-size: 16px;
    color: #ffffff;
    padding: 5px 0px 0px 0px;
    flex-basis: 50%;
}

.footer_menu li a {
    color: #ffffff;
}

.footer_menu li a:hover {
    color: #eb1a23;
}

.footer_menu li.active a {
    color: #f9bc19;
}


/* footer section end */


/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #07092f;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    margin: 25px 0px;
    color: #fff;
    text-align: center;
}

.copyright_text a {
    color: #fff;
}

.copyright_text a:hover {
    color: #eb1a23;
}


/* copyright section end */

.margin_top90 {
    margin-top: 90px;
}

.wpcf7-submit
{
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    background-color: #eb1a23;
    padding: 12px;
    text-transform: uppercase;
    margin-top: 30px;
    display: block;
    font-weight: bold;
    border-radius: 40px;
    border: #eb1a23;
}
.logo img
{
    max-height: 150px;
    width: 100%;
}

.service-content p
{
    margin:0px !important;
}

/* Reset body and html padding and margin */
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden; /* Prevent horizontal scrolling */
 }
 
 /* Full-width banner */
 .home-banner {
    position: relative;
    width: 100vw; /* Full viewport width */
    height: auto;
    overflow: hidden;
 }
 
 .home-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensure image covers the entire area */
 }
 
 /* Centered content over the banner */
 .banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
 }
 
 .banner-title {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1rem;
 }
 

 
 .btn-main {
    display: flex;
    gap: 15px;
    justify-content: center;
 }
 
 .started-text a {
    background-color: #ff5722; /* Button color */
    padding: 10px 20px;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
 }
 
 .started-text.active a {
    background-color: #eb1a23 !important;
 }
 
 .started-text a:hover {
    background-color: #e64a19;
 }
 
 /* Carousel controls */
 .carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 2rem;
    z-index: 1000; /* Ensures controls are on top of the image */
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
 }
 
 .carousel-control-prev {
    left: 20px; /* Position on the left side */
 }
 
 .carousel-control-next {
    right: 20px; /* Position on the right side */
 }
 
 .carousel-control-prev:hover, .carousel-control-next:hover {
    background-color: rgba(0, 0, 0, 0.7);
 }
 
 
 .home-more-services
 {
    float: right;
    margin-top: 30px;
 }
 .contact_img
 {
    margin-top: 50px !important;
 }
 .footer-icons
 {
    position: fixed;
    /* top: 0; */
    right: 40px;
    bottom: 120px;
    display: flex;
    flex-direction: column;
    z-index: 999;
 }

 .footer-icons a:first-child {
    margin-bottom: 10px;
    /* background-color: #3AB4AC; */
}

.footer-icons a {
    margin-left: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /* background-color: #000; */
    text-align: center;
    line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: auto;
}
.tnp-field label {
    color: #fff !important;
    font-weight: bold !important;
}

.tnp-subscription input.tnp-submit
{
    background-color: #eb1a23 !important;
    font-size: 14px !important;
    font-weight: bold !important;
}

.about_section p 
{
    margin:0px !important;
}
.about_section strong{
    color: #eb1a23 !important;
    font-weight: bold !important;
}


.home-banner {
    position: relative !important;
    width: 100vw !important;
    height: auto !important; /* Image height will be dynamic */
    overflow: hidden !important;
}

.home-banner img {
    width: 100% !important; /* Make sure the image takes the full width of the container */
    height: auto !important; /* Maintain aspect ratio */
    display: block !important; /* Remove any extra space caused by inline images */
}

.banner-content {
    position: absolute !important; /* Position content on top of the banner */
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important; /* Center content both vertically and horizontally */
    text-align: center !important; /* Center align the text */
    z-index: 2 !important; /* Ensure content is on top of the banner image */
    color: white !important; /* Adjust text color if needed for better visibility */
}

.btn-main {
    display: flex !important;
    justify-content: center !important;
    gap: 10px !important; /* Space between the buttons */
}

.btn-main a {
    padding: 10px 20px !important;
    background-color: rgba(0, 0, 0, 0.5) !important; /* Semi-transparent button background */
    color: white !important;
    text-decoration: none !important;
    border-radius: 5px !important;
}

.btn-main a:hover {
    background-color: rgba(0, 0, 0, 0.7) !important;
}

.service-detail {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
}

.service-content {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    width: 100%;
}

.service-image {
    flex: 1 1 40%; /* Adjust width of the image section */
    max-width: 40%; /* Prevent the image from growing too large */
}

.service-image img {
    width: 100%; /* Ensure the image scales to the container */
    height: auto; /* Maintain aspect ratio */
    border-radius: 8px; /* Optional: add rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optional: add a shadow */
}

.service-text {
    flex: 1 1 60%; /* Adjust width of the text section */
    max-width: 60%;
}

.service-text h1 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #333;
}

.service-text .content {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
}

.page-title.solid-bg {
    background-color: rgb(236,26,36);
}
.page-breadcrumbs {
    padding: 30px 0px 30px 0px;
}
.fancy-title-head, .page-title-head {
    max-width: 100%;
}
.page-title h1
{
    font: normal bold 46px / 54px "Open Sans Condensed", Helvetica, Arial, Verdana, sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    text-align:center;
    font-size: 38px;
}
.assistive-text {
    position: absolute !important;
}
.page-title .breadcrumbs, .page-title .breadcrumbs a {
    color: #fbdddd;
    font: normal 14px / 22px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
    text-transform: none;
}
.breadcrumbs li:first-child {
    padding-left: 0;
    margin-left: 0;
    background: 0 0 !important;
}
.breadcrumbs li {
    position: relative;
    display: inline-block;
    padding-left: 12px;
    margin-left: 8px;
}
.page-title-breadcrumbs
{
    text-align:center;
}
.text-small
{
text-align:center;
}
/* .header_bg
{
margin-bottom:50px !important;
} */

.services_section {
    padding: 50px 0; 
    background-color: #f9f9f9; 
}

.service-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* margin-bottom: 30px;  */
    border-radius: 8px;
    padding: 20px;
    background-color: #fff; 
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
}

.service-image {
    flex: 1 1 40%; 
    max-width: 40%; 
    text-align: center;
}

.service-image img {
    width: 100%;
    height: auto; 
    border-radius: 8px; 
    object-fit: cover; 
}

.service-text {
    flex: 1 1 60%; 
    max-width: 60%; 
    padding: 20px; 
}

.service-text h1 {
    font-size: 1.8rem; 
    margin-bottom: 15px; 
    color: #333; 
}

.service-text .content {
    font-size: 1rem; 
    line-height: 1.6; 
    color: #666; 
}

.readmore_bt {
    text-align: center; /* Center the button */
    margin-top: 10px; /* Add some space above */
}

.readmore_bt a {
    /* display: inline-block; */
    background-color: #eb1a23; /* Blue color */
    color: #ffffff; /* White text */
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

.readmore_bt a:hover {
    background-color: #ffffff; /* White background */
    color: #000000; /* Black text */
    border: 1px solid #000000; /* Small black border */
    transform: scale(1.05); /* Slight zoom effect */
}

/* Responsive adjustments */
@media only screen and (max-width: 768px) {

    .page-title h1
    {
        font-size:23px;
    }
    .banner-content {
        top: 37% !important;
        transform: translate(-50%, -35%) !important;
        width: 300px;
    }
    .banner-title
    {
       font-size: 25px !important;
       margin-bottom: 0px !important;
    }
    .banner-content p{ 
        margin-top: 0px !important;
        font-size: 14px !important;
    }
    .started-text a
    {
        font-size: 12px;
    }
    .services_taital
    {
        font-size: 25px !important;
    }
    .about_section
    {
        padding: 60px 20px 20px 20px;
    }
    .projects_section
    {
        padding: 20px !important;
    }
    .contact_taital {
        font-size: 25px !important;
        padding:20px 20px 0px 20px !important;
    }
    .about_taital
    {
        font-size: 25px !important;
    }
    .projects_taital
    {
        font-size: 25px !important;
        padding: 40px 20px 20px 0px !important;
    }
    #lgx_logo_slider_app_64
    {
        padding: 20px !important
    }
    #our_clients
    {
        padding-left: 20px !important;
    }
    .contact_section
    {
        padding-top: 40px !important;
    }
    .footer_section_2
    {
        text-align: center !important;
    }
    .footer_menu
    {
        width: unset !important;
        display: block !important;
    }
    div.tnp-subscription
    {
        width: 300px !important;
    }

    #quick_links
    {
        padding-top:10px;
    }
    #quick_links.useful_text
    {
        padding-top:10px;
    }
    #work_portfolio, #signup_letter
    {
        padding-top: 20px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .quote_btn
    {
        text-align: center;
        display: block;
        margin: 0 auto;
    }
    .contact_img
    {
        margin-top: 0px !important;
        padding: 0px 10px 0px 10px;
    }
    .service-content {
        flex-direction: column;
    }

    .service-image,
    .service-text {
        max-width: 100%; 
        flex: 1 1 100%; 
    }

    .service-text {
        padding: 10px; 
    }

    .logo img
    {
        max-height: 120px;
    }
    .services_text_1
    {
        font-size: 15px;
    }
    .service_img
    {
      margin: auto;
    }
    .box_main
    {
      text-align: center !important;
    }

    .about_section
    {
        text-align: center !important;
    }
    .home-more-services
    {
        float: none !important;
        text-align: center !important;
    }
    .readmore_bt
    {
        margin: auto;
    }
    

}

@media only screen and (max-width: 480px) {
    .banner-content {
        top: 35% !important; /* Further adjustments for very small screens */
        transform: translate(-50%, -35%) !important;
    }
}
