.ul-sidebar-txt-block .descr i {
  color: #de0914;
  font-size: clamp(15px, 0.95vw, 18px);
}
.ul-header-nav a {
  font-weight: 700;
}
.ul-header-nav {
  gap: clamp(24px, 2.52vw, 40px);
}

.ul-section-title {
  font-weight: 800;
  font-size: 32px;
  color: var(--ul-c4);
  margin-bottom: 0;
  font-family: var(--font-lato);
  letter-spacing: 0.5px;
  margin-bottom: clamp(8px, 0.58vw, 11px);
  line-height: 50px;
}

.ul-header-top-info i {
  color: #ffffff;
}
.ul-header-bottom-content {
  border-radius: unset;
}
.ul-header-bottom-right .ul-btn {
  color: #fff;

  animation: glow 1s infinite;
  transition: 0.5s;
}

@keyframes glow {
  0% {
    box-shadow: 5px 5px 20px #fff, -5px -5px 20px #fff;
  }

  50% {
    box-shadow: 0px 0px 10px #de0914, 0px 0px 10px #de0914;
  }
  100% {
    box-shadow: 5px 5px 20px #fff, -5px -5px 20px #fff;
  }
}

.ul-btn {
  color: #ffffff;
}
.ul-section-sub-title {
  border: unset;
}
.ul-services {
  background-color: #ffffff;
}

.ul-service-title {
  font-family: var(--font-lato);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: clamp(4px, 0.32vw, 6px);
}

.ul-clients img {
  border-radius: 10px;
}
.ul-cta .ul-section-sub-title {
  color: #ffffff;
  border-color: var(--ul-c3);
  padding: 0;
}

.ul-team-member {
  padding: 10px 5px;
  text-align: center;
  position: relative;
  z-index: 1;
  border-radius: clamp(10px, 0.84vw, 16px);
}
.ul-team-member-img {
  max-width: 70%;
  margin: auto;
  border: clamp(5px, 0.42vw, 8px) solid var(--white);
  margin-bottom: clamp(14px, 1.16vw, 22px);
  border-radius: 15%;
  overflow: hidden;
  transition: 0.3s ease;
}
.ul-team-member-name {
  display: block;
  font-family: var(--font-lato);
  font-weight: 800;
  font-size: 17px;
  margin-bottom: 1px;
}
.ul-team-member-role {
  font-weight: 600;
  font-size: 14px;
  color: #000000;
}

.ul-why-choose-us-imgs::before {
    border: unset;
}

.ul-service .ul-service-icon img {
  filter: invert(22%) sepia(40%) saturate(5633%) hue-rotate(359deg) brightness(94%) contrast(117%);
}
.ul-service:hover .ul-service-icon img {
  filter: brightness(0) invert(1);
}

.ul-blogs::before {
    content: "";
    position: absolute;
    background: unset;
    inset: 0;
    z-index: -1;
    opacity: 8%;
}

.ul-footer-about img{
  width: 50%;
}
.ul-footer {
    position: relative;
    z-index: 1;
    background: #c2000a;
}

.ul-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: url(../img/footer-bg.jpg) no-repeat center center / cover;
    opacity: 20%;
}

