/* -------------------------------------------------------------------------
   Variable  Start
----------------------------------------------------------------------------*/
:root {
    --black: #000000;
    --white: #ffffff;

    /* Primary color */
    --primary-color: #005189;
    --secondary-color: #009444;

    /* Text color */
    --text-color: #2E2E2E;
}

/* -------------------------------------------------------------------------
   Variable  End
----------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------
   Reset css Start
----------------------------------------------------------------------------*/
/**--
body {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-color);
    font-family: "myriad-pro",sans-serif;
    margin: 0;
    padding-right: 0 !important;
    line-height: 1.65;
    overflow-y: auto !important;
    overflow-x: hidden;
    -webkit-transition: all.5s;
    -o-transition: all.5s;
    -ms-transition: all.5s;
    -moz-transition: all.5s;
    transition: all.5s;
    scroll-behavior: smooth;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--text-color);
    font-weight: 400;
}

h1 {
    font-size: 46px;
    margin: 0;
    line-height: 56px;
}

h2 {
    font-size: 30px;
    margin: 0;
    line-height: 40px;
}

h3 {
    font-size: 24px;
    margin: 0;
    line-height: 34px;
}

h4 {
    font-size: 18px;
    margin: 0;
    line-height: 28px;
}

h5 {
    font-size: 16px;
    margin: 0;
    line-height: 26px;
}

h6 {
    font-size: 14px;
    margin: 0;
    line-height: 24px;
}

p {
    font-size: 16px;
    margin: 15px;
    line-height: 26px;
}

a {
    color: var(--primary-color);
    font-weight: 400;
    text-transform: capitalize;
    text-decoration: none;
    -webkit-transition: all.5s;
    -o-transition: all.5s;
    -ms-transition: all.5s;
    -moz-transition: all.5s;
    transition: all.5s;
}

a:hover {
    color: var(--primary-color);
    text-decoration: none;
    -webkit-transition: all.5s;
    -o-transition: all.5s;
    -ms-transition: all.5s;
    -moz-transition: all.5s;
    transition: all.5s;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.withbullets {
    padding: 0;
    margin: 0;
    list-style:disc;
}

input:focus {
    box-shadow: none;
    outline: none;
}

figure {
    margin: 0;
} --**/
/**-- Primary Button --**/
.pm_primary_btn{
    display: inline-block;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: var(--white);
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    padding: 12px 21px;
    min-width: 204px;
    text-transform: inherit;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 3px;
    text-align: center;
    outline: none;
    -webkit-transition: all.5s;
    -o-transition: all.5s;
    -ms-transition: all.5s;
    -moz-transition: all.5s;
    transition: all.5s;
}
.pm_primary_btn:hover{
    background: #014778;
    color:#004778;
    color: var(--white);
    -webkit-transition: all.5s;
    -o-transition: all.5s;
    -ms-transition: all.5s;
    -moz-transition: all.5s;
    transition: all.5s;
}
/* -------------------------------------------------------------------------
   New Home page css  Start
----------------------------------------------------------------------------*/
.pmn_hero_banner_wrapper{
    padding: 91px 0;
    background-repeat: no-repeat;
    background-position: right 0;
    background-size: cover;
}
.pmn_banner_content_wrapper img{
    max-width: 800px;
    width: 100%;
}
.pmn_banner_content_wrapper p{
    font-size: 45px;
    line-height: 45px;
    color: var(--white);
    letter-spacing: -0.68px;
    font-weight: 400;
    border-top: 1px solid #FFFFFF;
    padding-top: 29px;
    margin-top: 29px;
}
.pmn_home_container{
    padding: 0 100px;

}
/*-- Home about css start --*/
.pmn_homeabout_wrapper{
    padding: 75px 0;
}
.pmn_homeabout_left_wrapper{
    display: flex;
    border-right: 1px solid #BCBCBC;
    padding-left: 57px;
}
.pmn_homeabout_img{
    flex: 0 0 26vw;
}
.pmn_homeabout_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pmn_homeabout_img_cont{
    flex: calc(100% - 26vw);
    padding-left: 45px;
    padding-right: 30px;
}
.pmn_homeabout_img_cont h3{
    font-size: 36px;
    line-height: 38px;
    color: var(--black);
    font-weight: 600;
}
.pmn_homeabout_img_cont p{
    font-size: 20px;
    line-height: 26px;
    color: #747070;
    font-weight: 400;
    margin-top: 20px;
}
.pmn_homeabout_img_cont .pm_primary_btn {
    min-width: auto;
    max-width: 280px;
    width: 100%;
    font-size: 27px;
    font-weight: 600;
    padding: 0 21px;
    margin-top: 25px;
    height: 53px;
    line-height: 47px;
}
.pmn_homeabout_right_wrapper h3{
    font-size: 30px;
    line-height: 40px;
    color: var(--black);
    font-style: italic;
    font-weight: 600;
}
.pmn_homeabout_right_wrapper ul li{
    margin-top: 10px;
}
.pmn_homeabout_right_wrapper ul li a{
    font-size: 26px;
    line-height: 50px;
    color: #005189;
    font-weight: 400;
}
.pmn_homeabout_right_wrapper{
    padding-left: 30px;
}
/*-- Home about css end --*/
/*-- Home contact css start --*/
.pmn_home_contact_wrapper{
    padding: 19px 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #007B85;
}

