body {
    color: #454545;
    background-color: #fff;
    font-family: "DM Sans", sans-serif;
    font-size: 15px;
    line-height: 1.6;
}

a:hover {
    text-decoration: none;
}

a {
    transition: all .4s ease-in-out;
    text-decoration: unset;
    color: #060104;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

p {
    line-height: 1.6;
    margin-bottom: 10px;
}

ul,
ol {
    margin-left: 20px;
    padding-left: 0;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 700;
    margin-bottom: 20px;
    color: #222222;
}

.sec-title {
    font-size: 34px;
    margin-bottom: 20px;
    line-height: 1.3;
    color: #222222;
    font-weight: 700;
    position: relative;
}

.comnsec {
    padding-top: 4em;
    padding-bottom: 4em;
}

.theme-btn {
    padding: 15px 17px;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    border-radius: 5px;
    transition: all .4s ease;
    display: inline-flex;
    align-items: center;
    background: #314562;
}

.theme-btn:hover {
    background: #060104;
}

.theme-btn.theme-btn-w {
    background: #fff;
    color: #314562;
}

.theme-btn.theme-btn-w:hover {
    background: #314562;
    color: #fff;
}

.place-content-center {
    place-content: center !important;
}


.cmn-row-gap {
    row-gap: 30px;
}

.header {
    background: transparent;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

.header.headerop2 {
    background: #fff;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

.header.headerop2 .header-nav {
    background: #fff;
    box-shadow: unset;
    border-radius: 0px;
    margin-top: 0px
}

.header .header-nav {
    background: #fff;
    padding: 15px;
    margin-top: 10px;
    box-shadow: 0px 5px 4px 0px #00000040;
    border-radius: 5px;
}

.header .header-nav .custom-logo {
    height: 36px;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    color: #000;
    display: block;
    line-height: 1.3125;
    outline-offset: -1px;
    padding: 0.84375em 0;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
}

.main-navigation a:hover,
.main-navigation a:focus {
    color: #000;
}

.main-navigation ul ul {
    display: none;
    margin-left: 0.875em;
}

.no-js .main-navigation ul ul {
    display: block;
}

.main-navigation ul .toggled-on {
    display: block;
}

.main-navigation .primary-menu {
    border-bottom: 1px solid #d1d1d1;
}

.main-navigation .menu-item-has-children>a {
    margin-right: 56px;
}

.menu-item-has-children a:after {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    speak: never;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    vertical-align: top;
}

.main-navigation ul .sub-menu {
    width: 200px;
}

.dropdown-toggle {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    color: #1a1a1a;
    content: "";
    height: 48px;
    padding: 0;
    position: absolute;
    right: 0;
    text-transform: none;
    top: 0;
    width: 48px;
}

.dropdown-toggle:after {
    border: 0 solid #d1d1d1;
    border-left-width: 1px;
    content: "\f431";
    font-size: 24px;
    left: 1px;
    position: relative;
    width: 48px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
    background-color: transparent;
    color: #007acc;
}

.dropdown-toggle:focus {
    outline: thin dotted;
    outline-offset: -1px;
}

.dropdown-toggle:focus:after {
    border-color: transparent;
}

.dropdown-toggle.toggled-on:after {
    content: "\f432";
}

.header .header-nav ul.navbar-nav li.items {
    margin: 0 2px;
}

.header .header-nav ul.navbar-nav li.items .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background: #314562;
    border-radius: 50%;
    color: #fff;
}

/* @media screen and (min-width: 991px) { */

    .main-navigation .primary-menu,
    .main-navigation .primary-menu>li {
        border: 0;
    }

    .main-navigation .primary-menu>li {
        float: left;
    }

    .main-navigation a {
        outline-offset: -8px;
        padding: 0.65625em 0.875em;
        white-space: nowrap;
    }

    .main-navigation li:hover>a,
    .main-navigation li.focus>a {
        color: #275bc2;
    }

    .main-navigation ul ul {
        border-bottom: 1px solid #d1d1d1;
        display: block;
        left: -999em;
        margin: 0;
        position: absolute;
        z-index: 99999;
    }

    .main-navigation ul ul li:hover>ul,
    .main-navigation ul ul li.focus>ul {
        left: 100%;
        right: auto;
    }

    .main-navigation ul ul ul {
        top: -1px;
    }

    .main-navigation ul ul ul:before,
    .main-navigation ul ul ul:after {
        border: 0;
    }

    .main-navigation ul ul li {
        background-color: #fff;
        border: 1px solid #d1d1d1;
        border-bottom-width: 0;
    }

    .main-navigation ul ul a {
        white-space: normal;
        width: auto;
    }

    .main-navigation ul ul:before,
    .main-navigation ul ul:after {
        border-style: solid;
        content: "";
        position: absolute;
    }

    .main-navigation ul ul:before {
        border-color: #d1d1d1 transparent;
        border-width: 0 10px 10px;
        right: 9px;
        top: -9px;
    }

    .main-navigation ul ul:after {
        border-color: #efefef transparent;
        border-width: 0 8px 8px;
        right: 11px;
        top: -7px;
    }

    .main-navigation li:hover>ul,
    .main-navigation li.focus>ul {
        left: auto;
        right: 0;
    }

    .main-navigation ul ul li:hover>ul,
    .main-navigation ul ul li.focus>ul {
        left: 100%;
        right: auto;
    }

    .main-navigation .menu-item-has-children>a {
        margin: 0;
        padding-right: 2.25em !important;
    }

    .main-navigation .menu-item-has-children>a:after {
        content: "\f107";
        position: absolute;
        right: 0.825em;
        line-height: 1.3;
        /*top: 2.5em;*/
    }

    .main-navigation ul ul .menu-item-has-children>a {
        padding-right: 2.0625em;
    }

    .main-navigation ul ul .menu-item-has-children>a:after {
        right: 0.5625em;
        top: 0.875em;
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .dropdown-toggle,
    .main-navigation ul .dropdown-toggle.toggled-on,
    .menu-toggle,
    .site-header .social-navigation,
    .site-footer .main-navigation {
        display: none;
    }
/* } */

.pukhmbannersec {
    position: relative;
    overflow: hidden;
}

.pukhmbannersec .carousel-item {
    height: 100vh;
    width: 100%;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 0;
    animation: zoom-a 25s linear infinite;
}

.pukhmbannersec .carousel-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000066;
}

@-webkit-keyframes zoom-a {
    0% {
        background-size: 100% auto
    }

    50% {
        background-size: 120% auto
    }

    100% {
        background-size: 100% auto
    }
}

@-moz-keyframes zoom-a {
    0% {
        background-size: 100% auto
    }

    50% {
        background-size: 120% auto
    }

    100% {
        background-size: 100% auto
    }
}

@-o-keyframes zoom-a {
    0% {
        background-size: 100% auto
    }

    50% {
        background-size: 120% auto
    }

    100% {
        background-size: 100% auto
    }
}

@keyframes zoom-a {
    0% {
        background-size: 100% auto
    }

    50% {
        background-size: 120% auto
    }

    100% {
        background-size: 100% auto
    }
}

.pukhmbannersec .carousel-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(269.87deg, rgba(0, 0, 0, 0) 33.14%, rgba(0, 0, 0, 0.7) 99.89%);
}

.pukhmbannersec .carousel-inner {
    position: relative;
    z-index: 0;
}

.pukhmbannersec .carousel-caption {
    z-index: 4;
    width: 80%;
    left: 8%;
    right: auto;
    top: auto;
    bottom: 2%;
    margin: auto;
    text-align: left;
}

.pukhmbannersec .carousel-caption .slidettl {
    color: #fff;
    font-size: 5.5em;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.2;
    margin-bottom: 5px;
    text-transform: capitalize;
    position: relative;
    text-shadow: 5px 5px 5px #00000040;
}

.pukhmbannersec .carousel-caption .slidedesc {
    color: #fff;
    margin-bottom: 25px;
    font-size: 14px;
    width: 40%;
}

.pukhmbannersec .carousel-caption .theme-btn {
    margin-right: 10px;
}

.pukhmbannersec .carousel-caption .sprtr {
    height: 0.8px;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    margin-top: 30px;
}

.pukhmbannersec .carousel-control-next,
.pukhmbannersec .carousel-control-prev {
    width: 45px;
    height: 40px;
    opacity: 1;
}

.pukhmbannersec .carousel-control-next {
    left: auto;
    right: 8.5%;
    bottom: 10%;
    top: auto;
}

.pukhmbannersec .carousel-control-prev {
    left: auto;
    right: 11.5%;
    bottom: 10%;
    top: auto;
}

.pukhmbannersec .carousel-control-next-icon,
.pukhmbannersec .carousel-control-prev-icon {
    width: 38px;
    height: 38px;
    background-color: #fff;
    opacity: 1;
    border-radius: 50%;
    background-position: 50%;
    background-size: 45% 45%;
}

.pukhmbannersec .carousel-control-next-icon {
    background-position: 55%;
}

.pukhmbannersec .carousel-control-prev-icon {
    background-position: 45%;
}

.pukhmbannersec .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.pukhmbannersec .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.pukhmvalsec .pukhmvallftblk {
    padding: 0 4em;
    position: relative;
}

.pukhmvalsec .pukhmvallftblk:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    background: linear-gradient(rgba(255, 255, 255, 1) 0%, rgba(34, 34, 34, 1) 50%, rgba(255, 255, 255, 1) 100%);
    height: 100%;
}

