@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&amp;family=Open+Sans:ital,wght@0,300;0,500;0,600;0,700;0,800;1,300;1,400&amp;display=swap');
 @charset "utf-8"; html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, a, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video {
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #021236;
    line-height: 1.2em;
    text-align: left;
    font-weight: normal;
    letter-spacing: 0;
}

article, aside, figure, footer, header, hgroup, nav, section {
    display: block;
}

body {
    overflow-x: hidden;
    max-width: 1920px;
    margin: 0 auto;
    /* max-width: 1366px; */
}

html, body {
    overflow-x: hidden;
}

.lft {
    float: left;
}

.rgt {
    float: right;
}

#slides {
    display: none;
}
#cookie-notice .cn-button:not(.cn-button-custom){color:#fff !important;}
.wrap {
    margin: 0px 60px;
    /* width: 93%; */
    /* max-width: 1248px; */
    min-width: 300px;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}
input{-webkit-border-radius: 0px;-moz-border-radius: 0px;-webkit-appearance: none;}
p {
    font-size: 15px;
    color: #888888;
    line-height: 1.7em;
    font-weight: 400;
    font-size: 18px;
    font-weight: 300;
    color: #424344;
}

p b {
    font-size: 100%;
    line-height: inherit;
    color: inherit;
    font-weight: 600;
}

.clear {
    clear: both;
}

span.hgt, div.hgt {
    padding-top: 100%;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
}

