html{
	scroll-behavior: smooth;
}
.container {
    max-width: 1380px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
}
.banner-header h1 {
    margin: 0;
    padding: 70px 15px;
    color: #fecb34;
    text-align: center;
    font-size: 2.5rem;
    line-height: 2.625rem;
}
.blog-template {
    margin: 30px 0;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666666%;
    flex: 0 0 16.666666%;
    max-width: 16.666666%;
}
.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-5{
	-webkit-box-flex: 0;
    -ms-flex: 0 0 41.666666%;
    flex: 0 0 41.666666%;
    max-width: 41.666666%;	
}
.col-6{
	-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;  
}
.col-8{
	-webkit-box-flex: 0;
    -ms-flex: 0 0 66.666666%;
    flex: 0 0 66.666666%;
    max-width: 66.666666%;	
}
.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-11 {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 91.666666%;
    flex: 0 0 91.666666%;
    max-width: 91.666666%;
}
.col-12 {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
h2.cat-title {
    font-size: 24px;
    color: #000;
    background: #fecb34;
    padding: 18px 15px;
    line-height: 1;
    margin: 0;
}
ul.category-listing {
    margin: 0;
    list-style: none;
    background: #dae9f0;
    padding: 0px;
}
.category-listing li a {
    position: relative;
    line-height: 24px;
    font-size: 16px;
    padding: 10px 15px;
    border-bottom: 1px solid #b6cdd7;
    display: inline-block;
    width: 100%;
	transition: 300ms;
	color: #000000;
}
.category-listing li a:hover {
    background: #0078B0;
    color: #FFFFFF;
}
.post-featured-wrap {
    margin-bottom: 20px;
}
.post-featured-wrap img {
    width: 100%;
}
.category-listing li:last-child a {
    border: 0;
}
.category-section {
    position: sticky;
    top: 20px;
}
.post-content-wrap h3 {
    font-weight: 500;
}
.post-list-wrap {
    display: flex;
    flex-wrap: wrap;
}
.blog-box-wrap {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
	padding: 0px 15px;
}
.blog-header a {
    padding: 20px 20px 0px 20px;
    position: relative;
    overflow: hidden;
    display: block;
}
.blog-body {
    padding: 10px 40px 40px 40px;
}
h2.entry-title a {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
}
.blog-body h2.entry-title {
    min-height: 85px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-box {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background-color: #fff;
    border-radius: 0px;
    -webkit-box-shadow: 9.899px 9.899px 30px 0 rgb(0 0 0 / 10%);
    box-shadow: 9.899px 9.899px 30px 0 rgb(0 0 0 / 10%);
	margin-bottom: 40px;
}
.blog-box-wrap .blog-header img {
	transition:300ms;
    width: 100%;
	height: 240px;
    object-fit: cover;
}
.post-meta-list {
    color: #0078B0;
}
.blog-box-wrap:hover .blog-header img {
    -webkit-transform: scale(1.05) rotate(2deg);
    transform: scale(1.05) rotate(2deg);
    opacity: .8;
}
h2.entry-title:hover a {
    color: #0078B0;
}
div#ekit-megamenu-main-menu ul#menu-main-menu>li:first-child {
    margin-left: 0;
}
.social-icos ul .elementor-inline-item {
    padding: 9px 0;
}
.social-icos ul .elementor-inline-item a {
    transition: 300ms;
}
.social-icos ul .elementor-inline-item:hover a {
    transform: translateY(-10px);
}
.rb-paginate {
    display: flex;
    align-items: center;
	justify-content: center;
}
nav.rb-paginate a, nav.rb-paginate>span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 35px;
    background: #fecb34;
    border-radius: 60px;
    padding: 15px;
    color: #000;
    font-weight: 500;
    margin-right: 5px;
    transition: 300ms;
}
nav.rb-paginate a:hover, nav.rb-paginate .current {
    background: #0078B0;
    color: #FFFFFF;
}
main#content header.page-header {
    display: none;
}
main#content {
    margin: 40px auto;
}
main#content h2.wp-block-heading strong {
    font-weight: 600;
}
main#content h2.wp-block-heading {
    margin: 30px 0 15px 0;
}


