/*--------------------------------------------------------------------- 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', sans-serif;
    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 start */
.header_section {
    position: fixed;
    width: 50%;
    float: left;
    background-image: linear-gradient(-12deg, white 10%, #7D8488 20%);
    position: relative;
    overflow-x: hidden;
    /* border-bottom-left-radius: 50px; */
    /* border-bottom-right-radius: 50px; */
     content: '';
}


.header_bg {
    width: 100%;
    float: left;
}

.header_section::after {
    content: '';
    background-image: linear-gradient(12deg, white 10%, #F57513 20%);
    position: absolute;
    width: 50%;
    right: initial;
    top: 0px;
    margin: 0 auto;
    /* display: flex; */
    /* height: 500px; */
    left: 0;
}

.header_section.header_bg::after {
    height: 495px;
}


.bg-light {
    background-color: transparent !important;
}

.navbar-expand-lg {
    position: relative;
    z-index: 9;
}

.logo {
    width: 30%;
    float: left;
   
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
    font-weight: bold;
    color: black !important;
    display: flex;
    font-size: 18px;
}
.navbar-light .navbar-nav .nav-link:focus, 
.navbar-light .navbar-nav .nav-link:hover {
    color: white !important;
    background-color: #F57513;
}

.login_menu{
    width: 100%;
    display: flex;
}
.login_menu ul{
    margin: 0px; 
    padding: 0px;
}
.login_menu li{
    float: left;
    font-size: 18px;
    color: black;
    padding-left: 15px;
    padding-right: 15px;
}
.login_menu li a{

    color: black;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#main {
    transition: margin-left .5s;
    width: 5%;
    float: right;
    text-align: right;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}
.dropdown {
    
    position: relative;
    display: inline-block;
  }
  
  /* Dropdown button */
  .dropbtn {
    font-size: 18px;
    font-weight: bold;
    border: none;
    outline: none;
    color: black;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
  }
  .dropbtn:hover{
    background: #F57513;
    color: white;
  }
  
  
  /* Add a red background color to navbar links on hover */
  /* .navbar a:hover, .dropdown:hover .dropbtn {
    background-color: #f58d39;
  } */
  
  /* Dropdown content (hidden by default) */
  .dropdown-content {
    background: #7D8488 ;
    display: none;
    position: absolute;
    color: #e0dcdc !important;    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: rgb(255, 255, 255);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  /* Add a grey background color to dropdown links on hover */
  .dropdown-content a:hover {
    background-color: #F57513;
  }
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {
    display: block;
   
    color: white;
  }

/* header section end */
/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
    padding-top: 100px;
}

.best_text {
    width: 90px;
    margin: 0 auto;
    text-align: center;
    background-color: #F57513;
    color: #7D8488 ;
    font-size: 20px;
    font-weight: bold;
    border-radius: 100px;
    padding: 26px 0px;
    text-transform: uppercase;
    left: -15px;
    position: relative;
}
.image_1 {
    width: 100%;
    float: left;
    position: relative;
    /* padding-top: 10%; */
    z-index: 1;
}
.banner_taital {
    /* width: 40%; */
    float: left;
    font-size: 50px;
    color: #ffffff;
    font-weight: bold;
    font-family: 'Raleway ExtraBold', sans-serif;
    padding-top: 0px;
}

.banner_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
}

.contact_bt {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.contact_bt a {
    width: 180px;
    float: left;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    background-color: #F57513;
    padding: 8px 0px;
}

.contact_bt a:hover {
    color: #000;
    background-color: #ffffff;
}


#main_slider a.carousel-control-prev {
    left: 90%;
    top: 80%;
    background-color: #F57513;
    color: #ffffff;
}

#main_slider a.carousel-control-next {
    position: absolute;
    right: 20px;
    top: 80%;
}

#main_slider .carousel-control-prev,
#main_slider .carousel-control-next {
    width: 40px;
    height: 40px;
    background: #7D8488;
    opacity: 1;
    font-size: 30px;
    color: #ffffff;
}

#main_slider .carousel-control-prev:hover,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-next:focus {
    background-color: #F57513;
    color: #ffffff;
}
/* banner section end */


/* cycle section start */

.cycle_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.cycle_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #111111;
    text-align: center;
    font-weight: bold;
}