a {
    text-decoration: none;
    outline: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

h1.hd {
    color: #01133b;
    font-size: 42.45px;
    line-height: 50px;
    font-weight: 900;
    margin-bottom: 31px;
}

h1.hd:after {
    content: '';
    display: block;
    width: 58px;
    height: 4px;
    background: #169744;
    margin-top: 15px;
}

h1 {
    color: #01133b;
    font-size: 42.45px;
    line-height: 50px;
    font-weight: 900;
}

h1 span {
    display: block;
    color: #169744;
    font-size: 20.61px;
    font-family: inherit;
    font-weight: 400;
    margin-bottom: 7px;
}

h1 span img {
    display: inline-block;
    width: fit-content;
    margin-right: 5px;
}

a.btn.mre {
    background: transparent;
    display: block;
    padding: 13.11px 20px;
}

a.btn.mre:hover:after {
    background: url(../png/arw-wht.png) no-repeat
}

a.btn.mre:after {
    content: '';
    display: inline-flex;
    background: url(../png/btn-arw.png) no-repeat;
    width: 7px;
    height: 11px;
    margin-left: 10px;
}

a.btn, .btn {
    font-size: 14px;
    display: block;
    padding: 13.11px 27px;
    width: fit-content;
    width: -moz-fit-content;
    margin: 0;
    /* background: #169744; */
    border: 1px solid #169744;
    color: #169744;
    transition: all 2s;
}

a.btn:hover, .btn:hover {
    background: #169744;
    color: #fff;
    transition: all 2s;
}

img {
    max-width: 100%;
}

.MblMnu{cursor:pointer;width:33px;height: 30px;display:none; align-items: center;}
.MblMnu span{display:block;position: relative;width: 24px;height: 2px;background-color: #021236;}
.MblMnu span:before{content: "";position: absolute;right: 0;bottom: 8px;left: 0;margin: auto;right: auto;width: 33px;background: #021236;border-top: 2px solid #021236;}
.MblMnu span:after{content: "";position: absolute;top: 8px;width: 14px; background: #021236; border-top: 2px solid #021236;font-family: Arial, sans-serif;}

.External{display:block;margin-top: 110px; margin-bottom: 50px;}
.External h2{display:block;font-size: 23px;line-height: normal;margin-bottom: 10px;margin-top: 40px;}
.External p{display:block;margin-bottom: 10px;}
.External p a{font-size:inherit;line-height: inherit;margin: 0;}
.External p b{display:block;}
.External ul.blt{margin-bottom:20px;}

header.fixed-header {
    background: #fff;
}
header.inr{background:#fff;}
header {
    display: block;
    border-bottom: 1px solid #0114390f;
    position: fixed;
    top: 0;
    z-index: 9;
    width: 100%;
    left: 0;
    transition: 0.2s ease;
    transition: all 2s;
}

header a.logo {
    display: block;
    float: left;
    margin-left: 60px;
    margin-top: 13px;
}

header a.logo img {
    display: block;
}

header .rgt {
    display: flex;
    width: 86.3%;
    align-items: center;
    justify-content: end;
}

header .rgt ul.menu {
    display: block;
    float: left;
}

header .rgt ul.menu:after {
    content: '';
    display: block;
    clear: both;
}

header .rgt ul.menu li:last-child a {
    padding-right: 0px;
}
header .rgt ul.menu li:hover ul{display:block;}
header .rgt ul.menu li {
    display: block;
    float: left;
    position: relative;
}
header .rgt ul.menu li ul li ul{position:initial;box-shadow:initial; width:100%;}
header .rgt ul.menu li ul li ul li a{background:#f3f3f3;}
header .rgt ul.menu li:last-child{border-bottom:0px;}
header .rgt ul.menu li ul{height: auto;display: none;position: absolute;width: 310px;background: transparent;z-index: 99;box-shadow: 4px 8px 23px -3px rgb(0 0 0 / 11%);-webkit-box-shadow: 4px 8px 23px -3px rgb(0 0 0 / 7%);-moz-box-shadow: 4px 8px 23px -3px rgba(0,0,0,0.29);padding-top: 25px;}
header .rgt ul.menu li ul li{display:block;float: none;float: none;margin: 0px;background: #fff;border-bottom: 1px dashed #c9c9c9;position: relative;}
header .rgt ul.menu li ul li a{display:block;padding: 10px;background: #fff;}
header .rgt ul.menu li ul li:hover ul{display:block;}
header .rgt ul.menu li ul li ul{display:none;padding: 0;right: -280px;top: -1px;}
header .rgt ul.menu li.menu-item-has-children ul li a:after{display:none;}
header .rgt ul.menu li.menu-item-has-children a{position:relative;}
header .rgt ul.menu li.menu-item-has-children a:after{content:'';display:block;position: absolute;right: 26px;background: url(../png/drpdwn-icn.png) no-repeat;width: 10px;height: 6px;bottom: 5px;}
header .rgt ul.menu li a {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;padding:0px;
    padding-right: 41px;
}

header .rgt .srch {
    display: block;
    float: right;
    margin-left: 2.5%;
}

header .rgt .srch a {
    display: block;
    padding: 25px 29px;
    background: #0114390f;
    cursor: pointer;
}

header .rgt .srch a img {
    display: block;
}

header .rgt .srch .srchPnl {
    display: block;
    position: absolute;
    right: 0;
    width: 100%;
    display: none;
    box-shadow: 12px 0px 12px #0000001f;
}
header .rgt .srch .srchPnl input::-webkit-input-placeholder{font-family: 'Open Sans', sans-serif;}
header .rgt .srch .srchPnl input {
    display: block;
    background: #fff;
    border: 0;
    padding: 16px 20px;
    outline: 0;
    width: -webkit-fill-available;
    font-size: 50px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Open Sans', sans-serif;
}

header .rgt .srch .srchPnl input.sb-search-submit {
    display: block;
    position: absolute;
    width: 81px;
    top: 0;
    right: 0;
    padding: 0;
    height: 100%;
    background: url(../png/search-icn.png) no-repeat #f3f3f3 center;
    /* background-size: 17px; */
    cursor: pointer;
}

.bnr {
    display: block;
}

.bnr ul {
    display: block;
}

.bnr ul li {
    display: block;
    position: relative;
}

.cmg{display:block;margin: 100px 0px;margin-top: 250px;height: 50vh;}
.cmg h1{display:block;text-align: center;font-weight: 300;font-size: 5em;}


.bnr ul li .txtPnl {
    display: block;
    position: absolute;
    left: 0;
    margin: 0px 60px;
    bottom: 189px;
    border-left: 3px solid #fff;
    padding-left: 28px;
}

.bnr ul li .txtPnl h1 {
    margin-bottom: 10px;
    display: block;
    font-size: 32.52px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: normal;
    color: #fff;
}

.bnr ul li .txtPnl p {
    display: block;
    font-size: 22px;
    line-height: normal;
    font-weight: 400;
    margin-bottom: 22px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

.bnr ul li .txtPnl a.btn {
    display: block;
    background: #0c1224;
    padding: 14.11px 17.5px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    border: 0;
}

.bnr ul li .txtPnl a.btn:after {
    content: '';
    display: inline-flex;
    background: url(../png/arw-wht.png) no-repeat;
    width: 7px;
    height: 11px;
    margin-left: 10px;
}

.about {
    display: block;
    margin-top: 72px;
    background: url(../png/map-bg.png) no-repeat;
    background-size: 100%;
}

.about .lft {
    display: block;
    width: 60.5%;
}

body .about .lft .owl-theme .owl-controls .owl-nav {
    display: none;
}

.about .lft h1 {
    display: block;
}

.about .lft ul {
    display: block;
    float: left;
    width: 38%;
    margin-right: 3%;
}
.about .lft ul li.item br{display:none;}
.about .lft ul li.item {
    display: block;
}

.about .lft ul li.item img {
    display: block;
    max-width: 100%;
    width: fit-content;
    margin-bottom: 7px;
}

.about .lft ul li.item h2 {
    display: block;
    font-size: 24px;
    color: #01133b;
    margin-bottom: 2px;
}

.about .lft ul li.item p {
    display: block;
}

.about .lft .abt {
    display: block;
    float: left;
    width: 59%;
}

.about .lft .abt p {
    display: block;
    margin-bottom: 30px;
}

.about p {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #9b9b9b;
    line-height: 1.5em;
}

.about p b {
    display: block;
    font-size: 100%;
    font-weight: 700;
    color: #565656;
    line-height: inherit;
    margin-bottom: 7px;
}
.about .rgt iframe{display:block;height:47%;width: 100%;z-index: 2;position: relative;}
.about .rgt {
    display: block;
    width: 35%;
    position: relative;
    margin-bottom: 30px;
}

.about .rgt:after {
    content: '';
    display: block;
    width: 255px;
    height: 255px;
    background: #169744;
    position: absolute;
    right: -30px;
    bottom: -30px;
    z-index: 0;
}

.about .rgt img {
    display: block;
    width: 100%;
}

.about .rgt a {
    display: block;
    position: relative;
    cursor: pointer;
    z-index: 2;
}

.about .rgt a:before {
    content: '';
    display: block;
    background: url(../png/vdo-icn.png) no-repeat;
    width: 51px;
    height: 64px;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.pgWrpVide {
    background: #ffffff;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    display: none;
    filter: alpha(opacity=80);
    opacity: initial;
}

.clsBtn2, .vdoSc a.clsBtn2 {
    width: 30px;
    height: 30px;
    background: url(../jpg/btn-close.jpg) no-repeat center center #fff;
    text-indent: -10000px;
    position: absolute;
    top: 0;
    right: 1px;
    cursor: pointer;
    background-size: 100% 100%;
    display: block;
    z-index: 999999;
}

.mainVdo, .mainVdo iframe {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    height: 100vh;
    top: 50%;
    z-index: 99999;
    left: 50%;
    max-width: 70%;
    max-height: 80%;
    margin-left: -35%;
    margin-top: -20%;
}


.tbPnls{display:block;padding: 16px 0px;border-top: 1px solid #f1f1f1;border-bottom: 1px solid #f1f1f1;margin-bottom: 40px;width:100%;}
.tbPnls:after, .tbPnls .btnSd ul:after{content:'';display:block;clear:both;}
.tbPnls .btnSd{display:block;}
.tbPnls .btnSd ul{display:flex; justify-content:center;flex-wrap: wrap;}
.tbPnls .btnSd ul li{display:block;float: left;margin-right: 1%;}
.tbPnls .btnSd ul li:last-child{margin-right:0px;}
.tbPnls .btnSd ul li button{display:block;padding: 10px 17px;background: transparent;border: 1px solid #169744;color: #169744;font-size: 14px;transition:0.3s ease;}
.tbPnls .btnSd ul li button:hover, .tbPnls .btnSd ul li button.mixitup-control-active{background:#169744; border-color:#169744; color:#fff; transition:0.3s ease;}

.inrPg .Detial .tbCnt .menuTgle{display:block;/* float: right; *//* width: 50%; */position: relative;}
.inrPg .Detial .tbCnt .menuTgle .rt{display:block;width: fit-content;position: relative;margin: 0 auto;margin-top: 12px;}
.inrPg .Detial .tbCnt .menuTgle span{display: inline-block;margin-right: 15px;}

.inrPg .Detial .tbCnt .menuTgle .rt:hover .list{display:block;}
.inrPg .Detial .tbCnt .menuTgle .rt:hover .toggle:after{transform: rotate(225deg);}


.inrPg .Detial .tbCnt .menuTgle .toggle{all: unset;padding: 10px 18px;font-weight: normal;display: inline-flex;justify-content: space-between;align-items: center;cursor: pointer;background: #F7F7F7;box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);width: 304px;color: #000;border-radius: 0;line-height: normal;font-size: 15px;}
.inrPg .Detial .tbCnt .menuTgle .toggle::after {content: "";width: 6px;height: 6px;border-width: 0 3px 3px 0;border-style: solid;transform: rotate(45deg);transition: 0.4s;line-height: normal;top: -1px;position: relative;}
.inrPg .Detial .tbCnt .menuTgle .toggle:focus::after {transform: rotate(225deg);}
.inrPg .Detial .tbCnt .menuTgle .list{background-color: white;color: #444;list-style: none;display: block;border-radius: 5px;overflow: hidden;height: 0;transition: 0.4s;position: absolute;width: 341px;right: 0;height: 300px; overflow-y:scroll; display:none;}
.inrPg .Detial .tbCnt .menuTgle .list li{display:block;float: none;}
.inrPg .Detial .tbCnt .menuTgle .list li button{display:block;background: #169744;border: 0;width: -webkit-fill-available;margin: 0;height: auto;padding: 11px 18px;color: #fff;text-align: left;border-bottom: 1px dashed #ffffff29;line-height: normal; z-index: 9999; position: relative;pointer-events: all;}
.inrPg .Detial .tbCnt .menuTgle .list li button:hover{background:#fff;color:#169744;}
.inrPg .Detial .tbCnt .menuTgle .list li:last-child button{border-bottom:0px;}

.TS_VGallery_GL{display:block;}
.TS_VGallery_GL figure{display:block;}
.TS_VGallery_GL figure .TS_VGallery_ulContWidth{display:flex;}
.TS_VGallery_GL figure .TS_VGallery_ulContWidth li.TS_VGallery_gv-lvg-item figure figcaption.title-hover_262860{line-height:1.2em !important;}
.TS_VGallery_GL figure .TS_VGallery_ulContWidth li.TS_VGallery_gv-lvg-item{display:block;    box-shadow: 0px 0px 1px #000;    border: 0 !important;}
.TS_VGallery_GL figure .TS_VGallery_ulContWidth li.TS_VGallery_gv-lvg-item figure{display:block;padding-top: 64% !important;}
.TS_VGallery_GL figure .TS_VGallery_ulContWidth li.TS_VGallery_gv-lvg-item figure img{width: 100% !important;object-fit: cover;}
.title-hover_301816{ line-height:1.5em !important;}
.TS_VGallery_GL figure .TS_VGallery_ulContWidth li.TS_VGallery_gv-lvg-item figure figcaption{display: block;
    opacity: 10 !important;
    line-height: normal !important;
    left: 0!important;
    top: initial !important;
    font-size: 20px !important;
        font-family: 'Montserrat', sans-serif;
    width: -webkit-fill-available !important;
    padding: 20px !important; font-weight:600 !important; color: #021236 !important;
    bottom: 0;}
.TS_VGallery_GL figure .TS_VGallery_ulContWidth li.TS_VGallery_gv-lvg-item figure:before {
    content: '';
    display: block;
    background: url(../png/vdo-icn.png) no-repeat;
    width: 51px;
    height: 64px;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    z-index: 2;
}

.prdts:before {
    content: '';
    display: block;
    background: url(../png/prdts-bfr.png) no-repeat;
    width: 100%;
    height: 129px;
    position: absolute;
    top: -129px;
    z-index: -2;
    background-size: 100% 100%;
}

.prdts {
    display: block;
    background: #f9f9f9;
    padding-bottom: 60px;
    position: relative;
    margin-top: 60px;
    padding-top: 40px;
}

.prdts h1.hd {
    display: block;
    float: left;
    width: 77%;
}

.prdts a.btn.mre {
    display: block;
    float: right;
    margin-top: 60px;
}

.prdts ul {
    display: block;
}

.prdts .owl-dots {
    display: flex;
    justify-content: center;
}

body .owl-theme .owl-controls .owl-nav {
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 104%;
}

body .owl-theme .owl-controls .owl-nav:after {
    content: '';
    display: block;
    clear: both;
}

body .owl-theme .owl-controls .owl-nav div:hover {
    background: #169744;
}

body .owl-theme .owl-controls .owl-nav div:hover:before {
    background: url(../png/owl-arrow-wht.png) no-repeat;
}

body .owl-theme .owl-controls .owl-nav div {
    display: block;
    background: #e2e2e2;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #fff;
    cursor: pointer;
}

body .owl-theme .owl-controls .owl-nav div:before {
    content: '';
    display: block;
    background: url(../png/owl-arrow.png) no-repeat;
    width: 11px;
    height: 21px;
    margin: 0 auto;
}

body .owl-theme .owl-controls .owl-nav div.owl-next:before {
    transform: rotate(-180deg);
    position: relative;
    left: 11px;
}

.prdts ul li {
    display: block;
}

.prdts ul li a {
    display: block;
}

.prdts ul li .ImgPnl {
    display: block;
}

.prdts ul li .ImgPnl img {
    display: block;
    width: 100%;    height: 410px;
    object-fit: cover;
}

.prdts ul li .pdng {
    display: block;
    background: #fff;
    padding: 35px 30px;
    transition: 0.3s ease;
}

.prdts ul li .pdng h2 {
    display: block;
    color: #01133b;
    font-size: 28.64px;
    font-weight: 900;
    margin-bottom: 8px;
	text-transform:uppercase;
}

.prdts ul li .pdng p {
    display: block;
    color: #131313;
    font-size: 17px;
    line-height: normal;
}

.prdts ul li .pdng .vwMre {
    display: block;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    border-top: 1px solid #e9e9e9;
    padding-top: 15px;
    margin-top: 15px;
    display: flex;
    align-items: center;
}

.prdts ul li .pdng .vwMre:after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 15px;
    background: url(../png/prdt-arw.png) no-repeat;
    margin-left: 6px;
}

.prdts ul li:hover .pdng {
    background: #141927;
}

.prdts ul li:hover .vwMre {
    color: #169744;
    border-color: #ffffff38;
}

.prdts ul li:hover h2 {
    color: #169744;
}

.prdts ul li:hover p {
    color: #fff;
}

.prdts ul li:hover .vwMre:after {
    background: url(../png/prdt-arw-hvr.png) no-repeat;
}

body .srvc .owl-theme .owl-controls .owl-nav {
    width: 93%;
}

.srvc {
    display: block;
    margin-top: 60px;
}

.srvc h1.hd span {
    text-align: center;
    display: block;
}

.srvc h1.hd:after {
    margin: 0 auto;
    margin-top: 12px;
}

.srvc h1.hd {
    display: block;
    text-align: center;
}

.srvc ul {
    display: block;
}

.srvc ul li {
    display: block;
    background: url(../jpg/srvc-dpp-2.jpg) no-repeat;
    min-height: 531px;
    background-attachment: fixed !important;
    background-size: cover !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.srvc ul li .TxtPnl {
    display: block;
    max-width: 675px;
    background: #ffffffeb;
    padding: 40px;
    margin: 0 auto;
}

.srvc ul li .TxtPnl h2 {
    display: block;
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 9px;
}

.srvc ul li .TxtPnl p {
    display: block;
    text-align: center;
    margin-bottom: 14px;
}

.srvc ul li .TxtPnl a.btn {
    display: block;
    margin: 0 auto;
}

.blog {
    display: block;
    margin-top: 60px;
}

.blog h1.hd {
    display: block;
    float: left;
}

.blog a.btn.mre {
    display: block;
    float: right;
    margin-top: 42px;
}

.blog ul {
    display: block;
}

.blog ul:after {
    content: '';
    display: block;
    clear: both;
}

.blog ul li {
    display: block;
    float: left;
    width: 32%;
    margin-right: 2%;
}

.blog ul li:last-child {
    margin-right: 0px;
}

.blog ul li a {
    display: block;
}

.blog ul li a .ImgPnl {
    display: block;
    margin-bottom: 15px;
}

.blog ul li a .ImgPnl img {
    display: block;
    width: 100%;
	height: 380px;
    object-fit: cover;
}

.blog ul li a h2 {
    display: block;
    font-size: 22px;
    font-weight: 900;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    margin-bottom: 10px;
}

.blog ul li a h2 span {
    display: block;
    font-size: 16px;
    color: #169744;
    line-height: normal;
    margin-bottom: 7px;
}

.blog ul li a p {
    display: block;
    line-height: 1.5em;
    margin-bottom: 20px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.blog ul li a .btn {
    display: block;
}

.cntct .wpforms-confirmation-container p{color:#fff; text-align:center;}
.cntct form .wpforms-field:nth-child(2n+2){margin-right:0px;}
.cntct form .wpforms-field {
    display: block;
    margin-bottom: 40px;
    float: left;
    width: 48.3%;
    margin-right: 3.4%;
}

.cntct form .wpforms-field input:focus, .cntct form .wpforms-field textarea:focus {
    border-color: #fff;
}

.cntct form .wpforms-field input::-webkit-input-placeholder, .cntct form .wpforms-field textarea::-webkit-input-placeholder {
    color: #a6b3ce;
}

.cntct form .wpforms-field input.btn {
    background: #169744;
    border: 0;
    width: fit-content;
    padding: 13.11px 27px;
    float: right;
    cursor: pointer;
}

.cntct form .wpforms-field input {
    display: block;
    border: 0;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin: 0;
    width: -webkit-fill-available;
    outline: 0;
    padding-bottom: 18px;
    border-bottom: 1px solid #838b9b;
    background: transparent;
    color: #fff;
}

.cntct form .wpforms-field.checkbox{display:block;margin-bottom: 31px;}
.cntct form .wpforms-field.checkbox label{display: flex;position: relative;line-height: normal;padding:0px;color: #fff;}
.cntct form .wpforms-field.checkbox label a{display: inline-block;line-height: inherit;font-size: inherit;color: inherit; margin-left:3px;}
.cntct form .wpforms-field.checkbox label:before {content: '';display: inline-flex;width: 20px;height: 20px;border: 1px solid #838b9b;margin-right: 10px;}
.cntct form .wpforms-field.checkbox [type="checkbox"]:checked + label:after{opacity: 10;}
.cntct form .wpforms-field.checkbox [type="checkbox"]:checked + label:before{background: #ffffff;border-color: #ffffff;}
.cntct form .wpforms-field.checkbox label:after{content: '';position: absolute;top: 11px;left: 11px;width: 10px;height: 5px;border-left: 2px solid #061637;border-bottom: 2px solid #061637;opacity: 0;transform: translate(-50%, -75%) rotate(-45deg);transition: opacity 0.2s ease .1s;}
.cntct form .wpforms-field.checkbox input{display:none;}
.cntct form  .wpforms-error{color:red;}

.cntct form .wpforms-field.wpforms-field-textarea{width:100%; margin-right:0px;}
.cntct form .wpforms-field textarea {
    display: block;
    border: 0;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    padding: 0;
    color: #fff;
    width: -webkit-fill-available;
    outline: 0;
    padding-bottom: 18px;
    border-bottom: 1px solid #838b9b;
    height: auto;
    line-height: normal;
    background: transparent;
}
.cntct form .wpforms-submit-container .btn {
    background: #169744;
    border: 0;
    width: fit-content;
    padding: 13.11px 27px;
    float: right;
    cursor: pointer;    color: #fff;
}

.cntct:before {
    content: '';
    display: block;
    width: 100%;
    height: 92px;
    background: url(../png/cntct-bfr.png) no-repeat;
    top: -90px;
    position: absolute;
    background-size: 100% 100%;
}

.cntct {
    display: block;
    background: #061637;
    position: relative;
    margin-top: 150px;
    padding-bottom: 60px;
}

.cntct h1.hd span {
    text-align: center;
}

.cntct h1.hd:after {
    margin: 0 auto;
    margin-top: 10px;
}

.cntct h1.hd {
    display: block;
    color: #fff;
    text-align: center;
}

.cntct form {
    display: block;
    max-width: 844px;
    margin: 0 auto;
}

.cntct form .fldWrp.trm {
    display: block;
    float: left;
    margin-bottom: 0;
}

.cntct form .fldWrp.trm input {
    display: block;
    margin: 0;
    float: left;
    display: none;
}

.cntct form .fldWrp.trm label a {
    display: inline-block;
    color: #fff;
    font-size: 100%;
    font-weight: bold;
    margin-left: 4px;
}

.cntct form .fldWrp.trm label {
    display: block;
    line-height: normal;
    font-size: 16px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    font-weight: 300;
    color: #fff;
    margin-top: 8px;
}

.cntct form .fldWrp.trm [type="checkbox"]:checked + label:before {
    background: #fff;
    border-color: #fff;
}

.cntct form .fldWrp.trm [type="checkbox"]:checked + label:after {
    opacity: 10;
}

.cntct form .fldWrp.trm label:after {
    content: '';
    position: absolute;
    top: 11px;
    left: 11px;
    width: 10px;
    height: 5px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    opacity: 0;
    transform: translate(-50%, -75%) rotate(-45deg);
    transition: opacity 0.2s ease .1s;
}

.cntct form .fldWrp.btPnl {
    float: right;
    margin-right: 0;
    margin: 0;
}

.cntct form .fldWrp.trm label:before {
    content: '';
    display: inline-flex;
    width: 20px;
    height: 20px;
    border: 1px solid #838b9b;
    margin-right: 10px;
}

.cntct form .fldWrp {
    display: block;
    margin-bottom: 40px;
    float: left;
    width: 48.3%;
    margin-right: 3.4%;
}

.cntct form .fldWrp input:focus, .cntct form .fldWrp textarea:focus {
    border-color: #fff;
}

.cntct form .fldWrp input::-webkit-input-placeholder, .cntct form .fldWrp textarea::-webkit-input-placeholder {
    color: #a6b3ce;
}

.cntct form .fldWrp input.btn {
    background: #169744;
    border: 0;
    width: fit-content;
    padding: 13.11px 27px;
    float: right;
    cursor: pointer;
}

.cntct form .fldWrp input {
    display: block;
    border: 0;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin: 0;
    width: -webkit-fill-available;
    outline: 0;
    padding-bottom: 18px;
    border-bottom: 1px solid #838b9b;
    background: transparent;
    color: #fff;
}

.cntct form .fldWrp textarea {
    display: block;
    border: 0;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    padding: 0;
    color: #fff;
    width: -webkit-fill-available;
    outline: 0;
    padding-bottom: 18px;
    border-bottom: 1px solid #838b9b;
    height: auto;
    line-height: normal;
    background: transparent;
}

.cntct form .fldWrp.mrg0 {
    margin-right: 0px;
}

.cntct form .fldWrp.fll {
    width: 100%;
    margin-right: 0;
}

footer {
    display: block;
    background: #020f2a;
    padding-top: 60px;
}
footer .clm  .wpforms-container{display:block;}
footer .clm  .wpforms-container form{display:block;position: relative;}
footer .clm  .wpforms-container form .wpforms-hidden{display:none;}
footer .clm  .wpforms-container form .wpforms-field-container{display:block;position: relative;}
footer .clm  .wpforms-container form .wpforms-field-container input{position: relative;display: block;width: -webkit-fill-available;font-size: 14px;padding: 12px 10px;border: 0;outline: 0;padding-right: 84px;}
footer .clm  .wpforms-container form .wpforms-submit-container{display:block;width: fit-content;position: absolute;right: 0;top: 0;height: 100%;}
footer .clm .wpforms-container form .wpforms-submit-container button{display:block;display: block;width: fit-content;background: #169744;color: #fff;cursor: pointer;padding: 11px 17px;height: auto;min-height: initial;}
footer .clm .wpforms-container form .wpforms-error{color:red;font-style: normal;font-weight: 300;margin-top: 5px;display: block;font-size: 12px;}

footer .clm .scl{display:block;margin-top: 30px;}
footer .clm .scl a{display: inline-flex;width: 23px;align-items: center;margin-right: 10px;background: #fff;padding: 8px;}
footer .clm .scl a svg path{fill:#020f2a;}
footer .clm.lst {
    border: 0px;
    padding: 0;
    margin: 0;
    width: 21%;
}

footer .clm {
    display: block;
    float: left;
    width: 33%;
    margin-right: 3%;
    padding-right: 3%;
    border-right: 1px solid #ffffff2e;
    min-height: 257px;
}

footer .clm a.logo {
    display: block;
    margin-bottom: 25px;
}

footer .clm a.logo img {
    display: block;
}

footer .clm p {
    display: block;
    font-size: 13px;
    line-height: 1.5em;
    color: #d2d2d2;
    font-weight: 400;
}

footer .clm ul {
    display: block;
	float:left;
      width: 44%;
    margin-right: 6%;
}

footer .clm ul:last-child {
    margin-right: 0px;
    float: right;
}
footer .clm ul li ul{display:block;float: none !important;width: 100%;margin: 0;padding: 0;}
footer .clm ul li ul li{display:block;  width: 100%;float: none;}
footer .clm ul li ul li a{display:block;font-weight: 300;}
footer .clm ul li {
    display: block;
    /* margin-bottom: 17px; */
}

footer .clm ul li.hd {
    display: block;
    color: #fff;
    font-size: 20px;
    color: #169744;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 17px;
}
footer .clm ul li a:hover{color:#fff;}
footer .clm ul li a {
    display: block;
    color: #d2d2d2;
    margin-bottom: 17px;
}

footer .clm h2 {
    display: block;
    font-size: 20px;
    color: #169744;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 17px;
}

footer .clm .fldWrp {
    display: block;
    position: relative;
}

footer .clm .fldWrp input {
    display: block;
    width: -webkit-fill-available;
    font-size: 14px;
    padding: 12px 10px;
    border: 0;
    outline: 0;
    padding-right: 84px;
}

footer .clm .fldWrp input.btn {
    display: block;
    width: fit-content;
    position: absolute;
    right: 0;
    top: 0;
    background: #169744;
    color: #fff;
    cursor: pointer;
    padding: 12.11px 17px;
}

footer p.btm {
    display: block;
    background: #061637;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-weight: 300;
    font-size: 14px;
    margin-top: 45px;
}

footer p.btm a {
    display: inline-block;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}
.inrbnr h1 span{display:block;color: #fff;font-size: 21px;font-weight: 300;max-width: 410px;margin-top: 8px;line-height: 1.5em;}
.inrbnr {background: url(../jpg/training-bnr.jpg) no-repeat;background-size: cover !important;position: relative;border-bottom-right-radius: 250px;margin-top: 73px;margin-bottom: 90px;}
.inrbnr h1{display: block;float: right;position: absolute;right: 0;top: 50%;transform: translate(0%, -50%);right: 150px;color: #fff;font-size: 40px;font-weight: 700;}
.inrbnr div.hgt{display: block;padding-top: 42%;}

.adtnCnt{display:block;margin-top: 124px;margin-bottom: 80px;}
.adtnCnt h2{display:block;font-size: 27px;line-height: normal;margin-bottom: 7px;}
.adtnCnt h3{display:block;font-size: 22px;line-height: normal;margin-top: 28px;margin-bottom: 10px;}
.adtnCnt p{display:block;margin-bottom: 16px;font-size: 16px;}
.adtnCnt ul.blt li{display:block;margin-bottom: 9px;font-size: 16px;padding-left: 25px;}
.adtnCnt ul.blt li:before{width: 15px;background-size: 100%;}
.adtnCnt ul.blt{margin-bottom:16px;}


.NwsDtl{display:block;margin-top: 102px;margin-bottom: 65px;}
.NwsDtl .post h2{display:block;font-size: 36px;font-weight: 300;margin-bottom:15px;line-height: normal;margin-top: 35px;}
.NwsDtl .post{display:block; float: left; width: 70%;}
.NwsDtl .post h1{display:block;font-size: 45px;font-weight: 700;margin-bottom: 25px;}
.NwsDtl .post h1 span.dte{display:block;font-size: 20px;color: #010101;background: url(../png/clock-icon.png) no-repeat left center;padding-left: 30px;margin: 0;margin-top: 10px;}
.NwsDtl .post .ImgPnl{display:block;margin-bottom: 30px;}
.NwsDtl .post .ImgPnl img{display:block;width: fit-content; object-fit: contain;height:auto;}
.NwsDtl .post p{display:block;margin-bottom: 15px;}
.NwsDtl .post iframe{display:block;margin-bottom: 15px; width: 100%;height: 450px}
.NwsDtl .post a.pdf{display: inline-block;background: url(../png/pdf.png) 20px no-repeat #e2f2ec;color: #161921;width: fit-content;padding: 15px 27px;padding-left: 50px;margin-right: 15px;margin-bottom: 15px;}
.NwsDtl .cmnt{display:block;background: #fff;width: 35%;padding: 40px;box-shadow: 0px 0px 11px #c3c3c31f;margin-top: 35px;}
.NwsDtl .cmnt h2{display:block;font-size: 32px;margin-bottom: 11px;}
.NwsDtl .cmnt .fldWrp{display:block;margin-right: 7%;float: left;width: 46%;}
.NwsDtl .cmnt .fldWrp.fll{width:100%;margin-right: 0;}
.NwsDtl .cmnt .fldWrp.mrg0{display:block;margin-right: 0;}
.NwsDtl .cmnt .fldWrp textarea{display:block;}
.NwsDtl .cmnt .fldWrp input::placeholder, .NwsDtl .cmnt .fldWrp textarea::placeholder{ color:#000; }
.NwsDtl .cmnt .fldWrp input{display:block;display: block;width: -webkit-fill-available;background: none;border-bottom: #a7a8ac 1px solid;border-top: none;border-left: none;border-right: none;margin-bottom: 34px;outline: 0;padding: 10px 5px;font-size: 16px;color: #000;font-weight: 400;font-family: 'Montserrat', sans-serif;}
.NwsDtl .cmnt .fldWrp textarea{display:block;display: block;width: -webkit-fill-available;background: none;border-bottom: #a7a8ac 1px solid;border-top: none;border-left: none;border-right: none;margin-bottom: 34px;outline: 0;padding: 10px 5px;font-size: 16px;color: #000;font-weight: 400;font-family: 'Montserrat', sans-serif;}
.NwsDtl .cmnt .fldWrp input.btn{display:block;background: #169744;font-weight: 500;color: #fff;padding: 14px 30px;font-size: 18px;cursor: pointer;border: 0;width: fit-content;margin: 0;}

.NwsDtl .pstMre{display:block; float: right;width: 25%;}
body .NwsDtl .owl-theme .owl-controls .owl-nav{display:block;transform: initial;left: initial;right: 0;width: 80px;top: -61px;}
body .NwsDtl .owl-theme .owl-controls .owl-nav div{display:block;border: 0;width: 22px;height: 16px;background: url(../png/arrow.png) no-repeat;}
body .NwsDtl .owl-theme .owl-controls .owl-nav div.owl-prev{transform: rotate(180deg);}
body .NwsDtl .owl-theme .owl-controls .owl-nav div:before{display:none;}

.NwsDtl .pstMre h3{display:block;font-size: 21px;font-weight: 600;border-bottom: 1px solid #cbcbcb;padding-bottom: 10px;margin-bottom: 30px;line-height: normal;}
.NwsDtl .pstMre ul{display:block;}
.NwsDtl .pstMre ul li:last-child{margin-bottom:0px; padding-bottom:0px; border:0px;}
.NwsDtl .pstMre ul li{display:block; margin-bottom: 25px; padding-bottom: 25px; border-bottom: 1px solid #f3f3f3;}
.NwsDtl .pstMre ul li a{display: flex;align-items: center;}
.NwsDtl .pstMre ul li a:after{content:'';display:block; clear:both;}
.NwsDtl .pstMre ul li a h2{display:block;font-size: 18px;font-weight: 400;margin-bottom: 5px;line-height: normal; display: -webkit-box; -webkit-line-clamp: 2; overflow: hidden; -webkit-box-orient: vertical;text-overflow: ellipsis;}
.NwsDtl .pstMre ul li a h6{display:block;font-size: 16px;color: #7e7e7e;font-weight: 400;background: url(../png/clock-icon.png) no-repeat left center;padding-left: 22px;background-size: 17px;}
.NwsDtl .pstMre ul li a .pnl{display:block;float: right;width: 71%;margin-left: 4%;}
.NwsDtl .pstMre ul li a .ImgPnl{display:block;float: left;width: 25%;}
.NwsDtl .pstMre ul li a .ImgPnl img{display:block;height: 109px;width: 100%;object-fit: cover;}


.inrPg .abtUs{display:block;}
.inrPg .abtUs p{display:block;margin-bottom: 14px;}
.inrPg{display:block;margin-bottom: 70px;}
.inrPg .flx{display: flex;align-items: center;margin-bottom: 80px;margin-top: 80px;}
.inrPg .flx .LftPnl{display:block;width: 41%;float: left;}
.inrPg .flx .LftPnl h2{display:block;font-weight: 200;font-size: 36px;line-height: normal;text-align: right;}
.inrPg .flx .RgtPnl{display:block;float: right;width: 52%;margin-left: 7%;}
.inrPg .flx .RgtPnl p{display:block;font-size: 18px;font-weight: 300;color: #424344;margin-bottom: 16px;}
.inrPg .flx .RgtPnl p:last-child{margin-bottom:0px;}
.inrPg .flx .RgtPnl p b{}

.inrPg .Detial{display:block;}

.inrPg .Detial form{display:block;margin-top: 25px;}
.inrPg .Detial form .wpforms-hidden{display:none;}
.inrPg .Detial form input::placeholder{ color:#000; }
.inrPg .Detial form button.btn{display:block;background: #169744;font-weight: 500;color: #fff;padding: 17px 10px;font-size: 18px;cursor: pointer;border: 0; width: -webkit-fill-available;border-radius: 0;height: auto;}
.inrPg .Detial form input{display:block;width: -webkit-fill-available;background: none;border-bottom: #a7a8ac 1px solid;border-top: none;border-left: none;border-right: none;margin-bottom: 34px;outline: 0;padding: 10px 5px;font-size: 16px;color: #000;font-weight: 400;font-family: 'Montserrat', sans-serif; max-width:initial;border-radius:0px;}
.inrPg .Detial form textarea{display:block;width: -webkit-fill-available;background: none;border-bottom: #a7a8ac 1px solid;border-top: none;border-left: none;border-right: none;margin-bottom: 34px;outline: 0;padding: 10px 5px;font-size: 16px;color: #000;font-weight: 400;font-family: 'Montserrat', sans-serif; max-width:initial;border-radius:0px; height:auto;}
.inrPg .Detial form .checkbox{display:block;margin-bottom: 31px;}
.inrPg .Detial form .checkbox label{display: flex;position: relative;line-height: normal;padding:0px;}
.inrPg .Detial form .checkbox label a{display: inline-block;line-height: inherit;font-size: inherit;color: inherit;}
.inrPg .Detial form .checkbox label:before {content: '';display: inline-flex;width: 20px;height: 20px;border: 1px solid #838b9b;margin-right: 10px;}
.inrPg .Detial form .checkbox [type="checkbox"]:checked + label:after{opacity: 10;}
.inrPg .Detial form .checkbox [type="checkbox"]:checked + label:before{background: #011337;border-color: #011337;}
.inrPg .Detial form .checkbox label:after{content: '';position: absolute;top: 11px;left: 11px;width: 10px;height: 5px;border-left: 2px solid #fff;border-bottom: 2px solid #fff;opacity: 0;transform: translate(-50%, -75%) rotate(-45deg);transition: opacity 0.2s ease .1s;}
.inrPg .Detial form .checkbox input{display:none;}
.inrPg .Detial form .checkbox legend{display:none;}
.inrPg .Detial .FrmPnl{max-width: 650px;margin: 0 auto;}

.inrPg .Detial .tbCnt:before{content:'';display:block;width: 176px;height: 100%;position: absolute;left: 0;background: url(../png/tab-lft-bg.png) top left no-repeat;top: 0;z-index: 0;}
.inrPg .Detial .tbCnt:after{content:'';display:block;width: 176px;height: 100%;position: absolute;right: 0;background: url(../png/tab-rgt-bg.png) top right no-repeat;top: 0;z-index: 0;}
.inrPg .Detial .tbCnt{display:block;background: #011337;padding: 50px 0px;position: relative;margin-bottom: 40px;}
.inrPg .Detial .tbCnt ul{display: flex;justify-content: center;z-index: 1;position: relative;}
.inrPg .Detial .tbCnt ul:after{content:'';display:block; clear:both;}
.inrPg .Detial .tbCnt ul li{display:block;float: left;}
.inrPg .Detial .tbCnt ul li a.current{background:#fff;color: #021236;}
.inrPg .Detial .tbCnt ul li a{display:block;font-size: 19.28px;font-weight: 700;font-family: 'Montserrat', sans-serif;padding: 12px 37px;width: fit-content;border: 1px solid #fff;color: #fff;cursor:pointer;}
.inrPg .Detial .tbCnt span{display:block;text-align: center;font-size: 14px;color: #fff;margin-top: 11px;font-weight: 300;}

.inrPg .Detial .tab-content .slider{overflow: hidden; max-width: 100%;width: 100%;}

.inrPg .Detial .tab-content{display:none;}
.inrPg .Detial .FrmPnl.tab-content.current{display:block;}
.inrPg .Detial .tab-content.current{display:flex; flex-wrap:wrap;}
.inrPg .Detial .OpenPop{display:block;position: fixed;width: 100%;height: 100%;top: 0;background: #0009;left: 0;z-index: 999;}
.inrPg .Detial .OpenPop .pdng{display:block;background: #fff;width: 500px;margin: 0 auto;padding: 50px;position: absolute;transform: translate(-50%, -50%);left: 50%;top: 50%;}
.inrPg .Detial .OpenPop .pdng h2{display:block;font-size: 21px;}
.inrPg .Detial .OpenPop .pdng form{display:block;}
.inrPg .Detial .OpenPop .closePnl{display:block;background: red;color: #fff;position: absolute;right: 0;top: 0;width: 30px;height: 30px;display: flex;align-items: center;justify-content: center;cursor: pointer;}
ul.PrdPnl.Tb{display: none;}
ul.PrdPnl.Tb.current{display: flex;}
ul.PrdPnl{display: flex;flex-wrap: wrap; margin: 0px -1%;}
ul.PrdPnl:after{content:'';display:block; clear:both;} 
ul.PrdPnl li{display:block;float: left;width: 31.32%;margin:0% 1%;margin-bottom: 2%;display: flex;position:relative;display: block;padding: 30px 0px;}
ul.PrdPnl li .pdng{display:block;padding: 0px 30px;min-height: 8em;}
ul.PrdPnl li .pdng.content{height:auto;position: relative;}
ul.PrdPnl li .pdng.content.show{display:block;overflow: hidden; max-height: 8em;}
ul.PrdPnl li .pdng.content.show:after{content: "";position: absolute;bottom: 0;left: 0;width: 100%;height: 24px;background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, white 100%);}
ul.PrdPnl li .BtPnl{display:block;padding: 0px 30px;margin-top: 20px;}
ul.PrdPnl li .BtPnl .btn{display: inline-block;/* background: #fff; */cursor: pointer;margin-right: 5px;padding: 9px 7px;font-size: 13px; margin-bottom:5px;}
ul.PrdPnl li .BtPnl .btn:last-child{margin-right:0px;}

ul.PrdPnl li:after{content:"";display:block;border: 1px solid #f1f1f1;width: -webkit-fill-available;cursor:pointer;position: absolute;top: 0;left: 0;height: 100%;pointer-events: none;}
ul.PrdPnl li:hover .pdng.content.show:after{background: linear-gradient(to bottom, rgb(1 19 55 / 36%) 0%, #141927 100%);}
ul.PrdPnl li:hover p{color:#fff;}
ul.PrdPnl li:hover{background: #141927;border-color: #141927;box-shadow: 0px 0px 16px #cccccc8c;}
ul.PrdPnl li h2{display:block;font-size: 28px;color: #169744;margin-bottom: 5px;min-height: 70px;}
ul.PrdPnl li p{display:block;font-size: 15px;display: -webkit-box;overflow: hidden;-webkit-box-orient: vertical;text-overflow: ellipsis;}

.inrPg .Detial .pnl:nth-child(even){flex-flow: row-reverse;}
.inrPg .Detial .pnl:nth-child(even) .lft{margin-right: 0px;margin-left: 5%;}

ul.glry{display:block;}
ul.glry:after{content:'';display:block;clear:both;}
ul.glry li{display:block;float: left;width: 23.5%;margin-right: 2%;margin-bottom: 2%;}
ul.glry li:nth-child(4n+4){margin-right:0px;}
ul.glry li a{display:block;}
ul.glry li a img{display:block;width: 100%;max-height: 250px;object-fit: cover;}

ul.Gallery{display:block;    margin-top: 23px;}
ul.Gallery:after{content:'';display:block;clear:both;}
ul.Gallery li{display:block;float: left;width: 23.5%;margin-right: 2%;margin-bottom: 2%;}
ul.Gallery li:nth-child(4n+4){margin-right:0px;}
ul.Gallery li a{display:block;border: 1px solid #efefef;}
ul.Gallery li a img{display:block;width: 100%;max-height: 250px;object-fit: cover;}
ul.Gallery li a h2{display:block;text-align: center;padding: 10px;background: #f6f6f6;}

ul.GalleryVdo{display:block;margin-top: 23px;display: flex;}
ul.GalleryVdo:after{content:'';display:block;clear:both;}
ul.GalleryVdo li{display:block;float: left;width: 23.5%;margin-right: 2%;margin-bottom: 77px;background: #f6f6f6;}
ul.GalleryVdo li:nth-child(4n+4){margin-right:0px;}
ul.GalleryVdo li a{display:block;cursor: pointer;height: 100%;position: relative;}
ul.GalleryVdo li a:after{content:'';display:block;background: #00000040;position: absolute;left: 0;top: 0;height: 100%;width: 100%;}
ul.GalleryVdo li a:before{content: '';display: block;background: url(../png/vdo-icn.png) no-repeat;width: 31px;height: 44px;position: absolute;transform: translate(-50%, -50%);left: 50%;top: 50%;background-size: 100%;z-index: 2;}
ul.GalleryVdo li a img{display:block;width: 100%;max-height: 250px;object-fit: cover;}
ul.GalleryVdo li a h2{display:block;text-align: center;padding: 10px;background: #f6f6f6;position: absolute;z-index: 1;bottom: -38px;left: 0;width: -webkit-fill-available;}



.inrPg .Detial .pnl{display: flex;align-items: center;margin-bottom: 50px;}
.inrPg .Detial .pnl .lft{display:block;width: 50%;}
.inrPg .Detial .pnl .lft video{width:100%;}
.inrPg .Detial .pnl .lft video::-webkit-media-controls-panel{display: none !important;opacity: 1 !important;}
.inrPg .Detial .pnl .lft img{display:block;width: 100%;}
.inrPg .Detial .pnl .rgt{display:block;width: 41.1%; padding: 0% 4%;}
.inrPg .Detial .pnl .rgt h2{display:block;font-size: 36px;font-weight: 700;margin-bottom: 13px;}
.inrPg .Detial .pnl .rgt p{display:block; margin-bottom:10px;}
.inrPg .Detial .pnl .rgt p:last-child{margin-bottom:0px;}
.inrPg .Detial .pnl .rgt .content{display:block;height: auto;overflow: hidden;position: relative;transition:0.3s ease;}
.inrPg .Detial .pnl .rgt .content.show{height: 12em;transition:0.3s ease;}
.inrPg .Detial .pnl .rgt .content.show:after{content: "";position: absolute;bottom: 0;left: 0;width: 100%;height: 64px;background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, white 100%);}
.inrPg .Detial .pnl .rgt button.show-toggle{background: transparent;line-height: normal;height: auto;font-size: 14px;display: block;padding: 13.11px 27px;width: fit-content;width: -moz-fit-content;margin: 0;border: 1px solid #169744;color: #169744;transition: all 2s;margin-top: 20px;}
.inrPg .Detial .pnl .rgt button.show-toggle:hover{background:#169744; color:#fff;}
.inrPg .Detial .pnl .rgt button.show-toggle.hide{display:none;}

.inrPg .products{display:block;}
footer .clm .scl a svg{display:block;width: 25px;height: 23px;}
.inrPg .products ul{display: flex;flex-wrap: wrap;}
.inrPg .products ul:after{content:'';display:block;clear:both;}
.inrPg .products ul li:nth-child(3n+3){margin-right:0px;}
.inrPg .products ul li{display:block;float: left;width: 31.8%;margin-right: 2.3%;margin-bottom: 2.3%;}
.inrPg .products ul li a{display:block;}
.inrPg .products ul li a .ImgPnl{display:block;margin-bottom: 18px;}
.inrPg .products ul li a .ImgPnl img{display:block;width: 100%;height: 300px;object-fit: cover;}
.inrPg .products ul li a h2{display:block;font-size: 24px;font-weight: 900;text-transform: uppercase;margin-bottom: 7px;}
.inrPg .products ul li a p{display:block;font-size: 17px;line-height: 1.5em;display: -webkit-box;overflow: hidden;-webkit-box-orient: vertical;text-overflow: ellipsis;-webkit-line-clamp: 2;}
.inrPg .products ul li a span.mre{display: flex;border-top: 1px solid #dedede;padding-top: 15px;margin-top: 14px;color: #01133b;font-size: 19px;font-weight: 900;align-items: center;font-family: 'Montserrat', sans-serif;}
.inrPg .products ul li a span.mre:after{content:'';display: inline-block;width: 16px;height: 15px;background: url(../png/prdt-arw.png) no-repeat;margin-left: 14px;}
.inrPg .products ul li a:hover span.mre, .inrPg .products ul li a:hover h2{color: #169744;}
.inrPg .products ul li a:hover span.mre:after{background: url(../png/prdt-arw-hvr.png) no-repeat;}

.mpSec #wpsl-wrap{    margin-top: 30px;}
.mpSec h1{margin-bottom:20px;font-weight:300;}
.mpSec p{margin-bottom:10px;}
.mpSec{display:block;margin-top: 110px;}
.mpSec .wpsl-search{display:block;background: #fff;padding: 20px 20px;margin: 0;border: 1px solid #f3f3f3;margin-bottom: 10px;}
.mpSec .wpsl-search #wpsl-search-wrap form{display: flex;align-items: end;}
.mpSec .wpsl-search #wpsl-search-wrap form .wpsl-input{display:block;margin: 0;margin-right: 25px;}
.mpSec .wpsl-search #wpsl-search-wrap form .wpsl-input #wpsl-search-input{display:block;padding: 9px 0px;}
.mpSec .wpsl-search #wpsl-search-wrap form .wpsl-input div{display:block;float: none;margin: 0;margin-bottom: 7px;}
.mpSec .wpsl-search #wpsl-search-wrap form .wpsl-input div label{display:block;float: none;line-height: normal;}
.mpSec .wpsl-search .wpsl-select-wrap{margin:0px;}
.mpSec #wpsl-category, .mpSec .wpsl-input, .mpSec .wpsl-select-wrap{margin-bottom:0px;}
.mpSec .wpsl-search #wpsl-search-wrap form #wpsl-search-btn, .mpSec .wpsl-search #wpsl-search-wrap form #wpsl-radius{display:block;margin-right: 20px;}
.mpSec .wpsl-search #wpsl-search-wrap form #wpsl-results{margin-right: 20px;}
.mpSec .wpsl-search #wpsl-search-wrap form #wpsl-radius label, .mpSec .wpsl-search #wpsl-search-wrap form  label{display:block;width: auto;float: none;line-height: normal;margin: 0;margin-bottom: 5px;}
.mpSec .wpsl-search #wpsl-search-wrap form .wpsl-search-btn-wrap{display:block;margin: 0;}
.mpSec .wpsl-search #wpsl-search-wrap form .wpsl-search-btn-wrap input{display:block;padding: 10px 34px;line-height: normal;background: #011337;border: 0;outline: 0;color: #fff;margin: 0 !important;}


.mpSec #wpsl-stores, .mpSec #wpsl-direction-details, .mpSec #wpsl-gmap{height: 500px !important;}
.mpSec #wpsl-result-list{display:block;background: #011337;}
.mpSec #wpsl-result-list #wpsl-stores ul li{display:block;padding: 20px;}
.mpSec #wpsl-result-list li p{color:#fff;margin: 0;}
.mpSec #wpsl-result-list li p span{color:inherit;/* display: inline-block; */}
.mpSec #wpsl-result-list li p strong{color:inherit;/* display: inline-block; */}
.mpSec #wpsl-result-list .wpsl-direction-wrap{color:#fff;background: url(../png/direction-icon.png) no-repeat;background-size: 17px;padding-left: 22px;}
.mpSec #wpsl-result-list .wpsl-direction-wrap:after{content:''; display:block; clear:both;}
.mpSec #wpsl-result-list a{color:#fff;display: inline;background: url(../png/location-ct.png) no-repeat left;padding-left: 14px;background-size: 11px;float: right;}
.mpSec #wpsl-result-list .wpsl-store-location{/* border-bottom: 1px dashed #ffffff1a; */padding-bottom: 10px;/* margin-bottom: 10px; */}

.inrPg .contact .wpforms-container .wpforms-field{padding:0px;}
fieldset{border:0px;}
.inrPg .contact{display:block;box-shadow: 0px 0px 31px #0000002b;padding-right: 3%;display: flex;align-items: center;}
.inrPg .contact .rgt .wpforms-hidden, .inrPg .contact .rgt form .checkbox legend{display:none;}
.inrPg .contact .rgt{display:block;width: 53%;margin-left: 4%;}
.inrPg .contact .rgt h1{display:block;font-size: 35px;font-weight: 700;}
.inrPg .contact .rgt h1 span{display:block;font-size: 16px;color: #545454;}
.inrPg .contact .rgt form{display:block;margin-top: 25px;}
.inrPg .contact .rgt form input::placeholder{ color:#000; }
.inrPg .contact .rgt form button.btn{display:block;background: #169744;font-weight: 500;color: #fff;padding: 17px 10px;font-size: 18px;cursor: pointer;border: 0; width: -webkit-fill-available;border-radius: 0;height: auto;}
.inrPg .contact .rgt form input{display:block;width: -webkit-fill-available;background: none;border-bottom: #a7a8ac 1px solid;border-top: none;border-left: none;border-right: none;margin-bottom: 34px;outline: 0;padding: 10px 5px;font-size: 16px;color: #000;font-weight: 400;font-family: 'Montserrat', sans-serif; max-width:initial;border-radius:0px;}
.inrPg .contact .rgt form textarea{display:block;width: -webkit-fill-available;background: none;border-bottom: #a7a8ac 1px solid;border-top: none;border-left: none;border-right: none;margin-bottom: 34px;outline: 0;padding: 10px 5px;font-size: 16px;color: #000;font-weight: 400;font-family: 'Montserrat', sans-serif; max-width:initial;border-radius:0px; height:auto;}
.inrPg .contact .rgt form .checkbox{display:block;margin-bottom: 31px;}
.inrPg .contact .rgt form .checkbox label{display: flex;position: relative;line-height: normal;padding:0px;}
.inrPg .contact .rgt form .checkbox label a{display: inline-block;line-height: inherit;font-size: inherit;color: inherit; margin-left:3px;}
.inrPg .contact .rgt form .checkbox label:before {content: '';display: inline-flex;width: 20px;height: 20px;border: 1px solid #838b9b;margin-right: 10px;}
.inrPg .contact .rgt form .checkbox [type="checkbox"]:checked + label:after{opacity: 10;}
.inrPg .contact .rgt form .checkbox [type="checkbox"]:checked + label:before{background: #011337;border-color: #011337;}
.inrPg .contact .rgt form .checkbox label:after{
    content: '';
    position: absolute;
    top: 11px;
    left: 11px;
    width: 10px;
    height: 5px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    opacity: 0;
    transform: translate(-50%, -75%) rotate(-45deg);
    transition: opacity 0.2s ease .1s;
}
.inrPg .contact .rgt form .checkbox input{display:none;}

.inrPg .contact .lft{display:block;background: #011337;width: 42%;}
.inrPg .contact .lft ul{display:block;}
.inrPg .contact .lft ul li:hover{background:#000d28;}
.inrPg .contact .lft ul li:hover a{opacity:10;}
.inrPg .contact .lft ul li{display:block;padding: 30px 30px;border-bottom: 1px solid #ffffff21;transition: 0.2s ease;}
.inrPg .contact .lft ul li h2{display:block;color: #fff;font-size: 22px;margin-bottom: 10px;}
.inrPg .contact .lft ul li a:before{content:'';display:block;width: 23px;height: 22px;background: url(../png/location-ct.png) no-repeat center;position: absolute;left: 0;top: 0;}
.inrPg .contact .lft ul li a.eml:before{background: url(../png/mail-ct.png) no-repeat center;}
.inrPg .contact .lft ul li a.tel:before{background: url(../png/call-ct.png) no-repeat center;}
.inrPg .contact .lft ul li a.fax:before{background: url(../png/fax-ct.png) no-repeat center;}
.inrPg .contact .lft ul li a{display:block;color: #fff;font-size: 16px;font-weight: 300;position: relative;padding: 2px 0px;padding-left: 36px;opacity: 0.7;}
.inrPg .contact .lft ul li p:last-child{margin-bottom:0px;}
.inrPg .contact .lft ul li p{margin-bottom: 10px;}

.commentlist{display:block;margin-top: 11px;}
.commentlist li{display:block;border-bottom: 1px solid #e4e4e4;background: #ffff;padding: 20px 20px;box-shadow: 0px 0px 7px #0000001c;margin-bottom: 10px;width: -webkit-fill-available;}
.commentlist li .comment-author{display:block;margin-bottom: 7px;}
.commentlist li .comment-meta{display:block;font-size: 14px;margin: 7px 0px;}
.commentlist li .comment-meta a{display:block;background: url(../png/clock-icon.png) no-repeat left center;background-size: 14px;line-height: normal;padding-left: 18px;line-height: 1.5em;color: #000;opacity: 0.8;font-weight: 300;}
.commentlist li p{display:block;margin: 0 !important;line-height: normal;font-size: 16px;}

.comment-respond{display: block;background: #fff;width: 35%;padding: 40px;box-shadow: 0px 0px 11px #c3c3c31f;margin-top: 35px;}
.comment-respond form{display:block;width: -webkit-fill-available;}
.comment-respond form .comment-form-comment{width: -webkit-fill-available;}
.comment-respond form p label{width: -webkit-fill-available;display: block;margin-bottom: 4px;font-size: inherit;font-weight: inherit;font-size: 15px;}
.comment-respond form p textarea{width: -webkit-fill-available;border: 1px solid #c9c9c9;padding: 10px 10px;height: auto;font-size: 15px;line-height: normal;outline: 0;}
.comment-respond form p input{width: -webkit-fill-available;border: 1px solid #c9c9c9;padding: 10px 10px;height: auto;font-size: 15px;line-height: normal;outline: 0;}
.comment-respond form p.comment-form-cookies-consent{display:block;}
.comment-respond form p.comment-form-cookies-consent:after{content:''; display:block; clear:both;}
.comment-respond form p.comment-form-cookies-consent input{display:block;-webkit-appearance: checkbox;float: left;width: auto;margin-top: 4px;}
.comment-respond form p.comment-form-cookies-consent label{display:block;float: left;width: 80%;margin-left: 8px;font-size: 14px;}
.comment-respond form .form-submit{display:block;}
.comment-respond form .form-submit input{display:block;background: #169744;color: #fff;border: 0;padding: 7px;}

.inrPg.news{display:block;}
.inrPg.news ul{display:block;}
.inrPg.news ul:after{content:'';display:block;clear:both;}
.inrPg.news ul li:nth-child(3n+3){margin-right:0px;}
.inrPg.news ul li{display:block;width: 30%;box-shadow: 1px 1px 8px #e2e2e23d;float: left;margin-right: 5%;margin-bottom: 5%;}
.inrPg.news ul li a{display:block;}
.inrPg.news ul li a .ImgPnl{display:block;position: relative;overflow: hidden;}
.inrPg.news ul li a .ImgPnl:before{content:'';display:block;width: 100%;height: 100%;background: #0000003d;position: absolute;z-index: 0;}
.inrPg.news ul li a .ImgPnl img{display:block;height: 260px;object-fit: cover;width: 100%;}
.inrPg.news ul li a .ImgPnl .shape{display:block;color: #fff;right: 0;bottom: 0;left: 0;position: absolute;pointer-events: none;z-index: 1;}
.inrPg.news ul li a .ImgPnl .shape svg{display:block;-webkit-transform: scale(2);transform: scale(2);width: 100%;height: auto;-webkit-transform-origin: top center;transform-origin: top center;display: block;color: #fff;overflow: hidden;vertical-align: middle;}

.inrPg.news ul li a h2{font-size: 20.83px;font-weight: 500;padding: 25px;overflow: hidden;-webkit-box-orient: vertical;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;padding-bottom: 0;min-height: 75px;}
.inrPg.news ul li a .pnl{display:block;padding: 24px 25px;border-top: 1px solid #0000000f;margin-top: 25px;}
.inrPg.news ul li a .pnl:after{content:'';display:block;clear:both;}
.inrPg.news ul li a .pnl h6{display:block;float: left;color: #7e7e7e;background: url(../png/clock-icon.png) no-repeat left center;font-size: 17px;font-weight: 300;padding: 2px 0px;padding-left: 31px;line-height: normal;}
.inrPg.news ul li a .pnl span.bt{display:block;float: right;color: #169744;background: url(../png/nws-arrow.png) no-repeat right center;font-size: 17px;font-weight: 400;padding: 2px 0px;padding-right: 26px;line-height: normal;font-family: 'Montserrat', sans-serif;}

.inrPg .Ldr{display:block;margin-top: 160px;}

.inrPg .Ldr .lft .ImgPnl{display:block;width: 100%;padding-top: 89%; background-size: contain; background-position:center top; background-repeat:no-repeat;}
.inrPg .Ldr .lft{display:block;width: 45%;}
.inrPg .Ldr .lft .msgBx{display:block;background: #01133b;padding: 38px;}
.inrPg .Ldr .lft .msgBx h2:before{content:'';display:block;background: url(../png/qte-lft.png) no-repeat;width: 36px;height: 30px;position: absolute;left: 0;top: 10px;}
.inrPg .Ldr .lft .msgBx h2:after{content:'';display: inline-block;background: url(../png/qte-lft.png) no-repeat;width: 36px;height: 30px;position: relative;bottom: -6px;transform: rotate(180deg);margin-left: 15px;}
.inrPg .Ldr .lft .msgBx h2{display:block;color: #fff;font-size: 30px;font-family: 'Open Sans', sans-serif;font-weight: 300;line-height: 1.4em;padding-left: 51px;position: relative;}
.inrPg .Ldr .lft .msgBx h4{display:block;color: #fff;font-size: 24px;line-height: 1.2em;margin-top: 25px;margin-left: 52px;}
.inrPg .Ldr .lft .msgBx h4 span{display:block;color: #fff;font-size: 20px;font-weight: 300;}
.inrPg .Ldr .rgt{display:block;width: 51%;}
.inrPg .Ldr .rgt h3{display:block;font-size: 25px;font-weight: 200;line-height: 1.3em;margin-bottom: 10px;}
.inrPg .Ldr .rgt p{display:block;font-size: 16px;margin-bottom: 10px;}

ul.blt{display:block;}
ul.blt li:last-child{margin-bottom:0px;}
ul.blt li{display:block;font-size: 18px;font-weight: 300;line-height: 27px;margin-bottom: 19px;position: relative;padding-left: 28px;}
ul.blt li:before{content:'';display:block;background: url(../png/blt-icon.png) no-repeat;width: 17px;height: 13px;position: absolute;left: 0;top: 8px;}

.inrPg .lftrgt{display: flex;background: #f8faff;}
.inrPg .lftrgt .lft{display:block;width: 43%;}
.inrPg .lftrgt .lft img{display:block;width: 100%; height:100%; object-fit:cover;}
.inrPg .lftrgt .rgt h2{display:block;font-size: 31px;font-weight: 300;line-height: 1.5em;margin-bottom: 18px;}
.inrPg .lftrgt .rgt{display:block;width: 53.3%;margin-left: 1.5%;padding: 20px 20px;  display: flex;flex-flow: column; justify-content: center;}
.inrPg .lftrgt .rgt p{display:block;margin-bottom: 17px;}
.inrPg .lftrgt .rgt p:last-child{margin-bottom:0px;}
.inrPg .qstn{display:block;background: url(../png/questn-bg.png) no-repeat #001849;padding: 48px 0px;background-size: cover;margin-bottom: 80px;}
.inrPg .qstn h2{display:block;font-size: 47px;color: #fff;font-weight: 700;width: 70%;float: left;}
.inrPg .qstn h2 br{display:none;}
.inrPg .qstn a.btn{display:block;float: right;font-size: 27px;border: 0;background: #fff;font-weight: 900;color: #001d5c;text-transform: uppercase;font-family: 'Montserrat', sans-serif;padding: 14px 46px;margin-top: 28px;transition: initial;}

.inrPg .lftrgt.nte{/* display:block; */background: transparent;}
.inrPg .lftrgt.nte .lft{display:block;width: 37%;}
.inrPg .lftrgt.nte .rgt{width: 58%;margin-left: 5%;}
.inrPg .lftrgt.nte .rgt p{display:block;font-size: 17px;}
.inrPg .lftrgt.nte .rgt i.note{display:block;background: #01133b;line-height: normal;font-size: 17px;font-weight: 200;color: #fff;padding: 16px 20px;/* font-style: normal; */}

.inrPg .PnlTeam{display:block;margin-top: 60px;}
.inrPg .PnlTeam h1{display:block;font-size: 30px;font-weight: 700;line-height: normal;margin-bottom: 1px;}
.inrPg .PnlTeam  .Pop.model-open{display:block;}
.inrPg .PnlTeam .Pop{display: none;width: 100%;position: fixed;top: 0;z-index: 999;height: 100%;left: 0;}
.inrPg .PnlTeam .Pop .Box{/* display: none; */width: 100%;position: absolute;max-width: 650px;background: #fff;top: 0;z-index: 999;padding: 30px;border: 1px solid #f3f3f3;transform: translate(-50%, -50%);left: 50%;top: 50%;z-index: 99999;}
.inrPg .PnlTeam .close{display:block;position: absolute;background: red;color: #fff;padding: 10px 10px;line-height: 11px;right: 0;top: 0;cursor: pointer; opacity:10;}
.inrPg .PnlTeam .Pop p{display:block;text-align: left;font-size: 17px;max-height: 310px;overflow-y: scroll;}
.inrPg .PnlTeam .Pop h2{display:block;text-transform: uppercase;text-align: left;margin-bottom: 10px;border-bottom: 1px solid #ebebeb;padding-bottom: 10px;}
.PgWrap{background:#000;height:100%;width:100%;position:fixed;top:0px;left:0px;z-index:9999;/* display: none; */opacity:0.8;filter:alpha(opacity=80);}

.inrPg ul.team{display: flex;flex-wrap: wrap;}
.inrPg ul.team:after{content:'';display:block; clear:both;}
.inrPg ul.team li:nth-child(3n+3){margin-right:0px;}
.inrPg ul.team li:before{content:'';display:block;width: 100%;height: -webkit-fill-available;position: absolute;left: 0;border: 1px solid #f7f7f7;top: 0;line-height: 0;pointer-events: none;}
.inrPg ul.team li{display:block;/* border: 1px solid #f7f7f7; */padding-top: 38px;position: relative;width: 31.85%;float: left;margin-right: 2%;position: relative;line-height: 0;margin-top: 2%;padding-bottom: 58px;}
.inrPg ul.team li .ImgPnl{display:block;width: 212px;height: 212px;overflow: hidden;border-radius: 50%;border: 5px solid #f3f3f3;margin: 0 auto;margin-bottom: 19px;}
.inrPg ul.team li .ImgPnl img{display:block;width: 100%;height: 100%;object-fit: cover;/* border: 3px solid #f3f3f3; */}
.inrPg ul.team li h2{display:block;font-size: 26px;text-align: center;}
.inrPg ul.team li p{display:block;font-size: 15px;text-align: center;}
.inrPg ul.team li .btPnl{display:block;margin-top: 25px;border-top: 1px solid #f7f7f7;position: absolute;bottom: 1px;left: 0;width: -webkit-fill-available;}
.inrPg ul.team li .btPnl:after{display:block;content:''; clear:both;}
.inrPg ul.team li .btPnl:after{content:''; display:block; clear:both;}
.inrPg ul.team li .ClickMe{display:block;float: left;font-size: 15px;width: 50%;text-align: center;display: flex;align-items: center;justify-content: center;color: #fff;background: #169744;border-top: 1px solid #f7f7f7;padding: 7px 0px;align-items: center;min-height: 30px;cursor: pointer;position: absolute;left: 0;bottom: 1px; font-weight:400;}
.inrPg ul.team li .ClickMe:before{content:'';display: inline-block;width: 17px;height: 18px;background: url(../png/about-icon.png) no-repeat;margin-right: 10px;}
.inrPg ul.team li a.ClickMe.eml{background: #14a347;right: 0;left: initial;}
.inrPg ul.team li  a.ClickMe.eml:before{content:'';display:block;background: url(../png/email-icon.png) no-repeat;width: 20px;height: 23px;}
.inrPg ul.team li a.lnk{display:block;background: url(../png/link-icon.png) no-repeat;width: 31px;height: 31px;position: absolute;right: 30px;top: 30px;}




.inrPg .icnPnl.New ul li h3{display:block;font-size: 20px;font-weight: 300;}

.inrPg .icnPnl{display:block;margin-top: 100px;}
.inrPg .icnPnl h2{display:block;font-size: 34px;font-weight: 900;text-align: center;margin-bottom: 58px;}
.inrPg .icnPnl ul{display: flex;}
.inrPg .icnPnl ul:after{content:'';display:block; clear:both;}
.inrPg .icnPnl ul li{width: 22.7%;display:block;float: left;/* padding: 15px; */position: relative;padding: 25px 15px;border-right: 1px solid #e1e1e1;}
.inrPg .icnPnl ul li:last-child{margin-right:0px;border-right: 0px;padding-right: 0;}
.inrPg .icnPnl ul li:first-child{padding-left: 0;}
.inrPg .icnPnl ul li img{display:block;margin:  auto;margin-bottom: 15px;}
.inrPg .icnPnl ul li p{display:block;font-size: 17px;line-height: 1.5em;text-align: center;color: #424242;}
.inrPg .icnPnl ul li h3{display:block;font-size: 30px;text-align: center;margin-bottom: 7px;}