/* Product Css */
.subhead-wrap h2.sub-heading {
    font-size: 1.75rem;
    line-height: 42px;
    margin: 0;
    display: inline-block;
    position: relative;
}
.subhead-wrap {
    text-align: center;
    margin-bottom: 40px;
}
h2.sub-heading:before, h2.sub-heading:after {
    content: "";
    position: absolute;
    width: 47px;
    height: 6px;
    background: #fecb34;
    transform: translateY(-50%);
    top: 50%;
}
h2.sub-heading:before {
    left: -67px;
}
h2.sub-heading:after {
    right: -67px;
}
.product-summary-section {
    margin: 50px 0 35px 0;
}
.product-img-wrap {
    overflow: hidden;
    position: relative;
    border-radius: 0px 10px 10px 0px;
    border: 0;
	text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
}
a.send-inquiry-cta {
    display: inline-block;
    padding: 18px 88px;
     background: linear-gradient(180deg, #0b6794, #1c4d6c);
    /*background: #757575;*/
    border-radius: 10px;
    font-size: 20px;
    line-height: 1;
    color: #FFF;
    white-space: nowrap;
    transition: 300ms;
	width: 100%;
    max-width: 100%;
	text-align: center;
}
a.send-inquiry-cta:hover {
    background: #0077af;
}
span.or_wrap {
    display: block;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    margin: 16px 0;
}
.product-img-wrap img {
    width: 100%;
}
h3.pro-h3 {
    font-size: 1.25rem;
    line-height: 30px;
    border-bottom: 1px solid #000000;
    display: inline-block;
	margin: 0 0px 18px 0;
}
.app_wrap, .more_wrap, .other_feature, .tech_spec, .product_videoo {
/*     margin: 25px 0; */
}
ul.app-list {
    list-style: none;
    padding: 0;
    margin: 0;
	display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
ul.app-list li {
    flex: 0 0 25%;
}
ul.app-list li img {
    width: 100%;
    border-radius: 10px;
    padding: 4px 7px;
}
.pro-contact-info-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fecb34;
    padding: 22px;
    border-radius: 10px;
	flex-flow: column;
}
.pro-call-mail-info {
    display: inline-block;
    width: 100%;
}
.pro-call-mail-info:first-child {
    margin-bottom: 34px;
}
.pro-call-details {
    flex: 0 0 calc(100% - 35px);
    padding-left: 20px;
}
.pro-call-ico img {
    width: auto;
}
.pro-head {
    display: flex;
    align-items: center;
}
.pro-call-details span {
    font-size: 0.875rem;
    display: inline-block;
    width: 100%;
	line-height: 24px;
	font-weight: 400;
}
.pro-footer a{
    font-size: 1rem;
    color: #000000;
    font-weight: 600;
	transition: 300ms;
}
.pro-footer a:hover {
    color: #FFFFFF;
}
.app_wrap p, .short_desc p, .more_wrap p, .post-content-wrap p {
    font-size: 0.875rem;
    line-height: 24px;
}
.app_wrap p strong {
    font-size: 1rem;
}
table.tech_table {
    margin: 0;
    margin-top: 10px;
    margin-bottom: 18px;
}
.tech_spec {
    overflow-x: auto;
}
table.tech_table thead {
    background: #818181;
    color: #FFFFFF;
    font-size: 0.875rem;
    font-weight: bold;
}
table.tech_table thead tr th {
    white-space: nowrap;
}
table.tech_table tbody td {
    font-size: 0.875rem;
}
table.tech_table tbody>tr:nth-child(odd)>td, table.tech_table tbody>tr:nth-child(odd)>th {
    background: #FFF;
}
table.tech_table tbody tr td {
    border: 1px solid #CECECE;
    padding: 11px 12px;
}
table tbody tr:hover>td, table tbody tr:hover>th {
    background-color: unset;
}
ul.cmn-list{
	margin: 10px 0 20px 0;
    padding: 0;
    list-style: none;
}
.column-2{
	column-count: 2;
}

ul.cmn-list li{
    position: relative;
    padding-left: 38px;
        margin-bottom: 16px;
	/*margin-bottom: 20px;*/
}
ul.cmn-list li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 21px;
    height: 20px;
    background-image: url(/wp-content/uploads/2024/06/tick.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}

ul.cmn-list li ul.cmn-list li:before {
    top: 3px;
    color: #fecb34;
    background-image: none;
    content: " - ";
    font-size: 35px;
}

ul.cmn-list li ul.cmn-list li {
    padding-left: 28px;
}

ul.cmn-list li ul.cmn-list li ul.cmn-list li:before{
    content: "• ";
 top: 0px;
    color: #fecb34;
    background-image: none;
        font-size: 35px;
}
ul.cmn-list li ul.cmn-list li ul.cmn-list li {
   padding-left: 28px;
}

.article-list ul {
    margin: 15px 0 0px 0;
	padding: 0;
    list-style: none;
}
.article-list ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 8px;
}
.article-list ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background: #fecb34;
}
/* .other_feature {
    border-top: 1px solid #fecb34;
    padding-top: 25px;
} */
h3.video_title {
    position: relative;
    margin: 0 0 28px 0;
    font-size: 1.75rem;
    font-weight: 600;
    display: inline-block;
}
h3.video_title:before {
    content: "";
    position: absolute;
    width: 47px;
    height: 6px;
    background: #fecb34;
    transform: translateY(-50%);
    top: 50%;
    right: -67px;
}
.video_wrap iframe, .tech_spec iframe {
    border-radius: 10px;
}