.cycle_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #242424;
    text-align: center;
    margin: 0px;
}
.cycle_section_2{
    width: 100%;
    float: left;
}
.box_main{
    width: 100%;
    float: left;
    position: relative;
}
.number_text {
    width: 50px;
    height: 50px;
    font-size: 18px;
    color: #ffffff;
    background-color: #7D8488 ;
    border-radius: 100px;
    text-align: center;
    padding: 10px 0px;
    float: right;
    margin-right: 140px;
    margin-top: 60px;
}
.image_2 {
    width: 100%;
    float: left;
    text-align: center;
    padding-left: 100px;
}
.box_main:after{
    content: '';
    /* background-color: #f7c17b; */
    position: absolute;
    width: 420px;
    right: 0px;
    top: 0px;
    margin: 0 auto;
    display: flex;
    height: 400px;
    left: 0;
    z-index: -1;
clip-path: polygon(0 0, 75% 8%, 75% 80%, 0% 100%);

}
.cycles_text{
    width: 100%;
    /* float: left; */
    font-size: 40px;
    color: #1c1c1c;
    font-weight: bold;
    /* text-align: right; */
    /* padding-top: 20px; */
}
.cycles_text:after {
    content: '';
    position: absolute;
    width: 180px;
    height: 1px;
    left: 0px;
    right: initial;
    margin: 0 auto;
    top: 70px;
}
.lorem_text{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #1c1c1c;
    margin: 0px; 
    /* padding-top: 40px;    */
    text-align: justify;
}

.btn_main{
    width: 100%;
    display: flex;
    padding-top: 50px;
}
.buy_bt{
    width: 170px;
    float: left;
}
.buy_bt a{
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    background-color: #7D8488 ;
    padding: 8px 5px;
    text-align: center;
    font-weight: bold;
}
.buy_bt a:hover{
    color: #ffffff;
    background-color: #F57513;
}

.price_text {
    width: 100%;
    float: right;
    text-align: right;
    font-size: 20px;
    color: #222222;
    font-weight: bold;
    padding-top: 8px;
}
.cycle_section_3{
    width: 100%;
    float: left;
    padding-bottom: 90px;
}
.box_main_3{
    width: 100%;
    float: left;
    position: relative;
}
.box_main_3:after {
    content: '';
    /* background-color: #f7c17b; */
    position: absolute;
    width: 420px;
    right: 0px;
    top: 0px;
    margin: 0 auto;
    display: flex;
    height: 530px;
    left: 0;
    z-index: -1;
    clip-path: polygon(0 0, 65% 8%, 64% 80%, 0% 100%);
}
.number_text_2 {
    width: 50px;
    height: 50px;
    font-size: 18px;
    color: #ffffff;
    background-color: #7D8488 ;
    border-radius: 100px;
    text-align: center;
    padding: 10px 0px;
    float: right;
    margin-right: 185px;
    margin-top: 60px;
}
.read_btn_main {
    width: 100%;
    float: left;
    margin-top: 100px;

}
.read_bt{
    width: 170px;
    margin: 0 auto;
    text-align: center;
}
.read_bt a{
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    background-color: #F57513;
    padding: 8px 5px;
    text-align: center;
}
.read_bt a:hover{
    color: #ffffff;
    background-color: #7D8488 ;
}

/* cycle section end */

/* about section start */
.about_section {
    width: 100%;
    background-color: #7D8488;
    float: left;
    height: auto;
    padding: 90px 0px;
    background-size: 100%;
    background-repeat: no-repeat;

}
.about_taital{
    width: 100%;
    font-size: 40px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}
.about_text{
    width: 70%;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin: 0 auto;
    padding-top: 30px;
}
.about_main {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    margin-top: 60px;

} .image_5{ width: 40%; margin: 0 auto; text-align: center; padding-top:
100px; position: relative; z-index: 1; } 

.about_main::before {

    content: '';
    position: absolute;
    width: 400px;
    right: 0px;
    top: 67px;
    margin: 0 auto;
    display: flex;
    height: 355px;
    left: -180px;
    box-shadow: 0 35px 25px -20px 

    rgba(0,0,0,0.2);
    transform: rotate(-13deg) skewx(-1.2deg);

}

.about_main::after {

    content: '';
    background-color: 

#ffffff;

position: absolute;

width: 500px;

right: 0px;

top: 30px;

margin: 0 auto;

display: flex;

height: 440px;

left: 0;

clip-path: polygon(0 0px, 80% 3%, 80% 78%, 0% 100%);

-webkit-box-shadow: 0px 8px 7px 3px rgba(0,0,0,0.31);

-moz-box-shadow: 0px 8px 7px 3px rgba(0,0,0,0.31);

box-shadow: 0px 8px 7px 3px

    rgba(0,0,0,0.31);

}

.read_bt_1{
    width: 170px;
    margin: 0 auto;
    text-align: center;
}
.read_bt_1 a{
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    background-color: #F57513;
    padding: 8px 5px;
    text-align: center;
    margin-top: 80px;
}
.read_bt_1 a:hover{
    color: #ffffff;
    background-color: #7D8488 ;
}


/* about section end */
/* client section start */
.client_section {
    width: 100%;
    float: left;
    padding-bottom: 100px;

}

