body{
    font-family:'Open Sans', sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    padding-top: 80px;
}
body.home{
    padding-top: 0;
}
.post, .page{
    margin: 0
}
@media screen and (max-width: 1199px){
    .container{
        max-width: 1140px;
    }
}
/* typography start */
a{
    outline: none;
    transition: 0.3s ease;
    color: #000;
    font-family: 'Ubuntu', sans-serif;
}
a:hover{
    text-decoration: none;
    color: #000;
}
ul{
    padding: 0;
}
*, *:focus, a:focus{
    outline: none
}
img, a, input, button{
    outline: none
}
section{
    padding: 60px 0;
}
h1, h2, h3, h4, h5, h6, .font-2{
    font-family: 'Poppins', sans-serif;
}
h1{
    font-size: 36px;
    font-weight: 700;
    line-height: 43px;
}
h2{
    font-size: 24px;
    font-weight: 600;
}
h3{
    font-size: 24px;
}
h4{
    font-size: 20px;
}
h5{
    font-size: 18px;
}
h6{
    font-size: 16px;
}
.pm-inner-head{
    margin-bottom: 20px;
}
.head-2{
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 30px;
}
.head-2::after{
    content: "";
    position: absolute;
    width: 20px;
    height: 4px;
    background-color: #000000;
    bottom: 0;
    left: 0;
    border-radius: 30px;
}
.pmm-btn1{
    background-color: #000000;
    border-radius: 30px;
    color: #fff;
    font-weight: 700;
    padding: 11px 15px;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    width: 200px;
    max-width: 100%;
}
.pmm-btn1:hover{
    color: #fff;
}
.mobile-n{
    display: none !important;
}

.cust-slider .slick-dots {
    margin-top: 20px;
}

.cust-slider .slick-dots li {
    padding: 0 10px;
    line-height: 1;
}

.cust-slider .slick-dots li button {
    height: 14px;
    width: 14px;
    background-color: #aaa;
    text-indent: -100000%;
    transition: 0.3s ease;
}

.cust-slider .slick-dots li.slick-active button {
    background-color: #000;
    width: 24px;
    border-radius: 30px;
}
.pm-breadcrumb{
    margin: 30px 0 20px;
    list-style: none;
    display: flex;
    align-items: center;
    font-size: .875em;
    font-style: italic;
}
.pm-breadcrumb li a {
    color: #777;
    position: relative;
}
.pm-breadcrumb li a:after {
    display: inline-block;
    content: '';
    height: 7px;
    width: 7px;
    transform: rotate(-45deg);
    bottom: 0;
    margin: 0 10px;
    border: none;
    border-right: 2px solid;
    border-bottom: 2px solid;
    color: #6F6F6F;
}
.pm-breadcrumb li.active {
    width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
}

@media screen and (max-width: 767px){
    section{
        padding: 30px 0;
    }
    h1{font-size: 32px;}
    h2{font-size: 24px;}
    .pmm-btn1{
        padding: 12px 30px;
        min-width: 180px;
    }
    .pm-breadcrumb{
        font-size: 12px;
        margin: 13px 0 16px;
    }
}
/* typography end */


/* navigation start */
.pm-header{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 14px 0;
    z-index: 999;
    background-color: #fff;
    transition: 0.3s ease;
    box-shadow: 0 3px 6px #0000000d;
    box-shadow: 0 3px 6px rgb(0 0 0 / 5%);
}
.admin-bar .pm-header{
    top: 32px;
}
.home .pm-header{
    background-color: transparent;
    box-shadow: none;
}
.home .pm-header.active{
    background-color: #fff;
    box-shadow: 0 3px 6px #0000000d;
    box-shadow: 0 3px 6px rgb(0 0 0 / 5%);
}