.pukhmvalsec .pukhmvallftblk .valdesc ul {
    margin-top: 4em;
    list-style: none;
    margin-left: 0;
}

.pukhmvalsec .pukhmvallftblk .valdesc ul li {
    position: relative;
    padding-left: 25px;
    color: #314562;
    margin-bottom: 10px;
    font-size: 16px;
}

.pukhmvalsec .pukhmvallftblk .valdesc ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    height: 14px;
    width: 14px;
    background-image: url('../images/lsticon.png');
    background-size: cover;
    background-position: center center;
}

.pukhmvalsec .pukhmvalrgtblk {
    padding: 0 3em;
}

.pukhmvalsec .pukhmvalrgtblk .expttl {
    color: #314562;
    font-size: 32px;
    margin-bottom: 8px;
}

.pukhmvalsec .pukhmvalrgtblk .expsubttl {
    text-transform: capitalize;
    color: #222222;
    font-size: 20px;
    font-weight: 500;
}

.pukhmvalsec .pukhmvalrgtblk .expdesc {
    width: 70%;
    margin-top: 6em;
    margin-bottom: 20px;
}

.pukhmvalsec .pukhmvalrgtblk .clientlogoslider .clogoblk {
    margin-right: 20px;
}

.pukhmvalsec .pukhmvalrgtblk .clientlogoslider .clogoblk img {
    width: 100%;
}

.pukhmcatsec {
    background: #F9F9F9;
}

.pukhmcatsec .pukhmcatttlblk {
    text-align: center;
    margin-bottom: 3em;
}

.pukhmcatsec .pukhmcatblk {
    background: #FFFFFF;
    border: 0.98px solid #DFDFDF;
    border-radius: 8px;
    padding: 22px;
}

.pukhmcatsec .pukhmcatblk .catimgblk {
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 55%;
    height: 130px;
    position: relative;
}

