
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

body {
    margin: 0px;
    padding: 0px;
    color: #333;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1.1rem;
    color: #222;
}

h1, h2, h3, h4, h5 {
    font-weight: 600 !important;
}


.top-nav a {
    color: #333 !important;
    text-decoration: none !important;
    display: inline-block;
    padding: 4px;
    font-size: 0.9rem;
}

.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10000 !important;
}

    .icon-bar a {
        display: block;
        text-align: center;
        padding: 10px;
        transition: all 0.3s ease;
        color: white;
        font-size: 16px;
        background:#e54f5a !important;
        font-weight:300 !important
    }

        .icon-bar a:hover {
            opacity:0.9 !important;
        }


.content {
    margin-left: 75px;
    font-size: 30px;
}

.top-nav {
    background: #fff;
}

.bg-dark{
    background:#808080 !important;
}

.custom-nav .navbar-brand img {
    width: 70px;
}

.custom-nav .btn {
    color: white !important;
    border-radius: 25px !important;
    padding:7px 28px !important;
    position:relative;
    top:-2px;
     border:1px solid #ff4a4a !important;
}

.custom-nav .btn:hover{
    opacity:0.9 !important;
}

.custom-nav .btn2 {
    font-size: 13px;
    color: white !important;
    border-radius: 25px !important;
    padding:5px 28px !important;
    position:relative;
    top:-2px;
     border:1px solid #28a745 !important;
}

.custom-nav .btn2:hover{
    opacity:0.9 !important;
}

.custom-nav a {
    display: inline-block;
    padding: 4px 20px !important;
    color:#fff !important;
}

.custom-nav .dropdown-menu a{
    color:#222 !important;
}

.btn-danger{
    background:#ff4a4a !important;
}

.text-danger{
    color:#ff4a4a !important;
}

.sub-head {
    font-size: 29px !important;
    font-weight:500 !important;
    line-height: 1;
    /*letter-spacing: 2px;*/
}

.head1 {
    font-size: 55px;
    line-height: 1;
}

.head2 {
    font-size: 35px;
    line-height: 0.7;
}

.head3 {
    font-size: 20px !important;
    font-weight: 500 !important;
}

.f500 {
    font-weight: 500 !important;
}

.slide-details {
    padding: 5px 25px 720px;
    box-shadow: 0px 0px 15px 6px #5d5d5d38;
    background: white;
    border-radius: 5px;
    position: relative;
    z-index: 10;
}

    .slide-details a {
        font-weight: 500 !important;
    }

    .slide-details p {
        margin-top: 10px;
    }

.slide-box {
    width: 25%;
    float: left;
    margin-left: -10px;
}

.slide1 {
    z-index: 1;
}

.slide2 {
    margin-top: 40px;
    margin-left: -20px;
    z-index: 1000;
}

.slide3 {
    margin-left: -10px;
    z-index: 1000;
}

.slide-details:after {
    background: #8080800f;
    width: 50%;
    height: 100%;
    position: absolute;
    content: '';
    top: 0px;
    right: 0px;
    z-index: -1;
}

.f18 {
    font-size: 20px !important;
    font-weight: 600 !important;
}

footer {
    /* background: #eeeeee !important; */
}

.contact-us {
    font-size: 16px;
}

    .contact-us a {
        color: #333 !important;
        text-decoration: none !important;
    }

.owl-prev {
    position: absolute;
    top: 40%;
    font-size: 54px !important;
    color: #fff !important;
    left: 46px;
}

.owl-next {
    position: absolute;
    right: 46px;
    top: 40%;
    font-size: 54px !important;
    color: #fff !important;
}

.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 11px;
    height: 11px;
    background: #eeeeee !important;
    margin: 2px;
    border-radius: 100%;
}

    .owl-carousel button.owl-dot.active {
        background: gray !important;
    }

.owl-dots {
    position: relative;
    top: -53px;
    margin-bottom: -36px;
}


/**/
@media(min-width:992px) {

    .slide-details {
        height: 500px !important;
    }
}


@media(max-width:767px) {

    .slide-details {
        height: 500px !important;
    }
}

@media(max-width:767px) {

    .owl-prev {
        top: 23% !important;
    }

    .owl-next {
        top: 23% !important;
    }

    .custom-nav .btn {
        margin-left: 20px !important;
        margin-top: 15px !important;
        margin-bottom: 10px !important;
    }

    .f18 {
        font-size: 18px !important;
    }

     .icon-bar a {
        display: block;
        text-align: center;
        padding: 5px;
        transition: all 0.3s ease;
        color: white;
        font-size: 16px;
        background:#e54f5a !important;
        font-weight:300 !important
    }


      .navbar-dark .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.98)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }

    .slide-box {
        width: 100%;
        float: left;
        margin-top: 35px !important;
    }

    .contact-us {
    font-size: 16px;
}

    .head1{
        font-size:39px;
    }

    .head3 {
        margin-bottom: 15px;
    }

    .slide2 {
        margin-top: 0px;
        margin-left: 0px;
    }

    .slide3 {
        margin-left: 0px;
    }
}