.post-content-wrap h2 {
    position: relative;
    margin: 10px 0px;
    display: inline-block;
    margin-right: 70px;
	line-height: 34px;
	font-size: 1.5rem;
    text-transform: capitalize;
}
.post-content-wrap h2 strong {
    font-weight: 600;
}
.post-content-wrap h2:before {
    content: "";
    position: absolute;
    width: 47px;
    height: 6px;
    background: #fecb34;
    transform: translateY(-50%);
    top: 50%;
    right: -67px;
}
.post-content-wrap h3 {
    position: relative;
    margin: 0 0 0px 0;
    display: inline-block;
	color: #0078B0;
}
.post-content-wrap h3 strong {
    font-weight: 500;
}
h2 {
    margin-bottom: 18px;
}
.post-content-wrap img {
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
}
.post-content-wrap .mt-20 {
    margin-top: 20px;
}

/* List Category-Product Css */
.category-data {
    margin: 40px 0;
}
.list-box-wrap {
    width: 100%;
    display: inline-block;
	margin-bottom: 46px;
}
.featured-img img {
    width: 100%;
    transition: 300ms;
	height: 150px;
	object-fit: contain;
    background: #f5f5f5;
}
.category-data .featured-img img {
    height: 222px;
}
a.list-data-link {
    display: flex;
    justify-content: center;
    flex-flow: column;
	align-items: center;
}
.featured-img {
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
	border: 1px solid #959595;
	transition: 300ms;
}
.list-data-link h2 {
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    line-height: 22px;
	margin: 16px 0 12px 0;
	width: 100%;
	padding: 0 10px;
	transition: 300ms;
}
.list-data-link h2:hover {
    color: #0078B0;
}
span.explore-now {
    display: inline-block;
    text-align: center;
    font-size: 0.875rem;
    color: #000000;
    font-weight: 500;
    border-bottom: 1px solid #000000;
    width: max-content;
	transition: 300ms;
}
.list-data-link h2:hover, span.explore-now:hover {
    color: #0078B0;
}
.list-box-wrap:hover .featured-img img {
    transform: scale(1.08);
}
.list-box-wrap:hover .featured-img {
    border-color: #fecb34;
}
.category-data p{
	text-align: justify;
}
.list-section {
    margin: 34px 0;
	overflow: hidden;
}
.features-wrap {
    margin: 50px 0;
}
.features-wrap>p {
    text-align: center;
}
.feature-list .slick-slide {
    margin: 0 10px;
}
.featured-box {
    background: #f1f1f1;
    border-radius: 8px;
    margin-top: 75px;
    min-height: 200px;
    padding: 20px;
    text-align: center;
}
.feature-heading {
    font-size: 0.875rem;
    font-weight: 600;
    text-align: center;
}
.feature-desc {
    font-size: 0.875rem;
    font-weight: 400;
}
.ico {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -55px;
    margin-bottom: 15px;
}
.img-display img {
    width: 100%;
}
.img-display {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    border-radius: 12px;
}
.list-section .col-3:nth-child(4n+4):after,.list-section .col-3:nth-child(4n+1):before {
    content: "";
    width: 100%;
    position: absolute;
    height: 22px;
    background-color: #fecb34;
    z-index: -1;
}
.list-section .col-3:nth-child(4n+1):before {
    left: -150px;
}
.list-section .col-3:nth-child(4n+4):after {
    right: -150px;
}
.list-section .col-3:nth-child(2n-3):after, .list-section .col-3:nth-child(4n-2):after {
    content: "";
    width: 100%;
    position: absolute;
    height: 22px;
    background-color: #fecb34;
    z-index: -1;
	left: 20px;
}
.yellow-line h2 {
    position: relative;
    display: inline-block;
}
.yellow-line h2:after {
    content: "";
    position: absolute;
    width: 47px;
    height: 6px;
    background: #fecb34;
    top: 50%;
    transform: translateY(-50%);
    right: -67px;
}
.product-body h2 a {
    font-size: 1rem;
    font-weight: 500;
    color: #000000;
}
.product_list_wrap {
    display: flex;
    flex-flow: row wrap;
	margin-top: 28px;
}
.product-box-wrap {
    flex: 0 0 calc(25% - 12px);
    margin: 0 8px;
    display: flex;
	margin-bottom: 22px;
    flex-flow: column;
}
.product-box-wrap:nth-child(4n+4) {
    margin-right: 0;
}
.product-box-wrap:nth-child(4n+1){
    margin-left: 0;
}
.product-header a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
	border-radius: 10px;
}
.product-header img {
    width: 100%;
    transition: 300ms;
	aspect-ratio: 4/3;
    object-fit: cover;
}
.product-body h2 {
    margin: 8px 0;
    line-height: 20px;
}
.product-body {
    display: flex;
    align-items: center;
    text-align: center;
    padding: 10px 10px 10px 10px;
    background: #FFFFFF;
    border-radius: 0px 0px 10px 10px;
    margin-top: -10px;
    min-height: 113px;
}
.product-header {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 9;
}
.product-box-wrap:hover .product-header img {
    transform: scale(1.08);
}
.product-body h2 a:hover {
    color: #0078B0;
}
.client-wrap .ekit-wid-con .elementskit-clients-slider .single-client .content-image {
    display: flex;
}
.client-wrap .ekit-wid-con .elementskit-clients-slider .single-client {
    box-shadow: none;
}
.img-thumbs.elementor-widget-video, .elementor-16 .img-thumbs.elementor-element.elementor-element-8bccd71 img{
    height: 250px;
}
.min-height h2.elementor-heading-title {
    display: inline-block;
    margin: 30px 0px 30px 10px;
    min-height: 40px;
}
.min-height.yellow-line {
    min-height: 100px;
}
.small-span h3 span {
    font-size: 0.875rem;
    font-weight: 400;
    display: block;
    width: fit-content;
}
.bg-line {
    position: relative;
}
.bg-line:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 125px;
    background-image: url(/wp-content/uploads/2024/06/bg-line.png);
    background-position: center;
    background-repeat: no-repeat;
}
.mix-blend img {
    mix-blend-mode: multiply;
}
.mt-20{
	margin-top:20px!important;
}
.mb-20{
	margin-bottom:20px!important;
}
.w-100{
	width: 100%!important;
}
.breadcrumb-section ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
	white-space: nowrap;
    overflow-x: auto;
    padding: 3px 0 10px 40px;
}
.breadcrumb-section ul::-webkit-scrollbar {
    height: 5px;
}
.breadcrumb-section ul::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 20px;
}
.breadcrumb-section ul::-webkit-scrollbar-track {
    background: #e1e1e1;
}
.breadcrumb-section ul li, .breadcrumb-section ul li a {
    color: #000;
    font-size: 0.875rem;
    line-height: 1;
}
.breadcrumb-section ul li {
    margin-right: 30px;
    position: relative;
}
.breadcrumb-section ul li:not(:last-child):after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    right: -18px;
}
.breadcrumb-section {
    background-color: #f2f9ff;
    padding: 14px 0 4px 0;
}
.top-feature {
    display: flex;
    align-items: center;
}
.tfeature-text {
    flex: 0 0 calc(100% - 78px);
    padding-left: 18px;
	font-size: 1rem;
    text-align: center;
}
.top-feature:nth-child(even) {
    margin: 68px 0;
}
.p-0{
	padding: 0!important;
}
.pe-0{
	padding-right: 0!important;
}
.ps-0{
	padding-left: 0!important;
}
.top-feature-wrap {
    background: #dae8ef;
	padding: 20px 26px;
    /*height: calc(100% - 6px);*/
  height: calc(100% - 0px);
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
	border-radius: 8px 0 0px 8px;
}
.inq-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}
.inq-descs {
    flex: 0 0 calc(100% - 60px);
    padding-left: 20px;
    font-size: 1rem;
}
.product-detail-list {
    display: flex;
    align-items: flex-start;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
/* 	border-bottom: 1px solid #cecece; */
    padding-bottom: 14px;
	position: relative;
}
/* .product-detail-list:before {
    content: "";
    background: #0070a4;
    width: 10%;
    position: absolute;
    height: 1px;
    bottom: -1px;
	transition: 500ms;
} */
ul.product-detail-list li a {
    font-size: 1.125rem;
    color: #000000;
	transition: 300ms;
    line-height: 1;
	width: 100%;
	display: inline-block;
}
.product-detail-list li {
    /* margin: 0 29px; */
	color: #0070a4;
	position: relative;
	flex: 0 0 calc(20% - 58px);
	text-align: center;
}

