// : Use a unique and descriptive class name
// : Use a value from 200 to 1000

.cairo- {
  font-family: "Cairo", sans-serif;
  font-optical-sizing: auto;
  font-weight: ;
  font-style: normal;
  font-variation-settings:
    "slnt" 0;
}

h1,h2,h3,h4,div,span,ul,li,a,p{  font-family: "Cairo", sans-serif !important;}
.img, img {
    max-width: 100%;
}
.testimonial__rating {
    align-items: center;
    color: #e08b00;
    display: flex;
    font-size: 18px;
    gap: 3px;
    margin-bottom: 20px;
}
.truncate-3-custom {
    -webkit-line-clamp: 5;
  }
.project__thumb-two img {
    border-radius: 15px;
     height: auto;
   -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
@media screen and (max-width: 991px) {
    .shortcode-hero-banner {
        background-position: 25% 50%;
        position: relative;
    }
}
.about__bg-two {
    background-size: cover;
    position: relative;
    z-index: 1;
    background-position:
}
.tg-header__area-five {
    background: #273750;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.tgmenu__navbar-wrap>ul>li a {
    color: #ffffff;
}
.about__bg-two {
    background-position: 50%;
    background-size: cover;
    padding: 100px 0;
    position: relative;
    z-index: 1;
   
}
.team__area-three {
    padding: 5px 0 5px;
}
.project__area-two {
    background: var(--tg-color-yellow-light-2);
    padding: 20px 0 5px;
    position: relative;
    z-index: 1;
}
.testimonials_area-seven {
    padding-bottom: 5px;
    padding-top: 5px;
}.breadcrumb__content .title {
    font-size: 25px;
    margin-bottom: 10px;
}
.breadcrumb__bg {
    background-position: 50%;
    background-size: cover;
    padding: 15px 0 15px;
    position: relative;
    z-index: 1;
}
.services__details-inner .row .col-56 {
    flex: 0 0 auto;
    width: 340px;
}
.services__details-area {
    padding: 10px 0;
}
.contact__info .list-wrap li .content p
Specificity: (0,3,2)
 {
    font-weight: bold;
    margin-bottom: 0;
}
.contact__area {
    padding: 5px 0;
}
#footer-bottom {
	background: #fffbf3;
	color:#273750;
	padding: 10px 0;
}
.tg-header__top  {
  background: #fffbf3;
  color:#273750;
}
.tg-header__top-info li,
.tg-header__top .tg-header__top-info li .icon, .tg-header__top .tg-header__top-info li a {
color:#273750;
}
.whats-app {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 15px;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}