/* .footer-menu ul li {
    margin-bottom: 30px;
    font-weight: 600;
    color: white;
}

.footer-widget li {
    font-size: 14px;
}
 */

 .p{
  text-align: justify;
 }

 .numb-count {
  display: inline-block;
}

/*========================================*/
/*-------------- [_Footer] ---------------*/
/*========================================*/
.footer-main-area {
  background: #222935;
  padding: 65px 0 0px;
}
.footer-bottom-area {
  background: #5d6c89;
  padding: 20px 0;
}

.footer-widget {
  margin-bottom: 40px;
  display: inline-block;
}

.footer-widget-list li {
  display: inherit;
  margin-bottom: 10px;
}
.footer-widget-list li a {
  color: #ffffff;
  position: relative;
  padding-left: 10px !important;
}
.footer-widget-list li a:before {
  position: absolute;
  content: '\f105';
  left: 0px;
  top: -3px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.footer-widget-list li a:hover {
  color: #f1e7de;
}



.footer-list li {
  display: inherit;
  margin-bottom: 10px;
}
/*.footer-list li a {*/
/*  color: #ffffff;*/
/*  position: relative;*/
/*  padding-left: 0px !important;*/
/*}*/
.footer-list li a:before {
  position: absolute;
  content: '';
  left: 0px;
  top: -3px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
/*.footer-list li a:hover {*/
/*  color: #f1e7de !important;*/
/*}*/












.rs-contact.style1 .contact-info {
    height: auto;
}


.input-form {
    background:#3987d5;
    padding: 20px;
    /* border: 10px solid #007bff; */
    height: auto;
}

input.form-control, textarea.form-control {
    width: 100%;
    border: 1px solid #007bff;
    margin-bottom: 20px;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.y-middle {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .bg-section {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%
  }





.rs-contact.style6 .contact-widget {
    padding: 70px 50px 70px 50px;
    background: #ffffff;
    border-radius: 30px;
  }
  .rs-contact.style6 .contact-widget .from-control {
    padding: 20px 20px 20px 20px;
    color: #5B5A5A;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #FFFFFF;
    box-shadow: 0px 0px 10px 0px #eee;
    background-color: #fff;
    width: 100%;
    opacity: 1;
  }
  .rs-contact.style6 .contact-widget textarea {
    height: 120px;
  }
  .rs-contact.style6 .contact-widget ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
  
    color: #363636;
  }
  .rs-contact.style6 .contact-widget ::-moz-placeholder {
    /* Firefox 19+ */
  
    color: #363636;
  }
  .rs-contact.style6 .contact-widget :-ms-input-placeholder {
    /* IE 10+ */
  
    color: #363636;
  }
  .rs-contact.style6 .contact-widget :-moz-placeholder {
    /* Firefox 18- */
  
    color: #363636;
  }
  .rs-contact.style6 .contact-box {
    padding: 0px 0px 0px 35px;
  }
  .rs-contact.style6 .contact-box .address-box {
    display: flex;
  }
  .rs-contact.style6 .contact-box .address-box .box-icon {
    margin-right: 25px;
  }
  .rs-contact.style6 .contact-box .address-box .box-icon i:before {
    font-size: 35px;
    color: #ffffff;
  }
  .rs-contact.style6 .contact-box .address-box .address-text .label {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    color: #ffffff;
    display: block;
    margin-bottom: 5px;
  }
  .rs-contact.style6 .contact-box .address-box .address-text .desc {
    color: #ffffff;
    margin-bottom: 0;
  }
  .rs-contact.style6 .contact-box .address-box .address-text .desc a {
    color: #ffffff;
  }
  .rs-contact.style6 .contact-box .address-box .address-text .desc a:hover {
    color: #090E40;
  }




  /* contact */

    /* Basic responsive styles for form fields */
   
    .form-control {
      margin-bottom: 10px;
      width: 100%;
      height: 90px; /* Adjusted for approximately 200 words */
      font-size: 16px; /* Adjust font size for readability */
      line-height: 1.5; /* Line spacing for better readability */
      overflow: hidden; /* Prevent scrollbars */
      resize: none; /* Prevent manual resizing */
  }
  
    .btn1 {
        padding: 10px 20px;
        font-size: 16px;
    }

    /* Responsive Layout */
    @media (max-width: 768px) {
        .col-md-12 {
            padding-left: 15px;
            padding-right: 15px;
        }

        /* Stack the columns on smaller screens */
        .col-lg-6 {
            width: 100%;
            padding: 10px;
        }

        /* Make the iframe responsive */
        iframe {
            width: 100% !important;
        }
    }

    @media (max-width: 480px) {
        .flat-title h2 {
            font-size: 24px; /* Adjust title font size for mobile screens */
        }

        .btn1 {
            width: 100%;
            font-size: 14px;
        }
    }

/* join us : counter */

.flat-call-action .textbox-content {
  padding: 40px 0;
}

.flat-title .title {
  font-size: 36px;
  font-weight: bold;
}

/* Counter styles */
.counter.style1 {
  text-align: center;
  margin-bottom: 30px;
}

.counter .numb-count {
  font-size: 36px;
  font-weight: bold;
  color: white;
}

.counter .name-count {
  font-size: 18px;
  color: white;
}

/* Responsive Layout */
@media (max-width: 992px) {
  .flat-title .title {
      font-size: 28px;
  }

  .counter .numb-count {
      font-size: 32px;
  }

  .counter .name-count {
      font-size: 16px;
  }
}

@media (max-width: 768px) {
  .counter .numb-count {
      font-size: 30px;
  }

  .counter .name-count {
      font-size: 14px;
  }

  /* Stack the counters on smaller screens */
  .col-md-3 {
      width: 100%;
      margin-bottom: 20px;
  }

  .flat-title .title {
      font-size: 24px;
  }
}

@media (max-width: 480px) {
  .counter .numb-count {
      font-size: 26px;
  }

  .counter .name-count {
      font-size: 14px;
  }

  .flat-title .title {
      font-size: 20px;
  }

  .container {
      padding: 0 10px;
  }
}

/* why choose us */
.flat-title .title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

.flat-iconbox .iconbox {
  display: flex;
  margin-bottom: 30px;
  text-align: center;
}

.flat-iconbox .iconbox-icon {
  font-size: 40px;
  color: #3498db;
  margin-right: 15px;
}

.flat-iconbox .iconbox-content .heading {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.flat-iconbox .iconbox-content .description {
  font-size: 14px;
  color: #666;
}

/* Responsive Layout */
@media (max-width: 1200px) {
  .flat-title .title {
      font-size: 30px;
  }

  .flat-iconbox .iconbox {
      flex-direction: row;
      align-items:center;
  }

  .flat-iconbox .iconbox-icon {
      font-size: 36px;
  }

  .flat-iconbox .iconbox-content .heading {
      font-size: 18px;
  }

  .flat-iconbox .iconbox-content .description {
      font-size: 13px;
  }
}

@media (max-width: 992px) {
  .flat-title .title {
      font-size: 28px;
  }

  .flat-iconbox .iconbox {
      flex-direction: row;
  }

  .flat-iconbox .iconbox-icon {
      font-size: 32px;
  }

  .flat-iconbox .iconbox-content .heading {
      font-size: 18px;
  }

  .flat-iconbox .iconbox-content .description {
      font-size: 14px;
  }

  .col-md-6 {
      margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .flat-title .title {
      font-size: 24px;
  }

  .flat-iconbox .iconbox {
      flex-direction: column;
      align-items: center;
      text-align: center;
  }

  .flat-iconbox .iconbox-icon {
      font-size: 28px;
      margin-bottom: 15px;
  }

  .flat-iconbox .iconbox-content .heading {
      font-size: 16px;
  }

  .flat-iconbox .iconbox-content .description {
      font-size: 12px;
  }

  .image-single {
      text-align: center;
  }

  .image-single img {
      max-width: 100%;
      height: auto;
  }
}

@media (max-width: 480px) {
  .flat-title .title {
      font-size: 20px;
  }

  .flat-iconbox .iconbox {
      flex-direction: column;
      align-items: center;
      text-align: center;
  }

  .flat-iconbox .iconbox-icon {
      font-size: 24px;
  }

  .flat-iconbox .iconbox-content .heading {
      font-size: 16px;
  }

  .flat-iconbox .iconbox-content .description {
      font-size: 12px;
  }

  .image-single {
      text-align: center;
  }

  .image-single img {
      max-width: 100%;
      height: auto;
  }
}

/* 
 */
div#logo-ft img{
  background: white;
  padding: 10px;
}

.widget-about #logo-ft{
  margin-bottom: 25px;
}

.top{
  background: #229cff !important;
}