.product-detail-list li.active a, .product-detail-list li a:hover{
	color: #0070a4;
}
/* .product-detail-list:after {
	content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: #0070a4;
    bottom: -8px;
    left: 10%;
    border-radius: 50px;
	transition: 500ms;
} */
.product-detail-list.left_30:after{
	left: 10%;
}
.product-detail-list.left_30:before{
	width: 10%;
}
.product-detail-list.left_50:after{
	left: 30%;
}
.product-detail-list.left_50:before{
	width: 30%;
}
.product-detail-list.left_70:after{
	left: 50%;
}
.product-detail-list.left_70:before{
	width: 50%;
}
.product-detail-list.left_90:after{
	left: 70%;
}
.product-detail-list.left_90:before{
	width: 70%;
}
.product-detail-list.left_110:after{
	left: 90%;
}
.product-detail-list.left_110:before{
	width: 90%;
}
 section.product-detail-wrap .divider .hide-mobile p {
    margin-top: 10px !important;
}
section.product-detail-wrap .divider .hide-mobile ul.cmn-list {
    margin-top: 15px !important;
}

h3.product-h3 {
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 38px;
    position: relative;
    /*display: inline-block;*/
     display: inline;
    margin: 0;
}
h3.product-h3:before {
    content: "";
    position: absolute;
    width: 47px;
    height: 6px;
    background: #fecb34;
    right: -57px;
    top: 50%;
    transform: translateY(-50%);
}
h3.product-h3.inner-head::before {
    top: 77%;
}
.divider {
        border-bottom: 1.5px solid #dceaf0;
    padding-bottom: 50px;
    margin-top: 50px;
	scroll-margin-top: 100px;
	
}
.divider:last-child {
    border: 0;
}
.divider.row .row {
    margin: 0;
}

