.ptext{
    position:relative;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size:35px;
    margin-bottom: 38px;
    line-height: 50px;
}
#call-to-action {
    overflow: hidden;
    background: linear-gradient(rgba(29, 200, 205, 0.65), rgba(29, 205, 89, 0.2)), url(../img/call-to-action-bg.jpg) fixed center center;
    background-size: cover;
    padding: 40px 0;
}
.typewriter {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
}
#call-to-action .cta-text {
    color: #fff;
}
#call-to-action .cta-btn {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 30px;
    border-radius: 25px;
    transition: background 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
}
.pxtext{
    color: #00bfe7;
}
.bgcolor
{
background-color: #00bfe7;
}
.mb-2{
    padding-left: 15px;
}
.servSec5 .list-boxes {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}
.servSec5 .list-boxes .list {
    display: grid;
    grid-template-columns: 1fr 15fr;
    gap: 15px;
    align-items: center;
}
.list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.fcolor{
    color: #00bfe7 !important;
}
.servSec5 .list-boxes .list .list-count {
    -webkit-text-stroke: 2px #00bfe7;
    color: transparent;
    font-size: 28px;
    font-weight: 700;
}
.servSec5 .list-boxes .list .list-content {
    box-shadow: -2px -2px 10px rgba(0, 0, 0, 0.16), 2px 2px 10px rgba(0, 0, 0, 0.16);
    border-radius: 6px;
    padding: 10px;
}
/* .ptext {
    font-size: 12px;
    color: #757575;
    line-height: 15px;
} */
.why_chose_us.style2 {
    border: 0 solid #ebebeb;
    overflow: hidden;
    -webkit-box-shadow: 0 0 50px 0 rgba(19, 19, 28, .12);
    -moz-box-shadow: 0 0 50px 0 rgba(19, 19, 28, .12);
    -o-box-shadow: 0 0 50px 0 rgba(19, 19, 28, .12);
    box-shadow: 0 0 50px 0 rgba(19, 19, 28, .12) !important;
}
.why_chose_us .icon {
    width: 100px;
    height: 100px;
    line-height: 118px;
    margin: 0 auto;
    background-color: rgba(14, 41, 75, 0.07);
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.why_chose_us {
    display: block;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 30px;
    padding: 15px 25px 30px;
    position: relative;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.why_chose_us .icon span {
    background: #1dc8cd;
    background: #00bfe7;
    font-size: 38px;
    line-height: initial;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.service-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    /* margin-bottom: 20px !important; */
    text-align: center;
    color: #00bfe7 !important;
}
.why_chose_us .details {
    margin-top: 30px;
}
.about-section {
    padding: 50px 0;
}
.about-section-bg {
    background-color: #1d293e;
}
section {
    position: relative !important;

}
.about-section-bg::before {
    content: "";
    background-image: url(../img/bg-17.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .3;
}
.modern_apertment {
    border-radius: 3px;
    background-color: #fff;
    padding: 55px 15px 50px 45px;
    position: relative;
}
.list-box-area .list-box-01 {
    display: flex;
    align-items: center !important;
    margin-bottom: 20px;
}
.list-box-01 .list-box-icon {
    display: block;
    font-size: 22px;
    color: var(--primary);
    background-color: rgb(25 66 121 / 7%);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-right: 15px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.blogs .blog-comments .reply-form {
    margin-top: 0px !important;
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.why_chose_us .icon {
    width: 100px;
    height: 100px;
    line-height: 118px;
    margin: 0 auto;
    background-color: rgba(14, 41, 75, 0.07);
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.why_chose_us .detail h4 {
    font-weight: 500;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 7px;
    padding-top: 11px;
}
.why_chose_us.style2 {
    border: 0 solid #ebebeb;
    overflow: hidden;
    -webkit-box-shadow: 0 0 50px 0 rgba(19, 19, 28, .12);
    -moz-box-shadow: 0 0 50px 0 rgba(19, 19, 28, .12);
    -o-box-shadow: 0 0 50px 0 rgba(19, 19, 28, .12);
    box-shadow: 0 0 50px 0 rgba(19, 19, 28, .12) !important;
}
.why_chose_us {
    display: block;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 30px;
    padding: 15px 25px 30px;
    position: relative;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.why_chose_us .icon span {
    background: #007bff;
    font-size: 38px;
    line-height: initial;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.modern-section {
    background-color: #1d293e;
}
.modern-section:before {
    content: "";
    background-image: url(../img/bg-09.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .5;
}
.search_smart_property h2 {
    font-weight: 600;
    font-size: 36px;
    color: #fff;
    margin-bottom: 15px;
}
.btn-white {
    background-color: #fff;
    border-color: #eee;
    color: #303030;
}
.modern-section-02 {
    background-color: #1d293e;
}
.modern-section-02:before {
    content: "";
    background-image: url(../img/bg-11.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .3;
    z-index: 0;
}
.search_smart_property h2 {
    font-weight: 600;
    font-size: 36px;
    color: #fff;
    margin-bottom: 15px;
}
.search_smart_property p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
}
.pt100 {
    padding-top: 100px;
}
.pb90 {
    padding-bottom: 90px;
}
.search_smart_property {
    padding: 75px 0;
    position: relative;
}
.digital-section {
    background-color: #1d293e;
}
.digital-section:before {
    content: "";
    background-image: url(../img/bg-13.jpg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .5;
}
.msme-section {
    background-color: #1d293e;
}
.msme-section:before {
    content: "";
    background-image: url(../img/bg-19.webp);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .5;
}
.contactus-section {
    background-color: #1d293e;
    /* height: 549px; */
}
.contactus-section:before {
    content: "";
    background-image: url(../img/bg-10.jpg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .5;
}
.vendor-section {
    background-color: #1d293e;
    /* height: 549px; */
}
.vendor-section:before {
    content: "";
    background-image: url(../../assets/img/bg-12.jpg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .5;
}
.atag:hover{
    color: #00bfe7;
}
.btn-whatsapp-pulse {
    background: #22c55e;
    color: white;
    position: fixed;
    bottom: 20px;
    left: 20px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    text-decoration: none;
    border-radius: 50%;
    animation: pluse 5s infinite;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index: 100000;
}
.btn-whatsapp-pulse img {
    width: 35px;
    height: 35px;
}
@keyframes pluse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
  }
