body{
    font-family: 'Poppins', sans-serif;
    background-color: #fcfcfc;
    min-height: 100vh;
    color: #000;
}
.fw-100{
    font-weight: 100;
}
.fw-200{
    font-weight: 200;
}
.fw-300{
    font-weight: 300;
}
.fw-400{
    font-weight: 400;
}
.fw-500{
    font-weight: 500;
}
.fw-600{
    font-weight: 600;
}
.fw-700{
    font-weight: 700;
}
.fw-800{
    font-weight: 800;
}
.fw-900{
    font-weight: 900;
}
.rounded-2{
    border-radius: .8rem !important;;
}
.bg-soft-light{
    background-color: #ffffff25;
}
.rounded-pill-end{
    border-radius: 0 50rem 50rem 0 !important;
}
.h-65{
    height: 65%;
}
.card-body {
    padding: 1.5rem;
}
.btn, .lg-sub-html p, .nav-link, .navbar .btn-sm {
    font-size: 0.7rem;
}
.logo {
    max-height: 70px;
}
.navbar.fixed .logo{
    max-height: 60px;
}
.social a:not(.btn-circle) i {
    font-size: 1.5rem;
}
.social a:not(.btn-circle) {
    height: 50px;
    width: 50px;
    line-height: 2rem;
    text-align: center;
}
.owl-stage{
    align-items: start;
}
.hero {
    height: 100vh;
}
.about figure img {
    height: 400px !important;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}
.icon-svg.icon-svg-xlg {
    width: 4.5rem !important;
    height: 4.5rem
}
.last-item-img{
    background-image: url(../images/bg3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px !important;
}
.item-img img {
    height: 300px !important;
    width: 100%;
    object-fit: cover;
}
.lift:hover {
    transform: translateY(-.4rem);
    box-shadow: unset;
}
.btn-soft-primary {
    background-color: #e0e9fa;
    color: #3b3cf1 !important;
    font-size: 20px;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: '';
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: '';
}
.swiper-button-next , .swiper-button-prev {
    text-align: center;
}
.swiper-button-next i, .swiper-button-prev i{
    font-size: 2.5rem;
}
.btn.btn-circle.btn-play {
    width: 4rem;
    height: 4rem;
    font-size: 1.4rem;
}
.vid .btn-primary.btn-circle.ripple::after, .btn-primary.btn-circle.ripple::before, .plyr--video .plyr__controls .plyr__control.plyr__tab-focus, .plyr--video .plyr__controls .plyr__control:hover, .plyr--video .plyr__controls .plyr__control[aria-expanded=true] {
    background: #ffffff30;
}
.container-fluid-1 {
    max-width: 1920px;
}
.speciality{
    min-height: 320px;
}

.swiper-default-next, .swiper-default-prev{
    position: absolute;
    top: calc(50% - 1.5rem);
    z-index: 10;
}
.swiper-default-next {
    right: 0;
    text-align: center;
}
.swiper-default-prev {
    left: 0;
    text-align: center;
}
.swiper-default-next i, .swiper-default-prev i{
    font-size: 2.5rem;
}
.team-one{
    background: rgb(224,233,250);
    background: linear-gradient(0deg, rgba(224,233,250,1) 0%, rgba(224,233,250,0) 80%);
    height: 330px !important;
}
.team-one img{
    height: 100% !important;
    width: auto !important;
    margin: auto;
    display: block;
}
.team-item p{
    font-size: 0.6rem;
    line-height: 0;
}
.t-social.t-social-white a i, .t-social.t-social-white a:hover i {
    color: #fff !important;
}
.t-social a:not(.btn-circle) i {
    font-size: 1rem;
}
.t-social a:not(.btn-circle) {
    height: 30px;
    width: 30px;
    line-height: 1rem;
    text-align: center;
}
.service-item p{
    font-size: 0.6rem;
    line-height: 1.2;
}
.servicephare-item img{
    height: 190px !important;
    width: auto;
    margin: auto;
    display: block;
    object-fit: cover;
}
.service-item img{
    height: 90px !important;
    width: auto;
    margin: auto;
    display: block;
    object-fit: contain;
}
.sp-image img{
    height: 500px !important;
    object-fit: cover;
}
.form-control {
    display: block;
    width: 100%;
    padding: .6rem 1rem;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.7;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgb(205, 205, 205);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .4rem;
    box-shadow: 0 0 1.25rem rgba(30, 34, 40, .04);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.box-c1{
    background-color: #3b78f1;
}
.box-c2{
    background-color: #2eace3;
}
iframe{
    width: 100%;
    height: 550px;
    border: 0;
    margin-bottom: -10px;
}
.bg-image{
    position: relative;
    background-color: #e4e4ff;
    background-blend-mode: hard-light;
}
/* .bg-image::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #3b3cf1;
    z-index: 1;
    background-blend-mode: multiply;
} */
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    align-items: center;
    display: flex;
}
.swiper-teams.owl-carousel .owl-stage {
    align-items: start;
}
.servicephare-item p {
    font-size: 0.6rem;
    line-height: 1.2;
}
.service-home img{
    width: 100% !important;
    object-fit: cover;
}
.blog-image{
    height: 270px !important;
}
.blog-image img{
    object-fit: cover;
    height: 100% !important;
    border-radius: 25px;
}
@media (max-width: 1025px) {
    .for-minipc{
        width: 110% !important;
    }
    .hero {
        height: 100vh;
        max-height: 900px;
    }
}
@media (max-width: 768px) {
    .hero{
        height: 75vh;
    }
    .btn-group-lg>.btn.btn-circle, .btn.btn-circle.btn-lg {
        width: 2.5rem;
        height: 2.5rem;
        font-size: calc(1.255rem + .06vw);
    }
    .swiper-default-next, .swiper-default-prev{
        position: absolute;
        top: calc(50% - 1.25rem);
        z-index: 10;
    }
    .btn.btn-circle.btn-play {
        width: 3rem;
        height: 3rem;
        font-size: 1.1rem;
    }
    .navbar .navbar-brand {
        padding-top: 0.3rem;
        padding-bottom: 0.3rem;
    }
    .page-header img{
        height: 150px !important;
        width: 100%;
        object-fit: cover;
        border-radius: .8rem !important;;
    }
    .service-item img{
        height: 90px !important;
        width: auto !important;
        object-fit: contain;
    }
    .navbar.position-absolute:not(.fixed) button.hamburger span,
    .navbar.position-absolute:not(.fixed) button.hamburger:after, 
    .navbar.position-absolute:not(.fixed) button.hamburger:before
    {
        background-color: #000;
    }
    .offcanvas-nav {
        /* background-color: #3b3cf1; */
    }
    iframe{
        width: 100%;
        height: 350px;
        border: 0;
        margin-bottom: -10px;
    }
    
    .et-img, .speciality {
        min-height: 320px;
        width: 270px;
    }

    .team-one{
        width: 270px !important;
    }
    .blog-image {
        height: 150px !important;
    }
    .sp-image img {
        height: 300px !important;
        object-fit: cover;
    }
}