.pmn_homeabout_right_wrapper ul {
    padding: 0px;
}

.pmn_homeabout_right_wrapper li {
    list-style: none !important;
}

.pmn_home_contact_wrapper p{
    font-size: 28px;
    line-height: 38px;
    color: var(--white);
    font-weight: 600;
    font-style: italic;
    align-self: center;
    padding-right: 23px;
    margin-top: 10px;
}
.pmn_home_contact_wrapper a{
    font-size: 27px;
    font-weight: 600;
    color: var(--white);
    border: 1px solid var(--white);
    background: transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    min-width: 338px;
    padding: 10px 15px;
    display: inline-block;
}
.pmn_home_contact_wrapper a:hover{
    background: var(--white);
    color: var(--black);
}
/*-- Home contact css end --*/
/*-- Home Member css start --*/
.pmn_home_member_wrapper{
    padding: 80px 20px;
    padding-top: 50px;
    background-color: #EBEBEB;
}
.pmn_home_member_box{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    border: 1px solid #707070;
    box-shadow: 4px 4px 6px #00000029;
    background: var(--white);
    text-align: center;
    padding: 40px 23px;
    padding-top: 30px;
    min-height: 315px;
    -webkit-transition: all.5s;
    -o-transition: all.5s;
    -ms-transition: all.5s;
    -moz-transition: all.5s;
    transition: all.5s;
}
.pmn_home_member_box:hover{
    transform: scale(1.08);
    -webkit-transition: all.5s;
    -o-transition: all.5s;
    -ms-transition: all.5s;
    -moz-transition: all.5s;
    transition: all.5s;
}
.pmn_home_member_box h3{
    font-size: 30px;
    line-height: 35px;
    color: var(--black);
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.pmn_home_member_box p{
    font-size: 26px;
    line-height: 32px;
    color: #958C8C;
    font-weight: 400;
    margin-top: auto;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.pmn_home_member_box .pm_primary_btn{
    min-width: auto;
    max-width: 216px;
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    padding: 0 21px;
    margin: 0px auto;
    margin-top: auto;
    height: 41px;
    line-height: 35px;
}
/*-- Home Member css end --*/
/*-- Home feature css start --*/
.pmn_home_feature_wrapper{
    padding-bottom: 80px;
}
.pmn_home_feature_leftcont h2{
    font-size: 45px;
    line-height: 50px;
    color: var(--black);
    font-weight: 600;
    font-style: italic;
    text-align: right;
}
.pmn_home_feature_inner{
    display: flex;
    border-top: 1px solid #707070;
    padding-top: 75px;
}
.pmn_home_feature_leftcont{
    flex: 0 0 400px;
    align-self: center;
}
.pmn_home_feature_rightcont{
    flex: calc(100% - 400px);
    padding-right: 5vw;
}
.pmn_home_feature_box{
    text-align: center;
}
.pmn_home_feature_box span{
    width: 115px;
    height: 115px;
    line-height: 115px;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: var(--primary-color);
    display: inline-block;
}
.pmn_home_feature_box h3{
    font-size: 30px;
    line-height: 34px;
    color: var(--black);
    font-weight: 600;
    margin-top: 20px;
    display: block;
}
/*-- Home feature css end --*/
/*-- Home footer css start --*/
.pmn_homefooter_container{
    padding-left: 45px;
    padding-right: 131px;
}
.pmn_home_footer_wrapper{
    background: #EFEEED;
    padding: 45px 0;
}
.pmn_homefooter_leftcont h3{
    font-size: 20px;
    line-height: 28px;
    color: #68737A;
    font-weight: 700;
}
.pmn_homefooter_leftcont p{
    font-size: 20px;
    line-height: 28px;
    color: #68737A;
    font-weight: 400;
}
.pmn_homefooter_leftcont a{
    font-size: 20px;
    line-height: 28px;
    color: #1A5994;
    font-weight: 400;
}
/* .pmn_homefooter_leftcont{
    padding-right: 5vw;
} */
.pmn_homefooter_rightcont{
    border-left: 1px solid #C1BEBE;
    padding-left: 70px;
}
.pmn_homefooter_rightcont p{
    font-size: 16px;
    line-height: 22px;
    color: #68737A;
    font-weight: 400;
}
.pmn_homefooter_rightcont a{
    color: #005189;
    font-weight: 500;
}
.socials_details_sec ul{
    display: flex;
    flex-wrap: wrap;
}
.socials_details_sec ul li{
    margin-right: 8px;
}
.socials_details_sec ul li a{
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 34px;
    border-radius: 5px;
    background: var(--primary-color);
    color: var(--white);
    margin-top: 10px;
    transition: all.5s linear;
    font-size: 24px;
}
.socials_details_sec ul li a:hover{
    transform: translateY(-3px);
    transition: all.5s linear;
}
/*-- Home footer css end --*/

/* -------------------------------------------------------------------------
   New Home page css  End
----------------------------------------------------------------------------*/
@media (max-width: 1600px){
    .pmn_homeabout_img img {
        height: auto;
    }
    .pmn_homeabout_img_cont .pm_primary_btn {
        max-width: 200px;
        font-size: 22px;
    }
}
@media (max-width: 1400px){
    .pmn_home_container {
        padding: 0 60px;
    }
    .pmn_banner_content_wrapper p {
        font-size: 34px;
        line-height: 35px;
    }
    .pmn_home_member_box h3 {
        font-size: 2vw;
        line-height: 2.2vw;
    }
    .pmn_home_member_box p {
        font-size: 1.7vw;
        line-height: 2vw;
    }
    .pmn_home_member_box .pm_primary_btn{
        font-size: 1.6vw;
    }
    .pmn_home_feature_leftcont {
        flex: 0 0 280px;
    }
    .pmn_home_feature_leftcont h2 {
        font-size: 36px;
        line-height: 44px;
    }
    .pmn_home_feature_rightcont {
        flex: calc(100% - 280px);
        padding-right: 1vw !important;
    }
}
@media (max-width: 1199px){
    .pmn_home_container {
        padding: 0 40px;
    }
    .pmn_banner_content_wrapper p {
        font-size: 34px;
        line-height: 35px;
    }
    .pmn_homeabout_img {
        flex: 0 0 40%;
    }
    .pmn_homeabout_img_cont {
        flex: calc(100% - 40%);
    }
    .pmn_homeabout_img_cont h3 {
        font-size: 30px;
        line-height: 33px;
    }
    .pmn_homeabout_img_cont p {
        font-size: 22px;
        line-height: 30px;
    }
    .pmn_homeabout_left_wrapper{
        border: 0;
    }
    .pmn_homeabout_right_wrapper {
        padding-left: 0;
        padding-top: 20px;
    }
    .pmn_homeabout_right_wrapper ul li a {
        font-size: 26px;
        line-height: 42px;
    }
    .pmn_home_contact_wrapper a{
        margin-top: 10px;
    }
    .pmn_home_contact_wrapper {
        text-align: center;
    }
    .pmn_home_member_box .pm_primary_btn {
        font-size: 1.9vw;
    }
    .pmn_home_feature_box span {
        width: 90px;
        height: 90px;
        line-height: 90px;
    }
    .pmn_home_feature_box h3 {
        font-size: 1.8vw;
    }
    .pmn_home_feature_box span img{
        width: 30px;
    }
    .pmn_homefooter_rightcont {
        padding-left: 45px;
    }
    .pmn_homefooter_container {
        padding: 0 30px;
    }
}
@media (max-width: 991px){
    .pmn_home_container {
        padding: 0 30px;
    }
    .pmn_banner_content_wrapper img {
        max-width: 400px;
    }
    .pmn_home_contact_wrapper p {
        font-size: 22px;
        line-height: 32px;
    }
    .pmn_home_contact_wrapper a {
        font-size: 20px;
        min-width: 230px;
    }
    .pmn_home_member_box h3 {
        font-size: 26px;
        line-height: 34px;
    }
    .pmn_home_member_box p {
        font-size: 22px;
        line-height: 33px;
    }
    .pmn_home_member_box .pm_primary_btn {
        font-size: 20px;
    }
    .pmn_home_feature_inner {
        display: block;
        padding-top: 50px;
    }
    .pmn_home_feature_leftcont{
        text-align: center;
    }
    .pmn_home_feature_box h3 {
        font-size: 23px;
        line-height: 30px;
    }
    .pmn_home_feature_box {
        margin-top: 40px;
    }
    .pmn_homefooter_rightcont {
        padding-left: 0;
        border: 0;
        padding-top: 20px;
    }
    .pmn_home_feature_leftcont h2{
        text-align: center;
    }
    .pmn_homeabout_left_wrapper {
        padding-left: 0;
    }
    .pmn_home_member_wrapper {
        padding: 80px 0;
    }
    .pmn_home_feature_rightcont{
        margin-right: 0;
    }
}
@media (max-width: 767px){
    .pmn_banner_content_wrapper img {
        max-width: 270px;
    }
    .pmn_hero_banner_wrapper {
        padding: 50px 0;
    }
    .pmn_home_container {
        padding: 0 15px;
    }
    .pmn_banner_content_wrapper p {
        font-size: 28px;
        line-height: 35px;
    }
    .pmn_banner_content_wrapper{
        text-align: center;
    }
    .pmn_banner_content_wrapper p{
        border: 0;
        padding-top: 0;
    }
    .pmn_homeabout_left_wrapper {
        display: block;
    }
    .pmn_homeabout_img_cont {
        padding-left: 0;
        padding-right: 0;
        padding-top: 30px;
    }
    .pmn_homeabout_img_cont h3 {
        font-size: 26px;
        line-height: 30px;
    }
    .pmn_homeabout_img_cont p {
        font-size: 20px;
        line-height: 30px;
    }
    .pmn_homeabout_right_wrapper h3 {
        font-size: 26px;
        line-height: 40px;
    }
    .pmn_homeabout_right_wrapper ul li a {
        font-size: 22px;
        line-height: 26px;
    }
    .pmn_homeabout_wrapper {
        padding: 40px 0;
    }
    .pmn_home_member_box{
        display: block;
        min-height: auto;
    }
    .pmn_home_member_box p {
        margin: 20px 0;
    }
    .pmn_home_member_wrapper {
        padding: 40px 0;
        padding-top: 10px;
    }
    .pmn_home_feature_leftcont h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .pmn_home_feature_wrapper {
        padding-bottom: 50px;
    }
    .pmn_home_member_box p {
        display: block;
        overflow: visible;
    }
    .pmn_homefooter_container {
        padding: 0 15px;
    }
    .pmn_home_member_box:hover{
        transform: scale(1);
    }
}