/* Font font-family: 'Roboto Condensed', sans-serif;
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

/* Font font-family: 'Playfair Display', serif;*/
/* @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */

/* Font font-family: 'Roboto', sans-serif;*/
/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); */ */

html, body,  h1, h2, h3, h4, h5, h6, a, span, b, button, ul, li{
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

p{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
    padding: 0;
    margin: 0;
    margin-bottom: 40px;
}







h4.sec-title{
    color: #000000;
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    margin-bottom: 35px;
}

h4.sec-title span{
    color: #f20300;
    font-family: 'Playfair Display', serif;
}




header .pii-header{
    padding: 15px 50px;
}

.btn-Join-us{
    width: 245px;
    height: 65px;
    background-color: #000000;
    border-radius: 50px;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-Join-us span{
    margin-left: 35px;
}

.btn-Join-us:hover{
    background-color: #cd0606;
    color: #fff;
}

.pii-join-row{
    align-items: center;
    height: 100%;
    justify-content: flex-end;
}

.pii-join-row .col-md-4{
    justify-content: flex-end;
    display: flex;
}

ul.pii-social-icons{
    list-style-type: none;
    display: flex;
    justify-content: flex-end;
}

ul.pii-social-icons li{
    padding: 0 5px;
}

ul.pii-social-icons a{
    width: 47px;
    height: 47px;
    border: solid 1px #fe0000;
    display: block;
    border-radius: 50px;
    color: #fe0000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    text-decoration: none;
}

ul.pii-social-icons a:hover{
    background-color: #fe0000;
    color: #fff;
}



/* Navigation */


.ppi-navigation .navbar{
    background: #cd0606 !important;
    padding: 0;
}

.ppi-navigation .navbar .collapse{
    justify-content: center;
}

.ppi-navigation .navbar .collapse .navbar-nav li a{
    padding: 25px 35px !important;
    font-size: 17px !important; 
    text-transform: uppercase !important;
    font-weight: 500 !important;
    letter-spacing: 1px !important;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
}

.ppi-navigation .navbar .collapse .navbar-nav li a:hover{
    color: #000000;
}

.ppi-navigation .navbar .collapse .navbar-nav li.active a{
    background-color: #fff;
    color: #000000;
}


.ppi-navigation .navbar .collapse .navbar-nav li a{
    padding: 25px 35px !important;
    font-size: 17px !important; 
    text-transform: uppercase !important;
    font-weight: 500 !important;
    letter-spacing: 1px !important;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
}


/* Slider */

.ppi-slider-section {
    position: relative;
}

.ppi-slider-section:before{
    position: absolute;
    content: "";
    background: url(../images/slider-pattern.png);
    width: 100%;
    height: 100%;
    z-index: 99;
} 

.ppi-slider-section .carousel-indicators{
    left: auto;
    top: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100px;
    margin: 0;
    transform: translateY(-50%);
    right: 52px;
    z-index: 999;

}

.ppi-slider-section .carousel-indicators li{
    width: 15px;
    height: 15px;
    border-radius: 50px;
    background-color: transparent;
    border-radius: 50px;
    border: solid 2px #cd0606;
    position: relative;
}

/* .ppi-slider-section .carousel-indicators li.active:before {
    width: 6px;
    height: 6px;
    background-color: #cd0606;
    border-radius: 50px;
    position: absolute;
    content: "";
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
} */

.ppi-slider-section .carousel-indicators li.active{
    background-color: #cd0606;
}

.pii-banner-content{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 665px;
    height: 100%;
    z-index: 999;
    background-color: rgba(22, 37, 66, 0.6);
    right: 165px;
    padding: 75px;
}

.pii-banner-content h1{
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: 95px;
    font-weight: 900;
}

.pii-banner-content h1 span{
    color: #cd0606;
    font-family: 'Playfair Display', serif;
    font-size: 95px;
    font-weight: 900;
}

.pii-banner-content h3{
    font-size: 24px;
    padding-top: 45px;
    color: #fff;
} 


.btn-read{
    width: 200px;
    height: 55px;
    background-color: #000000;
    border-radius: 50px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
}

.btn-read span{
    margin-left: 25px;
}

.btn-read:hover{
    background-color: #cd0606;
    color: #fff;
}



/* Home About */

.pii-about-section{
    padding: 150px 0;
}


.pii-about-section p:last-child{
    margin-bottom: 0;
}

.pii-about-section p{
    padding-right: 45px;
}

.pii-about-right-image{
    padding-top: 45px;
}

.pii-about-right-image{
    position: relative;
}

.pii-about-right-image img{
    z-index: 99;
}

.pii-about-right-image:before{
    position: absolute;
    content: "";
    background-color: transparent;
    border:solid 5px #ffc7c7;
    width: 215px;
    height: 415px;
    z-index: -1;
    right: -65px;
    top: -25px;
}


.pii-about-section .sec-title{
    position: relative;
}

.pii-about-section .sec-title:before{
    position: absolute;
    content: "";
    left: -65px;
    top: -50px;
    width: 58px;
    height: 57px;
    background: url(../images/about-text-before.jpg);
}



/* Land */

.pii-land-reform {
    position: relative;
}

.pii-land-reform:before, .pii-land-reform:after {
    position: absolute;
    content: "";
    width: 60%;
    height: 10px;
    background-color: #fcc0bf;
    top: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.pii-land-reform:after {
    bottom: -10px;
    top: auto;
}


.pii-land-reform .col-md-6{
    padding: 0;
}

.pii-land-reform  .land-reform-text-wrap{
    background: #f3f3f3;
    position: relative;
    height: 100%;
    width: 100%;

}

.pii-land-reform  .land-reform-text-wrap:before{
    position: absolute;
    content: "";
    background: url(../images/64x64-pattern.png);
    width: 100%;
    height: 100%;
    opacity: 0.7;
}


.pii-land-reform  .land-reform-text-wrap .land-reform-text-inner{
    width: 68%;
    padding-top: 130px;
    padding-left: 110px;
    position: relative;
    z-index: 9;
    padding-bottom: 130px;
}



/* Lead and gramin */

.pii-lead-gramin{
    padding: 150px 0;
}

.pii-lead-gramin .pii-lead-left{
    padding-right: 15px;
    position: relative;
}

.pii-lead-gramin .pii-lead-left:hover .pii-lead-left-img-wrap:before{
    background-color: #ffe5e5;
}


.pii-lead-gramin .pii-lead-left .pii-lead-left-img-wrap{
        position: relative;
    }
.pii-lead-gramin .pii-lead-left .pii-lead-left-img-wrap:before{
    position: absolute;
    content: "";
    background-color: transparent;
    border: solid 2px #ffe5e5;
    width: 80%;
    height: 90%;
    z-index: -1;
    left: -25px;
    top: -25px;
    border-radius: 36px;
    transition: all 0.3s ease-in-out;
}


.pii-lead-gramin .pii-lead-left .sec-title {
    margin-top: 35px;
}
.pii-lead-gramin .pii-lead-left .btn-read{
    margin: 0 auto;
}


.pii-lead-gramin{
    padding: 150px 0;
}

.pii-lead-gramin .pii-lead-right{
    padding-left: 15px;
    position: relative;
}

.pii-lead-gramin .pii-lead-right:hover .pii-lead-right-img-wrap:before{
    background-color: #ffe5e5;
}

.pii-lead-gramin .pii-lead-right .pii-lead-right-img-wrap{
    position: relative;
}

.pii-lead-gramin .pii-lead-right .pii-lead-right-img-wrap:before{
    position: absolute;
    content: "";
    background-color: transparent;
    border: solid 2px #ffe5e5;
    width: 80%;
    height: 90%;
    z-index: -1;
    right: -25px;
    bottom: -25px;
    border-radius: 36px;
    transition: all 0.3s ease-in-out;

}

.pii-lead-gramin .pii-lead-right .sec-title {
    margin-top: 35px;
}
.pii-lead-gramin .pii-lead-right .btn-read{
    margin: 0 auto;
}


/* Join Now */
.pii-join-now-sec{
    background: url(../images/join-banner.png);
    height: 332px;
}

.pii-join-now-sec .container{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.pii-join-now-sec .container .join-wrap{
    position: absolute;
    width: 645px;
    right: 0;
}

.pii-join-now-sec .container .join-wrap h2{
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: 60px;
    font-weight: 600;
}

.pii-join-now-sec .container .join-wrap .btn-read{
    margin-top: 55px;
    margin-left: auto;
}


/* Help Desk */
.pii-help-desk{
    padding: 150px 0;
}


.pii-help-desk .container-fluid{
    width: 80%;
}


.pii-help-desk .sec-title{
    margin-bottom: 75px;
}

.pii-help-desk  .pii-help-desk-grid{
    box-shadow: 8px 10px 24px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.pii-help-desk  .pii-help-desk-grid:hover{
    box-shadow: 8px 10px 24px rgba(0, 0, 0, 0.3);
}

.pii-help-desk  .pii-help-desk-grid-img-wrap{
    border-radius: 15px;
    overflow: hidden;
}

.pii-help-desk  .pii-help-desk-grid-img-wrap img{
    width: 100%;
}

.pii-help-desk .pii-help-desk-grid-text-wrap h6{
    color: #000;
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    padding: 30px 0;
}

.pii-help-desk  .btn-read{
    margin: 75px auto 0;
}


/* Footer */
.pii-footer{
    padding: 110px 0;
    background-color: #000;
}

.pii-footer .container-fluid{
    width: 80%;
}

.pii-footer .footer-logo-wrap p{
    color: #fff;
    margin-top: 50px;
    padding-right: 115px;
    font-size: 16px;
}


.pii-footer .footer-address-wrap{
    padding: 0 75px;
}

.pii-footer .footer-quicklinks-wrap{
    padding: 0 0 0 25px;
}

.pii-footer h5{
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 85px;
    padding-top: 70px;
}

.pii-footer p{
    color: #fff;
   
} 

.pii-footer .footer-address-wrap{
    padding-left: 45px;
    padding-right: 45px;
}

.pii-footer .footer-address-wrap p{
    padding-left: 45px;
    position: relative;
}

.pii-footer .footer-address-wrap p:before{
    position: absolute;
    content: "";
    font-family: IcoFont;
    font-style: normal;
    left: 0;
    color: #fe0000;
    font-size: 20px;    

}

.pii-footer .footer-address-wrap p.pii-address:before{
    content: "";
}

.pii-footer  .footer-quicklinks-wrap ul{
    list-style-type: none;
}

.pii-footer  .footer-quicklinks-wrap ul li a{
    color: #fafafa;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    line-height: 33px;
}

.pii-footer  .footer-quicklinks-wrap ul li {
    padding-left: 45px;;
    position: relative;
}

.pii-footer  .footer-quicklinks-wrap ul li:before{
    position: absolute;
    content: "";
    font-family: IcoFont;
    font-style: normal;
    left: 0;
    color: #fe0000;
    font-size: 20px;    

}

.pii-copy-right{
    background: #151515;
    padding: 35px 0;
}

.pii-copy-right p{
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
}




/* Inner - banner */

.pii-inner-banner{
    position: relative;
}

.pii-inner-banner .container-fluid{
    width: 80%;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pii-inner-banner img{
    width: 100%;
}

.pii-inner-banner .container-fluid .sec-title{
    background: #fff;
    padding: 15px 75px;

}

.pii-land-inner-about.pii-about-section p {
    padding-left: 45px;
    padding-right: 0px;
  }

  .pii-land-inner-about.pii-about-section .sec-title {
    padding-left: 45px;
    font-size: 26px;
    }


.pii-land-inner-about.pii-about-section  .sec-title::before{
    display: none;
}



  .pii-land-inner-about.pii-about-section .pii-about-right-image::before {
    position: absolute;
    content: "";
    background-color: transparent;
    border: solid 5px #ffc7c7;
    width: 215px;
    height: 415px;
    z-index: -1;
    right: auto;
    left: -65px;
    top: -25px;
  }


  .pii-land-inner-about.pii-about-section ul{
    padding-left: 45px;
    list-style-type: none;
  }

  .pii-land-inner-about.pii-about-section ul li{
    font-size: 18px;
    font-family: 'Roboto', sans-serif;      
    margin-bottom: 15px;
    padding-left: 50px;
    position: relative;
    }

    .pii-land-inner-about.pii-about-section ul li:before{
        position: absolute;
        content: "";
        font-family: IcoFont;
        font-style: normal;
        left: 0;
        color: #fe0000;
        font-size: 20px;  
    }


    .pii-inner-join{
        margin-bottom: -19px;
        z-index: 9999;
        position: relative;
    }

    .pii-land-camp{
        background-color: #f9eded;
        margin: 65px 0 0;
        width: 100%;
        text-align: center;
        padding: 85px 0;
        border-radius: 30px;
        border: dashed 2px red;
    }


    .pii-land-camp img{
        width: 450px;
        max-width: 100%;
    }


    .pii-gb-inner-about  .sec-title::before{
        display: none;
    }
    

    .pii-gb-inner-about  .sec-title {
        font-size: 26px;
        margin-bottom: 15px;
        }

    .pii-gb-inner-about p{
        margin-bottom: 45px !important;
        padding: 0;
    }



    .pii-hd-inner-about  .sec-title::before{
        display: none;
    }
    

    .pii-hd-inner-about  .sec-title {
        font-size: 26px;
        margin-bottom: 15px;
        }

    .pii-hd-inner-about p{
        margin-bottom: 45px !important;
        padding: 0;
    }


    .pii-join-inner-about .sec-title::before{
        display: none;
    }
    

    .pii-join-inner-about  .sec-title {
        font-size: 26px;
        margin-bottom: 15px;
        }

    .pii-join-inner-about p{
        margin-bottom: 45px !important;
        padding: 0;
    }




    .pii-hd-inner-about ul{
        list-style-type: none;
        padding-left: 0;
      }
    
      .pii-hd-inner-about ul li{
        font-size: 18px;
        font-family: 'Roboto', sans-serif;      
        margin-bottom: 15px;
        padding-left: 50px;
        position: relative;
        }
    
        .pii-hd-inner-about ul li:before{
            position: absolute;
            content: "";
            font-family: IcoFont;
            font-style: normal;
            left: 0;
            color: #fe0000;
            font-size: 20px;  
        }


        .pii-hd-inner-about img{
            margin-bottom: 65px;
        }



        .pii-media-inner-about  .sec-title::before{
            display: none;
        }
        
    
        .pii-media-inner-about  .sec-title {
            font-size: 24px;
            margin-bottom: 15px;
            }

            .pii-media-inner-about img{
                width: 85%;
                margin-bottom: 25px;
            }

            .pii-media-inner-about .col-md-6{
                text-align: center;
            }

            .pii-media-inner-about .btn-read{
                margin: 0 auto;
            }


        .mob-banner{
            display: none;
        }    

        .mob-menu{
            display: none;

            background-color: transparent;
            border: solid 1px #f20300;
        }


        .join-social-wrap{
            display: flex;
            align-items: center;
        }

        .join-social-wrap .btn-Join-us{
            margin-right: 25px;
        }

        .resp-banner-content{
            display: none;
            position: absolute;
            z-index: 9999;
            top: 50%;
            left: 50%;
            text-align: center;
            transform: translate(-50%, -50%);
            color: #fff;
        }

        .resp-banner-content h1{
            color: #fff;
            font-family: 'Playfair Display', serif;
        }


        .pii-footer ul.pii-social-icons{
            justify-content: left;
            padding-left: 0;
        }


        .pii-land-reform .img-fluid{
            height: 100%;
            object-fit: cover;
        }



        .pii-join-inner-about form{
            background-color: #f9eded;
            padding: 45px;
            border-radius: 30px;
            border: dashed 2px #f20300;
            width: 70%;
            margin: 25px auto 90px;
            text-align: left;
        }

        .pii-join-inner-about form input, .pii-join-inner-about form select{
            height: 50px;
            border: none;
        }

        .pii-contact-info ul{
            list-style-type: none;
            padding: 0
        }

        .pii-contact-info ul li{
            margin-top: 45px;
            font-family: 'Roboto', sans-serif;
            font-size: 18px;
            line-height: 30px;
            letter-spacing: 1px;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .pii-contact-info ul li a{
            color: #212529
        }


        .pii-contact-info ul li .info-icon{
            width: 50px;
            height: 50px;
            border-radius: 50px;
            background: #f20300;
            color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 25px;
            margin-bottom: 15px;

        }

       


        @media (max-width:1699px){
            .pii-banner-content h1{
                font-size: 65px;
            }

            .pii-banner-content h1 span{
                font-size: 65px;
            }
        }


        @media (max-width:1500px){
            .pii-footer .col-md-5{
                max-width: 100%;
                flex: unset;
            }

            .pii-footer .col-md-4{
                max-width: 50%;
                flex: unset;
            }

            .pii-footer .col-md-3{
                max-width: 50%;
                flex: unset;
            }

            .pii-footer ul.pii-social-icons{
                justify-content: left !important;
            }
        }



        @media (max-width:1399px){
            .ppi-navigation{
                display: none;
            }

           .pii-header .pii-social-icons{
                display: none !important;
            }

            .mob-menu{
                display: block;
            }

            .pii-banner-content{
                width: 515px;
            }

            .pii-banner-content h1{
                font-size: 45px !important;
            }

            .pii-banner-content h1 span{
                font-size: 45px !important;
            }
        }



        @media (max-width:1200px){
            .pii-banner-content{
                display: none;
            }

            .resp-banner-content{
                display: block;
            }
        }

        @media (max-width:1199px){
            .pii-help-desk .row .col-md-3 {
                width: 50%;
                flex: unset;
                max-width: 50%;
                margin-bottom: 45px;
              }
        }

        @media (max-width:1024px){
            .pii-inner-banner{
                height: 300px;
            }

            .pii-inner-banner img{
                height: 100%;
                object-fit: cover;
            }
        }

        @media (max-width:991px){
            .pii-gb-inner-about .row {
                flex-direction: column;
                align-items: center;
            }

            .pii-gb-inner-about .row .col-md-6:first-child{
                margin-bottom: 25px;
            }

            .pii-gb-inner-about .row .col-md-6{
                max-width: 80%;
            }

            .pii-join-inner-about form{
                width: 95%;
            }
        }

        

        @media (max-width:767px){
            .mob-banner{
                display: block;
            }

            .ppi-slider-section .carousel{
                display: none;
            }

            .pii-about-section p{
                padding: 0;
            }

            .mob-banner img{
                height: 400px;
                object-fit: cover;
            }

            .pii-about-section .sec-title::before{
                display: none;
            }


            .pii-land-reform .row{
                flex-direction: column-reverse;
            }

            .pii-land-reform .row img.img-fluid{
                height: 310px;
                object-fit: cover;
                width: 100%;
            }

            .pii-about-section{
                padding: 80px 0;
            }

            h4.sec-title{
                font-size: 35px;
            }

            .pii-land-reform .land-reform-text-wrap .land-reform-text-inner{
                width: 100%;
                padding: 55px;
                text-align: center;
            }

            .pii-land-reform .land-reform-text-wrap .land-reform-text-inner .btn{
                margin: 0 auto;
            }

            .pii-about-right-image::before{
                display: none;
            }

            .pii-lead-gramin .pii-lead-left{
                margin-bottom: 55px;
            }

            .pii-join-now-sec{
                background: url(../images/join-bg.jpg);
            }

            .pii-join-now-sec .col-md-8{
                max-width: 100%;
                flex: unset;
            }

            .pii-join-now-sec .container .join-wrap{
                width: 100%;
            }
            .pii-join-now-sec .container .join-wrap h2{
                text-align: center;
                font-size: 50px;
            }
            .pii-join-now-sec .container .join-wrap .btn-read{
                margin: 45px auto 0;
            }

            .pii-about-section .container{
                max-width: 85%;
            }

            .pii-about-right-image img{
                width: 100%;
            }

            .pii-footer .footer-logo-wrap{
                text-align: center;
            }

            .pii-footer .footer-logo-wrap p{
                padding: 0;
            }

            .pii-footer h5{
                padding-top: 0;
                margin-bottom: 35px;
                text-align: center;
            }

            .pii-lead-gramin{
                padding: 85px 0 55px;
            }

            .pii-help-desk{
                padding:55px 0;
            }

            .pii-footer .footer-address-wrap{
                text-align: center;
                padding: 0;
            }

            .pii-footer .footer-address-wrap p{
                padding: 0;
                padding-top: 45px;
            }

            .pii-footer .footer-address-wrap p::before{
                right: 0;
                top: 0;
            }

            .pii-help-desk .pii-help-desk-grid{
                margin-bottom: 45px;
            }

            .pii-footer .footer-quicklinks-wrap{
                align-items: center;
                justify-content: center;
                display: flex;
                flex-direction: column;
            }

            .pii-footer .footer-quicklinks-wrap ul{
                width: fit-content;
            }

            .pii-header .col-md-4{
                text-align: center;
                background: #000;
            }

            .pii-header .col-md-4 img{
                margin-bottom: 35px;
            }

            .join-social-wrap{
                width: 100%;
                justify-content: center;
                margin-top: 30px;
                margin-bottom: 30px;
            }

            .mob-menu{
                position: absolute;
                top: -105px;
                right: 50px;
                color: #fff;
            }

            .pii-join-now-sec{
                overflow: hidden;
            }

            .pii-lead-gramin{
                overflow: hidden;
            }

            .pii-footer{
                padding: 50px 0;
            }

            .pii-footer .col-md-4{
                max-width: 100% !important;
                flex: unset !important;
            }

            .pii-footer .col-md-3{
                max-width: 100% !important;
                flex: unset !important;
            }

            .pii-footer ul.pii-social-icons{
                justify-content: center !important;
                margin-bottom: 45px;
            }

            header .pii-header{
                padding: 0;
            }

            .pii-land-inner-about .pii-about-right-image{
                padding-bottom: 45px;
            }

            .pii-media-inner-about .col-md-6:first-child{
                margin-bottom: 45px;
            }
        }


        @media (max-width:614px){
            .pii-header .col-md-4 img{
                margin-bottom: 0 !important;
            }

            .pii-header .col-md-4{
                text-align: left !important;
            }
            .mob-menu{
                top: -85px !important;
                font-size: 22px;
                background: #fff;
                border: none;
                color: #f20300 !important;
            }

            .pii-gb-inner-about .row .col-md-6{
                max-width: 100%;
            }

            .pii-join-now-sec .container .join-wrap h2{
                font-size: 36px;
                    padding: 0 35px;
            }

            .pii-inner-banner .container-fluid .sec-title{
                font-size: 30px;
                padding: 15px 35px;
                text-align: center;
            }

            header .pii-header .col-md-4 img{
                width: 200px;
            }

            .mob-menu{
                top: -70px !important;
            }

            .mob-menu i{
                font-size: 30px;
                font-weight: 300;
            }

            .pii-join-inner-about form{
                width: 100%;
            }
        }

        


       


        

        @media (min-width:1400px){
            .ppi-navigation .navbar .collapse .navbar-nav li a{
                padding: 25px 15px !important;
                font-size: 15px !important;
            }
            
        }

        @media (min-width:1500px){
            .ppi-navigation .navbar .collapse .navbar-nav li a{
                padding: 25px 24px !important;
                font-size: 15px !important;
            }
            
        }


        @media (min-width:1700px){
            .ppi-navigation .navbar .collapse .navbar-nav li a{
                padding: 25px 30px !important;
                font-size: 16px !important;
            }
            
        }

        @media (min-width:1800px){

        .ppi-navigation .navbar .collapse .navbar-nav li a{
            padding: 25px 35px !important;
            font-size: 17px !important; 
            text-transform: uppercase !important;
            font-weight: 500 !important;
            letter-spacing: 1px !important;
            color: #fff;
            font-family: 'Roboto Condensed', sans-serif;
        }
    }




    /* New Navigation */

    .overlay {
        height: 100%;
        width: 100%;
        display: none;
        position: fixed;
        z-index: 999999;
        top: 0;
        left: 0;
        background-color: rgb(0,0,0);
        background-color: rgba(0,0,0, 0.95);
      }
      
      .overlay-content {
        position: relative;
        top: 10%;
        width: 100%;
        text-align: center;
        margin-top: 30px;
      }
      
      .overlay a {
        padding: 8px;
        text-decoration: none;
        font-size: 18px;
        color: #fff;
        display: block;
        transition: 0.3s;
        font-family: 'Roboto Condensed', sans-serif;
        text-transform: uppercase;
      }
      
      .overlay a:hover, .overlay a:focus {
        color: #f1f1f1;
      }
      
      .overlay .closebtn {
        position: absolute;
        top: 20px;
        right: 45px;
        font-size: 60px;
      }
      
      .overlay-content a.active{
        color: #cd0606;
      }
      
      @media screen and (max-height: 450px) {
        .overlay a {font-size: 20px}
        .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
        }
      }