.logo-nav{
    display: flex;
    align-items: center;
}
.logo-nav .site-branding{
    min-width: 58px;
    margin-right: 50px;
}
.pm-navigation{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.logo-nav .main-navigation a{
    color: #4B4B4B;
    margin: 0 10px;
    font-family: 'Poppins', sans-serif;
    position: relative;
}
.logo-nav .main-navigation a:hover{
    text-shadow: 0 2px 2px #00000029;
    text-shadow: 0 2px 2px rgb(0 0 0 / 16%);
    color: #000000;
}
.logo-nav .main-navigation li.current-menu-item a{
    color: #000000;
    font-weight: 600;
}
.logo-nav .main-navigation li.current-menu-item a::after{
    content: "";
    width: 20px;
    height: 4px;
    border-radius: 30px;
    position: absolute;
    background-color: #000;
    bottom: -6px;
    left: calc(50% - 10px);
}

.home .top-contact{
    display: block;
}
.home .pm-header.active .top-contact, .top-contact{
    list-style: none;
    margin: 0 -15px;
    display: flex;
}
.home .top-contact li{
    margin-bottom: 8px;
}
.home .pm-header.active .top-contact li, .top-contact li{
    display: flex;
    align-items: center;
    margin: 0 15px;
}
.top-contact li:last-child{
    margin-bottom: 0;
}
.top-contact li svg{
    margin-right: 5px;
}
.top-contact li svg .a{
    fill:#707070;
    stroke:#707070;
    stroke-width:0.1px;
}
.menu-btn{display: none;}
.nav-close{display: none;}
.main-navigation ul.menu-top-contact{
    display: none;
}
@media (min-width: 941px) and (max-width: 1024px) {
    .logo-nav .site-branding{
        margin-right: 20px;
    }
    .logo-nav .main-navigation a{
        margin: 0 6px;
    }
    .home .pm-header.active .top-contact, .top-contact{
        margin: 0 -6px;
    }
    .home .pm-header.active .top-contact li, .top-contact li{
        margin: 0 6px;
    }
}
@media screen and (max-width: 942px){
    .home .top-contact, .home .pm-header.active .top-contact, .top-contact{
        display: none;
    }
    .pm-header .main-navigation{
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: #fff;
        transition: 0.5s ease;
        top: 0;
        left: 0;
        padding-top: 16px;
        transform: translateX(-100%);
    }
    .pm-header .main-navigation.open{
        transform: translateX(0%);
    }
    .admin-bar .pm-header .main-navigation{
        padding-top: 58px;
    }
    .pm-header .main-navigation ul{
        display: block;
        text-align: center;
    }
    .pm-header .main-navigation ul.menu-top-contact{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .pm-header .main-navigation ul.menu-top-contact li{
        margin: 0;
        padding: 0 10px;
        border-right: 1px solid #C6C6C6;
    }
    .pm-header .main-navigation ul.menu-top-contact li:last-child{
        border: none;
    }
    ul.menu-top-contact li svg{
        margin-right: 5px;
    }
    ul.menu-top-contact li svg .a{
        fill: #707070;
        stroke: #707070;
        stroke-width: 0.1px;
    }
    .pm-header .main-navigation ul li{
        margin: 12px 0 24px;
    }
    .logo-nav .main-navigation a{
        font-size: 18px;
    }
    .logo-nav .main-navigation li.current-menu-item a:after{display: none;}
    .menu-btn{
        display: block;
    }
    .menu-btn button{
        line-height: 0px;
        padding: 4px 5px;
        width: 38px;
        border: 0;
        background-color: transparent;
        border-radius: 5px;
        outline: none !important;
        display: block;
        text-align: right;
    }
    .menu-btn button span{
        display: inline-block;
        height: 3px;
        width: 100%;
        background-color: #000;
        margin-bottom: 7px;
    }
    .menu-btn button span:nth-child(2) {
        width: 80%;
    }
    .nav-close{
        display: flex;
        justify-content: space-between;
        padding: 0 20px;
        margin-bottom: 10px;
    }
    .nav-close-btn{
        padding: 0;
        font-size: 38px;
        font-weight: 800;
        line-height: 30px;
        width: 35px;
        height: 35px;
        border: 0;
        background-color: transparent;
    }
    .nav-close-btn:focus{outline: none;}
    html #wpadminbar{
        position: fixed;
        top: 0;
    }
    .admin-bar .pm-header{
        top: 48px;
    }
}
/* navigation end */


/* banner css start */
.pm-banner{
    position: relative;
    padding: 0;
    /* margin-top: -103px; */
    padding-top: 103px;
    display: flex;
    align-items: center;
    height: 670px;
}
.pm-banner .banner-img{
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 54%;
    height: 100%;
}
.pm-banner .banner-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-content h1{
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 8px;
}
.banner-content .pmm-btn1{
    margin-top: 25px;
}
.banner-list{
    margin: 0;
    list-style: none;
    margin-top: 120px;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
}
.banner-list li{
    flex: 0 0 25%;
    max-width: 25%;
    text-align: center;
    font-size: 18px;
}
.banner-list li a{color: #000;}
.banner-list li a:hover{
    font-weight: 600;
}
.banner-list li svg{
    display: block;
    margin: 0 auto 4px;
}
.banner-list li svg .a, .banner-list li svg .b{fill:none;}
.banner-list li svg .b, .banner-list li svg .c{stroke:#707070;}
.banner-list li svg .b{stroke-linecap:round;stroke-linejoin:round;stroke-width:1.3px;}
.banner-list li svg .c{fill:#fff;}
.banner-list li svg .d{stroke:none;}
.banner-list li a:hover .b, .banner-list li a:hover .c{
    stroke: #000;
}
/* banner css end */

/* home page css start */
.sec-number{
    position: relative;
    font-size: 18px;
    padding-left: 60px;
    margin-bottom: 30px;
    color: #3A3A3A;
}
.sec-number::before{
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: #7D7D7D;
    left: 0;
    top: calc(50% - 0.5px);
}
.sec-content{
    color: #707070;
    font-size: 18px;
    line-height: 24px;
}

.product-item{}
.product-item-wrapper{
    padding: 0 15px;
}
.product-item-body{
    padding: 20px;
    box-shadow: 0 3px 6px #00000029;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    border-radius: 10px;
    position: relative;
    margin-bottom: 20px;
    height: calc(100% - 20px);
}
.product-item-body .product-label{
    position: absolute;
    top: 12px;
    right: 0;
    font-size: 12px;
    background-color: #E6E6E6;
    padding: 4px 10px 4px 10px;
}
.product-item-body .product-label::before{
    content: "";
    position: absolute;
    border-top: 13px solid #e6e6e6;
    border-bottom: 13px solid #e6e6e6;
    border-left: 12px solid transparent;
    top: 0;
    left: -12px;
}
.product-item-body img{
    height: 180px;
    max-width: 100%;
    object-fit: cover;
    margin: 0 auto 10px;
    display: block;
}
.product-item-body .title{
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
}
.product-item-body .desc{
    color: #3A3A3A;
    margin-bottom: 25px;
}
.product-item-body a.cta{
    width: 200px;
    display: block;
    max-width: 100%;
    margin: 0 auto;
    border: 1px solid #000000;
    border-radius: 30px;
    text-align: center;
    padding: 10px 12px;
    transition: 0.3s ease;
    font-weight: 600;
}
.product-item-body a.cta:hover{
    background-color: #000;
    color: #fff;
}

.sec-why-rent{
    background-color: #F5F5F5;
}
.why-item{}
.why-item svg{
    height: 70px;
    width: auto;
    margin-bottom: 10px;
}
.why-item svg .a, .why-item svg .b, .why-item svg .c{fill:none;}
.why-item svg .b, .why-item svg .c{stroke:#000;stroke-width:2px;}
.why-item svg .b{stroke-linecap:round;stroke-linejoin:round;}
.why-item svg .c{stroke-miterlimit:10;}
.why-item .title{
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #3A3A3A;
}
.why-item .desc{
    font-size: 18px;
    color: #707070;
}

.footer-btn-wrapper{
    margin-bottom: -47px;
    text-align: center;
}
.sec-customer .pmm-btn1{
    margin-top: 40px;
}
.customer-item{
    box-shadow: 0 3px 12px #00000029;
    box-shadow: 0 3px 12px #00000029;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    height: calc(100% - 20px);
}
.customer-item svg{margin-bottom: 8px;}
.customer-item svg .a{fill:#707070;}
.customer-item svg .b{fill:#fff;}
.customer-item .customer-name{
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
}
.customer-item .customer-name span{
    font-size: 14px;
    color: #3A3A3A;
    display: block;
}
.customer-item .message{
    color: #707070;
    line-height: 24px;
}

@media screen and (max-width: 767px){
    .product-slider .slick-list{
        padding: 0px 50px 0px 0 !important;
    }
    .sec-content{
        margin-bottom: 24px;
    }
    .pm-banner{
        display: block;
        height: auto;
        padding-top:0 ;
    }
    .pm-banner .banner-img{
        position: relative;
        /* margin-top: -130px; */
        width: 100%;
        margin-bottom: 10px;
    }
    .pm-banner .banner-img img{
        width: auto;
        height: auto;
    }
    .banner-content .pmm-btn1{
        margin-top: 0;
    }
    .banner-list{
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .why-item{
        padding-bottom: 24px;
        margin-bottom: 24px;
        border-bottom: 1px dashed #707070;
    }
    .sec-why-rent .col-md-3:last-child .why-item{
        padding-bottom: 0;
        margin-bottom: 0;
        border: 0;
    }
}
/* home page css end */


/* footer css start */
.pm-footer{
    padding-top: 60px;
    padding-bottom: 40px;
    background-color: #F5F5F5;
}

.top-arrow{
    text-align: right;
    margin-bottom: -27px;
}
.top-arrow a{
    display: inline-flex;
    height: 54px;
    width: 54px;
    background-color: #000;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.top-arrow svg{
    height: 26px;
    width: auto;
    transform: rotate(90deg);
}
.top-arrow svg .a{
    stroke: #fff;
    stroke-width: 2px;
    fill: none;
}

.contact-footer{
    border-right: 1px solid #D8D8D8;
}
.contact-footer .custom-logo{
    height: 76px;
    width: auto;
}
.contact-footer h4{
    font-size: 22px;
    margin: 20px 0;
}
.contact-footer p{
    margin-bottom: 10px;
}
.footer-wrapper{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-wrapper .footer-item{
    max-width: 250px;
}
.footer-wrapper .footer-item.mobile{
    display: none;
}
.footer-wrapper .footer-item .title{
    font-size: 18px;
    margin-bottom: 16px;
    font-weight: 600;
}
.footer-wrapper .footer-item .title.mobile{
    display: none;
}
.footer-wrapper .footer-item ul{
    margin: 0;
    list-style: none;
}
.footer-wrapper .footer-item ul li{
    margin-bottom: 10px;
    position: relative;
    padding-left: 11px;
}
.footer-wrapper .footer-item ul li::before{
    content: "";
    position: absolute;
    height: 2px;
    width: 6px;
    background-color: #000;
    left: 0;
    top: 10px;
}
.footer-wrapper .footer-item ul .link-vmf{
    font-weight: 600;
    font-style: italic;
    text-decoration: underline;
}
.copyright{
    background-color: #000000;
    color: #fff;
    font-size: 14px;
}
.copyright-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 15px 100px;
    align-items: center;
}
.copyright-wrapper a{
    color: #fff;
}
.copyright-wrapper a:hover{
    color: #808080;
}
.tnc-list{
    margin: 0 -10px;
    list-style: none;
    display: flex;
}
.tnc-list li{
    margin: 0 10px;
}
.social{
    display: flex;
    list-style: none;
    margin: 0 -15px;
    align-items: center;
}
.social li{
    margin: 0 15px;
}
.social li svg .a{
    fill: #fff;
    transition: 0.3s ease;
}
.social li a:hover .a{
    fill: #808080;
}
@media (min-width: 768px) and (max-width: 820px) {
    .footer-wrapper .footer-item{max-width: 180px;}
}
@media screen and (max-width: 767px){
    .pm-footer{
        padding-bottom: 0;
    }
    .contact-footer{
        border-right: 0;
        border-bottom: 1px dashed #707070;
        padding-bottom: 24px;
        margin-bottom: 26px;
        font-size: 14px;
    }
    .footer-wrapper .footer-item{
        flex: 0 0 100%;
        max-width: 100%;
        border-bottom: 1px solid #707070;
        margin-bottom: 15px;
    }
    .footer-wrapper .footer-item:last-child{border: 0;}
    .footer-wrapper .footer-item .title{
        font-size: 16px;
        display: none;
    }
    .footer-wrapper .footer-item .title.mobile{
        display: block;
        position: relative;
    }
    .footer-item .title.mobile::after{
        content: "+";
        font-size: 22px;
        line-height: 1;
        position: absolute;
        right: 5px;
        top: 1px;
        font-weight: normal;
    }
    .footer-item.open .title.mobile::after {
        content: "-";
    }
    .footer-wrapper .footer-item ul{
        font-size: 14px;
        display: none;
        margin-bottom: 15px;
    }
    .footer-wrapper .footer-item.mobile{
        display: block;
    }
    .copyright-wrapper .tnc-list{display: none;}
    .copyright-text span{display: block;}
}
/* footer css end */


/* start blog page css */
.pm-popular-post .title h2,
.pm-ourservice-side .title h2 {
  color: #000;
  margin-bottom: 20px;
  font-size: 24px;
  display: inline-block;
  position: relative;
  padding-bottom:  10px;
}

.pm-popular-post .title h2:before,
.pm-ourservice-side .title h2:before{
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 40%;
  left: 0;
  border-top: 2px solid #707070;
}

.pm-side-services {
  margin-bottom: 25px;
  display: inline-block;
  width: 100%;
}

.pm-ourservice-side svg .a {
  fill: none;
  stroke: #1295be;
  stroke-linecap: round;
  stroke-width: 2px;
}

.pm-ourservice-side a {
  font-family: "Montserrat";
  color: #000;
  position: relative;
  font-weight: 600;
  margin-bottom: 24px;
  display: block;
  padding: 20px;
  border-radius: 8px;
  border: 2px solid #e8e8e8;
}
.pm-ourservice-side a br{display: none;}
.pm-ourservice-side a svg {
  position: absolute;
  right: 20px;
  top: calc(50% - 8px);
}

.pm-ourservice-side a:hover {
  border-color: #002b60;
}

.pm-ourservice-side a:hover svg .a {
  stroke: #002b60;
}

.pm-popular-post ul {
  list-style: none;
  margin: 0;
  margin-bottom: 40px;
}

.pm-popular-post ul li {
  display: block;
  margin-bottom: 10px;
}

.pm-popular-post ul li a {
  display: block;
  position: relative;
  color: #555555;
  padding-left: 20px;
  transition: 0.3s ease;
}

.pm-popular-post ul li a:before {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  background-color: #000;
  border-radius: 50%;
  top: 8px;
  left: 0;
}

.pm-popular-post ul li a:hover {
    color: #000;
    text-decoration: none;
}

.blog-list {
  display: flex;
  width: 100%;
  padding: 24px;
  border-radius: 8px;
  margin-bottom: 40px;
  flex-wrap: wrap;
  box-shadow: 0 3px 12px #00000029;
}

.blog-list .blog-image {
  flex: 0 0 41%;
  margin-right: 30px;
}
.blog-list .blog-image img{
    display: block;
    margin: 0 auto;
}

.blog-list .blog-info {
  flex: 0 0 calc(59% - 30px);
}
.blog-list .blog-info.no-thubnail {
  flex: 0 0 100%;
}

.blog-list .blog-title {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.blog-list .blog-title a {
  font-size: 24px;
  color: #4B4B4B;
  font-weight: 600;
}
.blog-list .blog-title a:hover{
  color: #000;
}
.blog-list .blog-info .blog-desc {
  max-height: 100px;
  overflow: hidden;
}

.blog-list .blog-info > a {
  color: #000;
  font-weight: 600;
  display: inline-block;
}
.blog-list .blog-info > a:hover{
  color: #000;
}

.blog-list .blog-info .blog-date {
  color: #6b6b6b;
  margin-top: 25px;
}

.blog-list .blog-info .blog-date svg {
  vertical-align: middle;
  margin-right: 8px;
}

.blog-list .blog-info .blog-date svg .a {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.blog-list .blog-info .blog-date span {
    margin-right: 20px;
    display: inline-block;
    align-items: center;
    display: inline-flex;
}

.blog-list .blog-info .blog-date span a {
  color: #6b6b6b;
}
.blog-list .blog-info .blog-date span a:hover {
    color: #000;
    text-decoration: none;
}

.blog-pagination {
  margin: 3rem 0;
  text-align: center;
}

.blog-pagination .page-numbers {
  display: inline-block;
  height: 32px;
  width: 32px;
  background-color: transparent;
  margin: 0 8px;
  line-height: 32px;
  color: #333;
  font-size: 16px;
  border-radius: 50%;
  cursor: pointer;
}

.blog-pagination .page-numbers.current {
  background-color: #000;
  color: #fff;
}
.blog-pagination .page-numbers.next, .blog-pagination .page-numbers.prev{
    position: relative;
    text-indent: -100000%;
}
.blog-pagination .page-numbers.next:before,
.blog-pagination .page-numbers.prev:before {
    content: "";
    display: inline-block;
    height: 15px;
    width: 15px;
    transform: rotate(-45deg);
    left: 5px;
    color: #000;
    border-right: 3px solid;
    border-bottom: 3px solid;
    position: absolute;
    top: 8px;
}

.blog-pagination .page-numbers.prev:before {
    transform: rotate(135deg);
    left: 10px;
}

/* start blog single*/
.pm-single-blog {
  padding-right: 30px;
}

.pm-single-blog h2+h3{
    border: 0;
}
.pm-single-blog h2,
.pm-single-blog h3,
.pm-single-blog h4,
.pm-single-blog h5,
.pm-single-blog h6{
    margin-top: 30px;
    margin-bottom: 20px;
}
.pm-single-blog p {
	margin-bottom:1rem;
}
.pm-single-blog h2,
.pm-single-blog h3,
.pm-single-blog h4 {
  border: 0;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 0;
}

.pm-single-blog .pm-inner-head {
  font-size: 36px;
}

.pm-blog-np {
  padding: 50px 0;
  position: relative;
}

.pm-blog-np:before {
  content: "";
  background-color: #f5f5f5;
  position: absolute;
  top: 0;
  left: 0;
  height: 45%;
  width: 100%;
}

.pm-blog-np .blog-list {
  background-color: #fff;
  border: 0;
  box-shadow: 0 3px 6px #00000029;
}

.pm-blog-np .blog-list .blog-info .blog-title a {
  line-height: 1.2;
  margin-bottom: 6px;
  display: block;
}

.np-arrows {
  font-size: 16px;
  color: #474656;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 20px;
}

.np-arrows:hover {
  color: #000;
}

.np-arrows .arrow {
  display: inline-block;
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  background-color: #474656;
  color: #fff;
  margin-right: 10px;
}

.np-arrows .arrow:before {
  content: "";
  height: 12px;
  display: inline-block;
  width: 12px;
  transform: rotate(135deg);
  border-right: 3px solid;
  border-bottom: 3px solid;
}

.np-arrows.bnext .arrow:before {
  content: "";
  transform: rotate(-45deg);
}

.np-arrows.bnext .arrow {
  margin-right: 0;
  margin-left: 10px;
}

.pm-single-blog img {
    display: block;
    max-width: 100%;
    margin: 0 auto 20px;
}

.pm-single-blog .blog-date {
  color: #6b6b6b;
  margin-top: 30px;
  border-bottom: 1px solid #6b6b6b;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.pm-single-blog .blog-date i {
  margin-right: 10px;
  color: #8c2008;
}

.pm-single-blog .blog-date span {
  margin-right: 15px;
}

.pm-single-blog .blog-date svg {
  margin-right: 5px;
}

.pm-single-blog .blog-date svg .a {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pm-single-blog .blog-date span a {
  color: #6b6b6b;
}
.pm-single-blog .blog-date span a:hover{
    color: #000;
}
.blog-social {
  font-weight: 600;
  margin-bottom: 40px;
}

.blog-social .addtoany_shortcode {
  display: inline;
}

.blog-social .addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service) > span {
  border-radius: 50%;
  transition: 0.3s ease;
  opacity: 0.8;
  margin-right: 10px;
}

.blog-social .addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service) > span:hover {
  opacity: 1;
}

.blog-social .a2a_svg svg {
  width: 24px;
  height: 32px;
}
@media screen and (max-width: 767px) {
  .blog-list {
    flex-wrap: wrap;
  }

  .blog-list .blog-image {
    flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .pm-single-blog {
    padding-right: 0px;
  }

  .pm-single-blog .pm-inner-head {
    font-size: 28px;
  }
  .blog-list .blog-info {
    flex: 0 0 100%;
  }
}
/* end blog single*/

/* service list page start */
.blog-list.service-list{
    height: calc(100% - 40px);
}
.blog-list.service-list .blog-info{
    position: relative;
    padding-bottom: 59px;
}
.blog-list.service-list .blog-title{
    margin-bottom: 10px;
}
.blog-list.service-list .blog-info > a{
    width: 200px;
    display: block;
    max-width: 100%;
    margin: 10px 0 0;
    border: 1px solid #000000;
    border-radius: 30px;
    text-align: center;
    padding: 10px 12px;
    transition: 0.3s ease;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    left: 0;
}
.blog-list.service-list .blog-info > a:hover{
    background-color: #000;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .blog-list.service-list .blog-info{
        padding-bottom: 0;
    }
    .blog-list.service-list .blog-info > a{
        position: relative;
        margin: 10px auto 0;
    }
}
/* service list page end */

/* contact us css start */
.pm-contact-form {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137254902);
    box-shadow: 0 3px 6px #00000029;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 50px;
}

.pm-contact-form .title {
    color: #000;
    font-size: 22px;
    font-weight: 700;
}

.pm-form1 .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    height: 45px;
    border-radius: 6px;
    margin: 0;
    background-color: transparent;
    border: 1px solid #ccc;
}
.pm-form1 .gform_wrapper.gf_browser_chrome select,
.pm-form1 .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select{
    height: 45px;
    border-radius: 6px;
    margin: 0;
    background-color: transparent;
    border: 1px solid #ccc;
}
.pm-form1 .gform_wrapper textarea{
    border-radius: 6px;
    margin: 0;
    background-color: transparent;
    border: 1px solid #ccc;
}
.pm-form1 .gform_wrapper ul.gform_fields {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px !important;
}

.pm-form1 .gform_wrapper ul.gform_fields li.gfield {
    flex: 0 0 100%;
    padding: 0 15px;
    margin: 0 0 15px;
}

.pm-form1 .gform_wrapper .top_label .gfield_label {
    font-weight: normal;
    margin-bottom: 5px;
}

body .pm-form1 .gform_wrapper .top_label div.ginput_container {
    margin-top: 0;
}

.pm-form1 .gform_wrapper ul.gform_fields li.pm-g6 {
    flex: 0 0 50%;
}

.pm-form1 .gform_wrapper ul.gform_fields li.gfield ::placeholder {
    color: #ddd;
}

.pm-form1 .gform_wrapper ul.gform_fields li.gfield :-ms-input-placeholder {
    color: #ddd;
}

.pm-form1 .gform_wrapper ul.gform_fields li.gfield::-ms-input-placeholder {
    color: #ddd;
}

.pm-form1 .gform_wrapper .gform_footer input[type=submit] {
    background-color: #000000;
    border-radius: 30px;
    color: #fff;
    font-weight: 600;
    padding: 14px 15px;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    width: 200px;
    max-width: 100%;
    font-family: 'Poppins', sans-serif;
    border: 0;
}

.pm-form1 .gform_wrapper .gform_footer input[type=submit]:hover {
    color: #ffffff;
    background-color: #000;
}

.pm-form1 .gform_wrapper .gform_footer {
    margin: 0;
    text-align: right;
}

.pm-contact-info h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.contact-info-list{
    margin: 0;
    list-style: none;
}
.contact-info-list li{
    margin-bottom: 15px;
    position: relative;
    display: flex;
    align-items: center;
}
.contact-info-list li svg {
    margin-right: 10px;
}
.contact-info-list svg .a, .footer-contact svg .b{fill:#4B4B4B;}
.pm-contact-info .social{
    margin-top: 30px;
}
.pm-contact-info .social li svg{
    height: 23px;
    width: auto;
}
.pm-contact-info .social li svg .a{
    fill: #4B4B4B;
}
.pm-contact-info .social li:hover .a{
    fill: #000;
}
@media screen and (max-width: 767px) {
    .pm-form1 .gform_wrapper ul.gform_fields li.pm-g6 {
        flex: 0 0 100%;
    }

    .pm-form1 .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
        margin-bottom: 0;
        width: 100%;
        padding: 7px 15px;
    }

    .pm-contact-info {
        margin-bottom: 40px;
    }
    .pm-contact-form .title{
        font-size: 18px;
    }
}

/* contact us css end */

/* about css start */
.about-siderbar .banner-list{
    margin: 0;
    flex-direction: column;
}
.about-siderbar .banner-list li{
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left;
    margin-bottom: 20px;
}
.about-siderbar .banner-list li svg{
    display: inline-block;
    margin-right: 9px;
    margin-bottom: 0;
}
.about-siderbar .title h2{
    color: #000;
    margin-bottom: 20px;
    font-size: 24px;
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}
.about-siderbar .title h2::before{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 40%;
    left: 0;
    border-top: 2px solid #707070;
}
.about-img-slider{
    margin-bottom: 30px;
}
.about-img-item img{
    max-height: 400px;
    width: 100%;
    object-fit: cover;
}
#contact_modal .modal-title{
    font-weight: 600;
}
#contact_modal .pm-contact-form,
#service_contact_modal .pm-contact-form,
#home_contact_modal .pm-contact-form{
    box-shadow: none;
    padding: 0;
    margin-bottom: 0;
}
/* about css end */

/* custom archive page css start */
.archive-product{
    margin-bottom: 50px;
}
.archive-product .product-item-body{
    margin-bottom: 30px;
    height: calc(100% - 30px);
}

@media screen and (max-width: 767px) {
    .about-siderbar{
        margin-top: 30px;
    }
}
/* custom archive page css end */

/* product single page start */
#product_modal .modal-header{
    border: 0;
}
#product_modal .modal-title{
    font-size: 20px;
    font-weight: 600;
}
.view-image{
    padding: 0;
    border: 0;
    outline: none;
    background-color: transparent;
    margin-bottom: 20px;
    text-decoration: underline;
    font-size: 12px;
    font-weight: 600;
}
button:focus{
    outline: none;
}
.view-image svg{margin-right: 5px;}
.view-image svg .a, .view-image svg .b, .view-image svg .c{fill:none;}
.view-image svg .b, .view-image svg .c{stroke:#b7b7b7;stroke-linecap:round;stroke-width:1.3px;}
.view-image svg .c{stroke-linejoin:round;}
.product-img-slider{
    margin-bottom: 25px;
}
.product-img-slider img{
    max-width: 90%;
    display: block;
    margin: 0 auto;
}
.product-content{
    margin-bottom: 25px;
}
.product-content h1{
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 10px;
}
.product-content h1 span{
    font-size: 24px;
    font-weight: 400;
}
.product-content .short-desc{
    font-size: 14px;
    color: #4B4B4B;
    line-height: 20px;
    margin-bottom: 20px;
    display: none;
}

.product-details{}
.product-details .detail-item{}
.product-details .detail-item .head{
    font-weight: 600;
    position: relative;
    margin-bottom: 4px;
    padding-left: 15px;
}
.product-details .detail-item .head::before{
    content: "";
    height: 8px;
    width: 8px;
    position: absolute;
    background-color: #707070;
    border-radius: 50%;
    top: 5px;
    left: 0;
}
.product-details .detail-item ul{
    margin: 0 0 20px 15px;
    list-style: none;
}
.product-details .detail-item ul li{
    font-size: 14px;
    margin-bottom: 8px;
    position: relative;
    padding-left: 10px;
    color: #4B4B4B;
}
.product-details .detail-item ul li::before{
    content: "";
    position: absolute;
    height: 2px;
    width: 5px;
    background-color: #4B4B4B;
    left: 0;
    top: 10px;
}
.product-usage{
    padding-bottom:30px;
}
.product-usage .head{
    position: relative;
    font-size: 16px;
    margin-bottom: 0px;
    padding-left: 15px;
    font-weight: 600;
}
.product-usage .head::before{
    content: "";
    height: 8px;
    width: 8px;
    position: absolute;
    background-color: #707070;
    border-radius: 50%;
    top: 5px;
    left: 0;
}
.product-usage-item{
    border: 1px solid #B7B7B7;
    border-radius: 4px;
    padding: 16px 13px;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 19px;
    margin-top: 10px;
}
.product-usage-item img {
    margin-right: 8px;
    width:40px;
}
.product-usage-item svg{
    margin-right: 8px;
}
.product-usage-item svg .a, .product-usage-item svg .b, .product-usage-item svg .c{fill:none;}
.product-usage-item svg .b, .product-usage-item svg .c{stroke:#040505;stroke-width:1.3px;}
.product-usage-item svg .b{stroke-linecap:round;stroke-linejoin:round;}
.product-usage-item svg .c{stroke-miterlimit:10;}

.faq-list .card{
    border: 1px solid #B7B7B7;
    background-color: transparent;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 20px;
    padding-bottom: 10px;
}
.faq-list .card-header{
    background-color: transparent;
    border: 0;
    padding: 0;
}
.faq-list .btn-link{
    padding: 0;
    color: #000;
    font-weight: 600;
    width: 100%;
    font-size: 18px;
    text-align: left;
    position: relative;
    text-decoration: none;
    background-color: transparent;
    border: 0;
    padding-right: 30px;
    padding-bottom: 10px;
}
.faq-list  .btn-link p{margin-bottom: 0;}
.faq-list .btn-link:before{
    content: "";
    display: inline-block;
    height: 12px;
    width: 12px;
    position: absolute;
    transform: rotate(-135deg);
    top: 5px;
    right: 10px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    transition: 0.3s ease;
    color: #3A3A3A;
}
.faq-list .btn-link.collapsed:before{
    transform: rotate(45deg);
    color: #000;
}
.faq-list .card-body{
    padding: 0 0;
    color: #333;
    font-size: 16px;
}
.similar-product{
    position: relative;
}
.similar-product::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    background-color: #F5F5F5;
    top: 0;
    left: 0;
}
.similar-product .product-item-body{
    background-color: #fff;
}
.single-service{
    margin-bottom: 50px;
}
.single-service .service-image img{
    max-height: 400px;
    object-fit: cover;
}
.service-form .pm-form1 .gform_wrapper ul.gform_fields li.pm-g6{
    flex: 0 0 100%;
}
.service-form .pm-form1 .gform_wrapper .gform_footer input[type=submit]{
    display: block;
    margin: 0 auto;
}
.single-service .pm-single-blog{
    padding-right: 0px;
}
@media screen and (max-width: 767px) {
    .product-content h1{
        font-size: 26px;
    }
    .single-service{
        margin-bottom: 20px;
    }
}
/* product single page end */