.pukhmcatsec .pukhmcatblk .catimgblk img {
    border-radius: 8px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.pukhmcatsec .pukhmcatblk:hover .catimgblk {
    width: 100%;
}

.pukhmcatsec .pukhmcatblk .catcntblk .catttl {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.pukhmcatsec .pukhmcatblk .catcntblk .desc {
    margin-bottom: 25px;
    font-size: 14px;
    min-height: 90px;
}

.pukhmcatsec .pukhmcatblk .catcntblk .catink {
    margin-bottom: 0;
}

.pukhmcatsec .pukhmcatblk .catcntblk .catink a {
    color: #222222;
    display: flex;
    align-items: center;
}

.pukhmcatsec .pukhmcatblk .catcntblk .catink a .icn {
    height: 22px;
    width: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
    margin-left: 8px;
}

.pukhmabtsec {
    overflow: hidden;
}

.pukhmabtsec .pukhmabtmrgrblk {
    margin-bottom: 2em;
    padding: 25px;
}

.pukhmabtsec .pukhmabtmrgrblk .mrgrttlblk {
    padding-right: 5em;
}

.pukhmabtsec .pukhmabtmrgrblk .mrgrlogosblk {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pukhmabtsec .pukhmabtmrgrblk .mrgrlogosblk .logo {
    padding: 20px 40px;
}

.pukhmabtsec .pukhmabtmrgrblk .mrgrlogosblk .sign {
    font-size: 30px;
    font-weight: 700;
    color: #222222;
}

.pukhmabtsec .pukhmabtblk {
    background: #F9F9F9;
    padding: 25px;
    border-radius: 10px;
}

.pukhmabtsec .pukhmabtblk .pukhmabtslider img {
    border-radius: 10px;
}

.pukhmabtsec .pukhmabtblk .pukhmabtcnt {
    background: #fff;
    height: 100%;
    padding: 2.6em;
    border-radius: 10px;
}

.pukhmabtsec .pukhmabtblk .pukhmabtcnt .abtttl {
    font-size: 26px;
}

.pukhmabtsec .pukhmabtblk .pukhmabtcnt .desc {
    margin-bottom: 20px;
}

.pukhmabtsec .pukhmcertblk {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    padding-top: 4em;
}

.pukhmabtsec .pukhmcertblk:after {
    content: '';
    position: absolute;
    right: -30%;
    width: 30%;
    height: 0.8px;
    background: linear-gradient(90deg, #222222 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
}

.pukhmabtsec .pukhmcertblk:before {
    content: '';
    position: absolute;
    left: -30%;
    width: 30%;
    height: 0.8px;
    background: linear-gradient(280deg, #222222 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
}

.pukhmabtsec .pukhmcertblk .crtttlblk {
    display: flex;
    align-items: center;
    width: 50%;
    padding: 0 3em;
    position: relative;
}

.pukhmabtsec .pukhmcertblk .crtttlblk:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0.7px;
    background: linear-gradient(rgba(255, 255, 255, 1) 0%, rgba(34, 34, 34, 1) 50%, rgba(255, 255, 255, 1) 100%);
    height: 100%;
}

.pukhmabtsec .pukhmcertblk .crtttlblk .icon {
    margin-right: 20px;
    width: 22%;
}

.pukhmabtsec .pukhmcertblk .crtttlblk .icon img {
    height: 50px;
}

.pukhmabtsec .pukhmcertblk .crtttlblk .crttl {
    color: #454545;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 0;
    font-weight: 500;
}

.pukhmabtsec .pukhmcertblk .crtlstblk {
    width: 50%;
    padding: 0 2em;
}

.pukhmabtsec .pukhmcertblk .crtlstblk ul {
    display: flex;
    align-items: center;
    margin: 0;
    list-style: none;
}

.pukhmabtsec .pukhmcertblk .crtlstblk ul li {
    margin: 0 10px;
}

.pukhmabtsec .pukhmcertblk .crtlstblk ul li img {
    height: 30px;
}

.pukhmnumsec {
    background: #F9F9F9;
    padding-top: 4em;
}

.pukhmnumsec .numblock{
    background: #fff;
    border-radius: 5px;
    margin: 0 6px;
    padding: 25px;
    transition: all 0.35s ease;
    cursor: pointer;
}

.pukhmnumsec .numblock:hover{
    background: #314562;
    box-shadow: 0 15px 35px rgba(49, 69, 98, 0.25);
}

/* Text Color */
.pukhmnumsec .numblock:hover .numcount,
.pukhmnumsec .numblock:hover .numttl,
.pukhmnumsec .numblock:hover .numdesc{
    color: #fff;
}
.pukhmnumsec .numttlblk {
    padding: 0 2em;
}

.pukhmnumsec .numdescblk {
    padding: 0 2em;
    color: #222222;
    font-size: 20px;
}

.pukhmnumsec .numbtmrow {
    margin-top: 3em;
}

.pukhmnumsec .numimgblk {
    padding: 0 2em;
}

.pukhmnumsec .numimgblk img {
    margin-left: 3em;
        margin-top: 3em;
}

.pukhmnumsec .numsliderblk {
    padding-left: 4em;
}

.pukhmnumsec .numblock {
    background: #fff;
    border-radius: 5px;
    margin: 0 6px;
    padding: 25px;
}

.pukhmnumsec .numblock .numcount {
    margin-bottom: 0;
    font-size: 2.5em;
    color: #000000;
    font-weight: 700;
    line-height: 1.2;
}

.pukhmnumsec .numblock .numttl {
    text-transform: capitalize;
    margin-bottom: 10em;
}

.pukhmnumsec .numblock .numdesc {
    font-size: 16px;
    margin-bottom: 0;
    min-height: 76px;
}

.pukhmnumsec .numsliderblk .numslider .slick-list {
    padding-left: 0px !important;
}

.pukhmsmplsec {
    position: relative;
    z-index: 0;
}

.pukhmsmplsec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 50%;
    width: 100%;
    background: #F9F9F9;
    z-index: -1;
}

.pukhmsmplsec .pukhmsmplblk {
    background: #314562;
    border-radius: 10px;
    padding: 3em 7em;
}

.pukhmsmplsec .pukhmsmplblk .backttl {
    text-align: center;
    font-size: 10em;
    margin-bottom: 0;
    line-height: 1;
    color: #fff;
    opacity: 0.14;
    font-weight: 500;
    letter-spacing: 1px;
}

.pukhmsmplsec .pukhmsmplblk ul {
    display: flex;
    list-style: none;
    justify-content: center;
    row-gap: 20px;
    margin-left: 0;
    margin-top: -3em;
    margin-bottom: 3em;
}

.pukhmsmplsec .pukhmsmplblk ul li {
    margin: 0 7px;
}

.pukhmsmplsec .pukhmsmplblk .smplttl {
    text-align: center;
    color: #fff;
    font-size: 3em;
    font-weight: 100;
    line-height: 1.2;
}

.pukhmsmplsec .pukhmsmplblk .smplbtn {
    text-align: center;
    margin-top: 2em;
    margin-bottom: 2em;
    position: relative;
    z-index: 0;
}

.pukhmsmplsec .pukhmsmplblk .smplbtn:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    width: 100%;
    backdrop-filter: blur(6px);
    height: 1px;
    background: linear-gradient(90deg, rgba(49, 69, 98, 0) 0%, #FFFFFF 50%, rgba(49, 69, 98, 0) 100%);
}

.pukhmsmplsec .pukhmsmplblk .smplbtn .theme-btn.theme-btn-w:hover {
    background: #000;
}

.pukhmcta1sec .pukhmcta1blk {
    background: #314562;
    border-radius: 8px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.pukhmcta1sec .pukhmcta1blk:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1044px;
    height: 424px;
    background-image: url('../images/cta-line.png');
    background-position: center center;
    background-size: cover;
    z-index: -1;
}

.pukhmcta1sec .pukhmcta1blk .pukhmcta1cntblk {
    color: #fff;
    padding-left: 6em;
    padding-right: 3em;
}

.pukhmcta1sec .pukhmcta1blk .pukhmcta1cntblk .sec-title {
    color: #fff;
}

.pukhmcta1sec .pukhmcta1blk .pukhmcta1cntblk .desc {
    margin-bottom: 30px;
}

.pukhmcta1sec .pukhmcta1blk .pukhmcta1cntblk .theme-btn.theme-btn-w:hover {
    background: #000;
}

.pukhmcta1sec .pukhmcta1blk .pukhmcta1imgblk img {
    border-bottom-right-radius: 8px;
}

.pukhmcatlogsec {
    position: relative;
}

.pukhmcatlogsec .pukhmcatlogimgblk {
    padding: 0 4em;
    position: relative;
}

.pukhmcatlogsec .pukhmcatlogimgblk:before {
    content: '';
    position: absolute;
    right: -2em;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 242px;
    background-image: url('../images/catlog-logo.png');
    background-position: center center;
    background-size: cover;
    z-index: -1;
}

.pukhmcatlogsec .pukhmcatlogimgblk:after {
    content: '';
    position: absolute;
    right: -2em;
    top: 0;
    width: 0.7px;
    background: linear-gradient(rgba(255, 255, 255, 1) 0%, rgba(34, 34, 34, 1) 50%, rgba(255, 255, 255, 1) 100%);
    height: 100%;
    opacity: 0.3;
}

.pukhmcatlogsec .pukhmcatlogcntblk {
    padding: 0 7em;
}

.pukhmcatlogsec .pukhmcatlogcntblk .desc {
    margin-bottom: 30px;
}

.pukhmwhysec {
    background: #F9F9F9;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.pukhmwhysec:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 750px;
    height: 640px;
    background-image: url('../images/why-back.png');
    background-position: center center;
    background-size: cover;
    z-index: -1;
}

.pukhmwhysec .pukhmwhycntblk {
    padding: 0 4em;
}

.pukhmwhysec .pukhmwhycntblk .desc {
    margin-bottom: 30px;
}

.pukhmwhysec .pukhmwhypointblk .accordion .accordion-item {
    border-radius: 0;
    background: #fff;
    padding: 15px 15px;
    border: 1px solid #DFDFDF;
    margin-bottom: 10px;
}

.pukhmwhysec .pukhmwhypointblk .accordion .accordion-item .accordion-button {
    padding: 18px 12px;
    background: transparent;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
}

.pukhmwhysec .pukhmwhypointblk .accordion-item .accordion-button:not(.collapsed) {
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #000;

}

.pukhmwhysec .pukhmwhypointblk .accordion-item .accordion-button:focus {
    border: none;
    box-shadow: none;
}

.pukhmwhysec .pukhmwhypointblk .accordion-item .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23158bff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.pukhmwhysec .pukhmwhypointblk .accordion-item .accordion-body {
    padding-bottom: 0;
    padding-top: 0px;
    padding-left: 12px;
}

.pukhmprosec .pukhmprosldrblk {
    margin-bottom: 3em;
}

.pukhmprosec .pukhmprosldrblk .txtsolid {
    font-size: 5em;
    color: #222222;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
    line-height: 1.2;
    position: relative;
    z-index: 0;
}

.pukhmprosec .pukhmprosldrblk .txtsolid span {
    position: relative;
    z-index: 0;
    background: #fff;
    padding: 0 30px;
}

.pukhmprosec .pukhmprosldrblk .txtsolid:before {
    content: '';
    position: absolute;
    left: -26px;
    ;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    background-image: url('../images/puk-icon.png');
    background-size: cover;
    background-position: center center;
}

.pukhmprosec .pukhmprosldrblk .txtsolid:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 85%;
    height: 0.8px;
    background: #C9C9C9;
    z-index: -1;
}

.pukhmprosec .pukhmprosldrblk .txtoutline {
    font-size: 5em;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 2px;
    text-shadow: 1px 0 #222222, -1px 0 #222222, 0 1px #222222, 0 -1px #222222, 1px 1px #222222, -1px -1px #222222, 1px -1px #222222, -1px 1px #222222;
    color: #fff;
    position: relative;
    z-index: 0;
    background: #fff;
    text-align: center;
}

.pukhmprosec .pukhmprosldrblk .txtoutline:before {
    content: '';
    position: absolute;
    left: -26px;
    ;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    background-image: url('../images/puk-icon.png');
    background-size: cover;
    background-position: center center;
}

.pukhmprosec .pukhmprosldrblk .txtoutline span {
    position: relative;
    z-index: 0;
    background: #fff;
    padding: 0 30px;
}

.pukhmprosec .pukhmprosldrblk .txtoutline:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 85%;
    height: 0.8px;
    background: #C9C9C9;
    z-index: -1;
}

.pukhmprosec .pukhmprolookblk {
    margin-top: 2em;
}

.pukhmprosec .pukhmprolookblk .lookblk {
    padding: 25px;
    background: #F9F9F9;
    margin: 0 6px;
    margin-bottom: 20px;
}

.pukhmprosec .pukhmprolookblk .lookblk .imgblk {
    margin-bottom: 15px;
}

.pukhmprosec .pukhmprolookblk .lookblk .lookttl {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    border-bottom: 0.69px solid #C9C9C9;
    padding-bottom: 15px;
    padding-top: 0;
}

.pukhmprosec .pukhmprolookblk .lookblk .link {
    margin-bottom: 0;
}

.pukhmprosec .pukhmprolookblk .lookblk .link .theme-btn {
    font-size: 13px;
    padding: 13px 15px;
}

.pukhmfedbacksec .pukhmfedbackttlblk {
    text-align: center;
    margin-bottom: 3em;
}

.pukhmvideosec {
    margin-top: 4em;
    overflow: hidden;
    position: relative;
}

.pukhmvideosec.pukhmvideosecwob:after {
    display: none;
}

.pukhmvideosec:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 35%;
    width: 100%;
    background: #F9F9F9;
    z-index: -1;
}

.pukhmvideosec .video-background {
    background: #000;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 600px;
    z-index: 0;
    overflow: hidden;
    border-radius: 14px;
}

.pukhmvideosec .video-background:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(270deg, rgba(49, 69, 98, 0) 52.16%, rgba(49, 69, 98, 0.7) 100%);
    z-index: 1;
}

.pukhmvideosec .video-foreground,
.pukhmvideosec .video-background video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 100%;*/
    pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
    .video-foreground {
        height: 300%;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16/9) {
    .video-foreground {
        width: 300%;
        left: -100%;
    }
}

.pukhmvideosec .pukhmvideorow {
    position: relative;
}

.pukhmvideosec .video-content {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
    margin: auto;
    text-align: left;
}

.pukhmvideosec .pukhmvideocntblk {
    color: #fff;
    position: relative;
}

.pukhmvideosec .pukhmvideocntblk:before {
    content: '';
    position: absolute;
    left: -2em;
    top: 0;
    width: 1px;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    height: 100%;
}

.pukhmvideosec .pukhmvideocntblk .videottl {
    font-size: 4em;
    line-height: 1.2;
    width: 85%;
    margin-bottom: 1em;
}

.pukhmvideosec .pukhmvideocntblk .videosubttl {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 400;
}

.pukhmvideosec .pukhmvideocntblk .desc {
    margin-bottom: 20px;
}

.pukhmctafrmsec {
    background: #F9F9F9;
    padding-top: 4em;
}

.pukhmctafrmsec .pukhmctafrmttlblk {
    position: relative;
    margin-bottom: 3em;
    padding-bottom: 1em;
}