.ul-why-choose-us {
    background: linear-gradient(90deg, #de0914 0%, #213C84 100%);
    counter-reset: section;
    color: var(--white);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.ul-service-title a{
  color: var(--ul-secondary);
}

.ul-footer-widget-links a,
.ul-footer-widget-links a:hover {
    color: #ffffff;
}

.ul-btn:hover {
    background-color: var(--ul-primary);
    color: #ffffff;
}


.mobile_links{
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
  text-align: center;
  background: #fff;
}
.mobile_links .bg-1{
  background: #000000;
}
.mobile_links .bg-1 a{
  color: #fff;
  padding: 10px;
  font-weight: 700;
}
.mobile_links .bg-1 a i{
  font-size: 18px;
}

.mobile_links .bg-2{
  background: #22c15e;
}
.mobile_links .bg-2 a{
  color: #fff;
  padding: 10px;
  font-weight: 700;
}
.mobile_links .bg-2 a i{
  font-size: 18px;
}

.para2{
  margin-bottom: 50px;
}



.ul-btn-m1 {
  background-color: var(--ul-primary);
  color: #fff;
}
.ul-btn-m1:hover {
  background-color: var(--ul-c3);
  color: #fff;
}

.ul-btn-m2 {
  background-color: var(--ul-c3);
  color: #fff;
}
.ul-btn-m2:hover {
  background-color: var(--ul-primary);
  color: #fff;
}

.ul-btn-m3 {
  background-color: var(--ul-c3);
  color: #fff;
}
.ul-btn-m3:hover {
  background-color: var(--ul-primary);
  color: #fff;
}

.ul-section-sub-title {
    font-size: 20px;
}













.comment-section {
  max-width: 800px;
  margin: 2rem auto;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 15px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
.comment-section .comment-box {
  background: white;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  transition: transform 0.2s;
  border: 1px solid #e9ecef;
}
.comment-section .comment-box:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.comment-section .user-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}
.comment-section .comment-input {
  border-radius: 10px;
  padding: 15px 20px;
  border: 2px solid #e9ecef;
  transition: all 0.3s;
}
.comment-section .comment-input:focus {
  box-shadow: none;
  border-color: #86b7fe;
}
.comment-section .btn-comment {
  border-radius: 20px;
  padding: 8px 25px;
  background: #0d6efd;
  border: none;
  transition: all 0.3s;
}
.comment-section .btn-comment:hover {
  background: #0b5ed7;
  transform: translateY(-1px);
}
.comment-section .comment-actions {
  font-size: 0.9rem;
}
.comment-section .comment-actions a {
  color: #6c757d;
  text-decoration: none;
  margin-right: 15px;
  transition: color 0.2s;
}
.comment-section .comment-actions a:hover {
  color: #0d6efd;
}
.comment-section .comment-time {
  color: #adb5bd;
  font-size: 0.85rem;
}
.comment-section .reply-section {
  margin-left: 60px;
  border-left: 2px solid #e9ecef;
  padding-left: 20px;
}

.contact-links{}
.contact-links ul{
  list-style: none;
  padding: 0;
}
.contact-links ul li{
  border-bottom: 1px solid;
  margin-bottom: 10px;
  padding: 0 0 5px 0;
}
.contact-links ul li p{
  margin: 0;
  color: var(--title-color);
  font-weight: bold;
  font-size: 22px;
}
.contact-links ul li a{
  display: block;
  font-size: 20px;
  color: #000;
}
.contact-links ul li a .icon{
  display: inline-block;
  background: red;
  border-radius: 50%;
  color: #fff;
  line-height: 30px;
  font-size: 15px;
  width: 30px;
  height: 30px;
  text-align: center;
}
.contact-links ul li a .name{
  display: inline-block;
  color: #fff;
}
.contact-links ul li a .desc{
  display: inline-block;
  color: #fff;
  font-weight: bold;
}

.modal.lightbox img{
  margin: 0 !important;
  width: 100% !important;
}
.modal.lightbox .ratio.ratio-16x9{
  background-color: #00000000 !important;
}
.modal.lightbox .carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: -100px;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2%;
  height: 100px !important;
  color: #fff;
  text-align: center;
  opacity: .5;
  transition: opacity .15s ease;
}
.modal.lightbox .carousel-control-next-icon {
  background-image: url('../img/icon_next.png');
}
.modal.lightbox .carousel-control-prev-icon {
  background-image: url('../img/icon_prev.png');
}
.modal.lightbox .modal-xl {
  max-width: 70%;
}


.goog-logo-link,
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}
.goog-te-gadget{
  font-size: 0 !important
}
#google_translate_element{
  /*
    position: absolute;
    top: -5px;
    right: -110px;
  */
  height: 35px;
      position: absolute;
    top: 8px;
}
#google_translate_element a{
    display: none !important;
}
.goog-te-combo{
  border: 1px solid;
  padding: 5px 0 5px 0;
  width: 100px;
}
.widget_breton_core_switcher{
  display: none;
}

.langs-select{
  float: right;
  margin-left: 20px;
  height: 30px;
  line-height: 27px;
}
.skiptranslate{
  display: none;
}
.lang_actives .boxed_wrapper{
  margin-top: -40px;
}
.lang_actives.lang_en .main-menu .navigation > li{
  margin: 0px 5px;
}
.lang_actives.lang_en .main-menu .navigation > li > a{
  font-size: 13px;
  font-weight: bold;
}


