

/*--------------------------------------------------------------------- File Name: responsive.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Poppins:400');
@import url('https://fonts.googleapis.com/css?family=Lato:400,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(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(slick.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: 'Lato', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
     background-color: #E4D00A ;
}

.main-layout {
     padding: 95px 100px;
}

.container {
     max-width: 1170px;
}

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;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0;
     padding: 0;
}

h1 {
     font-size: 24px;
     font-family: 'Poppins', sans-serif;
}

h2 {
     font-size: 22px;
     font-family: 'Poppins', sans-serif;
}

h3 {
     font-size: 18px;
     font-family: 'Poppins', sans-serif;
}

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: 0px;
     font-weight: 500;
     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;
}

.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%;
}

.light_silver {
     background: #f9f9f9;
}

.theme_bg {
     background: #38c8a8;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}


/*-- header area --*/


/*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- layout new css ---------------------------------------------------------------------*/

.header {
     width: 100%;
     background: transparent;
     padding: 20px 30px;
}

.logo a {
     font-size: 40px;
     font-weight: bold;
     text-transform: uppercase;
     color: #fff;
     line-height: 40px;
}


/** banner section **/

.banner_main {
     background: #fff;
}

.logo {
     padding-bottom: 39px;
}

.banner_main .titlepage {
     text-align: left;
     padding: 0;
}

.banner_main .titlepage h2 {
     color: #2c2f93;
     margin-bottom: 20px;
     font-size: 36px;
     line-height: 50px;
}

.banner_main .titlepage p {
     color: #222122;
     font-size: 17px;
     line-height: 30px;
     font-weight: 500;
     padding-bottom: 20px;
}

.banner_main_text {
     padding: 0px 10px 0px 20px;
}

.banner_main_img figure {
     margin: 0;
}

.banner_main_img figure img {
     width: 100%;
}

.reverse {
     display: flex;
     flex-direction: row-reverse;
}
.banner_main_img h3 {

    top: 0;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    font-weight: bold;
    /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6); */
    text-shadow: 3px  3px  0px rgba(0, 0, 0, 0.6);
    color: #FE5000 ;
    text-decoration: underline;
    text-decoration-thickness: 4px;
}

/** banner section **/

.titlepage {
     text-align: center;
     padding-bottom: 60px;
}

.titlepage h2 {
     font-size: 42px;
     color: #313131;
     line-height: 60px;
     font-weight: bold;
     padding: 0;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.padding_lert {
     padding-left: 0;
}

.padding_right {
     padding-right: 0;
}

.read_more {
     font-size: 17px;
     background-color: #2c2f93;
     color: #fff;
     padding: 13px 0px;
     width: 100%;
     max-width: 190px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     text-transform: uppercase;
}

.read_more:hover {
     background: #87850f;
     color: #fff;
     transition: ease-in all 0.5s;
}


/** about section **/

.about {
     background: #fff;
     padding: 90px 0;
}

.about .titlepage {
     text-align: left;
     padding: 0;
}

.about .titlepage h2 {
     color: #2c2f93;
     margin-bottom: 30px;
}

.about .titlepage p {
     color: #222122;
     font-size: 17px;
     line-height: 30px;
     font-weight: 500;
     padding-bottom: 50px;
}

.about_text {
     padding: 0px 20px 0px 10px;
}

.about_text_web {
     padding: 0px 20px 0px 10px;
     margin-top: 50px;
}

.about_img figure {
     margin: 0;
}

.about_img figure img {
     width: 100%;
}


/** end about section **/

/** contact us **/

.contact {
     background: #fff;
}
#contact {
     /* background-image: url('https://imgs.search.brave.com/a0TFc9eGimCK6BnK30ZaJh-GPjSFXTqT-9qMFDaIVzY/rs:fit:500:0:0:0/g:ce/aHR0cHM6Ly9tZWRp/YS5pc3RvY2twaG90/by5jb20vaWQvMTkx/MzYzMTM1NC9waG90/by9jb250YWN0LXVz/LWNvbmNlcHQtY2Fs/bC1lbWFpbC1vci1t/ZXNzYWdlLWhvdGxp/bmUud2VicD9iPTEm/cz02MTJ4NjEyJnc9/MCZrPTIwJmM9S1ZT/bS1uMjR5bHVVdlZD/M2lJZ0ttWGRTNlA1/LTZ5Mlo0aXZQOFk2/b2Z4WT0'); */
     /* background:linear-gradient(90deg, #2c2f93 0%, #2a5e97 35%, rgb(15 66 77) 100%); */

     background: linear-gradient(90deg, rgba(138,190,240,1) 0%, rgba(61,144,224,1) 42%, rgba(0,183,221,1) 100%);
     background-size: cover; /* Ensure the background image covers the entire div */
     background-position: center; /* Center the background image */
     padding: 50px 0; /* Add padding for spacing */
 }
 
 .contact_form {
     background-color: #fff; /* Set background color to white */
     padding: 30px; /* Add padding inside the form container */
     border-radius: 8px; /* Optional: Add rounded corners */
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Optional: Add subtle shadow for better visibility */
 }
 
 .contact_form h2 {
     margin-top: 0;
 }
 
 .form-group {
     margin-bottom: 15px;
 }
 
 .form-control {
     width: 100%;
     padding: 10px;
     border: 1px solid #ccc;
     border-radius: 4px;
 }
 
 .btn-primary {
     background-color: #007bff;
     border: none;
     padding: 10px 20px;
     color: #fff;
     border-radius: 4px;
     cursor: pointer;
 }
 
 .btn-primary:hover {
     background-color: #0056b3;
 }
 