.note {
    font-size: 0.875rem;
    padding: 12px;
    background: #dae8ef;
	display: inline-block;
}
.note strong {
    color: #ed3237;
}
.sticky-desc {
    position: sticky;
    top: 0px;
    background: #FFF;
    z-index: 99;
	padding-top: 25px;
}
.util-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}
.util-list li {
    display: flex;
    width: 33.33%;
    padding-right: 10px;

}
.logo-util li {
    width: 50% !important;
}

ul.util-list br {
    display: none;
}
.utility-text {
    flex: 0 0 calc(100% - 60px);
    padding-left: 20px;
}
.utility-text span {
    display: block;
}
.progress {
    position: relative;
    display: inline-block;
    width: 100%;
	height: 1px;
	background: #cecece;
	top: -17px;
}
.line {
    background: #0070a4;
    width: 10%;
    height: 1px;
    transition: 500ms;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
	max-width: 100%;
}
.dot {
    position: absolute;
    width: 16px;
    height: 16px;
    background: #0070a4;
    bottom: -8px;
    left: 10%;
    border-radius: 50px;
    transition: 500ms;
}
.product-img-wrap .slick-arrow {
    width: 20px;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	z-index: 9;
	cursor: pointer;
}
.product-img-wrap .img-left-arrow {
    left: 10px;
}
.product-img-wrap .img-right-arrow {
    right: 10px;
}
.product-summary-section button.wpb-pcf-btn-default {
    background: linear-gradient(180deg, #0b6794, #1c4d6c)!important;
    display: inline-block;
    padding: 18px;
    border-radius: 10px;
    font-size: 20px;
    line-height: 1;
    color: #FFF;
    white-space: nowrap;
    transition: 300ms;
    width: 100%;
    max-width: 100%;
    text-align: center;
	text-transform: uppercase;
}
.product-summary-section button.wpb-pcf-btn-default:hover {
    filter: brightness(1.2) contrast(1.2);
}
.inq-inp input,.contact-inp input {
    background: #fafafa;
}
.inq-inp input::placeholder ,contact-inp input::placeholder{
    color: #909090;
}
.inq-inp input, .inq-inp select, .inq-inp textarea, .contact-inp input, .contact-inp textarea {
    background: #fafafa;
    border: 1px solid #1c4d6c;
    color: #1c4d6c;
    border-radius: 8px;
    min-height: 50px;
	width: 100%;
	padding: 10px 20px;
}
.inq-inp textarea, .contact-inp textarea {
    height: 95px;
}
.inq-submit input {
    background: linear-gradient(180deg, #0b6794, #1c4d6c)!important;
    display: inline-block;
    padding: 12px;
    border-radius: 10px;
    font-size: 20px;
    line-height: 1;
    color: #FFF;
    white-space: nowrap;
    transition: 300ms;
    width: 100%;
    max-width: 100%;
    text-align: center;
    text-transform: uppercase;
    border: 0;
	outline: 0!important;
}
.inq-submit input:hover {
	filter: brightness(1.2) contrast(1.2);
}
.swal2-close {
    margin-top: -20px!important;
    margin-right: -25px!important;
}
.swal2-html-container {
    margin: 2em 0.6em 0.3em!important;
}
.flex-2-column {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.inq-inp {
    flex: 1 0 50%;
    padding: 0px 6px;
}
.banner-header-wrap {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.h2-line-e h2 {
    display: inline-block;
    position: relative;
}
.h2-line-e h2:after {
    content: "";
    position: absolute;
    width: 48px;
    height: 6px;
    display: inline-block;
    right: -58px;
    top: 50%;
    transform: translateY(-50%);
    background: #fecb34;
}
.h2-line-s h2:before {
    content: "";
    position: absolute;
    width: 48px;
    height: 6px;
    display: inline-block;
    left: -58px;
    top: 50%;
    transform: translateY(-50%);
    background: #fecb34;
}
.para-b-0 p{
	margin-bottom: 0;
}
.process-arrow .elementor-widget-image-box {
    position: relative;
}
.process-arrow .elementor-widget-image-box:after {
    content: "";
    background: url(/wp-content/uploads/2024/07/rght-arw.png);
    display: inline-block;
    width: 28px;
    height: 32px;
    background-position: center;
    background-size: cover;
    position: absolute;
    z-index: 9999;
    top: 35%;
    right: -25px;
}
.process-arrow .elementor-widget-image-box:last-child:after {
    display: none;
}
ul.pro-list-ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.pro-list-ul li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 24px;
}
ul.pro-list-ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #fecb34;
    border-radius: 20px;
}
.box-text {
    flex: 0 0 calc(100% - 104px);
    padding-left: 12px;
}
.vision-wrap {
    display: flex;
    align-items: center;
    background: #F1F1F1;
    margin-left: 54px;
    position: relative;
    padding: 4px;
    z-index: 1;
	padding: 16px 0;
    min-height: 310px;
    margin-top: 16px;
    border-radius: 10px;
}
.vision-wrap:before {
    content: "";
    position: absolute;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    background: #F1F1F1;
    z-index: -1;
    left: 0;
    top: 0;
    margin: 3px;
	border-radius: 10px;
}
.vision-wrap:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #0078b0 50%, transparent 50%);
    z-index: -2;
    left: 0;
    top: 0;
	border-radius: 10px;
}
.box-text span {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 25px;
    display: inline-block;
}
.timeline-box {
    text-align: center;
    padding: 0px 8px;
}
.box-text p {
    text-align: justify;
}
.box-ico {
    margin-left: -52px;
}
.time-img img {
    width: 100%;
}
.time-img {
    width: 100%;
}
span.text {
    font-size: 0.875rem;
    /*line-height: 16px;*/
}
span.year {
    display: block;
    font-size: 1.125rem;
    font-weight: 600;
    margin: 5px 0;
}
.time-line-wrap {
    position: relative;
}
.time-line-wrap .slick-arrow {
    position: absolute;
    /*top: 50%;*/
    top: 42%;
    transform: translateY(-50%);
	cursor: pointer;
}
.time-line-wrap .t-left-arrow {
    left: -30px;
}
.time-line-wrap .t-right-arrow {
    right: -35px;
}
.time-year {
    min-height: 182px;
}
.time-line-wrap .slick-slide:nth-child(even) .time-year {
    flex-flow: column;
    align-items: center;
    justify-content: flex-end;
    display: flex;
}
.abt-head-list li {
	margin: 0 25px;
    color: #0070a4;
    position: relative;
    flex: 0 0 auto;
    text-align: center;
}
.sticky-list {
    position: sticky;
    top: 0;
    z-index: 9;
    background: #FFFFFF;
}
.add_shadow {
    box-shadow: 0 10px 15px 0 rgb(0 0 0 / 10%);
}
.contact-boxes {
    height: 100%;
}
.inq-submit {
    position: relative;
}
.inq-submit span.wpcf7-spinner {
    position: absolute;
    left: 10px;
    top: 10px;
}

.margin-top-head {
    margin-top: 22px !important;
}
.vacancy-detail .elementor-button-link:hover {
    filter: brightness(1.1) contrast(1.1);
    cursor: pointer;
}
.career-form-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
}
.career-form-wrap .elementor-shortcode {
    display: block;
    width: 40%;
    margin: 0 auto;
    background: #FFF;
    padding: 40px;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 99;
/* 	height: calc(100% - 50px); */
    overflow-y: auto;
}
.career-form-wrap .elementor-shortcode::-webkit-scrollbar {
    width: 7px;
    border-radius: 20px;
    overflow: hidden;
}