.client_main {
    width: 100%;
    float: left;
    border: 1px solid #e4e4e4;
    border-style: dotted;
    padding: 40px 30px 100px 30px;
}

.client_taital{
   width: 100%;
    font-size: 40px;
    color: #303030;
    text-align: center;
    font-weight: bold;
}
.client_section_2 {
    width: 90%;
    margin: 0 auto;
    margin-top: 0px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 8px 7px 3px rgba(0,0,0,0.31);
    -moz-box-shadow: 0px 8px 7px 3px rgba(0,0,0,0.31);
    box-shadow: 0px 1px 8px 3px

    rgba(0,0,0,0.31);
    padding: 10px;
    margin-top: 30px;
    display: flex;

}
.client_left{
    width: 30%;
}
.client_right {
    width: 70%;
    padding: 50px 0px 50px 40px;
}
.client_img{
    width: 100%;
}
.quote_icon{
    width: 100%;
}
.client_text{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #333233;
    margin: 0px;
    padding-top: 20px;
}
.client_name{
    width: 100%;
    float: left;
    font-size: 20px;
    color: #1d1f1e;
    font-weight: bold;
    padding-top: 20px;
}



#my_slider a.carousel-control-prev {
    left: 640px;
    top: 93%;
    background-color: #F57513;
    color: #ffffff;
}

#my_slider a.carousel-control-next {
    position: absolute;
    right: 570px;
    top: 93%;
}

#my_slider .carousel-control-prev,
#my_slider .carousel-control-next {
    width: 68px;
    height: 68px;
    background: #191616;
    opacity: 1;
    font-size: 30px;
    color: #ffffff;
}

#my_slider .carousel-control-prev:hover,
#my_slider .carousel-control-next:hover,
#my_slider .carousel-control-prev:focus,
#my_slider .carousel-control-next:focus {
    background-color: #F57513;
    color: #ffffff;
}

/* client section end */

/* news section start*/
.news_section{
    width: 100%;
    float: left;
    background-color: #7D8488 ;
    height: auto;
    padding: 90px 0px;
}
.news_taital{
   width: 100%;
    font-size: 40px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}

.news_text {
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    color: #ffffff;
    padding-top: 20px;
    text-align: center;

}
.news_section_2{
    width: 100%;
    float: left;
}
.box_main_1 {
    width: 100%;
    float: left;
    background-color: #ffffff;
    height: auto;
    border-radius: 5px;
}
.box_main_1:hover {
    box-shadow: 0px 1px 9px 1px #fff;
}

.frame {
      height: 200px;
      width: 100%;
      overflow: hidden;
    }
    .zoomout img {
      height: 300px;
      width: 100%;
      -webkit-transition: all 2s ease;
      -moz-transition: all 2s ease;
      -ms-transition: all 2s ease;
        transition: all 2s ease;
    }
    .zoomout img:hover {
      width: 100%;
      height:500px;
    }

.box_main_1:hover {
    box-shadow: 0px 1px 9px 1px #fff;
}
.box_main_1:hover .post_text{
    color: #000;
}
.padding_15 {
    width: 100%;
    float: left;
    padding: 20px 15px 40px 15px;
}
.speed_text{
    width: 100%;
    float: left;
    font-size: 22px;
    color: #161616;
}
.post_text{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #dcdcd9;
}
.long_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #2a2929;
    margin: 0px;
    padding-top: 10px;
}

/* news section start*/

/* contact section start*/
.contact_section {
    width: 100%;
    float: left;
    background-color: #7D8488 ;
    height: auto;
    padding-bottom: 90px;
}

.contact_main {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.request_text {
    width: 100%;
    float: left;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    padding-bottom: 10px;
}

.form-group {
    margin-bottom: 30px;
}

.email-bt {
    color: #292929;
    width: 100%;
    height: 55px;
    font-size: 18px;
    padding: 20px;
    background-color: #fefeff;
    border: 0px;
    border-radius: 30px;
}

input.email-bt::placeholder {
    color: #292929;
}

.massage-bt {
    color: #292929;
    width: 100%;
    height: 110px;
    font-size: 18px;
    padding: 40px 20px 10px;
    background-color: #fefeff;
    border: 0px;
    border-radius: 30px;
}

textarea#comment::placeholder {
    color: #292929;
}

.send_btn {
    width: 170px;
    text-align: center;
    margin: 0px auto;
}

.send_btn a {
    width: 100%;
    float: left;
    color: #ffffff;
    font-size: 18px;
    padding: 10px 0px;
    background-color: #F57513;
    border-radius: 10px;
}

.send_btn a:hover {
    color: #000;
    background-color: #ffffff;
}
/* contact section end*/
/* footer section start*/