.contact .titlepage {
     text-align: left;
     padding: 0;
}

.contact .titlepage h2 {
     color: #2c2f93;
     margin-bottom: 30px;
}

.contact .titlepage p {
     color: #222122;
     font-size: 17px;
     line-height: 30px;
     font-weight: 500;
     padding-bottom: 50px;
}

.contact_text {
     padding: 0px 20px 0px 10px;
}

.contact_img figure {
     margin: 0;
}

.contact_img figure img {
     width: 100%;
}

/** end contact us **/


/** our section **/

.our {
     background: #fff;
}

.our .titlepage {
     text-align: left;
     padding: 0;
}

.our .titlepage h2 {
     color: #2c2f93;
     margin-bottom: 30px;
}

.our .titlepage p {
     color: #222122;
     font-size: 17px;
     line-height: 30px;
     font-weight: 500;
     padding-bottom: 50px;
}

.our_text {
     padding: 0px 10px 0px 20px;
}

.our_img figure {
     margin: 0;
}

.our_img figure img {
     width: 50%;
     margin-left: 200px;
}

@media (min-width: 360px) and (max-width: 815px) {
     .our_img figure img {
         width: 100%;
         margin-left: 0px;
     }
 }
 
/** end our section **/


/** our_fruit section **/

.our_fruit {
     background: #fff;
     padding: 90px 0 75px 0;
}

.our_fruit .titlepage {
     text-align: right;
     padding: 0;
}

.padd_lrri {
     padding-right: 0px;
}

.our_fruit .titlepage h2 {
     color: #2c2f93;
     margin-bottom: 30px;
}

.our_fruit .titlepage p {
     color: #222122;
     font-size: 17px;
     line-height: 30px;
     font-weight: 500;
     padding-bottom: 50px;
}

.our_fruit_text {
     padding: 0px 20px 0px 10px;
}

.our_fruit_img {
     padding-bottom: 15px;
}

.our_fruit_img figure {
     margin: 0;
}

.our_fruit_img figure img {
     width: 100%;
}


/** end our_fruit section **/


/** testimonial section **/

.testimonial {
     background-color: #fff;
}

.testimonial_Carousel {
     background: #4d4f12;
     padding: 100px 45px;
}

.margin_boot {
     padding-right: 0;
}

.testimonial_box .titlepage {
     text-align: left;
     padding-bottom: 30px;
}

.testimonial .titlepage h2 {
     color: #313131;
}

.testimonial_box p {
     color: #313131;
     font-size: 17px;
     line-height: 30px;
}

.testimonial_Carousel .carousel-caption {
     position: inherit;
     padding: 0;
}

.testimonial_box {
     text-align: left;
     padding: 0px 10px 0px 20px;
}

.test_box {
     padding: 30px 25px;
     background: #fff;
}

.testimonial_Carousel .test_box h4 {
     font-size: 25px;
     color: #555711;
     line-height: 20px;
     display: block;
     text-align: center;
     font-weight: 600;
     padding: 0;
     padding-top: 8px;
}

.testimonial_Carousel .test_box p {
     font-size: 17px;
     line-height: 28px;
     color: #222122;
     text-align: center;
     padding-top: 20px;
}

.testimonial_Carousel .carousel-indicators {
     bottom: 50px;
}

.testimonial_Carousel .carousel-indicators li {
     width: 20px;
     height: 20px;
     background: #fff;
     border-radius: 10px;
}

.testimonial_Carousel .carousel-indicators li.active {
     background: #f9c40b;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
     display: none;
}


/** end testimonial section **/


/** footer **/

.footer {
     background: #ffffff;
     padding-top: 85px;
     text-align: center;
}

.cont {
     text-align: center;
}

.cont h3 {
     color: #8e6d43;
     font-size: 50px;
     line-height: 50px;
     font-weight: 800;
}

.cont p {
     color: #222122;
     font-size: 17px;
     line-height: 28px;
     padding-top: 20px;
}

