/*===================================== 
YOU CAN WRIGHT CUSTOME CSS 
======================================*/

.about {
  padding: 50px;
  background: #181818;
}
a {
  color: #000000 !important;
}
.main {
  border: 4px solid #f1bc2e;
  position: relative;
  z-index: 10;
  background: url(../images/dots.png) #000000a6;
  background-blend-mode: multiply;
  /* background: #00000000; */
}
.child {
  position: relative;
  top: -30px;
  left: 30px;
  background: #272727;
  padding: 50px;
}
.page-title{
    text-transform:capitalize;
}
.imagediv {
  position: relative;
  left: -65px;
  z-index: 1;
}
.imagediv img {
  width: 100%;
  height: 400px;
}
.imgcontent {
  margin: 0 90px;
  display: flex;
  padding: 30px 0px;
  justify-content: space-between;
}
.imgtext {
  display: flex;
  flex-direction: column;
}
.aboutcontent {
  padding: 10px 0px;
}
.imgtext h6 {
  color: #f1bc2e;
  font-weight: 400;
}
.imgtext span {
  color: #ffffff;
  font-weight: 400;
}
.social {
  text-align: right;
}
.social a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(7, 6, 6, 0.89);
  font-size: 13px;
  margin-right: 10px;
  color: #000000;
  display: inline-block;
}
footer {
  margin-bottom: 0px !important;
}
.copy-right p {
  margin-top: 10px;
  margin-bottom: 0px;
  text-align: left;
}
.copyright {
  padding: 10px;
}
footer .item .title h5 {
  font-weight: 300;
}
.pe-7s-map-marker::before {
  color: #f1bc2e;
}
.pe-7s-mail:before {
  color: #f1bc2e;
}
.pe-7s-call:before {
  color: #f1bc2e;
}
footer .item li a:hover {
  color: #c5a47e;
}
footer h5 {
  color: #f1bc2e !important;
}
.clientlogo .owl-item .item {
  padding: 0px 35px;
}
.clientlogo .owl-carousel.owl-drag .owl-item {
  height: 120px;
  line-height: 100px;
}
.wt-separator {
  background: #42727c !important;
}

.faq-container {
  background-color: #fff;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}
.mb-0{
    margin-bottom:0;
}
.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.faq-item p {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  font-size: 16px;
  font-weight: 350;
  padding: 5px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  font-family: "Poppins", sans-serif;
}

.faq-answer {
  display: none;
  padding: 10px;
  font-size: 0.9rem;
  color: #555;
}
.faqs {
  padding: 30px 0px;
}
.faq-question .icon {
  color: #42727c;
  font-size: 30px;
  font-weight: 600;
}
.item-bx .icon img {
  /*   filter:invert(40%) sepia(80%) saturate(200%) hue-rotate(347deg);*/
  filter: brightness(0) saturate(100%) invert(40%) sepia(45%) saturate(376%)
    hue-rotate(143deg) brightness(91%) contrast(89%);
}
.item-bx:hover .icon img {
  /*   filter:invert(40%) sepia(80%) saturate(200%) hue-rotate(347deg);*/
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7499%)
    hue-rotate(176deg) brightness(108%) contrast(89%);
}
.header-nav .nav > li .sub-menu li a {

  font-size: 16px !important;
}
.ltn__breadcrumb-list ul {
  list-style: none;
}
.ltn__breadcrumb-list ul li:after {
  position: absolute;
  content: "\f101";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  font-size: 15px;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}
.ltn__breadcrumb-list ul li {
  display: inline-block;
  margin-right: 30px;
  position: relative;
  font-weight: 700;
}
footer .item li a {
  color: #fff !important;
}
.process-div
  .item-bx.bg-img.wow.animate__animated.animate__fadeInUp.animate__delay-2s {
  padding: 5px 20px;
}
.process-div .item-bx h2 {
  margin: 10px 0px;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  width: 100%;
  text-align: center;
}
.process-div .item-bx p {
  font-size: 12px;
  text-align: justify;
  line-height: 20px;
  margin-bottom: 25px;
}
.wt-post-info .site-button{
  background:#fff !important ;
}
.post-title a{
  color: #fff !important;
}
.wt-post-text p{
  color: #fff !important;
}
.wt-post-info {
  text-align: center;
    height: 240px;
    overflow: hidden;

}
.special-link{
    background: #437379;
}

.special-link a{
    color: #fff !important;
}
.item .blog-post{
  padding: 20px 20px ;
  margin-bottom: 0px ;
}

/* Base form box styling */
.contact-form-box {
    padding: 40px;
    background-color: #ffffff;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Title styling */
.contact-form-box h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #333;
    text-align: center;
}

/* Input items */
.input-item {
    margin-bottom: 20px;
    position: relative;
}

.input-item input,
.input-item textarea,
.input-item select{
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 16px;
    transition: 0.3s;
}

.input-item input:focus,
.input-item textarea:focus {
    border-color: #007BFF;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.1);
    outline: none;
}

/* Textarea */
.input-item textarea {
    height: 120px;
    resize: vertical;
}

/* Captcha section */
.input.text {
    display: flex;
    align-items: center;
    gap: 10px;
}

.input.text img {
    height: 45px;
    border-radius: 4px;
}

/* Button styling */
.btn-wrapper {
    text-align: center;
    margin-top: 20px;
}

.btn {
    background-color: #007BFF;
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.btn:hover {
    background-color: #0056b3;
}

/* Responsive spacing for columns */
@media (max-width: 768px) {
    .row .col-md-6 {
        width: 100%;
        display: block;
    }
    .wt-post-info {
    
    height: auto;
    
    }
}




/* Modal container */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.7);
  animation: fadeIn 0.3s ease-in-out forwards;
}

/* Modal content box */
.modal-content {
  background-color: #fff;
  margin: 5% auto;
  padding: 20px;
  border-radius: 10px;
  width: 95%;
  max-width: 55%;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  animation: slideUp 0.5s ease-out;
  position: relative;
}
.modal-content input,select,textarea,button {
  margin: 10px 0px;
}

/* Close button */
.close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 30px;
  color: #aaa;
  cursor: pointer;
}
.close:hover {
  color: #333;
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .modal-content {
    margin: 10% auto;
    padding: 15px;
    max-width: 85%;
  }
  .about {
    padding: 30px;
}
.child {
    padding: 20px;
}
.imagediv img {
    width: 100%;
    height: auto;
}
.wt-post-info {
    min-height: 180px;
}
.p-t140 {
    padding-top: 50px !important;
}
.imgtext {
    margin: 0 15px;
}
.imgcontent {
    margin: 0 0px;
}
.imagediv {
    left: 0;
}
.p-tb100 {
    padding-bottom: 40px;
    padding-top: 40px;
}
.contact-form-box {
    padding: 10px;
}

}