.footer_section {
    width: 100%;
    float: left;
    background-color: #7D8488 ;
    height: auto;
    background-size: cover;
}
.map_main{
    width: 100%;
    float: left;
}
.call_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #dfdfdf;
    padding-top: 10px;
}

.email_text {
    width: 70%;
    float: left;
    font-size: 16px;
    color: #9e9c9c;
    background-color: #ffffff;
    padding: 8px 15px;
    margin-top: 40px;
    border: 0px;
}

.subscribe_bt {
    width: 180px;
    float: left;
    margin-top: 15px;
}
.subscribe_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    background-color: #F57513;
    padding: 8px;
    margin-top: 20px;
}
.subscribe_bt a:hover{
    color: #9e9c9c;
    background-color: #ffffff;
}




.call_text a{
    color: #dfdfdf;
}
.call_text a:hover{
    color: #f7c17b;
}
.padding_left_0{
    padding-left: 15px;
}

.social_icon {
    width: 100%;
    float: left;
    padding-top: 20px;
}

.social_icon ul {
    margin: 0px;
    padding: 0px;
}

.social_icon li {
    float: left;
    padding-right: 10px;
    padding-top: 10px;
}

.copyright_section {
    width: 100%;
    float: left;
    background-color: #ffffff;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    text-align: center;
    color: #151515;
    margin-left: 0px;
    margin-right: 0px;
}

.copyright_text a {
    color: #151515;
}

.copyright_text a:hover {
    color: #F57513;
}

.margin_top_90 {
    margin-top: 90px;
}

.margin_90 {
    margin: 90px 0px;
}

#navbarSupportedContent{
    transform: translateX(100vw);
}

#navbarSupportedContent.nav-normal{
    transform: none;
}

/* contact section end*/
/* The existing styles */

.links {
    display: flex;
    background-color: #000;
    flex-wrap: wrap; /* Allow flex items to wrap */
    justify-content: center; /* Center items horizontally */
}

.link-column {
    flex: 1 1 200px; /* Initially, each column takes 200px width */
    padding: 0 10px; /* Add spacing between columns */
    box-sizing: border-box; /* Include padding in width calculation */
    text-align: center;
}