.pukhmctafrmsec .pukhmctafrmttlblk:after {
    content: '';
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, rgba(34, 34, 34, 0) 0%, #222222 50%, rgba(34, 34, 34, 0) 100%);
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.pukhmctafrmsec .pukhmctafrmttlblk .ctafrmttlblk {
    padding: 0 3em;
}

.pukhmctafrmsec .pukhmctafrmttlblk .ctafrmdesc {
    padding: 0 3em;
    margin-bottom: 10px;
}

.pukhmctafrmsec .pukhmctafrmimgblk {
    padding: 0 5em;
    position: relative;
}

.pukhmctafrmsec .pukhmctafrmimgblk:after {
    content: '';
    position: absolute;
    right: -1em;
    top: 0;
    width: 0.7px;
    background: linear-gradient(rgba(255, 255, 255, 1) 0%, rgba(34, 34, 34, 1) 50%, rgba(255, 255, 255, 1) 100%);
    height: 100%;
    opacity: 0.3;
}

.pukhmctafrmsec .pukhmctafrmblk {
    padding: 0 5em;
}

.contactfrm title {
    display: block;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.contactfrm input:not([type="submit"]),
.contactfrm textarea,
.contactfrm input:not([type="submit"]),
.contactfrm textarea,
.contactfrm select {
    width: 100%;
    border: 1px solid #D5D5D5;
    padding: 10px 15px;
    margin-bottom: 15px;
    color: #666666;
    font-weight: 400;
    border-radius: 5px;
    background: #fff;
    font-size: 14px;
}

.contactfrm input:not([type="submit"]):focus,
.contactfrm textarea:focus,
.contactfrm input:not([type="submit"]):focus,
.contactfrm textarea:focus,
.contactfrm select:focus {
    outline: none;
}

.contactfrm .theme-btn {
    border: none;
    width: 100%;
}

.contactfrm .sendbtn {
    width: 100%;
    color: #fff;
    padding: 15px 17px;
    display: inline-block;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: capitalize;
    background: #314562;
    border: none;
}

.contactfrm .wpcf7-spinner {
    display: block;
    top: 8px;
    left: 40%;
    transform: translateX(50%);
}
.contactfrm .sendbtn:hover {
    background: #000;
    color: #fff;
}


.pukhmblgsec {
    padding-top: 4em;
    padding-bottom: 4em;
}

.pukhmblgsec .pukhmblgttlblk {
    padding: 0 4em;
}

.pukhmblgsec .pukhmblgbtnblk {
    text-align: center;
}

.pukhmblgsec .pukhmblgimgblk {
    margin: 3px 5px 3px 5px;
}

.pukhmblgsec .pukhmblgimgblk .blgimg img {
    border-radius: 5px;
}

.pukhmblgsec .pukhmblgcntblk {
    background: #F9F9F9;
    padding: 2em 2em;
    border-radius: 5px;
    margin: 3px 5px 3px 5px;
}

.pukhmblgsec .pukhmblgcntblk .blgcnt .date {
    font-size: 14px;
    margin-bottom: 5px;
}

.pukhmblgsec .pukhmblgcntblk .blgcnt .blgttl {
    font-size: 23px;
    margin-bottom: 4.2em;
}

.pukhmblgsec .pukhmblgcntblk .blgcnt .blglnk a {
    color: #222222;
    display: flex;
    align-items: center;
}

.pukhmblgsec .pukhmblgcntblk .blgcnt .blglnk a .icn {
    height: 22px;
    width: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
    margin-left: 8px;
}

.puksprtrsec .puksprtrblk {
    position: relative;
    text-align: center;
    z-index: 0;
}

.puksprtrsec .puksprtrblk .icon {
    padding: 0 2em;
    background: #fff;
}

.puksprtrsec .puksprtrblk::after {
    content: "";
    position: absolute;
    height: 1px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background: linear-gradient(90deg, rgba(34, 34, 34, 0) 0%, rgb(34, 34, 34) 50%, rgba(34, 34, 34, 0) 100%);
    margin: auto;
    z-index: -1;
}

.pukftrtopsec {
    padding-top: 4em;
    padding-bottom: 2em;
    position: relative;
    z-index: 0;
}

.pukftrtopsec:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 35%;
    width: 100%;
    background: #314562;
    z-index: -1;
}

.pukftrtopsec .pukftrtopblk {
    background: #F9F9F9;
    border: 3px solid #FFFFFF;
    border-radius: 12px;
    display: flex;
    align-items: center;
}
.pukftrtopsec .col-xxl-5:first-child .pukftrtopblk .link{display: none !important;}
.pukftrtopsec .pukftrtopblk .pukftrtopcntblk {
    width: 55%;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.pukftrtopsec .pukftrtopblk .pukftrtopcntblk .ttl {
    margin-bottom: 10px;
    font-size: 20px;
}

.pukftrtopsec .pukftrtopblk .pukftrtopcntblk .desc {
    font-size: 14px;
    margin-bottom: 15px;
}

.pukftrtopsec .pukftrtopblk .pukftrtopcntblk .link {
    margin-bottom: 0;
}

.pukftrtopsec .pukftrtopblk .pukftrtopcntblk .link .theme-btn {
    font-size: 13px;
    padding: 12px 15px;
}

.pukftrtopsec .pukftrtopblk .pukftrtopimgblk {
    width: 45%;
}

.pukftrtopsec .pukftrtopblk .pukftrtopimgblk img {
    border-radius: 12px;
}

.footer {
    background: #314562;
    padding-top: 2em;
}

.footer .copyright-sec {
    color: #fff;
    position: relative;
    z-index: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    font-size: 14px;
}

.footer .copyright-sec:after {
    content: '';
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    z-index: -1;
    opacity: 0.3;
}

.footer .copyright-sec a {
    color: #fff;
}

.footer .ftrtoprow {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4em;
    position: relative;
    z-index: 0;
    padding-bottom: 2.5em;
    margin-bottom: 3em;
}

.footer .ftrtoprow:after {
    content: '';
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    z-index: -1;
    opacity: 0.3;
}

.footer .ftrtoprow .ftrtoplogoblk {
    padding: 0 2em;
}

.footer .ftrtoprow .ftrtoplogoblk img {
    height: 40px;
}

.footer .ftrtoprow .ftrtoptxtblk {
    padding: 0 2em;
    color: #fff;
    text-transform: capitalize;
    margin: 0 2em;
    position: relative;
    z-index: 0;
}

.footer .ftrtoprow .ftrtoptxtblk:before {
    content: '';
    left: -30px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1px;
    width: 35px;
    background: #fff;
}

.footer .ftrtoprow .ftrtoptxtblk:after {
    content: '';
    right: -30px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1px;
    width: 35px;
    background: #fff;
}

.footer .ftrmdlrow {
    margin-bottom: 1.5em;
}

.footer .ftrlinkblk {
    margin-bottom: 30px;
}

.footer .ftrlinkblk .ttl,
.footer .ftraddrblk .ttl {
    color: #fff;
    margin-bottom: 15px;
    font-size: 20px;
}

.footer .ftrlinkblk ul.ftrlinks {
    margin: 0;
    list-style: none;
}

.footer .ftrlinkblk ul.ftrlinks li {
    margin-bottom: 10px;
}

.footer .ftrlinkblk ul.ftrlinks li a {
    color: #fff;
}

.footer .ftraddrblk {
    text-align: center;
    margin-bottom: 30px;
    padding: 0 6em;
}

.footer .ftraddrblk .social-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .ftraddrblk .social-flex .icon {
    margin: 0 3px;
}

.footer .ftraddrblk .social-flex .icon a {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
}

.footer .ftraddrblk .social-flex .icon a:hover {
    background: #fff;
    color: #314562;
}

.footer .ftraddrblk .addrblk {
    margin-top: 25px;
    padding: 0 6em;
}

.footer .ftraddrblk .addrblk .icon {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 15px;
}

.footer .ftraddrblk .addrblk a {
    color: #fff;
}

.footer .ftraddrblk ul.contactul {
    background: #fff;
    list-style: none;
    margin: 0;
    margin-top: 2em;
    margin-bottom: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border-radius: 5px;
}

.footer .ftraddrblk ul.contactul li {
    position: relative;
}

.footer .ftraddrblk ul.contactul li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #314562;
}

.footer .ftraddrblk ul.contactul li:last-child:after {
    display: none;
}

.footer .ftraddrblk ul.contactul li a {
    display: flex;
    align-items: center;
    margin: 0 2em;
}

.footer .ftraddrblk ul.contactul li a .icon {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #314562;
    border: 1px solid #314562;
    border-radius: 50%;
    margin-right: 10px;
}

.inner-page-banner {
    position: relative;
    height: 80vh;
    z-index: 0;
    background-size: cover;
    background-position: center center;
    z-index: 0;
    /*animation:zoom-a 25s linear infinite;*/
}

.inner-page-banner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
    z-index: -1;
}

.inner-page-banner .inrbanner-content {
    padding: 0 0em;
    text-align: left;
    padding-bottom: 3em;
}

.inner-page-banner .inrbanner-content .pagetitle {
    color: #fff;
    font-size: 4.5em;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.2;
    margin-bottom: 5px;
    position: relative;
    text-shadow: 5px 5px 5px #00000040;
}

