@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

body{font-family:'Poppins', sans-serif;font-size:15px!important;}
.m-shadow{box-shadow: 0px 1px 15px 5px rgb(0 0 0 / 16%);}

.navbar-top {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 9999999999;
    background: rgb(255 255 255 / 50%);
    backdrop-filter: blur(16px);
}
.navbar-top a:hover{
    color: #0088d4 !important;
}
.logo-p {
    background: linear-gradient(89deg, #0088d4, #ff9202, #fe9202);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 5.5rem;
}

.style-heading {
    background: linear-gradient(135deg, #feac5e, #c779d0, #4bc0c8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size:4rem;
}

.animate-border {
    position: relative;
    display: block;
    width: 115px;
    height: 4px;
    background: linear-gradient(135deg, #feac5e, #c779d0, #4bc0c8);
    overflow: hidden;
}

.animate-border:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 4px;
    left: 15px;
    bottom: 0;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    -webkit-animation: animborder 2s linear infinite;
    animation: animborder 2s linear infinite;
}

@keyframes animborder {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}

.radius-20 {
    border-radius: 20px;
}

.fs-12 {font-size:12px;}
.social li {list-style-type:none;}
.social img{width:30px;height:30px;}

/* --------header---------- */
.logo-warining {
    background: rgba(255, 145, 3, 1);
    color: #ffffff;
    border: 1px solid rgba(255, 145, 3, 1);
}

.logo-warining:hover {
    background: rgba(255, 145, 3, 0.90);
    border: 1px solid rgba(255, 145, 3, 1);
    color: #ffffff;
}

.search-btn {
    height: 45px;
    width: 45px;
}

.case-list ul {
    list-style: none;
}

.case-list ul li img {
    width: 50px;
    height: 50px;
}

.logo-primary {
    background: #0387d2;
}

.light-grey {
    background: #f5f7fa;
}

.let-talk {
    background: #FFF0F0;
}

.why-choose-icon img {
    width: 90px;
    height: 90px;
    background: #f5f7fb; max-width:inherit;
}

.why-choose-icon {
    list-style-type: none;
}

.card-sm-icon {
    width: 90px;
    height: 90px;
}

.contact-overly {
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.80;
}

.ceo-img img {
    height: 700px;
    object-fit: cover;
}

.ceo-icons ul li img {
    height: 80px;
    width: 80px;
}

.user-review img {
    width: 50px;
    height: 50px;
}

.contact-bg {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 0;
    background-attachment: fixed;
}

.header-social img {
    width: 30px;
    height: 30px;
}

.about-bg {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 0;
    background-attachment: fixed;
}
.object-fit{
    object-fit: cover;
}
.call-bg{
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 0;
    background-attachment: fixed;
}
.call-bg h1{
    font-size: 56px;
}
.about-review{
    height: 610px;
}
.object-contain{
    object-fit: contain;
}
.blog-box {
    box-shadow: 0 0 20px #ddd;
}
.blog-img img {
    object-fit: cover;
}
.blog-content p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.single-blog-card {
    box-shadow: 0 0 20px #ddd;
}
.blog-latest-img {
    height: 4rem;
}
.blog-latest-img img{
    object-fit: cover;
}
.blog-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.logoimg {
    width:100%;
    height:4rem;
}

::-webkit-scrollbar {
    width: 9px;
}

::-webkit-scrollbar-thumb {
    background: #ff9103;
}

.bottom-left {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8) 49%, rgb(0, 0, 0));
}
/* .navbar-top .nav-link:hover .show-dropdown{
    display: block !important;
} */
.link-hover:hover .show-dropdown{
    display: block !important;
}
.dropdown-item{white-space:unset !important;font-size:14px!important;line-height: 1.4!important;}
.list-style-none{
    list-style-type: none;
}
.radius-10{border-radius:10px;}
.social{display:-webkit-box;}