.link-column a {
    display: block;
    color: white;
    text-decoration: none;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

.link-column h3 {
    color: white;
    margin-top: 10px; /* Adjust margin for heading */
}

.rows{
    background-color: white;

    width: 100%;
   
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;

}

.rows .imgWrapper{
    overflow: hidden;
}

.rows .imgWrapper img{
    width: 100%;
    height: 70%;
    object-fit: cover;
    transition: 0.3s;
}

/* .row .imgWrapper img */

.rows .contentWrapper{
 width: 100%;
 display: flex;   
 justify-content: center;
 align-items: center;
 padding-left: 30px;
}

.rows .contentWrapper span.textWrapper{
    color: rgb(0, 0, 0);
    display: block;
    font-size: 20px;
    justify-content: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.rows .contentWrapper span.textWrapper span{
    display: inline-block;
    color: #F57513;
    height: 5px;
}
.rows .contentWrapper h2{
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 20px;
    color: rgb(0, 0, 0);


}
.rows .contentWrapper p {
    color: rgb(0, 0, 0);
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 25px;
    margin-top: 0; /* Resetting the top margin */
}



.offer_rows {
    background-color: #ffffff ;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px; /* Adjust spacing between rows */
}
.offer_text_wrapper{
    color: #F57513;
    font-weight: bold;
    font-size: 20px;
}
.offer_h2{
    font-size: 40px;
    color: #000;
   
}

.offer_list li {
    margin-bottom: 10px; /* Adjust spacing between list items */
    font-size: 20px; /* Individual font size for list items */
}

.offer_content_wrapper {
    flex: 1;
    color: white;
    display: flex;
    flex-direction: column;
}

.offer_img_wrapper {
    flex: 1;
    text-align: right;
    padding-right: 60px;
    padding-bottom: 80px; /* Align the image to the right */
}

.offer_content {
    margin-bottom: 20px;
    padding-left: 100px; /* Adjust spacing between content and list */
}

.offer_list {
    list-style: none;
    padding: 0;
    margin: 0;
    columns: 2; /* Set number of columns */
}

.offer_list li {
    margin-bottom: 5px;
    color: #000; /* Adjust spacing between list items */
}


.grids-cards {
    border-radius: 5px;
    padding-left: 8rem;
    margin-top: 50rem;
    display: grid;
    width: 88%;
    /* grid-gap: 1rem; */
    grid-template-columns: repeat(3, minmax(20rem, 1fr));
    align-items: center;
  }
  
 
  
  /* Maintain consistent class names */
  .grids__items {
    width: 22rem;
    background-color: #fff;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: 0.2s;
  }
  
  .grids__items:hover {
    transform: translateY(-0.5%);
    box-shadow: 0 4rem 8rem rgba(0, 0, 0, 0.2);
  }
  
  .cards__imgs {
    border-radius: 5px;
     padding: 1rem; 
    display: block;
    width: 100%;
    height: 15rem;
    object-fit: cover;
  }
  
 
  
  
  .pdf-container {
    display: flex;
    justify-content: center; /* Center the content horizontally */
    width: 80%;
    max-width: calc(100% - 30px); /* Adjusted to account for margins */
    /* Center the container horizontally */
    margin-left: 10%; /* Left margin */
    margin-right: 20px; /* Right margin */
    overflow: hidden; /* Hide horizontal scrollbar */
}

.pdf-container object {
    margin-top: 5%;
    width: 100%; /* Adjusted to fit within the container */
    height: 1200px;
    margin-bottom: 2%;
}


.box-containers::-webkit-scrollbar {
    display: none;
  }
  .box-containers{
    
    /* background: #ccc; */
    display: flex;
    flex-wrap: nowrap; /* Keeps the boxes in a single row */
    justify-content: center;
    align-items: center;
    overflow-x: auto; /* Allows scrolling if the content overflows */
    padding: 20px 0;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */ /* Adjust padding as needed */
  }

  .box{
    box-shadow: 0px 14px 80px rgba(0, 0, 0, 0.1);

    border-radius: 5px;
    margin-left: 50px;
    background:white;
    flex: 0 0 auto; /* Prevents box size change based on content */
  min-width: 200px; /* Minimum width for each box */
  margin: 0 10px; /* Adjust margin as needed */
  border: 1px solid #ccc;
  overflow: hidden; /* Hides content that overflows the box */
  /* Adding a border for visibility */
  }

  .box image{
    padding: 10px;
    background:white;
    align-items: center;
    margin-left:70px

  }
  .box .image{
    padding: 10px;
    background: #fff;
    text-align: center;
  }

    .box .image img{
        
        object-fit: cover;
        height: 100px;
        width: 100px;
    }
    


    .s-box{
        border-radius: 5px;
    box-shadow: 0px 14px 80px rgba(0, 0, 0, 0.1);

        width:100px; /* Adjust as needed */
        height:120px;
        background: #ffffff;
    flex: 0 0 auto; /* Prevents box size change based on content */
  min-width: 200px; /* Minimum width for each box */
  margin: 0 10px; /* Adjust margin as needed */
  border: 1px solid #ccc;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
    }

    .s-box image{
        margin-bottom: 50px;
    }


.marquee {
   
    position: relative;
    background: #fefefe;
    color: #333;
    -moz-transform: translateX(100%);
              -webkit-transform: translateX(100%);
              transform: translateX(100%);
              -moz-animation: scroll-left 2s linear infinite;
              -webkit-animation: scroll-left 2s linear infinite;
              animation: scroll-left 20s linear infinite;
          }
          
          @-moz-keyframes scroll-left {
              0% {
                  -moz-transform: translateX(100%);
              }
              100% {
                  -moz-transform: translateX(-100%);
              }
          }
          
          @-webkit-keyframes scroll-left {
              0% {
                  -webkit-transform: translateX(100%);
              }
              100% {
                  -webkit-transform: translateX(-100%);
              }
          }
          
          @keyframes scroll-left {
              0% {
                  -moz-transform: translateX(100%);
                  -webkit-transform: translateX(100%);
                  transform: translateX(100%);
              }
              100% {
                  -moz-transform: translateX(-100%);
                  -webkit-transform: translateX(-100%);
                  transform: translateX(-100%);
              }

          }
          .marquee:hover {
             animation-play-state: paused; /* Pauses the animation on hover */
         }


         .marquee1 {
   
          overflow: hidden;
          position: relative;
          background: #fefefe;
          color: #333;
          -moz-transform: translateX(100%);
                    -webkit-transform: translateX(100%);
                    transform: translateX(100%);
                    -moz-animation: scroll-left 2s linear infinite;
                    -webkit-animation: scroll-left 2s linear infinite;
                    animation: scroll-left 20s linear infinite;
                }
                
                @-moz-keyframes scroll-left {
                    0% {
                        -moz-transform: translateX(100%);
                    }
                    100% {
                        -moz-transform: translateX(-100%);
                    }
                }
                
                @-webkit-keyframes scroll-left {
                    0% {
                        -webkit-transform: translateX(100%);
                    }
                    100% {
                        -webkit-transform: translateX(-100%);
                    }
                }
                
                @keyframes scroll-left {
                    0% {
                        -moz-transform: translateX(100%);
                        -webkit-transform: translateX(100%);
                        transform: translateX(100%);
                    }
                    100% {
                        -moz-transform: translateX(-100%);
                        -webkit-transform: translateX(-100%);
                        transform: translateX(-100%);
                    }
    
                }
                .marquee1:hover {
                   animation-play-state: paused; /* Pauses the animation on hover */
               }
               .marquee1:hover {
                animation-play-state: paused; /* Pauses the animation on hover */
            }
 
            .heading {
                text-align: center;
                font-size: 2.0em;
                letter-spacing: 1px;
                color: #F57513;
            }
            
            .gallery-image {
              padding: 20px;
              display: flex;
              flex-wrap: wrap;
              justify-content: center;
            }
            
            .gallery-image img {
                overflow-y: hidden;
                height: 250px;
              width: 350px;
              transform: scale(1.0);
              transition: transform 0.4s ease;
            }
            
            .img-box {
              box-sizing: content-box;
              margin: 10px;
              height: 250px;
              width: 350px;
              overflow: hidden;
              display: inline-block;
              color: white;
              position: relative;
              background-color: white;
            }
            
            .caption {
              position: absolute;
              bottom: 5px;
              left: 20px;
              opacity: 0.0;
              transition: transform 0.3s ease, opacity 0.3s ease;
            }
            
            .transparent-box {
              height: 250px;
              width: 350px;
              background-color:rgba(0, 0, 0, 0);
              position: absolute;
              top: 0;
              left: 0;
              transition: background-color 0.3s ease;
            }
            
            .img-box:hover img { 
              transform: scale(1.1);
            }
            
            .img-box:hover .transparent-box {
              background-color:rgba(0, 0, 0, 0.5);
            }
            
            .img-box:hover .caption {
              transform: translateY(-20px);
              opacity: 1.0;
            }
            
            .img-box:hover {
              cursor: pointer;
            }
            
            .caption > p:nth-child(2) {
              font-size: 0.8em;
            }
            
            .opacity-low {
              opacity: 0.5;
            }



            .navbar {
                position: fixed;
                top: 0;
                width: 100%;
                z-index: 1000;
              }
            
              /* Initially collapse the navbar */
              /* .navbar-collapse {
                display: none;
              } */


           /* Default styles */
.vision-mision {
   width: 60%;
    box-sizing: border-box;
   
}

.vision,
.mission {
    padding-left: 5%; /* Adjust as needed */
    padding-right: 5%; /* Adjust as needed */
}

.vision-p,
.mission-p {
    display: table-cell;
    text-indent: 0;
    padding-left: 2%; /* Adjust as needed */
    padding-right: 2%; /* Adjust as needed */
    width: 56%; /* Adjust as needed */
    color: black;
    font-size: 16px;
    word-spacing: 5px;
}

/* Media queries for responsiveness */
@media screen and (max-width: 768px) {
    .vision,
    .mission {
        padding-left: 2%;
        padding-right: 2%;
    }

    .vision-p,
    .mission-p {
        padding-left: 2%;
        padding-right: 2%;
        width: 96%;
    }
}

@media screen and (max-width: 480px) {
    .vision,
    .mission {
        padding-left: 2%;
        padding-right: 2%;
    }

    .vision-p,
    .mission-p {
        padding-left: 2%;
        padding-right: 2%;
        width: 96%;
        font-size: 14px; /* Adjust font size for smaller screens */
    }
}

            
            
            .whats-app {
                position: fixed;
                width: 50px;
                height: 50px;
                bottom: 40px;
                right: 15px;
                color: #FFF;
                border-radius: 50px;
                text-align: center;
                font-size: 30px;
                box-shadow: 2px 2px 3px #999;
                z-index: 100;
            }





            
.bgfootercolor{
    background-color: #000;
    float: left;
    width: 100%;
}
.footeritem {
    font-size: 16px;
    font-weight: 500;
    color: #fff;

}

.footeritem:hover {
    color: #F57513;
}
.whitecolor{
    color: #fff;
}
.font19{
    font-size: 19px;
}
.icons{
    color: #fff;
    font-weight: 500;
}
.socialicon{
    width: 40px;
    height: 40px;
    background: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
    color: #000;
    cursor: pointer;
    transition: .2s !important;
}
.socialicon:hover{
    background-color: #F57513;
    transition: .2s !important;
}
.socialicon:hover a{
  color: #fff;
  transition: .2s !important;
}
.inpstyle{
    width: 100%;
    padding: 8px;
    font-size: 13px;
    border-radius: 10px;
    border: none;
}
.submitbtn{
    width: 100%;
    border: none;
    border-radius: 10px;
    padding: 7px;
    background: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}
.submitbtn:hover{
    background-color:#F57513 ;
}
.submitbtn:hover a{
    color: #fff;
}










.main {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #efefef;
    overflow: hidden;
    height: 100vh;
    width: 100vw;
  }
  
  .testimonials {
    background-color: #ffffff;
    width: 100%;
    max-width: 740px;
    margin: 20px;
    box-shadow: 0 6px 5px -7px #cbcbcb;
    border-radius: 3px;
    position: relative;
    opacity: 0;
    animation: showTestimonials 0.32s 0.78s cubic-bezier(0.55, 0.055, 0.675, 0.19)
      forwards;
    input {
      display: none;
      visibility: hidden;
      height: 0;
      width: 0;
      pointer-events: none;
      opacity: 0;
    }
  }
  
  @keyframes showTestimonials {
    to {
      opacity: 1;
    }
  }
  
  .testimonials-inner {
    position: relative;
    min-height: 100px;
  }
  
  .testimonial {
    padding: 40px 34px 20px 34px;
    margin: 0 30px;
    pointer-events: none;
    position: relative;
    z-index: 1;
  }
  
  input[name="testimonial"]:nth-child(1):checked
    ~ .testimonials-inner
    .testimonial:nth-child(1),
  input[name="testimonial"]:nth-child(2):checked
    ~ .testimonials-inner
    .testimonial:nth-child(2),
  input[name="testimonial"]:nth-child(3):checked
    ~ .testimonials-inner
    .testimonial:nth-child(3),
  input[name="testimonial"]:nth-child(4):checked
    ~ .testimonials-inner
    .testimonial:nth-child(4) {
    pointer-events: initial;
  }
  
  .testimonial {
    transition: 0.72s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.32s 0.12s;
    opacity: 0;
    transform: translate(0, 38px);
    max-height: 80px;
    animation: hideTestimonial 0s 0.52s forwards;
    position: relative;
  }
  
  input[name="testimonial"]:nth-child(1):checked
    ~ .testimonials-inner
    .testimonial:nth-child(1),
  input[name="testimonial"]:nth-child(2):checked
    ~ .testimonials-inner
    .testimonial:nth-child(2),
  input[name="testimonial"]:nth-child(3):checked
    ~ .testimonials-inner
    .testimonial:nth-child(3),
  input[name="testimonial"]:nth-child(4):checked
    ~ .testimonials-inner
    .testimonial:nth-child(4) {
    animation: showTestimonial 0s 0.72s forwards;
    position: absolute;
    opacity: 1;
    transform: none;
    max-height: 500px;
    transition: 0.3s 0.52s, opacity 0.68s 0.92s, max-height 0.82s 0.72s;
  }
  
  @keyframes hideTestimonial {
    to {
      position: absolute;
    }
  }
  
  @keyframes showTestimonial {
    to {
      position: relative;
    }
  }
  
  input[name="testimonial"]:nth-child(1):checked
    ~ .testimonials-bullets
    label:nth-child(1)
    span,
  input[name="testimonial"]:nth-child(2):checked
    ~ .testimonials-bullets
    label:nth-child(2)
    span,
  input[name="testimonial"]:nth-child(3):checked
    ~ .testimonials-bullets
    label:nth-child(3)
    span,
  input[name="testimonial"]:nth-child(4):checked
    ~ .testimonials-bullets
    label:nth-child(4)
    span {
    background-color: rgba(245, 34, 34, 0.836);
    transform: scale(1);
    transition: transform 0.36s cubic-bezier(0.26, -0.59, 0.43, 2.48),
      background-color 0.41s ease-in;
  }
  
  .testimonial-photo {
    height: 84px;
    width: 84px;
    position: absolute;
    top: -32px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  
  .photo-background {
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    height: 100%;
    box-shadow: 0 -4px 3px -2px #c3c2c2;
    width: 100%;
    transform: scale(0.87);
    transition: 0.32s;
  }
  
  input[name="testimonial"]:nth-child(1):checked
    ~ .testimonials-inner
    .testimonial:nth-child(1)
    .photo-background,
  input[name="testimonial"]:nth-child(2):checked
    ~ .testimonials-inner
    .testimonial:nth-child(2)
    .photo-background,
  input[name="testimonial"]:nth-child(3):checked
    ~ .testimonials-inner
    .testimonial:nth-child(3)
    .photo-background,
  input[name="testimonial"]:nth-child(4):checked
    ~ .testimonials-inner
    .testimonial:nth-child(4)
    .photo-background {
    transform: scale(1);
    transition: 0s;
  }
  
  .photo-author {
    background-size: 68px;
    background-position: center;
    height: 0;
    width: 0;
    border-radius: 50%;
    background-color: #dbdbdb;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    opacity: 0;
    transform: scale(1.18) translate(0, -6px);
    transition: transform 0.42s ease-out, opacity 0.58s, width 0s 0.6s,
      height 0s 0.6s;
  }
  
  input[name="testimonial"]:nth-child(1):checked
    ~ .testimonials-inner
    .testimonial:nth-child(1)
    .photo-author,
  input[name="testimonial"]:nth-child(2):checked
    ~ .testimonials-inner
    .testimonial:nth-child(2)
    .photo-author,
  input[name="testimonial"]:nth-child(3):checked
    ~ .testimonials-inner
    .testimonial:nth-child(3)
    .photo-author,
  input[name="testimonial"]:nth-child(4):checked
    ~ .testimonials-inner
    .testimonial:nth-child(4)
    .photo-author {
    transform: scale(1);
    opacity: 1;
    height: 68px;
    width: 68px;
    transition: width 0.26s 1.01s, height 0.26s 1.01s;
  }
  
  .testimonial-text {
    color: #606060;
    font-size: 20px;
    text-align: center;
    text-shadow: 0 0 1px #939393;
    letter-spacing: 0.12px;
    font-style: italic;
    line-height: 26px;
    p {
      margin-bottom: 10px;
    }
  }
  
  .testimonial-author {
    font-size: 15px;
    text-align: right;
    color: #bdbdbd;
    letter-spacing: 0.24px;
    text-transform: uppercase;
    text-shadow: 0 0 1px #e3e3e3;
    &:before {
      content: "– ";
    }
  }
  
  .testimonials-bullets {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 30px;
    transform: translate(0, 8px);
    .bullet {
      height: 30px;
      width: 30px;
      cursor: pointer;
      margin: 0 1px;
      div {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 30px;
        width: 30px;
        border-radius: 50%;
        background-color: #ffffff;
        box-shadow: 0 4px 6px -7px #000000;
        span {
          background-color: #c3c3c3;
          height: 14px;
          width: 14px;
          border-radius: 50%;
          transform: scale(0.82);
          transition: 0.72s;
        }
      }
      &:hover span {
        background-color: rgba(216, 118, 118, 0.836);
      }
    }
  }
  
  .testimonials-arrows {
    height: 100%;
    .arrow {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 50px;
      width: 50px;
      position: absolute;
      top: calc(50% - 25px);
      span {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #ffffff;
        border-radius: 50%;
        height: 40px;
        width: 40px;
        &:before {
          font-size: 32px;
          font-family: monospace, sans-serif;
          font-weight: 600;
          color: #c3c3c3;
          transition: color 0.21s ease-in;
        }
      }
      &:hover span:before {
        color: #444444;
        transition: color 0.17s ease-out;
      }
      label {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        cursor: pointer;
      }
    }
    .arrow-left {
      left: -20px;
      span {
        box-shadow: 40px 0 20px 20px #ffffff, -5px 0 30px 0px #e1e1e1;
        &:before {
          content: "<";
        }
      }
    }
    .arrow-right {
      right: -20px;
      span {
        box-shadow: -40px 0 20px 20px #ffffff, 5px 0 30px 0px #e1e1e1;
        &:before {
          content: ">";
        }
      }
    }
  }
  
  input[name="testimonial"]:nth-child(1):checked
    ~ .testimonials-arrows
    .arrow-left
    label[for="input-testimonial4"],
  input[name="testimonial"]:nth-child(1):checked
    ~ .testimonials-arrows
    .arrow-right
    label[for="input-testimonial2"],
  input[name="testimonial"]:nth-child(2):checked
    ~ .testimonials-arrows
    .arrow-left
    label[for="input-testimonial1"],
  input[name="testimonial"]:nth-child(2):checked
    ~ .testimonials-arrows
    .arrow-right
    label[for="input-testimonial3"],
  input[name="testimonial"]:nth-child(3):checked
    ~ .testimonials-arrows
    .arrow-left
    label[for="input-testimonial2"],
  input[name="testimonial"]:nth-child(3):checked
    ~ .testimonials-arrows
    .arrow-right
    label[for="input-testimonial4"],
  input[name="testimonial"]:nth-child(4):checked
    ~ .testimonials-arrows
    .arrow-left
    label[for="input-testimonial3"],
  input[name="testimonial"]:nth-child(4):checked
    ~ .testimonials-arrows
    .arrow-right
    label[for="input-testimonial1"] {
    z-index: 1;
  }
/*   
  .testimonial:nth-child(1) .photo-author {
    background-image: url(/images/usericon.png);
  }
  
  .testimonial:nth-child(2) .photo-author {
    background-image: url(/images/usericon.png);
  }
  
  .testimonial:nth-child(3) .photo-author {
    background-image: url(/images/usericon.png);
  }
  
  .testimonial:nth-child(4) .photo-author {
    background-image: url(/images/usericon.png);
  } */
  