.inner-page-banner .inrbanner-content .desc {
    color: #fff;
    font-size: 14px;
    width: 40%;
}

.inner-page-banner .inrbanner-content .sprtr {
    height: 0.8px;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    margin-top: 30px;
}

.pukblglstngsec {
    padding-top: 5em;
    padding-bottom: 1em;
}

.pukblglstngsec .row {
    row-gap: 24px;
}

.pukblglstngsec .blogblk .blgimg img {
    border-radius: 8px;
}

.pukblglstngsec .blogblk .blgcnt {
    background: #F9F9F9;
    border-radius: 6px;
    padding: 1em 2em;
}

.pukblglstngsec .blogblk .blgcnt .date {
    margin-bottom: 6px;
    font-size: 14px;
}

.pukblglstngsec .blogblk .blgcnt .blgttl {
    font-size: 21px;
    margin-bottom: 10px;
}

.pukblglstngsec .blogblk .blgcnt .blgttl a {
    color: #222222;
}

.pukcatlglstsec {
    padding-top: 4em;
    padding-bottom: 0em;
}

.pukcatlglstsec .pukcatlglstttlblk {
    text-align: center;
    margin-bottom: 3em;
}

.pukcatlglstsec .pukcatlglstblk {
    position: relative;
    z-index: 0;
    padding-top: 3em;
    padding-bottom: 2em;
}

.pukcatlglstsec .pukcatlglstblk:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(34, 34, 34, 0) 0%, #222222 50%, rgba(34, 34, 34, 0) 100%);
    z-index: -1;
    width: 100%;
    opacity: 0.5;
}

.pukcatlglstsec .pukcatlglstblk:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(34, 34, 34, 0) 0%, #222222 50%, rgba(34, 34, 34, 0) 100%);
    z-index: -1;
    width: 100%;
    opacity: 0.5;
}

.pukcatlglstsec .pukcatlgblk {
    text-align: center;
    padding: 0 1em;
    margin-bottom: 30px;
}

.pukcatlglstsec .pukcatlgblk .pukcatlgimg {
    position: relative;
    z-index: 0;
}

.pukcatlglstsec .pukcatlgblk .pukcatlgimg:before {
    content: '';
    position: absolute;
    border: 1px solid #BDBDBD;
    border-radius: 8px;
    top: -1px;
    left: 0;
    width: 100%;
    height: 90%;
    z-index: -1;
}

.pukcatlglstsec .pukcatlgblk .pukcatlgimg img {
    padding: 6px 3px;
    border-radius: 6px;
}

.pukcatlglstsec .pukcatlgblk .pukcatlgcnt {
    margin-top: 20px;
}

.pukcatlglstsec .pukcatlgblk .pukcatlgcnt .ttl {
    font-size: 20px;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.pukcatlglstsec .pukcatlgblk .pukcatlgcnt .ttl:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: 0 auto;
    width: 40px;
    height: 1px;
    background: #222;
}

.pukcntpginfosec {
    padding-top: 4em;
}

.pukcntpginfosec .cntpginfoblk {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pukcntpginfosec .cntpginfoblk .infoblk {
    text-align: center;
    padding: 1em 2em;
    position: relative;
}

.pukcntpginfosec .cntpginfoblk .infoblk:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0.7px;
    background: linear-gradient(rgba(255, 255, 255, 1) 0%, rgba(34, 34, 34, 1) 50%, rgba(255, 255, 255, 1) 100%);
    height: 100%;
    opacity: 0.5;
}

.pukcntpginfosec .cntpginfoblk .infoblk:last-child:after {
    display: none;
}

.pukcntpginfosec .cntpginfoblk .infoblk:nth-child(1) {
    width: 30%;
}

.pukcntpginfosec .cntpginfoblk .infoblk:nth-child(2) {
    width: 38%;
}

.pukcntpginfosec .cntpginfoblk .infoblk:nth-child(3) {
    width: 30%;
}

.pukcntpginfosec .cntpginfoblk .infoblk .icon {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #222;
    border: 1px solid #222;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.pukcntpginfosec .cntpginfoblk .infoblk a {
    color: #222;
}

.pukcntpginfosec .cntpgsocialblk {
    position: relative;
    z-index: 0;
    margin-top: 3em;
}

.pukcntpginfosec .cntpgsocialblk::after {
    content: "";
    position: absolute;
    height: 1px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background: linear-gradient(90deg, rgba(34, 34, 34, 0) 0%, rgb(34, 34, 34) 50%, rgba(34, 34, 34, 0) 100%);
    margin: auto;
    z-index: -1;
}

.pukcntpginfosec .cntpgsocialblk .socialblk {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    width: 25%;
    margin: 0 auto;
    text-align: center;
}

.pukcntpginfosec .cntpgsocialblk .socialblk .icon {
    margin: 0 3px;
    background: #fff;
}

.pukcntpginfosec .cntpgsocialblk .socialblk .icon a {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #314562;
    border: 1px solid #314562;
    border-radius: 50%;
}

.pukcntpginfosec .cntpgsocialblk .socialblk .icon a:hover {
    background: #314562;
    color: #fff;
}

.pukdlrpgwhysec {
    background: #F9F9F9;
    padding-top: 4em;
    padding-bottom: 3em;
}

.pukdlrpgwhysec .pukdlrpgwhyttlblk {
    text-align: center;
    margin-bottom: 2.2em;
}

.pukdlrpgwhysec .dlrpgwhyblk {
    border: 1px solid #D5D5D5;
    background: #fff;
    padding: 25px 25px;
    border-radius: 10px;
    height: 100%;
     transition: all 0.35s ease;
    cursor: pointer;
}

.pukdlrpgwhysec .dlrpgwhyblk .icon img{
    transition: all 0.35s ease;
}
.pukdlrpgwhysec .dlrpgwhyblk .whyttl,
.pukdlrpgwhysec .dlrpgwhyblk p{
    transition: all 0.35s ease;
}
.pukdlrpgwhysec .dlrpgwhyblk:hover{
    background: #314562;
    border-color: #314562;
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(49, 69, 98, 0.25);
}
.pukdlrpgwhysec .dlrpgwhyblk:hover .icon img{
    transform: scale(1.12) rotate(8deg);
       filter: brightness(0) saturate(100%);
}
.pukdlrpgwhysec .dlrpgwhyblk:hover .icon{background-color: #fff;}

.pukdlrpgwhysec .dlrpgwhyblk:hover .whyttl,
.pukdlrpgwhysec .dlrpgwhyblk:hover p{
    color: #fff;
}
.pukdlrpgwhysec .common-row-gap {
    row-gap: 24px;
}
.pukdlrpgwhysec .dlrpgwhyblk .icon {
    background: #314562;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 20px;
}

.pukdlrpgwhysec .dlrpgwhyblk .icon img {
    height: 32px;
}

.pukdlrpgwhysec .dlrpgwhyblk .whyttl {
    font-size: 20px;
    margin-bottom: 10px;
}

.pukdlrpgfrmsec {
    padding-top: 4em;
    padding-bottom: 1em;
}

.pukdlrpgfrmsec .pukdlrpgfrmttlblk {
    text-align: center;
    margin-bottom: 2.2em;
}

.pukdlrpgfrmsec .pukdlrpgfrmblk {
    background: #314562;
    padding: 2em;
    border-radius: 10px;
    color: #fff;
    padding-bottom: 10px;
}

.pukdlrpgfrmsec .pukdlrpgfrmblk .contactfrm .sendbtn {
    background: #fff;
    color: #314562;
}

.pukdlrpgfrmsec .pukdlrpgfrmblk .contactfrm .sendbtn:hover {
    background: #000;
    color: #fff;
}

.pukdlrpgfrmsec .pukdlrpgfrmblk .contactfrm input:not([type="submit"]),
.pukdlrpgfrmsec .pukdlrpgfrmblk .contactfrm textarea,
.pukdlrpgfrmsec .pukdlrpgfrmblk .contactfrm input:not([type="submit"]),
.pukdlrpgfrmsec .pukdlrpgfrmblk .contactfrm textarea,
.pukdlrpgfrmsec .pukdlrpgfrmblk .contactfrm select {
    color: #fff;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    background: transparent;
}

.pukdlrpgfrmsec .pukdlrpgfrmblk .contactfrm input::placeholder,
.pukdlrpgfrmsec .pukdlrpgfrmblk .contactfrm textarea::placeholder {
    color: #fff;
    opacity: 1;
}

.pukprjctlstsec {
    padding-top: 4em;
    padding-bottom: 0em;
}

.pukprjctlstsec .pukprjctlstttlblk {
    text-align: center;
    margin-bottom: 2em;
}

.pukprjctlstsec .pukprjctblk {
    position: relative;
    z-index: 0;
}

.pukprjctlstsec .common-row-gap {
    row-gap: 30px;
}

.pukprjctlstsec .pukprjctblk:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0.6px;
    width: 100%;
    background: linear-gradient(90deg, #222222 0%, rgba(34, 34, 34, 0.5) 50%, rgba(34, 34, 34, 0) 100%);
    z-index: -1;
}

.pukprjctlstsec .pukprjctblk .pukprjctimg img {
    border-radius: 5px;
}

.pukprjctlstsec .pukprjctblk .pukprjttlblk {
    display: flex;
    align-items: center;
    position: relative;
    padding: 20px 0;
}

.pukprjctlstsec .pukprjctblk .pukprjttlblk .ttl {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 0;
    width: 90%;
}

.pukprjctlstsec .pukprjctblk .pukprjttlblk .link {
    height: 27px;
    width: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
    margin-left: 8px;
}

.pukbreadcumsec,
.breadcrumbsec {
    background: #314562;
    text-align: center;
    padding: 10px 0px;
    color: #fff;
}

.pukbreadcumsec nav.woocommerce-breadcrumb,
.breadcrumbsec nav.woocommerce-breadcrumb {
    color: #fff;
    margin-bottom: 0;
}

.pukbreadcumsec nav.woocommerce-breadcrumb a,
.breadcrumbsec nav.woocommerce-breadcrumb a {
    color: #fff;
}

.pukprjctdtlsec {
    padding-top: 4em;
    padding-bottom: 0em;
}

.pukprjctdtlsec .pukprjctttlblk {
    position: relative;
    z-index: 0;
    padding-bottom: 4px;
    margin-bottom: 30px;
}

.pukprjctdtlsec .pukprjctttlblk:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #222222 0%, rgba(34, 34, 34, 0.5) 50%, rgba(34, 34, 34, 0) 100%);
    z-index: -1;
}

