@charset "utf-8";

/*top-to-bottom*/
.go-top {position:fixed;bottom: 5%;right: 3%;padding:20px;display:none; cursor: pointer;-webkit-font-smoothing: antialiased;z-index: 1;}
.go-top:after {font-family: FontAwesome;content: "\f176";background-color: #e53d32;padding: 15px 22px;color: #FFFFFF; position: absolute;bottom:10px;font-size: 15px;border-radius: 50%;width: 50px;height: 50px;}
.go-top:hover {transition: all .4s linear;transform: scale(1.1);}


/*New-home-page-html*/

.new-homepage-title-section-center-black{width: 100%;position: relative;text-align: center; margin-bottom:30px;}
.new-homepage-title-section-center-black h2{ font-size:46px; color:#000000; text-transform:capitalize; font-weight:700;}
.new-homepage-title-section-center-black span{ font-size:20px; color:#000000; display:block; text-transform:none; font-weight:500;}

.new-homepage-title-section-left-black{width: 100%;position: relative;text-align: left; margin-bottom:40px;}
.new-homepage-title-section-left-black h2{ font-size:46px; color:#000000; text-transform:capitalize; font-weight:700;}
.new-homepage-title-section-left-black span{ font-size:20px; color:#000000; display:block; text-transform:none; font-weight:500;}






.new-footer{ width:100%; position:relative; background:#303030;}
.new-footer .new-footer-links-sec{display: flex; justify-content: space-between; column-gap: 30px; padding: 30px 0px 0px 0px;}
.new-footer .new-footer-links-sec .new-footer-abt{position: relative; width: 35%;}
.new-footer .new-footer-links-sec .new-footer-abt img{text-align: left; margin-bottom: 15px; width: 190px; height: auto;}
.new-footer .new-footer-links-sec .new-footer-abt p{ font-size:15px; color:#FFFFFF; line-height:24px; margin-bottom:20px; text-align:left;}
.new-footer .new-footer-links-sec .new-footer-abt .social-footer {padding:0px 0px 0px 0px;text-align:left;width:100%;margin-bottom:20px;}
.new-footer .new-footer-links-sec .new-footer-abt .social-footer ul {list-style:outside none none;margin:0;padding:0;}
.new-footer .new-footer-links-sec .new-footer-abt .social-footer ul li {display:inline-block;margin:0px 5px 0 0px;color:#ffffff;font-size:15px;}
.new-footer .new-footer-links-sec .new-footer-abt .social-footer a {background-image:none;text-decoration:none;}
.new-footer .new-footer-links-sec .new-footer-abt .social-footer ul li .fb {color:#ffffff;display:block;border-radius:50%;font-size:16px;height:40px;line-height:40px;text-align:center;text-decoration:none;transition:all 0.3s ease 0s;width:40px;background:transparent;border:1px dashed #ffffff;}
.new-footer .new-footer-links-sec .new-footer-abt .social-footer ul li .fb:hover {background-color:#3b5998;color:#FFFFFF;border:1px solid #3b5998;}
.new-footer .new-footer-links-sec .new-footer-abt .social-footer ul li .twt {color:#ffffff;border-radius:50%;display:block;font-size:16px;height:40px;line-height:40px;text-align:center;text-decoration:none;transition:all 0.3s ease 0s;width:40px;background:transparent;border:1px dashed #ffffff;}
.new-footer .new-footer-links-sec .new-footer-abt .social-footer ul li .twt:hover {background-color:#26a4f0;color:#FFFFFF;border:1px solid #26a4f0;}
.new-footer .new-footer-links-sec .new-footer-abt .social-footer ul li .yt {color:#ffffff;border-radius:50%;display:block;font-size:16px;height:40px;line-height:40px;text-align:center;text-decoration:none;transition:all 0.3s ease 0s;width:40px;background:transparent;border:1px dashed #ffffff;}
.new-footer .new-footer-links-sec .new-footer-abt .social-footer ul li .yt:hover {background-color:#d32727;color:#FFFFFF;border:1px solid #d32727;}
.new-footer .new-footer-links-sec .new-footer-abt .social-footer ul li .ld {color:#ffffff;border-radius:50%;display:block;font-size:16px;height:40px;line-height:40px;text-align:center;text-decoration:none;transition:all 0.3s ease 0s;width:40px;background:transparent;border:1px dashed #ffffff;}
.new-footer .new-footer-links-sec .new-footer-abt .social-footer ul li .ld:hover {background-color:#007bb6;color:#FFFFFF;border:1px solid #007bb6;}
.new-footer .new-footer-links-sec .new-footer-abt .social-footer ul li .insta {color:#ffffff;display:block;border-radius:50%;font-size:16px;height:40px;line-height:40px;text-align:center;text-decoration:none;transition:all 0.3s ease 0s;width:40px;background:transparent;border:1px dashed #ffffff;}
.new-footer .new-footer-links-sec .new-footer-abt .social-footer ul li .insta:hover {background:radial-gradient(circle at 30% 107%,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285AEB 90%);color:#FFFFFF;border:1px solid #d6249f;}

.ft-links{ position:relative; display: flex; column-gap: 30px; justify-content:space-between;}
.ft-links h4{ font-size:20px; color:#ffffff; font-weight:600; margin-bottom:15px;}
.ft-links h4::after{ content: ""; width: 60px; height: 1px; background: #FCD53E; display: block; margin-top: 8px;}
.ft-links .link-1{position: relative;}
.ft-links .link-1 ul{ margin:0; padding:0;}
.ft-links .link-1 ul li{ list-style-type:none; display:block; margin-bottom:10px;}
.ft-links .link-1 ul li a{ font-size:14px; color:#FFFFFF; text-decoration:none; text-transform:capitalize;}
.ft-links .link-1 ul li a:hover{ color:#E5BB19; transition:0.5s linear;}

.ft-links .link-2{position: relative; width: 40%;}
.ft-links .link-2 ul{ margin:0; padding:0;}
.ft-links .link-2 ul li{list-style-type: none; display: inline-block; margin-bottom: 10px; width: 49%; float: left;}
.ft-links .link-2 ul li a{ font-size:14px; color:#FFFFFF; text-decoration:none; text-transform:capitalize;}
.ft-links .link-2 ul li a:hover{ color:#E5BB19; transition:0.5s linear;}

.new-copyright{ border-top:1px solid #4E4E4E; padding:10px 0px; display: flex; justify-content: space-between; align-items: center;}
.new-copyright p{ font-size:14px; color:#FFFFFF; margin:0; text-align:left;}
.new-copyright p a{ color:#FFFFFF; text-decoration:none;}
.new-copyright p a:hover{ color:#E5BB19; transition:0.5s linear;}

.new-footer-contact{background: #FFFAE8; border-top: 1px solid #E5BB19; padding: 20px 0px; position: relative; width: 100%;}
.new-footer-contact .new-f-content{ display: flex; justify-content: start; column-gap: 15px; width: 100%; position: relative; align-items: center; }
.new-footer-contact .new-f-content .icon-pane{width: 65px; height: 65px; border: 1px solid #E5BB19; background: #FFEFB4; border-radius: 5px; border-bottom: 4px solid #E5BB19; text-align: center; padding: 14px;}
.new-footer-contact .new-f-content .content-pane{font-size: 18px; color: #000000; font-weight: 600; width: 75%;}

.new-home-blog{ width:100%; position:relative; background:#FFFFFF; padding:30px 0px 0px 0px;}
.new-home-blog .home-blog-list{position: relative; margin-bottom: 30px; }
.new-home-blog .home-blog-list .blog-img-section{ border:1px solid #E6E6E6; padding:10px; margin-bottom:15px; position:relative;}
.new-home-blog .home-blog-list .blog-img-section img{ width:100%; height:auto;}
.new-home-blog .home-blog-list .calendar-admin-pane{display: flex; justify-content: space-between; position: relative; margin-bottom: 15px;}
.new-home-blog .home-blog-list .calendar-admin-pane .user{font-size: 15px;}
.new-home-blog .home-blog-list .calendar-admin-pane .user img{margin-right:5px;}
.new-home-blog .home-blog-list h4{ font-size:22px; color:#000000; font-weight:600; margin-bottom:15px; text-transform:capitalize;}
.new-home-blog .home-blog-list p{ font-size:15px; color:#000000; line-height:26px; margin-bottom:20px; text-align:justify;}
.new-home-blog .home-blog-list .read-more-btn{font-size: 18px; color: #1A5F90; font-weight: 600; text-transform: uppercase; text-decoration: none;}
.new-home-blog .home-blog-list .read-more-btn::after{ content:""; display:inline-block; margin-left:8px; background: url(../images/arrow-left.png) no-repeat; width: 32px; height: 32px; top: 9px; position: relative;}

.new-home-clients{ width:100%; position:relative; background:#F2F9FF; padding:30px 0px 30px 0px; text-align:center;}
.new-home-clients .item{border: 1px solid #cccccc; padding: 10px 0px; background: #ffffff;}
.new-home-clients .owl-theme .owl-nav .owl-prev, .new-home-clients .owl-theme .owl-nav .owl-next {padding: 0px; color: #1A5F90; font-size: 15px; margin: auto 5px; display: inline-block; cursor: pointer; background-color: #ffffff; width: 50px; text-align: center; height: 50px; line-height: 50px; border: 1px dashed #1A5F90; border-radius: 50%;}
.new-home-clients .owl-theme .owl-nav [class*=owl-]:hover {background: #1A5F90; color: #FFFFFF!important; text-decoration: none; transition: .8s linear; border: 1px dashed #1A5F90;}
.new-home-clients .owl-theme .owl-nav {text-align: center; margin-top: 20px;}

.new-home-barcode-solutions{ width:100%; position:relative; background:#ffffff; padding:30px 0px 30px 0px; text-align:left;}
.new-home-barcode-solutions .product-image-sec{margin-bottom: 10px; background: #FFFAE8; border: 1px solid #E5BB19; border-radius: 10px; padding: 10px;}
.new-home-barcode-solutions h4{font-size: 18px; font-weight: 500; color:#000000; text-align: center;}
.new-home-barcode-solutions .owl-theme .owl-nav .owl-prev, .new-home-barcode-solutions .owl-theme .owl-nav .owl-next {padding: 0px; color: #1A5F90; font-size: 15px; margin: auto 5px; display: inline-block; cursor: pointer; background-color: #ffffff; width: 50px; text-align: center; height: 50px; line-height: 50px; border: 1px dashed #1A5F90; border-radius: 50%;}
.new-home-barcode-solutions .owl-theme .owl-nav [class*=owl-]:hover {background: #1A5F90; color: #FFFFFF!important; text-decoration: none; transition: .8s linear; border: 1px dashed #1A5F90;}
.new-home-barcode-solutions .owl-theme .owl-nav {text-align: center; margin-top: 20px;}

.new-home-video-sec{ width:100%; position:relative; background:#ffffff; padding:30px 0px 30px 0px;}
.new-home-video-sec .owl-theme .owl-nav .owl-prev, .new-home-video-sec .owl-theme .owl-nav .owl-next {padding: 0px; color: #1A5F90; font-size: 15px; margin: auto 5px; display: inline-block; cursor: pointer; background-color: #ffffff; width: 50px; text-align: center; height: 50px; line-height: 50px; border: 1px dashed #1A5F90; border-radius: 50%;}
.new-home-video-sec .owl-theme .owl-nav [class*=owl-]:hover {background: #1A5F90; color: #FFFFFF!important; text-decoration: none; transition: .8s linear; border: 1px dashed #1A5F90;}
.new-home-video-sec .owl-theme .owl-nav {text-align: right; margin-top: 20px;}

.new-home-abt{ width:100%; position:relative; background:#ffffff; padding:30px 0px 0px 0px; text-align:left;}
.new-home-abt .new-abt-img-sec{position: relative; margin-bottom: 30px;}
.new-home-abt .new-abt-content-sec{position: relative;}
.new-home-abt .new-abt-content-sec p{ font-size:16px; color:#000000; line-height:26px; margin-bottom:20px; text-align:justify;}
.new-home-abt .new-abt-content-sec .read-more-btn{font-size: 18px; color: #1A5F90; font-weight: 600; text-transform: uppercase; text-decoration: none;}
.new-home-abt .new-abt-content-sec .read-more-btn::after{ content:""; display:inline-block; margin-left:8px; background: url(../images/arrow-left.png) no-repeat; width: 32px; height: 32px; top: 9px; position: relative;}

.place-holder-content{background: #FFFAE8; border: 1px solid #E5BB19; margin-bottom: 30px; border-radius: 5px; padding: 10px 5px; display: flex; min-height: 103px;}
.place-holder-content .new-cont{display: flex; justify-content: start; column-gap: 15px; width: 100%; position: relative; align-items: center; }
.place-holder-content .new-cont .icon-pane{width: 65px; height: 65px; border: 1px solid #E5BB19; background: #FFEFB4; border-radius: 5px; border-bottom: 4px solid #E5BB19; text-align: center; padding: 14px;}
.place-holder-content .new-cont .content-pane{font-size: 18px; color: #000000; font-weight: 600; width: 75%;}
.place-holder-content .new-cont .content-pane span{display: block; font-size: 16px; color: #717171; font-weight: 400;}

.home-new-solution{ width:100%; position:relative; background:#ffffff; padding:30px 0px 30px 0px; text-align:left;}
/*.home-new-solution .card {position: relative; max-width: 100%; overflow: hidden; border-radius: 10px;}*/
/*.home-new-solution .card img {width: 100%; display: block;}*/
/*.home-new-solution .overlay {position: absolute; bottom: 0; left: 0; width: 100%; height: 0; background: linear-gradient(to top, rgba(0,0,0,0.8), transparent); color: #fff; display: flex; flex-direction: column; justify-content: flex-end; padding: 0px 15px 0px 15px; box-sizing: border-box; overflow: hidden; transition: height 0.4s ease;}*/
/*.home-new-solution .card:hover .overlay {height: 100%;}*/
/*.home-new-solution .card:hover .overlay h3 {margin: 0 0 15px 0; font-size: 20px; font-weight: 600;}*/
/*.home-new-solution .card:hover .overlay p {margin: 5px 0 0; font-size: 16px; margin-bottom: 20px; line-height: 26px;}*/

.home-new-solution .card {position: relative; border-radius: 12px; overflow: hidden; background: #000; color: #fff; border: none;}
.home-new-solution .card .card-image {width: 100%; height: 360px; position: relative; overflow: hidden;}
.home-new-solution .card .card-image img {width: 100%; height: 100%; object-fit: cover; transition: 0.4s ease;}
.home-new-solution .card .card-image .hover-overlay {position: absolute; inset: 0; background: rgba(18,93,143,0.65); opacity: 0; transition: 0.4s ease;}
.home-new-solution .card:hover .hover-overlay {opacity: 1;}
.home-new-solution .card .card-content {position: absolute; bottom: 0; left: 0; padding: 18px; width: 100%; z-index: 2;}
.home-new-solution .card .card-content h3 {margin-bottom: 8px; font-size: 18px; font-weight: 700;}
.home-new-solution .card .card-content p {margin: 0; font-size: 14px; opacity: 0.9;}
@media (max-width: 480px) {
.home-new-solution .card .card-image {height: 280px;}
}

.home-new-solution .owl-theme .owl-nav .owl-prev, .home-new-solution .owl-theme .owl-nav .owl-next {padding: 0px; color: #1A5F90; font-size: 15px; margin: auto 5px; display: inline-block; cursor: pointer; background-color: #ffffff; width: 50px; text-align: center; height: 50px; line-height: 50px; border: 1px dashed #1A5F90; border-radius: 50%;}
.home-new-solution .owl-theme .owl-nav [class*=owl-]:hover {background: #1A5F90; color: #FFFFFF!important; text-decoration: none; transition: .8s linear; border: 1px dashed #1A5F90;}
.home-new-solution .owl-theme .owl-nav {text-align: left; margin-top: 20px;}

.schedule-free-demo{background: #1A5F90; padding: 10px 20px; border-radius: 30px; color: #ffffff; position: absolute; right: 115px; margin-top: -54px; z-index: 1;}
.schedule-free-demo:hover{ background: #ffffff; color: #1A5F90; transition: 0.5s linear; text-decoration: none; border: 1px solid #1A5F90;}

.new-top-logo{ width:100%; position:relative; background:#F2F9FF; padding:30px 0px 0px 0px; text-align:center; border-bottom:1px solid #E6E6E6; margin-bottom:20px;}
.new-top-logo .logo-sec{border: 1px solid #E6E6E6; margin-bottom: 30px; text-align: center; padding: 10px 0px; background: #ffffff;}

.header .top-bar {display: flex; align-items: center; justify-content: space-between; padding: 10px 0px; background: #fff; flex-wrap: wrap; gap: 15px; border-bottom: 1px solid #eee;}
.header .top-bar .search-wrapper {position: relative;}
.header .top-bar .search-wrapper .search-box {display: flex; align-items: center; border: 1px solid #dddddd; border-radius: 25px; background: white; transition: all 0.3s ease; overflow: hidden; width: 280px; max-width: 100%;}
.header .top-bar .search-wrapper .search-box .search-input {border: none; outline: none; padding: 10px 15px; flex: 1; font-size: 14px;}
.header .top-bar .search-wrapper .search-box .search-btn {background: #125D8F; border: none; padding: 12px 17px; border-radius: 50%; cursor: pointer; transition: all 0.3s ease;}
.header .top-bar .search-wrapper .search-box .search-btn i {color: white; font-size: 16px;}
.header .top-bar .dropdown{position:absolute;top:100%;left:0;right:0;background:white;border:2px solid #e0e0e0;border-top:none;border-radius:0 0 20px 20px;max-height:400px;overflow-y:auto;overflow-x:hidden;z-index:1000;display:none;box-shadow:0 10px 30px rgba(0,0,0,0.1);text-align:left; width: 400px;}
.header .top-bar .dropdown-item{display:flex;align-items:center;padding:15px 20px;cursor:pointer;border-bottom:1px solid #f5f5f5;transition:all 0.3s ease;}
.header .top-bar .dropdown-item:hover{background:linear-gradient(90deg,#f8f9ff,#fff);transform:translateX(5px);}
.header .top-bar .dropdown-item:last-child{border-bottom:none;}
.header .top-bar .product-image{width:40px;height:40px;border-radius:8px;margin-right:15px;object-fit:cover;border:2px solid #f0f0f0;}
.header .top-bar .product-info {flex: 1;}
.header .top-bar .dropdown-item a {display: flex; align-items: center;}
.header .top-bar .product-name {font-weight: 500; color: #333; margin-bottom: 3px; font-size: 14px;}
.header .top-bar .product-category {font-size: 12px; color: #666; text-transform: uppercase;}
.header .top-bar .no-results {padding: 30px; text-align: center; color: #666; font-style: italic;}
.header .top-bar .no-results i {font-size: 3em; color: #ddd; margin-bottom: 10px;}
.header .top-bar .products-list {display: none;}
.header .top-bar .product-item {display: none;}

.header .top-bar .right-section{display:flex;align-items:center;gap:20px;flex-wrap:wrap;}
.header .top-bar .right-section .whatsapp{display:flex;align-items:center;gap:5px;font-size:14px;color:#000;}
.header .top-bar .right-section .whatsapp i{color:#25d366;font-size:20px;border:1px dashed #1A5F90;padding:12px 14px;border-radius:50%;margin-right:5px;}
.header .top-bar .right-section .whatsapp a{color:#000;text-decoration:none;}
.header .top-bar .right-section .mobile{display:flex;align-items:center;gap:5px;font-size:14px;color:#000;}
.header .top-bar .right-section .mobile i{color:#1A5F90;font-size:20px;border:1px dashed #1A5F90;padding:12px 13px;border-radius:50%;margin-right:5px;}
.header .top-bar .right-section .mobile a{color:#000;text-decoration:none;}
.header .top-bar .right-section .wishlist{font-size:14px;color:#000;display:flex;align-items:center;gap:5px;cursor:pointer;}
.header .top-bar .right-section .wishlist i{font-size:18px;color:#125D8F;}
.header .top-bar .right-section .wishlist .badge{display:inline-block;min-width:10px;padding:3px 5px;font-size:11px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#125D8F;border-radius:10px;margin-top:-16px;margin-left:-4px;}
.header .top-bar .right-section .demo-btn{background:#125D8F;color:#fff;border:none;padding:10px 20px;border-radius:30px;cursor:pointer;font-size:14px;display:flex;align-items:center;gap:8px;text-decoration:none;}
.header .top-bar .right-section .demo-btn:hover{background:#0f4c72;}


.header .top-bar .right-section .top-social-media-icon {padding:0px 0px 0px 0px;text-align:left;}
.header .top-bar .right-section .top-social-media-icon ul {list-style:outside none none;margin:0;padding:0;}
.header .top-bar .right-section .top-social-media-icon ul li {display:inline-block;margin:0px 5px 0 0px;color:#ffffff;font-size:15px;}
.header .top-bar .right-section .top-social-media-icon a {background-image:none;text-decoration:none;}
.header .top-bar .right-section .top-social-media-icon ul li .fb {color:#125D8F;display:block;border-radius:50%;font-size:16px;height:40px;line-height:40px;text-align:center;text-decoration:none;transition:all 0.3s ease 0s;width:40px;background:transparent;border:1px dashed #125D8F;}
.header .top-bar .right-section .top-social-media-icon ul li .fb:hover {background-color:#3b5998;color:#FFFFFF;border:1px solid #3b5998;}
.header .top-bar .right-section .top-social-media-icon ul li .twt {color:#125D8F;border-radius:50%;display:block;font-size:16px;height:40px;line-height:40px;text-align:center;text-decoration:none;transition:all 0.3s ease 0s;width:40px;background:transparent;border:1px dashed #125D8F;}
.header .top-bar .right-section .top-social-media-icon ul li .twt:hover {background-color:#26a4f0;color:#FFFFFF;border:1px solid #26a4f0;}
.header .top-bar .right-section .top-social-media-icon ul li .yt {color:#125D8F;border-radius:50%;display:block;font-size:16px;height:40px;line-height:40px;text-align:center;text-decoration:none;transition:all 0.3s ease 0s;width:40px;background:transparent;border:1px dashed #125D8F;}
.header .top-bar .right-section .top-social-media-icon ul li .yt:hover {background-color:#d32727;color:#FFFFFF;border:1px solid #d32727;}
.header .top-bar .right-section .top-social-media-icon ul li .ld {color:#125D8F;border-radius:50%;display:block;font-size:16px;height:40px;line-height:40px;text-align:center;text-decoration:none;transition:all 0.3s ease 0s;width:40px;background:transparent;border:1px dashed #125D8F;}
.header .top-bar .right-section .top-social-media-icon ul li .ld:hover {background-color:#007bb6;color:#FFFFFF;border:1px solid #007bb6;}
.header .top-bar .right-section .top-social-media-icon ul li .insta {color:#125D8F;display:block;border-radius:50%;font-size:16px;height:40px;line-height:40px;text-align:center;text-decoration:none;transition:all 0.3s ease 0s;width:40px;background:transparent;border:1px dashed #125D8F;}
.header .top-bar .right-section .top-social-media-icon ul li .insta:hover {background:radial-gradient(circle at 30% 107%,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285AEB 90%);color:#FFFFFF;border:1px solid #d6249f;}






.desktop-banner{width: 100%; position: relative; display: block;}
.mobile-banner{width: 100%; position: relative; display: none;}


.breadcrumb-section {width: 100%; position: relative; background-attachment: scroll!important; background-size: cover!important; background-repeat: no-repeat!important; background-position: center top!important; padding: 70px 0px;}
.breadcrumb-section h1 {color: #FFFFFF; font-size: 36px; font-weight: 500; margin-bottom: 8px;}
.breadcrumb-menu {position: relative; display: inline-block; line-height: 10px;}
.breadcrumb-section .breadcrumb-menu ul {position: relative; display: inline-block;}
.breadcrumb-section .breadcrumb-menu ul li { position: relative; display: inline-block; color: #ffffff; font-size: 15px; line-height: 30px; font-weight: 400; text-transform: capitalize; transition: all 500ms ease;}
.breadcrumb-section .breadcrumb-menu ul li a {color: #ffffff; font-size: 15px; font-weight: 400; text-transform: capitalize; transition: all 500ms ease;}
.breadcrumb-section .breadcrumb-menu ul li a::after {display: inline; padding-right: .3rem; padding-left: .5rem; color: #FFFFFF; content: "\f178"; font-family: "Font Awesome 6 Free"; font-weight: 900; font-size: 13px;}
.breadcrumb-section .breadcrumb-menu ul li.active {font-weight: 500; color: #fcd53e;}
.breadcrumb-section .breadcrumb-menu ul li a:hover {color: #fcd53e;}

.product-category-list{ width:100%; position:relative; background:#ffffff; padding:30px 0px 0px 0px;}
.product-category-list .cate-box{position: relative; margin-bottom: 30px; text-align: left;}
.product-category-list .cate-box .cate-img-sec{border-radius: 10px; border: 1px solid #E5BB19; margin-bottom: 15px;}
.product-category-list .cate-box .cate-img-sec img{ width:100%; height:auto; border-radius: 10px;}
.product-category-list .cate-box h4{font-size: 16px; font-weight: 400; color:#000000; text-align: left; border-bottom: 1px solid #e5bb19; padding-bottom: 15px;}
.product-category-list .cate-box h4:after{content: "\f178"; font-family: "Font Awesome 6 Free"; font-weight: 900; display: inline-block; right: 0px; position: absolute; font-size: 16px; line-height: 21px;}
.product-category-list .cate-box h4:hover {color: #e5bb19;}


.product-listing{ width:100%; position:relative; background:#ffffff; padding:30px 0px 0px 0px;}
    .filter-bar {display: flex; flex-wrap: wrap; gap: 15px; align-items: center; }
    .filter-bar select {padding: 15px 20px; border: 1px solid #ddd; border-radius: 0px; background: #fff; font-size: 16px; line-height: 1.5; min-width: 300px; transition: all 0.3s ease; cursor: pointer; appearance: none; background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right 15px center; background-size: 18px; padding-right: 45px;}
    .filter-bar select:hover {border-color: #e5bb19; background-color: #fffbf0; transform: translateY(-2px);}
    .filter-bar select:focus {border-color: #e5bb19; outline: none; background-color: #fffbf0; box-shadow: 0 0 0 3px rgba(229, 187, 25, 0.1);}
    .filter-bar select option {padding: 15px 20px; background: #fff; color: #333; font-size: 16px; line-height: 1.4; border: none; transition: all 0.2s ease;}
    .filter-bar select option:hover { background-color: #e5bb19; color: #000;}
    .filter-bar select option:checked { background-color: #e5bb19; color: #000; font-weight: bold;}
    .filter-bar select option[disabled] {color: #999; font-style: italic; background-color: #f5f5f5;}
    .custom-select {position: relative; display: inline-block;}
    .custom-select label{font-size: 14px; margin-bottom: 10px; display: none;}
    .custom-select select {width: 100%;}
    .filter-bar button {padding: 15px 28px; background: #125d8f;border: none; border-radius: 30px; color: #ffffff; font-weight: bold; font-size: 16px; line-height: 1.3; cursor: pointer; transition: all 0.3s ease;}
    .filter-bar button:hover {background: linear-gradient(135deg, #d4a817, #c39615); transform: translateY(-2px); box-shadow: 0 4px 12px rgba(229, 187, 25, 0.3);}
    .filter-bar button:active {transform: translateY(0); box-shadow: 0 2px 4px rgba(0,0,0,0.1);}
    .filter-container {background: #fff; margin-bottom: 20px;}
    .filter-bar {animation: slideInUp 0.6s ease-out;}

    @keyframes slideInUp {
      from {
        opacity: 0;
        transform: translateY(20px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @media (max-width: 768px) {
      .filter-bar {flex-direction: column; align-items: stretch;}
      .filter-bar select,
      .filter-bar button {width: 100%; min-width: unset;}
    }

.product-listing .product-block {position: relative; margin-bottom: 30px; text-align: left; border: 1px solid #E6E6E6; padding: 10px; border-radius: 10px;}
.product-listing .product-block .img-pane {background: #F2F9FF; border-radius: 10px; margin-bottom: 15px; position: relative; overflow: hidden;}
.product-listing .product-block .img-pane img {width: 100%; height: auto; display: block; border-radius: 10px; transition: transform 0.3s ease;}
.product-listing .product-block .img-pane::before {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(18, 93, 143, 0.5); opacity: 0; transition: opacity 0.3s ease; border-radius: 10px; z-index: 1;}
.product-listing .product-block .img-pane .hover-link {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); opacity: 0; transition: opacity 0.3s ease; z-index: 2; background: rgba(255, 255, 255, 0.2); padding: 15px; border-radius: 50%; text-decoration: none; backdrop-filter: blur(5px);}      
.product-listing .product-block .img-pane .hover-link i {font-size: 24px; color: white; display: block;}
.product-listing .product-block .img-pane:hover::before {opacity: 1;}
.product-listing .product-block .img-pane:hover .hover-link {opacity: 1;}
.product-listing .product-block .img-pane .hover-link:hover {background: rgba(255, 255, 255, 0.3); transform: translate(-50%, -50%) scale(1.1);}
.product-listing .product-block .img-pane:hover img {transform: scale(1.05);}    
.product-listing .product-block .content-pane {background: #f5f5f5; padding: 15px 10px; text-align: left; border-radius: 5px;}
.product-listing .product-block .content-pane h4 {font-size: 18px; font-weight: 500; color: #000000; text-align: left; padding-bottom: 10px; margin: 0;}        
.product-listing .product-block .content-pane h4:hover {color: #e5bb19;}       
.product-listing .product-block .content-pane a {text-decoration: none;}     
.product-listing .product-block .content-pane p {margin: 0; font-weight: bold; color: #333; font-size: 16px;}
.pagination-gradient {display: flex; justify-content: center; align-items: center; gap: 5px; margin: 20px 0;}
.pagination-gradient a, .pagination-gradient span {padding: 7px 15px; text-decoration: none; color: #555; border-radius: 50%; transition: all 0.3s ease; font-weight: 500; position: relative; overflow: hidden;}
.pagination-gradient a::before {content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(45deg, #667eea 0%, #764ba2 100%); transition: left 0.3s ease; z-index: -1;}
.pagination-gradient a:hover {color: white; transform: translateY(-2px); box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);}
.pagination-gradient a:hover::before {left: 0;}
.pagination-gradient .current {background: linear-gradient(45deg, #667eea 0%, #764ba2 100%); color: white; box-shadow: 0 2px 10px rgba(102, 126, 234, 0.3);}

.product-detail-pane{ width:100%; position:relative; background:#ffffff; padding:30px 0px 0px 0px;}
.product-detail-pane .img-sec{position: relative; margin-bottom: 30px; border: 1px solid #E6E6E6; padding: 10px; text-align: center;}
.product-detail-pane .detail-content{position: relative; text-align: left;}
.product-detail-pane .detail-content h2{ font-size:28px; color:#000000; font-weight:600; margin-bottom:15px; text-transform:capitalize;}
.product-detail-pane .detail-content h3{ font-size:25px; color:#000000; font-weight:600; margin-bottom:15px; text-transform:capitalize;}
.product-detail-pane .detail-content h4{ font-size:22px; color:#000000; font-weight:600; margin-bottom:15px; text-transform:capitalize;}
.product-detail-pane .detail-content h5{ font-size:20px; color:#000000; font-weight:600; margin-bottom:15px; text-transform:capitalize;}
.product-detail-pane .detail-content h6{ font-size:16px; color:#000000; font-weight:600; margin-bottom:15px; text-transform:capitalize;}
.product-detail-pane .detail-content p{ font-size:16px; color:#000000; line-height:26px; margin-bottom:20px; text-align:justify;}
.product-detail-pane .detail-content ul {margin: 0; padding: 0;}
.product-detail-pane .detail-content ul li {list-style-type: none; display: block; font-size: 15px; color: #000000; margin-bottom: 15px; padding-left: 30px;}
.product-detail-pane .detail-content ul li::before {display: inline-block; color: #125d8f; content: "\f178"; font-family: "Font Awesome 6 Free"; font-weight: 900; margin-left: -30px; position: absolute;}
.product-detail-pane .detail-content a{ font-size: 18px; color: #1A5F90; font-weight: 600; text-decoration: none;}

.last-btns{ display: flex; justify-content: start; column-gap: 15px; flex-wrap: wrap; position: relative; margin: 20px 0px;}
.last-btns .demo-btn{ background:#125D8F; color:#FFFFFF!important; padding:10px 20px; border-radius:30px; text-decoration:none; font-size:14px; display:flex; align-items:center; gap:8px;}
.last-btns .brochure-btn{ background:#d4a817; color:#FFFFFF!important; padding:10px 20px; border-radius:30px; text-decoration:none; font-size:14px; display:flex; align-items:center; gap:8px;}

.contact-map-address{width:100%;position:relative;background:#ffffff;padding:40px 0 0}
.contact-map-address .map-pane{background:#ffffff;box-shadow:0 0 30px 5px #efefef;padding:10px;margin-bottom:30px}
.contact-map-address .address-pane{background:#125D8F;border-radius:10px;margin-bottom:30px;padding:24px}
.contact-map-address .address-pane h3{font-size:22px;color:#ffffff;margin-bottom:15px;font-weight:500}
.contact-map-address .address-pane .content{display:flex;align-items:center;column-gap:20px;margin-bottom:25px}
.contact-map-address .address-pane .content i{width:40px;height:40px;border-radius:50%;text-align:center;font-size:18px;color:#125D8F;background:#ffffff;line-height:40px}
.contact-map-address .address-pane .content p{font-size:18px;color:#ffffff;font-weight:500;margin-bottom:0;line-height:26px;text-align:left;width:84%}
.contact-map-address .address-pane .content p a{color:#ffffff;text-decoration:none}
.contact-map-address .address-pane p{font-size:18px;color:#ffffff;font-weight:500;margin-bottom:0;line-height:26px;text-align:left}

.contact-enquiry-form{width:100%;position:relative;background:#ffffff;padding:10px 0 0}
.contact-enquiry-form .enquiry-form-pane{position:relative;margin-bottom:30px;background:#ffffff;box-shadow:0 0 30px 5px #efefef;padding:30px}
.contact-enquiry-form .enquiry-form-pane .form-row{display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}
.contact-enquiry-form .enquiry-form-pane .form-group{margin-bottom:.6rem}
.contact-enquiry-form .enquiry-form-pane .form-row>.col,.form-row>[class*=col-]{padding-right:10px;padding-left:10px}
.contact-enquiry-form .enquiry-form-pane .form-check{margin-bottom:0;padding-left:10px}
.contact-enquiry-form .enquiry-form-pane .btn-form-submit{background:#125D8F;color:#ffffff;padding:13px 25px;border-radius:5px;border:1px solid #125D8F;font-size:16px;font-weight:600;text-transform:uppercase;display:inline-block}
.contact-enquiry-form .enquiry-form-pane .btn-form-submit:hover{background:transparent;color:#125D8F;border:1px solid #125D8F;transition:.8s linear}
.contact-enquiry-form .enquiry-form-pane .form-control{padding:.675rem .6rem;border-radius:0;background-color:transparent;color:#000;font-size:14px;border:1px solid #d9d9d9;font-weight:500}
.contact-enquiry-form .enquiry-form-pane input,.contact-enquiry-form .enquiry-form-pane select{height:50px!important;box-shadow:none}
.contact-enquiry-form .enquiry-form-pane textarea{height:100px!important;box-shadow:none}
.contact-enquiry-form .enquiry-form-pane .input-group-addon:last-child{border-left:0}
.contact-enquiry-form .enquiry-form-pane label{font-size:16px;color:#000;font-weight:500;margin-bottom:.5rem;display:block}
.contact-enquiry-form .enquiry-form-pane label span{color:#ff0000}
.contact-enquiry-form .enquiry-form-pane .view-all-btn{background:#125D8F;color:#fff;padding:13px 30px;font-size:16px;font-weight:600;text-transform:uppercase;display:inline-block;text-align:center}
.contact-enquiry-form .enquiry-form-pane .view-all-btn:hover{background:#000;color:#fff;transition:.8s linear}



.image-gallery{width: 100%; padding: 3rem 0; background: #ffffff; position: relative; text-align: center;}
.image-gallery .gallery {display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px;}
.image-gallery .gallery .gallery-item {position: relative; overflow: hidden;border: 1px solid #E6E6E6;}
.image-gallery .gallery .gallery-item img {width: 100%; height: auto; display: block; transition: transform 0.4s ease;}
.image-gallery .gallery .gallery-item .overlay {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(26,95,144,0.5); opacity: 0; display: flex; justify-content: center; align-items: center; transition: opacity 0.3s ease;}
.image-gallery .gallery .gallery-item:hover img {transform: scale(1.05);}
.image-gallery .gallery .gallery-item:hover .overlay {opacity: 1;}
.image-gallery .gallery .gallery-item:hover .overlay i {font-size: 15px; color: white; background: rgba(0,0,0,0.6); padding: 10px; border-radius: 50%;}

@media (max-width: 768px) {
.image-gallery .gallery {grid-template-columns: repeat(2, 1fr);}
}
@media (max-width: 480px) {
.image-gallery .gallery {grid-template-columns: repeat(1, 1fr);}
}

.video-gallery{width: 100%; padding: 3rem 0; background: #ffffff; position: relative; text-align: center;}
.video-gallery .video-box{position: relative; margin-bottom: 30px; text-align: left; border: 1px solid #E6E6E6; padding: 10px; }


.blog-listing-pane{ width:100%; position:relative; background:#ffffff; padding:30px 0px 0px 0px;}
.blog-listing-pane .blog-page-listing{position: relative; margin-bottom: 30px; }
.blog-listing-pane .blog-page-listing .blog-img-section{ border:1px solid #E6E6E6; padding:10px; margin-bottom:15px; position:relative;}
.blog-listing-pane .blog-page-listing .blog-img-section img{ width:100%; height:auto;}
.blog-listing-pane .blog-page-listing .calendar-admin-pane{display: flex; justify-content: space-between; position: relative; margin-bottom: 15px;}
.blog-listing-pane .blog-page-listing .calendar-admin-pane .user{font-size: 15px;}
.blog-listing-pane .blog-page-listing .calendar-admin-pane .user img{margin-right:5px;}
.blog-listing-pane .blog-page-listing h4{ font-size:22px; color:#000000; font-weight:600; margin-bottom:15px; text-transform:capitalize;}
.blog-listing-pane .blog-page-listing p{ font-size:15px; color:#000000; line-height:26px; margin-bottom:20px; text-align:justify;}
.blog-listing-pane .blog-page-listing .read-more-btn{font-size: 18px; color: #1A5F90; font-weight: 600; text-transform: uppercase; text-decoration: none;}
.blog-listing-pane .blog-page-listing .read-more-btn::after{ content:""; display:inline-block; margin-left:8px; background: url(../images/arrow-left.png) no-repeat; width: 32px; height: 32px; top: 9px; position: relative;}

.blog-details{background: #ffffff; width: 100%; position:relative; padding: 35px 0px 15px 0px;}
.blog-details .detail-content{position: relative;}
.blog-details .detail-content .img-section{background: #ffffff; box-shadow: 0 0 15px rgb(0 0 0 / 10%); -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 10%); padding: 10px; margin-bottom: 15px;}
.blog-details .detail-content .date-admin-cart{ display:flex; justify-content:flex-end; align-items:center; margin-bottom:15px; }
.blog-details .detail-content .date-admin-cart p{ font-size:14px; margin-bottom:0px; color:#000000; }
.blog-details .detail-content .date-admin-cart p i.fa{ color:#faa61a; margin-right:8px; }

.blog-details .detail-content .date-admin-cart .share {text-align: left;}
.blog-details .detail-content .date-admin-cart .share ul {list-style: outside none none; margin: 0; padding: 0;}
.blog-details .detail-content .date-admin-cart .share ul li {display: inline-block; margin: 0px 5px 0 0px; color: #000000; font-size: 15px; padding: 0px;}
.blog-details .detail-content .date-admin-cart .share ul li:before{content: "";}
.blog-details .detail-content .date-admin-cart .share a {background-image: none; text-decoration: none;}
.blog-details .detail-content .date-admin-cart .share ul li .fb {color: #ffffff; display: block; border-radius: 50%; font-size: 14px; height: 34px; line-height: 34px; text-align: center; text-decoration: none; transition: all 0.3s ease 0s; width: 34px; background:#3b5998; }
.blog-details .detail-content .date-admin-cart .share ul li .pin {color: #ffffff; display: block; border-radius: 50%; font-size: 14px; height: 34px; line-height: 34px; text-align: center; text-decoration: none; transition: all 0.3s ease 0s; width: 34px; background:#e83f3a; }
.blog-details .detail-content .date-admin-cart .share ul li .wht {color: #ffffff; display: block; border-radius: 50%; font-size: 14px; height: 34px; line-height: 34px; text-align: center; text-decoration: none; transition: all 0.3s ease 0s; width: 34px; background:#2ba63b; }
.blog-details .detail-content h2{font-size: 30px; color: #000000; margin-bottom: 15px; font-weight: 600;}
.blog-details .detail-content h3{font-size: 25px; color: #000000; margin-bottom: 15px; font-weight: 600;}
.blog-details .detail-content h4{font-size: 22px; color: #000000; margin-bottom: 15px; font-weight: 600;}
.blog-details .detail-content h5{font-size: 20px; color: #000000; margin-bottom: 15px; font-weight: 600;}
.blog-details .detail-content h6{font-size: 16px; color: #000000; margin-bottom: 15px; font-weight: 600;}


.blog-details .detail-content p{ font-size:16px; margin-bottom:20px; color:#000000; line-height:26px; text-align:justify; }
.blog-details .detail-content ul {margin: 0; padding: 0;}
.blog-details .detail-content ul li {list-style-type: none; display: block; font-size: 16px; color: #000000!important; margin-bottom: 20px; padding-left: 25px; line-height: 26px;}
.blog-details .detail-content ul li::before {display: inline-block; color: #2b2970; content: "\f00c"; font-family: FontAwesome; margin-left: -25px; position: absolute;}
.blog-details .detail-content ul li a {color: #0d79f6; text-decoration: none;}
.blog-details .detail-content h4{font-size: 20px; color: #000000; margin-bottom: 15px; font-weight: 600;}

.blog-details .right-details{position: relative;}
.blog-details .right-details h3{font-size: 25px; color: #000000; margin-bottom: 15px; font-weight: 600; text-transform: uppercase;}
.blog-details .right-details .recent-post{position: relative; display: flex; align-items: center; margin-bottom: 20px;}
.blog-details .right-details .recent-post .img-section{background: #ffffff; box-shadow: 0 0 15px rgb(0 0 0 / 10%); -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 10%); padding: 5px; margin-right: 15px; width: 45%; height: auto;}
.blog-details .right-details .recent-post .content{position: relative; width: 55%;}
.blog-details .right-details .recent-post .content h4{font-size: 18px; color: #000000; margin-bottom: 15px; font-weight: 500;}
.blog-details .right-details .recent-post .content h4 a{color: #000000; text-decoration: none;}
.blog-details .adv-banner{background: url(../images/adv-banner.jpg) no-repeat center top; padding: 40px 15px;}
.blog-details .adv-banner h2{color: #ffffff; font-size: 68px; font-weight: 600; text-transform: uppercase; text-align: center; margin-bottom: 20px;}
.blog-details .adv-banner p{ font-size:16px; margin-bottom:20px; color:#ffffff; line-height:26px; text-align:justify; }
.blog-details .adv-banner h5{color: #ffffff; font-size: 30px; font-weight: 600; text-transform: uppercase; text-align: center; margin-bottom: 20px;}
.blog-details .adv-banner .view-products {background: #f7941d; color: #ffffff; padding: 10px 25px; border-radius: 0; border: 1px solid #fe7200; font-size: 16px; font-weight: 600; text-transform: uppercase; display: block; text-align: center; border-radius: 30px;}
.blog-details .adv-banner .view-products:hover {background: transparent; color: #F1880A; border: 1px solid #fe7200; transition: 0.8s linear;}


.product-enquiry-form{width:100%;position:relative;background:#ffffff;padding:30px 0 0 0}
.product-enquiry-form .enquiry-form-pane{position:relative;margin-bottom:30px;background:#ffffff;box-shadow:0 0 30px 5px #efefef;padding:30px}
.product-enquiry-form .enquiry-form-pane .form-row{display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}
.product-enquiry-form .enquiry-form-pane .form-group{margin-bottom:.6rem}
.product-enquiry-form .enquiry-form-pane .form-row>.col,.form-row>[class*=col-]{padding-right:10px;padding-left:10px}
.product-enquiry-form .enquiry-form-pane .form-check{margin-bottom:0;padding-left:10px}
.product-enquiry-form .enquiry-form-pane .btn-form-submit{background:#125D8F;color:#ffffff;padding:13px 25px;border-radius:5px;border:1px solid #125D8F;font-size:16px;font-weight:600;text-transform:uppercase;display:inline-block}
.product-enquiry-form .enquiry-form-pane .btn-form-submit:hover{background:transparent;color:#125D8F;border:1px solid #125D8F;transition:.8s linear}
.product-enquiry-form .enquiry-form-pane .form-control{padding:.675rem .6rem;border-radius:0;background-color:transparent;color:#000;font-size:14px;border:1px solid #d9d9d9;font-weight:500}
.product-enquiry-form .enquiry-form-pane input,.contact-enquiry-form .enquiry-form-pane select{height:50px!important;box-shadow:none}
.product-enquiry-form .enquiry-form-pane textarea{height:100px!important;box-shadow:none}
.product-enquiry-form .enquiry-form-pane .input-group-addon:last-child{border-left:0}
.product-enquiry-form .enquiry-form-pane label{font-size:16px;color:#000;font-weight:500;margin-bottom:.5rem;display:block}
.product-enquiry-form .enquiry-form-pane label span{color:#ff0000}
.product-enquiry-form .enquiry-form-pane .view-all-btn{background:#125D8F;color:#fff;padding:13px 30px;font-size:16px;font-weight:600;text-transform:uppercase;display:inline-block;text-align:center}
.product-enquiry-form .enquiry-form-pane .view-all-btn:hover{background:#000;color:#fff;transition:.8s linear}

.about-info{ width:100%; position:relative; background:#ffffff; padding:30px 0px 0px 0px;}
.about-info .content-title-sec{position: relative; text-align: left; margin-bottom: 30px;}
.about-info .content-title-sec .sub-title{font-size: 16px; color: #125d8f; font-weight: 700; text-transform: uppercase; margin-bottom: 10px; letter-spacing: .12em;}
.about-info .content-title-sec h3{ font-size:30px; color:#000000; font-weight:600; margin-bottom:15px; text-transform:capitalize; line-height: 42px;}
.about-info .desc{position: relative; text-align: left; }
.about-info .desc p{ font-size:16px; color:#000000; line-height:26px; margin-bottom:20px; text-align:justify; }

.abt-det{ width:100%; position:relative; background:#ffffff; padding:0px 0px 0px 0px;}
.abt-det .content-pane{background: #125D8F; border-radius: 10px; padding: 40px; margin-bottom: 20px; display: flex; position: relative; align-items: center;}
.abt-det .content-pane .left-content{flex: 0 0 auto; width: 50%; text-align: center;}
.abt-det .content-pane .right-content{flex: 0 0 auto; width: 50%;}
.abt-det .content-pane .right-content p{ font-size:16px; color:#ffffff; line-height:26px; margin-bottom:20px; text-align:justify; }

.vision-mission-sec{ width:100%; position:relative; background:#ffffff; padding:0px 0px 0px 0px; display: flex; text-align: center;}
.vision-mission-sec .vision-statement{width: 50%; padding: 30px 25px; box-sizing: border-box; background: #f5f4eb;}
.vision-mission-sec .mission-statement{width: 50%; padding: 30px 25px; box-sizing: border-box; background:#ebeae2;}
.vision-mission-sec h4{ font-size:22px; color:#000000; font-weight:600; margin-bottom:15px; text-transform:capitalize;}
.vision-mission-sec p{ font-size:16px; color:#000000; line-height:26px; margin-bottom:20px; text-align:center; padding-bottom: 0px; }

.director-message{ width:100%; position:relative; background:#ffffff; padding:0px 0px 0px 0px; text-align: center;}
.director-message p{text-align: center; font-size: 15px; line-height: 26px; margin-bottom: 25px;}
.director-message h4{ font-size:22px; color:#000000; font-weight:600; margin-bottom:5px; text-transform:capitalize;}
.director-message h4 span{ font-size:16px; color:#000000; font-weight:400; display:block; margin-top:5px;}


.director-message .social-director {padding:0px 0px 0px 0px;text-align:center;width:100%;margin-bottom:20px;}
.director-message .social-director ul {list-style:outside none none;margin:0;padding:0;}
.director-message .social-director ul li {display:inline-block;margin:0px 5px 0 0px;color:#ffffff;font-size:15px;}
.director-message .social-director a {background-image:none;text-decoration:none;}
.director-message .social-director ul li .fb {color:#b9b9b9;display:block;border-radius:50%;font-size:16px;height:40px;line-height:40px;text-align:center;text-decoration:none;transition:all 0.3s ease 0s;width:40px;background:transparent;border:1px dashed #cccccc;}
.director-message .social-director ul li .fb:hover {background-color:#3b5998;color:#FFFFFF;border:1px solid #3b5998;}
.director-message .social-director ul li .twt {color:#b9b9b9;border-radius:50%;display:block;font-size:16px;height:40px;line-height:40px;text-align:center;text-decoration:none;transition:all 0.3s ease 0s;width:40px;background:transparent;border:1px dashed #cccccc;}
.director-message .social-director ul li .twt:hover {background-color:#000000;color:#FFFFFF;border:1px solid #26a4f0;}
.director-message .social-director ul li .yt {color:#b9b9b9;border-radius:50%;display:block;font-size:16px;height:40px;line-height:40px;text-align:center;text-decoration:none;transition:all 0.3s ease 0s;width:40px;background:transparent;border:1px dashed #cccccc;}
.director-message .social-director ul li .yt:hover {background-color:#d32727;color:#FFFFFF;border:1px solid #d32727;}
.director-message .social-director ul li .ld {color:#b9b9b9;border-radius:50%;display:block;font-size:16px;height:40px;line-height:40px;text-align:center;text-decoration:none;transition:all 0.3s ease 0s;width:40px;background:transparent;border:1px dashed #cccccc;}
.director-message .social-director ul li .ld:hover {background-color:#007bb6;color:#FFFFFF;border:1px solid #007bb6;}
.director-message .social-director ul li .insta {color:#b9b9b9;display:block;border-radius:50%;font-size:16px;height:40px;line-height:40px;text-align:center;text-decoration:none;transition:all 0.3s ease 0s;width:40px;background:transparent;border:1px dashed #cccccc;}
.director-message .social-director ul li .insta:hover {background:radial-gradient(circle at 30% 107%,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285AEB 90%);color:#FFFFFF;border:1px solid #d6249f;}

.header.sticky {position: fixed; box-shadow: 0 5px 15px rgba(0, 0, 0, .1); transition: .4s; background: #fff; animation: 500ms ease-in-out 0s normal none 1 running fadeInDown; width: 100%; top: 0px;}
.header.sticky .wrapper {top: 0px;}

.thankyou-section{ width:100%; position:relative; background:#f5f5f5; padding:50px 0px 50px 0px; text-align: center;}
.thankyou-section .thankyou-box{position:relative;background:#ffffff;box-shadow:0 0 30px 5px #efefef;padding:30px; border-radius:10px;}
.thankyou-section .thankyou-box .thankyou-icon{width:100px;height:100px;border-radius:50%;background:#125D8F;color:#ffffff;font-size:50px;line-height:100px;text-align:center;margin:0 auto 20px auto; display: flex; justify-content: center; align-items: center;}
.thankyou-section .thankyou-box h2{ font-size:32px; color:#000000; font-weight:500; margin-bottom:15px; text-transform:capitalize;}
.thankyou-section .thankyou-box p{ font-size:16px; color:#000000; line-height:26px; margin-bottom:20px; text-align:center; }
.thankyou-section .thankyou-box a{ background:#125D8F; color:#ffffff; padding:10px 20px; border-radius:30px; text-decoration:none; font-size:16px; font-weight:600; display:inline-block; margin-top:10px;}
.thankyou-section .thankyou-box a:hover{ background:transparent; color:#125D8F; border:1px solid #125D8F; transition:.8s linear;} 


.top-text-sec{ width:100%; position:relative; background:#ffffff; padding:30px 0px 30px 0px; text-align: center;}
.top-text-sec .content-sec{ width:100%; position:relative; background:#FFFAE8; padding:10px 0px 10px 0px; border-style: solid; border-width: 1px 1px 1px 5px; border-color: #E5BB19; font-size: 20px; font-weight: 600;}
.services-matter{ width:100%; position:relative; background:#ffffff; padding:30px 0px 0px 0px;}
/* .services-matter .why-matters {display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin-top: 30px;} */
.services-matter .why-matters {margin-top: 30px; position: relative;}
/* .services-matter .why-matters .matter-card { background: #ffffff; padding: 25px; border-radius: 10px; border-left: 4px solid #E5BB19; border-right: 1px solid #E5BB19; border-top: 1px solid #E5BB19; border-bottom: 1px solid #E5BB19; margin-bottom: 30px;} */
.services-matter .why-matters .matter-card { background: #ffffff; padding: 25px; border-radius: 10px; border-left: 4px solid #E5BB19; border-right: 1px solid #E5BB19; border-top: 1px solid #E5BB19; border-bottom: 1px solid #E5BB19; margin-bottom: 30px; display: flex; align-items: start; gap: 20px;}
.services-matter .why-matters .matter-card i{color: #ffffff; font-size: 20px; background: #1A5F90; padding: 12px 14px; border-radius: 50%; margin-right: 15px;}
.services-matter .why-matters .matter-card p {color: #000000; font-size: 20px; line-height: 1.6; margin: 0;}
.options-sec{ width:100%; position:relative; background:#ffffff; padding:0px 0px 20px 0px;}
.options-sec .amc-options {display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px;}
.options-sec .amc-options .amc-card {background: white; border-radius: 12px; padding: 35px; box-shadow: 0 5px 20px rgba(0,0,0,0.08); border-top: 5px solid #125D8F; transition: transform 0.3s ease;}
.options-sec .amc-options .amc-card:hover {transform: translateY(-5px); box-shadow: 0 8px 30px rgba(0,0,0,0.12);}
.options-sec .amc-options .amc-card h3 {color: #125D8F; font-size: 1.6rem; margin-bottom: 15px; font-weight: 700;}
.options-sec .amc-options .amc-card .what-it-is {background: #e8f4f8; padding: 15px; border-radius: 8px; margin: 20px 0; font-style: italic; color: #125D8F; font-size: 20px; line-height: 32px;}
.options-sec .amc-options .amc-card .feature-list {margin: 20px 0;}
.options-sec .amc-options .amc-card .feature-list h4 {color: #125D8F; margin-bottom: 10px; font-size: 1.5rem; font-weight: 600;}
.options-sec .amc-options .amc-card .feature-list ul {list-style: none; padding-left: 0;}
.options-sec .amc-options .amc-card .feature-list li {padding: 8px 0; padding-left: 25px; position: relative; color: #000000; font-size: 18px;}
.options-sec .amc-options .amc-card .feature-list li:before {content: "✓"; position: absolute; left: 0; color: #28a745; font-weight: bold;}
.options-sec .amc-options .amc-card .feature-list.excludes li:before {content: "✗"; color: #dc3545;}
.options-sec .amc-options .amc-card img{ max-width: 100%; height: auto; border-radius: 10px;}
.content-box-1{ width:100%; position:relative; background:#ffffff; padding:0px 0px 30px 0px;}
.content-box-1 .highlight-box {background: #ffffff; border-left: 4px solid #ffc107; border-right: 1px solid #ececec; border-top: 1px solid #ececec; border-bottom: 1px solid #ececec; padding: 20px; margin: 30px 0; border-radius: 6px;}
.content-box-1 .highlight-box p {color: #856404; margin: 5px 0 25px 0px; font-size: 20px;}
.content-box-1 .highlight-box h4 {color: #856404; font-size: 46px; margin-bottom: 20px; font-weight: 700;}
.add-service{ width:100%; position:relative; background:#ffffff; padding:0px 0px 30px 0px;}
/* .add-service .services-grid {display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px;} */
.add-service .services-grid {display: block}
.add-service .services-grid .service-card {background: white; padding: 30px; border-radius: 10px; box-shadow: 0 3px 15px rgba(0,0,0,0.06); margin-bottom: 30px; display: flex; align-items: center; gap: 30px;}
.add-service .services-grid .service-card .img-sec{position: relative;}
.add-service .services-grid .service-card .img-sec img{width: 100%; height: auto; border-radius: 10px;}
.add-service .services-grid .service-card h3 {color: #125D8F; margin-bottom: 15px; font-size: 1.6rem; font-weight: 600;}
.add-service .services-grid .service-card p, .service-card ul {color: #000000;}
.add-service .services-grid .service-card ul {list-style: none; padding-left: 0;}
.add-service .services-grid .service-card ul li {padding: 6px 0; padding-left: 20px; position: relative; font-size: 18px; margin-bottom: 10px; color: #000000;}
.add-service .services-grid .service-card ul li:before {content: "•"; position: absolute; left: 0; color: #2a5298; font-weight: bold;}
.add-service .services-grid .service-card p{font-size: 18px; margin-bottom: 20px; line-height: 26px;}
.case-study-1{ width:100%; position:relative; background:#ffffff; padding:0px 0px 30px 0px;}
.case-study-1 .case-studies {display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px;}
.case-study-1 .case-studies .case-study {background: white; border-radius: 12px; padding: 35px; margin-bottom: 30px; box-shadow: 0 4px 15px rgba(0,0,0,0.08);}
.case-study-1 .case-studies .case-study h3 {color: #125D8F; font-size: 1.6rem; margin-bottom: 20px; font-weight: 600; text-decoration: underline;}
.case-study-1 .case-studies .case-study h4 {color: #125D8F; margin: 20px 0 10px; font-size: 1.2rem; font-weight: 600;}
.case-study-1 .case-studies .case-study ul {list-style: none; padding-left: 0;}
.case-study-1 .case-studies .case-study ul li {padding: 5px 0; padding-left: 25px; position: relative; color: #000000;}
.case-study-1 .case-studies .case-study ul li:before {content: "▸"; position: absolute; left: 0; color: #125D8F;}
.case-study-1 .case-studies .case-study p {color: #000000; font-size: 16px; line-height: 26px; margin-bottom: 20px;}
.case-study-faq{ width:100%; position:relative; background:#ffffff; padding:0px 0px 30px 0px;}
.case-study-faq .faq-section {position: relative;}
.case-study-faq .faq-section .faq-item {background: white; padding: 25px; border-radius: 10px; margin-bottom: 15px; box-shadow: 0 2px 10px rgba(0,0,0,0.05);}
.case-study-faq .faq-section .faq-item h4 {color: #125D8F; margin-bottom: 10px; font-size: 1.1rem; font-weight: 600;}
.case-study-faq .faq-section .faq-item p {color: #000000; font-size: 16px; line-height: 26px;}
.service-support-enquiry-form{width:100%;position:relative;background:#ffffff;padding:10px 0 0}
.service-support-enquiry-form .enquiry-form-pane{position:relative;margin-bottom:30px;background:#ffffff;box-shadow:0 0 30px 5px #efefef;padding:30px}
.service-support-enquiry-form .enquiry-form-pane .form-row{display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}
.service-support-enquiry-form .enquiry-form-pane .form-group{margin-bottom:.6rem}
.service-support-enquiry-form .enquiry-form-pane .form-row>.col,.form-row>[class*=col-]{padding-right:10px;padding-left:10px}
.service-support-enquiry-form .enquiry-form-pane .form-check{margin-bottom:0;padding-left:10px}
.service-support-enquiry-form .enquiry-form-pane .btn-form-submit{background:#125D8F;color:#ffffff;padding:13px 25px;border-radius:5px;border:1px solid #125D8F;font-size:16px;font-weight:600;text-transform:uppercase;display:inline-block}
.service-support-enquiry-form .enquiry-form-pane .btn-form-submit:hover{background:transparent;color:#125D8F;border:1px solid #125D8F;transition:.8s linear}
.service-support-enquiry-form .enquiry-form-pane .form-control{padding:.675rem .6rem;border-radius:0;background-color:transparent;color:#000;font-size:14px;border:1px solid #d9d9d9;font-weight:500}
.service-support-enquiry-form .enquiry-form-pane input,.service-support-enquiry-form .enquiry-form-pane select{height:50px!important;box-shadow:none}
.service-support-enquiry-form .enquiry-form-pane textarea{height:100px!important;box-shadow:none}
.service-support-enquiry-form .enquiry-form-pane .input-group-addon:last-child{border-left:0}
.service-support-enquiry-form .enquiry-form-pane label{font-size:16px;color:#000;font-weight:500;margin-bottom:.5rem;display:block}
.service-support-enquiry-form .enquiry-form-pane label span{color:#ff0000}
.service-support-enquiry-form .enquiry-form-pane .view-all-btn{background:#125D8F;color:#fff;padding:13px 30px;font-size:16px;font-weight:600;text-transform:uppercase;display:inline-block;text-align:center}
.service-support-enquiry-form .enquiry-form-pane .view-all-btn:hover{background:#000;color:#fff;transition:.8s linear}


.asset-management-1{width:100%; position:relative; background:#125D8F; display: flex; justify-content: start; align-items: center; margin-top: 30px;}
.asset-management-1 .left-side{position: relative; width: 60%;}
.asset-management-1 .right-side{position: relative; width: 40%; padding: 20px;}
.asset-management-1 .right-side h3{ font-size:35px; color:#ffffff; text-transform:capitalize; font-weight:700;margin-bottom: 10px;}
.asset-management-1 .right-side span{ font-size:20px; color:#ffffff; display:block; text-transform:none; font-weight:500; margin-bottom: 20px;}
.asset-management-1 .right-side p{ font-size:16px; color:#ffffff; line-height: 26px; margin-bottom: 20px;}
.asset-management-1 .right-side .demo-btn{background:#fcd53e;color:#000000;border:none;padding:10px 20px;border-radius:30px;cursor:pointer;font-size:14px;display:inline-flex;align-items:center;gap:8px;text-decoration:none;}
.asset-management-1 .right-side .demo-btn:hover{background:#fcd53e;}

.assets-challenge{position: relative; width: 100%; background: #ffffff; padding: 30px 0px 0px 0px;}
.assets-challenge p{font-size: 16px; line-height: 26px; margin-bottom: 20px; text-align: center;}
.assets-challenge .desktop-challenge{display: block;}
.assets-challenge .mobile-challenge{display: none;}

.assets-challenge h4{text-decoration: underline; color: #125D8F; font-size: 30px; font-weight: 700; text-align: center; margin-bottom: 20px;}

.assets-3{position: relative; width: 100%; background: #ffffff; padding: 30px 0px 0px 0px;}
.assets-3 p{font-size: 16px; line-height: 26px; margin-bottom: 20px;}
.assets-3 ul {margin: 0; padding: 0;}
.assets-3 ul li {list-style-type: none; display: block; font-size: 16px; color: #000000!important; margin-bottom: 20px; padding-left: 25px; line-height: 26px;}
.assets-3 ul li::before {display: inline-block; color: #2b2970; content: "\f00c"; font-family: FontAwesome; margin-left: -25px; position: absolute;}

.assets-3-1{position: relative; width: 100%; background: #F2F9FF; padding: 30px 0px 0px 0px;}
.assets-3-1 p{font-size: 16px; line-height: 26px; margin-bottom: 20px; text-align: center;}
/* .assets-3-1 ul {margin: 0; padding: 0;}
.assets-3-1 ul li {list-style-type: none; display: block; font-size: 16px; color: #000000!important; margin-bottom: 20px; padding-left: 25px; line-height: 26px;}
.assets-3-1 ul li::before {display: inline-block; color: #2b2970; content: "\f00c"; font-family: FontAwesome; margin-left: -25px; position: absolute;} */
.assets-3-1 h4{text-decoration: underline; color: #125D8F; font-size: 30px; font-weight: 700; text-align: center; margin-bottom: 20px;}

.assets-3-1 ul {margin: 0; padding: 0;}
.assets-3-1 ul li {list-style-type: none; display: block; font-size: 20px; color: #000000 !important; margin-bottom: 50px; padding-left: 82px; line-height: 40px; position: relative;}
.assets-3-1 ul li::before {content: ""; position: absolute; left: 0; top: -10px; width: 58px; height: 58px; background-image: url('../images/checkmark.png'); background-size: contain; background-repeat: no-repeat;}
.assets-3-1 .img-sec{margin: 0 auto 30px auto; background: #ffffff; padding: 10px; display: block; width: 80%; border: 1px solid #dbdbdb;}

.assets-4{position: relative; width: 100%; background: #ffffff; padding: 30px 0px 0px 0px;}
.assets-4 .pointers-content{display: flex; position: relative; justify-content: start; column-gap: 20px;}
.assets-4 .pointers-content .item{position: relative; width: 25%; border: 1px solid #cccccc; padding: 10px; margin-bottom: 30px;}
.assets-4 .pointers-content .item h5{font-size: 20px; font-weight: 500; margin-bottom: 15px;}
.assets-4 .pointers-content .item p{font-size: 16px; line-height: 26px; margin-bottom: 0;}
.assets-4 .pointers-content .item img{margin-bottom: 10px;}


.assets-4-2{position: relative; width: 100%; background: #ffffff; padding: 30px 0 0 0;}
.assets-4-2 .pointers-content{display: flex; position: relative; justify-content: flex-start; column-gap: 20px; row-gap: 20px; flex-wrap: wrap; box-sizing: border-box;}
.assets-4-2 .pointers-content .item{position: relative; width: calc(33.333% - 13.333px); border: 1px solid #cccccc; padding: 10px; margin-bottom: 0; box-sizing: border-box;}
.assets-4-2 .pointers-content .item h5{font-size: 20px; font-weight: 500; margin-bottom: 15px;}
.assets-4-2 .pointers-content .item p{font-size: 16px; line-height: 26px; margin-bottom: 0;}
.assets-4-2 .pointers-content .item ul{margin: 0; padding: 0;}
.assets-4-2 .pointers-content .item ul li{list-style-type: none; display: block; margin-bottom: 5px; font-size: 15px; line-height: 24px; padding-left: 25px;}
.assets-4-2 .pointers-content .item ul li::before {display: inline-block; color: #2b2970; content: "\f00c"; font-family: FontAwesome; margin-left: -25px; position: absolute;}
.assets-4-2 .pointers-content .item img{margin-bottom: 10px;}

@media (max-width: 900px){
  .assets-4-2 .pointers-content .item{width: calc(50% - 10px);}
}
@media (max-width: 480px){
  .assets-4-2 .pointers-content .item{width: 100%;}
}


.asset-5{position: relative; width: 100%; background: #125d8f; display: flex;}
.asset-5 .left-sec{width: 50%; position: relative; padding: 30px;}
.asset-5 .right-sec{width: 50%; position: relative; background: #0d5483; padding: 30px;}
.asset-5 h3{ font-size:20px; color:#ffffff; text-transform:capitalize; font-weight:600;margin-bottom: 25px;}
.asset-5 ul {margin: 0; padding: 0;}
.asset-5 ul li {list-style-type: none; display: block; font-size: 16px; color: #ffffff!important; margin-bottom: 20px; padding-left: 25px; line-height: 26px;}
.asset-5 ul li::before {display: inline-block; color: #ffffff; content: "\f00c"; font-family: FontAwesome; margin-left: -25px; position: absolute;}


.asset-5-new{position: relative; width: 100%; background: #ffffff; padding: 30px 0px;}
.asset-5-new .indu-sec-1{position: relative; margin-bottom: 30px;}
.asset-5-new .indu-sec-1 img{margin-bottom: 15px; border-radius: 15px; }
.asset-5-new .indu-sec-1 h5{font-size: 20px; font-weight: 500;}


.assets-5-1-new{position: relative; width: 100%; background: #ffffff; padding: 0px 0px 0px 0px;}
.assets-5-1-new .pointers-content{display: flex; position: relative; justify-content: start; column-gap: 20px;}
.assets-5-1-new .pointers-content .item{position: relative; width: 20%; border: 1px solid #cccccc; padding: 10px; margin-bottom: 30px; background: #f9f9f9;}
.assets-5-1-new .pointers-content .item h5{font-size: 20px; font-weight: 500; margin-bottom: 15px;}
.assets-5-1-new .pointers-content .item p{font-size: 16px; line-height: 26px; margin-bottom: 0;}
.assets-5-1-new .pointers-content .item img{margin-bottom: 10px;}

.asset-6{position: relative; width: 100%; background: #ffffff; padding: 30px 0px;}
.asset-6 .placeholder-sec{background: #fcd53e; padding: 30px; text-align: center; border-radius: 15px;}
.asset-6 .placeholder-sec h2{margin-bottom: 20px;}
.asset-6 .placeholder-sec p{text-align: center; font-size: 18px; margin-bottom: 20px;line-height: 28px;}
.asset-6 .place-holder-btn{background:#0d5483;color:#ffffff;border:none;padding:10px 20px;border-radius:30px;cursor:pointer;font-size:14px;display:inline-flex;align-items:center;gap:8px;text-decoration:none;}
.asset-6 .place-holder-btn:hover{background:#0d5483;}


.asset-6 .placeholder-sec .form-row{display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}
.asset-6 .placeholder-sec .form-group{margin-bottom:.6rem;}
.asset-6 .placeholder-sec .form-row>.col,.form-row>[class*=col-]{padding-right:10px;padding-left:10px}
.asset-6 .placeholder-sec .form-check{margin-bottom:0;padding-left:10px}
.asset-6 .placeholder-sec .btn-form-submit{background:#125D8F;color:#ffffff;padding:13px 25px;border-radius:5px;border:1px solid #125D8F;font-size:16px;font-weight:600;text-transform:uppercase;display:inline-block}
.asset-6 .placeholder-sec .btn-form-submit:hover{background:transparent;color:#125D8F;border:1px solid #125D8F;transition:.8s linear}
.asset-6 .placeholder-sec .form-control{padding:.675rem .6rem;border-radius:0;background-color:#ffffff;color:#000;font-size:14px;border:1px solid #d9d9d9;font-weight:500}
.asset-6 .placeholder-sec input,.asset-6 .placeholder-sec select{height:50px!important;box-shadow:none}
.asset-6 .placeholder-sec textarea{height:100px!important;box-shadow:none}
.asset-6 .placeholder-sec .input-group-addon:last-child{border-left:0}
.asset-6 .placeholder-sec label{font-size:16px;color:#000;font-weight:500;margin-bottom:.5rem;display:block; text-align: left;}
.asset-6 .placeholder-sec label span{color:#ff0000}
.asset-6 .placeholder-sec .view-all-btn{background:#125D8F;color:#fff;padding:13px 30px;font-size:16px;font-weight:600;text-transform:uppercase;display:inline-block;text-align:center}
.asset-6 .placeholder-sec .view-all-btn:hover{background:#000;color:#fff;transition:.8s linear}


.assets-7{position: relative; width: 100%; background: #ffffff; padding: 30px 0px 0px 0px;}
.assets-7 .pointers-content{display: flex; position: relative; justify-content: start; column-gap: 20px;}
.assets-7 .pointers-content .item{position: relative; width: 33%; border: 1px solid #cccccc; padding: 10px; margin-bottom: 30px;}
.assets-7 .pointers-content .item h5{font-size: 20px; font-weight: 500; margin-bottom: 15px;}
.assets-7 .pointers-content .item p{font-size: 16px; line-height: 26px; margin-bottom: 0;}
.assets-7 .pointers-content .item img{margin-bottom: 10px;}

.ims-1{position: relative; width: 100%; background: #ffffff; padding: 30px 0px 30px 0px; text-align: center;}
.ims-1 h3{ font-size:35px; color:#000000; text-transform:capitalize; font-weight:700;margin-bottom: 30px; text-align: center;}
.ims-1 .img-sec{box-shadow: 0 0 30px 5px #efefef; padding: 10px; margin-bottom: 30px;}
.ims-1 p{font-size: 18px; line-height: 28px; text-align: center; color: #000000; margin-bottom: 30px;} 
.ims-1 .demo-btn{background:#fcd53e;color:#000000;border:none;padding:10px 20px;border-radius:30px;cursor:pointer;font-size:14px;display:inline-flex;align-items:center;gap:8px;text-decoration:none;}
.ims-1 .demo-btn:hover{background:#fcd53e;}

.ims-2{position: relative; width: 100%; background: #F2F9FF; padding: 30px 0px 30px 0px; text-align: center;}
.ims-2 h4{text-decoration: underline; color: #125D8F; font-size: 30px; font-weight: 700; text-align: center; margin-bottom: 20px;}
.ims-2 p{font-size: 18px; line-height: 28px; text-align: center; color: #000000; margin-bottom: 30px;}
.ims-2 img{margin-bottom: 30px;}
.ims-2 .desktop-challenge{display: block;}
.ims-2 .mobile-challenge{display: none;}

.ims-3{position: relative; width: 100%; background: #ffffff; padding: 30px 0px 30px 0px;}
.ims-3 ul {margin: 0; padding: 0;}
.ims-3 ul li {list-style-type: none; display: block; font-size: 20px; color: #000000 !important; margin-bottom: 50px; padding-left: 82px; line-height: 40px; position: relative;}
.ims-3 ul li::before {content: ""; position: absolute; left: 0; top: -10px; width: 58px; height: 58px; background-image: url('../images/checkmark.png'); background-size: contain; background-repeat: no-repeat;}


.ims-4{position: relative; width: 100%; background: #F2F9FF; padding: 30px 0px 0px 0px;}
.ims-4 p{font-size: 16px; line-height: 26px; margin-bottom: 20px; text-align: center;}
.ims-4 h4{text-decoration: underline; color: #125D8F; font-size: 30px; font-weight: 700; text-align: center; margin-bottom: 20px;}
.ims-4 .img-sec{margin: 0 auto 30px auto; background: #ffffff; padding: 10px; display: block; width: 80%; border: 1px solid #dbdbdb;}
.ims-4 ul {margin: 0; padding: 0;}
.ims-4 ul li {list-style-type: none; display: block; font-size: 20px; color: #000000 !important; margin-bottom: 50px; padding-left: 82px; line-height: 40px; position: relative;}
.ims-4 ul li::before {content: ""; position: absolute; left: 0; top: -10px; width: 58px; height: 58px; background-image: url('../images/checkmark.png'); background-size: contain; background-repeat: no-repeat;}


.ims-5{position: relative; width: 100%; background: #ffffff; padding: 30px 0 30px 0;}
.ims-5 .pointers-content{display: flex; position: relative; justify-content: flex-start; column-gap: 20px; row-gap: 20px; flex-wrap: wrap; box-sizing: border-box;}
.ims-5 .pointers-content .item{position: relative; width: calc(33.333% - 13.333px); border: 1px solid #cccccc; padding: 10px; margin-bottom: 0; box-sizing: border-box;}
.ims-5 .pointers-content .item h5{font-size: 20px; font-weight: 500; margin-bottom: 15px;}
.ims-5 .pointers-content .item p{font-size: 16px; line-height: 26px; margin-bottom: 0;}
.ims-5 .pointers-content .item img{margin-bottom: 10px;}

@media (max-width: 900px){
  .ims-5 .pointers-content .item{width: calc(50% - 10px);}
}
@media (max-width: 480px){
  .ims-5 .pointers-content .item{width: 100%;}
}

.ims-6{position: relative; width: 100%; background: #125d8f; display: flex;}
.ims-6 .left-sec{width: 50%; padding: 30px; background: #0274bf;}
.ims-6 .right-sec{width: 50%; padding: 30px;}
.ims-6 h4{font-size: 25px; color: #ffffff; font-weight: 700; margin-bottom: 30px;}
.ims-6 ul {margin: 0; padding: 0;}
.ims-6 ul li {list-style-type: none; display: block; font-size: 20px; color: #ffffff !important; margin-bottom: 30px; padding-left: 54px; line-height: 32px; position: relative;}
.ims-6 ul li::before {content: ""; position: absolute; left: 0; top: 7px; width: 30px; height: 30px; background-image: url('../images/checkmark-2.png'); background-size: contain; background-repeat: no-repeat;}


.ims-7{position: relative; width: 100%; background: #ffffff; padding: 30px 0px;}
.ims-7 .indu-sec-1{position: relative; margin-bottom: 30px;}
.ims-7 .indu-sec-1 img{margin-bottom: 15px; border-radius: 15px; }
.ims-7 .indu-sec-1 h5{font-size: 20px; font-weight: 500;}


.ims-8{position: relative; width: 100%; background: #F2F9FF; padding: 30px 0px 30px 0px;}
.ims-8 .placeholder-sec{background: #fcd53e; padding: 30px; text-align: center; border-radius: 15px;}
.ims-8 .placeholder-sec h2{margin-bottom: 20px;}
.ims-8 .placeholder-sec p{text-align: center; font-size: 18px; margin-bottom: 20px;line-height: 28px;}
.ims-8 .place-holder-btn{background:#0d5483;color:#ffffff;border:none;padding:10px 20px;border-radius:30px;cursor:pointer;font-size:14px;display:inline-flex;align-items:center;gap:8px;text-decoration:none;}
.ims-8 .place-holder-btn:hover{background:#0d5483;}
.ims-8 .placeholder-sec .form-row{display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}
.ims-8 .placeholder-sec .form-group{margin-bottom:.6rem;}
.ims-8 .placeholder-sec .form-row>.col,.form-row>[class*=col-]{padding-right:10px;padding-left:10px}
.ims-8 .placeholder-sec .form-check{margin-bottom:0;padding-left:10px}
.ims-8 .placeholder-sec .btn-form-submit{background:#125D8F;color:#ffffff;padding:13px 25px;border-radius:5px;border:1px solid #125D8F;font-size:16px;font-weight:600;text-transform:uppercase;display:inline-block}
.ims-8 .placeholder-sec .btn-form-submit:hover{background:transparent;color:#125D8F;border:1px solid #125D8F;transition:.8s linear}
.ims-8 .placeholder-sec .form-control{padding:.675rem .6rem;border-radius:0;background-color:#ffffff;color:#000;font-size:14px;border:1px solid #d9d9d9;font-weight:500}
.ims-8 .placeholder-sec input,.ims-8 .placeholder-sec select{height:50px!important;box-shadow:none}
.ims-8 .placeholder-sec textarea{height:100px!important;box-shadow:none}
.ims-8 .placeholder-sec .input-group-addon:last-child{border-left:0}
.ims-8 .placeholder-sec label{font-size:16px;color:#000;font-weight:500;margin-bottom:.5rem;display:block; text-align: left;}
.ims-8 .placeholder-sec label span{color:#ff0000}
.ims-8 .placeholder-sec .view-all-btn{background:#125D8F;color:#fff;padding:13px 30px;font-size:16px;font-weight:600;text-transform:uppercase;display:inline-block;text-align:center}
.ims-8 .placeholder-sec .view-all-btn:hover{background:#000;color:#fff;transition:.8s linear}

.business-solutions{width: 100%; position: relative; background: #ffffff; padding: 30px 0px 0px 0px;}
.business-solutions .indu-sec-1{position: relative; margin-bottom: 30px;}
.business-solutions .indu-sec-1 img{margin-bottom: 15px; border-radius: 15px; }
.business-solutions .indu-sec-1 h5{font-size: 20px; font-weight: 500;}
.business-solutions .indu-sec-1 a{color: #000000;}

.carousel-control-next-icon, .carousel-control-prev-icon{border: 1px solid #ffffff; filter: invert(100%);}

.field_error { color:red;font-size: 14px;}