﻿
.pt-1 {
    padding-top: 10px;
}

.pt-2 {
    padding-top: 20px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-4 {
    padding-top: 40px;
}
.pt-5 {
    padding-top: 50px;
}
.pt-6 {
    padding-top: 60px;
}
.pt-7 {
    padding-top: 70px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}
.pb-5 {
    padding-bottom: 50px;
}
.pb-6 {
    padding-bottom: 60px;
}
.pb-7 {
    padding-bottom: 70px;
}

.py-1 {
    padding: 10px 0px;
}

.py-2 {
    padding: 20px 0px;
}

.py-3 {
    padding: 30px 0px;
}

.py-4 {
    padding: 40px 0px;
}
.py-5 {
    padding: 50px 0px;
}
.py-6 {
    padding: 60px 0px;
}
.py-7 {
    padding: 70px 0px;
}

.py-8 {
    padding: 80px 0px;
}

.hero-two-area.pt-7::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    left: 35%;
    top: -3px;
    background-image: url("../img/section-img/hero/hero-bg.png");
}
@media(max-width:767px)
{
   .breadcrumb-area {
    background-image: url("../img/breadcrumb-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 130px 0 35px;
    margin: 3px 0;
}
   .contact-map.contact-section {
    padding: 80px 0 50px 0;
}
   .navbar-area.navigation-style-01 .custom-container .navbar-collapse .navbar-nav li {
    display: block;
    text-align: left;
    line-height: 30px;
    padding: 5px 0;
    border-bottom: 1px solid #9b9a9a;
}

    .breadcrumb-area .breadcrumb-inner .br-inner-title {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 0 10px #333;
}
    .breadcrumb-area .breadcrumb-inner .breadcrumb-menu {
    padding: 0;
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: url('../img/headerbg-t.png');
    padding: 6px 10px;
    width: 300px;
    border-radius: 0;
    background-size: 100%;
    font-size: 14px;
}
}