.pukprjctdtlsec .pukprjctttlblk .prjcydate {
    margin-bottom: 4px;
}

.pukprjctdtlsec .pukprjctttlblk .prjctttl {
    font-size: 36px;
}

.pukprjctdtlsec .pukprjctcntblk {
    margin-bottom: 30px;
}

.pukprjctdtlsec .pukprjctgalleryblk .project-gallery-grid {
    margin: 0 -10px;
}

.pukprjctdtlsec .pukprjctgalleryblk .project-gallery-grid::after {
    content: '';
    display: block;
    clear: both;
}

.pukprjctdtlsec .pukprjctgalleryblk .gallery-item {
    width: 33.333%;
    padding: 4px;
    float: left;
}

@media (max-width: 992px) {
    .pukprjctdtlsec .pukprjctgalleryblk .gallery-item {
        width: 50%;
    }
}

@media (max-width: 576px) {
    .pukprjctdtlsec .pukprjctgalleryblk .gallery-item {
        width: 100%;
    }
}

.pukprjctdtlsec .pukprjctgalleryblk .gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
}

.pukblgdtlsec {
    padding-top: 4em;
    padding-bottom: 0em;
}

.pukblgdtlsec .blog-layout {
    display: flex;
    gap: 40px;
}

.pukblgdtlsec .blog-main {
    width: 70%;
}

.pukblgdtlsec .blog-main .blog-title {
    font-size: 32px;
}

.pukblgdtlsec .blog-main .blog-meta-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.93px solid #E4E4E4;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.pukblgdtlsec .blog-main .blog-meta-box .blog-meta {
    display: flex;
    align-items: center;
}

.pukblgdtlsec .blog-main .blog-meta-box .blog-meta .metaitm {
    display: flex;
    align-items: center;
    border-right: 1px solid #222;
    margin-right: 15px;
    padding-right: 15px;
}

.pukblgdtlsec .blog-main .blog-meta-box .blog-meta .metaitm:last-child {
    border-right: none;
    margin-right: 0px;
    padding-right: 0px;
}

.pukblgdtlsec .blog-main .blog-meta-box .blog-meta .metaitm .icon {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #222222;
    border: 1px solid #222222;
    border-radius: 50%;
    margin-right: 10px;
}

.pukblgdtlsec .blog-main .blog-meta-box ul.socail-links {
    display: flex;
    align-items: center;
    justify-content: end;
    list-style: none;
    margin: 0;
    padding: 0;
}

.pukblgdtlsec .blog-main .blog-meta-box ul.socail-links li {
    margin: 0 3px;
}

.pukblgdtlsec .blog-main .blog-meta-box ul.socail-links li a {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #222222;
    border: 1px solid #222222;
    border-radius: 50%;
}

.pukblgdtlsec .blog-main .blog-meta-box ul.socail-links li a:hover {
    background: #222;
    color: #fff;
}

.pukblgdtlsec .blog-content {
    h1,h2 {
        font-size: 28px;
        padding-top: 10px;
    }
    h3,h4 {
        font-size: 26px;
        padding-top: 10px;
    }
    h5,h6 {
        font-size: 24px;
        padding-top: 10px;
    }
}

.pukblgdtlsec .blog-sidebar {
    width: 30%;
}

.pukblgdtlsec .blog-featured-image img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    border-radius: 10px;
}

.pukblgdtlsec .sidebar-box {
    background: #f8f8f8;
    padding: 30px 30px;
    margin-bottom: 30px;
    border-radius: 8px;
}

.pukblgdtlsec .sidebar-box.contact-box {
    padding-bottom: 10px;
}

.pukblgdtlsec .sidebar-box .ttl {
    font-size: 24px;
}

.pukblgdtlsec .recent-post-item {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 0.93px solid #E4E4E4;
}

.pukblgdtlsec .recent-post-item .imgbox {
    width: 60%;
}

.pukblgdtlsec .recent-content a {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1.3;
}

.pukabtpgnumsec {
    padding-top: 4em;
    padding-bottom: 4em;
    background: #F9F9F9;
}

.pukabtpgnumsec .pukabtpgnumttlblk {
    text-align: center;
    margin-bottom: 3em;
}

.pukabtpgnumsec .pukabtpgnumttlblk .sec-title span {
    color: #314562;
}

.pukabtpgnumsec .pukabtpgnumblk {
    display: flex;
    align-items: center;
}
.pukabtpgnumsec .pukabtpgnumblk .numblock {
    background: #fff;
    border-radius: 5px;
    margin: 0 6px;
    padding: 25px;
    width: 20%;
}
.pukabtpgnumsec .pukabtpgnumblk .numblock{
    transition: all 0.3s ease;
}

.pukabtpgnumsec .pukabtpgnumblk .numblock:hover{
    background-color: #314562;
    transform: translateY(-6px) scale(1.03);
    box-shadow: 0 10px 25px rgba(49, 69, 98, 0.25);
}
.pukabtpgnumsec .pukabtpgnumblk .numblock:hover .numcount,
.pukabtpgnumsec .pukabtpgnumblk .numblock:hover .numttl,
.pukabtpgnumsec .pukabtpgnumblk .numblock:hover .numdesc{
    color: #fff;
}

.pukabtpgnumsec .pukabtpgnumblk .numblock .numcount {
    margin-bottom: 0;
    font-size: 2.3em;
    color: #000000;
    font-weight: 700;
    line-height: 1.2;
}

.pukabtpgnumsec .pukabtpgnumblk .numblock .numttl {
    text-transform: capitalize;
    margin-bottom: 10em;
}

.pukabtpgnumsec .pukabtpgnumblk .numblock .numdesc {
    font-size: 14px;
    margin-bottom: 0;
    min-height: 68px;
}

.pukfaqsec {
    padding-top: 5em;
    padding-bottom: 0em;
}

.pukfaqsec .pukfaqttlblk {
    padding: 0em 2em;
}

.pukfaqsec .pukfaqblk {
    padding: 0em 2em;
    position: relative;
}

.pukfaqsec .pukfaqblk .accordion .accordion-item {
    border-radius: 0;
    background: transparent;
    border: none;
    padding: 4px 0px;
}

.pukfaqsec .pukfaqblk .accordion .accordion-item .accordion-button {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #F5F5F5;
    font-weight: 600;
    border: 1px solid #DADADA;
    border-radius: 8px;
}

.pukfaqsec .pukfaqblk .accordion-item .accordion-button:not(.collapsed) {
    box-shadow: none;
    color: #314562;
    border: 1px solid #DADADA;
}

.pukfaqsec .pukfaqblk .accordion-item .accordion-button:focus {
    border: 1px solid #DADADA;
    box-shadow: none;
}

.pukfaqsec .pukfaqblk .accordion-item .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23316BE0'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.pukfaqsec .pukfaqblk .accordion-item .accordion-body {
    padding-bottom: 0;
    padding-top: 15px;
    padding-left: 25px;
}


.productlistingsec {
    padding-top: 4em;
    padding-bottom: 2em;
}

.productlistingsec .catcntdiv {
    position: relative;
    z-index: 0;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.productlistingsec .catcntdiv:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #222222 0%, rgba(34, 34, 34, 0.5) 50%, rgba(34, 34, 34, 0) 100%);
    z-index: -1;
}

.productlistingsec .catcntdiv .sec-title {
    font-size: 30px;
    margin-bottom: 10px;
}

