.banner p {
    font-size: 18px;
    color: #000;
}
.banner-sub {
    margin-bottom: 20px;
    font-size: 21px;
}
.servicesec h4 {
    font-size: 20px;
    line-height: 30px;
}
.accordion a,
.text-primary {
    color: #f26325 !important;
}
.ullist {
    margin-left: 20px;
}
.ullist li {
    list-style-type: disc;
    margin-bottom: 15px;
}
p,
li {
    font-size: 17px;
    color: #000;
}
.banner {
    background-image: url("../images/banner-bg.webp");
    background-size: cover !important;
    background-repeat: no-repeat !important;
    margin-top: -102px;
    height: 100vh;
    padding-top: 130px !important;
}
.banner .object-contain {
    z-index: 2;
    position: relative;
}
.banner .btn {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}
.page-hero {
    background-image: url("../images/banner-bg.webp");
    background-size: cover !important;
    background-repeat: no-repeat !important;
    margin-top: -102px;
    min-height: 375px;
    padding-top: 150px !important;
}
.contactbtn {
    text-transform: uppercase !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    letter-spacing: 0.5px;
}
.ml-0 {
    margin-left: 0 !important;
}
.footer svg {
    display: inline-block;
    margin-right: 6px;
}
.bg-dark {
    background: rgba(0, 0, 0, 0.01);
}
.copytxt {
    margin-bottom: 0 !important;
}
.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 30px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse {
    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);
    }
}

.btn-whatsapp-pulse-border {
    bottom: 50px;
    right: 40px;
    animation-play-state: paused;
    z-index: 100;
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

.btn-whatsapp-pulse i {
    color: #fff;
    font-size: 26px;
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }
    75% {
        padding: 50px;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
.absolute {
    position: absolute;
}
footer .logoimg {
    width: 200px;
}
.nav-dropdown svg {
    position: absolute;
    right: 10px;
    top: 12px;
}
.nav-dropdown a {
    margin-right: 24px;
}
.page-hero-content h1 span {
    font-weight: 100;
    font-family: Poppins, sans-serif;
}
.featurepg .mt--50 {
    margin-top: -50px;
}
.contact-pg svg {
    background-image: linear-gradient(-150deg, #f26325 7.64%, #faca2b 120.07%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 10px 0;
    display: inline-block;
    margin-right: 15px;
}
.contact-pg h6 {
    font-size: 24px;
    margin-bottom: 30px;
}

.contact-pg p {
    font-size: 20px;
    margin-bottom: 30px;
}
.contact-pg span {
    width: 80%;
    display: inline-block;
    vertical-align: middle;
}
.career-single-content ul {
    list-style-type: disc;
    padding-left: 35px;
    padding-top: 15px;
}
.career-single-content li {
    margin-bottom: 14px;
    line-height: 28px;
}
.career-single-sidebar p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 16px;
    line-height: 28px;
}
.footaddress {
    /* float: right; */
    display: inline-block;
    width: 86%;
    vertical-align: middle;
}
.service-det img {
    width: auto;
    height: 300px;
    margin-bottom: 0;
    margin-top: 0;
    float: left;
    margin-right: 40px;
}
.career-single-sidebar .h5 {
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.espanol ul {
	padding-top: 0;
}
.espanol p{
	margin-bottom:20px;
}
.espanol .logos {
	width: 200px;
	height: auto;
}
@media (min-width: 0) and (max-width: 768px) {
    .banner-title {
        font-size: 22px !important;
        line-height: 32px !important;
    }
    h2,
    .h2 {
        font-size: 22px !important;
    }
    h4,
    .h4 {
        font-size: 20px !important;
        margin-bottom: 14px !important;
    }
    .banner p {
        margin-top: 10px;
    }
    .banner {
        height: auto !important;
    }
    .footer h6 {
        font-size: 20px;
        margin-top: 15px;
    }
    .page-hero h1 {
        font-size: 22px;
    }
    .contact-pg span {
        width: 75%;
        font-size: 15px;
    }
    .contact-pg svg {
        width: 35px;
        height: 35px;
    }
    iframe {
        width: 100%;
    }
    .d-none-mbl{
    	display:none;
    	width:63px;
    	height:126px;
    }
}
