@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{margin: 0px;padding: 0px;font-family: 'Cabin', arial, sans-serif;font-size: 14px;color: #737f96;line-height: 1.5em;text-align:left;font-weight: normal;letter-spacing: initial;}
.lft{float:left;}
html, body{overflow-x:hidden;}
.rgt {float:right;} 
.wrap {margin:0 auto;width: 90%;max-width: 1171px;min-width:280px;}
ul{margin:0; padding:0;}
ul:after{content:''; display:block; clear:both;}
ul li {list-style:none;}
p{font-weight: 400;color: #737f96;font-size: 16px;line-height: 1.75em;letter-spacing: 0.15px;}
p b{font-size: 100%;line-height: 100%;}
.clear {clear:both;}
span.hgt{padding-top:100%;width:100%;display: block;background-repeat: no-repeat;}
a{text-decoration:none;outline: 0;}
h1{font-size:36px;color:#293957;font-weight: 700;margin-bottom: 10px;}
h1, h2, h3, h4, h5, h6{font-family: 'Montserrat', sans-serif;}
h1.hd{line-height: 1.2em;color: #293957;font-size: 37px;font-weight: 900;text-transform: uppercase;margin-bottom: 30px;}
h1.hd span{display:block;text-align: inherit;font-size: 18px;text-transform: uppercase;color: #737f96;font-family: 'Montserrat', sans-serif;font-weight: 600;line-height: normal;margin-bottom: 18px;}
h1.hd p{display:block;text-align: center;font-size: 14px;font-weight: 400;color: #4a4a4a;}
ul:after{content:'';display:block;clear:both;}

img{max-width:100%;}
input::-webkit-input-placeholder{color: #a8b1c2;} 
textarea::-webkit-input-placeholder{color: #a8b1c2;}
a.btn{display:block;padding: 16px 29px;line-height: normal;outline: 0;letter-spacing: initial;font-family: 'Montserrat', sans-serif;color: #fff;background: #e9490a;width: fit-content;text-align: center;font-weight: 600;max-width: 215px;transition:0.3s ease;}
a.btn:hover{background-color:#231f20;transition:0.3s ease;}

header .Hamburger{display: none;float: right;height:30px;z-index: 99999;position: relative;cursor: pointer;}
header .Hamburger span{display:block;position: relative;-webkit-align-self: center;-ms-flex-item-align: center;align-self: center;font-size: 0;width: 40px;height: 2px;background-color: #000;border-radius: 100px;-webkit-transition: background-color 0.2s ease-out;transition: background-color 0.2s ease-out;margin: 0 auto;}
header .Hamburger span:after{content:"";display:block;border-top: 2px solid #000;width: 22px;margin: 0 auto;position: absolute;border-radius: 100px;-webkit-transition: -webkit-transform .2s ease-out;transition: -webkit-transform .2s ease-out;transition: transform .2s ease-out;transition: transform .2s ease-out, -webkit-transform .2s ease-out;right: 0px;margin-top: 22px;}
header .Hamburger span:before{content: '';display: block;border-top: 2px solid #000;width: 100%;margin: 0 auto;margin-top: 11px;position: absolute;border-radius: 100px;-webkit-transition: -webkit-transform .2s ease-out;transition: -webkit-transform .2s ease-out;transition: transform .2s ease-out;transition: transform .2s ease-out, -webkit-transform .2s ease-out;left: 0px;}
header .Hamburger.active{display:block;}
header .Hamburger.active span { background-color: transparent; }
header .Hamburger.active span:before {transform: rotate(48deg);top: 0px;}
header .Hamburger.active span:after {transform: rotate(-45deg);top: -10px;width:100%;}


header .rsMnu{display:none;}
header{display:block;position: fixed;top: 0;z-index: 999;width: -webkit-fill-available;transition: 0.3s ease;background-color: #fff;}
header .topPnl{display:block;border-bottom: 1px solid #29395721;padding: 8px 0px;}
header .topPnl .scl{display:block;float: left;line-height: 0;}
header .topPnl .scl a:hover{border: 1px solid #e84024;background-color:#e84024;}    
header .topPnl .scl a:hover svg path{fill:#fff;}
header.fixed .topPnl .scl a:hover svg path{fill:#fff;}
header .topPnl .scl a{display: inline-flex;width: 27px;transition:0.3s ease;height: 27px;overflow: hidden;border-radius: 50%;border: 1px solid #737f96;margin-right: 9px;justify-content:center;align-items:center;}
header .topPnl .scl a.twt{background-position: -27px 7px;}
header .topPnl .RgtNav{display:block;float: right;margin-top: 5px;}
header .topPnl .RgtNav ul{display:block;}
header .topPnl .RgtNav ul li{display:block;float: left;margin-right: 49px;border-color: #000;}
header .topPnl .RgtNav ul li.menu-item-has-children a{position:relative;}
header .topPnl .RgtNav ul li.menu-item-has-children a:after{content:'';display:block;position:relative;border: solid white;border-width: 0 1px 1px 0;display: inline-block;padding: 3px;vertical-align: middle;transform: rotate(45deg);-webkit-transform: rotate(45deg);margin-left: 11px;margin-bottom: 4px;}
header .topPnl .RgtNav ul li.menu-item-has-children .sub-menu li a:after{display:none;}


header .topPnl .RgtNav ul li ul{display:none;}
header .topPnl .RgtNav ul li:last-child{margin-right:0px;}
header .topPnl .RgtNav ul li a{
    display:block;
    color: #293957;
    font-weight: 400;
    letter-spacing: 0.25px;
    font-size: 15px;transition:0.3s ease;
    }
header .topPnl .RgtNav ul li a:hover{color:#e84124;}
header .BtmPnl{display: flex;justify-content: space-between;align-items: center;margin-top: 8px;margin-bottom: 6px;}
header .BtmPnl .lft{display:block;transition: 0.3s ease;}
header .BtmPnl .lft a{display:block;}
header .BtmPnl .lft a img{display:block;}
header .BtmPnl .lft a img.clr{display:none;}

header .rgt{display:block;}
header .rgt ul{display:block;}
header .rgt ul li{display:block;float: left;margin-right: 54px;}
header .rgt ul li:last-child{margin-right:0px;}
header .rgt ul li a{display:block;color: #293957;text-transform: uppercase;font-size: 16px;transition:0.3s ease;}
header .rgt ul li a:hover{color:#e84024;}
header .rgt ul li.menu-item-has-children a{position:relative;}
header .rgt ul li.menu-item-has-children a:after{content:'';display:block;position:relative;border: solid #293957;border-width: 0 1px 1px 0;display: inline-block;padding: 3px;vertical-align: middle;transform: rotate(45deg);-webkit-transform: rotate(45deg);margin-left: 11px;margin-bottom: 4px;}
header .rgt ul li.menu-item-has-children .sub-menu li a:after{display:none;}
header .topPnl .scl a svg path{fill: #737f96;transition:0.3s ease;}
header .topPnl .scl a svg path:hover{fill: #fff;}
header .rgt ul li:hover ul.sub-menu{display:block;}
header .rgt ul li .sub-menu{display:none;background: #ffffff;width: 260px;position: absolute;box-shadow: 0px 0px 8px #0000002e;}
header .rgt ul li .sub-menu li{margin:0px;float: none;}
header .rgt ul li .sub-menu li a{display:block; padding: 10px 20px;border-bottom: 1px dashed #e5e5e5; color:#293957;transition:0.3s ease;}
header .rgt ul li .sub-menu li a:hover{color:#e84024;}
header .rgt ul li .sub-menu li:last-child a{border-bottom:0px;}

header .rgt ul li .sub-menu li{position:relative;}
header .rgt ul li .sub-menu li:hover .sub-menu{display:block;}
header .rgt ul li .sub-menu  li .sub-menu{left:100%; display:none;top:0;}

header .topPnl .RgtNav ul li:hover ul.sub-menu{display:block;}
header .topPnl .RgtNav ul li .sub-menu{display:none;background: #fff;width: 260px;position: absolute;box-shadow: 0px 0px 8px #0000002e;    z-index: 2;}
header .topPnl .RgtNav ul li .sub-menu li{margin:0px;float: none;}
header .topPnl .RgtNav ul li .sub-menu li a{display:block; padding: 10px 20px;border-bottom: 1px dashed #e5e5e5; color:#000;}
header .topPnl .RgtNav ul li .sub-menu li:last-child a{border-bottom:0px;}


header.fixed{background:#fff;box-shadow: 0px 0px 14px #0000000f;transition: 0.3s ease;}
header.fixed .rgt ul li a, header.fixed .topPnl .RgtNav ul li a{color:#293957;transition:0.3s ease;}
header.fixed .topPnl .RgtNav ul li a:hover{color:#e84024;}
header.fixed .rgt ul li a:hover{color:#e84024;}
header.fixed .BtmPnl .lft{max-width: 144px;}
header.fixed .BtmPnl{margin-top:0;padding: 10px 0px;margin-bottom: 0px;}
header.fixed .BtmPnl .lft a img{display:none;}
header.fixed .BtmPnl .lft a img.clr{display:block;}
header.fixed .rgt ul li.menu-item-has-children a:after{border-color:#000;}
header.fixed .topPnl{border-color: #f1f1f1;}
header.fixed .topPnl .scl a:hover{border-color: #e84024;}
header.fixed .topPnl .scl a svg path{fill: #64718a;}

header .topPnl .scl a svg{display:block;width: 15px;height: auto;max-height: 13px;}



.inrPage header .topPnl .scl a svg path{fill: #64718a;}
.inrPage header .topPnl .RgtNav ul li a{color:#293957;transition:0.3s ease;}
.inrPage header .topPnl .RgtNav ul li a:hover{color:#e84024;}
.inrPage header .topPnl .scl a:hover svg path{fill:#fff;}
.inrPage header .rgt ul li a{color:#293957;}
.inrPage header .rgt ul li a:after, .inrPage header .topPnl .RgtNav ul li.menu-item-has-children a:after{border-color: #000;}
.inrPage header .rgt ul li a:hover{color:#e84024;}
.inrPage header .BtmPnl .lft a img{display:none;}
.inrPage header .BtmPnl .lft a img.clr{display:block;}
.inrPage header .topPnl{border-color: #737f9633;}

.BtnResOpn{display: none;position: fixed;left: 0;bottom: 0;width: -webkit-fill-available;}
.BtnResOpn a:nth-child(1){border-right: 1px solid #ba3602;}
.BtnResOpn a{display:inline-block;background: #e9490a;text-align: center;font-weight: 700;font-family: 'Montserrat', sans-serif;color: #fff;padding: 13px 10px;text-transform: uppercase;width: -webkit-fill-available;}


section{margin-bottom:114px;}
.HmBnr .bx-pager{display:none;}
.HmBnr .bx-controls-direction{display: flex;justify-content: space-between;position: absolute;top: 50%;left: 50%;width: 95%;margin-top: -10px;z-index: 99;transform: translate(-50%, -50%);}
.HmBnr .bx-controls-direction a{display:block;width: 30px;height: 30px;background: url(/wp-content/uploads/2023/12/lft-arw.png) no-repeat #e9490a;text-indent: -99999px;overflow: hidden;background-position: center;background-size: 8px;float: left;}
.HmBnr .bx-controls-direction a.bx-next{float:right;transform: rotate(179deg);background-position: center;}

.connect{display:block;display: flex;align-items: center;justify-content: space-between;}
.connect .logoIcon img{max-width: 75%;}
.connect .logoIcon{display:block;float: left;width: 300px;height: 300px;border-radius: 50%;border: 1px solid #d6d6d6;display: flex;align-items: center;justify-content: center;}
.connect .rgt{display:block;width: 67%;}

.HmBnr{display:block;margin: 0;position:relative;}
.HmBnr ul{display:flex;}
.HmBnr ul li{display:block;position: relative;line-height: 0;}
.HmBnr ul li img.res{display:none;}
.HmBnr ul li img{width: 100%;line-height: 0;}
.HmBnr ul li img.rs{display:none;}
.HmBnr ul li video.res{display:none;}
.HmBnr ul li img, .HmBnr ul li video{height:100%; object-fit:cover; width:100%;}
.HmBnr .Txt{display:block;position: absolute;top: 50%;transform: translate(0%, -50%);max-width: 670px;}
.HmBnr .Txt h1{display:block;font-size: 72px;font-weight: 800;color: #fff;text-transform: uppercase;/* max-width: 500px; */line-height: 0.9em;}
.HmBnr .Txt h5{display:block;font-size: 27px;font-weight: 800;color: #fff;text-transform: uppercase;margin-top: 30px;line-height: 1.2em;}
.HmBnr .Txt a.btn{display:block;width: fit-content;padding: 13px 25px;background: rgb(212,65,8);background: linear-gradient(90deg, rgba(212,65,8,1) 0%, rgba(163,47,2,1) 100%);font-size: 17px;font-weight: 900;margin-top: 23px;}
.HmBnr .Txt a.btn:hover {
    background: linear-gradient(90deg, rgb(35 31 32) 0%, rgb(35 31 32) 100%);
    transition:0.3s ease;
}
.AbtPnl{display:block;    position: relative; z-index: 99;}
.AbtPnl .wrap{display: flex;justify-content: space-between;align-items: center;}
.AbtPnl .lft{display:block;width: 42.8%;margin-top: -126px;}
.AbtPnl .lft .BgClr{display:block;background: #f4f6f7;padding: 20px 20px;position: relative;padding-bottom: 40px;}
.AbtPnl .lft .BgClr .tabs{display:block;margin-bottom: 34px;}
.AbtPnl .lft .BgClr .tabs li{display:block;float: left;width: 49%;margin-right: 2%;}
.AbtPnl .lft .BgClr .tabs li:last-child{margin-right:0;}
.AbtPnl .lft .BgClr .tabs li a{display:block;background: #e9490a;text-align: center;font-weight: 700;font-family: 'Montserrat', sans-serif;color: #fff;padding: 17px 10px;text-transform: uppercase;}
.AbtPnl .lft .BgClr .tabs li:last-child a:hover {
   background-color:#231f20;}
.Abt
.AbtPnl .lft .BgClr .tabs li a{transition:0.3s ease;display:block;background: #e9490a;text-align: center;font-weight: 700;font-family: 'Montserrat', sans-serif;color: #fff;padding: 17px 10px;text-transform: uppercase;}
.AbtPnl .lft .BgClr .tab-content iframe{width:100%;display: block;height: 100%;border: 0;outline: 0;min-height: 860px;}
.AbtPnl .lft .BgClr .tab-content{display:block;padding: 0px 15px;}
.AbtPnl .lft .BgClr .tab-content fieldset{display:block;border: 0;outline: 0;}
.AbtPnl .lft .BgClr .tab-content fieldset .fldWrp{display:block;margin-bottom: 22px;}
.AbtPnl .lft .BgClr .tab-content fieldset .fldWrp label{display:block;text-transform: uppercase;color: #293957;font-weight: 600;margin-bottom: 6px;}
.AbtPnl .lft .BgClr .tab-content fieldset .fldWrp input, .AbtPnl .lft .BgClr .tab-content fieldset .fldWrp textarea{display:block;width: -webkit-fill-available;border: 0;background: #fff;padding: 12px 16px;outline: 0;color: #a8b1c2;}
.AbtPnl .lft .BgClr .tab-content fieldset .btn{display:block;padding: 16px 10px;font-family: 'Montserrat', sans-serif;font-size: 18px;text-transform: uppercase;font-weight: bold;color: #fff;border: 0;background: #e9490a;border-radius: 0;width: -webkit-fill-available;text-align: center;cursor: pointer;position: absolute;left: 0;bottom: 0;transition:0.3s ease;}
.AbtPnl .lft .BgClr .tab-content fieldset .btn:hover{transition:0.3s ease;background-color:#231f20;}



.AbtPnl .lft .nmbr{display:block;margin-top: 78px;}
.AbtPnl .lft .nmbr p{display:block;line-height: normal;font-size: 16px;letter-spacing: 0.25px;text-transform: uppercase;font-weight: 700;background: url(../images/form-call-icon.png) no-repeat left center;padding-left: 51px;display: inline-block;margin-right: 25px;}
.AbtPnl .lft .nmbr a{display: inline-block;font-weight: 700;color: #293957;font-size: 36px;transition:0.3s ease;}
.AbtPnl .lft .nmbr a:hover{color:#e84024;}
.AbtPnl .rgt{display:block;width: 49.2%;}
.AbtPnl .rgt p{margin-bottom: 26px;}


.chse{display:block;background:url(../images/choose-bg.jpg) no-repeat;background-size: cover;padding: 100px 0px;}
.chse h1.hd{margin-bottom:0px;}
.chse ul{display:block;}
.chse ul li{display:block;width: 31.9%;margin-right: 2.1%;float: left;margin-top: 60px;}
.chse ul li:nth-child(3n+3){margin-right:0px;}
.chse ul li .icon{display:block;float: left;}
.chse ul li .icon img{display:block;}
.chse ul li .icon img{display:block;transition: transform 0.3s ease-in-out;}
.chse ul li:hover .icon img {
    transform: rotate(360deg); /* Rotate the image on hover */
}
.chse ul li .rgt{display:block;max-width: 73%;}
.chse ul li .rgt h3{display:block;font-size: 20px;color: #293957;font-weight: 700;font-family: 'Cabin', arial, sans-serif;margin-bottom: 7px;}
.chse ul li .rgt p{display:block;font-size: 16px;line-height: 1.4em;}

.PrdtsPnl{display:block;margin-bottom: 10px;}
.PrdtsPnl ul{display:block;}
.PrdtsPnl ul li{display:block;float: left;width: 29.4%;margin-right: 5.8%;  margin-bottom: 5.8%;}
.PrdtsPnl ul li:nth-child(3n+3){margin-right:0px;}
.PrdtsPnl ul li a{display:block;}
.PrdtsPnl ul li p{display:block;font-size: 16px;display: -webkit-box;-webkit-line-clamp: 3;overflow: hidden;-webkit-box-orient: vertical; text-overflow: ellipsis;}
.PrdtsPnl ul li .BtMore{display:block;font-size: 18px;text-transform: uppercase;color: #293957;font-weight: bold;margin-top: 9px;width: fit-content;padding-right: 21px;transition:0.3s ease;}
.PrdtsPnl ul li:hover .BtMore {
    color: #e84024;
   
}
.PrdtsPnl ul li .BtMore:after{content:'';background: url(../images/prdt-arw.png) no-repeat  center;display: inline-block;width: 27px;height: 14px;}
.PrdtsPnl ul li:hover .BtMore:after  {background: url(../images/hov-icn.png) no-repeat  center;}


.PrdtsPnl ul li .ImgPnl{display:block;background: #f2f2f2;padding: 10px 30px;margin-bottom: 14px;}
.PrdtsPnl ul li .ImgPnl img{display:block;height: 282px;object-fit: contain;margin: 0 auto;transition: all 2s;}
.PrdtsPnl ul li h2{display:block;color: #293957;font-size: 24px;font-weight: bold;margin-bottom: 15px;transition:0.3s ease;}
.PrdtsPnl ul li:hover h2{color:#e84024}
.PrdtsPnl ul li .ImgPnl img:hover{transform: scale(1.1);transition: all 2s;}


.Testimonials{display:block;background: #f4f5f7;padding: 110px 0px;}
.Testimonials ul{display:block;}
.Testimonials ul li{display:block;}
.Testimonials ul li .Clr{display:block;background: #fff;padding: 35px 40px;margin-bottom: 40px;position: relative;}
.Testimonials ul li .Clr:after{content:'';display:block;width: 0;height: 0;border-top: 15px solid #fff;border-left: 21px solid transparent;border-right: 15px solid transparent;transform: rotate(258deg);position: absolute;bottom: -9px;left: 20px;}
.Testimonials ul li .Clr h4{display:block;font-size: 20px;font-weight: bold;color: #293957;margin-bottom: 28px;}
.Testimonials ul li .Clr h4:after{content:'';display: inline-block;height: 20px;width: 115px;background: url(../images/stars.png) no-repeat;margin-left: 21px;}
.Testimonials ul li .Clr p{display:block;color: #293957;font-style: italic;font-weight: 500;}
.Testimonials ul li .FlxPnl{display: flex;align-items: center;}
.Testimonials ul li .FlxPnl .ImgPnl{display:block;width: 60px;height: 60px;border-radius: 50%;overflow: hidden;float: left;}
.Testimonials ul li .FlxPnl .ImgPnl img{display:block;width: 100%;height: auto;object-fit: cover;}
.Testimonials ul li .FlxPnl h2{display:block;float: left;color: #293957;font-weight: 600;margin-left: 20px;}
.Testimonials ul li .FlxPnl h2 span{display:block;font-size: 14px;color: #737f96;font-weight: 400;}

.Testimonials .owl-dots{display:none !important;}
.Testimonials .owl-theme .owl-controls .owl-nav{display:block;width: -webkit-fill-available;max-width: 61px;left: initial;top: -90px;margin: 0;right: 0;}
.Testimonials .owl-carousel .owl-controls .owl-nav div{display: inline-block !important;width: 25px;height: 25px;border-radius: 2px;background: url(../images/arw-sbmt.png) no-repeat center #c2cad9;margin: 0;float: left;clear: initial;margin-right: 10px;background-size: 8px;transform: rotate(180deg);}
.Testimonials .owl-carousel .owl-controls .owl-nav div:last-child{margin-right:0px;transform: rotate(0deg);}
.Testimonials .owl-carousel .owl-controls .owl-nav div:hover{background-color:#e9490a;}

.certificate{display:block;}
.certificate ul{display:block;}
.certificate ul li{display:block;float: left;width: 25%;}
.certificate ul li:nth-child(5n) img, .certificate ul li:nth-child(6n) img, .certificate ul li:nth-child(7n) img, .certificate ul li:nth-child(8n) img{border-bottom:0px;}
.certificate ul li:nth-child(4n+4) img{border-right:0px;}
.certificate ul li img{display:block;border: 1px dashed #e3e3e3;border-left: 0;border-top: 0;width: -webkit-fill-available;transition:0.3s ease;filter: grayscale();}
.certificate ul li img:hover{transition:0.3s ease;filter:initial;}

.blog{display:block;}
.blog ul{display:block;}
.blog ul li:nth-child(3n+3){margin-right:0px;}
.blog ul li{display:block;float: left;width: 31.3%;margin-right: 3%;}
.blog ul li .ImgPnl{display:block;margin-bottom: 19px;}
.blog ul li .ImgPnl img{display:block;height: 250px;object-fit: cover; height: 150px;border: 1px solid #f6f6f6;transition: all 2s;}
.blog ul li .ImgPnl img:hover{transform: scale(1.1);transition: all 2s;}
.blog ul li h2{display:block;font-size: 20px;color: #293957;font-weight: bold;line-height: normal;margin-top: 4px;transition:0.3s ease;}
.blog ul li:hover h2{color:#e84024;}
.blog ul li:hover .date{color:#e84024;}
.blog ul li .date{display:block;font-size: 14px;color: #737f96;transition:0.3s ease;}
.blog ul li p{display:block;}

.NwsDtl{display:block;margin-top: 155px;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;line-height: 1.3em;}
.NwsDtl .post h1 span.dte{display:block;font-size: 20px;color: #7e7e7e;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(../images/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; color:#293957;}
.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%;}
.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;color:#293957;}
.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;transition:0.3s ease;}
.NwsDtl .pstMre ul li a{display: block;}
.NwsDtl .pstMre ul li a:after{content:'';display:block; clear:both;}
.NwsDtl .pstMre ul li a h2{display:block;font-size: 18px;font-weight: 600;margin-bottom: 5px;line-height: normal;display: -webkit-box;-webkit-line-clamp: 2;overflow: hidden;-webkit-box-orient: vertical;text-overflow: ellipsis;color: #293957;}
.NwsDtl .pstMre ul li:hover h2{color:#e84024;}
.NwsDtl .pstMre ul li:hover h6{color:#e84024;}
.NwsDtl .pstMre ul li a h6{display:block;font-size: 16px;color: #7e7e7e;font-weight: 400;background-size: 17px;}
.NwsDtl .pstMre ul li a .pnl{display:block;width: -webkit-fill-available;}
.NwsDtl .pstMre ul li a .ImgPnl{display:block;width: -webkit-fill-available;margin-bottom: 13px;}
.NwsDtl .pstMre ul li a .ImgPnl img{display:block;height: 129px;width: 100%;object-fit: cover;}

.calc{display:block;background: #f3f3f36b;padding: 80px 0px;}
.calc .colm {float: left;width: 47.223%;margin-right:5%;margin-bottom: 35px;}
.calc .colm h3 {font-size: 18px;color: #000;line-height: 24px;margin: 0;margin-bottom: 20px;padding: 0;}
.calc .colm .ui-slider{width: 100%;height: 9px;/* margin-top: 10px; */}
.calc .colm h3 b{color: #000;font-size: 100%;}
.calc .colm.mrg0 {margin-right: 0;}
.calc .colm .ui-slider-horizontal .ui-slider-handle:before{content:'';display:block;width: 14px;height: 14px;background: #ffffff61;border-radius: 50%;}
.calc .colm .ui-slider-horizontal .ui-slider-handle{background: #cf3816;width: 26px;height: 26px;outline: 0;top: -12px;border-radius: 50%;border: 3px solid #fafafa;cursor: pointer;display: flex;position: relative;align-items: center;justify-content: center;}
.calc .colm .ui-slider, .calc .colm .ui-slider-horizontal .ui-slider-range-max{background: #cf3816;border: none;border-radius: 10px;}
.calc .colm .pnk{background: #fbe1dd;font-size: 15px;color: #000;padding: 4px 14px;line-height: normal;position: relative;margin-top: 20px;display: block;width: max-content;}
.calc .colm .pnk::before {bottom: 100%;border-bottom: 10px solid #fbe1dd;border-left: 10px solid transparent;border-right: 10px solid transparent;content: "";height: 0;position: absolute;width: 0;top: -9px;left: 50%;margin-left: -10px;}
.calc .colm h3.lftr {float: left;margin-right: 50px;padding-right: 50px;border-right: 4px solid #e5e5e5;}
.calc .colm .anul{float: left;font-size: 18px;color: #000;line-height: 24px;margin: 0;margin-bottom: 10px;padding: 0;}
.calc .colm .anul span{display: inline-block;color: #000;font-size: 100%;font-family: 'Montserrat', sans-serif;font-weight: 700;}
.calc hr{width: 100%;border-color: #e5e5e5;margin-bottom: 35px;}
.calc .ttlsvng {width: 100%;background: url(../images/calc-bg.jpg) center #d23c1b;padding: 21px 0;}
.calc .ttlsvng:after {content: "";display: block;clear: both;}
.calc .ttlsvng div {float: left;font-size: 16px;color: #fff;text-align: center;width: 49%;border-right: 3px solid #ffffff73;line-height: 1.5em;text-shadow: 3px 1px 9px #00000042;}
.calc .ttlsvng div span {display: inline-block;font-size: 41px;color: #fff;text-align: center;line-height: 1.5em;text-shadow: 3px 1px 9px #00000042;font-family: 'Montserrat', sans-serif;font-weight: 700;}
.calc .ttlsvng div:last-child {border: none;}

footer .followUs{display: flex;align-items: flex-start;justify-content: space-between;margin-top: 40px;}
footer .followUs .logoIcon{display:block;max-width: 110px;margin-top: 9px;}
footer .followUs p{display:block;width: 64%;}

footer .pnlStore{display: flex;align-items: flex-start;margin-top: 20px;align-items: center;}
footer .pnlStore .logoIcon{display:block;max-width: 170px;border-right: 1px solid #d1d1d1;padding-right: 30px;margin-right: 30px;}
footer .pnlStore h2{display:block;font-size: 17px;}

footer .Pnl ul.menu-class li a:hover{color:#e84024;}
footer{display:block;background: #f1f2f3;padding-top: 117px;}
footer .Pnl{display:block;width: 19%;float: left;}
footer .Pnl.XL{width: 21%;margin-right: 8%;}
footer .Pnl.XXL{width: 32.5%;}

footer .Pnl h4{display:block;text-transform: uppercase;font-size: 18px;font-weight: 900;line-height: normal;margin-bottom: 40px;color: #293957;transition:0.3s ease;}
footer .Pnl ul{display:block;}
footer .Pnl ul li{display:block;color: #737f96;margin-bottom: 8px;}
footer .Pnl p{display:block;color: #737f96;margin-bottom: 8px;font-size: 14px;}
footer .Pnl ul li a{display:block;color: inherit;transition:0.3s ease;}

footer .Pnl ul li p{color: inherit;}

footer .Pnl ul.adrs li.mail span:hover{color:#e84024;}

footer .Pnl ul.adrs{display:block;}
footer .Pnl ul.adrs li{display:block;background: url(../images/loc-ftr.png) no-repeat left 5px;padding-left: 19px;margin-bottom: 13px;}
footer .Pnl ul.adrs li.mail{background: url(../images/mail-ftr.png) no-repeat left 5px;}
footer .Pnl ul.adrs li.call{background: url(../images/call-ftr.png) no-repeat left 5px;}
footer .Pnl ul.adrs li a{display:block;}
footer .Pnl ul.adrs li a span{display:block;font-size: inherit;color: #293957;font-weight: 700;transition:0.3s ease;}
footer .Pnl ul.adrs li.mail a span:hover{color:#e84024;}
footer .Pnl ul.adrs li.call a span:hover{color:#e84024;}
footer .Pnl ul.adrs li.call a{text-transform:uppercase;}

footer .Pnl .NwsLtr{display:block;position: relative;padding-right: 57px;margin-top: 10px;background: #fff;}
footer .Pnl .NwsLtr input{display:block;width: -webkit-fill-available;border: 0;background: #fff;font-size: 14px;color: #99a3b6;padding: 13px 16px;outline: 0;}
footer .Pnl .NwsLtr input[type="submit"]{width:fit-content;text-indent: -999px;padding: 0;width: 47px;height: 100%;position: absolute;top: 0;right: 0;background: url(../images/arw-sbmt.png) center no-repeat #e9490a;transition:0.3s ease;}
footer .Pnl .NwsLtr input[type="submit"]:hover{background: url(../images/arw-sbmt.png) center no-repeat #231f20;}
footer .Pnl .NwsLtr .wpcf7-spinner{display:none;}

footer .btmSec{display: block;border-top: 1px solid #dedede;padding: 26px 0px;margin-top: 60px;}
footer .btmSec p{display:block;color: #737f96;float: left;font-size: 14px;}
footer .btmSec p b{display: inline-block;}
footer .btmSec .scl{display:block;color: #737f96;float: right;}
footer .btmSec .scl a:nth-child(1){margin-left: 28px;}
footer .btmSec .scl a:hover{background-position: 0px -21px;}
footer .btmSec .scl a{display: inline-flex;width: 16px;height: 16px;text-indent: -9999px;overflow: hidden;background: url(../images/social-icon-ftr-v2.png) no-repeat 0px top;margin-left: 12px; transition: 0.3s ease;}
footer .btmSec .scl a.fb{background-position: -35px 1px;width: 8px;}
footer .btmSec .scl a.fb:hover{background-position: -35px -20px;}
footer .btmSec .scl a.insta:hover{background-position: -101px -20px;}
footer .btmSec .scl a.yt:hover{background-position: -138px -19px;}
footer .btmSec .scl a.SclIcn{background-position: -64px center;}
footer .btmSec .scl a.insta{background-position: -101px 1px;}
footer .btmSec .scl a.yt{background-position: -138px 2px;width: 18px;}

.page{display:block;margin-bottom: 110px;}
.page .brdcrm{display:block;background: #f5f6f6;padding: 18px 0px;margin-bottom:101px;}
.page .brdcrm ul{display:block;}
.page .brdcrm ul li{display:block;float: left;}
.page .brdcrm ul li a{display:block;font-size: 16px;}
.page .tag-description{padding-bottom:20px;margin-bottom: 30px;border-bottom: 1px solid #d1d1d1;}

.page .FlexPnl{display:block;background: #f5f6f670;display: flex;justify-content: space-between;padding-right: 50px;margin-top:20px;margin-bottom:65px;}
.page .FlexPnl .lft{width: 51.5%;background: #eeeeee5e;display: flex;align-items: center;justify-content: center;}
.page .FlexPnl .lft img{display:block;padding: 20px;width: 80%;object-fit: contain;transition: all 2s;}

.page .FlexPnl .lft img:hover{transform: scale(1.1);transition: all 2s;}
.page .FlexPnl .rgt{display:block;width: 56%;margin-left: 6%;padding: 90px 0px;}
.page h2{display:block;font-size: 24px;color: #293957;text-transform: uppercase;font-weight: 700;margin-bottom: 10px;}
.page .FlexPnl .rgt p{display:block;font-size: 16px;}
.page .FlexPnl .rgt .specification{display:block;/* margin-top: 58px; */}

table {width: 100% !important;border: 1px solid #cbcbcb;margin: 0 auto !important;max-width: 631px;margin-top: 17px !important;}
th, td {padding: 12px;text-align: left;border-bottom: 1px solid #cbcbcb;font-size: 16px;font-weight: 500;color: #293b60;padding-left:30px;width:50%;}
th {background-color: #f6f6f6;font-size:16px;font-weight: 400;color: #293b60;padding-left:30px;width:50%;margin-left:20px;text-align: left;}
td:first-child {font-weight: bold;}
tr:last-child th, tr:last-child td{border-bottom:0px;}

.page h4{display:block;color: #293957;text-transform: uppercase;font-family: 'Cabin', arial, sans-serif;font-weight: bold;font-size: 16px;margin-bottom: 7px;}
.page p{display:inline-block;color: #293957;font-weight: normal;font-size: 16px;margin-bottom: 6px;width: -webkit-fill-available;}
.page .FlexPnl .rgt .specification p b{width: 50%;display: inline-block;float: right;   }
.page p b{font-size: inherit;color: inherit;font-weight: 700; line-height: 1.5em;}
.ftrPnl h3{font-size: 17px;font-weight: 600;color: #293957;margin-bottom: 9px;}
.page .ftrPnl{display:block;margin-top: 0px;margin-bottom:17px;}
.page ul.blt{display:block;    margin-bottom: 24px;}
.page ul.blt li{display:block;position: relative;padding: 0 0 0 25px; color: #293957;font-weight: normal;font-size: 16px;margin-bottom:10px;}
.page ul.blt li:before{content:'';display:block;width: 15px;height: 15px;background: url(../images/blt-icon.png) no-repeat center;background-size: 15px;border-radius: 50%;position: absolute;top: 5px;opacity: 0.8;left: 0;}
.page .FlexPnl .rgt .ftrPnl h4{display:block;color: #293957;text-transform: uppercase;font-family: 'Cabin', arial, sans-serif;font-weight: bold;font-size: 16px;margin-bottom: 8px;}

.single th.wht{background-color:#fff;}
.single th{border-right:0px}
td:last-child{border-right:0px}
th:last-child{border-right:0px}
th, td {
  padding: 10px 19px;
  text-align: left;
  border-right: 1px solid #cbcbcb;
}

th {
  background-color: #dfdfdf3b;
  padding: 10px 19px;
  border-right: 1px solid #cbcbcb;
}



.page .FlexPnl:nth-child(even){flex-flow: row-reverse;padding-right: 0;padding-left: 50px;}
.page .FlexPnl:nth-child(even) .rgt{margin-left:0px;margin-right: 5%;}
.abt{margin-top:170px;}
.abt .frstpnl{display:block;margin-bottom:111px;}
.abt .frstpnl .lft{width:45.2%;display:block;transition: all 2s;}
.abt .frstpnl .lft:hover{transform: scale(1.1);transition: all 2s;}
.abt .frstpnl .rgt{width:49.5%;display:block;}
.abt .frstpnl .rgt h2{font-size:18px;font-weight:700;margin-bottom: 17px;}
.abt .frstpnl .rgt h1{margin-bottom: 36px;}

.abt .owl-carousel .scndpnl{margin:0px;}
.abt .scndpnl{display: block;width:auto;background-color: #fbfcfc;margin-bottom: 113px; padding: 118px 0px;}
.abt .scndpnl .lft{display: block;width:49.5%;}
.abt .scndpnl .rgt{width:45.2%;transition: all 2s;}
.abt .scndpnl .rgt:hover{transform: scale(1.1);transition: all 2s;}
.abt .scndpnl .lft h2{font-size:18px;font-weight:700;margin-bottom: 17px;}
.abt .scndpnl .lft h1{margin-bottom: 36px;}
.abt .scndpnl .snd{display: flex;align-items: center;justify-content: space-between;}
.abt .scndpnl .snd .clear{display:none;}
.abt .scndpnl .lft p{margin-bottom: 16px;}

.abt .scndpnl .snd .lft.commintent {padding-top: 0px;}
.abt .frstpnl .rgt.cert{margin-top: 126px;}
.abt .cust{margin-bottom: 113px;}
.abt .cust ul{display: flex;justify-content: space-between;}
.abt .cust ul:after{display:none;}
.abt .cust ul li{display: block;float:left;}
.abt .cust ul li h2:hover{background-color:#231f20;}
.abt .cust ul li h2{transition:0.3s ease;text-align:center;font-size:62.6px;font-weight:700;color:#fff;background-color: #d5401e;width: 155px;height: 152px;border-radius: 50%;display: flex;justify-content: center;align-items: center;margin:0 auto;}
.abt .cust ul li h4{text-align:center;padding-top: 22px;font-size: 17px;font-family: 'Cabin';}
.abt .cust ul li:last-child{margin-right:0px;}
.abt .scndpnl .lft.unpleas{margin-top: 103px;}
.abt .frstpnl .rgt.seam{margin-top: 123px;}

.abt .scndpnl .lft ul{display: block;margin-bottom: 12px;}
.abt .scndpnl .lft ul li{display: block;margin-bottom: -8px;}
.abt .scndpnl .lft ul li p span{display:inline-block;width:45%;color:#d5401e;font-size:18px;}

.abt .timeline{display:block;}
.abt .timeline ul:before{content:'';display:block;width: 100%;height: 4px;background: #d5401e;position: absolute;left: 0;top: 50%;margin-top: -2px;}
.abt .timeline ul{display:block;}
.abt .timeline ul li{display:block;padding: 160px 0px;}
.abt .timeline ul li.plt h2{top: initial;bottom: 121px;}
.abt .timeline ul li:hover{transform: scale(1.1);transition: all 2s;}
.abt .timeline ul li .Pnl{display:block;position: absolute;width: -webkit-fill-available;bottom: 6px;}
.abt .timeline ul li.plt .Pnl{bottom: initial;top: 31px;}
.abt .timeline ul li.plt .Pnl p{display:flex;justify-content: center;align-items: flex-end;}
.abt .timeline ul li h2{display:block;font-size: 30px;font-weight: bold;text-align: center;color: #d5401e;position: absolute;width: -webkit-fill-available;top: 121px;}
.abt .timeline ul li  p{display:block;text-align: center;min-height: 76px;}
.abt .timeline ul li .crcl{display: flex;width: 50px;justify-content: center;align-items: center;height: 50px;background: #d5401e;border-radius: 50%;margin: 18px auto;}
.abt .timeline ul li .crcl:before{content:'';display:block;width: 24px;height: 24px;background: inherit;border: 9px solid #fff;border-radius: inherit;}
.abt .timeline ul li .brdr{display:block;height: 57px;width: 1px;background: #d7d7d7;margin: 0 auto;position: relative;margin-bottom: 20px;}
.abt .timeline ul li .brdr:after{content:'';display:block;width: 15px;height: 15px;background: #d7d7d7;border-radius: 50%;position: absolute;left: 50%;bottom: 0;margin-left: -7.5px;}
.abt .owl-dots{display:none !important;}

.abt .slide{position:relative;overflow: hidden;}
.slide .owl-theme .owl-controls .owl-nav{display:block !important;width: 90%;margin: 0;transform: translate(-50%, -50%);top: 50%;left: 50%; z-index: 2;}
.slide .owl-theme .owl-controls .owl-nav div{display:block;width: 30px;height: 30px;background: url(/wp-content/uploads/2023/12/lft-arw.png) no-repeat #e9490a;text-indent: -99999px;overflow: hidden;background-position: center;background-size: 8px;float: left;border-radius: 0;}
.slide .owl-theme .owl-controls .owl-nav div.owl-next{float:right;transform: rotate(179deg);background-position: center;}

.InrBnr{min-height: 450px;background-size: cover;background-position: center;display: flex;align-items: center;justify-content: center;margin-top:107px;}
.InrBnr .Txt{display:block;}
.InrBnr .Txt h1{display:block;text-align: center;color: #fff;text-transform: uppercase;}

.cntct .map{display: flex;justify-content: space-between;}
.cntct ul.Info li.cv a.cve:hover{color:#737f96;}
.cntct .map iframe{display: inline-block;width: 49.2%;}
.cntct .pdng{display: block;max-width: 89%;margin: 0 auto; margin-top:75px;}
.cntct h2{font-size:30px;font-weight:700;color: #293957;margin-bottom: 95px;}
.cntct ul.Info{display:block;width: -webkit-fill-available;/* display: flex; */justify-content: center;margin-bottom: 50px;}
.cntct ul.Info li{display:block;width: 277px;margin-right: 5%;float: left;width: 30%;}
.cntct ul.Info li:last-child{margin-right:0px;}

.cntct ul.Info li b{transition:0.3s ease;display:block;font-size: 18px;font-weight: 700;margin-bottom: 9px;border-bottom: 1px solid #737f96;padding-bottom: 7px;text-transform: uppercase;background: url(../images/mail-icon.png) no-repeat center right;line-height: normal;padding-right: 30px;}
.cntct ul.Info li a hr{display:block;margin: 7px 0px;}
.cntct ul.Info li a{display:block;font-size: 16px;font-weight: 400;}
.cntct ul.Info li a span{font-size:inherit;display: block;font-weight: 900;}
.cntct ul.Info li a:hover{color:#e84024;}
.cntct ul.Info li.cv a:hover{color:#e84024;}
.cntct ul.Info li.adrs a:hover{color:#737f96;}
.cntct ul.Info li.adrs b{background: url(../images/loc-icon.png) no-repeat center right;}
.cntct ul.Info li.cv b{background: url(../images/work-icon.png) no-repeat center right;}
.cntct .cntctlst{
    width: -webkit-fill-available;
}
.cntct .form{background-color:#f5f6f6;padding: 70px;}
.cntct .form h1.cnt{font-size:30px;color:#293957;margin-bottom: 40px;}
.cntct ul.Info li a span{font-size:inherit;display: block;font-weight: 900;}

.cntct .form iframe{width: 100%;height: 100%;border: 0;}

.cntct .form .cntctlst .fldWrp input, .cntct .form .cntctlst .fldWrp textarea{display: block;background-color: #fff;outline: 0;border: 1px solid #d7dce6;padding: 11px 17px;width: -webkit-fill-available;font-size: 16px;color: #737f96;}
.cntct .form .cntctlst .fldWrp input::placeholder, .cntct .form .cntctlst .fldWrp input::textarea{color:#737f96;}
.cntct .form .cntctlst .fldWrp{display:block;margin-right: 2%;float: left;width: 32%;margin-bottom: 2%;}
.cntct .form .cntctlst .fldWrp.fll{width:-webkit-fill-available;margin-right: 0;}
.cntct .form .cntctlst .fldWrp.mrg0{margin-right:0px;}
.cntct .form .cntctlst .fldWrp.btnPnl input{display:block;padding: 12px 22px;font-family: 'Montserrat', sans-serif;font-size: 14px;text-transform: uppercase;font-weight: bold;color: #fff;border: 0;background: #e9490a;border-radius: 0;width: fit-content;text-align: center;cursor: pointer;transition:0.3s ease;}
.cntct .form .cntctlst .fldWrp.btnPnl input:hover{background-color:#231f20;}
.PagesContent .IconPnl{display:block;margin-bottom: 50px;}
.PagesContent .IconPnl h1.hd{text-align: center;margin-bottom: 12px;}
.PagesContent .IconPnl p{text-align: center;margin-bottom: 12px;}
.PagesContent .IconPnl h2{display:block;font-size: 30px;font-weight: 900;color: #293957;line-height: 1.2em;margin-bottom: 13px;text-align: center;}
.PagesContent .IconPnl ul{display:block;margin-top: 60px;}
.PagesContent .IconPnl ul li{display:block;float: left;width: 23%;padding: 0% 1%;}
.PagesContent .IconPnl ul li .icon{display:block;width: fit-content;margin: 0 auto;margin-bottom: 13px;}
.PagesContent .IconPnl ul li:hover .icon img{   transform: rotate(360deg);}
.PagesContent .IconPnl ul li .icon img{display:block;max-width: 77px;max-height: 44px;object-fit: contain;min-height: 48px;transition: transform 0.3s ease-in-out;}
.PagesContent .IconPnl ul li h3{display:block;text-align: center;font-size: 21px;color: #293957;font-weight: 700;margin-bottom: 10px;line-height: 1.3em;}
.PagesContent .IconPnl ul li p{display:block;text-align: center;font-weight: 300;margin: 0;}

.PagesContent .InrBnr{display:block;min-height: 450px;background-size: cover;background-position: center;display: flex;align-items: center;justify-content: center;}
.PagesContent .InrBnr .Txt{display:block;padding-top: 0px;}

.PrdThmb{display:block;}
.PrdThmb ul{display:flex;    flex-wrap: wrap;}
.PrdThmb ul li{display:block;float: left;width: 29.4%;margin-right: 5.8%;  margin-bottom: 5.8%;}
.PrdThmb ul li:nth-child(3n+3){margin-right:0px;}
.PrdThmb ul li a{display:block;}
.PrdThmb ul li p{display:block;font-size: 16px;display: -webkit-box;-webkit-line-clamp: 3;overflow: hidden;-webkit-box-orient: vertical; text-overflow: ellipsis;}
.PrdThmb ul li .BtMore{display:block;font-size: 18px;text-transform: uppercase;color: #293957;font-weight: bold;margin-top: 9px;width: fit-content; padding-right: 21px;transition:0.3s ease;}
.PrdThmb ul li:hover .BtMore{color:#e84024;}
.PrdThmb ul li .BtMore:after{content:'';background: url(../images/prdt-arw.png) no-repeat  center;display: inline-block;width: 27px;height: 14px;}
.PrdThmb ul li:hover .BtMore:after  {background: url(../images/hov-icn.png) no-repeat  center;}


.PrdThmb ul li .ImgPnl{display:block;background: #f2f2f2;padding: 10px 30px;margin-bottom: 14px;}
.PrdThmb ul li .ImgPnl img{display:block;height: 282px;object-fit: contain;margin: 0 auto;transition: all 2s;}
.PrdThmb ul li .ImgPnl img:hover{transition: all 2s;transform: scale(1.1);}
.PrdThmb ul li h2{display:block;color: #293957;font-size: 24px;font-weight: bold;margin-bottom: 15px;}
.PrdThmb ul li:hover h2{color:#e84024;}

.PagesContent{display:block;}
.PagesContent .pnl:nth-child(even){flex-flow: row-reverse;}
.PagesContent .pnl{display: flex;justify-content: space-between;align-items: center;margin-bottom: 50px;margin-top:132px;}
.PagesContent .pnl .lft{display:block;width: 47%;transition: all 2s;}
.PagesContent .pnl .lft:hover{transform: scale(1.1);transition: all 2s;}
.PagesContent .pnl .lft img{display:block;width: 100%;}
.PagesContent .pnl .rgt{display:block;width: 47%;}
.PagesContent .pnl .rgt h2{display:block;font-size: 30px;font-weight: 900;color: #293957;line-height: 1.2em;margin-bottom: 13px;}
.PagesContent .pnl .rgt p{margin-bottom:15px;}
.PagesContent .pnl .rgt ul{display:block;}
.PagesContent .pnl .rgt ul li p span{display:inline-block;width:45%;color:#d5401e;font-size:18px;}
.PagesContent .pnl .rgt ul li{display:block;color: #737f96;font-size: 15px;line-height: 1.75em;letter-spacing: 0.15px;position: relative;}
.PagesContent .pnl .rgt ul li:before{content:'';display:none;width: 7px;height: 7px;background: #737f96;border-radius: 50%;position: absolute;left: 0;top: 10px;}
ul.blt{display:block;}
ul.blt li{display:block;font-size: 16px;margin-bottom: 10px;}
ul.blt li:last-child{margin-bottom:0px;}
ul.blt li:before{content:''; display:block;}

.news{display:block;}
.news ul{display:block;}
.news ul li{display:block;width: 31.3%;box-shadow: 1px 1px 8px #e2e2e23d;float: left;margin-right: 3%;margin-bottom: 3%;transition: all 2s;}
.news ul li:hover{transform: scale(1.1);transition: all 2s;}
.news ul li:nth-child(3n+3){margin-right:0px;}
.news ul li a{display:block;border: 1px solid #f6f6f6;}
.news ul li a .ImgPnl{display:block;}
.news ul li a .ImgPnl img{display:block;height: 140px;object-fit: cover;width: 100%;}
.news ul li a h2{font-size: 19px;overflow: hidden;-webkit-box-orient: vertical;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;padding-bottom: 0;min-height: 60px;color: #000;font-weight: 700;}
.news ul li a .pnl{display:block;padding: 20px 20px;}
.news ul li:hover a h6{color:#e84024;background: url(../images/clr-clock.png) no-repeat left center;background-size:14px;}
.news ul li:hover a h2{color:#e84024;}
.news ul li a h6{display:block;background: url(../images/clock-icon.png) no-repeat left center;font-size: 15px;font-weight: 400;padding: 2px 0px;padding-left: 19px;line-height: normal;background-size: 14px;color: #000;margin-bottom: 6px;}
.tag-description p{line-height: 31px;}
.content .FlxBtn{display:flex;justify-content: center;margin-top: 30px;}
.content .FlxBtn a{display:flex;margin-right: 10px;}
.content .FlxBtn a:last-child{margin-right:0px;}
.content{display:block;}
.content p{font-weight:400;margin-bottom:32px;}
.content h2{font-size:30px;font-weight:700;margin-bottom:16px;color: #000;}
.content p b{font-size:119%;font-weight:700;line-height: 32px;}
.content ul.icons{display: flex;flex-wrap: wrap;justify-content: center;}
.content ul.icons li{float:left;width: 25%;margin-bottom: 35px;}
.content ul.icons li:nth-child(4n+4){margin-right:0px;}
.content li .icon img{margin:0 auto;display: block;transition: transform 0.3s ease-in-out;}
.content li:hover .icon img{  transform: rotate(360deg); }
.content ul.icons li .icon{display:block;margin-bottom: 8px;}
.content ul.icons li p{display:block;margin: 0;max-width: 88%;line-height: 1.5em;font-size: 16px;text-align: center;margin: 0 auto;}

.content.DlrPage .rgt h1{display:block;line-height: 1.3em;font-weight: 900;margin-bottom: 24px;}
.content.DlrPage .rgt h1 span{display:block;font-size: 52%;}
.content.DlrPage{display:block;}
.content.DlrPage .lft{display:block;width: 60%; float:right;}
.content.DlrPage .rgt{display:block;width: 34%; float:left;}
.content.DlrPage .rgt iframe{width:100%;height: 820px;overflow: hidden;outline: 0;border: 0;}


.crr {
    background: #f1f1f14d;
    padding: 30px 12%;
    margin-top: 160px;
    border: 1px solid #ede3e3;
}
.crr h1,
.crr p,
.crr p b {
    text-align: center;
    margin-top: 0;
    margin-bottom: 6px;
}
.crr p a.big {
    font-size: 14px;
    display: block;
    color: #d5401e;
}
.crr a.btn {
    margin: 0 auto;
    width: fit-content;
    float: none;
    display: block;
    margin-top: 21px;
}
.crr p b.big {
    font-size: 18px;
}



@media only screen and (max-width: 1300px){
	.HmBnr .Txt h1{font-size:60px;}
	.HmBnr .Txt h5{font-size: 20px;}
	.HmBnr .Txt{width: 54%;}
}

@media only screen and (max-width: 1170px){
	.Testimonials{ padding: 80px 0px;}
	header .rgt ul li, header .topPnl .RgtNav ul li{margin-right:24px;}
	header .rgt ul li a{font-size:14px;}
	header .BtmPnl .lft{width: 176px;}
	.PagesContent .pnl{align-items: flex-start;}
	.NwsDtl{margin-top: 140px;}
	.connect .rgt{width: -webkit-fill-available;}
	.connect .logoIcon{width: 190px;height: 190px; margin-bottom:30px;}
	.connect{flex-flow: column;justify-content: initial;align-items: flex-start;}
}

@media only screen and (max-width: 950px){
	.news ul li a h6{font-size: 14px;background-size: 12px;}
	.news ul li a h2{min-height:initial; font-size: 17px;}
	html, body{overflow-y:scroll;}
	body::-webkit-scrollbar, html::-webkit-scrollbar{display: none;}
	.InrBnr{margin-top:0px;}
	input[type="date"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Add your custom styling here */
}
	@supports (-webkit-appearance:none) {
.AbtPnl .lft .BgClr .tab-content fieldset .fldWrp input[type="date"] {
      width: -webkit-fill-available;
    border: 0;
    background: #fff;
    padding: 12px 16px;
    outline: 0;
    color: #a8b1c2;
  }
}

	
	.PrdThmb  ul li .BtMore{font-size: 14px;padding-right: 17px;background-size: 7px;}
	.PrdThmb  ul li h2{font-size: 20px;}
	.PrdThmb  ul li:nth-child(2n+2){margin-right:0px !important;}
	.PrdThmb  ul li, .PrdThmb  ul li:nth-child(3n+3){ width: 48.5%; margin-right: 3%;}
	
	.abt .frstpnl .rgt h1 br{display:none;}
	.abt .frstpnl .rgt.cert{ margin-top: 28px;}
	.abt .scndpnl .lft h1{margin-bottom: 23px;}
	.abt .cust{margin-bottom: 68px;}
	.abt .scndpnl{padding: 68px 0px; margin-bottom: 68px;}
	.abt .scndpnl .snd .clear{display:block;}
	.abt .scndpnl .snd{display:block;}
	.chse ul li .icon{float:none;}
	.chse ul li .clear{display:none;}
	.chse ul li, .chse ul li:nth-child(3n+3){display: flex;
    justify-content: space-between;
    align-items: center;}
	.chse ul li .rgt{float:none;width: 80%;margin-top:0px;        max-width: initial;}
	.chse{padding: 69px 0px;}
	section{margin-bottom: 74px;}
	.AbtPnl .rgt{width: -webkit-fill-available;margin-top: 60px;}
	.AbtPnl .lft .nmbr{margin-top: 38px;}
	.AbtPnl .wrap{    flex-wrap: wrap;}
	.HmBnr{margin-bottom:60px;}
	.AbtPnl .lft{display:block; width: -webkit-fill-available; max-width: 500px;}
	.AbtPnl .lft{margin-top:0px;}
	.PrdtsPnl ul li{    width: 31.2%;margin-right: 3%; margin-bottom: 3%;}
	.PrdtsPnl ul li .ImgPnl img{height: 200px;}
	.abt .cust ul li h2{font-size: 46.6px;width: 125px;height: 125px;}
	.abt .cust ul li h4{font-size: 14px;}
	.NwsDtl .post h1{font-size:34px;}
	.NwsDtl .pstMre h3{font-size:20px;}
}

@media only screen and (max-width: 768px){
	.calc .colm h3{font-size: 15px;}
	.calc{padding: 50px 0px;}
	.calc .ttlsvng div:last-child{margin:0px;}
	.calc .ttlsvng div{    width: -webkit-fill-available;float: none;margin: 0;border: 0; margin-bottom: 20px;}
	.calc .colm .ui-slider-horizontal .ui-slider-handle{width: 22px; height: 22px;}
	.calc .colm .ui-slider{height: 6px;}
	.calc .ttlsvng div span{font-size: 33px;}
	.calc .colm{width:100%; margin-right: 0;}
	footer .btmSec p{float:none; text-align:center;}
	footer .btmSec .scl{display: flex; align-items: center;justify-content: center;width: -webkit-fill-available;float: none;}
	footer .btmSec .scl a:nth-child(1){margin-left:10px;}
	.crr{margin-top:7px;}
	.page .brdcrm{margin-bottom:31px;}
	
	.AbtPnl .lft.MobOff.active{display:block;}
	.AbtPnl .lft.MobOff{margin:0px;z-index: 9;width:100%;}
	.NwsDtl{margin-top:0px;}
	.BtnResOpn{display:flex;z-index: 9999;}
	header .rgt ul li.menu-item-has-children a:after{border-color:#000;}
	header .rgt ul li .sub-menu li a{border:0px;}
	header .rgt ul li .sub-menu{box-shadow:none;position:initial;width:-webkit-fill-available;background: #f6f6f6; padding: 0px 20px;}
	header .rsMnu.active ul li a, header .rgt ul li .sub-menu li a{padding: 10px 0px;}
header .rgt ul li, header .rgt ul li .sub-menu li{float:none;margin: 0;margin-bottom: 10px;}
	header .rsMnu.active{display:block;left: 0;background: #fff;height: 100vh;position: fixed;top: 0;width: -webkit-fill-available;padding: 20px; overflow-y: scroll;}
	header .rsMnu.active ul{display:block;}
	header .rsMnu.active ul li a{color:#000;font-size: 16px;}
	header .Hamburger{display:block;}
	.abt .cust ul li h2{font-size: 40px;width: 115px;height: 115px;}
	.cntct .form h1.cnt{margin-bottom: 11px;}
	.cntct .form{padding: 30px;}
	.cntct h2 br{display:none;}
	.cntct h2{margin-bottom: 30px;}
	.cntct .pdng{max-width: -webkit-fill-available;}
	.cntct ul.Info li{ width: 100%; margin-right: 0; margin-bottom: 20px;}
	.cntct .map iframe{    height: 250px; margin-bottom: 10px;}
	.cntct .map{display:block;}
	.cntct .map iframe{width: -webkit-fill-available;height: 250px;margin-bottom: 10px;}
	.content ul.icons li{width:50%;}
	.content.DlrPage .rgt{width: -webkit-fill-available;    margin-top: 30px;}
	.content.DlrPage .lft{width: -webkit-fill-available;}
	.abt{margin-top:0px;}
	.inrPage{padding-top: 97px;}
	.owl-dots{display:none;}
	.slide .owl-theme .owl-controls .owl-nav{display:none !important;}
	.PagesContent .IconPnl ul{display: flex;flex-wrap: wrap;}
	.PagesContent .IconPnl ul li{width: 48%; padding:2% 1%;}
	.PagesContent .pnl .lft{float:none;width: 100%;}
	.PagesContent .pnl .rgt{float:none;width: 100%;    padding: 30px 0px;}
.PagesContent .pnl{display:block;margin-top: 0px;}
	.page .FlexPnl:nth-child(even) .rgt{margin:0px;}
	.page .FlexPnl:nth-child(even){padding:0px;}
	.page .FlexPnl .lft img{width:-webkit-fill-available;}
	.page .FlexPnl{display:block; padding:0px;    background: transparent;}
	.page .FlexPnl .lft{width: 100%; margin: 0;float: none;}
	.page .FlexPnl .rgt{padding: 30px 0px;width: 100%;    margin: 0;float: none;}
	.abt .frstpnl{margin-bottom: 50px;}
	.abt .frstpnl .rgt h1{ margin-bottom: 19px;}
	.abt .frstpnl .rgt, .abt .scndpnl .rgt{width: 100%;}
	.abt .frstpnl .lft, .abt .scndpnl .lft{width: 100%; margin-bottom: 30px;}
	.blog ul li:nth-child(3n+3){margin-bottom:0px;}
	footer .Pnl:nth-child(3), footer .Pnl:nth-child(4){border-bottom:0px;padding-bottom: 0;margin-bottom: 0;}
	footer .Pnl{border-bottom: 1px solid #dedede;padding-bottom: 20px; margin-bottom: 37px;}
	footer .Pnl h4{margin-bottom: 17px;}
	footer .wrap{display:flex;flex-wrap: wrap;}
	footer .Pnl ul{width:90%;}
	footer .Pnl.XL, footer .Pnl, footer .Pnl.XXL{width: 50%;margin-right: 0;}
	.Testimonials ul li .Clr h4:after{margin:0px;margin-bottom: 8px;height: 16px;width: 89px;background-size: contain;}
	.Testimonials ul li .Clr h4{display: flex;flex-flow: column-reverse; margin-bottom: 10px;}
	.Testimonials ul li .Clr{padding: 25px 25px;}
	.Testimonials .owl-theme .owl-controls .owl-nav{display:none;}
	.Testimonials{ padding: 60px 0px;}
	.PrdtsPnl ul li .BtMore{font-size: 14px;padding-right: 17px;background-size: 7px;}
	.PrdtsPnl ul li h2{font-size: 20px;}
	.PrdtsPnl ul li:nth-child(2n+2){margin-right:0px !important;}
	.PrdtsPnl ul li, .PrdtsPnl ul li:nth-child(3n+3){ width: 48.5%; margin-right: 3%;}
	.chse ul{display: flex;flex-wrap: wrap;}
	.chse ul li .icon img{height: 43px;object-fit: contain;}
	header .rgt ul, header .topPnl{display:none;}
	.HmBnr ul li img{height: 700px;object-fit: cover;}
	.HmBnr .bx-controls-direction{display:none;}
	.HmBnr .Txt{ width: 80%;}
	.chse ul li, .chse ul li:nth-child(3n+3){width: 48.9%; margin-right: 2.1%;margin-top: 20px;}
	.chse ul li:nth-child(2n+2){margin-right:0px !important;}
	.blog ul li{margin:0px; width:100%;     margin-bottom: 40px;}
	.blog ul li .ImgPnl img{height:auto; width: 100%;}
	footer .Pnl.XXL{margin-top: 0px;}
	footer{padding-top: 47px;}
	.inrPg.news ul li{width:48.3%;}
	.inrPg.news ul li:nth-child(3n+3){margin-right:3%;}
	.inrPg.news ul li:nth-child(even){margin-right:0px;}
	.NwsDtl .post h1{font-size:25px;}
	
}

@media only screen and (max-width: 650px){
	.AbtPnl .rgt{margin-top:0px;}
	.page .FlexPnl .lft img{height:auto;}
	.abt .scndpnl .lft.unpleas{margin-top:0px;}
	.abt .cust{margin-bottom: 38px;}
	.abt .scndpnl{ padding: 48px 0px;}
	.HmBnr ul li video.res{display:block;}
	.HmBnr ul li video{display:none;}
	.HmBnr ul li img.res{display:block; height:auto;}
	.HmBnr ul li img{display:none;}
	.abt .cust ul li h4{padding-top: 15px;}
	.abt .cust ul{flex-wrap: wrap;}
	.abt .cust ul li{width: 50%;    margin-bottom: 25px;}
	.cntct .form .cntctlst .fldWrp input, .cntct .form .cntctlst .fldWrp textarea{font-size: 14px;}
	.cntct .form .cntctlst .fldWrp{margin-right: 0; width: -webkit-fill-available;}
	h1{font-size: 28px;}
	.content h2{font-size:23px;}
	.content p{margin-bottom: 15px;}
	.PagesContent .IconPnl ul li .icon img{max-width: 71px;max-height: 37px;min-height: 37px;}
	footer .Pnl:nth-child(3){border-bottom: 1px solid #dedede;padding-bottom: 20px;margin-bottom: 37px;}
	footer .Pnl.XL, footer .Pnl.XXL{width:100%;}
	section{margin-bottom: 50px;}
	.certificate ul li:nth-child(5n) img, .certificate ul li:nth-child(6n){border-bottom: 1px dashed #e3e3e3;}
	.certificate ul li img, .certificate ul li:nth-child(4n+4) img{border-right: 1px dashed #e3e3e3;}
	.certificate ul li{width: 33.3%;}
	.AbtPnl .lft .BgClr{padding: 0;background: transparent;}
	.AbtPnl .lft .BgClr .tab-content fieldset .btn{font-size: 15px;}
	.AbtPnl .lft .BgClr .tabs{margin-bottom: 24px;}
	.AbtPnl .lft .BgClr .tab-content{padding: 0px 0px;}
	.AbtPnl .lft .BgClr .tab-content fieldset .fldWrp input, .AbtPnl .lft .BgClr .tab-content fieldset .fldWrp textarea{padding: 10px 13px;}
	.AbtPnl .lft .BgClr .tabs li a{font-size:14px; padding:14px 7px;}
	.HmBnr .Txt a.btn{font-size: 12px;margin-top: 20px;padding: 12px 14px;}
	.HmBnr .Txt h1{font-size: 37px;}
	.HmBnr .Txt h5{font-size: 15px;}
	.chse ul li, .chse ul li:nth-child(3n+3){width:100%; margin-right:0px;}
	.certificate ul li:nth-child(3n+3) img{border-right:0px;}
	.NwsDtl .post{width:100%;}
	.NwsDtl .pstMre{width:100%;}
}

@media only screen and (max-width: 550px){
	.PrdThmb ul li .ImgPnl img{height: auto; width: -webkit-fill-available; max-height: 300px;}
	.PrdThmb ul li, .PrdThmb ul li:nth-child(3n+3){width: 100%; margin-right: 0; margin-bottom: 30px;}
	
	.HmBnr .Txt h5{font-size: 14px;margin-top: 5px;}
	.HmBnr .Txt h1{font-size: 30px; line-height: 1.2em;}
	.HmBnr .Txt h1 br{display:none;}
	.PagesContent .pnl .rgt ul li p span{font-size: 100%;}
	.PagesContent .pnl .rgt h2, .PagesContent .IconPnl h2{    font-size: 22px;}
	.PrdtsPnl ul li .ImgPnl img{height: auto; width: -webkit-fill-available; max-height: 300px;}
	.PrdtsPnl ul li, .PrdtsPnl ul li:nth-child(3n+3){width: 100%; margin-right: 0; margin-bottom: 30px;}
}

@media only screen and (max-width: 500px){
	.page h2{font-size:18px;}
	.scrll{overflow-x: scroll;display: block;}
	th{font-size:13px;}
	td{font-size:13px}
	.inrPg.news ul li{width:100%;}
	.abt .cust ul li h2{font-size: 30px;width: 90px;height: 90px;}
	.cntct h2{font-size:24px;}
	.PagesContent .IconPnl ul{margin-top: 0;}
	.PagesContent .IconPnl ul li{width: -webkit-fill-available;padding: 3% 0%;}
	.certificate ul li:nth-child(7n) img{border-right: 1px dashed #e3e3e3;}
	.certificate ul li:nth-child(2n+2) img{border-right:0px !important;}
	.certificate ul li:nth-child(3n+3) img{border-right: 1px dashed #e3e3e3;}
	.certificate ul li{width: 50%;}
	.Testimonials ul li .FlxPnl .ImgPnl{width: 50px;height:50px;}
	*{font-size: 13px;}
	.AbtPnl .lft .BgClr .tab-content fieldset .btn{font-size: 13px;}
	
	a.btn{padding: 13px 23px;}
	.AbtPnl .rgt p{margin-bottom: 14px;}
	p, .page p, .page .FlexPnl .rgt p{font-size: 15px;}
	h1.hd span{font-size: 15px;}
	h1.hd, .abt .frstpnl .rgt h1{ font-size: 32px;margin-bottom: 24px;}
	.AbtPnl .lft .nmbr a{font-size: 26px;}
	.AbtPnl .lft .nmbr p{font-size: 13px;background-size: 30px;padding-left: 41px;}
header .BtmPnl .lft{width: 152px;}
	
}

@media only screen and (max-width: 430px){
	h1{font-size: 22px;}
	.page .FlexPnl{margin-bottom:23px;}
	.BtnResOpn a{    padding: 11px 5px;font-size: 11px;}
	h1.hd, .abt .frstpnl .rgt h1{font-size: 27px;}
.AbtPnl .lft .BgClr .tabs li a{display: flex;width: -webkit-fill-available;align-items: center;justify-content: center;width: -webkit-fill-available;font-size: 12px;padding: 9px 3px;font-size: 12px;}
	.AbtPnl .lft .BgClr .tabs li{display:flex;width: -webkit-fill-available;margin: 0;margin-bottom: 4px;}
	.AbtPnl .lft .BgClr .tabs{margin-bottom: 11px;}
	
}