.productlistingsec .catcntdiv h2 {
    font-size: 30px;
}

.productlistingsec .catcntdiv h3 {
    font-size: 26px;
}

.productlistingsec .catcntdiv h4 {
    font-size: 22px;
}

.listingsidebar h4 {
    font-size: 16px !important;
    background: #314562;
    color: #fff;
    padding: 10px 10px;
    font-weight: 600;
}

.woof_reset_button_2,
.button.woof_reset_search_form {
    background: #77879F !important;
    color: #fff !important;
    padding: 10px 20px !important;
    display: inline-block;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.2;
    text-transform: capitalize;
    border: none;
}

.woof_reset_button_2:hover,
.button.woof_reset_search_form:hover {
    background: #000;
    color: #fff;
}

.woof_list_checkbox li {
    margin-bottom: 5px !important;
}

.listingsidebar .woof_container {
    margin-bottom: 20px;
    border: 0.5px solid #E2E2E2;
    padding-bottom: 0;
}

.listingsidebar .woof_container_inner .irs--round.irs-with-grid {
    margin: 0 15px;
    margin-bottom: 15px;
}

.listingsidebar .woof_container .woof_block_html_items {
    padding: 0 15px;
    padding-bottom: 10px;
}

.listingsidebar .irs--round .irs-handle {
    border: 4px solid #77879F;
}

.listingsidebar .irs--round .irs-bar {
    background-color: #77879F;
}

.listingsidebar .irs--round .irs-from,
.listingsidebar .irs--round .irs-to,
.listingsidebar .irs--round .irs-single {
    background-color: #77879F;
}

.woocommerce .productlistingsec ul.products li.product,
.woocommerce-page ul.products li.product {
    width: 33.33% !important;
    margin: 0 0% !important;
    margin-bottom: 0px !important;
}

.product-block {
    padding: 10px;
}

.product-block .product-img {
    margin-bottom: 5px;
}

.product-block .product-img img {
    border-radius: 5px;
    margin-bottom: 0;
}

.woocommerce ul.products li.product .product-block a img {
    margin-bottom: 0;
}

.product-block .product-infoCvr {
    background: #F9F9F9;
    padding: 20px 20px;
    border-radius: 5px;
}

.woocommerce .productlistingsec ul.products li.product h3.product-title,
.woocommerce-page ul.products li.product h3.product-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    border-bottom: 0.69px solid #C9C9C9;
    padding-bottom: 15px;
    padding-top: 0;
}

.product-block .product-infoCvr .productbtm {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-block .product-infoCvr .productbtm .proattr {
    color: #454545;
    margin-bottom: 0;
}

.product-block .product-infoCvr .productbtm .proattr span {
    display: block;
    color: #222;
    font-weight: 500;
}

.product-block .product-infoCvr .productbtm .link {
    margin-bottom: 0;
}

.product-block .product-infoCvr .productbtm .link .theme-btn {
    font-size: 13px;
}

.pukrelatedprosec {
    padding-top: 4em;
    padding-bottom: 3em;
    position: relative;
    z-index: 0;
}

.pukrelatedprosec:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(34, 34, 34, 0) 0%, #222222 50%, rgba(34, 34, 34, 0) 100%);
    z-index: -1;
}

.productdetailsec {
    padding-bottom: 4em;
    padding-top: 3em;
}

.productdetailsec .product-details-img {
    padding: 2em 3em;
    background: #F9F9F9;
    border-radius: 10px;
}

.productdetailsec .productsummary {
    padding: 2em 3em;
    background: #F9F9F9;
    border-radius: 10px;
    height: 100%;
}

.woocommerce-page div.product div.images {
    float: unset !important;
    width: 100% !important;
    margin-bottom: 0 !important;
}

.woocommerce div.product .productdetailsec .product_title {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-transform: capitalize;
    position: relative;
    z-index: 0;
}

.woocommerce div.product .productdetailsec .product_title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #AEAEAE 0%, rgba(213, 213, 213, 0) 100%);
    z-index: -1;
}

.productdetailsec .productsummary .product-specification {
    margin-top: 30px;
    position: relative;
    z-index: 0;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.productdetailsec .productsummary .product-specification:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #AEAEAE 0%, rgba(213, 213, 213, 0) 100%);
    z-index: -1;
}

.productdetailsec .productsummary .product-specification .specttl {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 16px;
}

.productdetailsec .productsummary .spec-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.productdetailsec .productsummary .spec-item {
    background: #fff;
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 14px;
    border: 0.8px solid #D5D5D5;
}

.productdetailsec .productsummary .spec-label {
    font-weight: 600;
    margin-right: 5px;
}

.productdetailsec .productsummary .product-usefulllink {
    margin-top: 30px;
    position: relative;
    z-index: 0;
    margin-bottom: 15px;
    padding-bottom: 30px;
}

.productdetailsec .productsummary .product-usefulllink:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #AEAEAE 0%, rgba(213, 213, 213, 0) 100%);
    z-index: -1;
}

.productdetailsec .productsummary .product-usefulllink .lnksttl {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 16px;
}

.productdetailsec .productsummary .product-usefulllink .product-btns {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    margin-left: 0;
}

.productdetailsec .productsummary .product-usefulllink .product-btns li {
    margin-right: 10px;
}

.productdetailsec .productsummary .product-usefulllink .theme-btn.btn-outline {
    background: #fff0;
    color: #000;
    border: 1px solid #000;
}

.productdetailsec .productsummary .product-usefulllink .product-btns li a.theme-btn {
    margin-top: 0;
    margin-bottom: 10px;
}

.productdetailsec .productsummary .product-usefulllink .product-btns li a.theme-btn:hover {
    background: #314562;
    border: 1px solid #314562;
    color: #fff;
}

.innerpagesec {
    padding-top: 4em;
    padding-bottom: 0em;
}

.innerpagesec h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.3;
}

.innerpagesec h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.3;
}

.innerpagesec h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.3;
}

.innerpagesec ul,
.innerpagesec ol {
    list-style: disc;
    padding-left: 30px;
}

.pukabtpgintrosec {
    padding-top: 4em;
    padding-bottom: 4em;
}

.pukabtpgintrosec .pukabtpgintrotopblk {
    margin-bottom: 3em;
}

.pukabtpgintrosec .pukabtpgintrottlblk {
    padding-right: 14em;
}

.pukabtpgintrosec .pukabtpgintrocntblk .desc {
    padding-right: 30px;
}

.pukabtpgintrosec .pukabtpgintrocntblk .pukabtpgintromrgrblk {
    position: relative;
    z-index: 0;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.pukabtpgintrosec .pukabtpgintrocntblk .pukabtpgintromrgrblk:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #222222 0%, rgba(34, 34, 34, 0.5) 50%, rgba(34, 34, 34, 0) 100%);
    z-index: -1;
}

.pukabtpgintrosec .pukabtpgintrocntblk .pukabtpgintromrgrblk .mrgrttlblk .mrgrttl {
    font-size: 20px;
    margin-bottom: 5px;
}

.pukabtpgintrosec .pukabtpgintrocntblk .pukabtpgintromrgrblk .mrgrlogosblk {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pukabtpgintrosec .pukabtpgintrocntblk .pukabtpgintromrgrblk .mrgrlogosblk .logo {
    padding: 15px 30px;
}

.pukabtpgintrosec .pukabtpgintrocntblk .pukabtpgintromrgrblk .mrgrlogosblk .sign {
    font-size: 22px;
    font-weight: 700;
    color: #222222;
}

.pukabtpgintrosec .pukabtpgintroimgblk img {
    border-radius: 5px;
}

.pukabtpgintrosec .pukabtpgintrocertiblk {
    background: #314562;
    border-radius: 5px;
    padding: 3em;
    color: #fff;
}

.pukabtpgintrosec .pukabtpgintrocertiblk .icon img {
    height: 50px;
    margin-bottom: 20px;
}

.pukabtpgintrosec .pukabtpgintrocertiblk .crttl {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 20px;
    width: 65%;
    line-height: 1.3;
    margin-bottom: 15px;
}

.pukabtpgintrosec .pukabtpgintrocertiblk .desc {
    margin-bottom: 2em;
    position: relative;
    z-index: 0;
    padding-bottom: 2.3em;
}

.pukabtpgintrosec .pukabtpgintrocertiblk .desc:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    z-index: -1;
}

.pukabtpgintrosec .pukabtpgintrocertiblk ul.crtlst {
    display: flex;
    align-items: center;
    margin: 0;
    list-style: none;
}

.pukabtpgintrosec .pukabtpgintrocertiblk ul.crtlst li {
    margin-right: 15px;
}

.pukabtpgintrosec .pukabtpgintrocertiblk ul.crtlst li img {
    height: 35px;
}

.pukabtpgmvsec {
    padding-top: 0;
    padding-bottom: 4em;
}

.pukabtpgmvsec .pukabtpgmvblk {
    padding: 0 4em;
    position: relative;
}