.copyright {
     margin-top: 90px;
     padding: 20px 0px;
     background-color: #313130;
}

.copyright p {
     color: #fff;
     font-size: 18px;
     line-height: 30px;
     text-align: center;
}

.copyright a {
     color: #fff;
}

.copyright a:hover {
     color: #000;
}


/** end footer **/

/* laptop */

.laptop {
     position: relative;
     margin: auto;
     max-width: 40rem;
   }
   .laptop .laptop__screen {
     position: relative;
     z-index: 1;
     padding: 3%;
     border-radius: 2rem;
     background: #ecf1f7;
     background-image: linear-gradient(to bottom, #333, #111);
     box-shadow: 0 0.1rem 0 #cfcfcf;
     border: 2px solid #ccc;
   }
   .laptop .laptop__screen img {
     display: block;
     max-width: 100%;
     border-radius: 20px;
     height: auto;
     aspect-ratio: attr(width)/attr(height);
     background: #000;
   }
   .laptop .laptop__bottom {
     position: relative;
     z-index: 1;
     margin-right: -7%;
     margin-left: -7%;
     height: 0.7rem;
     background: #e9eff5;
     background-image: linear-gradient(to right, #d2dde9 0%, #f9fcff 15%, #e5ebf2 40%, #e5ebf2 60%, #f9fcff 85%, #d2dde9 100%);
   }
   .laptop .laptop__bottom::before {
     display: block;
     margin: 0 auto;
     width: 20%;
     height: 0.7rem;
     border-radius: 0 0 0.2rem 0.2rem;
     background: #f6f9fc;
     background-image: linear-gradient(to right, #c3cfdb 0%, #f6f9fc 10%, #f6f9fc 90%, #c3cfdb 100%);
     content: " ";
   }
   .laptop .laptop__under {
     position: absolute;
     top: 100%;
     left: 25%;
     display: block;
     width: 50%;
     height: 1.5rem;
     background: #e2e8f0;
     background-image: linear-gradient(to bottom, #e2e8f0, #bec7d1);
   }
   .laptop .laptop__under::after, .laptop .laptop__under::before {
     position: absolute;
     top: 0%;
     right: 100%;
     bottom: 0;
     display: block;
     width: 50%;
     border-bottom-left-radius: 100%;
     background: inherit;
     content: " ";
   }
   .laptop .laptop__under::after {
     right: auto;
     left: 100%;
     border-bottom-right-radius: 100%;
     border-bottom-left-radius: 0;
   }
   .laptop .laptop__shadow {
     position: absolute;
     right: -10%;
     bottom: -2.5rem;
     left: -10%;
     z-index: 0;
     height: 2rem;
     background: radial-gradient(ellipse closest-side, #000, transparent);
     opacity: 0.5;
   }
   
   /* laptop */


/* Contact Form */
 .contact_form .titlepage p {
     font-size: 16px;
     color: #666;
 }
 .form-group {
     margin-bottom: 15px;
 }
 .form-group label {
     display: block;
     font-weight: bold;
     margin-bottom: 5px;
     color: #333;
 }
 .form-group input,
 .form-group textarea {
     width: 100%;
     padding: 10px;
     border: 1px solid #ddd;
     border-radius: 4px;
     font-size: 16px;
     box-sizing: border-box;
 }
 .form-group input:focus,
 .form-group textarea:focus {
     border-color: #0056b3;
     outline: none;
     box-shadow: 0 0 5px rgba(0, 86, 179, 0.2);
 }
 .btn-primary {
     background-color: #0056b3;
     color: #fff;
     border: none;
     padding: 10px 20px;
     border-radius: 4px;
     font-size: 16px;
     cursor: pointer;
     transition: background-color 0.3s;
 }
 .btn-primary:hover {
     background-color: #004494;
 }


 /* Footer */
 footer {
     background-color: #f8f9fa;
     color: #333;
  }
  
  .footer-title {
     font-size: 24px;
     font-weight: bold;
     margin-bottom: 20px;
     color: #E4D00A ;
  }
  
  .footer-description {
     font-size: 16px;
     line-height: 1.6;
  }
  
  .footer-heading {
     font-size: 25px;
     /* font-weight: bold; */
     margin-bottom: 10px;
     color: #E4D00A ;
  }
  
  .footer-link {
     color: #E4D00A ;
     text-decoration: none;
  }
  
  .footer-link:hover {
     text-decoration: underline;
  }
  
  #footer-bottom {
     background-color: #343a40;
     color: #fff;
     padding: 10px 0;
  }
  
  #bottom-container {
     text-align: center;
  }
  
  .bottom-footer-link {
     color: #fff;
     text-decoration: none;
  }
  
  .bottom-footer-link:hover {
     text-decoration: underline;
  }
  
  .container-fluid {
     padding: 0 15px;
  }
  