.career-form-wrap .elementor-shortcode::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 20px;
}
.career-form-wrap .elementor-shortcode::-webkit-scrollbar-track {
    background: #f1f1f1;
}
h3.career-heading {
    text-align: center;
    font-size: 1.25rem;
    margin: 0 0 24px 0;
    font-weight: 500;
}
.career-form-section {
    display: none;
}
.career-header {
    display: flex;
    align-items: center;
}
h3.career-heading {
    flex: 0 0 calc(100% - 30px);
}
span.close-career-form svg {
    fill: #FFF;
}
span.close-career-form {
    width: 30px;
    background: #EC3234;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 8px;
    border-radius: 70px;
    height: 30px;
	cursor: pointer;
}
.career-header p {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 99999;
}
.inq-inp input[type=file]::after {
    content: "Attach Your CV";
    color: #1c4d6c;
    position: absolute;
    right: 10px;
    top: -2px;
}
span.inp-notice {
    color: #838383;
    font-size: 12px;
}
.vertical-timeline .e-con-inner {
    position: relative;
}
.vertical-timeline>.e-con-inner:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 1px;
    height: calc(100% - 160px);
    background: #CECECE;
    top: 30px;
    left: 20px;
}
/* .vertical-timeline>.e-con-inner:after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background: #0070a4;
    bottom: unset;
    top: 20px;
    left: -7px;
    border-radius: 50px;
    transition: 500ms;
} */
.vertical-timeline .h2-line-e {
    position: relative;
}
.vertical-timeline .h2-line-e:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: #0070a4;
    bottom: unset;
    top: 3px;
    left: -37px;
    border-radius: 50px;
    transition: 500ms;
}
.contact-map iframe {
    border-radius: 10px 0 0 10px;
}
.brach-address {
    min-height: 238px;
}
li#menu-item-28 a{
    cursor: pointer;
}
.checkbox-inp span.wpcf7-list-item input {
    width: 14px;
    margin-right: 10px;
	height: auto;
    min-height: 35px;
}
.checkbox-inp span.wpcf7-list-item label {
    display: flex;
    align-items: center;
    justify-content: start;
}
.checkbox-inp .wpcf7-checkbox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.checkbox-inp span.wpcf7-list-item {
    width: 100%;
    display: inline-block;
    margin: 0;
    flex: 0 0 33.33%;
}
.inq-inp.checkbox-inp {
    flex: 0 0 100%;
}
.inq-inp.label-wrap {
    font-size: 1.125rem;
    font-weight: 600;
}

a.read-less-btn, a.read-more-btn{
    font-size: 0.875rem;
    color: #646464;
    font-weight: 600;
    display: inline-block;
    border: 1px solid #0078B0;
    line-height: 1;
    padding: 6px 8px;
	margin-top: 20px;
}
.same-img img.size-full {
    min-height: 225px;
    object-fit: cover;
}
.parts-induction span {
    text-align: center;
    display: inline-block;
}
.parts-induction span img {
    display: block;
}
.elementor-17475 .elementor-element.elementor-element-fed5e63 .gallery-item img{
	width: 100%;
}
form#slug_change {
    display: flex;
    width: 360px;
    position: absolute;
}
.same-manuf-unit {
    height: 100%;
}



ul.cmn-list li.tick-none:before {
    display: none;
}

.sub-cat-img {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin: 20px 0px;
}
.article_list-wrap .entry-title-wrapper h2 {
    min-height: 80px;
}
.article_list-wrap .entry-title-wrapper h2 a {
    font-size: 18px;
}
.article_list-wrap .rt-img-holder img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.article_list-wrap .post-meta-tags.rt-el-post-meta a {
    pointer-events: none;
}