.pukabtpgmvsec .pukabtpgmvblk:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    background: linear-gradient(rgba(255, 255, 255, 1) 0%, rgba(34, 34, 34, 1) 50%, rgba(255, 255, 255, 1) 100%);
    height: 100%;
}

.pukabtpgmvsec .pukabtpgmvblk .abtpgmvblk .icon {
    height: 50px;
    width: 50px;
    background: #314562;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 20px;
}

.pukabtpgmvsec .pukabtpgmvblk .abtpgmvblk .icon img {
    height: 30px;
}

.pukabtpgmvsec .pukabtpgmvblk .abtpgmvblk .mvttl {
    font-size: 22px;
    margin-bottom: 10px;
}

.pukabtpgmvsec .pukabtpgmvblk .abtpgmvblk .desc {
    margin-bottom: 0;
}

.pukabtpgmvsec .pukabtpgmvblk .abtpgmvblk.missionblk {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
    z-index: 0;
}

.pukabtpgmvsec .pukabtpgmvblk .abtpgmvblk.missionblk:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0.6px;
    width: 100%;
    background: linear-gradient(90deg, #222222 0%, rgba(34, 34, 34, 0.5) 50%, rgba(34, 34, 34, 0) 100%);
    z-index: -1;
}

.pukabtpgmvsec .pukabtpgvaluesblk {
    padding: 0 3em;
}

.pukabtpgmvsec .pukabtpgvaluesblk .sec-title {
    font-size: 30px;
    margin-bottom: 15px;
}

.pukabtpgmvsec .pukabtpgvaluesblk .valuesdesc {
    margin-bottom: 2.5em;
}

.pukabtpgmvsec .pukabtpgvaluesblk .abtpgvalueblk {
    background: #F9F9F9;
    border-radius: 4px;
    padding: 25px;
    margin: 0 7px;
    height: 100%;
    transition: all 0.3s ease;
}
.pukabtpgmvsec .pukabtpgvaluesblk .abtpgvalueblk:hover{
     background-color: #314562;
    box-shadow: 0 10px 25px rgba(49, 69, 98, 0.25);
}
.pukabtpgmvsec .pukabtpgvaluesblk .abtpgvalueblk:hover .mvttl{color: #fff;}
.pukabtpgmvsec .pukabtpgvaluesblk .abtpgvalueblk:hover .desc{color: #fff;}
.pukabtpgmvsec .pukabtpgvaluesblk .abtpgvalueblk:hover .icon {
    background: #ffffff;}
    .pukabtpgmvsec .pukabtpgvaluesblk .abtpgvalueblk:hover .icon img{
    filter: brightness(0) saturate(100%);
}
.pukabtpgmvsec .pukabtpgvaluesblk .abtpgvalueblk .icon {
    height: 50px;
    width: 50px;
    background: #314562;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 3.5em;
}

.pukabtpgmvsec .pukabtpgvaluesblk .abtpgvalueblk .icon img {
    height: 30px;
}

.pukabtpgmvsec .pukabtpgvaluesblk .abtpgvalueblk .mvttl {
    font-size: 16px;
    margin-bottom: 15px;
}

.pukabtpgmvsec .pukabtpgvaluesblk .abtpgvalueblk .desc {
    margin-bottom: 0;
}

.pukabtpgvideosec .pukabtpgvideo {
    height: 730px;
}

.pukabtpgvideosec .pukabtpgvideo iframe {
    border-radius: 10px;
}

.pukabtpgmrgrsec {
    padding-top: 4em;
    padding-bottom: 4em;
}

.pukabtpgmrgrsec .pukabtpgmrgrttlblk {
    padding: 0 3em;
}

.pukabtpgmrgrsec .pukabtpgmrgrcntblk {
    padding: 0 5em;
    position: relative;
    z-index: 0;
}

.pukabtpgmrgrsec .pukabtpgmrgrcntblk:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    background: linear-gradient(rgba(255, 255, 255, 1) 0%, rgba(34, 34, 34, 1) 50%, rgba(255, 255, 255, 1) 100%);
    height: 100%;
}

.pukabtpgmrgrsec .pukabtpgmrgrcntblk .mrgrcmpnycntblk {
    background: #F9F9F9;
    border-radius: 5px;
    margin: 20px 0;
    padding: 25px;
}

.pukabtpgmrgrsec .pukabtpgmrgrcntblk .mrgrcmpnycntblk .clogo {
    margin-bottom: 10px;
}

.pukabtpgmrgrsec .pukabtpgmrgrcntblk .mrgrcmpnycntblk .clogo img {
    mix-blend-mode: multiply;
}

.pukabtpgmrgrsec .pukabtpgmrgrcntblk .mrgrcmpnycntblk:nth-child(1) .clogo img {
    height: 65px;
}

.pukabtpgmrgrsec .pukabtpgmrgrcntblk .mrgrcmpnycntblk:nth-child(2) .clogo img {
    height: 50px;
}

.pukabtpgmrgrsec .pukabtpgmrgrcntblk .mrgrcmpnycntblk .desc {
    margin-bottom: 0px;
}

.pukabtpgcertisec {
    padding-top: 4em;
}

.pukabtpgcertisec .pukabtpgcertittlblk {
    text-align: center;
    margin-bottom: 3em;
}

.pukabtpgcertisec .pukabtpgcertiblk {
    position: relative;
    z-index: 0;
    padding-bottom: 4em;
}

.pukabtpgcertisec .pukabtpgcertiblk:after {
    content: '';
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, rgba(34, 34, 34, 0) 0%, #222222 50%, rgba(34, 34, 34, 0) 100%);
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.pukabtpgcertisec .pukabtpgcertiblk ul.certificates {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pukabtpgcertisec .pukabtpgcertiblk ul.certificates li {
    margin: 0 2em;
}

.pukabtpgcertisec .pukabtpgcertiblk ul.certificates li img {
    border: 6px solid #222222;
}

.pukabtpgjournysec .pukabtpgjournyttlblk {
    padding: 0 5em;
}

.pukabtpgjournysec .pukabtpgjournyttlblk .journysupttl {
    margin-bottom: 5px;
}

.pukabtpgjournysec .pukabtpgjournyblk {
    padding-left: 4em;
    margin-bottom: 3em;
}

.pukabtpgjournysec .pukabtpgjournyblk .pukabtjournyslider .slick-list {
    padding-left: 0 !important;
}

.pukabtpgjournysec .journyblk {
    position: relative;
    padding: 8em 4em 0em 4em;
    z-index: 0;
}

.pukabtpgjournysec .journyblk:before {
    content: '';
    position: absolute;
    left: 0.5px;
    top: 10.2em;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    z-index: -1;
    background: #314562;
}

.pukabtpgjournysec .journyblk:after {
    content: '';
    position: absolute;
    left: 6px;
    top: 0px;
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg, #222222 0%, rgba(34, 34, 34, 0.5) 50%, rgba(34, 34, 34, 0) 100%);
    z-index: -2;
}

.pukabtpgjournysec .journyblk .year {
    color: #314562;
    font-size: 3.5em;
    font-weight: 500;
}

.pukabtpgjournysec .journyblk .journyttl {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    color: #222222;
    line-height: 1.3;
}

.pukabtpgjournysec .journyblk .journycnt {
    margin-bottom: 0;
}
.pukhmvalsec .pukhmvallftblk .valttl {
    font-size: 22px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0 0 2em !important;
}
.store-loc-sec .bg-block {
    background: #F9F9F9;
    border: 3px solid #FFFFFF;
    border-radius: 12px;
    padding: 35px;
    height: 100%;
    text-align: center;
      transition: all 0.35s ease;
}
.store-loc-sec .bg-block .icon{transition: all 0.35s ease;
}
.store-loc-sec .bg-block .icon svg{transition: all 0.35s ease;}
.store-loc-sec .bg-block .loc-name,
.store-loc-sec .bg-block .desc{transition: all 0.35s ease;}
.store-loc-sec .bg-block:hover{background: #314562; transform: translateY(-8px); box-shadow: 0 15px 35px rgba(49, 69, 98, 0.25);}
.store-loc-sec .bg-block:hover .icon{ background: #fff; color: #314562; }
.store-loc-sec .bg-block:hover .loc-name,.store-loc-sec .bg-block:hover .desc{color: #fff;}

.store-loc-sec .loc-name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 14px;
}
.store-loc-sec .desc {
    margin-bottom: 0;
}
.store-loc-sec .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    width: 44px;
    border: 1px solid #314562;
    border-radius: 50%;
    color: #314562;
    font-size: 17px;
    margin: 0 auto 24px;
}
.woocommerce nav.woocommerce-pagination ul {
    border: 0 !important;
    display: flex !important;
    justify-content: center !important;
    gap: 7px !important;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: 0 !important;
    padding: 0;
    margin: 0;
    list-style: none;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    width: 40px;
    height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #F9F9F9 !important;
    color: #314562;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s ease;
}

.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus {
    background: #314562 !important;
    color: #fff !important;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #314562 !important;
    color: #fff !important;
}