/* Button Animate */
.custom-btn {
  color: #fff;
  font-weight: bold;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
}
.btn-animate1 {
  border: none;
  background: rgb(195 0 0);
  background: linear-gradient(0deg, rgb(195 0 0) 0%, rgb(255 0 0) 100%);
  color: #fff;
  overflow: hidden;
}
.btn-animate1:hover {
  text-decoration: none;
  color: #fff;
}
.btn-animate1:before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 3s ease-in-out infinite;
}
.btn-animate1:hover{
  opacity: .7;
}
.btn-animate1:active{
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.3),
              -4px -4px 6px 0 rgba(116, 125, 136, .2),
    inset -4px -4px 6px 0 rgba(255,255,255,.2),
    inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
}
@-webkit-keyframes shiny-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.trwpwhatsappballon {
    font-size: 14px;
    border-radius: 12px;
    border: 1px solid #fff;
    max-width: 250px;
    display: none;
}
.trwpwhatsapptitle {
    background-color: #22c15e;
    color: white;
    padding: 14px;
    border-radius: 12px 12px 0px 0px;
    text-align: center;
}
.trwpwhatsappmessage {
    padding: 16px 12px;
    background-color: white;
}
.trwpwhatsappinput {
    position: relative;
    background-color: white;
    border-radius: 0px 0px 12px 12px;
}
.trwpwhatsappinput input {
    width: 206px;
    border-radius: 10px;
    margin: 1px 1px 0px 10px;
    padding:10px;
    font-family: "Raleway", Arial, sans-serif;
    font-weight: 300;
    font-size: 13px;
    background-color: #efefef;
    border: 1px solid #d4d4d4;
}
.trwpwhatsappbutton {
    background-color: #22c15e;
    border-radius: 20px;
    padding: 8px 15px;
    cursor: pointer;
    color: #fff;
    max-width: 220px;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.trwpwhatsappall {
    position: fixed;
    z-index: 9999999999999999999;
    bottom: 70px;
    right: 10px;
    font-family: "Raleway", Arial, sans-serif;
    font-weight: 300;
    font-size: 15px;
}
.trwpwhatsappsendbutton {
    color: #22c15e;
    cursor:pointer;
}
.trwpwhatsappsendbutton i{
    position: absolute;
    right: 10px;
}
.trwpwhatsappall button {border: none;}
.trwpwhatsappall button i {
    float: right;
    position: absolute;
    z-index: 999999999999;
    right: 10px;
    bottom: 15px;
    font-size: 18px !important;
    color: #000;
}
.trwpwhatsappall .kapat {
    position: absolute;
    right: 8px;
    top: 6px;
    font-size: 13px;
    border: 1px solid #fff;
    border-radius: 99px;
    padding: 2px 5px 2px 5px;
    color: white;
    font-size: 10px;
    cursor: pointer;
}


.btn_whatsapp {
    position: fixed;
    bottom: 20px;
    width: 60px;
    right: 90px;
}

.scroll-top.open {
    bottom: 130px;
}
.scroll-top {
    width: 25px;
    height: 25px;
    line-height: 25px;
    position: fixed;
    bottom: 105%;
    right: 30px;
    font-size: 18px;
    z-index: 99;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    transition: 1s ease;
}

@media (max-width: 992px){
  .mobilGizle{
    display: none !important;
  }
  .mobilPadding0{
    padding-top: 0;
  }

  .mobile_links{
    display: block;
  }

  .trwpwhatsappall{
    display: none;
  }

  .ul-header-nav {
    gap: 0px;
  }
  .ul-section-title {
    font-size: 20px;
    line-height: 30px;
  }
  .ul-btn {
    padding: 3px 3px;
    font-size: 12px;
  }

}
@media (min-width: 200px) and (max-width: 750px) {

}
@media (min-width: 576px) and (max-width: 750px) {

}
@media (min-width: 750px) and (max-width: 992px) {

}
@media (min-width: 992px) and (max-width: 1100px) {
  .ul-header-nav {
    gap: 10px;
  }
  .ul-header-nav a {
    font-weight: 600;
    font-size: 11px;
  }
  .ul-header-bottom-right .ul-btn {
    padding: 5px;
    font-size: 11px;
  }

}
@media (min-width: 1100px) and (max-width: 1200px) {
  .ul-header-nav {
    gap: 10px;
  }
  .ul-header-nav a {
    font-weight: 700;
    font-size: 13px;
  }
  .ul-header-bottom-right .ul-btn {
    padding: 5px;
    font-size: 12px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .ul-header-nav {
    gap: 10px;
  }
  .ul-header-nav a {
    font-weight: 700;
    font-size: 13px;
  }
  .ul-header-bottom-right .ul-btn {
    padding: 8px;
    font-size: 13px;
  }
}
@media (min-width: 1300px) and (max-width: 1400px) {

}
@media (min-width: 1400px) and (max-width: 1500px) {

}
@media (min-width: 1500px) and (max-width: 1720px) {

}



/* 320 - 480 */
@media only screen and (min-device-width : 990px) and (max-device-width : 1200px) {


}
/* 320 - 480 */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {


}
/* 475 - 768 */
@media only screen and (min-device-width : 475px) and (max-device-width : 768px) {




}
/* 765 - 990 */
@media only screen and (min-device-width : 765px) and (max-device-width : 990px) {


}
/* 990 - 1300 */
@media only screen and (min-device-width : 990px) and (max-device-width : 1300px) {

}
